.app-shell{padding:18px 22px;display:flex;flex-direction:column;gap:16px}.top-bar{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border:1px solid rgba(255,255,255,.06);background:#ffffff08;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:14px;position:relative;z-index:100}.brand{display:flex;align-items:center;gap:12px}.brand-title{font-weight:800;letter-spacing:.04em;font-size:15px}.brand-sub{color:#94a3b8;font-size:13px}.viewport-toggle{display:flex;gap:8px}.zoom-control{display:flex;align-items:center;gap:4px;background:#ffffff0d;border-radius:8px;padding:4px 8px;border:1px solid rgba(255,255,255,.08)}.zoom-btn{background:transparent;border:none;color:#94a3b8;font-size:14px;font-weight:600;padding:4px 10px;border-radius:6px;cursor:pointer;transition:background .15s,color .15s}.zoom-btn:hover{background:#ffffff1a;color:#fff}.zoom-btn.active{background:#3b82f633;color:#3b82f6}.zoom-value{color:#e2e8f0;font-size:13px;font-weight:500;min-width:42px;text-align:center;font-variant-numeric:tabular-nums}.top-actions{display:flex;align-items:center;gap:8px}.top-actions .icon-btn{padding:8px;display:flex;align-items:center;justify-content:center}.top-actions .icon-btn:hover{color:#ef5350}.user-menu{position:relative;margin-left:8px}.user-avatar-btn{background:none;border:none;padding:0;cursor:pointer;border-radius:50%;overflow:hidden;width:36px;height:36px;display:flex;align-items:center;justify-content:center;transition:box-shadow .2s,transform .2s}.user-avatar-btn:hover{box-shadow:0 0 0 2px #fff3;transform:scale(1.05)}.user-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.user-avatar-placeholder{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.user-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#1a1a2e;border:1px solid rgba(255,255,255,.1);border-radius:8px;min-width:220px;box-shadow:0 8px 32px #0006;z-index:1000;overflow:hidden}.user-dropdown-header{display:flex;align-items:center;gap:12px;padding:16px;background:#ffffff08}.user-dropdown-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.user-dropdown-info{flex:1;min-width:0}.user-dropdown-name{font-weight:600;font-size:14px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-dropdown-email{font-size:12px;color:#fff9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-dropdown-divider{height:1px;background:#ffffff1a}.user-dropdown-item{display:block;width:100%;padding:12px 16px;background:none;border:none;text-align:left;color:#ffffffe6;font-size:14px;cursor:pointer;transition:background .15s}.user-dropdown-item:hover{background:#ffffff14}.user-dropdown-item.danger{color:#ef5350}.user-dropdown-item.danger:hover{background:#ef535026}.user-dropdown-item.active{background:#38bdf826;color:#38bdf8}.viewing-as-user-badge{padding:4px 10px;background:#fbbf2433;color:#fbbf24;font-size:12px;font-weight:600;border-radius:6px;border:1px solid rgba(251,191,36,.3)}.layout{display:grid;grid-template-columns:420px 1fr;gap:14px;min-height:calc(100vh - 120px)}.history-panel,.log-panel,.chat-panel,.preview-panel{border:1px solid rgba(255,255,255,.06);background:#ffffff08;border-radius:14px;padding:12px}.history-panel{display:flex;flex-direction:column;gap:10px}.history-list{overflow-y:auto;padding-right:4px;display:flex;flex-direction:column;gap:8px;max-height:300px;flex:1;min-height:0}.history-item{padding:10px;border:1px solid rgba(255,255,255,.06);border-radius:10px;background:#ffffff05}.history-item.current{border-color:#7c3aed99;box-shadow:0 10px 30px #7c3aed33}.history-top{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#cbd5e1;margin-bottom:4px}.history-summary{color:#e2e8f0}.preview-panel{display:flex;flex-direction:column;gap:10px;width:100%}.preview-header{display:flex;justify-content:space-between;font-size:14px;color:#cbd5e1}.preview-frame-outer{flex:1;background:#0b1021;border-radius:18px;border:1px solid rgba(255,255,255,.06);min-height:520px;overflow:hidden;box-shadow:0 30px 80px #00000059;width:100%}.preview-frame{background:#fff}.preview-empty{height:100%;display:grid;place-items:center;color:#94a3b8;font-size:16px}.log-panel{display:flex;flex-direction:column;gap:10px}.chat-panel{display:flex;flex-direction:column;gap:10px;height:100%;max-height:50vh;overflow:hidden}.log-list{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:10px;height:120px;overflow-y:auto;color:#cbd5e1;font-size:14px}.log-entry+.log-entry{margin-top:6px}.chat-log{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:10px;flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.chat-bubble{border-radius:10px;padding:8px 10px;border:1px solid rgba(255,255,255,.06)}.chat-bubble.user{background:#22d3ee14;align-self:flex-end}.chat-bubble.ai{background:#7c3aed14}.chat-meta{font-size:12px;color:#cbd5e1;margin-bottom:4px}.chat-text{color:#e2e8f0;font-size:14px}.chat-thinking{margin:8px 0;padding:8px;background:#3b82f614;border-radius:8px;border-left:3px solid rgba(59,130,246,.5)}.chat-thinking summary{cursor:pointer;font-size:12px;color:#93c5fd;font-weight:500;padding:4px 0}.chat-thinking summary:hover{color:#bfdbfe}.thinking-content{margin:8px 0 0;padding:8px;background:#0003;border-radius:4px;font-size:12px;color:#94a3b8;white-space:pre-wrap;word-break:break-word;max-height:300px;overflow-y:auto;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.chat-input-row{display:flex;flex-direction:column;gap:8px}.chat-input-row input,.chat-input-row textarea{border-radius:10px;padding:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:inherit;font-family:inherit;font-size:inherit;resize:vertical}.chat-actions{display:flex;justify-content:flex-end;gap:8px}.left-column{display:flex;flex-direction:column;gap:12px}.side-tabs{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.side-tabs button{padding:10px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff05;color:#e2e8f0;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.side-tabs button.active{border-color:#7c3aed99;background:#7c3aed1f;color:#f8fafc}.side-tab-panels{min-height:220px}.modal-backdrop{position:fixed;inset:0;background:#050816d1;display:grid;place-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;padding:16px}.modal{position:relative;width:min(520px,90vw);background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:20px;box-shadow:0 30px 80px #00000080}.modal-close{position:absolute;top:12px;right:12px;background:transparent;border:none;color:#ffffff80;cursor:pointer;padding:4px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:color .15s,background .15s}.modal-close:hover{color:#ffffffe6;background:#ffffff1a}.modal h2{margin:0 0 4px}.modal-form{display:flex;flex-direction:column;gap:10px}.modal-form input{border-radius:10px;padding:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:inherit}.import-progress{text-align:center;padding:20px 10px}.import-progress h2{margin:16px 0 8px}.import-url{color:#64748b;font-size:13px;word-break:break-all;max-width:400px;margin:0 auto 24px}.import-spinner{position:relative;width:60px;height:60px;margin:0 auto}.spinner-ring{position:absolute;inset:0;border:3px solid transparent;border-radius:50%;animation:spin 1.5s linear infinite}.spinner-ring:nth-child(1){border-top-color:#38bdf8;animation-delay:0s}.spinner-ring:nth-child(2){inset:6px;border-right-color:#a78bfa;animation-delay:.15s;animation-direction:reverse}.spinner-ring:nth-child(3){inset:12px;border-bottom-color:#34d399;animation-delay:.3s}@keyframes spin{to{transform:rotate(360deg)}}.import-steps{display:flex;flex-direction:column;gap:12px;text-align:left;margin-bottom:20px}.import-step{display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:8px;transition:all .3s ease}.import-step.active{background:#38bdf81a}.import-step.completed{opacity:.6}.import-step.pending{opacity:.4}.step-indicator{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-indicator svg{color:#34d399}.step-dot{width:10px;height:10px;border-radius:50%;background:#ffffff4d}.step-dot.pulse{background:#38bdf8;animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.7}}.step-label{font-size:14px;color:#ffffffe6}.import-step.active .step-label{color:#38bdf8;font-weight:500}.import-progress-bar{height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden}.import-progress-fill{height:100%;background:linear-gradient(90deg,#38bdf8,#a78bfa,#34d399);background-size:200% 100%;animation:gradient-shift 2s linear infinite;transition:width .3s ease}@keyframes gradient-shift{0%{background-position:0% 50%}to{background-position:200% 50%}}.import-current-action{margin-top:16px;font-size:12px;color:#fff9;text-align:center;font-family:SF Mono,Consolas,monospace;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.import-error{text-align:center;padding:20px 0}.import-error-icon{margin-bottom:16px;color:#ef4444}.import-error h2{color:#ef4444;margin-bottom:12px}.import-error-message{color:#fffc;font-size:14px;margin-bottom:8px;max-width:350px;margin-left:auto;margin-right:auto;word-break:break-word}.import-error .import-url{color:#ffffff80;font-size:12px;margin-bottom:20px}.import-error button{margin-top:8px}.auth-page{min-height:100vh;display:grid;place-items:center;padding:20px}.auth-card{width:min(460px,96vw);background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:22px;display:flex;flex-direction:column;gap:10px;box-shadow:0 30px 80px #00000073}.auth-card h1{margin:0}.auth-form{display:flex;flex-direction:column;gap:10px}.auth-form label{display:flex;flex-direction:column;gap:6px;font-weight:600}.auth-form input{border-radius:10px;padding:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:inherit}.error{color:#fecdd3;font-weight:600}@media(max-width:1100px){.layout{grid-template-columns:1fr}.left-column{order:1}.preview-panel{order:2}}.section-panel{display:flex;flex-direction:column;height:100%;overflow:hidden}.section-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:4px;padding:8px}.section-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff05;cursor:pointer;transition:all .15s ease;text-align:left;color:inherit}.section-item:hover{background:#ffffff0f;border-color:#ffffff26}.section-item.selected{background:#3b82f626;border-color:#3b82f680}.section-icon{font-size:1.2em;flex-shrink:0}.section-info{flex:1;min-width:0}.section-label{font-weight:600;font-size:.9em}.section-heading{font-size:.8em;opacity:.6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.section-type{font-size:.75em;padding:2px 6px;background:#ffffff1a;border-radius:4px;opacity:.6}.section-empty{display:flex;align-items:center;justify-content:center;height:100%;opacity:.5;font-size:.9em;text-align:center;padding:20px}.project-dashboard{min-height:100vh;background:#0f0f1a;padding:24px}.dashboard-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border:1px solid rgba(255,255,255,.06);background:#ffffff08;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:14px;margin-bottom:32px;max-width:1400px;margin-left:auto;margin-right:auto}.dashboard-actions{display:flex;align-items:center;gap:16px}.dashboard-content{max-width:1400px;margin:0 auto}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.empty-state{text-align:center;padding:80px 24px;color:#ffffffb3}.empty-icon{margin-bottom:24px;color:#ffffff4d}.empty-state h2{margin-bottom:12px;color:#fff;font-weight:600}.empty-state p{margin-bottom:24px;color:#fff9}.loading-state{text-align:center;padding:80px 24px;color:#fff9}.loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}.error-banner{background:#ef535026;border:1px solid rgba(239,83,80,.3);color:#ef5350;padding:12px 16px;border-radius:8px;margin-bottom:24px;display:flex;align-items:center;justify-content:space-between}.error-dismiss{background:none;border:none;color:inherit;font-size:18px;cursor:pointer;padding:0 4px;opacity:.7}.error-dismiss:hover{opacity:1}.project-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:12px;overflow:hidden;transition:border-color .2s,transform .2s}.project-card:hover{border-color:#ffffff26;transform:translateY(-2px)}.project-thumbnail{position:relative;aspect-ratio:16 / 9;background:#1a1a2e;cursor:pointer;overflow:hidden}.project-thumbnail img{width:100%;height:100%;object-fit:cover}.thumbnail-image{width:100%;height:100%;object-fit:cover;object-position:top}.thumbnail-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);font-size:48px;font-weight:700;color:#fffc}.thumbnail-placeholder.hidden{display:none}.thumbnail-overlay{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.project-thumbnail:hover .thumbnail-overlay{opacity:1}.thumbnail-overlay span{padding:8px 16px;background:#fff;color:#0f0f1a;border-radius:6px;font-weight:600;font-size:14px}.project-info{padding:16px}.project-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:8px}.project-name{font-size:16px;font-weight:600;color:#fff;margin:0;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-name:hover{color:#38bdf8}.project-url{display:block;font-size:13px;color:#ffffff80;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:12px}.project-url:hover{color:#ffffffb3}.project-meta{display:flex;align-items:center;font-size:12px;color:#fff6}.meta-separator{margin:0 8px}.project-menu{position:relative}.menu-trigger{background:none;border:none;padding:4px;cursor:pointer;color:#ffffff80;border-radius:4px;transition:background .15s,color .15s}.menu-trigger:hover{background:#ffffff1a;color:#fff}.menu-dropdown{position:absolute;top:100%;right:0;background:#1a1a2e;border:1px solid rgba(255,255,255,.1);border-radius:8px;min-width:140px;box-shadow:0 8px 32px #0006;z-index:100;overflow:hidden}.menu-dropdown button{display:flex;align-items:center;gap:8px;width:100%;padding:10px 14px;background:none;border:none;text-align:left;color:#ffffffe6;font-size:14px;cursor:pointer}.menu-dropdown button:hover{background:#ffffff14}.menu-dropdown button.danger{color:#ef5350}.menu-dropdown button.danger:hover{background:#ef535026}.project-dropdown{position:relative;margin-left:16px}.project-dropdown-trigger{display:flex;align-items:center;gap:8px;padding:8px 14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s}.project-dropdown-trigger:hover{background:#ffffff14;border-color:#ffffff26}.current-project-name{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-arrow{transition:transform .2s}.dropdown-arrow.open{transform:rotate(180deg)}.project-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;background:#1a1a2e;border:1px solid rgba(255,255,255,.1);border-radius:8px;min-width:280px;box-shadow:0 8px 32px #0006;z-index:1000;overflow:hidden}.dropdown-section{padding:8px 0}.dropdown-section-label{padding:8px 14px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fff6}.dropdown-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;background:none;border:none;text-align:left;color:#ffffffe6;font-size:14px;cursor:pointer;transition:background .15s}.dropdown-item:hover{background:#ffffff14}.dropdown-item.active{background:#38bdf826;color:#38bdf8}.dropdown-item .item-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-divider{height:1px;background:#ffffff1a;margin:4px 0}.dropdown-loading,.dropdown-empty{padding:16px 14px;text-align:center;color:#ffffff80;font-size:13px}.modal-backdrop{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1001;padding:24px}.delete-modal,.rename-modal,.duplicate-modal{max-width:420px;width:100%;padding:28px}.modal-icon{width:56px;height:56px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;border-radius:50%}.modal-icon.danger{background:#ef535026;color:#ef5350}.modal-icon.info{background:#38bdf826;color:#38bdf8}.delete-modal h2,.rename-modal h2,.duplicate-modal h2{text-align:center;margin-bottom:12px;font-size:18px}.delete-modal p,.duplicate-modal p{text-align:center;color:#ffffffb3;margin-bottom:8px;line-height:1.5}.warning-text{font-size:13px;color:#ef5350!important}.helper-text{font-size:13px;color:#ffffff80!important;margin-top:16px}.existing-project-info{background:#ffffff0d;border-radius:8px;padding:12px 16px;margin-top:16px}.info-row{display:flex;justify-content:space-between;font-size:13px}.info-label{color:#ffffff80}.info-value{color:#ffffffe6}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.modal-actions.stacked{flex-direction:column}.modal-actions.stacked .btn{width:100%}.rename-modal form{margin-top:16px}.rename-modal .input{width:100%;margin-bottom:0}.btn{padding:10px 18px;font-size:14px;font-weight:500;border-radius:8px;cursor:pointer;transition:all .15s;border:1px solid transparent}.btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn.primary:hover:not(:disabled){filter:brightness(1.1)}.btn.secondary{background:#ffffff14;color:#fff;border-color:#ffffff26}.btn.secondary:hover:not(:disabled){background:#ffffff1f}.btn.ghost{background:transparent;color:#ffffffb3}.btn.ghost:hover:not(:disabled){color:#fff;background:#ffffff14}.btn.danger{background:#ef5350;color:#fff}.btn.danger:hover:not(:disabled){background:#f44336}.btn:disabled{opacity:.5;cursor:not-allowed}.input{width:100%;padding:12px 14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:14px;outline:none;transition:border-color .15s,background .15s}.input:focus{border-color:#667eea80;background:#ffffff14}.input::placeholder{color:#fff6}.import-status-bar{position:fixed;top:0;left:0;right:0;height:48px;background:linear-gradient(135deg,#1e293bfa,#0f172afa);border-bottom:1px solid rgba(102,126,234,.3);z-index:1000;animation:slideDown .3s ease-out;overflow:hidden}.import-status-bar.complete{background:linear-gradient(135deg,#22c55e26,#10b9811a);border-bottom-color:#22c55e66}.import-status-bar.error{background:linear-gradient(135deg,#ef444426,#dc26261a);border-bottom-color:#ef444466}.import-status-bar.fade-out{animation:slideUp .3s ease-in forwards}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideUp{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}.import-status-content{display:flex;align-items:center;gap:12px;height:100%;padding:0 20px;position:relative;z-index:1}.import-status-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;color:#60a5fa}.import-status-bar.complete .import-status-icon{color:#22c55e}.import-status-bar.error .import-status-icon{color:#ef4444}.import-spinner-small{width:18px;height:18px;border:2px solid rgba(102,126,234,.3);border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite}.import-status-text{display:flex;align-items:center;gap:12px;flex:1}.import-status-step{font-weight:600;font-size:14px;color:#f1f5f9}.import-status-message{font-size:13px;color:#94a3b8}.import-status-progress{font-size:13px;font-weight:500;color:#60a5fa;min-width:40px;text-align:right}.import-status-bar-fill{position:absolute;bottom:0;left:0;height:3px;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease-out}.import-status-bar.complete .import-status-bar-fill{background:linear-gradient(90deg,#22c55e,#10b981)}:root{font-family:Inter,Space Grotesk,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#e2e8f0;background-color:#050816}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 20% 20%,rgba(108,92,231,.18),transparent 32%),radial-gradient(circle at 90% 10%,rgba(45,212,191,.12),transparent 25%),#050816;color:#e2e8f0}#root{min-height:100vh}a{color:inherit;text-decoration:none}button,input{font-family:inherit}button{border-radius:10px;border:1px solid rgba(255,255,255,.08);padding:10px 14px;font-size:15px;background:#ffffff0a;color:inherit;cursor:pointer;transition:transform .12s ease,box-shadow .16s ease,border-color .12s ease}button:hover:not(:disabled){transform:translateY(-1px);border-color:#fff3}button:disabled{opacity:.5;cursor:not-allowed}.primary{background:linear-gradient(130deg,#7c3aed,#22d3ee);border:none;color:#0b1021;font-weight:700;box-shadow:0 10px 40px #7c3aed59}.ghost{background:#ffffff0a}.danger{border-color:#ff636366;color:#fecdd3}.chip{padding:8px 12px;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:#ffffff0a;color:inherit}.chip.active{background:linear-gradient(120deg,#7c3aed33,#22d3ee33);border-color:#7c3aed99;color:#e2e8f0}.muted{color:#94a3b8;font-size:14px}.panel-heading{font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.08em;color:#cbd5e1}.pill{display:inline-block;padding:4px 8px;border-radius:999px;font-size:12px;font-weight:700}.pill.ai{background:#7c3aed2e;color:#c4b5fd}.pill.user{background:#22d3ee29;color:#99f6e4}.brand-mark{width:42px;height:42px;border-radius:12px;background:linear-gradient(140deg,#22d3ee,#7c3aed);display:grid;place-items:center;font-weight:800;color:#0b1021;letter-spacing:.06em}.brand-mark.large{width:54px;height:54px;font-size:18px}
