.tl-landing{color-scheme:light;--yellow-accent:#facc15;--yellow-soft:#fde047;--yellow-bg:rgba(250,204,21,0.28);--black-surface:#000000;--neutral-bg:#f9fafb;--text-main:#111827;--text-muted:#4b5563;--border-subtle:rgba(0,0,0,0.08);--green:#10b981;--red:#ef4444;min-height:100vh;font-family:var(--font-inter),ui-sans-serif,system-ui,-apple-system,sans-serif;background:var(--neutral-bg);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased}html{scroll-behavior:smooth}.tl-landing *{box-sizing:border-box;margin:0;padding:0}.tl-landing .container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.tl-landing .mono{font-family:var(--font-jetbrains-mono),monospace}.tl-landing header{position:fixed;top:0;left:0;right:0;z-index:100;padding:18px 0;display:flex;justify-content:center;pointer-events:none}.tl-landing .nav-pill{pointer-events:auto;background:var(--black-surface);border-radius:9999px;height:60px;width:100%;max-width:860px;display:flex;align-items:center;justify-content:space-between;padding:0 14px 0 24px;box-shadow:0 10px 25px rgba(0,0,0,.2)}.tl-landing .logo{background:none;border:none;cursor:pointer;color:#fff;font-weight:700;font-size:18px;font-family:inherit;display:flex;align-items:center;gap:8px}.tl-landing .logo span{width:26px;height:26px;background:var(--yellow-accent);border-radius:7px;display:grid;place-items:center;color:#000;font-size:15px}.tl-landing .nav-links{display:flex;gap:22px}.tl-landing .nav-links button{background:none;border:none;cursor:pointer;color:#fff;font-family:inherit;font-size:14px;font-weight:500;opacity:.75;transition:.2s}.tl-landing .nav-links button:hover{opacity:1}.tl-landing .btn-lens{background:var(--yellow-accent);color:#000;padding:9px 18px;border-radius:9999px;font-size:13px;font-weight:700;border:none;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:6px;transition:transform .2s}.tl-landing .btn-lens:hover{transform:translateY(-1px)}.tl-landing .nav-right{display:flex;align-items:center;gap:10px}.tl-landing .user-menu{position:relative}.tl-landing .user-chip{display:inline-flex;align-items:center;gap:8px;max-width:220px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);color:#fff;font-family:inherit;font-size:13px;font-weight:600;padding:8px 12px;border-radius:9999px;cursor:pointer;transition:.18s}.tl-landing .user-chip:hover{background:rgba(255,255,255,.14)}.tl-landing .user-chip .user-dot{width:7px;height:7px;border-radius:9999px;background:var(--green);flex-shrink:0}.tl-landing .user-chip .user-email{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tl-landing .user-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:160px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 12px 30px rgba(0,0,0,.18);padding:6px;z-index:200}.tl-landing .user-dropdown button{display:block;width:100%;text-align:left;background:none;border:none;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;color:var(--text-main);padding:10px 12px;border-radius:8px;transition:.15s}.tl-landing .user-dropdown button:hover{background:#f3f4f6;color:var(--red)}.tl-landing .hero{padding:150px 0 60px;text-align:center;position:relative;overflow:hidden}.tl-landing .hero-bg-glow{position:absolute;bottom:-120px;left:50%;transform:translateX(-50%);width:100%;height:520px;background:radial-gradient(ellipse at bottom,var(--yellow-bg),transparent 70%);z-index:0}.tl-landing .hero>.container{position:relative;z-index:1}.tl-landing .eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;letter-spacing:.5px;color:var(--text-muted);background:#fff;border:1px solid var(--border-subtle);padding:7px 14px;border-radius:9999px;margin-bottom:24px}.tl-landing .eyebrow b{color:var(--text-main)}.tl-landing h1{font-size:60px;font-weight:800;letter-spacing:-2px;line-height:1.08;max-width:880px;margin:0 auto 22px}.tl-landing .highlight{position:relative;display:inline-block;z-index:1}.tl-landing .highlight:after{content:"";position:absolute;left:-4px;right:-4px;bottom:6px;height:22px;background:var(--yellow-soft);opacity:.75;z-index:-1;border-radius:4px}.tl-landing .hero p.sub{font-size:19px;color:var(--text-muted);max-width:680px;margin:0 auto 36px;font-weight:500}.tl-landing .hero-cta{display:flex;gap:14px;justify-content:center;align-items:center;flex-wrap:wrap}.tl-landing .btn-primary{background:var(--black-surface);color:#fff;padding:16px 30px;border-radius:12px;font-size:16px;font-weight:700;display:inline-flex;align-items:center;gap:10px;box-shadow:0 10px 30px rgba(0,0,0,.18);transition:transform .2s;cursor:pointer;border:none;font-family:inherit}.tl-landing .btn-primary:hover{transform:translateY(-2px)}.tl-landing .btn-ghost{background:#fff;color:#000;padding:16px 26px;border-radius:12px;font-size:16px;font-weight:600;border:1px solid var(--border-subtle);cursor:pointer;font-family:inherit;transition:.2s}.tl-landing .btn-ghost:hover{background:#f3f4f6}.tl-landing .demo-anno{position:relative;max-width:1080px;margin:54px auto 0}.tl-landing .anno-tag{position:absolute;top:-38px;left:26px;z-index:5;display:inline-flex;align-items:flex-end;gap:6px;transform:rotate(-3deg);color:#9ca3af}.tl-landing .anno-tag .scribble{font-family:var(--font-caveat),cursive;font-size:19px;font-weight:600;line-height:1}.tl-landing .anno-tag svg{width:38px;height:24px}.tl-landing .demo-shell{background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 24px 60px rgba(0,0,0,.07);overflow:hidden;text-align:left}.tl-landing .demo-topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid var(--border-subtle);background:#fafafa}.tl-landing .demo-dots{display:flex;gap:7px}.tl-landing .demo-dots i{width:11px;height:11px;border-radius:50%;display:block}.tl-landing .demo-title{font-size:12px;font-weight:600;color:var(--text-muted)}.tl-landing .demo-badge{font-size:10px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:#92400e;background:var(--yellow-bg);padding:4px 10px;border-radius:9999px}.tl-landing .demo-disclaimer{display:flex;gap:10px;align-items:flex-start;background:#fffbeb;border-bottom:1px solid #fde68a;padding:12px 20px;font-size:13px;color:#92400e}.tl-landing .demo-disclaimer b{font-weight:700}.tl-landing .demo-input-row{padding:20px;border-bottom:1px solid var(--border-subtle)}.tl-landing .demo-input-row .lbl{font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#9ca3af;margin-bottom:10px}.tl-landing .preset-chips{display:flex;gap:10px;flex-wrap:wrap}.tl-landing .preset-chip{border:1px solid var(--border-subtle);background:#fff;border-radius:10px;padding:11px 16px;font-size:14px;font-weight:600;cursor:pointer;transition:.18s;display:flex;align-items:center;gap:8px;font-family:inherit;color:var(--text-main)}.tl-landing .preset-chip:hover{border-color:var(--yellow-accent);background:#fffbeb}.tl-landing .preset-chip.active{background:#000;color:#fff;border-color:#000}.tl-landing .preset-chip .emo{font-size:16px}.tl-landing .fake-input{margin-top:14px;display:flex;gap:10px;align-items:center;border:1px dashed #d1d5db;border-radius:12px;padding:13px 16px;background:#fafafa}.tl-landing .fake-input .typed{font-size:15px;color:var(--text-main);font-weight:500;min-height:21px}.tl-landing .fake-input .cursor{width:2px;height:18px;background:#000;animation:tlblink 1s steps(2) infinite}@keyframes tlblink{50%{opacity:0}}.tl-landing .run-btn{margin-left:auto;background:var(--yellow-accent);color:#000;border:none;border-radius:9px;padding:9px 18px;font-weight:700;font-size:13px;cursor:pointer;font-family:inherit;white-space:nowrap}.tl-landing .run-btn:disabled{opacity:.5;cursor:default}.tl-landing .board{display:grid;grid-template-columns:1fr 360px;min-height:440px}.tl-landing .board-stage{position:relative;border-right:1px solid var(--border-subtle);background:radial-gradient(circle at 50% 44%,rgba(250,204,21,.08),transparent 62%),linear-gradient(#0b0f17,#0b0f17);overflow:hidden;min-height:440px}.tl-landing .stage-hint{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;color:#64748b;font-size:14px;padding:48px;z-index:3}.tl-landing #hbCanvas{position:absolute;inset:0;width:100%;height:100%;display:block;z-index:1}.tl-landing .core-status{position:absolute;left:0;right:0;bottom:16px;display:flex;align-items:center;justify-content:center;gap:9px;font-size:12px;font-weight:600;color:#cbd5e1;z-index:3;font-family:var(--font-jetbrains-mono),monospace}.tl-landing .core-status .spin{width:13px;height:13px;border:2px solid rgba(255,255,255,.15);border-top:2px solid var(--yellow-accent);border-radius:50%;animation:tlspin .7s linear infinite}@keyframes tlspin{to{transform:rotate(1turn)}}.tl-landing .feed{padding:18px;display:flex;flex-direction:column;gap:10px;overflow-y:auto;max-height:440px;background:#fafafa}.tl-landing .feed-h{font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#9ca3af}.tl-landing .task{background:#fff;border:1px solid var(--border-subtle);border-radius:11px;padding:12px 13px;opacity:0;transform:translateY(8px);animation:tltaskIn .4s forwards}@keyframes tltaskIn{to{opacity:1;transform:none}}.tl-landing .task .who{display:flex;align-items:center;gap:7px;margin-bottom:6px}.tl-landing .task .who .a{width:22px;height:22px;border-radius:6px;background:#000;color:var(--yellow-accent);display:grid;place-items:center}.tl-landing .task .who .a,.tl-landing .task .who .n{font-size:12px;font-weight:700}.tl-landing .task .who .t{font-size:10px;color:#9ca3af;margin-left:auto}.tl-landing .task .body{font-size:12.5px;color:var(--text-muted);line-height:1.45}.tl-landing .task .tag{display:inline-block;font-size:9.5px;font-weight:700;padding:2px 7px;border-radius:5px;margin-top:7px}.tl-landing .tag-high{background:#fee2e2;color:#b91c1c}.tl-landing .tag-med{background:#fef3c7;color:#92400e}.tl-landing .tag-ok{background:#d1fae5;color:#065f46}.tl-landing .deliverables{padding:20px;border-top:1px solid var(--border-subtle);background:#fff;display:none}.tl-landing .deliverables.show{display:block}.tl-landing .deliv-h{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;flex-wrap:wrap;gap:10px}.tl-landing .deliv-h h4{font-size:16px;font-weight:700}.tl-landing .deliv-h p{font-size:12.5px;color:var(--text-muted)}.tl-landing .file-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.tl-landing .file{border:1px solid var(--border-subtle);border-radius:11px;padding:13px;background:#fafafa;transition:.18s}.tl-landing .file:hover{border-color:var(--yellow-accent);background:#fffbeb}.tl-landing .file .ic{font-size:20px}.tl-landing .file .fn{font-size:11.5px;font-weight:700;margin-top:7px;font-family:var(--font-jetbrains-mono),monospace}.tl-landing .file .fd{font-size:10.5px;color:#9ca3af;margin-top:3px}.tl-landing .deliv-foot{margin-top:16px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.tl-landing .score-pill{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:600}.tl-landing .score-pill .num{font-size:22px;font-weight:800;color:var(--green)}.tl-landing .dl-btn{background:#000;color:#fff;border:none;border-radius:11px;padding:13px 22px;font-weight:700;font-size:14px;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:8px}.tl-landing .dl-btn:hover{background:#1f2937}.tl-landing section.block{padding:100px 0}.tl-landing #features{background:#fff}.tl-landing .section-header{text-align:center;margin-bottom:56px}.tl-landing .section-header .kicker{font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#d97706;margin-bottom:12px}.tl-landing .section-header h2{font-size:46px;font-weight:800;letter-spacing:-1.5px}.tl-landing .section-header p{color:var(--text-muted);font-size:18px;margin-top:14px;max-width:620px;margin-left:auto;margin-right:auto}.tl-landing .feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.tl-landing .fcard{border:1px solid #e5e7eb;border-radius:22px;padding:30px;background:#fff}.tl-landing .fcard .fi{width:54px;height:54px;border-radius:14px;display:grid;place-items:center;font-size:24px;margin-bottom:18px}.tl-landing .fcard h3{font-size:21px;font-weight:700;margin-bottom:10px}.tl-landing .fcard p{font-size:15px;color:var(--text-muted)}.tl-landing #how{background:var(--neutral-bg)}.tl-landing .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.tl-landing .step{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:26px;position:relative}.tl-landing .step .sn{font-family:var(--font-jetbrains-mono),monospace;font-size:30px;font-weight:700;color:#d1d5db}.tl-landing .step h4{font-size:19px;font-weight:700;margin:10px 0}.tl-landing .step p{font-size:14.5px;color:var(--text-muted)}.tl-landing .step.lit{background:#fef3c7;border-color:transparent}.tl-landing .step.lit .sn{color:#92400e}.tl-landing #pricing{background:#fff}.tl-landing .cohort{max-width:840px;margin:0 auto 46px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:24px 26px;box-shadow:0 14px 34px rgba(0,0,0,.05)}.tl-landing .cohort-top{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:8px}.tl-landing .cohort-top .lead{font-size:14.5px;font-weight:600;color:var(--text-main)}.tl-landing .cohort-top .lead b{color:#d97706}.tl-landing .cohort-top .spots{font-family:var(--font-jetbrains-mono),monospace;font-size:13px;font-weight:700;color:var(--text-main)}.tl-landing .cohort-top .spots b{color:#d97706}.tl-landing .cohort-bar{height:11px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:9999px;margin:16px 0;overflow:hidden}.tl-landing .cohort-bar i{display:block;height:100%;background:linear-gradient(90deg,var(--yellow-accent),var(--yellow-soft));border-radius:9999px;transition:width .7s ease}.tl-landing .cohort-tiers{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.tl-landing .ctier{position:relative;text-align:center;font-size:11px;padding:14px 6px;border-radius:13px;background:#f9fafb;border:1px solid #e5e7eb;transition:.35s;overflow:hidden}.tl-landing .ctier .d{display:block;font-weight:700;font-size:13px;color:var(--text-main)}.tl-landing .ctier .r{display:block;color:var(--text-muted);margin-top:3px}.tl-landing .ctier .pr{display:block;font-family:var(--font-jetbrains-mono),monospace;font-size:11px;color:#9ca3af;margin-top:6px;font-weight:600}.tl-landing .ctier .badge-now{position:absolute;top:7px;right:7px;font-size:8px;font-weight:800;letter-spacing:.4px;color:#000;background:var(--yellow-accent);padding:2px 6px;border-radius:6px;opacity:0;transition:.3s}.tl-landing .ctier.now{background:#fffbeb;border-color:var(--yellow-accent);box-shadow:0 0 0 3px rgba(250,204,21,.18);transform:translateY(-2px)}.tl-landing .ctier.now .d{color:#92400e}.tl-landing .ctier.now .badge-now{opacity:1}.tl-landing .ctier .stamp{position:absolute;inset:0;display:none;align-items:center;justify-content:center}.tl-landing .ctier .stamp span{color:#fff;background:var(--red);font-weight:800;font-size:13px;letter-spacing:1.5px;padding:4px 14px;border-radius:7px;transform:rotate(-8deg);box-shadow:0 5px 14px rgba(239,68,68,.45)}.tl-landing .ctier.done{background:#f3f4f6;border-color:#e5e7eb;box-shadow:none;transform:none}.tl-landing .ctier.done .d,.tl-landing .ctier.done .pr,.tl-landing .ctier.done .r{color:#cbd5e1}.tl-landing .ctier.done .badge-now{opacity:0}.tl-landing .ctier.done .stamp{display:flex}.tl-landing .cohort-sim{margin-top:16px;background:none;border:none;cursor:pointer;font-family:inherit;font-size:12px;font-weight:600;color:#9ca3af;text-decoration:underline}.tl-landing .cohort-sim:hover{color:var(--text-main)}.tl-landing .price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch;max-width:1080px;margin:0 auto}.tl-landing .price-grid.two{grid-template-columns:repeat(2,1fr);max-width:760px}.tl-landing .pcard{border:1px solid #e5e7eb;border-radius:24px;padding:32px 28px;background:#fff;display:flex;flex-direction:column;position:relative}.tl-landing .pcard.feat{border:2px solid #000;box-shadow:0 24px 50px rgba(0,0,0,.12)}.tl-landing .pcard .badge-pop{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:#000;color:#fff;font-size:11px;font-weight:700;padding:6px 16px;border-radius:9999px;letter-spacing:.4px}.tl-landing .card-flag{height:30px;margin-bottom:14px;display:flex;align-items:center}.tl-landing .badge-early{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;background:var(--yellow-accent);color:#000;font-size:10.5px;font-weight:800;letter-spacing:.3px;text-transform:uppercase;padding:5px 11px;border-radius:9999px;box-shadow:0 4px 12px rgba(250,204,21,.5)}.tl-landing .ptier{font-size:13px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--text-muted)}.tl-landing .pprice{font-size:40px;font-weight:800;letter-spacing:-1.5px;margin:8px 0 2px}.tl-landing .pprice small{font-size:16px;font-weight:600;color:var(--text-muted);letter-spacing:0}.tl-landing .plife{font-size:12.5px;font-weight:700;color:#065f46;background:#d1fae5;display:inline-block;padding:3px 10px;border-radius:7px;margin-bottom:18px}.tl-landing .plife.trial{color:#92400e;background:#fef3c7}.tl-landing .pcard ul{list-style:none;display:flex;flex-direction:column;gap:11px;margin:6px 0 24px;flex:1}.tl-landing .pcard li{font-size:14px;display:flex;gap:9px;align-items:flex-start;color:var(--text-main);line-height:1.5}.tl-landing .pcard li .ck{color:var(--green);font-weight:800;flex-shrink:0;line-height:inherit}.tl-landing .pcard li .x{color:#d1d5db;font-weight:800;flex-shrink:0;line-height:inherit}.tl-landing .pcard li>span:last-child{flex:1;min-width:0}.tl-landing .crayon-underline{position:relative;display:inline}.tl-landing .crayon-underline:after{content:"";position:absolute;left:0;right:0;bottom:-3px;height:4px;background:repeating-linear-gradient(90deg,rgba(16,185,129,.85),rgba(16,185,129,.6) 4px,rgba(16,185,129,.9) 8px,rgba(16,185,129,.5) 12px,rgba(16,185,129,.85) 16px);border-radius:2px;transform:rotate(-.3deg) scaleY(1.2);mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='6'%3E%3Cpath d='M0 3 Q10 1 20 3 T40 3 T60 3 T80 3 T100 3 T120 3 T140 3 T160 3 T180 3 T200 3' stroke='black' stroke-width='4' fill='none'/%3E%3C/svg%3E");mask-size:200px 6px;mask-repeat:repeat-x;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='6'%3E%3Cpath d='M0 3 Q10 1 20 3 T40 3 T60 3 T80 3 T100 3 T120 3 T140 3 T160 3 T180 3 T200 3' stroke='black' stroke-width='4' fill='none'/%3E%3C/svg%3E");-webkit-mask-size:200px 6px;-webkit-mask-repeat:repeat-x}.tl-landing .pcard li.muted{color:#9ca3af}.tl-landing .pcard li small{display:block;color:#9ca3af;font-size:12px;font-weight:400;margin-top:1px}.tl-landing .pbtn{text-align:center;padding:14px;border-radius:12px;font-weight:700;font-size:15px;cursor:pointer;border:none;font-family:inherit;transition:.2s}.tl-landing .pbtn.dark{background:#000;color:#fff}.tl-landing .pbtn.dark:hover{background:#1f2937}.tl-landing .pbtn.lite{background:#f3f4f6;color:#000}.tl-landing .pbtn.lite:hover{background:#e5e7eb}.tl-landing .pbtn.yellow{background:var(--yellow-accent);color:#000}.tl-landing .pbtn.yellow:hover{background:var(--yellow-soft)}.tl-landing .pay-note{text-align:center;margin-top:11px;font-size:11.5px;color:#9ca3af}.tl-landing .pay-logos{display:flex;gap:7px;justify-content:center;margin-top:7px;flex-wrap:wrap}.tl-landing .pay-logos span{font-size:10.5px;font-weight:600;color:var(--text-muted);border:1px solid var(--border-subtle);border-radius:6px;padding:3px 8px}.tl-landing .norefund{max-width:1080px;margin:26px auto 0;text-align:center;font-size:12.5px;color:#9ca3af}.tl-landing .norefund b{color:var(--text-muted)}.tl-landing #contact{background:var(--neutral-bg)}.tl-landing .contact-card{max-width:620px;margin:0 auto;background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:40px;text-align:center}.tl-landing .contact-card h3{font-size:26px;font-weight:800;margin-bottom:10px}.tl-landing .contact-card p{color:var(--text-muted);margin-bottom:24px}.tl-landing .contact-form{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.tl-landing .contact-form input{flex:1;min-width:240px;border:1px solid #e5e7eb;border-radius:11px;padding:14px 16px;font-size:15px;font-family:inherit;background:#fff;color:var(--text-main)}.tl-landing .contact-form input::-moz-placeholder{color:#9ca3af}.tl-landing .contact-form input::placeholder{color:#9ca3af}.tl-landing .contact-form input:focus{outline:none;border-color:var(--yellow-accent)}.tl-landing footer{padding:60px 0 40px;border-top:1px solid #e5e7eb;background:#fff}.tl-landing .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:36px}.tl-landing .footer-brand h2{font-size:22px;font-weight:800;margin-bottom:12px}.tl-landing .footer-brand p{font-size:14px;color:var(--text-muted);max-width:300px}.tl-landing .footer-col h5{font-size:11px;text-transform:uppercase;color:#9ca3af;letter-spacing:1px;margin-bottom:16px}.tl-landing .footer-col ul{list-style:none}.tl-landing .footer-col li{margin-bottom:10px}.tl-landing .footer-col button{background:none;border:none;cursor:pointer;font-family:inherit;color:var(--text-muted);font-size:14px}.tl-landing .footer-col button:hover{color:#000}.tl-landing .modal-bg{position:fixed;inset:0;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);z-index:200;display:flex;align-items:center;justify-content:center;padding:24px}.tl-landing .modal{background:#fff;border-radius:20px;max-width:620px;width:100%;max-height:86vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 30px 80px rgba(0,0,0,.4)}.tl-landing .modal-head{padding:18px 24px;border-bottom:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:space-between}.tl-landing .modal-head .fn{font-family:var(--font-jetbrains-mono),monospace;font-size:13px;font-weight:700;display:flex;align-items:center;gap:8px}.tl-landing .modal-head button{background:#f3f4f6;border:none;width:30px;height:30px;border-radius:8px;cursor:pointer;font-size:16px}.tl-landing .modal-body{padding:26px 28px;overflow-y:auto}.tl-landing .modal-body pre{font-family:var(--font-jetbrains-mono),monospace;font-size:12.5px;line-height:1.65;white-space:pre-wrap;color:#1f2937}.tl-landing .modal-foot{padding:16px 24px;border-top:1px solid var(--border-subtle);display:flex;gap:10px;justify-content:flex-end}@media (max-width:960px){.tl-landing h1{font-size:40px}.tl-landing .nav-links{display:none}.tl-landing .board{grid-template-columns:1fr}.tl-landing .board-stage{border-right:none;border-bottom:1px solid var(--border-subtle)}.tl-landing .cohort-tiers,.tl-landing .feature-grid,.tl-landing .file-grid,.tl-landing .footer-grid,.tl-landing .steps{grid-template-columns:1fr 1fr}.tl-landing .price-grid{grid-template-columns:1fr}}@media (max-width:560px){.tl-landing .cohort-tiers,.tl-landing .file-grid{grid-template-columns:1fr 1fr}}.tl-landing .fstep{background:#fff;border:1px solid var(--border-subtle);border-radius:12px;padding:12px 13px;opacity:0;transform:translateY(8px);animation:tltaskIn .4s forwards}.tl-landing .fstep-h{display:flex;align-items:center;gap:8px;margin-bottom:9px}.tl-landing .fstep-n{font-size:10px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:#92400e;background:var(--yellow-bg);padding:3px 8px;border-radius:6px;white-space:nowrap}.tl-landing .fstep-q{font-size:12.5px;font-weight:700;color:var(--text-main);line-height:1.35}.tl-landing .fopts{display:flex;flex-direction:column;gap:6px}.tl-landing .fopt{border:1px solid var(--border-subtle);border-radius:9px;padding:8px 10px;background:#fafafa;transition:.18s}.tl-landing .fopt.chosen{border:2px solid var(--yellow-accent);background:#fffbeb}.tl-landing .fopt-l{font-size:12px;font-weight:700;color:var(--text-main);display:flex;align-items:center;gap:5px}.tl-landing .fopt-ck{color:#92400e;font-weight:700}.tl-landing .fopt-d{font-size:11px;color:#9ca3af;margin-top:2px;line-height:1.4}.tl-landing .phase-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.tl-landing .phase-card{border:1px solid var(--border-subtle);border-radius:11px;padding:13px 11px;background:#fafafa;text-align:center}.tl-landing .phase-n{font-size:11px;font-weight:700;color:#92400e;background:var(--yellow-bg);display:inline-block;padding:2px 8px;border-radius:6px}.tl-landing .phase-t{font-size:12.5px;font-weight:700;margin-top:8px;color:var(--text-main)}.tl-landing .phase-s{font-size:10px;color:#9ca3af;margin-top:3px}@media (max-width:860px){.tl-landing .phase-grid{grid-template-columns:repeat(2,1fr)}}