.error-boundary{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem;background:var(--bg-primary);color:#fff}.error-boundary-content{max-width:600px;text-align:center}.error-boundary-content h2{font-size:2rem;margin-bottom:1rem;color:var(--error)}.error-boundary-content p{font-size:1.1rem;margin-bottom:2rem;color:#ccc}.error-boundary-details{margin:2rem 0;text-align:left;background:var(--bg-tertiary);padding:1rem;border-radius:var(--radius-lg);border:1px solid #333}.error-boundary-details summary{cursor:pointer;color:var(--warning);margin-bottom:1rem}.error-boundary-details pre{color:var(--error);font-size:.9rem;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word}.error-boundary-actions{display:flex;gap:1rem;justify-content:center}.error-boundary-button{padding:.75rem 1.5rem;background:var(--ct-blue);color:#fff;border:none;border-radius:var(--radius-lg);font-size:1rem;cursor:pointer;transition:background var(--transition-normal)}.error-boundary-button:hover{background:var(--ct-blue-dark)}.error-boundary-button:active{background:#1d4ed8}*{margin:0;padding:0;box-sizing:border-box}:root{--font-ui: "Lexend", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;--font-display: "Chakra Petch", "Lexend", sans-serif;--font-mono: "JetBrains Mono", "SF Mono", ui-monospace, "Menlo", "Consolas", monospace;font-family:var(--font-ui);line-height:1.6;font-weight:400;--bg-primary: #07090c;--bg-secondary: #0f1216;--bg-tertiary: #141922;--bg-elevated: #1a2130;--border: #1e242d;--border-strong: #262d38;--hairline: rgba(231, 236, 241, .06);--text-primary: #e7ecf1;--text-secondary: #9ba3af;--text-tertiary: #7e8693;--accent: #ff6a1a;--accent-hover: #ff7e3a;--accent-dark: #e25612;--accent-soft: rgba(255, 106, 26, .14);--accent-glow: rgba(255, 106, 26, .32);--ct-blue: #5aa9e6;--ct-blue-dark: #4590cc;--ct-blue-soft: rgba(90, 169, 230, .14);--reference: #5aa9e6;--reference-soft: rgba(90, 169, 230, .14);--success: #51cf66;--success-soft: rgba(81, 207, 102, .14);--warning: #f7b955;--warning-soft: rgba(247, 185, 85, .14);--error: #ff5252;--error-soft: rgba(255, 82, 82, .14);--radius-sm: 2px;--radius-md: 4px;--radius-lg: 8px;--radius-xl: 12px;--radius-pill: 999px;--shadow: rgba(0, 0, 0, .5);--elev-1: 0 1px 2px rgba(0, 0, 0, .4);--elev-2: 0 4px 14px rgba(0, 0, 0, .45);--elev-3: 0 12px 32px rgba(0, 0, 0, .55);--elev-glow: 0 0 0 1px var(--accent-soft), 0 8px 24px var(--accent-glow);--transition-fast: .15s;--transition-normal: .2s;--transition-slow: .3s;--z-base: 1;--z-dropdown: 10;--z-sticky: 20;--z-overlay: 100;--z-modal: 1000;--z-tooltip: 2000;--white-alpha-3: rgba(255, 255, 255, .03);--white-alpha-5: rgba(255, 255, 255, .05);--white-alpha-8: rgba(255, 255, 255, .08);--white-alpha-10: rgba(255, 255, 255, .1);--white-alpha-15: rgba(255, 255, 255, .15);--white-alpha-20: rgba(255, 255, 255, .2);--accent-contrast: #0b0b0b;color-scheme:dark;color:var(--text-primary);background-color:var(--bg-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-ui);letter-spacing:-.005em}h1,h2,h3{font-family:var(--font-display)}code,kbd,samp,pre,.mono,[data-mono]{font-family:var(--font-mono);font-feature-settings:"tnum" 1,"zero" 1}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg-primary)}#root{min-height:100vh}a{font-weight:500;color:var(--accent);text-decoration:none;transition:color var(--transition-normal)}a:hover{color:var(--accent-dark)}button{border-radius:var(--radius-md);border:1px solid var(--border-strong);padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--bg-tertiary);color:var(--text-primary);cursor:pointer;transition:background-color var(--transition-fast) ease,border-color var(--transition-fast) ease,color var(--transition-fast) ease,transform var(--transition-fast) ease}button:hover{background-color:var(--bg-elevated);border-color:var(--border-strong)}button:active{background-color:var(--bg-tertiary);transform:translateY(1px)}button:focus,button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.cookies-banner{position:fixed;bottom:0;left:0;right:0;z-index:1000;padding:.75rem 1rem;background:var(--bg-tertiary);border-top:1px solid var(--border);box-shadow:0 -4px 20px var(--shadow)}.cookies-banner-content{max-width:900px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.cookies-banner-content span{color:var(--text-secondary);font-size:.875rem;line-height:1.5;flex:1;min-width:200px}.cookies-banner-content a{color:var(--accent)}.cookies-banner-actions{display:flex;gap:.5rem;flex-shrink:0}.cookies-banner-actions button{padding:.5rem 1rem;font-size:.875rem}.cookies-banner-actions button:first-child{background:var(--accent);border-color:var(--accent);color:#fff}.connection-notice-banner{display:flex;align-items:center;justify-content:center;gap:1rem;padding:.5rem 1rem;background:var(--bg-tertiary);border-bottom:1px solid var(--border);box-shadow:0 2px 12px var(--shadow)}.connection-notice-banner-text{font-size:.8125rem;color:var(--text-secondary);line-height:1.4;max-width:560px;text-align:center}.connection-notice-banner-close{flex-shrink:0;width:1.75rem;height:1.75rem;padding:0;border:none;border-radius:var(--radius-lg);background:transparent;color:var(--text-secondary);font-size:1.25rem;line-height:1;cursor:pointer;transition:background var(--transition-normal),color var(--transition-normal)}.connection-notice-banner-close:hover{background:var(--bg-secondary);color:var(--text-primary)}@keyframes route-spin{to{transform:rotate(360deg)}}.route-fallback{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-primary)}.route-fallback:after{content:"";width:28px;height:28px;border:3px solid var(--white-alpha-15);border-top-color:var(--accent);border-radius:50%;animation:route-spin .7s linear infinite}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.1rem;font-family:var(--font-ui);font-size:.9375rem;font-weight:600;line-height:1;letter-spacing:.005em;border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--bg-tertiary);color:var(--text-primary);cursor:pointer;text-decoration:none;transition:background-color var(--transition-fast) ease,border-color var(--transition-fast) ease,color var(--transition-fast) ease,box-shadow var(--transition-fast) ease,transform var(--transition-fast) ease;white-space:nowrap;-webkit-user-select:none;user-select:none}.btn:hover{background:var(--bg-elevated);border-color:var(--border-strong)}.btn:active{transform:translateY(1px)}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn[disabled],.btn.is-disabled{opacity:.5;pointer-events:none}.btn--sm{padding:.4rem .75rem;font-size:.8125rem}.btn--lg{padding:.85rem 1.5rem;font-size:1rem}.btn--primary{background:var(--accent);border-color:var(--accent);color:#0b0b0b;font-family:var(--font-display);letter-spacing:.02em}.btn--primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);box-shadow:var(--elev-glow)}.btn--ghost{background:transparent;border-color:var(--border-strong);color:var(--text-primary)}.btn--ghost:hover{background:var(--bg-tertiary);border-color:var(--accent);color:var(--text-primary)}.btn--accent-outline{background:transparent;border-color:var(--accent);color:var(--accent)}.btn--accent-outline:hover{background:var(--accent-soft);color:var(--accent-hover)}.btn--danger{background:var(--error);border-color:var(--error);color:#0b0b0b}.btn--danger:hover{background:#ff6b6b;border-color:#ff6b6b}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .55rem;font-family:var(--font-ui);font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;line-height:1;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--bg-tertiary);color:var(--text-secondary);white-space:nowrap}.badge--accent{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.badge--ct{background:var(--ct-blue-soft);border-color:var(--ct-blue);color:var(--ct-blue)}.badge--success{background:var(--success-soft);border-color:var(--success);color:var(--success)}.badge--warning{background:var(--warning-soft);border-color:var(--warning);color:var(--warning)}.badge--danger{background:var(--error-soft);border-color:var(--error);color:var(--error)}.badge--solid{background:var(--accent);border-color:var(--accent);color:#0b0b0b}.hud-frame{position:relative;border:1px solid var(--border);background:var(--bg-secondary);border-radius:var(--radius-md)}.hud-frame--corners:before,.hud-frame--corners:after{content:"";position:absolute;width:10px;height:10px;border:1px solid var(--accent);pointer-events:none}.hud-frame--corners:before{top:-1px;left:-1px;border-right:0;border-bottom:0}.hud-frame--corners:after{bottom:-1px;right:-1px;border-left:0;border-top:0}.progress{display:block;width:100%;height:6px;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-pill);overflow:hidden;position:relative}.progress__fill{display:block;height:100%;background:linear-gradient(90deg,var(--accent) 0%,var(--accent-hover) 100%);border-radius:var(--radius-pill);transition:width var(--transition-normal) ease-out;box-shadow:0 0 10px var(--accent-glow)}.progress--indeterminate .progress__fill{width:40%!important;animation:progress-slide 1.2s ease-in-out infinite}@keyframes progress-slide{0%{transform:translate(-110%)}to{transform:translate(260%)}}.skeleton{position:relative;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.skeleton:after{content:"";position:absolute;top:0;left:-150%;width:80%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(231,236,241,.05) 45%,rgba(231,236,241,.09) 50%,rgba(231,236,241,.05) 55%,transparent 100%);animation:skeleton-sweep 1.6s ease-in-out infinite}@keyframes skeleton-sweep{0%{left:-150%}to{left:150%}}.kbd{display:inline-flex;align-items:center;justify-content:center;min-width:1.5em;padding:.2em .45em;font-family:var(--font-mono);font-size:.75rem;font-weight:600;line-height:1;color:var(--text-primary);background:var(--bg-tertiary);border:1px solid var(--border-strong);border-bottom-width:2px;border-radius:var(--radius-sm)}.mono{font-family:var(--font-mono);font-feature-settings:"tnum" 1}.text-muted{color:var(--text-secondary)}.text-dim{color:var(--text-tertiary)}.text-accent{color:var(--accent)}.is-spin{animation:ui-spin .9s linear infinite}@keyframes ui-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem}.card--elevated{background:var(--bg-tertiary);box-shadow:var(--elev-2)}.card--interactive{transition:transform var(--transition-normal) ease,box-shadow var(--transition-normal) ease,border-color var(--transition-fast) ease;cursor:pointer}.card--interactive:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d;border-color:var(--border-strong)}.card--accent-left{border-left:4px solid var(--accent)}.input,.textarea{display:block;width:100%;padding:.75rem 1rem;border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--bg-tertiary);color:var(--text-primary);font-family:var(--font-ui);font-size:.9375rem;transition:border-color var(--transition-fast) ease,box-shadow var(--transition-fast) ease,background-color var(--transition-fast) ease}.input::placeholder,.textarea::placeholder{color:var(--text-tertiary)}.input:focus,.textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft);background:var(--bg-elevated)}.input[aria-invalid=true],.textarea[aria-invalid=true]{border-color:var(--error)}.input[aria-invalid=true]:focus,.textarea[aria-invalid=true]:focus{box-shadow:0 0 0 2px var(--error-soft)}.textarea{resize:vertical;min-height:5rem;line-height:1.5}.select{display:block;padding:.5rem 2rem .5rem .85rem;font-family:var(--font-ui);font-size:.875rem;font-weight:500;border:1px solid var(--border-strong);border-radius:var(--radius-md);background-color:var(--bg-tertiary);background-image:linear-gradient(45deg,transparent 50%,var(--text-tertiary) 50%),linear-gradient(135deg,var(--text-tertiary) 50%,transparent 50%);background-position:calc(100% - 14px) 50%,calc(100% - 9px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat;color:var(--text-primary);cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;transition:border-color var(--transition-fast) ease,background-color var(--transition-fast) ease}.select:hover,.select:focus{outline:none;border-color:var(--accent);background-color:var(--bg-elevated)}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-label{color:var(--text-secondary);font-size:.85rem;font-weight:500}.form-hint{font-size:.75rem;color:var(--text-tertiary)}.form-hint--error{color:var(--error)}.modal-overlay{position:fixed;inset:0;z-index:var(--z-modal);display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#000000a6;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.modal-panel{position:relative;width:100%;max-width:460px;max-height:calc(100vh - 3rem);overflow-y:auto;background:var(--bg-tertiary);border:1px solid var(--border-strong);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--elev-3);animation:modal-enter .2s ease-out}.modal-panel--sm{max-width:360px}.modal-panel--lg{max-width:700px}@keyframes modal-enter{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.page-container{max-width:1200px;margin:0 auto;padding:1.5rem 2rem 2rem;width:100%}.page-container--narrow{max-width:800px}.page-container--wide{max-width:1400px}@media(max-width:640px){.page-container{padding:1rem 1rem 1.5rem}}.empty-state{text-align:center;padding:4rem 2rem;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-md)}.empty-state__icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 1.25rem;background:var(--bg-elevated);border-radius:var(--radius-lg);border:2px dashed var(--border-strong);color:var(--text-tertiary)}.empty-state__title{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:var(--text-primary)}.empty-state__text{margin:0 0 1.25rem;font-size:.9375rem;color:var(--text-secondary);line-height:1.5}.empty-state__action{display:inline-block;color:var(--accent);font-weight:600}.focus-ring:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.site-footer{margin-top:auto;padding:1.5rem 1.5rem 1.25rem;background:var(--bg-tertiary);border-top:1px solid var(--border)}.site-footer-links{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem 1.25rem;max-width:900px;margin:0 auto}.site-footer-links a,.site-footer-link-button{color:var(--text-secondary);font-size:.8125rem;text-decoration:none;white-space:nowrap;padding:.25em 0;border-radius:var(--radius-md);transition:color var(--transition-normal, .2s) ease}.site-footer-link-button{background:none;border:none;cursor:pointer;font-family:inherit}.site-footer-links a:hover,.site-footer-link-button:hover{color:var(--accent-hover)}@media(max-width:640px){.site-footer{padding:1.25rem 1rem}.site-footer-links{flex-direction:column;gap:.4rem}}.strafe-training-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.strafe-training-modal{background:var(--bg-primary, var(--bg-tertiary));border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.25rem 1.5rem;max-width:420px;width:90%;box-shadow:0 8px 32px #0006;outline:none}.strafe-training-modal:focus{outline:none}.strafe-training-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.strafe-training-title{margin:0;font-size:1.25rem;color:var(--text-primary)}.strafe-training-close{background:none;border:none;color:var(--text-secondary);font-size:1.5rem;line-height:1;cursor:pointer;padding:.25rem}.strafe-training-close:hover{color:var(--text-primary)}.strafe-training-instruction{margin:0 0 1rem;font-size:.9rem;color:var(--text-secondary);line-height:1.4}.strafe-training-wasd-block{margin-bottom:1rem}.strafe-training-wasd-label{font-size:.85rem;color:var(--text-secondary);margin-bottom:.5rem;text-align:center}.strafe-training-wasd{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;gap:.5rem;place-items:center;max-width:120px;margin:0 auto}.strafe-training-shot-count{font-size:.85rem;color:var(--text-secondary);text-align:center;margin-bottom:.75rem}.strafe-training-wasd .strafe-training-key:nth-child(1){grid-column:2}.strafe-training-wasd .strafe-training-key:nth-child(2){grid-column:1;grid-row:2}.strafe-training-wasd .strafe-training-key:nth-child(3){grid-column:2;grid-row:2}.strafe-training-wasd .strafe-training-key:nth-child(4){grid-column:3;grid-row:2}.strafe-training-key{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg);font-size:1rem;font-weight:600;color:var(--text-secondary);transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast)}.strafe-training-key--pressed{background:var(--accent);border-color:var(--accent);color:#fff}.strafe-training-result{padding:1rem;border-radius:var(--radius-lg);font-family:var(--font-mono, ui-monospace, monospace);font-size:.95rem;text-align:center;min-height:4rem}.strafe-training-result--good{background:#228b22;color:#fff}.strafe-training-result--overlap{background:#ff8c00;color:#fff}.strafe-training-result--bad{background:#c00;color:#fff}.strafe-training-result:not(.strafe-training-result--good):not(.strafe-training-result--overlap):not(.strafe-training-result--bad){background:#202020;color:var(--text-secondary)}.strafe-training-result-label{font-weight:600;margin-bottom:.35rem}.strafe-training-result-data{margin-top:.25rem}.strafe-training-result-line{font-size:.9rem;opacity:.95}.strafe-training-result-waiting{color:var(--text-secondary)}:root{--landing-card-radius: 4px;--landing-card-border: 1px solid var(--border);--landing-section-pad-y: 3rem;--landing-section-pad-x: 1.25rem;--landing-elevation-1: 0 2px 8px rgba(0, 0, 0, .35);--landing-elevation-3: 0 10px 28px rgba(0, 0, 0, .5);--landing-elevation-5: 0 24px 60px rgba(0, 0, 0, .6);--landing-container-max: 1000px;--landing-card-gap: 1rem}.landing{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-primary);position:relative}.landing-nav{position:fixed;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1.5rem;z-index:50;background:#07090cb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--hairline);transition:background-color .3s ease}.landing-nav-brand{display:flex;align-items:center;gap:.5rem;cursor:pointer;text-decoration:none;-webkit-user-select:none;user-select:none}.landing-nav-brand-mark{font-family:var(--font-display);font-size:.85rem;font-weight:700;letter-spacing:.08em;color:var(--accent);background:var(--accent-soft);border:1px solid var(--accent);border-radius:var(--radius-sm);padding:.2rem .45rem;line-height:1}.landing-nav-brand-name{font-family:var(--font-display);font-size:.95rem;font-weight:600;color:var(--text-primary);letter-spacing:.02em}.landing-nav-actions{display:flex;align-items:center;gap:.5rem}.landing-nav-btn{background:#07090c99;color:var(--text-primary);border:1px solid var(--border-strong);padding:.5rem 1rem;border-radius:var(--radius-md);font-size:.8125rem;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:background-color var(--transition-fast) ease,border-color var(--transition-fast) ease,color var(--transition-fast) ease}.landing-nav-btn:hover{background:var(--bg-tertiary);border-color:var(--accent);color:var(--text-primary)}.landing-nav-btn-primary{background:var(--accent);color:#0b0b0b;border-color:var(--accent);font-weight:700}.landing-nav-btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:#0b0b0b;box-shadow:var(--elev-glow)}.landing-hero{background:radial-gradient(ellipse 80% 60% at 70% 20%,rgba(255,106,26,.18) 0%,transparent 60%),radial-gradient(ellipse 60% 50% at 15% 80%,rgba(90,169,230,.08) 0%,transparent 60%),linear-gradient(180deg,#05070a,#07090c 60%,#0a0e14);position:relative;overflow:hidden;padding:5.5rem var(--landing-section-pad-x) 3rem;min-height:80vh;display:flex;align-items:center;border-bottom:1px solid var(--border)}.landing-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(231,236,241,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(231,236,241,.025) 1px,transparent 1px);background-size:56px 56px;background-position:center center;mask-image:radial-gradient(ellipse 70% 60% at 50% 40%,black 40%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 40%,black 40%,transparent 100%);pointer-events:none}.landing-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:140px;background:linear-gradient(to top,var(--bg-primary),transparent);pointer-events:none}.landing-hero-inner{position:relative;z-index:1;width:100%;max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.landing-hero-content{text-align:center;color:var(--text-primary);max-width:560px;display:flex;flex-direction:column;align-items:center}.landing-hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.6875rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);background:var(--accent-soft);border:1px solid var(--accent);border-radius:var(--radius-sm);padding:.4rem .75rem;margin:0 0 1.25rem;line-height:1}.landing-hero-eyebrow:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px var(--accent);animation:hero-eyebrow-pulse 1.8s ease-in-out infinite}@keyframes hero-eyebrow-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.8)}}.landing-hero-title{font-family:var(--font-display);font-size:clamp(2.2rem,6vw,3.5rem);font-weight:700;margin-bottom:.85rem;letter-spacing:-.01em;line-height:1.08;color:var(--text-primary);text-shadow:0 4px 24px rgba(0,0,0,.5)}.landing-hero-subtitle{font-size:1.0625rem;color:var(--text-secondary);margin-bottom:1.75rem;line-height:1.6;max-width:520px;font-weight:300}.landing-cta{position:relative;background:var(--accent);color:#0b0b0b;border:1px solid var(--accent);padding:1rem 2rem;font-size:.9375rem;font-weight:700;border-radius:var(--radius-md);cursor:pointer;transition:background-color var(--transition-fast) ease,border-color var(--transition-fast) ease,box-shadow var(--transition-fast) ease,transform var(--transition-fast) ease;box-shadow:0 10px 30px -10px var(--accent-glow),var(--elev-2);text-transform:uppercase;letter-spacing:.08em;font-family:var(--font-display);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;overflow:hidden}.landing-cta:hover{transform:translateY(-2px);background:var(--accent-hover);border-color:var(--accent-hover);box-shadow:0 14px 40px -12px var(--accent-glow),var(--elev-3)}.landing-cta:active{transform:translateY(0)}.landing-cta-pulse{position:absolute;inset:-2px;border-radius:inherit;border:2px solid var(--accent);opacity:0;animation:cta-pulse-ring 2.4s ease-out infinite;pointer-events:none}@keyframes cta-pulse-ring{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(1.15,1.5)}}.landing-cta-hero{width:100%;max-width:340px;margin-bottom:1.25rem;padding:1.1rem 2rem;font-size:1rem}.landing-hero-credibility{display:flex;flex-direction:column;gap:.5rem;font-size:.8125rem;color:var(--text-tertiary);line-height:1.4;margin-top:.5rem;font-weight:400}.landing-hero-credibility-item{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem 0}.landing-hero-credibility-icon{flex-shrink:0;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;color:var(--accent)}.landing-hero-credibility-icon svg{width:16px;height:16px;display:block}.landing-hero-visual-wrap{width:100%;max-width:420px;animation:landing-hero-float 6s ease-in-out infinite;filter:drop-shadow(0 40px 80px rgba(0,0,0,.6)) drop-shadow(0 0 100px -20px rgba(255,106,26,.35));transform-style:preserve-3d;transition:transform var(--transition-slow) ease,filter var(--transition-slow) ease}@keyframes landing-hero-float{0%,to{transform:translateY(0) perspective(1000px) rotateY(-3deg) rotateX(2deg)}50%{transform:translateY(-12px) perspective(1000px) rotateY(-3deg) rotateX(2deg)}}.landing-hero-visual-wrap:hover{animation:none;transform:perspective(1000px) rotateY(-5deg) rotateX(3deg) translateY(-4px);filter:drop-shadow(0 48px 96px rgba(0,0,0,.65)) drop-shadow(0 0 140px -10px rgba(255,106,26,.5)) drop-shadow(0 0 180px -30px rgba(90,169,230,.2))}.landing-hero-visual{width:100%;max-width:100%;height:auto;border-radius:var(--radius-md);box-shadow:0 40px 80px -20px #000000b3,0 0 0 1px var(--border-strong),0 0 120px -30px #ff6a1a59;border:1px solid var(--border-strong);object-fit:contain;display:block}.landing-section{padding:var(--landing-section-pad-y) var(--landing-section-pad-x);max-width:1000px;margin:0 auto;width:100%}.landing-section-title{font-family:var(--font-display);font-size:1.6rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary);text-align:center;max-width:720px;margin-left:auto;margin-right:auto;letter-spacing:-.01em}.landing-section-sub{font-size:1.05rem;color:var(--text-secondary);text-align:center;margin-bottom:1.25rem;line-height:1.5;max-width:680px;margin-left:auto;margin-right:auto}.landing-section{opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease}.landing-section.landing-visible{opacity:1;transform:translateY(0)}.lst{display:flex;align-items:center;gap:.6rem;width:fit-content;margin-bottom:.9rem;line-height:1}.lst--center{margin-left:auto;margin-right:auto}.lst--left{margin-left:0;margin-right:auto}.lst__num{font-family:var(--font-display);font-size:1.6rem;font-weight:700;color:var(--accent);letter-spacing:.01em}.lst__total{align-self:flex-start;margin-top:.1rem;font-family:var(--font-mono);font-size:.7rem;color:var(--reference);opacity:.9}.lst__rule{width:26px;height:1px;background:linear-gradient(90deg,var(--accent) 0%,transparent 100%)}.lst--center .lst__rule{width:34px;background:linear-gradient(90deg,transparent,var(--accent),transparent)}.lst__label{font-family:var(--font-mono);font-size:.68rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--text-tertiary)}.landing-shot-frame{position:relative}.landing-shot-frame:before,.landing-shot-frame:after{content:"";position:absolute;width:18px;height:18px;opacity:.7;pointer-events:none;z-index:3}.landing-shot-frame:before{top:10px;left:10px;border-top:2px solid var(--accent);border-left:2px solid var(--accent)}.landing-shot-frame:after{bottom:10px;right:10px;border-bottom:2px solid var(--accent);border-right:2px solid var(--accent)}.landing-pain{background:var(--bg-secondary)}.landing-pain-headline{font-size:1.15rem;font-weight:600;color:var(--text-primary);text-align:center;margin:0 auto 1.25rem;max-width:680px;line-height:1.5}.landing-pain-cards{display:grid;grid-template-columns:1fr;gap:.6rem;max-width:640px;margin-left:auto;margin-right:auto}.landing-pain-card{background:var(--bg-tertiary);border:1px solid var(--border);border-left:3px solid var(--error);border-radius:var(--landing-card-radius);padding:.75rem 1rem;display:flex;align-items:center;gap:.65rem;transition:box-shadow var(--transition-normal),border-color var(--transition-normal),transform var(--transition-normal)}.landing-pain-card:before{content:"";flex-shrink:0;width:6px;height:6px;border-radius:50%;background:var(--error);box-shadow:0 0 8px #ff525280}.landing-pain-card:hover{box-shadow:var(--landing-elevation-1);border-color:#ff52524d;transform:translate(4px)}.landing-pain-card-text{font-size:.9rem;font-weight:500;color:var(--text-secondary)}.landing-metrics{background:var(--bg-primary)}.landing-metrics-intro{font-size:.95rem;font-weight:600;color:var(--text-primary);text-align:center;margin:-.25rem auto .5rem;max-width:680px;line-height:1.45}.landing-metrics-more{font-size:1rem;color:var(--text-secondary);text-align:center;margin:0 auto 1rem;max-width:560px;line-height:1.45}.landing-metrics-grid{display:grid;grid-template-columns:1fr;gap:var(--landing-card-gap);margin-bottom:1rem}.landing-metric-card-wrap{position:relative}.landing-metric-card{background:var(--bg-tertiary);border:var(--landing-card-border);border-radius:var(--landing-card-radius);padding:1.5rem 1.4rem;min-height:0;box-shadow:var(--landing-elevation-1);transition:box-shadow var(--transition-normal),border-color var(--transition-normal),transform var(--transition-normal);position:relative}.landing-metric-card-wrap:hover .landing-metric-card{box-shadow:var(--landing-elevation-3),0 0 0 2px var(--accent),0 0 24px -4px #ff6a1a59;border-color:var(--accent);transform:translateY(-3px)}.landing-metric-card-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%) translateY(-10px);padding:.75rem 1rem;font-size:.9rem;font-weight:500;color:var(--text-primary);background:linear-gradient(180deg,var(--bg-primary) 0%,var(--bg-secondary) 100%);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--landing-elevation-5),0 0 0 1px #ff6a1a1f;white-space:normal;max-width:280px;opacity:0;visibility:hidden;transition:opacity var(--transition-normal) ease,visibility var(--transition-normal) ease,transform var(--transition-normal) ease;z-index:2;pointer-events:none;line-height:1.5;letter-spacing:.01em}.landing-metric-card-tooltip:after{content:"";position:absolute;top:100%;left:50%;margin-left:-6px;border:6px solid transparent;border-top-color:var(--border)}.landing-metric-card-wrap:hover .landing-metric-card-tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(-6px)}.landing-metric-card-title{font-family:var(--font-display);font-size:1.15rem;font-weight:600;margin-bottom:.4rem;color:var(--text-primary);border-left:3px solid var(--accent);padding-left:.75rem}.landing-metric-card-desc{font-size:1rem;color:var(--text-secondary);line-height:1.45;margin:0}.landing-metric-card-example{margin-top:1rem;padding-top:.85rem;border-top:1px dashed var(--hairline);display:flex;flex-direction:column;gap:.15rem;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}.landing-metric-card-example-value{font-family:var(--font-mono);font-size:1.55rem;font-weight:600;color:var(--accent);letter-spacing:-.01em;line-height:1.05}.landing-metric-card-example-unit{font-family:var(--font-mono);font-size:.72rem;font-weight:500;color:var(--text-secondary);letter-spacing:.04em;text-transform:lowercase}.landing-metric-card-example-hint{margin-top:.2rem;font-family:var(--font-mono);font-size:.68rem;font-weight:400;color:var(--reference);letter-spacing:.02em;opacity:.85}.landing-metrics.landing-visible .landing-metric-card-wrap{animation:landing-fade-up .45s ease forwards}.landing-metrics .landing-metric-card-wrap{opacity:0;transform:translateY(14px)}.landing-metrics.landing-visible .landing-metrics-grid .landing-metric-card-wrap:nth-child(1){animation-delay:.05s}.landing-metrics.landing-visible .landing-metrics-grid .landing-metric-card-wrap:nth-child(2){animation-delay:.1s}.landing-metrics.landing-visible .landing-metrics-grid .landing-metric-card-wrap:nth-child(3){animation-delay:.15s}.landing-metrics.landing-visible .landing-metrics-grid .landing-metric-card-wrap:nth-child(4){animation-delay:.2s}.landing-metrics.landing-visible .landing-metrics-grid .landing-metric-card-wrap:nth-child(5){animation-delay:.25s}.landing-metrics.landing-visible .landing-metrics-grid .landing-metric-card-wrap:nth-child(6){animation-delay:.3s}.landing-metrics-footer{text-align:center;margin:.75rem 0 0}.landing-metrics-hint{font-size:.95rem;color:var(--text-secondary);cursor:pointer;padding:.25rem 0;font-family:inherit;border-bottom:1px dotted var(--text-tertiary, var(--text-tertiary));transition:color var(--transition-normal),border-color var(--transition-normal)}.landing-metrics-hint:hover{color:var(--accent);border-bottom-color:var(--accent)}.landing-link{background:none;border:none;color:var(--accent);font-size:.9rem;cursor:pointer;padding:0;text-decoration:underline;font-family:inherit}.landing-link:hover{color:var(--accent-dark)}.landing-duel{background:var(--bg-secondary);max-width:1150px}.landing-duel-killer{font-size:1.05rem;font-weight:700;color:var(--text-primary);text-align:center;margin:0 auto .5rem;line-height:1.45;max-width:520px}.landing-duel-intro{font-size:1.05rem;color:var(--text-secondary);margin-bottom:.75rem;line-height:1.6;text-align:center}.landing-duel-label{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.15em;color:var(--accent);margin-bottom:.75rem;text-align:center;width:100%}.landing-duel-card{display:grid;grid-template-columns:1fr;gap:1.25rem;background:var(--bg-tertiary);border:2px solid rgba(255,106,26,.4);border-radius:var(--landing-card-radius);padding:1.75rem;margin-bottom:.75rem;font-size:.95rem;box-shadow:var(--landing-elevation-3),0 0 0 1px #ffffff0a,0 0 40px -8px #ff6a1a40;max-width:828px;margin-left:auto;margin-right:auto}@media(min-width:600px){.landing-duel-card{grid-template-columns:1fr 1fr;padding:1.75rem 2rem}.landing-duel-card-left{border-right:1px solid var(--border);padding-right:1.5rem}}.landing-duel-card-left,.landing-duel-card-right{display:flex;flex-direction:column;gap:.25rem}.landing-duel-card-header{font-family:var(--font-display);font-weight:700;font-size:1rem;margin-bottom:.25rem;color:var(--text-primary)}.landing-duel-card-row{display:flex;justify-content:space-between;gap:1rem;padding:.2rem 0;color:var(--text-secondary);font-family:var(--font-mono);font-size:.85rem;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}.landing-duel-card-row span:first-child{color:var(--text-primary)}.landing-duel-card-row--reference{color:var(--reference)}.landing-duel-card-row--reference span:first-child{color:var(--text-primary);opacity:.75}.landing-duel-card-ref{color:var(--reference)!important;font-weight:600}.landing-duel-card-bad{color:var(--error)!important;font-weight:800;font-size:1.05rem;letter-spacing:.01em}.landing-duel-conclusion{font-size:.95rem;color:var(--text-primary);text-align:center;margin-bottom:1rem;font-weight:500;line-height:1.5}.landing-duel-caption-above{font-size:.9rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;text-align:center}.landing-duel-detail-wrap{padding:.75rem 0;border-radius:var(--landing-card-radius);background:linear-gradient(180deg,rgba(0,0,0,.02) 0%,transparent 100%);max-width:828px;margin-left:auto;margin-right:auto}.landing-duel-detail-img{width:100%;max-width:100%;height:auto;border-radius:var(--landing-card-radius);border:3px solid var(--border);object-fit:contain;display:block;box-shadow:0 12px 40px #00000026,0 0 50px -8px #51cf6640,0 0 50px -8px #ff525238}.landing-duel-caption-below{font-size:.9rem;font-weight:600;color:var(--text-primary);text-align:center;margin-top:.5rem;margin-bottom:.35rem}.landing-duel-timeline-legend{font-size:.9rem;color:var(--text-secondary);text-align:center;margin:0 auto 1.25rem;max-width:560px;line-height:1.5}.landing-cta-mid{text-align:center;margin-top:.5rem}.landing-errors{background:var(--bg-primary)}.landing-errors-intro{font-size:1.05rem;color:var(--text-secondary);text-align:center;margin:0 auto 1.25rem;max-width:680px;line-height:1.5}.landing-errors-grid{display:grid;grid-template-columns:1fr;gap:1rem}.landing-error-card{background:var(--bg-tertiary);border:var(--landing-card-border);border-radius:var(--landing-card-radius);padding:1.2rem 1.4rem;border-left:5px solid var(--error);transition:box-shadow var(--transition-normal),transform var(--transition-normal);min-height:4rem}.landing-error-card:hover{box-shadow:var(--landing-elevation-3);transform:translateY(-2px)}.landing-error-card--critical{border-left-color:var(--error)}.landing-error-card--risk{border-left-color:var(--warning)}.landing-error-card--minor{border-left-color:var(--text-tertiary, var(--text-tertiary))}.landing-error-card-title{font-family:var(--font-display);font-size:1rem;font-weight:600;margin-bottom:.25rem;color:var(--text-primary)}.landing-error-card-desc{font-size:.9rem;color:var(--text-secondary);line-height:1.5;margin:0}.landing-errors .landing-error-card{opacity:0;transform:translateY(16px)}.landing-errors.landing-visible .landing-error-card{animation:landing-fade-up .5s ease forwards}.landing-errors.landing-visible .landing-error-card:nth-child(1){animation-delay:.05s}.landing-errors.landing-visible .landing-error-card:nth-child(2){animation-delay:.1s}.landing-errors.landing-visible .landing-error-card:nth-child(3){animation-delay:.15s}.landing-errors.landing-visible .landing-error-card:nth-child(4){animation-delay:.2s}.landing-errors.landing-visible .landing-error-card:nth-child(5){animation-delay:.25s}.landing-errors.landing-visible .landing-error-card:nth-child(6){animation-delay:.3s}.landing-errors.landing-visible .landing-error-card:nth-child(7){animation-delay:.35s}@keyframes landing-fade-up{to{opacity:1;transform:translateY(0)}}.landing-highlight{background:var(--bg-primary)}.landing-highlight-inner{width:100%;max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:1.75rem}.landing-highlight-eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.15em;color:var(--accent);margin:0 0 .75rem}.landing-highlight-title{text-align:left;margin:0 0 .75rem}.landing-highlight-lead{text-align:left;margin:0 0 1rem;max-width:520px;line-height:1.55;opacity:.92}.landing-highlight-features{list-style:none;padding:0;margin:0;max-width:480px;display:flex;flex-direction:column;gap:.35rem}.landing-highlight-feature{font-size:.95rem;color:var(--text-primary);line-height:1.52;padding-left:1.25rem;position:relative}.landing-highlight-feature:before{content:"";position:absolute;left:0;top:.5em;width:5px;height:5px;border-radius:50%;background:var(--accent)}.landing-highlight-visual-wrap{width:100%;padding:.75rem;background:linear-gradient(180deg,var(--bg-tertiary) 0%,rgba(0,0,0,.08) 100%);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--landing-elevation-5),inset 0 1px #ffffff0f}.landing-highlight-mock{width:100%;height:auto;display:block;border-radius:var(--radius-md);border:1px solid var(--border);box-shadow:0 8px 32px #00000040}@media(min-width:768px){.landing-highlight-inner{flex-direction:row;align-items:center;gap:3rem}.landing-highlight-text{flex:1 1 46%}.landing-highlight-visual-wrap{flex:1 1 54%}}.landing-progress{background:var(--bg-primary)}.landing-progress-inner{width:100%;max-width:1000px;margin:0 auto}.landing-progress-text{margin-bottom:1.5rem}.landing-progress-title{text-align:center;margin-left:auto;margin-right:auto}.landing-progress-sub{text-align:center;margin-left:auto;margin-right:auto;margin-bottom:1rem;max-width:560px;line-height:1.55;opacity:.92}.landing-progress-features{list-style:none;padding:0;margin:0 auto 1rem;max-width:480px;display:flex;flex-direction:column;gap:.35rem}.landing-progress-feature{font-size:.95rem;color:var(--text-primary);line-height:1.52;padding-left:1.25rem;position:relative}.landing-progress-feature:before{content:"";position:absolute;left:0;top:.5em;width:5px;height:5px;border-radius:50%;background:var(--accent)}.landing-progress-emotion{font-size:.9rem;color:var(--text-secondary);line-height:1.55;margin:1rem 0 0;max-width:480px;opacity:.88}.landing-progress-accent{font-size:1.1rem;font-weight:600;color:var(--text-primary);line-height:1.45;margin:0 0 1rem;max-width:500px}.landing-progress-visuals-block{width:100%}.landing-progress-visuals{display:grid;grid-template-columns:1fr;gap:2rem;width:100%}@keyframes landing-progress-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.landing-progress-card{display:flex;flex-direction:column;gap:.5rem;overflow:visible;transition:transform .28s ease,box-shadow .28s ease}.landing-progress.landing-visible .landing-progress-card{animation:landing-progress-fade-up .55s ease forwards}.landing-progress.landing-visible .landing-progress-card--hero{animation-delay:.08s}.landing-progress.landing-visible .landing-progress-card--compact{animation-delay:.22s}.landing-progress .landing-progress-card{opacity:0}.landing-progress-card:hover{transform:scale(1.02)}.landing-progress-card:hover .landing-progress-img-wrap{box-shadow:0 20px 56px #0003,0 0 0 1px var(--border),0 0 32px -4px #ff6a1a40}.landing-progress-card--hero:hover .landing-progress-img-wrap{box-shadow:0 24px 64px #00000038,0 0 0 1px #ff6a1a40,0 0 48px -4px #ff6a1a59}.landing-progress-card-label{font-size:.9rem;font-weight:700;letter-spacing:.02em;color:var(--text-primary);display:block}.landing-progress-growth-badge{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.4rem .65rem;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--success) 0%,var(--success) 100%);color:#fff;font-weight:700;box-shadow:0 2px 12px #51cf6666;margin-bottom:.35rem}.landing-progress-growth-value{font-size:1.05rem;display:inline-flex;align-items:center;gap:.2rem}.landing-progress-growth-arrow{font-size:1rem;opacity:.95}.landing-progress-growth-sublabel{font-size:.75rem;font-weight:600;opacity:.95}.landing-progress-card-microtitle{font-size:.85rem;font-weight:600;color:var(--text-primary);display:block;margin-bottom:.25rem}.landing-progress-img-wrap{width:100%;border-radius:var(--landing-card-radius);overflow:hidden;border:1px solid var(--border);box-shadow:0 14px 44px #00000029,0 0 24px -6px #ff6a1a1f;background:var(--bg-tertiary);padding:.2rem;transition:box-shadow .28s ease}.landing-progress-card--hero .landing-progress-img-wrap{box-shadow:0 18px 52px #0000002e,0 0 0 1px #ff6a1a26,0 0 40px -4px #ff6a1a47}.landing-progress-card--hero .landing-progress-img{filter:contrast(1.06) brightness(.98)}.landing-progress-card--compact .landing-progress-img-wrap{padding:.2rem}.landing-progress-img{width:100%;max-width:100%;height:auto;display:block;object-fit:contain}.landing-progress-card-caption{font-size:.9rem;color:var(--text-secondary);line-height:1.5;margin:.85rem 0 0}.landing-progress-conclusion{font-size:.95rem;color:var(--text-secondary);line-height:1.5;margin:2rem 0 0;max-width:520px;font-weight:500}@media(min-width:768px){.landing-progress-inner{display:grid;grid-template-columns:2fr 3fr;gap:2.5rem;align-items:start;max-width:1320px}.landing-progress-text{margin-bottom:0;position:sticky;top:1.5rem}.landing-progress-title{text-align:left;font-size:1.5rem}.landing-progress-sub{text-align:left;margin-left:0}.landing-progress-features{margin-left:0;max-width:90%}.landing-progress-emotion{margin-left:0;margin-top:1.25rem}.landing-progress-accent{margin-left:0;margin-bottom:1rem;font-size:1.12rem}.landing-progress-features,.landing-progress-emotion{max-width:85%}.landing-progress-visuals{grid-template-columns:1fr;gap:2rem}.landing-progress-img-wrap{padding:.25rem}.landing-progress-card--hero .landing-progress-img-wrap{padding:.3rem;box-shadow:0 20px 56px #0000002e,0 0 0 1px #ff6a1a2e,0 0 52px -4px #ff6a1a52}.landing-progress-card--compact .landing-progress-img-wrap{padding:.2rem}.landing-progress-conclusion{margin-left:0}}@media(max-width:767px){.landing-progress-features,.landing-progress-emotion,.landing-progress-accent{margin-left:auto;margin-right:auto}.landing-progress-card-caption{font-size:.9rem}}.landing-train{background:var(--bg-secondary)}.landing-train-inner{width:100%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.landing-train-text{width:100%;text-align:center}.landing-train-eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.15em;color:var(--accent);margin:0 0 .75rem}.landing-train-title{text-align:center;margin:0 auto .75rem}.landing-train-lead{text-align:center;margin:0 auto 1.25rem;max-width:600px;line-height:1.55;opacity:.92}.landing-train-features{list-style:none;padding:0;margin:0 auto 1.25rem;max-width:480px;display:flex;flex-direction:column;gap:.35rem;text-align:left}.landing-train-feature{font-size:.95rem;color:var(--text-primary);line-height:1.52;padding-left:1.25rem;position:relative}.landing-train-feature:before{content:"";position:absolute;left:0;top:.5em;width:5px;height:5px;border-radius:50%;background:var(--accent)}.landing-train-cta-row{display:flex;flex-direction:column;align-items:center;gap:.5rem}.landing-train-cta{width:auto;max-width:none}.landing-train-cta-meta{font-size:.8rem;color:var(--text-secondary);opacity:.85}.landing-train-visual-wrap{width:100%;display:flex;align-items:center;justify-content:center;padding:1rem;background:linear-gradient(180deg,var(--bg-tertiary) 0%,rgba(0,0,0,.08) 100%);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--landing-elevation-5),inset 0 1px #ffffff0f}.landing-train-visual{width:100%;max-width:100%;height:auto;border-radius:var(--radius-md);border:1px solid var(--border);object-fit:contain;display:block;box-shadow:0 8px 32px #0003}.landing-steps{background:var(--bg-primary);padding:1.75rem var(--landing-section-pad-x)}.landing-steps-sub{margin-bottom:.6rem;font-size:.85rem}.landing-steps-list{display:flex;flex-direction:column;gap:0;max-width:400px;margin:0 auto;position:relative}.landing-steps-list:before{content:"";position:absolute;left:1.7rem;top:2rem;bottom:2rem;width:2px;background:linear-gradient(to bottom,var(--accent),var(--accent-dark));opacity:.3}.landing-step{display:flex;align-items:flex-start;gap:.85rem;padding:1rem;position:relative;z-index:1}.landing-step-num{width:2.2rem;height:2.2rem;border-radius:50%;background:var(--accent);color:#0b0b0b;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:.9rem;flex-shrink:0;box-shadow:0 0 16px #ff6a1a59}.landing-step-content{display:flex;flex-direction:column;gap:.25rem;padding-top:.15rem}.landing-step-text{font-family:var(--font-display);font-size:.95rem;color:var(--text-primary);font-weight:600}.landing-step-micro{font-size:.85rem;color:var(--text-tertiary);font-weight:400;line-height:1.4}.landing-preview{background:radial-gradient(ellipse 80% 60% at 50% 20%,rgba(255,106,26,.08) 0%,transparent 50%),var(--bg-secondary);padding-bottom:3rem;max-width:1100px}.landing-preview-subtitle{font-size:1.05rem;font-weight:600;color:var(--text-secondary);text-align:center;margin:0 auto;max-width:600px;line-height:1.5}.landing-preview-spacer{height:2rem;margin-top:.5rem}.landing-preview-showcase{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1100px;margin:0 auto}.landing-preview-main{display:flex;flex-direction:column;gap:.75rem;transition:transform var(--transition-slow) ease}.landing-preview-main:hover{transform:scale(1.01)}.landing-preview-badge{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .75rem;font-size:.7rem;font-weight:700;letter-spacing:.08em;color:#fff;background:var(--accent);border-radius:var(--radius-pill);width:fit-content;box-shadow:0 0 20px -4px #ff6a1a80}.landing-preview-main-title{font-size:1.35rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}.landing-preview-main-intro{font-size:.9rem;color:var(--text-secondary);margin:0;font-weight:600}.landing-preview-main-bullets{margin:0;padding-left:1.25rem;font-size:.95rem;color:var(--text-secondary);line-height:1.6}.landing-preview-main-bullets li{margin-bottom:.2rem}.landing-preview-main-img-wrap{position:relative;margin-top:.5rem;border-radius:var(--radius-md);overflow:hidden;max-width:340px;box-shadow:var(--landing-elevation-5),0 0 0 1px var(--border),0 24px 48px -12px #00000040,0 0 60px -16px #ff6a1a33;transition:box-shadow var(--transition-slow) ease,transform var(--transition-slow) ease;transform-style:preserve-3d}.landing-preview-main:hover .landing-preview-main-img-wrap{box-shadow:var(--landing-elevation-5),0 0 0 2px #ff6a1a66,0 28px 56px -12px #0000004d,0 0 80px -12px #ff6a1a59;transform:perspective(1200px) rotateY(-2deg) rotateX(1deg)}.landing-preview-main-img{width:100%;height:auto;display:block;border-radius:var(--radius-md);border:none;transition:filter var(--transition-slow) ease}.landing-preview-main:hover .landing-preview-main-img{filter:brightness(1.03)}.landing-preview-secondary{display:flex;flex-direction:column;gap:.5rem;transition:transform var(--transition-slow) ease}.landing-preview-secondary:hover{transform:scale(1.02)}.landing-preview-secondary-title{font-size:1rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.35}.landing-preview-secondary-hints{font-size:.85rem;color:var(--text-secondary);margin:0;line-height:1.4}.landing-preview-step3-intro{font-size:.9rem;color:var(--text-secondary);margin:0 0 .25rem;font-weight:600}.landing-preview-step3-bullets{margin:0 0 .5rem;padding-left:1.25rem;font-size:.9rem;color:var(--text-secondary);line-height:1.5}.landing-preview-step3-bullets li{margin-bottom:.15rem}.landing-preview-secondary-img-wrap{border-radius:var(--landing-card-radius);overflow:hidden;border:1px solid var(--border);box-shadow:var(--landing-elevation-3);transition:box-shadow var(--transition-slow) ease,border-color var(--transition-slow) ease}.landing-preview-secondary:hover .landing-preview-secondary-img-wrap{box-shadow:var(--landing-elevation-5),0 0 0 2px #ff6a1a40;border-color:#ff6a1a4d}.landing-preview-secondary-img{width:100%;height:auto;display:block;border-radius:0;border:none;transition:filter var(--transition-slow) ease}.landing-preview-secondary:hover .landing-preview-secondary-img{filter:brightness(1.05)}.landing-preview-img{width:100%;max-width:100%;height:auto;object-fit:contain}.landing-cta-block{background:radial-gradient(ellipse 60% 50% at 50% 60%,rgba(255,106,26,.12) 0%,transparent 60%),linear-gradient(180deg,var(--bg-primary) 0%,#05070a 100%);text-align:center;padding:4.5rem var(--landing-section-pad-x);border-top:1px solid var(--border);width:100%;max-width:100%;margin-left:auto;margin-right:auto;position:relative}.landing-cta-block-title{font-family:var(--font-display);font-size:1.6rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem;line-height:1.3;max-width:680px;margin-left:auto;margin-right:auto}.landing-cta-block-text{font-size:1.05rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.5;max-width:560px;margin-left:auto;margin-right:auto}.landing-cta-final{min-width:320px;padding:1.35rem 2.5rem;font-size:1.15rem}.landing-cta-block-trust{font-family:var(--font-mono);font-size:.8rem;font-weight:500;color:var(--text-tertiary);margin-top:1rem;margin-bottom:0;line-height:1.5;letter-spacing:.03em}.landing .site-footer{flex-shrink:0;background:var(--bg-primary);border-top:1px solid var(--border)}.landing .site-footer-links a{color:var(--text-secondary)}.landing .site-footer-links a:hover{color:var(--text-primary)}@media(min-width:768px){.landing-hero{min-height:70vh;padding:5rem 2.5rem 3rem}.landing-hero-inner{flex-direction:row;justify-content:space-between;align-items:center;gap:3rem;max-width:1200px}.landing-hero-content{text-align:left;flex:1;max-width:520px;display:flex;flex-direction:column;align-items:flex-start}.landing-hero-content .landing-hero-eyebrow,.landing-hero-content .landing-hero-title,.landing-hero-content .landing-hero-subtitle{width:100%}.landing-hero-title{font-size:2.75rem}.landing-hero-subtitle{font-size:1.1rem}.landing-cta-hero{width:auto;max-width:none;margin-bottom:1rem;align-self:flex-start}.landing-hero-credibility{flex-direction:row;flex-wrap:wrap;gap:.75rem 1.5rem}.landing-hero-visual-wrap{flex-shrink:0;max-width:500px}.landing-section{padding:3.5rem 2rem}.landing-section-title{font-family:var(--font-display);font-size:1.85rem;margin-bottom:.75rem}.landing-section-sub{margin-bottom:1.5rem}.landing-pain-cards{grid-template-columns:repeat(4,1fr);max-width:none;gap:.75rem}.landing-metrics-grid{grid-template-columns:repeat(3,1fr);gap:var(--landing-card-gap)}.landing-metric-card{min-height:0}.landing-errors-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.landing-steps-list{flex-direction:row;max-width:none;justify-content:center;gap:0}.landing-steps-list:before{display:none}.landing-steps-list:after{content:"";position:absolute;top:1.1rem;left:15%;right:15%;height:2px;background:linear-gradient(to right,transparent,var(--accent),transparent);opacity:.25;z-index:0}.landing-step{flex:1;max-width:260px;flex-direction:column;text-align:center;align-items:center;padding:1.25rem 1rem}.landing-step-content{align-items:center}.landing-preview-showcase{grid-template-columns:1.35fr 1fr;grid-template-rows:auto auto;gap:2rem;align-items:start}.landing-preview-step-1{grid-column:1;grid-row:1}.landing-preview-step-2{grid-column:2;grid-row:1}.landing-preview-step-3{grid-column:1 / -1;grid-row:2}}@media(min-width:1024px){.landing-hero-title{font-size:2.75rem}.landing-hero-inner{max-width:1420px}.landing-hero-visual-wrap{max-width:820px}.landing-errors-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}@media(max-width:767px){.landing-hero-title{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;font-size:1.65rem}.landing-cta-final{width:100%;min-width:0}.landing-preview-spacer{height:1.5rem}.landing-preview-showcase{gap:1.75rem}.landing-preview-main-img-wrap{min-height:200px}}.hl-banner-host{position:fixed;top:4.5rem;right:1rem;z-index:var(--z-dropdown, 1000);display:flex;flex-direction:column;gap:.5rem;width:min(340px,calc(100vw - 2rem));pointer-events:none}.hl-banner{pointer-events:auto;position:relative;display:flex;align-items:center;gap:.7rem;padding:.7rem .8rem;background:linear-gradient(180deg,var(--bg-secondary) 0%,var(--bg-primary) 100%);border:1px solid var(--border-strong);border-radius:var(--radius-md);box-shadow:var(--elev-3);color:var(--text-primary);text-align:left;cursor:pointer;transition:border-color var(--transition-fast) ease,transform var(--transition-fast) ease;animation:hl-banner-in .28s ease}.hl-banner:hover{border-color:var(--accent);transform:translateY(-1px)}.hl-banner:focus-visible{outline:none;border-color:var(--accent);box-shadow:var(--elev-3),0 0 0 2px var(--accent-glow)}.hl-banner:before,.hl-banner:after{content:"";position:absolute;width:10px;height:10px;border:1px solid var(--accent);pointer-events:none}.hl-banner:before{top:-1px;left:-1px;border-right:none;border-bottom:none}.hl-banner:after{bottom:-1px;right:-1px;border-left:none;border-top:none}.hl-banner__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent);filter:drop-shadow(0 0 6px var(--accent-glow))}.hl-banner__text{display:flex;flex-direction:column;gap:.1rem;min-width:0;flex:1}.hl-banner__title{font-size:.86rem;font-weight:700;line-height:1.2;color:var(--text-primary)}.hl-banner__sub{font-size:.72rem;line-height:1.1;color:var(--text-secondary)}.hl-banner__close{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;padding:0;background:transparent;border:none;border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;transition:background-color var(--transition-fast) ease,color var(--transition-fast) ease}.hl-banner__close:hover{background:var(--bg-elevated);color:var(--text-primary)}.hl-banner--overflow{cursor:default;justify-content:center;font-size:.74rem;font-family:var(--font-mono);color:var(--text-secondary)}.hl-banner--overflow:hover{border-color:var(--border-strong);transform:none}@keyframes hl-banner-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:560px){.hl-banner-host{top:auto;bottom:1rem;left:1rem;right:1rem;width:auto}}.feedback-widget-trigger{position:fixed;bottom:1rem;right:1rem;z-index:900;padding:.5rem .85rem;font-family:var(--font-mono);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;background:var(--bg-tertiary);border:1px solid var(--accent);color:var(--accent);border-radius:var(--radius-sm);cursor:pointer;box-shadow:0 6px 18px #0000008c,0 0 18px -8px var(--accent-glow);transition:color var(--transition-fast) ease,border-color var(--transition-fast) ease,background-color var(--transition-fast) ease,box-shadow var(--transition-fast) ease,transform var(--transition-fast) ease}.feedback-widget-trigger:hover{color:var(--accent-hover);border-color:var(--accent-hover);background:var(--accent-soft);box-shadow:0 8px 22px #0009,0 0 26px -6px var(--accent-glow);transform:translateY(-1px)}.feedback-widget-overlay{position:fixed;inset:0;z-index:901;background:#0000008c;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);animation:feedback-overlay-in .15s ease-out}@keyframes feedback-overlay-in{0%{opacity:0}to{opacity:1}}.feedback-widget-panel{position:fixed;bottom:1rem;right:1rem;z-index:902;width:100%;max-width:400px;max-height:calc(100vh - 2rem);background:var(--bg-tertiary);border:1px solid var(--border-strong);border-radius:var(--radius-md);box-shadow:var(--elev-3),0 0 50px -20px var(--accent-glow);overflow:hidden;display:flex;flex-direction:column;animation:feedback-panel-in .18s ease-out}@keyframes feedback-panel-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.feedback-widget-panel-inner{padding:1rem;overflow-y:auto}.feedback-widget-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.feedback-widget-title{font-size:1.125rem;font-weight:600;margin:0;color:var(--text-primary)}.feedback-widget-close{flex-shrink:0;width:2rem;height:2rem;padding:0;display:flex;align-items:center;justify-content:center;font-size:1.25rem;line-height:1;background:transparent;border:none;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-lg);transition:color var(--transition-normal),background var(--transition-normal)}.feedback-widget-close:hover{color:var(--text-primary);background:var(--bg-secondary)}.feedback-widget-intro{font-size:.875rem;color:var(--text-secondary);margin:0 0 1rem;line-height:1.5}.feedback-widget-success{font-size:.9375rem;color:var(--success);margin:0;padding:.5rem 0}.feedback-widget-form{display:flex;flex-direction:column;gap:.75rem}.feedback-widget-label{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;color:var(--text-secondary)}.feedback-widget-textarea,.feedback-widget-input{width:100%;padding:.6rem .8rem;font-size:.875rem;font-family:inherit;color:var(--text-primary);background:var(--bg-secondary);border:1px solid var(--border-strong);border-radius:var(--radius-sm);resize:vertical;min-height:96px;transition:border-color var(--transition-fast) ease,box-shadow var(--transition-fast) ease}.feedback-widget-input{min-height:auto}.feedback-widget-textarea:focus,.feedback-widget-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.feedback-widget-textarea::placeholder,.feedback-widget-input::placeholder{color:var(--text-secondary)}.feedback-widget-email-hint{font-size:.8125rem;color:var(--text-secondary);margin:0}.feedback-widget-error{font-size:.875rem;color:var(--error);margin:0}.feedback-widget-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:.25rem}.feedback-widget-btn-secondary,.feedback-widget-btn-primary{padding:.6rem 1rem;font-size:.875rem;font-weight:600;border-radius:var(--radius-md);cursor:pointer;transition:background-color var(--transition-fast) ease,border-color var(--transition-fast) ease,color var(--transition-fast) ease,box-shadow var(--transition-fast) ease,transform var(--transition-fast) ease;display:inline-flex;align-items:center;justify-content:center;gap:.45rem}.feedback-widget-btn-secondary{background:transparent;border:1px solid var(--border-strong);color:var(--text-secondary)}.feedback-widget-btn-secondary:hover:not(:disabled){border-color:var(--accent);color:var(--text-primary);background:var(--bg-elevated)}.feedback-widget-btn-primary{background:var(--accent);border:1px solid var(--accent);color:#0b0b0b;font-weight:700}.feedback-widget-btn-primary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover);box-shadow:0 8px 22px -10px var(--accent-glow)}.feedback-widget-btn-primary:active{transform:translateY(1px)}.feedback-widget-btn-primary:disabled{opacity:.55;cursor:not-allowed}@media(max-width:420px){.feedback-widget-panel{left:1rem;right:1rem;bottom:1rem;max-width:none}.feedback-widget-trigger{right:1rem;bottom:1rem}}
