:root{--bg-primary:#fff;--bg-secondary:#f9f9fb;--bg-tertiary:#f0f2f5;--bg-hover:#e4e7eb;--card-bg:#fff;--card-border:#e2e8f0;--blob-bg:#f8fafc;--blob-border:#e2e8f0;--blob-hover-bg:#f1f5f9;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--accent-primary:#ea580c;--accent-hover:#c2410c;--accent-light:#fff7ed;--accent-border:#fed7aa;--badge-free-bg:#f1f5f9;--badge-free-text:#475569;--badge-pro-bg:#ffedd5;--badge-pro-text:#c2410c;--badge-max-bg:#fae8ff;--badge-max-text:#86198f;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #00000012, 0 2px 4px -1px #0000000a;--shadow-lg:0 10px 25px -5px #00000014, 0 8px 10px -6px #0000000a;--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--radius-sm:8px;--radius-md:14px;--radius-lg:24px;--radius-full:9999px;--header-height:64px;--sidebar-width:280px}[data-theme=dark]{--bg-primary:#131314;--bg-secondary:#1e1f20;--bg-tertiary:#28292a;--bg-hover:#333537;--card-bg:#1e1f20;--card-border:#2d2f31;--blob-bg:#1e1f20;--blob-border:#2e3032;--blob-hover-bg:#28292a;--text-primary:#e3e3e3;--text-secondary:#c4c7c5;--text-muted:#8e918f;--accent-primary:#fdba74;--accent-hover:#fed7aa;--accent-light:#431407;--accent-border:#7c2d12;--badge-free-bg:#28292a;--badge-free-text:#c4c7c5;--badge-pro-bg:#431407;--badge-pro-text:#fdba74;--badge-max-bg:#321f3a;--badge-max-text:#f0abfc;--shadow-sm:0 1px 2px 0 #0006;--shadow-md:0 4px 6px -1px #00000080;--shadow-lg:0 10px 25px -5px #0009}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;height:100dvh;margin:0;line-height:1.5;transition:background-color .25s,color .25s;overflow-x:hidden}#root{height:100%}.app-container{flex-direction:column;height:100%;display:flex;overflow:hidden}.main-content{flex-direction:column;flex:1;display:flex;overflow-y:auto}button{cursor:pointer;background:0 0;border:none;font-family:inherit;transition:all .2s}input,textarea,select{font-family:inherit;font-size:.95rem}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:4px}.app-container{flex-direction:column;min-height:100vh;display:flex}.main-content{flex-direction:column;flex:1;display:flex}.header-nav{height:var(--header-height);background:var(--bg-primary);border-bottom:1px solid var(--card-border);z-index:100;justify-content:space-between;align-items:center;padding:0 1.5rem;display:flex;position:sticky;top:0}.brand-logo{color:var(--text-primary);align-items:center;gap:.65rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.brand-icon{border-radius:var(--radius-sm);color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;font-weight:800;display:flex}.header-right{align-items:center;gap:1rem;display:flex}.tier-badge{border-radius:var(--radius-full);letter-spacing:.05em;text-transform:uppercase;justify-content:center;align-items:center;gap:.35rem;height:38px;padding:0 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.tier-badge.free{background:var(--badge-free-bg);color:var(--badge-free-text)}.tier-badge.pro{background:var(--badge-pro-bg);color:var(--badge-pro-text)}.tier-badge.max{background:var(--badge-max-bg);color:var(--badge-max-text)}.theme-toggle-btn{border-radius:var(--radius-full);width:38px;height:38px;color:var(--text-secondary);background:var(--bg-secondary);border:1px solid var(--card-border);justify-content:center;align-items:center;display:flex}.theme-toggle-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.btn-primary{background:var(--text-primary);color:var(--bg-primary);border-radius:var(--radius-full);align-items:center;gap:.5rem;padding:.55rem 1.2rem;font-size:.88rem;font-weight:600;display:inline-flex}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-secondary{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--card-border);border-radius:var(--radius-full);align-items:center;gap:.5rem;padding:.55rem 1.2rem;font-size:.88rem;font-weight:600;display:inline-flex}.btn-secondary:hover{background:var(--bg-hover)}.dashboard-layout{height:calc(100vh - var(--header-height));height:calc(100dvh - var(--header-height));width:100%;display:flex}.sidebar{width:var(--sidebar-width);background:var(--bg-secondary);border-right:1px solid var(--card-border);flex-direction:column;gap:1rem;padding:1.2rem;display:flex}.sidebar-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.sidebar-title{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.85rem;font-weight:700}.project-list{flex-direction:column;flex:1;gap:.35rem;display:flex;overflow-y:auto}.project-item{border-radius:var(--radius-md);color:var(--text-secondary);text-align:left;border:1px solid #0000;justify-content:space-between;align-items:center;padding:.65rem .85rem;font-size:.9rem;font-weight:500;display:flex}.project-item:hover{background:var(--bg-hover);color:var(--text-primary)}.project-item.active{background:var(--card-bg);color:var(--text-primary);border-color:var(--card-border);box-shadow:var(--shadow-sm);font-weight:600}.project-dot{border-radius:50%;width:10px;height:10px;margin-right:.6rem;display:inline-block}.dashboard-main{background:var(--bg-primary);flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.dashboard-topbar{border-bottom:1px solid var(--card-border);background:var(--bg-primary);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem 1.5rem;display:flex}.search-blob{background:var(--bg-secondary);border:1.5px solid var(--card-border);max-width:640px;box-shadow:var(--shadow-sm);border-radius:24px;flex:1;align-items:flex-end;gap:.6rem;padding:.25rem .25rem .25rem 1rem;transition:all .2s;display:flex}.search-blob:focus-within{border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--accent-light);background:var(--card-bg)}.search-textarea,.chat-textarea{width:100%;color:var(--text-primary);resize:none;background:0 0;border:none;outline:none;min-width:0;height:24px;margin:8px 0;padding:2px 0;font-family:inherit;font-size:.92rem;line-height:20px;transition:height .2s;overflow:hidden}.search-blob:focus-within .search-textarea,.entry-input-row:focus-within .chat-textarea{height:80px;overflow-y:auto}.conversations-container{flex-direction:column;flex:1;gap:1.2rem;padding:1.5rem;display:flex;overflow-y:auto}.conversation-blob{background:var(--blob-bg);border:1px solid var(--blob-border);border-radius:var(--radius-lg);cursor:pointer;flex-direction:column;gap:.75rem;padding:1.25rem 1.5rem;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.conversation-blob:hover{background:var(--blob-hover-bg);box-shadow:var(--shadow-md);border-color:var(--card-border);transform:translateY(-2px)}.blob-header{justify-content:space-between;align-items:center;display:flex}.blob-title{color:var(--text-primary);font-size:1.1rem;font-weight:600}.blob-meta{color:var(--text-muted);font-size:.8rem}.blob-summary{flex-direction:column;gap:.35rem;display:flex}.summary-bullet{color:var(--text-secondary);align-items:flex-start;gap:.5rem;font-size:.88rem;display:flex}.bullet-dot{background:var(--accent-primary);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:.5rem}.blob-footer{flex-wrap:wrap;align-items:center;gap:.6rem;margin-top:.25rem;display:flex}.tag-badge{border-radius:var(--radius-full);background:var(--bg-tertiary);color:var(--text-secondary);padding:.2rem .6rem;font-size:.75rem;font-weight:500}.dashboard-bottombar{background:var(--bg-primary);border-top:1px solid var(--card-border);padding:1rem 1.5rem 1.5rem}.entry-blob{background:var(--bg-secondary);border:1px solid var(--card-border);border-radius:var(--radius-lg);max-width:800px;box-shadow:var(--shadow-md);flex-direction:column;gap:.6rem;margin:0 auto;padding:.75rem 1.25rem;display:flex}.entry-input-row{align-items:flex-end;gap:.75rem;display:flex}.entry-actions{border-top:1px dashed var(--card-border);justify-content:space-between;align-items:center;padding-top:.4rem;display:flex}.audio-record-btn{color:#ef4444;border-radius:var(--radius-full);background:#ef444415;border:1px solid #ef444430;align-items:center;gap:.4rem;padding:.45rem 1rem;font-size:.82rem;font-weight:600;display:flex}.audio-record-btn:hover{background:#ef444425}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0006;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);width:100%;max-width:480px;box-shadow:var(--shadow-lg);flex-direction:column;gap:1.25rem;padding:2rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--text-secondary);font-size:.85rem;font-weight:600}.input-field,.form-input{border-radius:var(--radius-md);border:1.5px solid var(--card-border);background:var(--bg-secondary);width:100%;color:var(--text-primary);outline:none;padding:.75rem 1rem;font-size:.95rem;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 1px 2px #00000008}.input-field:hover,.form-input:hover{border-color:var(--accent-border);background:var(--card-bg)}.input-field:focus,.form-input:focus{border-color:var(--accent-primary);background:var(--card-bg);box-shadow:0 0 0 3.5px var(--accent-light), 0 2px 4px #0000000d}.input-field:disabled,.input-field:read-only,.form-input:disabled{background:var(--bg-tertiary);border-color:var(--card-border);color:var(--text-muted);cursor:not-allowed;opacity:.8}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;width:100%;max-width:1100px;margin:2rem auto;display:grid}.pricing-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);flex-direction:column;gap:1.25rem;padding:2rem;transition:all .2s;display:flex;position:relative}.pricing-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.pricing-card.featured{border-color:var(--accent-primary);box-shadow:0 0 0 2px var(--accent-border)}.pricing-header{flex-direction:column;gap:.35rem;display:flex}.pricing-title{font-size:1.3rem;font-weight:700}.pricing-price{color:var(--text-primary);font-size:2rem;font-weight:800}.pricing-price span{color:var(--text-muted);font-size:.9rem;font-weight:400}.feature-list{flex-direction:column;flex:1;gap:.65rem;list-style:none;display:flex}.feature-item{color:var(--text-secondary);align-items:center;gap:.6rem;font-size:.9rem;display:flex}.delete-conv-icon-btn{border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.3rem;transition:all .15s;display:flex}.delete-conv-icon-btn:hover{color:#ef4444!important;background:#ef444415!important}.feature-item.disabled{color:var(--text-muted);text-decoration:line-through}.mobile-menu-btn{color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:.25rem;display:none}.mobile-menu-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.sidebar-backdrop{display:none}.scroll-fab{background:var(--bg-primary);border:1px solid var(--card-border);cursor:pointer;width:40px;height:40px;color:var(--text-secondary);z-index:100;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;bottom:120px;right:2.5rem;box-shadow:0 4px 12px #0000001a}.scroll-fab:hover{color:var(--text-primary)}@media (width<=768px){.header-nav{padding:0 1rem}.brand-logo{font-size:1.15rem}.hero-title{font-size:2.7rem!important}.hero-subtitle{font-size:1.15rem!important}.header-right{gap:.5rem}.mobile-menu-btn{justify-content:center;align-items:center;display:flex}.sidebar-backdrop{top:var(--header-height);z-index:40;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0009;display:none;position:fixed;bottom:0;left:0;right:0}.sidebar-backdrop.mobile-open{display:block}.sidebar{top:var(--header-height);height:calc(100vh - var(--header-height));z-index:50;width:85%;max-width:320px;transition:left .3s cubic-bezier(.4,0,.2,1);position:fixed;left:-100%;box-shadow:4px 0 24px #00000026}.sidebar.mobile-open{left:0}.dashboard-main{width:100%}.dashboard-topbar{gap:.5rem;padding:.75rem 1rem}.create-conv-text{display:none}.create-conv-btn{width:40px;padding:0}.scroll-fab{right:.75rem}.tier-text,.nav-user-name{display:none}}
