.app{height:100%;display:flex;flex-direction:column;max-width:min(96rem,96vw);margin:0 auto;padding:0 1.25rem 1.25rem}.header{display:flex;align-items:center;justify-content:space-between;padding:1rem 0 .75rem;gap:1rem;border-bottom:1px solid var(--border);margin-bottom:1rem}.logo{display:inline-flex;align-items:center;gap:.55rem;font-weight:700;font-size:1.25rem;letter-spacing:-.02em;color:var(--text);text-decoration:none}.logo-mark{height:2rem;width:auto;display:block}.logo-text{font-size:1.1rem;letter-spacing:-.02em;white-space:nowrap}@media(max-width:480px){.logo-text{font-size:.95rem}.logo-mark{height:1.75rem}}.lang-switch{display:flex;align-items:center;gap:.25rem;padding:.2rem;border-radius:10px;border:1px solid var(--border);background:var(--surface)}.lang-btn{padding:.35rem .75rem;border-radius:8px;border:none;background:transparent;color:var(--muted);font-size:.8125rem;font-weight:500;cursor:pointer}.lang-btn:hover{color:var(--text)}.lang-btn.active{background:var(--brand);color:#fff}.layout-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:0 0 1rem}.layout-toolbar>div{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.layout-toolbar button{margin:0}.pill{font-size:.75rem;padding:.35rem .65rem;border-radius:999px;border:1px solid var(--border);background:var(--surface)}.pill.ok{border-color:#c5d4c5}.pill.warn{border-color:#e0c9a8;background:#fff8ef}.main{flex:1;min-height:0;display:grid;grid-template-columns:minmax(280px,360px) 1fr;gap:1rem}.main.stacked{grid-template-columns:1fr}@media(max-width:900px){.main{grid-template-columns:1fr}}.main.onboarding,.main.single-panel{grid-template-columns:1fr;justify-items:stretch;width:100%}.main.empty-panels{display:flex;align-items:center;justify-content:center;min-height:min(420px,calc(100vh - 10rem))}.empty-panels-message{margin:0;padding:1.25rem 1.5rem;max-width:28rem;text-align:center;font-size:.9rem;color:var(--muted);line-height:1.5;background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius)}.main.onboarding .chat-panel{max-width:100%;width:100%;max-height:calc(100vh - 6rem)}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);display:flex;flex-direction:column;min-height:0}.panel-head{padding:1rem 1rem .5rem;border-bottom:1px solid var(--border)}.panel-head.row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.panel-head h2{margin:0;font-size:1rem;font-weight:600}.panel-sub{margin:.35rem 0 .75rem;font-size:.8125rem;color:var(--muted);line-height:1.4}.chat-panel{max-height:min(720px,calc(100vh - 7rem))}.chat-panel .panel-head h2{font-size:1.15rem;font-weight:700;line-height:1.35;color:var(--text)}.chat-panel .panel-sub{margin-bottom:.5rem;max-width:42rem}.messages{flex:1;overflow:auto;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.65rem}.bubble{font-size:.9rem;line-height:1.45;padding:.65rem .75rem;border-radius:8px;max-width:100%}.bubble.user{align-self:flex-end;background:var(--brand-soft);border:1px solid #d8d6f5}.bubble.assistant{align-self:flex-start;background:#fff;border:1px solid var(--border)}.banner.error{margin:0 1rem;padding:.65rem .75rem;font-size:.8125rem;border-radius:6px;background:#fff0f0;border:1px solid #f0caca;color:#5a1f1f;display:flex;flex-direction:column;gap:.35rem;line-height:1.45}.banner.error .banner-title{font-weight:600;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;opacity:.9}.banner.error .banner-body{font-size:.875rem;white-space:pre-wrap}.composer{padding:.85rem 1rem 1rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.65rem;background:var(--surface)}.composer-input-wrap{border-radius:18px;border:1px solid #dddaf5;background:#fff;box-shadow:0 1px 2px #5a56e90f,inset 0 1px #ffffffe6;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.composer-input-wrap:focus-within{border-color:var(--brand);background:#fff;box-shadow:0 0 0 3px #5a56e924,0 4px 14px #5a56e914}.composer-input{display:block;width:100%;min-height:5.25rem;max-height:11rem;padding:.95rem 1.05rem;border:none;border-radius:18px;background:transparent;color:var(--text);font-size:.9375rem;line-height:1.55;resize:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.composer-input::placeholder{color:#9b99b3}.composer-input::-webkit-scrollbar{width:6px}.composer-input::-webkit-scrollbar-thumb{background:#d4d2ec;border-radius:999px}.composer .primary{width:100%;align-self:stretch;padding:.7rem 1rem;border-radius:12px;border:1px solid var(--brand);background:var(--brand);color:#fff;font-weight:600;font-size:.9375rem;transition:background .15s ease,border-color .15s ease}.composer .primary:hover:not(:disabled){background:var(--brand-hover);border-color:var(--brand-hover)}.composer .primary:disabled{opacity:.55;cursor:not-allowed}.primary{padding:.5rem 1rem;border-radius:8px;border:1px solid var(--brand);background:var(--brand);color:#fff;font-weight:500;transition:background .15s ease,border-color .15s ease}.primary:hover:not(:disabled){background:var(--brand-hover);border-color:var(--brand-hover)}.primary:disabled{opacity:.55;cursor:not-allowed}.ghost{padding:.4rem .75rem;border-radius:8px;border:1px solid #d4d2f0;background:#fff;color:var(--brand);font-size:.8125rem;font-weight:500;white-space:nowrap;transition:background .15s ease,border-color .15s ease,color .15s ease}.ghost:hover:not(:disabled){background:var(--brand-soft);border-color:var(--brand)}.ghost:disabled{opacity:.5;color:var(--muted)}.hint{font-size:.75rem;color:var(--muted)}.work-panel{min-height:min(720px,calc(100vh - 7rem))}.preview-wrap{flex:1;min-height:280px;border-bottom:1px solid var(--border);background:#eceae6}.preview-wrap.hidden{min-height:140px;display:grid;place-items:center;background:#f7f4ee}.preview-wrap.hidden .pdf-frame,.preview-wrap.hidden .preview-placeholder{display:block}.pdf-frame{width:100%;height:100%;min-height:320px;border:0;display:block}.preview-placeholder{display:grid;place-items:center;min-height:320px;color:var(--muted);font-size:.9rem}.source-block{padding:.75rem 1rem 1rem;display:flex;flex-direction:column;gap:.35rem;min-height:200px}.auth-screen{flex:1;display:grid;place-items:center;min-height:calc(100vh - 8rem);padding:1rem}.auth-card{width:min(480px,100%);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem;display:grid;gap:.8rem}.auth-input{width:100%;border:1px solid var(--border);border-radius:8px;padding:.75rem .85rem;background:#fff;font-family:inherit;font-size:.95rem}.auth-input:focus{outline:2px solid rgba(90,86,233,.45);outline-offset:1px;border-color:#c5c3f0}.auth-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.auth-actions .ghost{margin-left:auto}.auth-actions .primary{min-width:145px}.label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.source{flex:1;min-height:180px;width:100%;padding:.65rem .75rem;border-radius:8px;border:1px solid var(--border);font-family:var(--mono);font-size:.8125rem;line-height:1.5;background:#fff;resize:vertical}.source:focus{outline:2px solid rgba(90,86,233,.45);outline-offset:1px;border-color:#c5c3f0}.selection-line{margin:0;font-size:.78rem;color:var(--muted);line-height:1.4}:root{color-scheme:light;--bg: #f4f5fa;--surface: #fdfcfa;--border: #e2e0ed;--text: #1a1916;--muted: #5c5a68;--brand: #5a56e9;--brand-hover: #4c48d4;--brand-soft: #ecebfc;--brand-accent: #2599bf;--accent: var(--brand);--shadow: 0 1px 2px rgba(90, 86, 233, .06), 0 8px 24px rgba(26, 25, 22, .06);--radius: 10px;--font: "DM Sans", system-ui, sans-serif;--mono: "IBM Plex Mono", ui-monospace, monospace}*{box-sizing:border-box}html,body{margin:0;height:100%;font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}#root{height:100%}button,input,textarea{font:inherit}button{cursor:pointer}
