.home-screen{--fg:var(--color-text-primary);--muted:var(--color-text-secondary);--subtle:var(--color-text-tertiary);--line:var(--color-border-default);--blue:var(--color-brand-default);--blue-soft:var(--color-brand-soft);--soft-shadow:var(--shadow-soft);position:relative;box-sizing:border-box;height:100dvh;min-height:100dvh;max-height:100dvh;overflow:hidden;padding:28px clamp(24px,4vw,64px) 0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;color:var(--fg);background:var(--color-surface-canvas)}.home-screen:before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;background:radial-gradient(circle at 86% 16%,oklch(91% .05 258/.48),transparent 21%),radial-gradient(circle at 16% 86%,oklch(91% .038 195/.42),transparent 25%)}.home-footer,.home-header,.home-main{position:relative;z-index:1;width:min(100%,1100px);margin:0 auto}.home-header{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:20px}.home-brand{display:inline-flex;align-items:center;gap:10px;color:var(--fg);text-decoration:none}.home-brand-mark{width:34px;height:34px;border-radius:50%;overflow:hidden;background:#fff;box-shadow:var(--soft-shadow)}.home-brand-mark img,.home-brand-wordmark img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.home-brand-wordmark img{width:86px;height:auto}.home-header-note{color:var(--muted);font-size:13px;font-weight:720;white-space:nowrap}.home-main{min-height:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:clamp(40px,7vw,92px);padding:clamp(24px,5vh,64px) 0 24px;overflow:hidden}.home-copy{max-width:590px;display:grid;justify-items:start;gap:22px}.home-copy h1{margin:0;max-width:none;color:var(--fg);font-size:clamp(42px,4.8vw,68px);line-height:1.05;letter-spacing:0;font-weight:900;white-space:nowrap}.home-copy h1 span{color:var(--blue)}.home-copy p{max-width:42ch;margin:-4px 0 0;color:var(--muted);font-size:16px;line-height:1.8;font-weight:650}.home-actions{width:min(100%,540px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:10px}.home-action-card{min-height:108px;border:1px solid var(--line);border-radius:16px;padding:17px;display:grid;align-content:center;gap:8px;color:var(--fg);background:rgb(255 255 255/.72);text-align:left;text-decoration:none;box-shadow:0 1px 0 rgb(255 255 255/.86) inset,var(--soft-shadow);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease;cursor:pointer}.home-action-card:hover{border-color:color-mix(in oklch,var(--blue) 42%,var(--line));transform:translateY(-2px);box-shadow:0 12px 28px rgb(25 36 58/.09),inset 0 1px 0 rgb(255 255 255/.86)}.home-action-card.primary{border-color:color-mix(in oklch,var(--blue) 56%,var(--line));background:color-mix(in oklch,var(--blue-soft) 46%,white)}.home-action-card b{display:block;color:var(--blue);font-size:17px;line-height:1.25;font-weight:860}.home-action-card span{display:block;margin-top:7px;color:var(--muted);font-size:13px;line-height:1.55;font-weight:650}.home-showcase{position:relative;width:100%;min-height:min(356px,42vh);border:1px solid rgb(255 255 255/.76);border-radius:20px;padding:22px;display:grid;align-content:space-between;overflow:hidden;color:#fff;background:linear-gradient(145deg,rgb(16 109 255/.9),rgb(34 126 215/.79)),radial-gradient(circle at 78% 14%,rgb(255 255 255/.48),transparent 23%);box-shadow:0 20px 44px rgb(38 105 177/.2);text-align:left;text-decoration:none;font-family:inherit;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.home-showcase:hover{transform:translateY(-2px);box-shadow:0 24px 50px rgb(38 105 177/.28)}.home-showcase:before{content:"";width:220px;aspect-ratio:1;border:1px solid rgb(255 255 255/.22);border-radius:50%;position:absolute;right:-76px;bottom:-92px;box-shadow:0 0 0 28px rgb(255 255 255/.07),0 0 0 56px rgb(255 255 255/.05)}.home-showcase>*{position:relative;z-index:1}.home-showcase-badge{width:-moz-max-content;width:max-content;min-height:28px;padding:0 10px;border:1px solid rgb(255 255 255/.25);border-radius:999px;display:inline-flex;align-items:center;background:rgb(255 255 255/.12);font-size:11px;font-weight:800}.home-showcase h2{max-width:10ch;margin:34px 0 10px;font-size:clamp(26px,3vw,38px);line-height:1.2;font-weight:850}.home-showcase p{margin:0;color:rgb(255 255 255/.8);font-size:13px;line-height:1.65;font-weight:650}.home-showcase-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:26px}.home-showcase-meta span{font-size:12px;font-weight:750}.home-showcase-meta svg{width:18px;height:18px;stroke-width:2}.home-footer{width:calc(100% + clamp(48px, 8vw, 128px));min-height:72px;margin:0 calc(clamp(24px, 4vw, 64px) * -1);border-top:1px solid var(--line);padding:22px max(clamp(24px,4vw,64px),calc((100% - 1100px) / 2));color:var(--subtle);background:#fff}.home-footer,.home-footer-info{display:flex;align-items:center;justify-content:center}.home-footer-info{gap:24px;white-space:nowrap}.home-footer-info .home-filing-number,.home-footer-info b,.home-footer-info span{color:var(--muted);font-size:13px;line-height:1.7;font-weight:650}.home-footer-info .home-filing-number{text-decoration:none}.home-footer-info .home-filing-number:hover{color:var(--muted);text-decoration:underline}@media (max-width:760px){.home-screen{padding:20px 18px 0;overflow-y:auto;height:auto;min-height:100dvh;max-height:none}.home-header-note{display:none}.home-main{min-height:0;grid-template-columns:1fr;gap:38px;padding:40px 0 20px;overflow:visible}.home-copy{gap:18px}.home-copy h1{font-size:clamp(36px,11vw,52px);white-space:normal}.home-copy p{font-size:14px}.home-actions{grid-template-columns:1fr}.home-action-card{min-height:100px;padding:16px}.home-showcase{min-height:270px;padding:20px}.home-showcase h2{margin-top:22px}.home-footer{width:calc(100% + 36px);min-height:auto;margin:0 -18px;padding:24px 18px;display:block;text-align:left}.home-footer-info{display:grid;justify-content:start;gap:8px;white-space:normal}}