:root{--teal:#00b6a6;--blue:#2d7dd2;--blue-soft:#eaf2fc;--green:#7ccb7a;--green-strong:#3a9d55;--green-deep:#1f8a45;--mint:#e6f6f2;--navy:#1f2937;--navy-deep:#16304d;--gray:#6b7280;--gray-light:#9ca3af;--line:#e5e7eb;--line-soft:#eef1f4;--bg:#ffffff;--bg-muted:#f6f8f9;--gold:#f6d78a;--gold-soft:#fdf3d8;--gold-deep:#8a6320;--ribbon:#d93a3a;--radius-sm:8px;--radius:14px;--radius-lg:20px;--radius-xl:26px;--shell:1400px;--gutter:36px;--shadow-card:0 1px 2px rgba(31,41,55,0.04),0 8px 24px rgba(31,41,55,0.06);--shadow-raised:0 18px 48px rgba(31,41,55,0.12);--font-sans:"Segoe UI",-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif}*,:after,:before{box-sizing:border-box}body,html{padding:0;margin:0}body{background:var(--bg);color:var(--navy);font-family:var(--font-sans);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}figure,h1,h2,h3,h4,p{margin:0}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}ol,ul{margin:0;padding:0;list-style:none}button{font:inherit;cursor:pointer}.shell{width:100%;max-width:var(--shell);margin:0 auto;padding-inline:var(--gutter)}.btnPrimary{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--green-strong);color:#fff;font-weight:600;border:0;border-radius:999px;padding:13px 26px;font-size:15px;line-height:1;white-space:nowrap;box-shadow:0 6px 16px rgba(58,157,85,.28);transition:background .16s ease,transform .16s ease}.btnPrimary:hover{background:var(--green-deep);transform:translateY(-1px)}.btnPrimary:focus-visible{outline:3px solid rgba(45,125,210,.5);outline-offset:2px}.card{background:#fff;border:1px solid var(--line-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.stubPage{max-width:720px;margin:0 auto;padding:96px var(--gutter) 120px}.stubPage h1{font-size:34px;letter-spacing:-.02em;margin-bottom:14px}.stubPage p{color:var(--gray);margin-bottom:12px}.stubPage a{color:var(--blue);font-weight:600}@media (max-width:900px){:root{--gutter:24px}}@media (max-width:480px){:root{--gutter:16px}}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}