:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}:root{color:#1f2937;font-synthesis:none;text-rendering:optimizelegibility;background:#f4f7fb;font-family:Inter,Arial,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at 0 0,#2563eb14,#0000 28%),#f4f7fb;min-width:320px;min-height:100vh;margin:0}button,textarea{font:inherit}button{cursor:pointer}.app-shell{width:min(1180px,100% - 32px);margin:0 auto;padding:28px 0 36px}.topbar{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.eyebrow{letter-spacing:.08em;color:#2563eb;margin:0 0 8px;font-size:13px;font-weight:800}.topbar h1{color:#0f172a;margin:0;font-size:clamp(30px,4vw,46px);line-height:1.08}.subtitle{color:#64748b;max-width:760px;margin:10px 0 0;font-size:16px;line-height:1.6}.status{color:#1d4ed8;white-space:nowrap;background:#fff;border:1px solid #dbeafe;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-weight:700;display:inline-flex;box-shadow:0 6px 20px #0f172a0f}.status-dot{background:#22c55e;border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 4px #22c55e1f}.assistant-card{background:#fffffff2;border:1px solid #e2e8f0;border-radius:24px;padding:26px;box-shadow:0 18px 50px #0f172a14}.assistant-heading{align-items:center;gap:14px;margin-bottom:20px;display:flex}.assistant-avatar{color:#fff;background:linear-gradient(135deg,#2563eb,#0f766e);border-radius:14px;flex:0 0 48px;place-items:center;width:48px;height:48px;font-size:16px;font-weight:900;display:grid}.assistant-heading h2{color:#0f172a;margin:0;font-size:22px}.assistant-heading p{color:#64748b;margin:5px 0 0}.input-area textarea{resize:vertical;color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:16px;outline:none;width:100%;min-height:145px;padding:18px;line-height:1.6;transition:all .2s}.input-area textarea:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.input-actions{justify-content:space-between;align-items:center;gap:14px;margin-top:14px;display:flex}.left-actions{flex-wrap:wrap;gap:10px;display:flex}.icon-button,.send-button{border:0;border-radius:12px;padding:11px 15px;font-weight:700;transition:all .18s}.icon-button{color:#334155;background:#eef2ff}.icon-button:hover{background:#e0e7ff;transform:translateY(-1px)}.send-button{color:#fff;background:#2563eb;min-width:135px;box-shadow:0 8px 22px #2563eb38}.send-button:hover{background:#1d4ed8;transform:translateY(-1px)}.tools-section{margin-top:28px}.section-heading h2{color:#0f172a;margin:0;font-size:24px}.section-heading p{color:#64748b;margin:6px 0 16px}.tools-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.tool-card{text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:18px;align-items:center;gap:14px;width:100%;padding:18px;transition:all .2s;display:flex;box-shadow:0 8px 24px #0f172a0a}.tool-card:hover{border-color:#bfdbfe;transform:translateY(-2px);box-shadow:0 12px 28px #0f172a14}.tool-icon{background:#f1f5f9;border-radius:14px;flex:0 0 46px;place-items:center;width:46px;height:46px;font-size:22px;display:grid}.tool-content{flex-direction:column;flex:1;gap:4px;display:flex}.tool-content strong{color:#0f172a;font-size:16px}.tool-content small{color:#64748b;font-size:14px;line-height:1.45}.tool-arrow{color:#94a3b8;font-size:22px;font-weight:700}.footer{color:#94a3b8;text-align:center;margin-top:28px;padding:16px 0 2px;font-size:13px}@media (width<=800px){.topbar{flex-direction:column}.tools-grid{grid-template-columns:1fr}.input-actions{flex-direction:column;align-items:stretch}.left-actions,.icon-button,.send-button{width:100%}}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-box{background:#fff;border-radius:22px;width:min(920px,100%);max-height:88vh;padding:24px;overflow-y:auto;box-shadow:0 24px 70px #0f172a33}.modal-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.modal-header h2{color:#0f172a;margin:0;font-size:24px}.modal-header p{color:#64748b;margin:6px 0 0}.close-button{color:#475569;background:#f1f5f9;border:0;border-radius:12px;flex:0 0 40px;width:40px;height:40px;font-size:18px}.close-button:hover{background:#e2e8f0}.document-groups{gap:18px;display:grid}.document-group{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:18px}.document-group h3{color:#1e3a8a;margin:0 0 12px;font-size:16px}.document-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.document-item{color:#0f172a;text-align:left;background:#fff;border:1px solid #dbe4f0;border-radius:12px;min-height:46px;padding:11px 12px;font-weight:700;transition:all .18s}.document-item:hover{color:#1d4ed8;background:#eff6ff;border-color:#93c5fd;transform:translateY(-1px)}@media (width<=760px){.modal-box{padding:18px}.document-list{grid-template-columns:1fr}}.document-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;margin-top:28px;padding:24px;box-shadow:0 16px 40px #0f172a14}.document-form-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.document-form-header h2{color:#0f172a;margin:0;font-size:24px}.document-form-header p{color:#64748b;margin:6px 0 0}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.form-grid label{color:#334155;flex-direction:column;gap:8px;font-size:14px;font-weight:700;display:flex}.form-grid input,.form-grid textarea{color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:12px;outline:none;width:100%;padding:12px 14px;transition:all .18s}.form-grid textarea{resize:vertical;min-height:110px}.form-grid input:focus,.form-grid textarea:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb14}.form-actions{justify-content:space-between;gap:12px;margin-top:22px;display:flex}@media (width<=760px){.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions button{width:100%}}.ai-result{background:#fff;border:1px solid #dbe4f0;border-radius:16px;margin-top:18px;overflow:hidden}.ai-result-header{color:#1e3a8a;background:#eff6ff;border-bottom:1px solid #dbe4f0;padding:12px 16px}.ai-result-content{white-space:pre-wrap;color:#1f2937;background:#fff;padding:16px;line-height:1.7}
