*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--color-brand:#F26A21;--color-brand-dark:#C2410C;--color-brand-light:#FFF3EC;--color-accent:#E85D04;--color-bg:#ffffff;--color-surface:#f8fafc;--color-surface-2:#f1f5f9;--color-border:#e2e8f0;--color-text:#0f172a;--color-text-muted:#475569;--color-text-faint:#94a3b8;--color-success:#16a34a;--color-success-bg:#f0fdf4;--color-error:#dc2626;--color-error-bg:#fef2f2;--color-warning-bg:#fffbeb;--color-warning:#d97706;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-mono:"SF Mono","Fira Code","Fira Mono",Menlo,Monaco,Consolas,monospace;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-sm:0.375rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 rgb(0 0 0/0.05);--shadow-md:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--shadow-xl:0 20px 25px -5px rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1);--focus-ring:0 0 0 3px rgba(242,106,33,0.4)}html[data-theme=dark]{--color-brand:#ff8845;--color-brand-dark:#f26a21;--color-brand-light:#2a160a;--color-accent:#ff944d;--color-bg:#0a0e14;--color-surface:#131a24;--color-surface-2:#1b2430;--color-border:#2a3645;--color-text:#e8edf3;--color-text-muted:#aab8c8;--color-text-faint:#7689a0;--color-success:#34d399;--color-success-bg:#062f1c;--color-error:#f87171;--color-error-bg:#2d0d0d;--color-warning:#fbbf24;--color-warning-bg:#2a1c05;--shadow-sm:0 1px 2px 0 rgb(0 0 0/0.5);--shadow-md:0 4px 10px -2px rgb(0 0 0/0.6),0 2px 4px -2px rgb(0 0 0/0.5);--shadow-lg:0 12px 24px -4px rgb(0 0 0/0.65),0 4px 8px -4px rgb(0 0 0/0.5);--shadow-xl:0 24px 40px -8px rgb(0 0 0/0.7),0 8px 14px -6px rgb(0 0 0/0.55);--focus-ring:0 0 0 3px rgba(255,136,69,0.45)}html{font-size:16px;-webkit-text-size-adjust:100%}body,html{overflow-x:hidden}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased;max-width:100%;transition:background-color .2s ease,color .2s ease}:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:var(--radius-sm)}.site-wrapper{display:flex;flex-direction:column;min-height:100vh}#main-content{flex:1 1}.container{width:100%;max-width:1100px;margin-inline:auto;padding-inline:var(--space-6)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);transition:background-color .2s ease,border-color .2s ease}html[data-theme=dark] .site-header{background:rgba(10,14,20,.92)}.header-inner{justify-content:space-between;height:64px}.header-inner,.logo{display:flex;align-items:center}.logo{gap:var(--space-2);text-decoration:none;color:var(--color-text);margin-right:2rem;flex-shrink:0}.logo-mark{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--color-brand);color:#fff;font-weight:800;font-size:1.1rem;border-radius:var(--radius-md);letter-spacing:-.02em}.logo-text{font-size:1.25rem;font-weight:800;letter-spacing:-.03em;color:var(--color-text)}.site-footer{border-top:1px solid var(--color-border);padding-block:var(--space-8);background:var(--color-surface)}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);flex-wrap:wrap}.footer-brand{font-size:.875rem;color:var(--color-text-muted)}.site-footer nav{display:flex;flex-wrap:wrap;gap:var(--space-4) var(--space-6)}.site-footer nav a{font-size:.875rem;color:var(--color-text-muted);text-decoration:none}.site-footer nav a:hover{color:var(--color-brand)}.footer-cookie-prefs{font-size:.875rem;color:var(--color-text-muted);text-decoration:none;background:none;border:none;padding:0;cursor:pointer;font-family:inherit}.footer-cookie-prefs:hover{color:var(--color-brand)}.footer-cookie-prefs:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px;border-radius:2px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);font-weight:600;font-size:1rem;line-height:1;border-radius:var(--radius-md);border:2px solid transparent;cursor:pointer;text-decoration:none;transition:background .15s,color .15s,border-color .15s,box-shadow .15s,opacity .15s;padding:.75rem 1.5rem;white-space:nowrap}.btn:disabled,.btn[aria-disabled=true]{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--color-brand);color:#fff;border-color:var(--color-brand)}.btn-primary:hover:not(:disabled){background:var(--color-brand-dark);border-color:var(--color-brand-dark)}.btn-outline{background:transparent;color:var(--color-brand);border-color:var(--color-brand)}.btn-outline:hover:not(:disabled){background:var(--color-brand-light)}.btn-sm{font-size:.875rem;padding:.5rem 1rem}.btn-lg{font-size:1.125rem;padding:1rem 2rem;border-radius:var(--radius-lg)}.form-group{display:flex;flex-direction:column;gap:var(--space-2)}.form-label{font-size:.9rem;font-weight:600;color:var(--color-text)}.form-label .required{color:var(--color-error);margin-left:2px}.form-input,.form-select{width:100%;padding:.625rem .875rem;font-size:1rem;font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);border:1.5px solid var(--color-border);border-radius:var(--radius-md);transition:border-color .15s,box-shadow .15s,background-color .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-input:focus,.form-select:focus{outline:none;border-color:var(--color-brand);box-shadow:var(--focus-ring)}.form-input.error,.form-select.error{border-color:var(--color-error)}.form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23475569' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;padding-right:2.5rem}html[data-theme=dark] .form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23aab8c8' d='M1 1l5 5 5-5'/%3E%3C/svg%3E")}.form-hint{font-size:.8rem;color:var(--color-text-muted)}.form-error{font-size:.8rem;color:var(--color-error);font-weight:500}.form-checkbox-group{display:flex;gap:var(--space-3);align-items:flex-start;padding:var(--space-4);background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-md)}.form-checkbox-group.error{border-color:var(--color-error);background:var(--color-error-bg)}.form-checkbox{flex-shrink:0;width:18px;height:18px;margin-top:3px;cursor:pointer;accent-color:var(--color-brand)}.form-checkbox-label{font-size:.875rem;line-height:1.5;color:var(--color-text);cursor:pointer}.form-checkbox-label a{color:var(--color-brand);text-decoration:underline}.alert{padding:var(--space-4) var(--space-6);border-radius:var(--radius-lg);font-size:.95rem;line-height:1.6}.alert-success{background:var(--color-success-bg);border:1.5px solid var(--color-success);color:var(--color-success)}.alert-error{background:var(--color-error-bg);border:1.5px solid var(--color-error);color:var(--color-error)}.alert-error,.alert-success{font-weight:500}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-center{text-align:center}.text-muted{color:var(--color-text-muted)}@media (max-width:640px){.container{padding-inline:var(--space-4)}.footer-inner{flex-direction:column;align-items:flex-start}}.header-nav{display:flex;align-items:center;gap:1.05rem}.header-nav a:not(.btn){color:var(--color-text-muted);text-decoration:none;font-size:.9rem;font-weight:500;white-space:nowrap;transition:color .15s}.header-nav a:not(.btn):hover{color:var(--color-brand)}.header-nav a:not(.btn):focus-visible{outline:2px solid var(--color-brand);outline-offset:3px;border-radius:3px}@media (max-width:860px){.header-nav{display:none}}@media (min-width:861px) and (max-width:1024px){.header-nav{gap:.9rem}.logo{margin-right:1.25rem}}.header-search{position:relative;display:flex;align-items:center}.header-search-icon{position:absolute;left:.6rem;color:var(--color-text-faint);font-size:.95rem;pointer-events:none}.header-search input{width:170px;padding:.4rem .6rem .4rem 1.7rem;border:1px solid var(--color-border,#e5e7eb);border-radius:9px;font-size:.88rem;color:var(--color-text,#111827);background:var(--color-bg);transition:border-color .15s,width .15s,background-color .2s}.header-search input:focus{outline:none;border-color:var(--color-brand);width:200px}@media (max-width:900px){.header-search{display:none}}.logo-mark,.logo-text{display:none}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:var(--radius-md);border:1px solid var(--color-border);background:transparent;color:var(--color-text-muted);cursor:pointer;flex-shrink:0;transition:background .15s,color .15s,border-color .15s}.theme-toggle:hover{background:var(--color-surface);color:var(--color-brand)}.theme-toggle:focus-visible{outline:none;box-shadow:var(--focus-ring)}html[data-theme=dark] .apr-section,html[data-theme=dark] .bpc-section,html[data-theme=dark] .bpi-section,html[data-theme=dark] .brag-section,html[data-theme=dark] .cb-section,html[data-theme=dark] .cc-section,html[data-theme=dark] .cgp-section,html[data-theme=dark] .clc-section,html[data-theme=dark] .cte-section,html[data-theme=dark] .cus-section,html[data-theme=dark] .cvf-section,html[data-theme=dark] .cw-section,html[data-theme=dark] .ddc-section,html[data-theme=dark] .dfl-section,html[data-theme=dark] .dpm-section,html[data-theme=dark] .dtp-section,html[data-theme=dark] .dve-section,html[data-theme=dark] .fcb-section,html[data-theme=dark] .fcm-section,html[data-theme=dark] .gap-section,html[data-theme=dark] .grc-section,html[data-theme=dark] .ic-section,html[data-theme=dark] .ics-section,html[data-theme=dark] .igp-section,html[data-theme=dark] .jlt-section,html[data-theme=dark] .lc-section,html[data-theme=dark] .lvb-section,html[data-theme=dark] .lvbc-section,html[data-theme=dark] .mfa-section,html[data-theme=dark] .neq-section,html[data-theme=dark] .oi-section,html[data-theme=dark] .otd-section,html[data-theme=dark] .pc-section,html[data-theme=dark] .pto-section,html[data-theme=dark] .rl-section,html[data-theme=dark] .rva-section,html[data-theme=dark] .salesman-comparison-section,html[data-theme=dark] .sg-section,html[data-theme=dark] .sl-section,html[data-theme=dark] .sr-section,html[data-theme=dark] .ssd-section,html[data-theme=dark] .sts-section,html[data-theme=dark] .tcm-section,html[data-theme=dark] .tie-section,html[data-theme=dark] .tpc-section,html[data-theme=dark] .vd-section,html[data-theme=dark] .ww-section{--color-brand-light:#2a160a}html[data-theme=dark] .salesman-comparison-section{--color-text:#e8edf3;--color-text-muted:#aab8c8;--color-surface:#131a24;--color-bg:#0a0e14;--color-border:#2a3645}.liquid-glass{position:relative;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.18);border-radius:18px;box-shadow:0 8px 32px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(255,255,255,.06);overflow:hidden}.liquid-glass:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.22),rgba(255,255,255,.05) 28%,rgba(255,255,255,0) 60%)}.liquid-glass-strong{background:rgba(255,255,255,.16);-webkit-backdrop-filter:blur(32px) saturate(200%);backdrop-filter:blur(32px) saturate(200%);box-shadow:0 16px 48px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.5),inset 0 -1px 0 rgba(255,255,255,.08)}.liquid-glass-dark{background:rgba(15,23,42,.45);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.16),inset 0 -1px 0 rgba(0,0,0,.2)}.liquid-glass-dark:before{background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.02) 30%,rgba(255,255,255,0) 60%)}html[data-theme=dark] .liquid-glass{background:rgba(20,28,40,.42);border-color:rgba(255,255,255,.1);box-shadow:0 8px 32px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.14),inset 0 -1px 0 rgba(0,0,0,.25)}html[data-theme=dark] .liquid-glass-strong{background:rgba(20,28,40,.55)}@supports not (((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))) or (-webkit-backdrop-filter:blur(1px))){.liquid-glass,.liquid-glass-strong{background:rgba(255,255,255,.92)}.liquid-glass-dark{background:rgba(15,23,42,.92)}html[data-theme=dark] .liquid-glass,html[data-theme=dark] .liquid-glass-strong{background:rgba(20,28,40,.94)}}@media (prefers-reduced-transparency:reduce){.liquid-glass,.liquid-glass-dark,.liquid-glass-strong{-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--color-bg);border-color:var(--color-border)}.liquid-glass-dark{background:#0f172a}.liquid-glass-dark:before,.liquid-glass:before{display:none}}@media (prefers-reduced-motion:reduce){.liquid-glass,.liquid-glass-dark,.liquid-glass-strong{transition:none}}.kangaroo-theme{--kangaroo-red:#DC2626;--kangaroo-red-dark:#991B1B;--kangaroo-red-wash:#FEF2F2;--color-brand:var(--kangaroo-red);--color-brand-dark:var(--kangaroo-red-dark);--color-brand-light:var(--kangaroo-red-wash);--color-accent:#B91C1C;--focus-ring:0 0 0 3px rgba(220,38,38,0.4)}html[data-theme=dark] .kangaroo-theme{--kangaroo-red:#f87171;--kangaroo-red-dark:#dc2626;--kangaroo-red-wash:#2d0d0d;--color-brand:var(--kangaroo-red);--color-brand-dark:var(--kangaroo-red-dark);--color-brand-light:var(--kangaroo-red-wash);--color-accent:#fca5a5;--focus-ring:0 0 0 3px rgba(248,113,113,0.4)}.kangaroo-theme .kangaroo-display{font-weight:800;letter-spacing:-.022em;line-height:1.05}.kangaroo-theme .kangaroo-eyebrow{font-weight:700;letter-spacing:.18em;text-transform:uppercase}.kangaroo-nav-tag{display:inline-block;margin-left:.45rem;padding:.08rem .4rem;font-size:.6rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#ffffff;background:#DC2626;border-radius:9999px;vertical-align:middle;line-height:1.4}