/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components{.card{background:var(--surface);border:1px solid var(--surface-border);box-shadow:var(--shadow);border-radius:16px}.btn-accent{background:var(--accent);color:var(--accent-ink);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.4rem;padding:.8rem 1.4rem;font-size:.9rem;font-weight:700;transition:transform .15s,filter .15s;display:inline-flex}.btn-accent:hover{filter:brightness(1.06);transform:translateY(-1px)}.btn-accent:disabled{opacity:.5;cursor:default;transform:none}.btn-ghost{border:1px solid var(--surface-border);color:var(--text);cursor:pointer;background:0 0;border-radius:12px;justify-content:center;align-items:center;gap:.4rem;padding:.8rem 1.4rem;font-size:.9rem;font-weight:600;transition:all .15s;display:inline-flex}.btn-ghost:hover{border-color:var(--accent);color:var(--accent-text)}.input-field{border:1px solid var(--input-border);background:var(--input-bg);width:100%;color:var(--text);border-radius:10px;outline:none;padding:.75rem .9rem;font-size:.95rem;transition:border-color .15s}.input-field:focus{border-color:var(--accent)}.label{color:var(--text3);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.4rem;font-size:.72rem;font-weight:600;display:block}.tag-pill{border:1px solid var(--surface-border);color:var(--text2);border-radius:999px;align-items:center;gap:.3rem;padding:.25rem .65rem;font-size:.72rem;font-weight:600;display:inline-flex}button,.btn{min-height:var(--control-h-md);border-radius:var(--radius-md);font-family:var(--font-display);letter-spacing:-.01em;cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:0 1rem;font-size:.82rem;font-weight:650;line-height:1;transition:transform .16s,box-shadow .16s,background .16s,border-color .16s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.5;cursor:default;transform:none}.btn-primary{background:var(--accent);color:var(--accent-ink);box-shadow:0 8px 20px rgba(var(--accent-rgb), .16)}.btn-primary:hover{box-shadow:0 12px 26px rgba(var(--accent-rgb), .23)}.btn-secondary{background:var(--surface);color:var(--brand);border-color:rgba(var(--brand-rgb), .18)}.icon-button{width:var(--control-h-md);height:var(--control-h-md);border-radius:var(--radius-md);border:1px solid var(--surface-border);background:var(--surface);color:var(--text2);cursor:pointer;place-items:center;padding:0;transition:transform .16s,border-color .16s,background .16s;display:grid}.icon-button svg{width:18px;height:18px}.icon-button:hover{border-color:rgba(var(--brand-rgb), .3);background:var(--surface);transform:translateY(-1px)}@supports (color:color-mix(in lab, red, red)){.icon-button:hover{background:color-mix(in srgb, var(--surface) 88%, var(--brand) 12%)}}.select-wrap{min-width:190px;position:relative}.select-control{width:100%;height:var(--control-h-md);appearance:none;border:1px solid var(--surface-border);border-radius:var(--radius-md);background:var(--surface);color:var(--text);font-family:var(--font-ui);cursor:pointer;outline:none;padding:0 2.6rem 0 1rem;font-size:.8rem;font-weight:550;line-height:1}.select-control:focus{border-color:rgba(var(--brand-rgb), .45);box-shadow:0 0 0 3px rgba(var(--brand-rgb), .08)}.select-chevron{pointer-events:none;color:var(--text3);position:absolute;top:50%;right:.8rem;transform:translateY(-50%)}.tier-badge{letter-spacing:.055em;white-space:nowrap;border-radius:999px;align-items:center;gap:.45rem;min-height:30px;padding:0 .7rem;font-size:.66rem;font-weight:800;line-height:1;display:inline-flex}.tier-badge__dot{background:currentColor;border-radius:50%;flex-shrink:0;width:7px;height:7px}.role-badge{border-radius:var(--radius-sm);letter-spacing:.02em;white-space:nowrap;align-items:center;min-height:26px;padding:0 .65rem;font-size:.7rem;font-weight:800;display:inline-flex}.role-badge--admin{background:var(--brand);color:#fff}.role-badge--premium{background:rgba(var(--brand-rgb), .14);color:var(--brand);border:1px solid rgba(var(--brand-rgb), .32)}.data-table{border-collapse:collapse;width:100%;font-size:.88rem}.data-table th{text-align:left;color:var(--text3);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-bottom:2px solid var(--accent);padding:.85rem 1rem;font-size:.72rem;font-weight:700}@supports (color:color-mix(in lab, red, red)){.data-table th{border-bottom:2px solid color-mix(in srgb, var(--accent) 55%, var(--surface-border) 45%)}}.data-table th.data-table__th--num{text-align:right}.data-table td{padding:.7rem 1rem}.data-table__sort-btn{all:unset;cursor:pointer;color:inherit;font:inherit;text-transform:inherit;letter-spacing:inherit;align-items:center;gap:.3rem;padding:.3rem 0;display:inline-flex}.data-table__sort-btn:hover{color:var(--accent-text)}.ranking-card-view{flex-direction:column;gap:.6rem;display:none}@media (width<=680px){.ranking-table-view{display:none}.ranking-card-view{display:flex}}.segmented-control{scrollbar-width:thin;-webkit-overflow-scrolling:touch;background:var(--surface);border:1px solid var(--surface-border);border-radius:999px;flex-wrap:nowrap;gap:.25rem;min-width:0;max-width:100%;padding:.25rem;display:inline-flex;overflow-x:auto}.segmented-control__option{min-height:44px;color:var(--text2);font-family:var(--font-ui);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;flex-shrink:0;padding:0 .8rem;font-size:.76rem;font-weight:650;line-height:1;transition:background .16s,color .16s,transform .16s}.segmented-control__option:hover{color:var(--text)}.segmented-control__option[aria-pressed=true]{background:var(--accent);color:var(--accent-ink);box-shadow:0 6px 16px rgba(var(--accent-rgb), .18)}.date-toolbar{border-radius:var(--radius-lg);align-items:center;gap:.9rem;min-height:76px;padding:.85rem 1rem;display:flex}.date-nav{grid-template-columns:var(--control-h-md) minmax(0, 1fr) var(--control-h-md);align-items:center;gap:.75rem;display:grid}.date-nav__center{min-width:0}.date-nav__label{font-family:var(--font-display);font-size:1.02rem;font-weight:650;line-height:1.2}.date-nav__meta{color:var(--text3);margin-top:.25rem;font-size:.74rem;line-height:1.3;display:block}.date-title{flex-wrap:wrap;align-items:baseline;gap:.7rem;min-width:0;display:flex}.date-day,.date-full{font-family:var(--font-display);color:var(--text);white-space:nowrap;font-size:1rem;font-weight:600}.date-full{color:var(--text2)}.date-today{background:rgba(var(--accent-rgb), .14);min-height:24px;color:var(--accent-text);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-radius:999px;align-items:center;padding:0 .5rem;font-size:.62rem;font-weight:800;line-height:1;display:inline-flex}@keyframes skeleton-pulse{0%,to{opacity:.45}50%{opacity:1}}.skeleton-block{background:var(--surface-border);border-radius:6px;animation:1.4s ease-in-out infinite skeleton-pulse}.fixture-card__compact{align-items:center;gap:1.1rem;min-height:76px;padding:1rem 1.4rem}.fixture-card__compact-time{color:var(--text);flex-shrink:0;font-size:.8rem;font-weight:800}.fixture-card__compact-league{color:var(--text3);text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;width:130px;font-size:.66rem;overflow:hidden}.fixture-card__compact-teams{flex:auto;align-items:center;gap:.6rem;min-width:0;display:flex}.fixture-card__compact-team{flex:1 1 0;align-items:center;gap:.55rem;min-width:0;display:flex}.fixture-card__compact-teamname{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.92rem;font-weight:700;overflow:hidden}.fixture-card__compact-vs{color:var(--text-muted);flex-shrink:0;font-weight:700}.fixture-card__header{border-bottom:1px solid var(--surface-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;min-height:58px;padding:.9rem 1.4rem;display:flex}.fixture-card__body{align-items:center;gap:1.1rem;padding:1.5rem 1.4rem;display:grid}.fixture-card__footer{border-top:1px solid var(--surface-border);background:var(--surface);justify-content:space-between;align-items:center;gap:1rem;min-height:64px;padding:.85rem 1.35rem;display:flex}@supports (color:color-mix(in lab, red, red)){.fixture-card__footer{background:color-mix(in srgb, var(--surface) 72%, var(--bg) 28%)}}.fixture-card__details{border-top:1px solid var(--surface-border);padding:1.4rem}.fixture-card__action{border-radius:var(--radius-sm);background:rgba(var(--brand-rgb), .08);min-height:44px;color:var(--brand);font-family:var(--font-display);cursor:pointer;border:0;align-items:center;gap:.4rem;padding:0 .95rem;font-size:.78rem;font-weight:700;line-height:1;transition:background .16s;display:inline-flex}.fixture-card__action:hover{background:rgba(var(--brand-rgb), .13)}.fixture-stat{border-radius:var(--radius-md);background:rgba(var(--brand-rgb), .035);border:0;border-left:3px solid rgba(var(--brand-rgb), .3);min-width:140px;padding:.7rem .9rem}.fixture-stat__label{color:var(--text3);text-transform:uppercase;letter-spacing:.07em;margin-bottom:.18rem;font-size:.62rem;font-weight:750;display:block}.fixture-stat__value{font-family:var(--font-display);color:var(--text);font-size:1.15rem;line-height:1}.fixture-stat__suffix{color:var(--text2);margin-left:.25rem;font-size:.74rem}.fixture-indexes{align-items:center;gap:.85rem;display:flex}.fixture-index{flex-direction:column;align-items:center;gap:.35rem;display:flex}.fixture-index span{color:var(--text3);text-transform:uppercase;letter-spacing:.07em;font-size:.6rem;font-weight:700}.fixture-index--secondary{opacity:.72;transform:scale(.92)}.fixture-index--primary span{color:var(--accent-text);font-size:.72rem;font-weight:800}.fixture-lejt-model{align-items:center;gap:1rem;display:flex}.fixture-lejt-model__chips{flex-direction:column;gap:.5rem;display:flex}.index-chip{white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;gap:.35rem;min-height:24px;padding:0 .6rem;font-size:.66rem;line-height:1;display:inline-flex}.index-chip--ht{border-style:dashed}.index-chip--ft{border-style:solid}.index-chip__marker{font-family:var(--font-mono);color:var(--text3);background:var(--text3);border-radius:999px;padding:.05rem .32rem;font-size:.62em;font-weight:800}@supports (color:color-mix(in lab, red, red)){.index-chip__marker{background:color-mix(in srgb, var(--text3) 18%, transparent)}}.index-chip__marker{letter-spacing:.02em}.lejt-index-group{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:1.75rem;display:flex}.legacy-fallback-stat{border-radius:var(--radius-md);background:rgba(var(--brand-rgb), .035);border:0;border-left:3px solid var(--surface-border);flex-direction:column;gap:.35rem;padding:.7rem .9rem;display:inline-flex}.legacy-fallback-stat__label{text-transform:uppercase;letter-spacing:.05em;color:var(--text3);font-size:.62rem;font-weight:700}.legacy-fallback-stat__values{font-family:var(--font-mono);color:var(--text2);gap:.9rem;font-size:.8rem;display:flex}.fixture-details__stats{flex-wrap:wrap;gap:1.5rem;margin-bottom:1.4rem;display:flex}.h2h-row{border-bottom:1px solid var(--surface-border);grid-template-columns:96px minmax(0,1fr) auto;align-items:center;gap:1rem;min-height:48px;padding:.7rem 0;font-size:.85rem;display:grid}.late-goal-badge{white-space:nowrap;border-radius:999px;align-items:center;min-height:26px;padding:0 .55rem;font-size:.68rem;font-weight:700;line-height:1;display:inline-flex}.sidebar__logo{font-family:var(--font-display);padding:.4rem .65rem 1.5rem;font-size:1.05rem;font-weight:750}.sidebar__nav{align-content:start;gap:.35rem;display:grid}.sidebar__item{min-height:44px;color:var(--sidebar-text);font-family:var(--font-display);border-radius:11px;align-items:center;gap:.75rem;padding:0 .85rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:background .16s,color .16s,transform .16s;display:flex}.sidebar__item:hover{background:rgba(var(--accent-rgb), .08);color:var(--sidebar-active-text)}.sidebar__item--active{background:var(--sidebar-active-bg);color:var(--sidebar-active-text)}.sidebar__item--active svg{color:var(--sidebar-active-text)}.sidebar__bottom{border-top:1px solid var(--sidebar-border);margin-top:auto;padding-top:1rem}.sidebar-user{justify-content:space-between;align-items:center;gap:.6rem;padding:0 .2rem .8rem;display:flex}.sidebar-user__name{font-family:var(--font-display);color:var(--text);font-size:.82rem;font-weight:700}.sidebar-user__plan{color:var(--sidebar-text);margin-top:.1rem;font-size:.68rem}.sidebar .btn-secondary{color:var(--sidebar-text);border-color:var(--sidebar-border);background:0 0}.sidebar .btn-secondary:hover{background:rgba(var(--accent-rgb), .08);color:var(--sidebar-active-text);border-color:var(--sidebar-border)}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:1.4rem;display:flex}.page-header h1{margin:.2rem 0 .25rem;font-size:clamp(1.8rem,3vw,2.35rem)}.page-header p{color:var(--text3);margin:0;font-size:.82rem}.page-header__eyebrow{color:var(--accent-text);letter-spacing:.08em;align-items:center;gap:.5rem;font-size:.64rem;font-weight:800;display:flex}.page-header__eyebrow span{background:var(--accent);flex-shrink:0;width:8px;height:8px;transform:rotate(45deg)}.page-header__summary{background:var(--surface);border:1px solid var(--surface-border);text-align:right;border-radius:13px;padding:.8rem 1rem}.page-header__summary span{color:var(--text3);text-transform:uppercase;font-size:.64rem;display:block}.page-header__summary strong{font-family:var(--font-display);color:var(--accent-text);font-size:1.35rem}.hero-motif-bg{opacity:.55}.landing-hero{background:linear-gradient(105deg, var(--brand) 0%, var(--brand) 55%, var(--brand) 100%);align-items:center;min-height:calc(100vh - 64px);display:flex;position:relative;overflow:hidden}@supports (color:color-mix(in lab, red, red)){.landing-hero{background:linear-gradient(105deg, var(--brand) 0%, var(--brand) 55%, color-mix(in srgb, var(--brand) 55%, black 30%) 100%)}}.landing-hero{color:#fff}.landing-hero__grid{z-index:1;grid-template-columns:minmax(0,.86fr) minmax(360px,1.05fr);align-items:center;gap:clamp(2.5rem,6vw,5.5rem);width:min(1240px,100% - 3rem);margin:0 auto;padding:4rem 0;display:grid;position:relative}.landing-hero__copy h1{font-family:var(--font-display);letter-spacing:-.045em;margin:1rem 0 0;font-size:clamp(2.7rem,5.2vw,5rem);font-weight:700;line-height:.98}@media (width<=900px){.landing-hero{min-height:0}.landing-hero__grid{grid-template-columns:1fr;padding:3rem 0 2.5rem}}.hero-fixture{background:var(--bg2);position:relative}@supports (color:color-mix(in lab, red, red)){.hero-fixture{background:color-mix(in srgb, var(--bg2) 90%, transparent)}}.hero-fixture{border:1px solid var(--surface-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:20px;overflow:hidden;box-shadow:0 32px 90px #00000059}.hero-fixture__accent{width:4px;position:absolute;inset:0 auto 0 0}.hero-fixture__meta{border-bottom:1px solid var(--surface-border);font-family:var(--font-mono);letter-spacing:.05em;color:#ffffff8c;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:.7rem;padding:1rem 1.4rem;font-size:.68rem;display:flex}.hero-fixture__body{grid-template-columns:1fr auto;align-items:center;gap:1.4rem;padding:1.7rem 1.4rem;display:grid}.hero-fixture__teams{flex-direction:column;gap:.55rem;min-width:0;display:flex}.hero-fixture__team-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.07em;color:#ffffff6b;font-size:.6rem}.hero-fixture__team-name{color:#fff;font-size:1.08rem;font-weight:700}.hero-fixture__separator{background:#ffffff29;width:1px;height:14px;margin:.3rem 0 .3rem 1px}.hero-fixture__primary{flex-direction:column;align-items:center;gap:.35rem;display:flex}.hero-fixture__primary-label{font-family:var(--font-mono);letter-spacing:.08em;color:#ffffff73;text-transform:uppercase;font-size:.58rem}.hero-fixture__footer{border-top:1px solid var(--surface-border);display:flex}.hero-fixture__footer-item{text-align:center;border-right:1px solid var(--surface-border);flex:1;padding:.75rem .5rem}.hero-fixture__footer-item:last-child{border-right:0}.hero-fixture__footer-item span{font-family:var(--font-mono);letter-spacing:.07em;color:#ffffff6b;text-transform:uppercase;margin-bottom:.25rem;font-size:.58rem;display:block}.hero-fixture__footer-item strong{font-family:var(--font-mono);color:#fff;font-size:1.05rem}@media (width<=520px){.hero-fixture__body{text-align:center;grid-template-columns:1fr}.hero-fixture__teams{align-items:center}.hero-fixture__separator{display:none}}.selection-process{border-top:1px solid var(--surface-border);padding:3.5rem 0}.selection-process__grid{grid-template-columns:minmax(0,.72fr) minmax(0,1.5fr);align-items:start;gap:3rem;display:grid}.selection-process__title{font-family:var(--font-display);letter-spacing:-.03em;margin:0 0 .7rem;font-size:clamp(1.6rem,2.6vw,2.2rem);font-weight:700;line-height:1.05}.selection-process__steps{flex-wrap:nowrap;display:flex}.selection-process__step{border-right:1px solid var(--surface-border);flex:1 1 0;min-width:0;padding:0 1.1rem;position:relative}.selection-process__step:first-child{padding-left:0}.selection-process__step:last-child{border-right:0}.selection-process__step-n{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.08em;margin-bottom:.5rem;font-size:.66rem;display:block}.selection-process__step h3{margin:0 0 .4rem;font-size:.88rem;font-weight:700}.selection-process__step p{color:var(--text3);margin:0;font-size:.78rem;line-height:1.5}.selection-process__arrow{color:var(--text-muted);position:absolute;top:2px;right:-9px}@media (width<=900px){.selection-process__grid{grid-template-columns:1fr;gap:1.75rem}.selection-process__steps{flex-direction:column}.selection-process__step{border-right:0;border-bottom:1px solid var(--surface-border);flex:none;margin-bottom:1.1rem;padding:0 0 1.1rem}.selection-process__step:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.selection-process__arrow{display:none}}.product-summary{padding:3.5rem 0}.product-summary__grid{grid-template-columns:minmax(0,.68fr) minmax(0,1.4fr);align-items:start;gap:3rem;display:grid}.product-summary__title{font-family:var(--font-display);letter-spacing:-.03em;margin:0;font-size:clamp(1.7rem,2.8vw,2.4rem);font-weight:700;line-height:1.05}.product-summary__row{border-bottom:1px solid var(--surface-border);justify-content:space-between;align-items:center;gap:1.5rem;padding:1.3rem 0;display:flex}.product-summary__row:first-child{padding-top:0}.product-summary__row:last-child{border-bottom:0}.product-summary__code{font-family:var(--font-mono);color:var(--accent-text);letter-spacing:.04em;flex-shrink:0;width:44px;font-size:.78rem;font-weight:800}.product-summary__copy h3{margin:0 0 .25rem;font-size:.95rem;font-weight:700}.product-summary__copy p{color:var(--text3);margin:0;font-size:.8rem;line-height:1.5}.product-summary__value{font-family:var(--font-mono);color:var(--text2);text-align:right;flex-shrink:0;font-weight:700}@media (width<=900px){.product-summary__grid{grid-template-columns:1fr;gap:1.5rem}.product-summary__row{flex-wrap:wrap}}.landing-conversion{border-top:1px solid var(--surface-border);padding:3.5rem 0}.landing-conversion__grid{grid-template-columns:minmax(0,.9fr) minmax(0,1fr);align-items:start;gap:3rem;display:grid}@media (width<=900px){.landing-conversion__grid{grid-template-columns:1fr;gap:2rem}}.pricing-panel h2{font-family:var(--font-display);letter-spacing:-.03em;margin:0 0 1.3rem;font-size:clamp(1.6rem,2.6vw,2.1rem);font-weight:700;line-height:1.05}.pricing-switch{border:1px solid var(--surface-border);border-radius:999px;gap:.25rem;margin-bottom:1.4rem;padding:.25rem;display:inline-flex}.pricing-switch button{all:unset;box-sizing:border-box;cursor:pointer;font-family:var(--font-mono);color:var(--text2);border-radius:999px;padding:.5rem 1.1rem;font-size:.76rem;font-weight:700}.pricing-switch button.is-active{background:var(--accent);color:var(--accent-ink)}.pricing-switch button span{opacity:.75;margin-left:.4rem}.pricing-panel__amount{align-items:baseline;gap:.5rem;display:flex}.pricing-panel__amount strong{font-family:var(--font-display);font-size:2.6rem;font-weight:700}.pricing-panel__amount span{color:var(--text3);font-size:.9rem}.pricing-panel ul{gap:.5rem;margin:1.3rem 0 1.5rem;padding:0;list-style:none;display:grid}.pricing-panel li{color:var(--text2);align-items:baseline;gap:.5rem;font-size:.85rem;display:flex}.pricing-panel li:before{content:"·";color:var(--accent-text);font-weight:800}.compact-faq__item{border-bottom:1px solid var(--surface-border)}.compact-faq__item:first-child{border-top:1px solid var(--surface-border)}.compact-faq__q{all:unset;box-sizing:border-box;cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem 0;font-size:.9rem;font-weight:650;display:flex}.compact-faq__a{color:var(--text2);max-width:46ch;padding:0 0 1rem;font-size:.85rem;line-height:1.6}.landing-final-bar{border-top:1px solid var(--surface-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0;display:flex}}@layer utilities{.\@container{container-type:inline-size}.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.m-3{margin:calc(var(--spacing) * 3)}.m-407{margin:calc(var(--spacing) * 407)}.m-1127{margin:calc(var(--spacing) * 1127)}.m-2005{margin:calc(var(--spacing) * 2005)}.m-2450{margin:calc(var(--spacing) * 2450)}.m-5914{margin:calc(var(--spacing) * 5914)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.font-mono{font-family:var(--font-mono)}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}@media (width>=40rem){.sm\:inline{display:inline}}@media (width>=48rem){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-\[1fr_1fr\]{grid-template-columns:1fr 1fr}}@media (width>=64rem){.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:flex-row{flex-direction:row}}@container (width>=480px){.\@\[480px\]\:flex-row{flex-direction:row}.\@\[480px\]\:items-center{align-items:center}}@container (width>=560px){.\@\[560px\]\:grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto}.\@\[560px\]\:border-t-0{border-top-style:var(--tw-border-style);border-top-width:0}}@container (width>=820px){.\@\[820px\]\:flex{display:flex}.\@\[820px\]\:hidden{display:none}}}button,a,select,[role=button]{-webkit-tap-highlight-color:transparent}strong,b{font-weight:700}body{font-variant-numeric:tabular-nums}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
