:root{color-scheme:light;--bg:#f8fafc;--surface:#fff;--soft:#f1f5f9;--text:#0f172a;--muted:#526078;--border:#d9e2ec;--primary:#2563eb;--primary-hover:#1d4ed8;--primary-soft:#eff6ff;--accent:#0f766e;--success:#15803d;--danger:#b91c1c;--shadow:0 16px 45px rgb(15 23 42/.1);--radius:16px;--container:1180px;--header:72px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{margin:0;min-width:320px;min-height:100dvh;background:var(--bg);color:var(--text);font:16px/1.6 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}body,button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}button,a,input,select,textarea{touch-action:manipulation}button,[role=button]{cursor:pointer}[hidden]{display:none!important}:focus-visible{outline:3px solid color-mix(in srgb,var(--primary) 50%,transparent);outline-offset:3px}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.12;letter-spacing:-.025em}h1{font-size:clamp(2.35rem,6vw,4.5rem)}h2{font-size:clamp(1.65rem,3vw,2.5rem)}h3{font-size:1.12rem}p{color:var(--muted)}.container{width:min(calc(100% - 32px),var(--container));margin-inline:auto}.narrow-container{max-width:760px}.section{padding-block:clamp(64px,9vw,104px)}.section-tight{padding-block:0 48px}.section-surface{background:var(--soft);border-block:1px solid var(--border)}.section-heading{max-width:720px;margin-bottom:32px}.centered-heading{text-align:center;margin-inline:auto}.split-heading{display:flex;max-width:none;align-items:end;justify-content:space-between;gap:24px}.eyebrow{display:inline-block;margin-bottom:8px;color:var(--primary);font-size:.76rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:1000;top:8px;left:8px;padding:10px 14px;border-radius:10px;background:var(--text);color:var(--surface);transform:translateY(-150%)}.skip-link:focus{transform:none}.site-header{position:sticky;z-index:40;top:0;height:var(--header);border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(16px)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:inline-flex;min-height:44px;align-items:center;gap:10px;font-weight:850}.brand-mark{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:linear-gradient(135deg,var(--primary),#4f46e5);color:#fff}.desktop-nav,.header-actions,.hero-actions,.trust-row,.category-filter,.toolbar-actions,.result-actions,.cta-actions{display:flex;align-items:center;gap:12px}.desktop-nav{gap:26px}.desktop-nav a{display:flex;min-height:44px;align-items:center;color:var(--muted);font-weight:650}.desktop-nav a:hover{color:var(--primary)}.icon-button{display:inline-grid;width:44px;height:44px;padding:0;place-items:center;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--muted);transition:.18s ease}.icon-button:hover{border-color:var(--primary);color:var(--primary)}.icon-button:active,.button:active{transform:scale(.97)}.theme-icon-dark{display:none}.dark .theme-icon-light{display:none}.dark .theme-icon-dark{display:block}.mobile-menu-button,.view-switcher{display:none}.mobile-menu{position:absolute;inset:var(--header) 0 auto;padding:12px 0 20px;border-bottom:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow)}.mobile-menu nav{display:grid}.mobile-menu a{display:flex;min-height:48px;align-items:center;border-bottom:1px solid var(--border);font-weight:700}.button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border:1px solid transparent;border-radius:12px;font-weight:750;line-height:1.2;transition:.18s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--primary);color:#fff;box-shadow:0 10px 24px rgb(37 99 235/.22)}.button-primary:hover{background:var(--primary-hover)}.button-secondary{border-color:var(--border);background:var(--surface)}.button-secondary:hover{border-color:var(--primary);background:var(--primary-soft)}.button-ghost,.text-button{border:0;background:transparent;color:var(--muted)}.button-full{width:100%}.text-button{display:inline-flex;min-height:44px;align-items:center;gap:6px;padding:6px;font-weight:700}.text-button:hover{color:var(--primary)}.file-button{position:relative;overflow:hidden}.file-button input{position:absolute;inset:0;opacity:0}.icon-tile,.document-icon{display:inline-grid;width:44px;height:44px;place-items:center;border:1px solid #bfdbfe;border-radius:12px;background:var(--primary-soft);color:var(--primary)}.icon-tile-large{width:58px;height:58px;border-radius:16px}.pill{display:inline-flex;margin-bottom:20px;padding:7px 12px;border:1px solid #bfdbfe;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-size:.82rem;font-weight:750}.hero{position:relative;overflow:hidden;padding-block:clamp(72px,10vw,128px)}.hero:before{position:absolute;top:-260px;left:45%;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgb(37 99 235/.16),transparent 68%);content:""}.hero-grid{position:relative;display:grid;grid-template-columns:1.06fr .94fr;align-items:center;gap:clamp(44px,7vw,86px)}.hero-copy h1{margin-bottom:24px}.hero-copy h1 span{color:var(--primary)}.hero-copy>p{max-width:680px;font-size:1.15rem}.hero-actions{flex-wrap:wrap}.trust-row{flex-wrap:wrap;margin-top:26px;color:var(--muted);font-size:.88rem;font-weight:650}.trust-row span{display:flex;align-items:center;gap:7px}.preview-window{overflow:hidden;border:1px solid var(--border);border-radius:28px;background:var(--surface);box-shadow:var(--shadow);transform:rotate(1deg)}.preview-toolbar{display:flex;gap:7px;padding:15px;border-bottom:1px solid var(--border);background:var(--soft)}.preview-toolbar span{width:9px;height:9px;border-radius:50%;background:#94a3b8}.preview-body{padding:28px}.preview-heading{display:flex;align-items:center;gap:13px;margin-bottom:22px}.preview-heading div{display:grid}.preview-heading small,.preview-fields span,.preview-stats span,.preview-result span{color:#64748b;font-size:.78rem}.preview-fields,.preview-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px}.preview-fields div,.preview-stats div{display:grid;gap:5px;padding:14px;border:1px solid var(--border);border-radius:12px;background:var(--soft)}.preview-result{margin:16px 0;padding:20px;border-radius:16px;background:linear-gradient(135deg,var(--primary),#4f46e5);color:#fff}.preview-result span{color:#dbeafe}.preview-result strong{display:block;font-size:2rem}.preview-meter{height:6px;margin-top:10px;border-radius:10px;background:#ffffff50}.preview-meter span{display:block;width:64%;height:100%;border-radius:10px;background:#fff}.floating-badge{position:absolute;display:flex;align-items:center;gap:6px;padding:9px 12px;border:1px solid var(--border);border-radius:999px;background:var(--surface);box-shadow:var(--shadow);font-size:.78rem;font-weight:700}.floating-badge-one{top:-18px;right:-18px}.floating-badge-two{bottom:-20px;left:-16px}.quick-search-card{position:relative;display:grid;grid-template-columns:1fr minmax(300px,520px);align-items:center;gap:28px;padding:26px;border:1px solid var(--border);border-radius:20px;background:var(--surface);box-shadow:var(--shadow)}.quick-search-card h2{margin:0;font-size:1.35rem}.search-field{display:flex;min-height:50px;align-items:center;gap:10px;padding:0 14px;border:1px solid var(--border);border-radius:13px;background:var(--bg)}.search-field:focus-within{border-color:var(--primary)}.search-field input{width:100%;border:0;outline:0;background:transparent;color:var(--text)}.search-field kbd{padding:2px 7px;border:1px solid var(--border);border-radius:5px;color:var(--muted)}.search-results{position:absolute;z-index:10;right:26px;bottom:22px;width:min(520px,calc(100% - 52px));transform:translateY(calc(100% + 8px));overflow:hidden;border:1px solid var(--border);border-radius:13px;background:var(--surface);box-shadow:var(--shadow)}.search-result{display:flex;min-height:52px;align-items:center;justify-content:space-between;padding:9px 13px;border-bottom:1px solid var(--border)}.search-result span{display:grid}.search-result small{color:var(--muted)}.category-filter{flex-wrap:wrap}.filter-chip{min-height:42px;padding:8px 13px;border:1px solid var(--border);border-radius:999px;background:var(--surface);font-weight:700}.filter-chip.is-active{border-color:var(--primary);background:var(--primary);color:#fff}