@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg: #f8fafc;--surface: #ffffff;--surface-hover: #f1f5f9;--border: #e2e8f0;--border-light: #f1f5f9;--ink: #0f172a;--ink-secondary: #475569;--ink-muted: #94a3b8;--accent: #6366f1;--accent-light: #eef2ff;--accent-hover: #4f46e5;--emerald: #10b981;--emerald-light: #ecfdf5;--amber: #f59e0b;--amber-light: #fffbeb;--red: #ef4444;--sidebar-bg: #0f172a;--sidebar-hover: #1e293b;--sidebar-active: rgba(99, 102, 241, .15);--radius: 12px;--radius-sm: 8px;--radius-lg: 16px;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow: 0 4px 6px -1px rgba(0,0,0,.07), 0 2px 4px -2px rgba(0,0,0,.05);--shadow-lg: 0 20px 25px -5px rgba(0,0,0,.08), 0 8px 10px -6px rgba(0,0,0,.04);--transition: .15s ease}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--ink);background:var(--bg);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}button,input{font:inherit;border:none;outline:none}h1,h2,h3,h4,p,ul,ol,li,pre{margin:0}ul,ol{padding:0;list-style:none}.login-container{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.login-left{background:linear-gradient(135deg,#0f172a,#1e293b);padding:3rem;display:flex;flex-direction:column;justify-content:center;gap:3rem;color:#fff}.login-logo{width:56px;height:56px;border-radius:var(--radius);background:#6366f133;display:grid;place-items:center;color:var(--accent);margin-bottom:1.5rem}.login-brand h1{font-size:2rem;font-weight:800;margin-bottom:.75rem}.login-brand p{color:#94a3b8;font-size:1rem;line-height:1.6;max-width:380px}.login-features{display:flex;flex-direction:column;gap:1rem}.login-feature{display:flex;align-items:center;gap:.75rem;color:#cbd5e1;font-size:.9rem}.login-feature svg{color:var(--accent)}.login-right{display:grid;place-items:center;padding:2rem}.login-form{width:min(400px,100%);display:flex;flex-direction:column;gap:1.25rem}.login-form-header{display:flex;align-items:center;gap:.5rem;color:var(--accent);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.login-form h2{font-size:1.75rem;font-weight:800}.login-subtitle{color:var(--ink-secondary)}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.82rem;font-weight:600;color:var(--ink-secondary)}.form-group input{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);transition:border-color var(--transition),box-shadow var(--transition)}.form-group input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.error-msg{color:var(--red);font-size:.85rem;font-weight:600}.btn-primary{width:100%;padding:.8rem;border-radius:var(--radius-sm);background:var(--accent);color:#fff;font-weight:700;cursor:pointer;transition:background var(--transition),transform var(--transition)}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px)}.app-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.sidebar{background:var(--sidebar-bg);padding:1.25rem;display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:0;height:100vh;overflow-y:auto}.sidebar-brand{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.brand-logo{width:38px;height:38px;border-radius:var(--radius-sm);background:#6366f126;display:grid;place-items:center;color:var(--accent)}.brand-title{font-size:1.1rem;font-weight:800;color:#fff}.brand-subtitle{font-size:.72rem;color:var(--ink-muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600}.nav{display:flex;flex-direction:column;gap:.35rem}.nav-btn{display:flex;align-items:center;gap:.7rem;width:100%;padding:.7rem .85rem;border-radius:var(--radius-sm);background:transparent;color:#94a3b8;font-weight:500;cursor:pointer;transition:all var(--transition);position:relative}.nav-btn:hover{background:var(--sidebar-hover);color:#fff}.nav-btn.active{background:var(--sidebar-active);color:#fff;font-weight:600}.nav-btn.active svg:first-child{color:var(--accent)}.nav-indicator{margin-left:auto;opacity:.5}.sidebar-section{margin-top:.5rem}.sidebar-section-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-muted);padding:0 .85rem;margin-bottom:.5rem;display:block}.uni-quick-list{display:flex;flex-direction:column;gap:.2rem}.uni-quick-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem .85rem;border-radius:var(--radius-sm);background:transparent;color:#94a3b8;cursor:pointer;font-size:.82rem;transition:all var(--transition)}.uni-quick-item:hover{background:var(--sidebar-hover);color:#fff}.uni-quick-item.active{background:var(--sidebar-active);color:#fff}.uni-quick-name{font-weight:500}.uni-quick-progress{font-weight:700;font-size:.75rem;color:var(--accent)}.sidebar-bottom{margin-top:auto}.user-card{display:flex;align-items:center;gap:.7rem;padding:.75rem;border-radius:var(--radius-sm);background:var(--sidebar-hover)}.user-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--emerald));display:grid;place-items:center;color:#fff;font-weight:800;font-size:.7rem}.user-info{flex:1;min-width:0}.user-info strong{display:block;color:#fff;font-size:.82rem}.user-info span{font-size:.72rem;color:var(--ink-muted)}.btn-icon{width:30px;height:30px;border-radius:var(--radius-sm);display:grid;place-items:center;background:transparent;color:var(--ink-muted);cursor:pointer;transition:all var(--transition)}.btn-icon:hover{background:#ef44441a;color:var(--red)}.main{padding:1.5rem 2rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem}.main-header{display:flex;justify-content:space-between;align-items:center}.page-title{font-size:1.5rem;font-weight:800}.page-subtitle{color:var(--ink-secondary);margin-top:.25rem}.progress-ring-text{font-size:12px;font-weight:800;fill:var(--ink)}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem;display:flex;align-items:flex-start;gap:.85rem;transition:box-shadow var(--transition)}.stat-card:hover{box-shadow:var(--shadow)}.stat-card.blue .stat-icon{background:var(--accent-light);color:var(--accent)}.stat-card.green .stat-icon{background:var(--emerald-light);color:var(--emerald)}.stat-icon{width:40px;height:40px;border-radius:var(--radius-sm);background:var(--border-light);display:grid;place-items:center;color:var(--ink-secondary);flex-shrink:0}.stat-label{font-size:.75rem;color:var(--ink-muted);font-weight:600;text-transform:uppercase;letter-spacing:.03em}.stat-value{display:block;font-size:1.15rem;font-weight:800;margin-top:.15rem}.stat-subtitle{font-size:.78rem;color:var(--ink-muted)}.overview-layout{display:grid;grid-template-columns:1fr 320px;gap:1.25rem}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.panel-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.panel-eyebrow{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin-bottom:.35rem}.panel-header h3{font-size:1.2rem;font-weight:800}.panel-meta{color:var(--ink-secondary);font-size:.85rem;margin-top:.2rem}.status-badge{padding:.35rem .75rem;border-radius:999px;font-size:.75rem;font-weight:700;background:color-mix(in srgb,var(--badge-color, var(--accent)) 12%,transparent);color:var(--badge-color, var(--accent))}.fit-text{color:var(--ink-secondary);line-height:1.6;margin-bottom:1.25rem}.progress-section{background:var(--border-light);border-radius:var(--radius);padding:1rem;margin-bottom:1.5rem}.progress-info{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.85rem}.progress-info strong{color:var(--accent)}.progress-bar{height:8px;border-radius:999px;background:var(--border);overflow:hidden}.progress-bar.sm{height:6px;margin-bottom:1rem}.progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--accent),var(--emerald));transition:width .3s ease}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.col-title{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;margin-bottom:.85rem;color:var(--ink)}.col-title svg{color:var(--ink-muted)}.checklist{display:flex;flex-direction:column;gap:.4rem}.check-item{display:flex;align-items:center;gap:.65rem;width:100%;padding:.6rem .75rem;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border);cursor:pointer;text-align:left;transition:all var(--transition)}.check-item:hover{border-color:var(--accent);background:var(--accent-light)}.check-item svg{color:var(--ink-muted);flex-shrink:0}.check-item.done{background:var(--emerald-light);border-color:#10b98133}.check-item.done svg{color:var(--emerald)}.check-text{min-width:0}.check-label{display:block;font-size:.82rem;font-weight:600;color:var(--ink)}.check-cat{font-size:.72rem;color:var(--ink-muted)}.side-panels{display:flex;flex-direction:column;gap:1rem}.panel-title-sm{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:700;margin-bottom:.85rem}.panel-title-sm svg{color:var(--accent)}.priority-items{display:flex;flex-direction:column;gap:.6rem}.priority-item{display:flex;align-items:flex-start;gap:.6rem;padding:.6rem;border-radius:var(--radius-sm);background:var(--amber-light);border:1px solid rgba(245,158,11,.15)}.priority-num{width:22px;height:22px;border-radius:50%;background:var(--amber);color:#fff;display:grid;place-items:center;font-size:.7rem;font-weight:800;flex-shrink:0}.priority-item strong{display:block;font-size:.82rem}.priority-item span{font-size:.72rem;color:var(--ink-muted)}.all-done-text{color:var(--emerald);font-weight:600;font-size:.85rem}.deadline-text{color:var(--ink-secondary);line-height:1.6;font-size:.85rem}.chance-display{text-align:center;padding:1rem 0}.chance-number{display:block;font-size:2.5rem;font-weight:800;line-height:1}.chance-label{display:block;margin-top:.5rem;font-size:.78rem;color:var(--ink-muted)}.uni-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1rem}.uni-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;display:flex;flex-direction:column;gap:1rem;transition:box-shadow var(--transition),transform var(--transition)}.uni-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.uni-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.uni-card-header h3{font-size:1.05rem;font-weight:800}.uni-card-header p{color:var(--ink-secondary);font-size:.85rem;margin-top:.15rem}.uni-card-fit{color:var(--ink-secondary);font-size:.85rem;line-height:1.55}.uni-card-stats{display:flex;gap:1.5rem}.uni-stat span{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-muted);font-weight:600}.uni-stat strong{font-size:.95rem}.btn-secondary{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.65rem 1rem;border-radius:var(--radius-sm);background:var(--accent-light);color:var(--accent);font-weight:700;font-size:.85rem;cursor:pointer;transition:all var(--transition);margin-top:auto}.btn-secondary:hover{background:var(--accent);color:#fff}.doc-panel{max-width:800px}.doc-counter{display:flex;align-items:baseline;gap:.15rem}.doc-counter-num{font-size:1.5rem;font-weight:800;color:var(--emerald)}.doc-counter-sep{color:var(--ink-muted);font-weight:600}.doc-counter-total{font-size:1.1rem;font-weight:700;color:var(--ink-muted)}.doc-grid{display:flex;flex-direction:column;gap:.5rem}.doc-item{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.85rem 1rem;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border);cursor:pointer;text-align:left;transition:all var(--transition)}.doc-item:hover{border-color:var(--accent);box-shadow:var(--shadow-sm)}.doc-item.done{background:var(--emerald-light);border-color:#10b98133}.doc-item-left{display:flex;align-items:center;gap:.75rem}.doc-item-left svg{color:var(--ink-muted)}.doc-item.done .doc-item-left svg{color:var(--emerald)}.doc-item-left strong{display:block;font-size:.88rem}.doc-item-left span{font-size:.75rem;color:var(--ink-muted)}.doc-status{font-size:.75rem;font-weight:700;padding:.25rem .6rem;border-radius:999px}.doc-status.ready{background:var(--emerald-light);color:var(--emerald)}.doc-status.missing{background:var(--amber-light);color:var(--amber)}.templates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(420px,1fr));gap:1.25rem}.template-panel{display:flex;flex-direction:column}.template-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.template-header h4{font-size:1rem;font-weight:700}.btn-copy{display:flex;align-items:center;gap:.35rem;padding:.4rem .7rem;border-radius:var(--radius-sm);background:var(--accent-light);color:var(--accent);font-size:.78rem;font-weight:700;cursor:pointer;transition:all var(--transition)}.btn-copy:hover{background:var(--accent);color:#fff}.template-body{flex:1;white-space:pre-wrap;word-break:break-word;background:var(--border-light);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;font-family:SF Mono,Fira Code,JetBrains Mono,monospace;font-size:.78rem;line-height:1.6;color:var(--ink-secondary);max-height:400px;overflow-y:auto}.view-actions{margin-bottom:1rem}.view-content.fill{flex:1;display:flex;flex-direction:column;min-height:0}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;padding:2rem}.modal{background:var(--surface);border-radius:var(--radius-lg);padding:1.75rem;width:min(560px,100%);max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-lg)}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-header h3{display:flex;align-items:center;gap:.5rem;font-size:1.15rem;font-weight:800}.modal-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.modal-form select,.modal-form textarea{width:100%;padding:.7rem .85rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);font:inherit;resize:vertical;transition:border-color var(--transition)}.modal-form select:focus,.modal-form textarea:focus{border-color:var(--accent);outline:none}.btn-ai-suggest{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .75rem;border-radius:var(--radius-sm);background:linear-gradient(135deg,var(--accent-light),rgba(16,185,129,.08));color:var(--accent);font-size:.78rem;font-weight:700;cursor:pointer;border:1px solid rgba(99,102,241,.15);margin-top:.5rem;transition:all var(--transition)}.btn-ai-suggest:hover:not(:disabled){background:var(--accent);color:#fff}.btn-ai-suggest:disabled{opacity:.5;cursor:not-allowed}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem}.btn-ghost{padding:.7rem 1.25rem;border-radius:var(--radius-sm);background:var(--border-light);color:var(--ink-secondary);font-weight:600;cursor:pointer;transition:all var(--transition)}.btn-ghost:hover{background:var(--border)}.sidebar-section-header{display:flex;align-items:center;justify-content:space-between;padding:0 .85rem;margin-bottom:.5rem}.btn-add-sm{width:24px;height:24px;border-radius:6px;display:grid;place-items:center;background:#6366f126;color:var(--accent);cursor:pointer;transition:all var(--transition)}.btn-add-sm:hover{background:var(--accent);color:#fff}.chat-container{flex:1;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;min-height:500px;max-height:calc(100vh - 200px)}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--border);background:var(--border-light)}.chat-header-left{display:flex;align-items:center;gap:.75rem}.chat-header-left svg{color:var(--accent)}.chat-header-left h3{font-size:.95rem;font-weight:700}.chat-header-left span{font-size:.72rem;color:var(--ink-muted)}.model-select{padding:.4rem .7rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);font-size:.8rem;font-weight:600;color:var(--ink);cursor:pointer}.chat-messages{flex:1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.chat-msg{display:flex;gap:.75rem;max-width:85%}.chat-msg.user{align-self:flex-end;flex-direction:row-reverse}.chat-msg-avatar{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;flex-shrink:0}.chat-msg.assistant .chat-msg-avatar{background:var(--accent-light);color:var(--accent)}.chat-msg.user .chat-msg-avatar{background:var(--emerald-light);color:var(--emerald)}.chat-msg-content{padding:.85rem 1rem;border-radius:var(--radius);max-width:100%}.chat-msg.assistant .chat-msg-content{background:var(--border-light);border:1px solid var(--border)}.chat-msg.user .chat-msg-content{background:var(--accent);color:#fff}.chat-model-tag{display:inline-block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.15rem .45rem;border-radius:4px;background:#6366f11a;color:var(--accent);margin-bottom:.4rem}.chat-msg-text{white-space:pre-wrap;word-break:break-word;font-family:inherit;font-size:.85rem;line-height:1.6;margin:0}.chat-msg.user .chat-msg-text{color:#fff}.chat-input-bar{display:flex;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid var(--border);background:var(--surface)}.chat-input-bar input{flex:1;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--border-light);transition:border-color var(--transition)}.chat-input-bar input:focus{border-color:var(--accent);background:var(--surface)}.btn-send{width:42px;height:42px;border-radius:var(--radius-sm);display:grid;place-items:center;background:var(--accent);color:#fff;cursor:pointer;transition:all var(--transition)}.btn-send:hover:not(:disabled){background:var(--accent-hover)}.btn-send:disabled{opacity:.4;cursor:not-allowed}.writer-container{display:flex;flex-direction:column;gap:1.25rem}.writer-controls h3,.analysis-controls h3{display:flex;align-items:center;gap:.5rem;font-size:1.15rem;font-weight:800;margin-bottom:.25rem}.writer-form{margin-top:1.25rem;display:flex;flex-direction:column;gap:1rem}.writer-form select,.writer-form textarea,.writer-form input{width:100%;padding:.7rem .85rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);font:inherit;resize:vertical;transition:border-color var(--transition)}.writer-form select:focus,.writer-form textarea:focus,.writer-form input:focus{border-color:var(--accent);outline:none}.btn-generate{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:fit-content;padding:.8rem 1.5rem}.btn-generate:disabled{opacity:.6;cursor:not-allowed}.writer-result,.analysis-result{border:1px solid rgba(99,102,241,.15)}.writer-result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.writer-result-header h4{display:flex;align-items:center;gap:.5rem;font-weight:700}.writer-result-actions{display:flex;gap:.5rem}.writer-output{white-space:pre-wrap;word-break:break-word;font-family:inherit;font-size:.88rem;line-height:1.7;color:var(--ink-secondary);background:var(--border-light);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;max-height:600px;overflow-y:auto}.analysis-container{display:flex;flex-direction:column;gap:1.25rem}.analysis-options{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin:1.25rem 0}.analysis-option{display:flex;align-items:center;gap:.75rem;padding:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);cursor:pointer;text-align:left;transition:all var(--transition)}.analysis-option:hover{border-color:var(--accent);background:var(--accent-light)}.analysis-option.active{border-color:var(--accent);background:var(--accent-light);box-shadow:0 0 0 3px #6366f11a}.analysis-option svg{color:var(--accent);flex-shrink:0}.analysis-option strong{display:block;font-size:.85rem;margin-bottom:.15rem}.analysis-option span{font-size:.75rem;color:var(--ink-muted)}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite}@media (max-width: 1200px){.overview-layout{grid-template-columns:1fr}.side-panels{flex-direction:row;flex-wrap:wrap}.side-panels .panel{flex:1;min-width:250px}}@media (max-width: 1024px){.stats-row{grid-template-columns:repeat(2,1fr)}.two-col{grid-template-columns:1fr}}@media (max-width: 768px){.app-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;flex-direction:row;flex-wrap:wrap;align-items:center;padding:1rem}.sidebar-section,.sidebar-bottom{display:none}.nav{flex-direction:row;flex-wrap:wrap}.main{padding:1rem}.stats-row,.uni-grid,.templates-grid,.login-container{grid-template-columns:1fr}.login-left{display:none}.analysis-options,.form-row{grid-template-columns:1fr}.chat-container{min-height:400px}}
