:root{--bg: #0a0e1a;--surface: #121826;--surface-2: #1a2236;--surface-3: #212b42;--border: rgba(255, 255, 255, .08);--text: #edf1f7;--text-muted: #8b96aa;--primary: #3b9eff;--primary-2: #1f6feb;--primary-ink: #06132a;--cool: #22d3ee;--warn: #f5a524;--danger: #f45b69;--radius-lg: 22px;--radius-md: 16px;--radius-sm: 10px;--shadow-1: 0 1px 2px rgba(0,0,0,.4), 0 1px 3px rgba(0,0,0,.3);--shadow-2: 0 4px 16px rgba(0,0,0,.45), 0 2px 6px rgba(0,0,0,.35);--shadow-glow: 0 0 60px rgba(59,158,255,.18)}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,.display{font-family:Space Grotesk,system-ui,sans-serif;letter-spacing:-.02em}.text-muted-lm{color:var(--text-muted)}.app-shell{display:grid;grid-template-columns:244px 1fr;min-height:100vh}.app-nav{background:var(--surface);border-right:1px solid var(--border);padding:1.5rem 1rem;position:sticky;top:0;height:100vh;overflow-y:auto}.app-nav a{display:flex;align-items:center;gap:.7rem;padding:.6rem .8rem;border-radius:var(--radius-sm);color:var(--text-muted);text-decoration:none;font-size:.92rem;font-weight:500}.app-nav a:hover{background:var(--surface-2);color:var(--text)}.app-nav a[aria-current=page]{background:var(--surface-3);color:var(--text)}.app-nav a[aria-current=page] .material-symbols-rounded{color:var(--primary)}.app-main{padding:2rem 2.25rem 4rem;max-width:1180px}@media(max-width:860px){.app-shell{grid-template-columns:1fr}.app-nav{position:static;height:auto;display:flex;gap:.4rem;overflow-x:auto;padding:.75rem;border-right:0;border-bottom:1px solid var(--border)}.app-nav .nav-label{display:none}.app-main{padding:1.25rem}}.lm-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.35rem;box-shadow:var(--shadow-1)}.lm-card-quiet{background:var(--surface-2);box-shadow:none}.stat-value{font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:600;line-height:1}.stat-label{color:var(--text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.06em}.meter{height:8px;border-radius:999px;background:var(--surface-3);overflow:hidden;display:flex}.meter-grant{background:linear-gradient(90deg,var(--primary-2),var(--primary))}.meter-topup{background:var(--cool)}.tier-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}@media(max-width:760px){.tier-grid{grid-template-columns:repeat(2,1fr)}}.tier{position:relative;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem .9rem .9rem;cursor:pointer;text-align:left;width:100%;color:inherit;transition:border-color .18s ease,background .18s ease,transform .18s ease}.tier:hover:not(:disabled){border-color:#3b9eff73;transform:translateY(-2px)}.tier:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.tier[aria-pressed=true]{border-color:var(--primary);background:var(--surface-3);box-shadow:var(--shadow-glow)}.tier:disabled{opacity:.5;cursor:not-allowed}.tier-name{font-family:Space Grotesk,sans-serif;font-weight:600;font-size:1rem}.tier-meta{color:var(--text-muted);font-size:.74rem;margin-top:.15rem}.pipe{display:flex;align-items:center;gap:4px;height:34px;margin:.7rem 0 .55rem}.pipe-node{width:11px;height:11px;border-radius:50%;background:var(--surface-3);border:1.5px solid var(--text-muted);flex:0 0 auto}.tier[aria-pressed=true] .pipe-node{border-color:var(--primary);background:#3b9eff40}.pipe-link{height:1.5px;width:14px;background:var(--text-muted);opacity:.5;flex:0 0 auto}.tier[aria-pressed=true] .pipe-link{background:var(--primary);opacity:.8}.pipe-fan{display:flex;flex-direction:column;gap:5px}.pipe-fan .pipe-node{width:9px;height:9px}.tier-lock{display:inline-flex;align-items:center;gap:.25rem;font-size:.7rem;color:var(--warn)}.stage-row{display:flex;align-items:center;gap:.75rem;padding:.65rem .85rem;border-radius:var(--radius-sm);background:var(--surface-2);margin-bottom:.5rem}.stage-dot{width:8px;height:8px;border-radius:50%;background:var(--primary);flex:0 0 auto}.stage-dot.pending{background:var(--surface-3);border:1.5px solid var(--text-muted)}.stage-dot.failed{background:var(--danger)}.stage-running .stage-dot{animation:pulse 1.4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.8)}}@media(prefers-reduced-motion:reduce){.stage-running .stage-dot{animation:none}.tier{transition:none}}.lm-input,.lm-select,.lm-textarea{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);padding:.7rem .9rem;width:100%;font-size:.95rem}.lm-input:focus,.lm-select:focus,.lm-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #3b9eff2e}.lm-label{font-size:.82rem;font-weight:600;margin-bottom:.35rem;display:block}.lm-hint{color:var(--text-muted);font-size:.78rem;margin-top:.3rem}.btn-lm{background:linear-gradient(180deg,var(--primary),var(--primary-2));color:var(--primary-ink);border:0;border-radius:var(--radius-sm);padding:.75rem 1.4rem;font-weight:600;font-family:Space Grotesk,sans-serif}.btn-lm:disabled{opacity:.45}.btn-quiet{background:var(--surface-2);border:1px solid var(--border);color:var(--text);border-radius:var(--radius-sm);padding:.6rem 1.1rem;font-weight:500}.empty{text-align:center;padding:3.5rem 1.5rem;border:1px dashed var(--border);border-radius:var(--radius-md);color:var(--text-muted)}.empty .material-symbols-rounded{font-size:2.4rem;color:var(--surface-3)}.pill{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .6rem;border-radius:999px;font-size:.72rem;font-weight:600;background:var(--surface-3);color:var(--text-muted)}.pill-ready{background:#22d3ee24;color:var(--cool)}.pill-running{background:#3b9eff29;color:var(--primary)}.pill-failed{background:#f45b6924;color:var(--danger)}.article-preview{font-size:1.02rem;line-height:1.75;max-width:68ch}.article-preview>*:first-child{margin-top:0}.article-preview>*:last-child{margin-bottom:0}.article-preview h2{font-size:1.4rem;margin:2rem 0 .75rem}.article-preview h3{font-size:1.15rem;margin:1.5rem 0 .5rem}.article-preview p{margin-bottom:1.1rem}.article-preview ul,.article-preview ol{margin-bottom:1.1rem;padding-left:1.4rem}.article-preview li{margin-bottom:.4rem}.article-preview a{color:var(--primary)}.article-preview blockquote{border-left:3px solid var(--primary);margin:1.4rem 0;padding-left:1rem;color:var(--text-muted)}.article-preview table{width:100%;border-collapse:collapse;margin-bottom:1.1rem;display:block;overflow-x:auto}.article-preview th,.article-preview td{border:1px solid var(--border);padding:.5rem .7rem;text-align:left}.article-preview img{max-width:100%;height:auto;border-radius:var(--radius-sm)}.article-preview code{background:var(--surface-2);border-radius:4px;padding:.1rem .35rem;font-size:.9em}.lm-tabs{border-bottom:1px solid var(--border);gap:.25rem}.lm-tabs .nav-link{color:var(--text-muted);border:0;border-bottom:2px solid transparent;border-radius:0;padding:.5rem .9rem;font-size:.88rem;font-weight:600}.lm-tabs .nav-link:hover{color:var(--text)}.lm-tabs .nav-link.active{color:var(--text);background:transparent;border-bottom-color:var(--primary)}.app-nav a.nav-locked{opacity:.5}.app-nav a.nav-locked:hover{opacity:.75}.nav-plan{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.6rem .65rem;margin-top:.75rem}@media(max-width:860px){.nav-plan{display:none}}.lm-table{width:100%;border-collapse:collapse}.lm-table th{color:var(--text-muted);font-size:.74rem;text-transform:uppercase;letter-spacing:.06em;font-weight:600;text-align:left;padding:.5rem .6rem;border-bottom:1px solid var(--border);white-space:nowrap}.lm-table td{padding:.65rem .6rem;border-bottom:1px solid var(--border);vertical-align:middle}.lm-table tr:last-child td{border-bottom:0}.lm-table-wrap{overflow-x:auto}.lm-secret{font-family:ui-monospace,Cascadia Code,Consolas,monospace;background:var(--surface-3);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.6rem .7rem;word-break:break-all;font-size:.85rem}.pub-nav{position:sticky;top:0;z-index:20;background:#0a0e1ad1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.pub-wrap{max-width:1080px;margin:0 auto;padding:0 1.25rem}.pub-hero{padding:5.5rem 0 4rem;text-align:center}.pub-hero h1{font-size:clamp(2.1rem,5.2vw,3.5rem);line-height:1.08;margin-bottom:1rem}.pub-hero .lede{color:var(--text-muted);font-size:clamp(1rem,2.1vw,1.2rem);max-width:40rem;margin:0 auto 2rem;line-height:1.6}.pub-glow{position:absolute;inset:0 0 auto;height:520px;background:radial-gradient(60% 70% at 50% 0%,rgba(59,158,255,.16),transparent 70%);pointer-events:none}.pub-section{padding:4rem 0;border-top:1px solid var(--border)}.pub-eyebrow{color:var(--primary);font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.6rem}.pub-section h2{font-size:clamp(1.5rem,3.2vw,2.1rem);margin-bottom:.6rem}.pub-section .sub{color:var(--text-muted);max-width:38rem;margin-bottom:2.25rem}.pub-step{display:flex;gap:.9rem;align-items:flex-start}.pub-step-n{flex:0 0 2rem;height:2rem;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);display:grid;place-items:center;font-family:Space Grotesk,sans-serif;font-weight:600;font-size:.9rem;color:var(--primary)}.pub-tier{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem;height:100%}.pub-tier.is-flagship{border-color:var(--primary);box-shadow:var(--shadow-glow)}.pub-tier .calls{color:var(--text-muted);font-size:.76rem;text-transform:uppercase;letter-spacing:.06em}.pub-pipe{display:flex;align-items:center;gap:.35rem;margin-top:.9rem}.pub-dot{width:1.5rem;height:1.5rem;border-radius:999px;background:var(--surface-3);border:1px solid var(--border);display:grid;place-items:center;font-size:.68rem;font-weight:600;color:var(--text-muted)}.pub-dot.is-merge{background:linear-gradient(180deg,var(--primary),var(--primary-2));color:var(--primary-ink);border:0}.pub-line{flex:1;height:1px;background:var(--border)}.pub-price{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.4rem;height:100%;display:flex;flex-direction:column}.pub-price.is-popular{border-color:var(--primary)}.pub-price .amount{font-family:Space Grotesk,sans-serif;font-size:2.1rem;font-weight:600;line-height:1}.pub-price ul{list-style:none;padding:0;margin:1rem 0 1.25rem;font-size:.86rem}.pub-price li{padding:.3rem 0;color:var(--text-muted);display:flex;gap:.45rem;align-items:flex-start}.pub-price li .material-symbols-rounded{font-size:1rem;color:var(--primary);flex:0 0 auto}.pub-footer{border-top:1px solid var(--border);padding:2.5rem 0;color:var(--text-muted);font-size:.85rem}@media(max-width:700px){.pub-hero{padding:3.5rem 0 2.5rem}.pub-section{padding:3rem 0}}.lm-switch{position:relative;display:inline-block;width:44px;height:24px;flex:0 0 auto}.lm-switch input{opacity:0;width:0;height:0}.lm-switch .track{position:absolute;inset:0;cursor:pointer;background:var(--surface-3);border:1px solid var(--border);border-radius:999px;transition:background .18s ease,border-color .18s ease}.lm-switch .track:before{content:"";position:absolute;height:16px;width:16px;left:3px;bottom:3px;background:var(--text-muted);border-radius:50%;transition:transform .18s ease,background .18s ease}.lm-switch input:checked+.track{background:linear-gradient(180deg,var(--primary),var(--primary-2));border-color:transparent}.lm-switch input:checked+.track:before{transform:translate(20px);background:var(--primary-ink)}.lm-switch input:focus-visible+.track{box-shadow:0 0 0 3px #3b9eff40}@media(prefers-reduced-motion:reduce){.lm-switch .track,.lm-switch .track:before{transition:none}}
