:root{--samay-teal:#087F73;--samay-teal-dark:#005E59;--samay-teal-light:#E8F7F4;--samay-teal-soft:#F2FAF8;--samay-navy:#102B3A;--samay-text:#203746;--samay-text-muted:#60727D;--samay-white:#FFFFFF;--samay-surface:#F8FCFB;--samay-border:#DDEBE8;--samay-success:#14866F;--samay-danger:#B3261E;--fs-hero:2.5rem;--fs-h2:1.875rem;--fs-h3:1.3125rem;--fs-card:1.125rem;--fs-body:1rem;--fs-small:0.8125rem;--fs-button:0.9375rem;--radius-card:20px;--radius-row:16px;--radius-button:12px;--radius-control:12px;--shadow-card:0 1px 2px rgba(16,43,58,.04),0 10px 30px -18px rgba(16,43,58,.16);--logo-h:30px}@media (min-width:48em){:root{--fs-hero:3.75rem;--fs-h2:2.5rem;--fs-h3:1.5rem;--fs-card:1.25rem;--fs-body:1.0625rem;--fs-small:0.875rem;--fs-button:1rem;--logo-h:34px}}*{box-sizing:border-box}html{min-height:100%}body{margin:0;min-height:100vh;display:flex;flex-direction:column;font-family:var(--font-inter,Inter),system-ui,-apple-system,"Segoe UI",sans-serif;font-size:var(--fs-body);font-weight:400;color:var(--samay-text);background:var(--samay-surface);line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3{color:var(--samay-navy);font-weight:700;margin:0 0 .5rem;letter-spacing:-.01em}h1{font-size:var(--fs-h2);line-height:1.2;margin-bottom:.75rem}h1.hero{font-size:var(--fs-hero);line-height:1.1;letter-spacing:-.02em}h2{font-size:var(--fs-h3);line-height:1.3}.card h2,.card h3,h3{font-size:var(--fs-card);line-height:1.35}.card h2,.card h3{margin-bottom:.4rem}p{margin:0 0 1rem}.lead{font-size:var(--fs-body);max-width:34rem}.muted{color:var(--samay-text-muted)}.small{font-size:var(--fs-small);line-height:1.5}a{color:var(--samay-teal-dark);text-underline-offset:2px}a:hover{color:var(--samay-teal)}main{flex:1 0 auto;width:100%;max-width:42rem;margin:0 auto;padding:2rem 1.25rem 3.5rem}@media (min-width:48em){main{padding:3rem 2rem 4.5rem}}.site-header{background:var(--samay-white);border-bottom:1px solid var(--samay-border)}.site-header__inner{display:flex;align-items:center;max-width:42rem;margin:0 auto;padding:var(--logo-h) 1.25rem}@media (min-width:48em){.site-header__inner{padding-left:2rem;padding-right:2rem}}.brand{display:inline-flex;align-items:center;border-radius:var(--radius-button)}.brand__logo{display:block;height:var(--logo-h);width:auto}.brand:focus-visible{outline:3px solid var(--samay-teal);outline-offset:8px}.site-footer{flex:0 0 auto;background:var(--samay-teal-dark);color:var(--samay-teal-light);padding:1.75rem 0}.site-footer__inner{max-width:42rem;margin:0 auto;padding:0 1.25rem;font-size:var(--fs-small);line-height:1.6}@media (min-width:48em){.site-footer__inner{padding:0 2rem}}.site-footer p{margin:0}.site-footer p+p{margin-top:.4rem;color:#CFEAE6}.card{background:var(--samay-white);border:1px solid var(--samay-border);border-radius:var(--radius-card);padding:1.5rem;margin-bottom:1.25rem;box-shadow:var(--shadow-card)}@media (min-width:48em){.card{padding:2rem}}.card>:last-child{margin-bottom:0}label{display:block;font-weight:600;color:var(--samay-navy);margin:1.1rem 0 .35rem}input,select{width:100%;min-height:44px;padding:.6rem .85rem;font:inherit;color:inherit;border:1px solid var(--samay-border);border-radius:var(--radius-control);background:var(--samay-white)}input[type=checkbox]{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;width:22px;height:22px;min-height:0;flex:0 0 auto;margin:.2rem 0 0;padding:0;border:none;border-radius:0;background:none;accent-color:var(--samay-teal)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--samay-teal);outline-offset:2px}.check-row{display:flex;gap:.7rem;align-items:flex-start;min-height:44px;margin:1.1rem 0 0;padding:.6rem 0;font-weight:400;color:var(--samay-text)}button{font:inherit;font-size:var(--fs-button);font-weight:600;line-height:1.2;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:44px;padding:.7rem 1.35rem;border-radius:var(--radius-button);border:1px solid transparent;background:var(--samay-teal);color:var(--samay-white);transition:background-color .15s ease,color .15s ease}button:hover{background:var(--samay-teal-dark)}button:disabled{opacity:.55;cursor:not-allowed}button.secondary{background:var(--samay-white);color:var(--samay-teal-dark);border-color:var(--samay-border)}button.secondary:hover{background:var(--samay-teal-soft);color:var(--samay-teal-dark);border-color:var(--samay-teal)}.error{background:#FDECEA;border:1px solid var(--samay-danger);color:#7A1810;border-radius:var(--radius-control)}.error,.notice{padding:.85rem 1.1rem;margin:1rem 0}.notice{background:var(--samay-teal-light);border:1px solid var(--samay-border);color:var(--samay-text);border-radius:var(--radius-control)}ul.list{list-style:none;padding:0;margin:0}ul.list li{border:1px solid var(--samay-border);border-radius:var(--radius-row);padding:1rem 1.1rem;margin-bottom:.7rem;background:var(--samay-white);box-shadow:0 1px 2px rgba(16,43,58,.03)}ul.list li:last-child{margin-bottom:0}.list-link{display:inline-flex;align-items:center;min-height:44px;font-weight:700;font-size:var(--fs-card)}.badge,.list-link{color:var(--samay-teal-dark)}.badge{display:inline-block;background:var(--samay-teal-light);border-radius:999px;padding:.2rem .65rem;font-size:var(--fs-small);font-weight:600;white-space:nowrap}.row{flex-wrap:wrap}.row,.row-split{display:flex;gap:.75rem;align-items:center}.row-split{justify-content:space-between}.row-split>div{min-width:0}.actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.5rem}.icon{flex:0 0 auto}.icon-teal{color:var(--samay-teal)}.icon-navy{color:var(--samay-navy)}.status{display:flex;align-items:center;gap:.4rem;font-size:var(--fs-small);font-weight:600;margin-top:.35rem}.status-on{color:var(--samay-teal-dark)}.status-off{color:var(--samay-text-muted)}.back-link{gap:.35rem;min-height:44px;font-weight:600;font-size:var(--fs-small)}.back-link,.icon-badge{display:inline-flex;align-items:center}.icon-badge{justify-content:center;width:40px;height:40px;flex:0 0 auto;border-radius:999px;background:var(--samay-teal-light);color:var(--samay-teal)}.card-head{display:flex;gap:.85rem;align-items:flex-start;margin-bottom:.75rem}.card-head>div{min-width:0}.card-head h2{margin-bottom:.25rem}.consent-backdrop{position:fixed;inset:0;z-index:50;display:flex;align-items:flex-end;justify-content:center;padding:1rem;background:rgb(16 43 58/45%);overflow-y:auto}@media (min-width:48em){.consent-backdrop{align-items:center}}.consent-dialog{width:100%;max-width:34rem;margin:0;max-height:calc(100dvh - 2rem);overflow-y:auto}.consent-list{margin:0 0 1rem}.consent-row{display:flex;gap:.75rem;align-items:flex-start;margin:0;font-weight:400;cursor:pointer;min-height:44px;padding:.15rem 0}.consent-row input[type=checkbox]{width:22px;height:22px;flex:0 0 auto;margin-top:.15rem;accent-color:var(--samay-teal)}.consent-row strong{display:block;color:var(--samay-navy)}.consent-desc{display:block;margin-top:.15rem}.consent-essential{margin-bottom:1rem}.consent-essential summary{cursor:pointer;font-weight:600;color:var(--samay-teal-dark);min-height:44px;display:flex;align-items:center}.consent-essential ul{margin:.25rem 0 0;padding-left:1.1rem}.consent-essential li{margin-bottom:.4rem}.consent-version{margin:.9rem 0 0;font-size:.8rem}.privacy-link{background:transparent;border:1px solid rgb(255 255 255/35%);color:var(--samay-white);font-size:.9rem;font-weight:600;padding:.5rem 1rem;border-radius:12px;min-height:44px;cursor:pointer;margin-top:.75rem}.privacy-link:hover{background:rgb(255 255 255/12%)}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}