:root{color-scheme:light;--ink:#172029;--muted:#62707c;--line:#dce2e6;--green:#087347;--bg:#f4f6f8;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;color:var(--ink);background:var(--bg)}*{box-sizing:border-box}body{margin:0}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}button{font:inherit;font-weight:600;border:1px solid transparent;background:#18212b;color:white;border-radius:9px;padding:13px 18px;cursor:pointer}button:hover{filter:brightness(1.14)}button:disabled{opacity:.55;cursor:wait}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #537bef;outline-offset:4px}header{max-width:1200px;margin:auto;padding:28px 36px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.brand{text-decoration:none;font-weight:750;display:flex;align-items:center;gap:11px;letter-spacing:-.3px}.brand-icon{display:grid;place-items:center;background:var(--ink);color:white;border-radius:9px;width:34px;height:34px;font-size:26px}.profile{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--muted)}main{max-width:1200px;margin:auto;padding:45px 36px 24px}.heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:34px;gap:24px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;color:var(--muted);margin:0 0 12px}h1{font-size:clamp(2rem,4vw,3rem);letter-spacing:-1.7px;line-height:1.16;margin:0}.dot{color:#4773ef}.intro{color:var(--muted);margin-bottom:0;line-height:1.5}.date{text-align:right;display:flex;flex-direction:column;gap:7px;flex-shrink:0}.date span{font-size:12px;letter-spacing:1.5px;color:var(--muted)}.date strong{font-size:19px}.date small{font-size:13px;color:var(--muted)}.overview{display:flex;justify-content:space-between;gap:35px;padding:32px 35px;background:#17202b;border-radius:16px;color:white}.status-label{text-transform:uppercase;letter-spacing:1.3px;font-size:12px;color:#b9c7d9;font-weight:650}.overview h2{font-size:30px;letter-spacing:-.8px;margin:15px 0 10px}.overview p{color:#b8c3d0;line-height:1.55;font-size:15px;max-width:460px;margin:0}.overview.live{background:#075f3d}.launch{border-left:1px solid #ffffff24;padding-left:34px;min-width:310px;display:flex;flex-direction:column}.launch>span{font-size:12px;letter-spacing:1px;color:#c1cede}.launch strong{font-size:43px;letter-spacing:-1px;margin:8px 0}.launch strong small{font-size:15px;letter-spacing:0;font-weight:400;color:#c1cede}.launch a{font-size:13px;color:#c2d2fa;text-underline-offset:3px}.launch p{font-size:12px;margin-top:9px}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:15px;margin:36px 0 18px}.toolbar h2{font-size:20px;margin:0;letter-spacing:-.4px}.toolbar h2 span{font-weight:500;color:#8b969f;font-size:14px;margin-left:10px}.toolbar p{font-size:13px;color:var(--muted);margin:7px 0 0}.secondary{background:white;color:var(--ink);border-color:var(--line);font-size:14px}.stores{display:grid;grid-template-columns:1.1fr 1.1fr 1fr;gap:14px}.store{padding:22px 19px;background:white;border:1px solid var(--line);border-radius:12px;display:flex;flex-direction:column;min-width:0}.store-head{display:flex;align-items:center;gap:10px;margin-bottom:24px;min-height:38px}.store-logo{height:36px;width:36px;border:1px solid var(--line);border-radius:9px;display:grid;place-items:center;font-weight:750;flex-shrink:0}.store h3{font-size:16px;line-height:1.3;margin:0}.badge{padding:7px 9px;border-radius:5px;background:#f0f3f6;color:#5f6a75;font-size:13px;font-weight:650;align-self:flex-start}.store p{font-size:14px;color:var(--muted);line-height:1.55;margin:14px 0;overflow-wrap:anywhere}.store time{font-size:12px;color:#73818d;display:block;margin:auto 0 18px;padding-top:12px}.store a{font-size:14px;text-decoration:none;border-top:1px solid var(--line);padding-top:17px;font-weight:600;display:flex;justify-content:space-between}.store.active{border-color:#56b88b;background:#f4fff9}.store.active .badge{background:#d5f3e4;color:#05623a}.store.error .badge,.store.blocked .badge,.store.unknown .badge{background:#fff2dd;color:#845614}.notification{margin-top:24px;border:1px solid var(--line);border-radius:12px;padding:24px;background:#fff;display:flex;align-items:center;gap:18px}.bell{background:#edf2fd;color:#3253a2;border-radius:50%;height:46px;width:46px;display:grid;place-items:center;font-size:27px;flex-shrink:0}.notification-copy{flex:1}.notification h2{font-size:18px;letter-spacing:-.3px;margin:0 0 7px}.notification p{font-size:14px;color:var(--muted);margin:0;line-height:1.55}.notification .hint{font-size:12px;margin-top:5px}.notification-actions{display:flex;flex-direction:column;align-items:center;gap:6px}.text-button{background:none;color:var(--muted);font-size:12px;padding:7px}details{margin:24px 0;color:var(--muted);font-size:14px;line-height:1.65}summary{cursor:pointer;font-weight:600;color:var(--ink)}.details-content{max-width:850px;padding:5px 0}.details-content button{margin:5px 8px 5px 0}footer{border-top:1px solid var(--line);padding-top:22px;display:flex;justify-content:space-between;gap:15px;font-size:12px;color:var(--muted)}.notice{padding:13px 16px;background:#fff0d9;border-radius:8px;color:#704d16;font-size:14px;line-height:1.5}[hidden]{display:none!important}@media(max-width:1000px){.stores{grid-template-columns:repeat(2,1fr)}.overview{padding:26px;gap:22px}.launch{min-width:270px;padding-left:25px}}@media(max-width:650px){header{padding:20px}.profile span{display:none}main{padding:28px 20px 22px}.heading{align-items:flex-start;flex-direction:column;gap:22px}.date{text-align:left;display:block}.date span,.date small{margin-right:8px}.date small{display:none}.overview{flex-direction:column;padding:25px}.overview h2{font-size:26px}.launch{border-left:0;border-top:1px solid #ffffff24;padding:22px 0 0;min-width:0}.launch strong{font-size:36px}.toolbar{align-items:flex-start}.toolbar h2{font-size:18px}.toolbar button{padding:10px;font-size:12px}.stores{grid-template-columns:1fr}.store{padding:20px}.store-head{margin-bottom:16px}.store time{margin-bottom:12px}.notification{align-items:flex-start;flex-wrap:wrap;padding:20px}.bell{display:none}.notification-copy{flex-basis:100%}.notification-actions{align-items:flex-start}footer{flex-direction:column;gap:7px}}@media(prefers-reduced-motion:no-preference){button,a{transition:background .15s,color .15s}}

.priority{display:block;font-size:12px;letter-spacing:1px;color:#60718a;margin-top:4px}.store-logo.alza{background:#d9f1c1;color:#386c13}.store-logo.datart{background:#fff1a5;color:#20252c}.evidence{font-size:12px!important}

.purchase-plan{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;font-size:14px;color:#526271;padding:17px 3px 0;line-height:1.5}
