:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{transition:background .4s ease,color .4s ease,border .4s ease;box-sizing:border-box}html,body,#root{height:100%;width:100%;margin:0;font-family:Inter,sans-serif}body{overflow:hidden}.app{display:flex;height:calc(var(--vh, 1vh) * 100);width:100vw;overflow:hidden;transition:all .4s ease;background-attachment:fixed}.dark{background:linear-gradient(135deg,#0f172a,#1e293b 40%,#1e1b4b);color:#f1f5f9}.light{background:linear-gradient(135deg,#f8fafc,#eef2ff,#f1f5f9);color:#1e293b}.sidebar{display:flex;flex-direction:column;flex-shrink:0;padding:30px;min-width:250px;max-width:300px;overflow-y:auto;transition:all .3s ease}.dark .sidebar{background:#0f172a}.light .sidebar{background:#fff;border-right:1px solid #e2e8f0}.sidebar h2{margin-bottom:25px;font-weight:800;font-size:22px;letter-spacing:.5px;background:linear-gradient(90deg,#3b82f6,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.sidebar button{padding:10px 14px;border-radius:8px;border:1px solid transparent;cursor:pointer;margin-bottom:25px;transition:all .2s ease}.dark .sidebar button{background:#334155;color:#fff;border:1px solid #475569}.dark .sidebar button:hover{background:#475569}.light .sidebar button{background:#f1f5f9;color:#1e293b;border:1px solid #cbd5e1}.light .sidebar button:hover{background:#e2e8f0}.usage{padding:15px;border-radius:12px;font-size:14px}.dark .usage{background:#1e293b;border:1px solid #334155}.light .usage{background:#f1f5f9;border:1px solid #e2e8f0}.main{flex:1;display:flex;flex-direction:column;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);overflow:hidden;min-height:0}.chat-area{flex:1;overflow-y:auto;padding:2rem;min-height:0}.message-wrapper{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px}.message-wrapper.user{justify-content:flex-end}.message{max-width:75%;padding:16px;border-radius:14px;line-height:1.5;font-size:14px}.user{margin-left:auto}.dark .user{background:#2563eb;color:#fff;border:1px solid #1d4ed8}.light .user{background:#3b82f6;color:#fff;border:1px solid #2563eb}.bot{margin-right:auto}.dark .bot{background:#0f172a;border:1px solid #334155}.light .bot{background:#fff;border:1px solid #e2e8f0}.code-block{position:relative}.input-area{display:flex;padding:20px;border-top:1px solid rgba(0,0,0,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dark .input-area{background:#0f172a;border-top:1px solid #334155}.light .input-area{background:#fff;border-top:1px solid #e2e8f0}textarea{flex:1;resize:none;padding:14px;border-radius:12px;border:1px solid transparent;font-size:14px;outline:none;transition:.2s ease}.dark textarea{background:#1e293b;color:#fff;border:1px solid #334155}.light textarea{background:#f8fafc;border:1px solid #cbd5e1}textarea:focus{border-color:#3b82f6}.input-area button{margin-left:12px;padding:12px 18px;border-radius:12px;border:none;cursor:pointer;font-weight:500;transition:.2s ease}.dark .input-area button{background:#3b82f6;color:#fff}.dark .input-area button:hover{background:#2563eb}.light .input-area button{background:#2563eb;color:#fff}.light .input-area button:hover{background:#1d4ed8}.logo-section{display:flex;align-items:center;gap:12px;margin-bottom:25px}.logo-circle{width:45px;height:45px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#6366f1);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:14px}.subtitle{font-size:12px;opacity:.7;margin-top:2px}.avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#3b82f6);display:flex;align-items:center;justify-content:center;font-size:16px}@media(max-width:1024px){.app{flex-direction:column}.sidebar{width:100%;max-width:100%;min-width:0;height:auto}.main{width:100%;flex:1}}@media(max-width:768px){.sidebar button{padding:8px 12px;font-size:13px}.chat-area{padding:1rem}}
