:root{--primary:#0e7c5a;--primary-dark:#0a5e44;--primary-soft:#e2f1eb;--accent:#f2792b;--accent-dark:#d9611a;--accent-soft:#fcebdd;--bg:#f4f5fa;--card:#ffffff;--surface-alt:#eef0f6;--text:#14181f;--text-muted:#697080;--border:#e5e8f0;--danger:#de423a;--success:#12a06b;--warning:#e39a12;--team-a:#0e7c5a;--team-b:#3a6fe0;--r-sm:10px;--r-md:16px;--r-lg:26px;--r-pill:999px;--sh-sm:0 3px 8px rgba(27,42,74,0.06);--sh-md:0 8px 20px rgba(27,42,74,0.1)}[data-theme=dark]{--primary:#2fb983;--primary-dark:#27a06f;--primary-soft:#123528;--accent:#ff8a3d;--accent-soft:#2a1c12;--bg:#0f1216;--card:#171b21;--surface-alt:#1e232b;--text:#f3f5f8;--text-muted:#9aa3af;--border:#2a303a;--sh-sm:0 3px 8px rgba(0,0,0,0.4);--sh-md:0 10px 28px rgba(0,0,0,0.5)}*{box-sizing:border-box}body,html{padding:0;margin:0;background:var(--bg)}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary-dark)}@keyframes cpFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes cpFloatB{0%,to{transform:translateY(0)}50%{transform:translateY(7px)}}:root{--e:cubic-bezier(0.22,0.61,0.36,1)}@keyframes cpRise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes cpFadeUp{0%{opacity:0;transform:translateY(16px) scale(.985)}to{opacity:1;transform:none}}.cp-reveal,[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .5s var(--e),transform .5s var(--e);will-change:opacity,transform}.cp-reveal.cp-in,[data-reveal].cp-in{opacity:1;transform:none}.cp-hero>*{opacity:0;animation:cpRise .72s var(--e) both}.cp-hero>:first-child{animation-delay:.06s}.cp-hero>:nth-child(2){animation-delay:.14s}.cp-hero>:nth-child(3){animation-delay:.22s}.cp-hero>:nth-child(4){animation-delay:.32s}.cp-hero>:nth-child(5){animation-delay:.4s}.cp-hero>:nth-child(6){animation-delay:.48s}.cp-hero-visual{animation:cpFadeUp .9s var(--e) both;animation-delay:.28s}.cp-cookie-notice{position:fixed;left:16px;right:16px;bottom:16px;z-index:80;margin:0 auto;max-width:640px;display:flex;align-items:center;gap:14px;padding:12px 14px 12px 16px;border-radius:14px;border:1px solid #e5e8f0;background:#ffffff;color:#14181f;box-shadow:0 10px 30px rgba(27,42,74,.16);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,sans-serif}.cp-cookie-text{margin:0;flex:1 1;font-size:12.5px;line-height:1.45}.cp-cookie-link{color:#0e7c5a;font-weight:700;text-decoration:underline;white-space:nowrap}.cp-cookie-ok{flex:none;cursor:pointer;border:none;border-radius:10px;padding:9px 16px;font:inherit;font-size:13px;font-weight:700;background:#0e7c5a;color:#fff}.cp-cookie-ok:hover{background:#0a5e44}@media (prefers-color-scheme:dark){.cp-cookie-notice{background:#171b21;color:#f3f5f8;border-color:#2a303a;box-shadow:0 10px 30px rgba(0,0,0,.5)}.cp-cookie-link{color:#2fb983}.cp-cookie-ok{background:#2fb983;color:#0f1216}.cp-cookie-ok:hover{background:#27a06f}}@media (max-width:520px){.cp-cookie-notice{flex-direction:column;align-items:stretch}.cp-cookie-ok{width:100%}}.cp-lift{transition:transform .28s var(--e),box-shadow .28s var(--e)}.cp-lift:hover{transform:translateY(-5px);box-shadow:var(--sh-md)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.cp-hero-visual,.cp-hero>*,.cp-reveal,[data-reveal]{opacity:1!important;transform:none!important}}