:root{--bg-base:#fbf8f3;--surface:#ffffff;--surface-soft:#f7fbfb;--ink-strong:#18283d;--ink-body:#667789;--ink-muted:#91a0ad;--accent-coral:#ff6b4a;--accent-coral-soft:#ffe7df;--accent-teal:#17b5a6;--accent-teal-soft:#def5f1;--accent-deep-teal:#163a46;--accent-gold:#d7b15c;--border-soft:#e6edf0;--shadow-soft:rgba(24,40,61,0.08);--panel-gradient:linear-gradient(135deg,rgba(222,245,241,0.55),rgba(255,255,255,0.9) 45%,rgba(255,231,223,0.45))}*{box-sizing:border-box}html{font-family:Arial,Helvetica,sans-serif;background:var(--bg-base);color:var(--ink-strong)}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,rgba(23,181,166,.1),transparent 28%),radial-gradient(circle at top right,rgba(255,107,74,.08),transparent 25%),var(--bg-base)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}input,select,textarea{width:100%}.page-shell{min-height:100vh;padding:32px}.brand-pill{display:inline-flex;align-items:center;gap:16px;padding:18px 26px;border:1px solid var(--border-soft);border-radius:999px;background:rgba(255,255,255,.82);box-shadow:0 12px 28px var(--shadow-soft)}.brand-mark{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--border-soft);color:var(--accent-coral);background:linear-gradient(135deg,#fff,#f4faf9);font-weight:700}.brand-copy{display:grid;grid-gap:2px;gap:2px}.brand-copy strong{font-size:2rem;font-weight:700;letter-spacing:-.04em}.brand-copy span{font-size:.88rem;letter-spacing:.3em;color:var(--ink-muted);text-transform:uppercase}.eyebrow{color:var(--accent-coral);font-size:.92rem;font-weight:700;letter-spacing:.28em;text-transform:uppercase}.hero-grid{margin-top:42px;display:grid;grid-template-columns:1fr 1.12fr;grid-gap:38px;gap:38px}.panel{background:rgba(255,255,255,.85);border:1px solid var(--border-soft);border-radius:36px;box-shadow:0 24px 50px var(--shadow-soft)}.panel-soft{background:var(--panel-gradient)}.auth-panel,.info-panel{padding:34px 34px 30px}.hero-title{margin:18px 0 0;font-size:clamp(3rem,4vw,4.6rem);line-height:.96;letter-spacing:-.08em}.hero-body{margin-top:24px;color:var(--ink-body);font-size:1.12rem;line-height:1.8;max-width:34rem}.auth-links,.chip-row,.cta-row,.dashboard-cards,.dashboard-grid,.document-grid,.metric-row,.mini-stack,.sidebar-list{display:flex}.auth-links,.cta-row{justify-content:space-between;align-items:center}.auth-links{margin:34px 0 28px}.auth-link{color:var(--accent-teal);font-weight:500}.auth-link.secondary{color:var(--accent-coral)}.field-stack{display:grid;grid-gap:18px;gap:18px}.field{display:grid;grid-gap:12px;gap:12px}.field label{font-weight:700;font-size:.98rem;letter-spacing:-.02em}.field input,.field select,.field textarea{min-height:58px;border-radius:20px;border:1px solid var(--border-soft);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(246,250,250,.92));padding:0 18px;color:var(--ink-strong);line-height:1.45;box-shadow:inset 0 1px 0 rgba(255,255,255,.85);transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.field input[type=file]{position:relative;padding:10px 12px;border-style:dashed;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(241,248,247,.94))}.field input[type=file]::file-selector-button{margin-right:14px;padding:10px 16px;border:0;border-radius:14px;background:rgba(23,181,166,.12);color:var(--accent-teal);font-weight:700;cursor:pointer}.field input[type=file]::-webkit-file-upload-button{margin-right:14px;padding:10px 16px;border:0;border-radius:14px;background:rgba(23,181,166,.12);color:var(--accent-teal);font-weight:700;cursor:pointer}.field textarea{min-height:120px;padding:16px 18px;resize:vertical}.field input::placeholder,.field textarea::placeholder{color:rgba(98,112,129,.9)}.field select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:56px;cursor:pointer;background-image:linear-gradient(180deg,rgba(255,255,255,.98),rgba(246,250,250,.92)),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M4 6.75 9 11.25 14 6.75' fill='none' stroke='%2317B5A6' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8'/%3E%3C/svg%3E");background-repeat:no-repeat,no-repeat;background-position:0 0,calc(100% - 18px) 50%;background-size:auto,18px 18px}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:rgba(23,181,166,.45);box-shadow:0 0 0 4px rgba(23,181,166,.12),0 16px 28px rgba(23,181,166,.08)}.choice-row{display:flex;align-items:center;gap:12px;min-height:52px;padding:12px 16px;border-radius:18px;border:1px solid var(--border-soft);background:rgba(255,255,255,.78)}.choice-row input[type=checkbox],.choice-row input[type=radio]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:22px;height:22px;margin:0;display:inline-grid;place-items:center;border:1px solid rgba(23,181,166,.34);background:white;cursor:pointer;transition:background .14s ease,border-color .14s ease,box-shadow .14s ease,transform .14s ease}.choice-row input[type=checkbox]{border-radius:8px}.choice-row input[type=radio]{border-radius:50%}.choice-row input[type=checkbox]:after{border-radius:3px}.choice-row input[type=checkbox]:after,.choice-row input[type=radio]:after{content:"";width:10px;height:10px;transform:scale(0);background:var(--accent-teal);transition:transform .14s ease}.choice-row input[type=radio]:after{border-radius:50%}.choice-row input[type=checkbox]:checked,.choice-row input[type=radio]:checked{border-color:rgba(23,181,166,.65);box-shadow:0 0 0 4px rgba(23,181,166,.12)}.choice-row input[type=checkbox]:checked:after,.choice-row input[type=radio]:checked:after{transform:scale(1)}.choice-row span{color:var(--ink-strong);line-height:1.45}.ghost-button,.primary-button{height:58px;padding:0 28px;border-radius:22px;border:0;cursor:pointer;font-weight:700}.primary-button{background:var(--accent-coral);color:white;box-shadow:0 18px 32px rgba(255,107,74,.24)}.ghost-button{background:rgba(23,181,166,.12);color:var(--accent-teal)}.info-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;grid-gap:24px;gap:24px}.feature-card,.metric-card,.sidebar-card,.stat-card,.surface-card,.upload-card{background:rgba(255,255,255,.94);border:1px solid var(--border-soft);border-radius:28px}.stat-card{padding:22px}.stat-donut{width:102px;height:102px;place-items:center;background:conic-gradient(var(--accent-teal) 0 78%,#ebf6f4 78% 100%);margin-bottom:18px}.stat-donut,.stat-donut span{border-radius:50%;display:grid}.stat-donut span{width:78px;height:78px;background:white;place-items:center;font-size:2rem;font-weight:800}.mini-label{font-size:.88rem;letter-spacing:.28em;text-transform:uppercase;color:var(--ink-muted)}.mini-stack{gap:18px;margin-top:22px;flex-direction:column}.feature-card{padding:22px 24px;display:flex;gap:16px;align-items:center}.feature-icon{width:54px;height:54px;border-radius:18px;background:var(--accent-teal-soft);display:grid;place-items:center;color:var(--accent-teal);font-weight:700}.workspace-shell{display:grid;grid-template-columns:320px minmax(0,1fr);min-height:100vh}.sidebar{padding:26px 18px;border-right:1px solid var(--border-soft);background:rgba(255,255,255,.78);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sidebar-card{padding:18px;margin-top:18px}.profile-row{display:flex;gap:14px;align-items:center}.avatar{width:54px;height:54px;border-radius:50%;background:var(--accent-deep-teal);color:white;display:grid;place-items:center;font-weight:700}.workspace-badge{margin-top:18px;display:flex;align-items:center;justify-content:space-between;border-radius:999px;background:rgba(23,181,166,.08);padding:10px 14px;color:var(--accent-teal);font-weight:700}.sidebar-list{margin-top:28px;flex-direction:column;gap:8px}.sidebar-item{display:flex;gap:16px;align-items:center;padding:14px 16px;border-radius:22px;color:var(--ink-body)}.sidebar-item.active{background:linear-gradient(90deg,rgba(23,181,166,.08),rgba(255,255,255,.96));color:var(--ink-strong)}.sidebar-icon{width:42px;height:42px;border-radius:16px;display:grid;place-items:center;background:rgba(255,107,74,.08);color:var(--accent-coral);font-weight:700}.main-area{padding:42px}.headline{font-size:clamp(2.4rem,3vw,3.6rem);letter-spacing:-.06em;margin:0}.subheadline{margin:10px 0 0;color:var(--ink-body);font-size:1.14rem}.surface-card{padding:28px}.dashboard-grid{margin-top:28px;flex-direction:column;gap:28px}.highlight-card{display:grid;grid-template-columns:auto 1fr auto;grid-gap:20px;gap:20px;align-items:center;padding:24px 28px}.highlight-icon{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:var(--accent-teal-soft);color:var(--accent-teal);font-weight:700}.dashboard-cards{gap:22px;flex-wrap:wrap}.metric-card{flex:1 1 250px;padding:24px 26px}.metric-value{margin-top:22px;font-size:3.1rem;line-height:1;letter-spacing:-.06em}.metric-note{margin-top:16px;color:var(--ink-body)}.document-grid{gap:22px;flex-wrap:wrap}.upload-card{flex:1 1 320px;padding:24px}.status-chip{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:rgba(23,181,166,.1);color:var(--accent-teal);font-size:.88rem;font-weight:700}.list-stack{display:grid;grid-gap:14px;gap:14px;margin-top:22px}.list-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border-radius:18px;background:rgba(247,251,251,.84);border:1px solid var(--border-soft);line-height:1.5}.muted{color:var(--ink-body);line-height:1.65}.viewer-shell{margin-top:18px;min-height:480px;border-radius:28px;border:1px solid var(--border-soft);background:linear-gradient(180deg,rgba(247,251,251,.95),rgba(255,255,255,.97));overflow:hidden}.viewer-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border-bottom:1px solid var(--border-soft);background:rgba(255,255,255,.78)}.viewer-stage{min-height:420px;padding:18px;display:grid;place-items:center}.viewer-frame,.viewer-image{width:100%;min-height:380px;border:0;border-radius:20px;background:white}.viewer-image{object-fit:contain;max-height:70vh}.viewer-text{margin:0;padding:22px;white-space:pre-wrap}.viewer-docx,.viewer-text{width:100%;min-height:380px;border-radius:20px;background:white;border:1px solid rgba(205,218,223,.9);color:var(--ink-strong);line-height:1.7;overflow:auto}.viewer-docx{padding:28px}.viewer-docx li,.viewer-docx p{margin:0 0 12px}.viewer-docx h1,.viewer-docx h2,.viewer-docx h3{margin:0 0 14px;color:var(--ink-strong);letter-spacing:-.03em}.viewer-sheets{width:100%;display:grid;grid-gap:18px;gap:18px}.sheet-card{border-radius:20px;border:1px solid rgba(205,218,223,.9);background:white;overflow:hidden}.sheet-header{padding:14px 16px;border-bottom:1px solid var(--border-soft);background:rgba(247,251,251,.92)}.sheet-table-wrap{overflow:auto}.sheet-table{width:100%;border-collapse:collapse;min-width:640px}.sheet-table td,.sheet-table th{padding:12px 14px;border-bottom:1px solid rgba(231,238,240,.95);text-align:left;vertical-align:top;color:var(--ink-strong);line-height:1.45}.sheet-table th{position:-webkit-sticky;position:sticky;top:0;background:rgba(239,247,246,.98);color:var(--accent-deep-teal);font-weight:700;z-index:1}.viewer-empty{max-width:580px;text-align:center;padding:28px}@media (max-width:1180px){.hero-grid,.info-layout,.workspace-shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--border-soft)}}@media (max-width:720px){.auth-panel,.info-panel,.main-area,.metric-card,.page-shell,.surface-card,.upload-card{padding:22px}.headline,.hero-title{font-size:2.6rem}}