:root{--background:0 0% 100%;--foreground:0 0% 9%;--card:0 0% 100%;--muted-foreground:0 0% 45%;--border:0 0% 90%;--accent:0 0% 96%;--primary:215 16% 47%;--destructive:345 72% 51%;--success:142 70% 40%;--warning:38 92% 50%;--info:199 89% 48%;color:hsl(var(--foreground));background:hsl(var(--background));font-synthesis:none;text-rendering:optimizelegibility;font-family:Geist,Inter,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:hsl(var(--background))}body{background:hsl(var(--background));min-width:320px;color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;margin:0;font-size:14px}a{color:inherit;text-decoration:none}button{font:inherit}.triage-page{background:hsl(var(--background));min-height:100vh;color:hsl(var(--foreground));overflow-x:hidden}.triage-container{width:100%;max-width:1200px;margin:0 auto}.triage-nav{z-index:50;border-bottom:1px solid hsl(var(--border));background:hsl(var(--background));padding:0 24px;position:fixed;inset:0 0 auto}.triage-nav-inner{justify-content:space-between;align-items:center;height:56px;display:flex}.triage-brand,.triage-footer span{letter-spacing:.08em;color:hsl(var(--foreground));font-size:14px;font-weight:700}.triage-nav-actions{align-items:center;gap:12px;display:flex}.triage-outline{border:1px solid hsl(var(--foreground) / .4);height:32px;color:hsl(var(--foreground));border-radius:8px;align-items:center;padding:0 12px;font-size:13px;transition:all .16s;display:inline-flex}.triage-outline:hover{background:hsl(var(--foreground));color:hsl(var(--background))}.triage-download{color:#000;cursor:pointer;background:#fff;border:0;border-radius:8px;align-items:center;gap:8px;height:32px;padding:0 14px;font-size:13px;font-weight:500;transition:all .16s;display:inline-flex}.triage-download:hover{background:#ffffffe6}.triage-download-large{gap:10px;height:auto;padding:10px 20px;font-size:14px}.apple-icon{width:14px;height:14px}.triage-download-large .apple-icon{width:20px;height:20px}.triage-hero{z-index:10;padding:64px 24px 0;position:relative;overflow:hidden}.triage-hero-row{padding:52px 0 64px;display:flex;position:relative}.triage-hero-copy{z-index:3;flex:1;min-width:0;max-width:540px;position:relative}.triage-hero h1{letter-spacing:-.04em;max-width:540px;margin:0;font-size:clamp(2rem,4vw,3.2rem);font-weight:500;line-height:1.08}.triage-hero p{max-width:420px;color:hsl(var(--muted-foreground));margin:24px 0 0;font-size:16px;line-height:1.65}.triage-hero-actions{align-items:center;gap:16px;margin-top:40px;display:flex}.triage-cube-wrap{z-index:1;pointer-events:none;flex:1;min-width:0;display:block;position:relative}.triage-cube{perspective:1200px;width:840px;height:840px;position:absolute;top:50%;right:0;transform:translate(140px,calc(-50% - 80px))}.triage-cube span{width:210px;height:105px;transform-style:preserve-3d;background:repeating-linear-gradient(0deg,#c0c0c847 0 1px,#0000 1px 4px);border:1.2px solid #c0c0c8;position:absolute;top:50%;left:50%}.triage-cube span:first-child{transform:translate(-50%,-160%)rotateX(18deg)rotateY(28deg)skewY(-8deg)}.triage-cube span:nth-child(2){transform:translate(-44%,-50%)rotateX(18deg)rotateY(28deg)skewY(-8deg)}.triage-cube span:nth-child(3){transform:translate(-38%,60%)rotateX(18deg)rotateY(28deg)skewY(-8deg)}.triage-app-shell{z-index:10;border:1px solid hsl(var(--border));background:hsl(var(--card));border-bottom:0;border-radius:12px 12px 0 0;min-height:420px;display:flex;position:relative;overflow:hidden}.triage-sidebar{border-right:1px solid hsl(var(--border));flex-direction:column;flex:none;gap:4px;width:200px;padding:12px;display:flex}.triage-sidebar-head{align-items:center;gap:8px;height:32px;margin-bottom:8px;padding:0 8px;display:flex}.triage-sidebar-head i{background:hsl(var(--primary) / .3);border-radius:4px;width:16px;height:16px}.triage-sidebar-head b{background:hsl(var(--foreground) / .15);border-radius:99px;width:64px;height:8px}.triage-sidebar hr,.triage-side-panel hr{background:hsl(var(--border));border:0;width:100%;height:1px;margin:4px 0}.triage-sidebar>span{border-radius:6px;height:28px;display:block;position:relative}.triage-sidebar>span:before{content:"";background:hsl(var(--muted-foreground) / .15);border-radius:4px;width:12px;height:12px;position:absolute;top:9px;left:8px}.triage-sidebar>span:after{content:"";background:hsl(var(--muted-foreground) / .15);border-radius:99px;width:72px;height:6px;position:absolute;top:12px;left:28px}.triage-sidebar>span:nth-of-type(2):after{width:58px}.triage-sidebar>span:nth-of-type(3):after{background:hsl(var(--foreground) / .25);width:88px}.triage-sidebar>span:nth-of-type(4):after{width:52px}.triage-sidebar .active{background:hsl(var(--accent))}.triage-sidebar small{background:hsl(var(--muted-foreground) / .1);border-radius:99px;width:56px;height:6px;margin:4px 0 4px 8px}.triage-main-panel{flex-direction:column;flex:1;min-width:0;display:flex}.triage-main-panel header{border-bottom:1px solid hsl(var(--border));flex:none;align-items:center;gap:12px;height:40px;padding:0 16px;display:flex}.triage-main-panel header i{background:hsl(var(--muted-foreground) / .12);border-radius:99px;width:40px;height:8px}.triage-main-panel header i:nth-child(2){opacity:.7;width:32px}.triage-main-panel header i:nth-child(3){opacity:.7;width:48px}.triage-main-panel header div{gap:8px;margin-left:auto;display:flex}.triage-main-panel header div:before,.triage-main-panel header div:after{content:"";background:hsl(var(--muted-foreground) / .08);border-radius:4px;width:20px;height:20px}.triage-lines{flex-direction:column;flex:1;gap:12px;padding:24px;display:flex}.triage-lines span{background:hsl(var(--foreground) / .1);border-radius:99px;height:8px}.triage-lines span:first-child{width:90%}.triage-lines span:nth-child(2){width:75%}.triage-lines span:nth-child(3){width:95%}.triage-lines span:nth-child(4){width:60%}.triage-lines span:nth-child(5){width:85%}.triage-lines span:nth-child(6){width:40%}.triage-main-panel footer{border-top:1px solid hsl(var(--border));flex:none;justify-content:space-between;align-items:center;height:50px;padding:0 16px;display:flex}.record-dot{background:hsl(var(--destructive) / .8);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.record-dot i{background:#fff;border-radius:50%;width:8px;height:8px}.triage-main-panel footer>span{background:hsl(var(--muted-foreground) / .15);border-radius:99px;width:64px;height:8px;margin-left:8px;margin-right:auto}.triage-main-panel footer div:last-child{gap:8px;display:flex}.triage-main-panel footer b{background:hsl(var(--muted-foreground) / .1);border-radius:4px;width:20px;height:20px}.triage-side-panel{border-left:1px solid hsl(var(--border));flex-direction:column;flex:none;width:280px;display:flex}.triage-side-panel header{border-bottom:1px solid hsl(var(--border));flex:none;justify-content:space-between;align-items:center;height:40px;padding:0 16px;display:flex}.triage-side-panel header span{background:hsl(var(--foreground) / .15);border-radius:99px;width:80px;height:8px}.triage-side-panel header div{gap:6px;display:flex}.triage-side-panel header i{background:hsl(var(--muted-foreground) / .1);border-radius:4px;width:16px;height:16px}.triage-props{flex-direction:column;gap:14px;padding:16px;display:flex}.triage-props b{background:hsl(var(--foreground) / .2);border-radius:99px;width:128px;height:8px}.triage-props p{background:hsl(var(--muted-foreground) / .1);border-radius:99px;height:6px;margin:0}.triage-props p:first-of-type{width:100%}.triage-props p:nth-of-type(2){width:75%}.triage-props span{justify-content:space-between;height:14px;display:flex}.triage-props span:before{content:"";background:hsl(var(--muted-foreground) / .18);border-radius:99px;width:60px;height:6px}.triage-props span:after{content:"";background:hsl(var(--primary));border-radius:50%;width:10px;height:10px}.triage-props span:nth-of-type(2):after{background:hsl(var(--success))}.triage-props span:nth-of-type(3):after{background:hsl(var(--info))}.triage-props span:nth-of-type(4):after{background:hsl(var(--warning))}.triage-props em{height:28px;display:block;position:relative}.triage-props em:before{content:"";background:hsl(var(--muted-foreground) / .1);border-radius:50%;width:20px;height:20px;position:absolute;top:0;left:0}.triage-props em:after{content:"";background:hsl(var(--muted-foreground) / .08);border-radius:99px;height:6px;position:absolute;top:7px;left:30px;right:0}.triage-fade{background:linear-gradient(to top, hsl(var(--background)), transparent);pointer-events:none;height:128px;position:absolute;bottom:0;left:0;right:0}.triage-divider{z-index:10;border-top:1px solid hsl(var(--border));width:100%;position:relative}.triage-features{z-index:10;padding:96px 24px;position:relative;overflow:hidden}.triage-kicker{text-transform:uppercase;letter-spacing:.15em;color:hsl(var(--muted-foreground));margin:0 0 16px;font-size:13px}.triage-features h2,.triage-cta h2{letter-spacing:-.03em;margin:0;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:500;line-height:1.15}.triage-feature-grid{border:1px solid hsl(var(--border));grid-template-columns:repeat(3,minmax(0,1fr));margin-top:64px;display:grid}.triage-feature-grid article{border-right:1px solid hsl(var(--border));padding:32px}.triage-feature-grid article:last-child{border-right:0}.triage-feature-grid h3{margin:24px 0 8px;font-size:15px;font-weight:500}.triage-feature-grid p{color:hsl(var(--muted-foreground));margin:0;font-size:13px;line-height:1.6}.triage-graphic{border:1px solid hsl(var(--border));background:hsl(var(--card) / .3);border-radius:8px;justify-content:center;align-items:center;height:128px;padding:24px;display:flex}.triage-graphic.bars{flex-direction:column;align-items:stretch;gap:8px}.triage-graphic.bars i{border-radius:99px;height:8px;display:block}.triage-graphic.bars i:first-child{background:hsl(var(--destructive));width:100%}.triage-graphic.bars i:nth-child(2){background:hsl(var(--warning));width:75%}.triage-graphic.bars i:nth-child(3){background:hsl(var(--primary));width:50%}.triage-graphic.bars i:nth-child(4){background:hsl(var(--success));width:25%}.triage-graphic.flow{justify-content:space-between}.triage-graphic.flow i{border-radius:50%;width:32px;height:32px}.triage-graphic.flow i:first-child{background:hsl(var(--info))}.triage-graphic.flow i:nth-child(2){background:hsl(var(--warning))}.triage-graphic.flow i:nth-child(3){background:hsl(var(--success))}.triage-graphic.chart{align-items:end;gap:6px}.triage-graphic.chart i{border:1px solid hsl(var(--border));background:repeating-linear-gradient(-45deg,#cacace8c 0 1px,#0000 1px 5px);flex:1}.triage-graphic.chart i:first-child{height:40%}.triage-graphic.chart i:nth-child(2){height:65%}.triage-graphic.chart i:nth-child(3){height:45%}.triage-graphic.chart i:nth-child(4){height:80%}.triage-graphic.chart i:nth-child(5){height:55%}.triage-graphic.chart i:nth-child(6){height:70%}.triage-graphic.chart i:nth-child(7){height:90%}.triage-quote{z-index:10;padding:96px 24px;position:relative;overflow:hidden}.triage-hatch{pointer-events:none;background:repeating-linear-gradient(-45deg,#cacace8c 0 1px,#0000 1px 8px);position:absolute;inset:0}.triage-quote-card{border:1px solid hsl(var(--border));background:hsl(var(--background));max-width:720px;margin:0 auto;padding:40px;position:relative}.triage-quote-card blockquote{letter-spacing:-.01em;color:hsl(var(--foreground) / .85);margin:0;font-size:20px;line-height:1.5}.triage-quote-card div{align-items:center;gap:12px;margin-top:24px;display:flex}.triage-quote-card span{background:hsl(var(--primary) / .25);border-radius:50%;width:32px;height:32px}.triage-quote-card strong,.triage-quote-card small{font-size:13px}.triage-quote-card small{color:hsl(var(--muted-foreground))}.triage-cta{z-index:10;padding:128px 24px 160px;position:relative;overflow:hidden}.triage-center{text-align:center}.triage-cta h2{letter-spacing:-.035em;max-width:560px;margin:0 auto;font-size:clamp(2rem,4vw,3.2rem)}.triage-cta p{max-width:400px;color:hsl(var(--muted-foreground));margin:20px auto 0;font-size:15px;line-height:1.55}.triage-cta button{margin-top:40px}.triage-footer{border-top:1px solid hsl(var(--border))}.triage-footer .triage-container{justify-content:space-between;align-items:center;height:65px;padding:0 24px;display:flex}.triage-footer small{color:hsl(var(--muted-foreground));font-size:12px}.top-nav{z-index:50;border-bottom:1px solid hsl(var(--border));background:hsl(var(--background));position:fixed;inset:0 0 auto}.nav-inner{justify-content:space-between;align-items:center;gap:24px;max-width:1200px;height:56px;margin:0 auto;padding:0 24px;display:flex}.logo{letter-spacing:.08em;color:hsl(var(--foreground));font-size:14px;font-weight:700}.nav-links{color:hsl(var(--muted-foreground));gap:24px;font-size:13px;display:flex}.nav-cta{border:1px solid hsl(var(--foreground) / .4);min-height:32px;color:hsl(var(--foreground));cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;padding:0 12px;font-size:13px;display:inline-flex}.nav-cta:hover{background:hsl(var(--foreground));color:hsl(var(--background))}.auth-page{justify-content:center;align-items:flex-start;min-height:100vh;padding:112px 24px 64px;display:flex}.auth-card{border:1px solid hsl(var(--border));background:hsl(var(--card));width:100%;max-width:480px;padding:32px}.auth-card h1{letter-spacing:-.04em;overflow-wrap:anywhere;margin:0 0 12px;font-size:28px;font-weight:500;line-height:1.08}.auth-card p{color:hsl(var(--muted-foreground));margin:0;font-size:14px;line-height:1.6}.plan-label,.label{color:hsl(var(--muted-foreground));letter-spacing:.14em;text-transform:uppercase;margin:0 0 14px;font-size:12px;font-weight:600}.oauth-actions,.account-actions{gap:10px;margin-top:28px;display:grid}.auth-button{border:1px solid hsl(var(--border));background:hsl(var(--background));min-height:42px;color:hsl(var(--foreground));cursor:pointer;border-radius:8px;justify-content:flex-start;align-items:center;gap:10px;padding:0 14px;font-size:13px;font-weight:500;display:inline-flex}.provider-logo{flex:none;width:18px;height:18px}.magic-form{gap:10px;margin-top:28px;display:grid}.magic-form label{color:hsl(var(--muted-foreground));font-size:12px;font-weight:600}.magic-form div{grid-template-columns:1fr auto;gap:10px;display:grid}.magic-form input{border:1px solid hsl(var(--border));background:hsl(var(--background));min-height:40px;color:hsl(var(--foreground));font:inherit;border-radius:8px;padding:0 12px}.fine-print{color:hsl(var(--muted-foreground))!important;margin-top:14px!important;font-size:12px!important}.account-email{border:1px solid hsl(var(--border));overflow-wrap:anywhere;border-radius:8px;max-width:100%;padding:7px 10px;display:inline-flex;color:hsl(var(--muted-foreground))!important;margin:2px 0 0!important;font-size:13px!important}.account-grid{border:1px solid hsl(var(--border));grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px;display:grid}.account-grid div{border-right:1px solid hsl(var(--border));min-height:78px;padding:14px}.account-grid div:last-child{border-right:0}.account-grid span{color:hsl(var(--muted-foreground));margin-bottom:8px;font-size:11px;display:block}.account-grid strong{font-size:13px;font-weight:500;display:block}.price-button,.subtle-button{cursor:pointer;width:100%;min-height:42px;font:inherit;border-radius:8px;font-size:13px;font-weight:500}.price-button{background:hsl(var(--foreground));color:hsl(var(--background));border:0}.subtle-button{border:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));background:0 0}.footer{border-top:1px solid hsl(var(--border));justify-content:space-between;align-items:center;gap:24px;max-width:1200px;margin:0 auto;padding:24px;display:flex}.footer-links{color:hsl(var(--muted-foreground));gap:18px;font-size:12px;display:flex}.footer p{color:hsl(var(--muted-foreground));margin:0;font-size:12px}[aria-busy=true]{cursor:progress;opacity:.7}@media (width<=900px){.triage-nav,.triage-hero,.triage-features,.triage-quote,.triage-cta{padding-left:20px;padding-right:20px}.triage-hero-row{padding-top:48px;display:block}.triage-cube-wrap{display:none}.triage-app-shell{min-height:360px}.triage-sidebar,.triage-side-panel{display:none}.triage-feature-grid{grid-template-columns:1fr}.triage-feature-grid article{border-right:0;border-bottom:1px solid hsl(var(--border))}.triage-feature-grid article:last-child{border-bottom:0}.nav-links{display:none}.account-grid{grid-template-columns:1fr}.account-grid div{border-right:0;border-bottom:1px solid hsl(var(--border))}.account-grid div:last-child{border-bottom:0}}@media (width<=560px){.triage-nav-inner{padding:0}.triage-outline{display:none}.triage-hero h1{font-size:2.4rem}.triage-app-shell{border-left:0;border-right:0;border-radius:0;margin-left:-20px;margin-right:-20px}.triage-main-panel header,.triage-main-panel footer{padding-left:12px;padding-right:12px}.triage-lines{padding:18px}.auth-card{padding:24px}.magic-form div{grid-template-columns:1fr}.footer{flex-direction:column;align-items:flex-start}}
