:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#e8e8e8;background:#101114}*{box-sizing:border-box}html{min-height:100%}body{margin:0;min-height:100vh;min-height:100dvh;position:relative;background:radial-gradient(circle at 20% 10%,rgba(80,120,255,.12),transparent 35%),#101114}body:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px);background-size:64px 64px,64px 64px,16px 16px,16px 16px;-webkit-mask-image:linear-gradient(to bottom,black 0%,rgba(0,0,0,.8) 60%,transparent 100%);mask-image:linear-gradient(to bottom,black 0%,rgba(0,0,0,.8) 60%,transparent 100%)}button,input{font:inherit}.settings-button{position:fixed;top:20px;right:24px;z-index:100;width:42px;height:42px;display:grid;place-items:center;padding:0;border:1px solid #343740;border-radius:12px;cursor:pointer;color:#a0a4af;background:#181a20;font-size:1.15rem;transition:color .15s ease,background .15s ease,border-color .15s ease}.settings-button:hover{color:#e8e8e8;background:#242731;border-color:#4a4e59}.settings-button:focus-visible{outline:2px solid #666b78;outline-offset:2px}.settings-panel{position:fixed;top:72px;right:24px;z-index:99;width:min(360px,calc(100vw - 32px));padding:20px;border:1px solid #343740;border-radius:14px;background:#181a20;box-shadow:0 12px 40px #00000059,0 0 0 1px #ffffff03;animation:settings-open .15s ease-out}@keyframes settings-open{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.settings-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.settings-header h2{margin:0;font-size:1rem;font-weight:600}.settings-close{width:30px;height:30px;display:grid;place-items:center;padding:0;border:0;border-radius:8px;cursor:pointer;color:#8f939e;background:transparent;font-size:1.3rem;line-height:1}.settings-close:hover{color:#e8e8e8;background:#242731}.settings-label{display:block;margin-bottom:8px;font-size:.8rem;font-weight:600;color:#8f939e}.api-key-input{width:100%;min-width:0;padding:12px 13px;border:1px solid #343740;border-radius:10px;outline:none;color:#e8e8e8;background:#101114;font-size:.9rem}.api-key-input::placeholder{color:#646873}.api-key-input:focus{border-color:#666b78}.settings-help{margin:14px 0;padding:12px 13px;border:1px solid #2d3038;border-radius:10px;background:#101114}.settings-help-title{margin:0 0 6px;color:#aeb8ff;font-size:.8rem;font-weight:600;line-height:1.4}.settings-help-subtitle{margin:0 0 10px;color:#8f939e;font-size:.75rem;line-height:1.45}.settings-help a{color:#aeb8ff;text-decoration:underline;text-underline-offset:2px}.settings-help a:hover{color:#d5d9ff}.settings-help a:focus-visible{outline:2px solid #aeb8ff;outline-offset:2px;border-radius:2px}.settings-help-steps{margin:0;padding-left:18px;color:#8f939e;font-size:.75rem;line-height:1.55}.settings-note{margin:10px 0 18px;color:#646873;font-size:.75rem;line-height:1.45}.settings-error{margin:8px 0 0;color:#d97878;font-size:.75rem;line-height:1.4}.settings-actions{display:flex;gap:8px}.settings-actions button{padding:9px 16px;border:1px solid #343740;border-radius:9px;cursor:pointer;font-size:.8rem}.settings-save{color:#e8e8e8;background:#242731}.settings-save:hover{background:#2c303a}.settings-clear{color:#8f939e;background:transparent}.settings-clear:hover{color:#e8e8e8;background:#242731}.app{position:relative;z-index:1;width:min(100%,1100px);min-height:100vh;min-height:100dvh;margin:0 auto;padding-inline:clamp(12px,4vw,32px);display:flex;flex-direction:column}.app-header{display:flex;align-items:center;gap:clamp(12px,2vw,16px);padding:clamp(20px,4vw,32px) 0 24px}.robot-avatar{width:clamp(48px,6vw,64px);height:clamp(48px,6vw,64px);flex-shrink:0;display:grid;place-items:center;border:1px solid #343740;border-radius:16px;background:#191b21;overflow:hidden}.robot-avatar img{width:100%;height:100%;object-fit:contain;transform:scale(1.15)}.app-header h1{margin:0;font-size:clamp(1.4rem,3vw,2rem);line-height:1.2}.app-header p{margin:4px 0 0;color:#8f939e;font-size:clamp(.85rem,2vw,1rem);line-height:1.4}.chat{flex:1;min-height:0;display:flex;flex-direction:column;gap:clamp(12px,2vw,16px);padding:16px 0 24px;overflow:visible}.message{max-width:min(80%,900px);padding:14px 16px;border:1px solid #2d3038;border-radius:14px;line-height:1.55;overflow-wrap:anywhere}.robot-message{align-self:flex-start;width:min(100%,900px);background:#181a20}.user-message{align-self:flex-end;width:fit-content;background:#242731}.message-author{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:.8rem;font-weight:600;color:#8f939e}.message-avatar{width:24px;height:24px;flex-shrink:0;object-fit:contain}.message-content{white-space:pre-wrap;text-align:left;overflow-wrap:anywhere}.intro-message{overflow-wrap:normal}.thinking{display:flex;align-items:baseline}.thinking-text{margin-right:3px}.thinking-dots{display:inline-flex;gap:3px}.thinking-dots span{display:inline-block;font-size:1.2rem;line-height:1;animation:thinking-dot 1.4s infinite ease-in-out}.thinking-dots span:nth-child(1){animation-delay:0s}.thinking-dots span:nth-child(2){animation-delay:.2s}.thinking-dots span:nth-child(3){animation-delay:.4s}@keyframes thinking-dot{0%,60%,to{opacity:.25;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.chat-form{position:sticky;bottom:0;display:flex;gap:10px;padding:12px 0 16px;background:#101114}.chat-form input{flex:1;width:100%;min-width:0;padding:14px 16px;border:1px solid #343740;border-radius:12px;outline:none;color:#e8e8e8;background:#181a20}.chat-form input::placeholder{color:#646873}.chat-form input:focus{border-color:#666b78}.chat-form input:disabled{cursor:wait;opacity:.65}.chat-form button{width:52px;flex-shrink:0;border:1px solid #343740;border-radius:12px;cursor:pointer;color:#e8e8e8;background:#242731}.chat-form button:hover{background:#2c303a}.chat-form button:disabled{cursor:wait;opacity:.5}.app-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:8px 0 20px;color:#646873;font-size:.75rem;line-height:1.4}.app-footer strong{font-weight:600}.app-footer a,.app-footer a:visited{color:#8f939e;text-decoration:none}.app-footer a:hover{color:#e8e8e8;text-decoration:underline}.app-footer a:focus-visible{outline:2px solid #a0a4af;outline-offset:2px;border-radius:2px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:600px){.app{padding-inline:12px}.settings-button{top:12px;right:12px}.settings-panel{top:64px;right:12px}.api-key-input{font-size:16px}.app-header{align-items:flex-start;padding-top:20px;padding-bottom:20px;padding-right:0;text-align:left}.app-header>div:not(.robot-avatar){flex:1;min-width:0;text-align:left}.app-header h1,.app-header p{text-align:left}.intro-message{white-space:nowrap;font-size:.9rem}.message{max-width:92%}.robot-message{width:100%}.user-message{width:fit-content}.chat{padding-top:12px}.app-footer{flex-direction:column;align-items:flex-start;gap:4px;padding-bottom:16px}}@media(max-width:400px){.app{padding-inline:8px}.settings-button{width:40px;height:40px;top:10px;right:10px}.settings-panel{top:60px;right:10px;width:calc(100vw - 20px);padding:16px}.api-key-input{font-size:16px}.app-header{gap:10px}.robot-avatar{border-radius:14px}.app-header p{font-size:.8rem}.message{max-width:95%}.robot-message{width:100%}.message-avatar{width:22px;height:22px}.chat-form{gap:6px;padding-top:10px}.chat-form input{padding:12px}.chat-form button{width:46px}}@media(max-width:320px){.app-header{align-items:flex-start}.robot-avatar{width:44px;height:44px}.app-header h1{font-size:1.25rem}.app-header p{font-size:.75rem}.message{max-width:100%}.robot-message{width:100%}.chat-form button{width:44px}}.back-to-top{position:fixed;right:24px;bottom:88px;z-index:9999;width:44px;height:44px;display:grid;place-items:center;padding:0;border:1px solid #343740;border-radius:50%;cursor:pointer;color:#e8e8e8;background:#181a20;font-size:1.1rem;line-height:1;box-shadow:0 4px 18px #00000040;transition:background .15s ease,border-color .15s ease,transform .15s ease}.back-to-top[hidden]{display:none}.back-to-top:hover{background:#242731;border-color:#4a4e59}.back-to-top:focus-visible{outline:2px solid #666b78;outline-offset:2px}@media(max-width:600px){.back-to-top{right:12px;bottom:104px;width:42px;height:42px}}@media(max-width:400px){.back-to-top{right:10px;bottom:98px;width:40px;height:40px}}::selection{color:#101114;background:#d9dde7}::-moz-selection{color:#101114;background:#d9dde7}
