.home-handoff{--font:var(--font-sans),ui-sans-serif,system-ui,sans-serif;color:var(--text-primary);-webkit-font-smoothing:antialiased;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--accent:#6b8fa8;--accent-hover:#5a7d96;--accent-subtle:#6b8fa81f;--accent-border:#6b8fa84d;--transition:.18s ease;--bg:#fafafa;--bg-surface:#f4f4f5;--bg-raised:#fff;--bg-overlay:#ebebec;--border:#00000012;--border-md:#0000001a;--text-primary:#3f3f46;--text-secondary:#71717a;--text-tertiary:#a1a1aa;--text-heading:#18181b;--cta-bg:#18181b;--cta-text:#fafafa;--cta-secondary-bg:#0000000a;--cta-secondary-text:#71717a;--cta-secondary-border:#0000001a;--nav-bg:#fafafae0;--screenshot-border:#00000014;--screenshot-bg:#fff;--badge-bg:#6b8fa81a;--badge-text:#3a6a88;--divider:#0000000f;--feature-icon-bg:#6b8fa81a}.dark .home-handoff{--bg:#111418;--bg-surface:#1a1f26;--bg-raised:#1f2530;--bg-overlay:#252d38;--border:#ffffff12;--border-md:#ffffff1a;--text-primary:#d4d4d8;--text-secondary:#71717a;--text-tertiary:#52525b;--text-heading:#e4e4e7;--cta-bg:#6b8fa8;--cta-text:#f0f6fa;--cta-secondary-bg:#ffffff0f;--cta-secondary-text:#a1a1aa;--cta-secondary-border:#ffffff1a;--nav-bg:#111418d9;--screenshot-border:#ffffff14;--screenshot-bg:#1a1f26;--badge-bg:#6b8fa81f;--badge-text:#93b8d0;--divider:#ffffff0f;--feature-icon-bg:#6b8fa81a}.home-handoff .hn-marketing-grid-bg{z-index:0;pointer-events:none;background-color:var(--bg);background-image:linear-gradient(#0000000a 1px,#0000 1px),linear-gradient(90deg,#0000000a 1px,#0000 1px);background-position:-.5px -.5px;background-size:32px 32px;position:fixed;inset:0}.dark .home-handoff .hn-marketing-grid-bg{background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px)}.home-handoff .hn-page-stack{z-index:1;flex-direction:column;width:100%;min-height:100vh;display:flex;position:relative}.home-handoff :where(button,input,textarea,select){font-family:inherit}.home-handoff .hn-nav{z-index:100;background:var(--nav-bg);-webkit-backdrop-filter:blur(16px);border-bottom:.5px solid var(--border);height:56px;transition:background var(--transition),border-color var(--transition);background-image:none;align-items:center;padding:0 24px;display:flex;position:fixed;top:0;left:0;right:0}.home-handoff .hn-nav-inner{align-items:center;gap:0;width:100%;max-width:1100px;margin:0 auto;display:flex}.home-handoff .hn-nav-logo{align-items:center;gap:8px;margin-right:auto;text-decoration:none;display:flex}.home-handoff .hn-nav-logo-mark svg{display:block}.home-handoff .hn-nav-logo-text{color:var(--text-heading);letter-spacing:-.02em;transition:color var(--transition);font-size:15px;font-weight:600}.home-handoff .hn-nav-links{align-items:center;gap:28px;margin-right:28px;display:flex}.home-handoff .hn-nav-links a{color:var(--text-secondary);transition:color var(--transition);font-size:13.5px;font-weight:400;text-decoration:none}.home-handoff .hn-nav-links a:hover{color:var(--text-primary)}.home-handoff .hn-nav-actions{align-items:center;gap:8px;display:flex}.home-handoff .hn-btn-ghost{border-radius:var(--radius-md);height:32px;color:var(--text-secondary);cursor:pointer;font-size:13.5px;font-weight:400;font-family:var(--font);transition:color var(--transition),background var(--transition);background:0 0;border:none;align-items:center;padding:0 14px;text-decoration:none;display:inline-flex}.home-handoff .hn-btn-ghost:hover{color:var(--text-primary);background:var(--cta-secondary-bg)}.home-handoff .hn-btn-primary{border-radius:var(--radius-md);height:32px;color:var(--cta-text);background:var(--cta-bg);cursor:pointer;font-size:13.5px;font-weight:500;font-family:var(--font);transition:background var(--transition),opacity var(--transition);border:none;align-items:center;padding:0 16px;text-decoration:none;display:inline-flex}.home-handoff .hn-btn-primary:hover{opacity:.88}.home-handoff .hn-theme-toggle{border-radius:var(--radius-md);border:.5px solid var(--border-md);cursor:pointer;width:32px;height:32px;color:var(--text-secondary);transition:background var(--transition),color var(--transition);background:0 0;justify-content:center;align-items:center;margin-left:8px;display:flex}.home-handoff .hn-theme-toggle:hover{background:var(--cta-secondary-bg);color:var(--text-primary)}.home-handoff .hn-icon-sun,.home-handoff .hn-icon-moon{width:15px;height:15px}.home-handoff .hn-icon-sun{display:none}.home-handoff .hn-icon-moon,.dark .home-handoff .hn-icon-sun{display:block}.dark .home-handoff .hn-icon-moon{display:none}.home-handoff .hn-nav-hamburger{border-radius:var(--radius-md);border:.5px solid var(--border-md);cursor:pointer;background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:32px;height:32px;margin-left:8px;display:none}.home-handoff .hn-nav-hamburger span{background:var(--text-secondary);width:14px;height:1.5px;transition:var(--transition);border-radius:1px;display:block}.home-handoff .hn-mobile-menu{z-index:99;border-bottom:.5px solid var(--border);background-color:#fff;background-image:none;flex-direction:column;gap:4px;padding:16px 24px 20px;display:none;position:fixed;top:56px;left:0;right:0}.home-handoff .hn-mobile-menu.open{display:flex}.dark .home-handoff .hn-mobile-menu{background-color:#1a1f26}.home-handoff .hn-mobile-menu a{color:var(--text-primary);border-bottom:.5px solid var(--divider);transition:color var(--transition);padding:12px 0;font-size:15px;text-decoration:none}.home-handoff .hn-mobile-menu a:last-child{border-bottom:none}.home-handoff .hn-mobile-menu a:hover{color:var(--text-heading)}.home-handoff .hn-mobile-menu .hn-btn-primary{border-radius:var(--radius-md);justify-content:center;width:100%;height:44px;margin-top:12px;font-size:14px}.home-handoff main{flex:1;padding-top:56px}.home-handoff .hn-hero{text-align:center;max-width:1100px;margin:0 auto;padding:48px 24px 56px}.home-handoff .hn-hero-badge{background:var(--badge-bg);border:.5px solid var(--accent-border);height:26px;color:var(--badge-text);letter-spacing:.01em;border-radius:999px;align-items:center;gap:6px;margin-bottom:28px;padding:0 12px;font-size:12px;font-weight:500;animation:.5s 50ms both hn-fadeUp;display:inline-flex}.home-handoff .hn-hero-badge-dot{background:var(--accent);border-radius:50%;width:5px;height:5px}.home-handoff .hn-hero h1{color:var(--text-heading);letter-spacing:-.03em;max-width:100%;margin-bottom:20px;margin-left:auto;margin-right:auto;font-size:clamp(32px,5vw,52px);font-weight:600;line-height:1.12;animation:.5s .12s both hn-fadeUp}.home-handoff .hn-hero-sub{color:var(--text-secondary);max-width:480px;margin:0 auto 36px;font-size:16px;font-weight:400;line-height:1.65;animation:.5s .2s both hn-fadeUp}.home-handoff .hn-hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;animation:.5s .28s both hn-fadeUp;display:flex}.home-handoff .hn-btn-hero-primary{border-radius:var(--radius-md);height:42px;color:var(--cta-text);background:var(--cta-bg);cursor:pointer;font-size:14px;font-weight:500;font-family:var(--font);transition:background var(--transition),opacity var(--transition);border:none;align-items:center;gap:6px;padding:0 24px;text-decoration:none;display:inline-flex}.home-handoff .hn-btn-hero-primary:hover{opacity:.88}.home-handoff .hn-btn-hero-secondary{border-radius:var(--radius-md);height:42px;color:var(--cta-secondary-text);background:var(--cta-secondary-bg);border:.5px solid var(--cta-secondary-border);cursor:pointer;font-size:14px;font-weight:400;font-family:var(--font);transition:background var(--transition),color var(--transition);align-items:center;padding:0 22px;text-decoration:none;display:inline-flex}.home-handoff .hn-btn-hero-secondary:hover{color:var(--text-primary);background:var(--bg-overlay)}.home-handoff .hn-carousel-section{max-width:1100px;margin:0 auto;padding:0 24px 96px;animation:.6s .36s both hn-fadeUp}.home-handoff .hn-carousel-tabs{flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;margin-bottom:28px;display:flex}.home-handoff .hn-carousel-tab{height:30px;color:var(--text-secondary);cursor:pointer;font-size:12.5px;font-weight:400;font-family:var(--font);transition:all var(--transition);background:0 0;border:.5px solid #0000;border-radius:999px;padding:0 14px}.home-handoff .hn-carousel-tab:hover{color:var(--text-primary);border-color:var(--border-md)}.home-handoff .hn-carousel-tab.active{color:var(--text-heading);background:var(--bg-surface);border-color:var(--border-md);font-weight:500}.home-handoff .hn-carousel-frame{border-radius:var(--radius-xl);border:.5px solid var(--screenshot-border);background:var(--screenshot-bg);background-image:none;position:relative;overflow:hidden}.home-handoff .hn-carousel-topbar{background:var(--bg-surface);border-bottom:.5px solid var(--border);align-items:center;gap:6px;height:36px;padding:0 16px;display:flex}.home-handoff .hn-topbar-dot{background:var(--bg-overlay);border-radius:50%;width:9px;height:9px}.home-handoff .hn-topbar-url{background:var(--bg-overlay);border-radius:4px;flex:1;max-width:280px;height:20px;margin:0 auto}.home-handoff .hn-screenshot-slides{position:relative}.home-handoff .hn-screenshot-slide{width:100%;display:none}.home-handoff .hn-screenshot-slide.active{display:block}.home-handoff .hn-fake-screenshot{aspect-ratio:16/9;background:var(--bg-surface);background-image:none;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.home-handoff .hn-fake-board,.home-handoff .hn-fake-backlog,.home-handoff .hn-fake-sprints{flex-direction:column;gap:14px;width:100%;height:100%;padding:20px;display:flex}.home-handoff .hn-fake-board-header,.home-handoff .hn-fake-backlog-header{align-items:center;gap:10px;display:flex}.home-handoff .hn-fake-board-title{color:var(--text-heading);font-size:13px;font-weight:600}.home-handoff .hn-fake-sprint-badge{background:var(--accent-subtle);border:.5px solid var(--accent-border);height:20px;color:var(--badge-text);border-radius:999px;align-items:center;padding:0 8px;font-size:10px;display:inline-flex}.home-handoff .hn-fake-columns{flex:1;grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.home-handoff .hn-fake-column{background:var(--bg-raised);border-radius:var(--radius-md);border:.5px solid var(--border);background-image:none;flex-direction:column;gap:6px;padding:10px 8px;display:flex}.home-handoff .hn-fake-col-header{color:var(--text-tertiary);letter-spacing:.07em;text-transform:uppercase;margin-bottom:4px;padding:0 2px;font-size:9px;font-weight:600}.home-handoff .hn-fake-card{background:var(--bg-surface);border:.5px solid var(--border);background-image:none;border-radius:5px;padding:7px 8px}.home-handoff .hn-fake-card-id{color:var(--text-tertiary);margin-bottom:3px;font-size:8px}.home-handoff .hn-fake-card-title{color:var(--text-primary);margin-bottom:5px;font-size:9.5px;font-weight:500;line-height:1.3}.home-handoff .hn-fake-card-footer{align-items:center;gap:4px;display:flex}.home-handoff .hn-fake-avatar{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:7px;font-weight:600;display:flex}.home-handoff .hn-fake-tag{border-radius:3px;align-items:center;height:12px;padding:0 5px;font-size:7.5px;font-weight:500;display:inline-flex}.home-handoff .hn-fake-tag-blue{color:var(--badge-text);background:#6b8fa826}.home-handoff .hn-fake-tag-green{color:#5aa064;background:#5aa06426}.home-handoff .hn-fake-tag-amber{color:#b48c3c;background:#b48c3c26}.home-handoff .hn-fake-backlog-cols{flex:1;grid-template-columns:1fr 1fr;gap:10px;display:grid}.home-handoff .hn-fake-backlog-col{background:var(--bg-raised);border-radius:var(--radius-md);border:.5px solid var(--border);background-image:none;flex-direction:column;gap:5px;padding:10px 8px;display:flex}.home-handoff .hn-fake-backlog-col-header{color:var(--text-tertiary);letter-spacing:.07em;text-transform:uppercase;margin-bottom:4px;padding:0 2px;font-size:9px;font-weight:600}.home-handoff .hn-fake-backlog-row{background:var(--bg-surface);border:.5px solid var(--border);background-image:none;border-radius:5px;align-items:center;gap:6px;padding:6px 8px;display:flex}.home-handoff .hn-fake-row-id{color:var(--text-tertiary);min-width:36px;font-size:7.5px}.home-handoff .hn-fake-row-title{color:var(--text-primary);flex:1;font-size:9px}.home-handoff .hn-fake-sprint-row{background:var(--bg-raised);border-radius:var(--radius-md);border:.5px solid var(--border);background-image:none;align-items:center;gap:14px;padding:12px 14px;display:flex}.home-handoff .hn-fake-sprint-name{color:var(--text-heading);min-width:120px;font-size:11px;font-weight:500}.home-handoff .hn-fake-sprint-dates{color:var(--text-secondary);flex:1;font-size:9px}.home-handoff .hn-fake-progress-bar{background:var(--bg-overlay);border-radius:2px;flex:2;height:4px;overflow:hidden}.home-handoff .hn-fake-progress-fill{background:var(--accent);border-radius:2px;height:100%}.home-handoff .hn-fake-status-badge{border-radius:999px;align-items:center;height:18px;padding:0 8px;font-size:8.5px;font-weight:500;display:inline-flex}.home-handoff .hn-status-active{color:var(--badge-text);background:#6b8fa826}.home-handoff .hn-status-done{color:#5aa064;background:#5aa06426}.home-handoff .hn-status-planned{background:var(--bg-overlay);color:var(--text-secondary)}.home-handoff .hn-carousel-dots{justify-content:center;gap:6px;margin-top:20px;display:flex}.home-handoff .hn-carousel-dot{background:var(--text-tertiary);cursor:pointer;width:5px;height:5px;transition:all var(--transition);border:none;border-radius:50%;padding:0;line-height:0;display:block}.home-handoff .hn-carousel-dot:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.home-handoff .hn-carousel-dot.active{background:var(--accent);border-radius:3px;width:18px}.home-handoff .hn-slide-transition{animation:.25s both hn-fadeUp}.home-handoff .hn-features-section{background-image:none;border-top:1px solid #0000001a;padding:80px 24px}.dark .home-handoff .hn-features-section{border-top-color:#ffffff1f}.home-handoff .hn-features-inner{max-width:1100px;margin:0 auto}.home-handoff .hn-section-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);text-align:center;margin-bottom:14px;font-size:11px;font-weight:500}.home-handoff .hn-section-heading{color:var(--text-heading);letter-spacing:-.025em;text-align:center;margin-bottom:12px;font-size:clamp(22px,3vw,32px);font-weight:600;line-height:1.2}.home-handoff .hn-section-sub{color:var(--text-secondary);text-align:center;max-width:440px;margin:0 auto 56px;font-size:15px;line-height:1.65}.home-handoff .hn-features-grid{background:var(--divider);border-radius:var(--radius-lg);grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.home-handoff .hn-feature-item{background-image:none;padding:32px 28px}.dark .home-handoff .hn-feature-item:first-child{background-color:#141e1a}.dark .home-handoff .hn-feature-item:nth-child(2){background-color:#141820}.dark .home-handoff .hn-feature-item:nth-child(3){background-color:#1a1820}.dark .home-handoff .hn-feature-item:nth-child(4){background-color:#1a1c14}.dark .home-handoff .hn-feature-item:nth-child(5){background-color:#14181e}.dark .home-handoff .hn-feature-item:nth-child(6){background-color:#1a1614}.home-handoff .hn-feature-item:first-child{background-color:#f0f7f2}.home-handoff .hn-feature-item:nth-child(2){background-color:#f0f4fa}.home-handoff .hn-feature-item:nth-child(3){background-color:#f4f0fa}.home-handoff .hn-feature-item:nth-child(4){background-color:#f5f7ee}.home-handoff .hn-feature-item:nth-child(5){background-color:#eef3f8}.home-handoff .hn-feature-item:nth-child(6){background-color:#faf2ee}.home-handoff .hn-feature-icon{border-radius:var(--radius-md);background:var(--feature-icon-bg);border:.5px solid var(--accent-border);justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:18px;display:flex}.home-handoff .hn-feature-title{color:var(--text-heading);letter-spacing:-.01em;margin-bottom:8px;font-size:14px;font-weight:600}.home-handoff .hn-feature-desc{color:var(--text-secondary);font-size:13.5px;line-height:1.65}.home-handoff .hn-cta-section{background-image:none;border-top:1px solid #0000001a;padding:80px 24px}.dark .home-handoff .hn-cta-section{border-top-color:#ffffff1f}.home-handoff .hn-cta-inner{text-align:center;max-width:560px;margin:0 auto}.home-handoff .hn-cta-inner h2{color:var(--text-heading);letter-spacing:-.025em;margin-bottom:14px;font-size:clamp(22px,3vw,32px);font-weight:600;line-height:1.2}.home-handoff .hn-cta-inner p{color:var(--text-secondary);margin-bottom:32px;font-size:15px;line-height:1.65}.home-handoff .hn-footer{background-image:none;border-top:1px solid #ffffff1f;padding:28px 24px}.dark .home-handoff .hn-footer{background-color:#111418}.home-handoff .hn-footer{background-color:#fafafa;border-top-color:#0000001a}.dark .home-handoff .hn-footer{border-top-color:#ffffff1f}.home-handoff .hn-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;max-width:1100px;margin:0 auto;display:flex}.home-handoff .hn-footer-copy{color:var(--text-tertiary);font-size:12px}.home-handoff .hn-footer-links{flex-wrap:wrap;gap:20px;display:flex}.home-handoff .hn-footer-links a{color:var(--text-tertiary);transition:color var(--transition);font-size:12.5px;text-decoration:none}.home-handoff .hn-footer-links a:hover{color:var(--text-secondary)}@media (max-width:768px){.home-handoff .hn-nav-links,.home-handoff .hn-nav-actions .hn-btn-ghost{display:none}.home-handoff .hn-nav-hamburger{display:flex}.home-handoff .hn-hero{padding:40px 20px 48px}.home-handoff .hn-hero h1{letter-spacing:-.02em;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:28px;line-height:1.18}.home-handoff .hn-hero-sub{max-width:100%;padding:0 4px;font-size:14px}.home-handoff .hn-hero-badge{padding:0 10px;font-size:11px}.home-handoff .hn-btn-hero-primary,.home-handoff .hn-btn-hero-secondary{height:44px;padding:0 20px;font-size:14px}.home-handoff .hn-carousel-tabs{gap:2px}.home-handoff .hn-carousel-tab{height:28px;padding:0 10px;font-size:11px}.home-handoff .hn-fake-columns{grid-template-columns:repeat(2,1fr)}.home-handoff .hn-fake-columns .hn-fake-column:last-child{display:none}.home-handoff .hn-fake-backlog-cols{grid-template-columns:1fr}.home-handoff .hn-fake-backlog-cols .hn-fake-backlog-col:last-child{display:none}.home-handoff .hn-features-grid{grid-template-columns:1fr}.home-handoff .hn-footer-inner{flex-direction:column;align-items:flex-start;gap:20px}}@media (max-width:480px){.home-handoff .hn-fake-columns{grid-template-columns:1fr}.home-handoff .hn-fake-columns .hn-fake-column:nth-child(2),.home-handoff .hn-fake-columns .hn-fake-column:last-child{display:none}}@keyframes hn-fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
