@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600&family=Space+Grotesk:wght@400;500;600&display=swap";:root{font-family:Space Grotesk,sans-serif;color:#0f172a;background:radial-gradient(circle at top,#f9f5f2,#e8eef6)}*{box-sizing:border-box}body{margin:0}.app{max-width:1180px;margin:0 auto;padding:96px 24px 64px;display:flex;flex-direction:column;gap:24px}.topbar{position:fixed;top:0;left:0;right:0;height:72px;background:linear-gradient(90deg,#5b0f16,#a31e2e,#5b0f16);box-shadow:0 12px 30px #1b171740;z-index:20}.topbar-inner{max-width:1180px;margin:0 auto;height:100%;padding:0 24px;display:flex;align-items:center;justify-content:space-between;color:#f8fafc}.brand{display:flex;align-items:center;gap:14px}.brand-mark{width:40px;height:40px;border-radius:12px;background:#f8fafc;color:#5b0f16;font-weight:700;display:inline-flex;align-items:center;justify-content:center;font-family:Playfair Display,serif;font-size:20px}.brand-title{margin:0;font-size:18px;font-weight:600}.brand-subtitle{margin:2px 0 0;font-size:12px;opacity:.8}.user-pill{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:8px 14px;border-radius:999px;font-size:12px;letter-spacing:.04em}.user-actions{display:flex;align-items:center;gap:10px;z-index:21;pointer-events:auto}.logout-button{background:#ffffff26;color:#fff;border-color:#ffffff59;padding:6px 12px}.topbar-accent{display:none}.chat-mode{padding-top:24px}.hero{min-height:64vh;display:grid;place-items:center;gap:16px;text-align:center;padding-top:56px}.hero-title{font-size:40px;margin:0;color:#2a0f14;font-family:Playfair Display,serif}.hero-title span{color:#a31e2e}.hero-tabs{display:inline-flex;gap:10px;padding:6px;border-radius:999px;background:#ffffffb3;box-shadow:0 12px 24px #2d141614}.hero-tab{border:none;padding:8px 18px;border-radius:999px;background:transparent;color:#5b4b4d;font-weight:600;cursor:pointer;transition:all .2s ease}.hero-tab.active{background:linear-gradient(135deg,#a31e2e,#d6455d);color:#fff;box-shadow:0 10px 20px #a31e2e40}.hero-tab:hover:not(.active){color:#3a1118}.hero-input{display:grid;grid-template-columns:1fr auto;gap:12px;width:min(720px,90vw);background:#fff;padding:12px;border-radius:999px;box-shadow:0 16px 32px #2d141626}.hero-input .input{border:none;outline:none;font-size:16px}.send{width:44px;height:44px;border-radius:12px;border:none;background:linear-gradient(135deg,#a31e2e,#d6455d);color:#fff;font-size:20px;cursor:pointer}.prompt-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;width:min(900px,90vw)}.prompt-card{background:#fff;border:1px solid #f2d4d8;border-radius:16px;padding:16px;text-align:left;font-size:14px;box-shadow:0 10px 26px #3e141b14;cursor:pointer}.auth-screen{min-height:100vh;display:grid;place-items:center;padding-top:72px}.auth-card{background:#fff;padding:32px;border-radius:20px;box-shadow:0 20px 40px #3e141b1f;max-width:420px;text-align:center}.auth-card h2{margin:0 0 8px;font-family:Playfair Display,serif}.auth-card p{margin:0 0 20px;color:#5b4b4d}.auth-error{margin-top:12px;color:#8a1d2c;font-size:12px}.button.auth-button{background:linear-gradient(135deg,#a31e2e,#d6455d);border:none;color:#fff;padding:12px 18px;border-radius:999px;font-weight:600;cursor:pointer}.chat-header{background:#fff;padding:16px 20px;border-radius:16px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 10px 24px #0f172a14}.eyebrow{text-transform:uppercase;font-size:11px;letter-spacing:.12em;margin:0 0 6px;color:#64748b}.chat-header h2{margin:0;font-size:22px}.label{font-weight:600;margin-bottom:8px;display:block}.input{padding:12px 14px;border-radius:10px;border:1px solid #cbd5e1;font-size:16px}.ghost-button{padding:8px 16px;border-radius:999px;border:1px solid #ead4d8;background:#fff8f9;color:#4a1b23;font-weight:600;cursor:pointer}.chat{display:flex;flex-direction:column;gap:20px;padding-top:16px;padding-bottom:140px}.chat>.bubble:first-child{margin-top:36px}.bubble{padding:16px;border-radius:16px;box-shadow:0 8px 20px #0f172a0d;max-width:100%}.bubble.user{align-self:flex-end;background:linear-gradient(135deg,#3a1118,#6c1a27);color:#fff;max-width:60%}.bubble.assistant{align-self:flex-start;background:#fff;overflow-x:auto}.table-shell{background:#fff8f9;border-radius:12px;padding:10px;border:1px solid #ead4d8;overflow:hidden}.table-scroll{max-height:320px;overflow:auto}.bubble table{border-collapse:separate;border-spacing:0;background:#fff8f9}.bubble table thead th{position:sticky;top:0;background:#fff1f3;color:#5b0f16;font-size:12px;letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid #efc8cf;box-shadow:0 2px #00000005;z-index:2}.bubble table thead th:first-child{border-top-left-radius:10px}.bubble table thead th:last-child{border-top-right-radius:10px}.detail-card-item{background:#fffaf9;border:1px solid #f1d7dc;border-radius:14px;padding:14px 16px;box-shadow:0 10px 20px #2d141614}.detail-card-item h4{margin:0 0 8px;font-size:16px;color:#3a1118}.detail-card-item ul{margin:0;padding-left:18px;color:#334155}.detail-card-item p{margin:6px 0 0;color:#334155}.detail-card-label{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#8a1d2c;font-weight:600}.detail-card-single{display:grid;justify-content:center}.detail-card-divider{height:1px;background:#f3e1e4;margin:12px 0}.detail-pair{display:grid;gap:6px;padding:6px 0}.bubble table{width:100%;border-collapse:collapse;font-size:14px}.bubble thead{background:#f1f5f9}.bubble th,.bubble td{padding:12px 10px;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:top}.assistant-note{margin-top:12px;color:#4a5568}.link-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:#e2e8f0;color:#1f2937;text-decoration:none;font-weight:700}.file-pill{display:inline-flex;align-items:center;gap:10px;padding:6px 12px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;color:#1f2937;text-decoration:none;font-weight:600}.file-icon{width:28px;height:28px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#e2e8f0;color:#1f2937;font-weight:700}.file-name{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail-button{padding:6px 12px;border-radius:999px;border:1px solid #ead4d8;background:#fff1f3;color:#5b0f16;font-weight:600;cursor:pointer}.detail-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center}.detail-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#11182773}.detail-card{position:relative;z-index:2;width:min(860px,92vw);max-height:80vh;background:#fff;border-radius:18px;box-shadow:0 24px 48px #11182740;display:flex;flex-direction:column;overflow:hidden}.detail-card-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f3e1e4}.detail-card-header h3{margin:0;font-size:18px;color:#3a1118}.detail-close{border:none;background:#f7e6e9;color:#5b0f16;font-size:20px;width:32px;height:32px;border-radius:10px;cursor:pointer}.detail-card-body{padding:16px 20px 20px;overflow:auto;display:grid;gap:10px}.detail-row{display:grid;grid-template-columns:minmax(140px,220px) 1fr;gap:12px;align-items:start;border-bottom:1px solid #f5eef0;padding-bottom:8px}.detail-key{font-weight:600;color:#6b2734;font-size:13px;text-transform:uppercase;letter-spacing:.04em}.detail-value{color:#1f2937;font-size:14px;white-space:pre-wrap;word-break:break-word}.muted{color:#94a3b8}.pager{margin-top:12px;display:flex;align-items:center;gap:12px;color:#475569;font-size:14px}.composer{position:fixed;left:0;right:0;bottom:16px;padding:16px 0 0;background:linear-gradient(180deg,#f8fafc00,#f8fafc 60%);z-index:5}.composer .composer-input{max-width:1180px;margin:0 auto}.composer-input{display:grid;grid-template-columns:1fr auto;gap:12px;background:#fff;border-radius:999px;padding:10px;box-shadow:0 10px 24px #0f172a1f}.bubble{scroll-margin-top:90px}@media (max-width: 768px){.app{padding:20px 16px 40px}h1{font-size:26px}}
