*{box-sizing:border-box;margin:0;padding:0}@font-face{font-family:Helvetica Neue;src:url(/fonts/HelveticaNeueLight.otf) format("opentype");font-weight:300;font-style:normal}@font-face{font-family:Helvetica Neue;src:url(/fonts/HelveticaNeueBold.otf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:Helvetica Neue;src:url(/fonts/HelveticaNeueBlack.otf) format("opentype");font-weight:900;font-style:normal}@font-face{font-family:Helvetica Neue;src:url(/fonts/HelveticaNeueThin.otf) format("opentype");font-weight:100;font-style:normal}body{font-family:Helvetica Neue,-apple-system,BlinkMacSystemFont,sans-serif;background:#42141e;color:#42141e;margin:0;padding:0}.container{max-width:900px;margin:0 auto;padding:20px;display:flex;flex-direction:column;height:100vh}header{text-align:center;margin-bottom:24px}header h1{font-size:32px;font-weight:300;margin-bottom:8px;color:#e8c7c3}header p{color:#e8c7c3;font-size:14px;font-weight:300}.chat-container{background:transparent;border:none;padding:24px;flex:1;overflow-y:auto;margin-bottom:16px}.welcome{text-align:center;padding:60px 20px;color:#b8d5e9}.welcome h2{font-size:24px;margin-bottom:12px;color:#e8c7c3;font-weight:700}.message{margin-bottom:20px;padding:12px 16px;border-radius:12px;max-width:80%}.message.user{background:#e8c7c3;color:#42141e;margin-left:auto;text-align:right}.message.assistant{background:#b8d5e9;color:#42141e}.message strong{display:block;margin-bottom:6px;font-size:13px;opacity:.7;font-weight:700}.message .content{white-space:pre-wrap;line-height:1.6;font-weight:300}.loading{color:#b8d5e9;font-style:italic;padding:12px;text-align:center;font-weight:300}.input-form{display:flex;gap:12px;background:transparent;padding:16px;border-radius:12px}.input-form input{flex:1;padding:12px 16px;border:1px solid #E8C7C3;border-radius:8px;font-size:15px;outline:none;background:#e8c7c31a;color:#e8c7c3;font-family:Helvetica Neue,sans-serif;font-weight:300}.input-form input::placeholder{color:#e8c7c380}.input-form input:focus{border-color:#b8d5e9;background:#e8c7c326}.input-form button{padding:12px 32px;background:#e8c7c3;color:#42141e;border:none;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s;font-family:Helvetica Neue,sans-serif}.input-form button:hover:not(:disabled){background:#b8d5e9;transform:translateY(-1px)}.input-form button:disabled{opacity:.3;cursor:not-allowed}
