:root{color-scheme:light;--bg:#ffffff;--panel:#ffffff;--panel-soft:#fafbfc;--line:#edf0f4;--line-strong:#e4e9f0;--ink:#151922;--muted:#66728a;--navy:#14305f;--blue:#1f75f2;--green:#00b528;--amber:#ffac0b;--red:#ff3b30;--purple:#7c2cff}:root[data-theme=dark]{color-scheme:dark;--bg:#080d16;--panel:#0f1724;--panel-soft:#111a28;--line:#253047;--line-strong:#2e3b54;--ink:#eef4ff;--muted:#9aa8bd;--navy:#dbeafe;--blue:#6ca6ff;--green:#49d86a;--amber:#ffc55a;--red:#ff6b63;--purple:#a78bfa}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;letter-spacing:0;transition:background-color .18s ease,color .18s ease}body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.page-shell{width:min(100% - 64px,1648px);margin:0 auto}.topbar{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:38px 0 35px}.brand img{width:187px;height:auto}.brand{min-width:0}.topbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:16px;min-width:0}.theme-toggle{display:inline-flex;flex:0 0 auto;justify-content:center;padding:0;background:transparent;border:0;cursor:pointer}.theme-toggle,.theme-toggle-track{align-items:center;width:54px;height:32px}.theme-toggle-track{position:relative;display:grid;grid-template-columns:1fr 1fr;padding:0 4px;overflow:hidden;color:#7a879c;background:#f2f5fa;border:1px solid #dbe3ef;border-radius:999px;box-shadow:inset 0 1px rgba(255,255,255,.82);transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease}.theme-toggle-moon,.theme-toggle-sun{position:relative;z-index:2;justify-self:center}.theme-toggle-sun{color:#f5a524}.theme-toggle-moon{color:#66728a;transform:translateX(2px)}.theme-toggle-thumb{position:absolute;z-index:1;left:4px;top:4px;width:22px;height:22px;background:#ffffff;border-radius:999px;box-shadow:0 2px 8px rgba(15,23,42,.16);transition:transform .18s ease}.theme-toggle[aria-checked=true] .theme-toggle-track{color:#dbeafe;background:#111d31;border-color:#2d4163}.theme-toggle[aria-checked=true] .theme-toggle-thumb{transform:translateX(24px)}.theme-toggle:focus-visible .theme-toggle-track,.theme-toggle:hover .theme-toggle-track{border-color:#94bfff;box-shadow:0 0 0 3px rgba(31,117,242,.12)}.language-trigger{display:inline-flex;align-items:center;gap:9px;flex:0 1 auto;min-width:0;max-width:100%;padding:0;color:var(--muted);background:transparent;border:0;cursor:pointer;font:inherit;font-size:17px;font-weight:400;white-space:nowrap}.language-trigger span{min-width:0;overflow:hidden;text-overflow:ellipsis}.language-trigger:focus-visible,.language-trigger:hover{color:#44536a}.notice-ribbon{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px;min-height:58px;padding:0 20px;background:#fff8ed;border-radius:18px}.notice-icon{display:grid;place-items:center;width:23px;height:23px;color:#ffffff;background:#151922;border-radius:999px}.notice-ribbon>p{overflow:hidden;min-width:0;margin:0;color:#151922;font-size:15px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.notice-ribbon>a,.subscribe-trigger{display:inline-flex;align-items:center;gap:8px;color:#07090e;background:transparent;border:0;cursor:pointer;font-size:15px;font-weight:500;font-family:inherit;white-space:nowrap}.subscribe-trigger{padding:0}.subscribe-trigger:focus-visible,.subscribe-trigger:hover{color:#23314a}.status-hero{display:flex;flex-direction:column;align-items:center;padding:46px 0 60px;text-align:center}.status-hero h1{width:100%;max-width:680px;overflow-wrap:break-word}.hero-status-mark,.hero-status-override{display:grid;place-items:center;width:78px;height:78px;margin-bottom:24px;border-radius:999px}.hero-status-mark{position:relative;isolation:isolate;color:var(--blue);background:#f4f8ff;border:1px solid #d8e6ff;box-shadow:0 10px 34px rgba(24,119,242,.08);animation:status-mark-in .52s cubic-bezier(.2,.8,.2,1) both,status-mark-breathe 4.8s ease-in-out .68s infinite}.hero-status-mark:after{position:absolute;inset:-7px;z-index:-1;border:1px solid;border-radius:inherit;content:"";opacity:.12;animation:status-ring 4.8s ease-in-out .68s infinite}.hero-status-mark.is-operational{color:var(--green);background:#f0fdf4;border-color:#bbf7d0}.hero-status-mark.is-maintenance{color:var(--blue);background:#eff6ff;border-color:#bfdbfe}.hero-status-mark.is-incident{color:#b7791f;background:#fffbeb;border-color:#fde68a}.hero-status-mark.is-outage{color:var(--red);background:#fff1f2;border-color:#fecdd3}.hero-status-override{font-size:64px;line-height:1;background:transparent}h1,h2,h3,p{margin-top:0}h1{margin-bottom:0;color:var(--ink);font-size:34px;font-weight:700;line-height:1.16}.status-panel{overflow:hidden;background:var(--panel);border:1px solid var(--line-strong);border-radius:15px}.status-panel-heading{display:flex;align-items:center;min-height:64px;padding:0 21px;background:#fbfcfe;border-bottom:1px solid var(--line)}.status-panel-heading h2{margin:0;color:var(--ink);font-size:16px;font-weight:600}.status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.status-cell{display:grid;grid-template-columns:23px minmax(0,1fr);grid-gap:15px;gap:15px;align-items:center;min-height:89px;padding:18px 25px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);animation:status-cell-in .42s ease-out both}.status-cell:nth-child(2){animation-delay:35ms}.status-cell:nth-child(3){animation-delay:70ms}.status-cell:nth-child(4){animation-delay:105ms}.status-cell:nth-child(5){animation-delay:.14s}.status-cell:nth-child(6){animation-delay:175ms}.status-cell:nth-child(7){animation-delay:.21s}.status-cell:nth-child(8){animation-delay:245ms}.status-cell:nth-child(9){animation-delay:.28s}.status-cell:nth-child(10){animation-delay:315ms}.status-cell:nth-child(11){animation-delay:.35s}.status-cell:nth-child(12){animation-delay:385ms}.status-cell:nth-child(3n){border-right:0}.status-cell:nth-last-child(-n+3){border-bottom:0}.status-icon{position:relative;display:grid;place-items:center;width:20px;height:20px;color:#ffffff;border-radius:999px;transition:transform .18s ease,box-shadow .18s ease}.status-cell:hover .status-icon{transform:scale(1.08)}.status-icon.is-operational{background:var(--green);animation:status-operational-pulse 3.8s ease-in-out infinite}.status-icon.is-maintenance{color:var(--blue);background:transparent}.status-icon.is-maintenance svg{animation:status-maintenance-turn 5s ease-in-out infinite;transform-origin:center}.status-icon.is-outage{background:var(--red);animation:status-outage-pulse 2.6s ease-in-out infinite}.status-icon.is-incident{color:#ffffff;background:var(--amber);border-radius:4px;animation:status-incident-pulse 3.2s ease-in-out infinite}@keyframes status-mark-in{0%{opacity:0;transform:translateY(6px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes status-mark-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.035)}}@keyframes status-ring{0%,to{opacity:.08;transform:scale(.96)}50%{opacity:.18;transform:scale(1.06)}}@keyframes status-cell-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes status-operational-pulse{0%,to{box-shadow:0 0 0 0 rgba(0,180,36,0)}50%{box-shadow:0 0 0 5px rgba(0,180,36,.14)}}@keyframes status-maintenance-turn{0%,72%,to{transform:rotate(0deg)}84%{transform:rotate(16deg)}92%{transform:rotate(-10deg)}}@keyframes status-incident-pulse{0%,to{box-shadow:0 0 0 0 rgba(255,176,0,0)}50%{box-shadow:0 0 0 5px rgba(255,176,0,.18)}}@keyframes status-outage-pulse{0%,to{box-shadow:0 0 0 0 rgba(255,55,48,0)}50%{box-shadow:0 0 0 5px rgba(255,55,48,.17)}}@media (prefers-reduced-motion:reduce){.hero-status-mark,.hero-status-mark:after,.status-cell,.status-icon,.status-icon svg,.subscribe-confetti span,.subscribe-success-mark,.subscribe-success-mark svg{animation:none;transition:none}.status-cell:hover .status-icon{transform:none}}.status-cell h3{margin:0 0 4px;color:var(--ink);font-size:17px;font-weight:600;line-height:1.15;overflow-wrap:anywhere}.status-cell p{margin:0;color:var(--muted);font-size:15px;line-height:1.25}.events-panel{margin-top:34px}.events-panel-heading{padding:0 0 16px;border-bottom:1px solid #edf1f6}.events-panel-heading h2{margin:0;color:var(--ink);font-size:16px;font-weight:600}.event-date-list{display:grid;grid-gap:28px;gap:28px;padding-top:18px}.event-date-group{display:grid}.event-date-heading{padding:0 0 8px}.event-date-heading h3{margin:0;color:#667085;font-size:13px;font-weight:600;line-height:1.3}.event-row,.events-list{display:grid}.event-row{grid-template-columns:136px minmax(0,1fr);grid-gap:24px;gap:24px;padding:16px 0;border-top:1px solid #eef2f7;color:inherit;text-decoration:none;transition:background-color .16s ease,padding-inline .16s ease}.event-row:first-child{border-top:0}.event-row:focus-visible,.event-row:hover{background:rgba(31,117,242,.035);outline:0;padding-inline:10px}.event-row-meta{display:grid;align-content:start;grid-gap:4px;gap:4px;margin-top:2px;color:var(--muted);font-size:13px;line-height:1.35}.event-row-meta time{color:#344054;font-weight:600}.event-row-meta span{overflow-wrap:anywhere}.event-row-body{min-width:0}.event-row-body h4{margin:0 0 6px;color:var(--ink);font-size:16px;font-weight:600;line-height:1.3;overflow-wrap:anywhere}.event-row-body p{margin:0;color:var(--muted);font-size:14px;line-height:1.55;overflow-wrap:anywhere}.event-detail-page{min-height:calc(100vh - 360px)}.event-detail{display:grid;grid-gap:16px;gap:16px;max-width:760px;margin:48px 0 34px}.event-back-link{width:-moz-fit-content;width:fit-content;color:#1f75f2;font-size:14px;font-weight:600;text-decoration:none}.event-back-link:focus-visible,.event-back-link:hover{text-decoration:underline}.event-detail-meta{display:flex;flex-wrap:wrap;gap:10px 14px;margin:0;color:var(--muted);font-size:14px}.event-detail-meta span:before{content:"";display:inline-block;width:5px;height:5px;margin:0 10px 2px 0;border-radius:999px;background:currentColor;opacity:.45}.event-detail h1{margin:0;color:var(--ink);font-size:clamp(32px,4vw,48px);font-weight:650;line-height:1.08}.event-detail>p:last-child{max-width:680px;margin:0;color:var(--muted);font-size:17px;line-height:1.7}.unsubscribe-page{display:grid;min-height:100vh;place-items:center;padding:32px 20px;background:var(--bg)}.unsubscribe-panel{display:grid;grid-gap:18px;gap:18px;width:min(100%,520px);padding:34px;border:1px solid var(--line);border-radius:18px;background:var(--panel);box-shadow:0 24px 80px rgba(15,23,42,.08)}.unsubscribe-logo img{width:178px;height:auto}.unsubscribe-panel h1{margin:6px 0 0;color:var(--ink);font-size:30px;line-height:1.1}.unsubscribe-panel>p{margin:0;color:var(--muted);line-height:1.6}.unsubscribe-actions{display:grid;grid-gap:12px;gap:12px;margin-top:4px}.unsubscribe-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;border:0;border-radius:999px;background:var(--ink);color:var(--panel);font:inherit;font-weight:600;cursor:pointer}.unsubscribe-button:disabled{cursor:wait;opacity:.7}.unsubscribe-button svg{animation:subscribe-spin .9s linear infinite}.unsubscribe-error,.unsubscribe-success{margin:0;padding:12px 14px;border-radius:12px;font-size:14px;line-height:1.5}.unsubscribe-success{background:rgba(0,178,45,.08);color:#04711f}.unsubscribe-error{background:rgba(255,59,48,.08);color:#b42318}.events-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:38px;margin:26px 0 0;padding:0;color:#151922;background:transparent;border:0;cursor:pointer;font:inherit;font-size:13px;font-weight:600}.events-date-toggle:focus-visible,.events-date-toggle:hover,.events-toggle:focus-visible,.events-toggle:hover{color:#44536a;text-decoration:underline;text-underline-offset:4px}.events-date-toggle{justify-self:start;min-height:34px;margin:4px 0 0 160px;padding:0;color:#344054;background:transparent;border:0;cursor:pointer;font:inherit;font-size:13px;font-weight:600}.events-empty{padding:18px 0 0}.events-empty p{margin:0;color:var(--muted);font-size:14px}.support-section{width:100%;padding:42px 0 72px}.support-section h2{margin-bottom:16px;color:var(--ink);font-size:24px;font-weight:500;line-height:32px}.support-section>p{margin-bottom:32px;color:var(--muted);font-size:18px;font-weight:300;line-height:29px}.support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:32px 20px;gap:32px 20px}.support-card{display:flex;flex-direction:column;min-width:0;min-height:298px;padding:24px;background:#f8f9fb;border:1px solid #f2f3f6;border-radius:16px}.support-icon{display:grid;place-items:center;margin-bottom:48px;background:transparent;border-radius:0}.support-icon,.support-icon img{width:52px;height:52px}.support-card h3{display:inline-flex;align-items:center;gap:12px;margin:0 0 8px;color:var(--ink);font-size:24px;font-weight:500;line-height:32px;overflow-wrap:anywhere}.live-chat-badge{position:relative;display:inline-grid;place-items:center;width:32px;height:32px;background:#eaecf0;border-radius:999px}.live-chat-face{width:20px;height:20px}.live-chat-dot{position:absolute;top:-2px;right:-2px;width:12px;height:12px}.support-card p{min-height:48px;margin:0 0 32px;color:#566276;font-weight:300;line-height:24px;overflow:visible;text-overflow:clip;white-space:normal}.support-button,.support-card p{font-size:16px;overflow-wrap:anywhere}.support-button{display:inline-flex;align-items:center;justify-content:center;align-self:end;width:100%;min-height:52px;margin-top:auto;padding:0 28px;color:#ffffff;background:#121722;border:1px solid #121722;border-radius:999px;font-weight:500;text-align:center;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.support-button:focus-visible,.support-button:hover{background:#1b2433;border-color:#1b2433;box-shadow:0 10px 22px rgba(18,23,34,.14);outline:0;transform:translateY(-1px)}.subscribe-modal{position:fixed;inset:0;z-index:95;display:grid;place-items:center;padding:24px}.subscribe-modal-backdrop{position:fixed;inset:0;background:rgba(10,14,23,.42);border:0}.subscribe-panel{position:relative;z-index:1;display:flex;flex-direction:column;width:min(100%,600px);max-height:min(720px,calc(100dvh - 48px));overflow:hidden;background:#ffffff;border:1px solid rgba(226,232,240,.9);border-radius:24px;box-shadow:0 24px 80px rgba(15,23,42,.24)}.subscribe-panel.is-confirmed{width:min(100%,500px);max-height:min(620px,calc(100dvh - 48px));border:0;overflow:visible}.subscribe-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:24px 28px 16px;border-bottom:1px solid #eaecf0}.subscribe-header h2{margin:0;color:#12151f;font-size:22px;font-weight:600;line-height:1.18}.subscribe-close{display:inline-grid;place-items:center;flex:0 0 auto;width:40px;height:40px;color:#12151f;background:transparent;border:0;border-radius:999px;cursor:pointer;transition:background-color .16s ease,color .16s ease}.subscribe-close:focus-visible,.subscribe-close:hover{color:#101828;background:#f2f4f7;outline:0}.subscribe-form{display:flex;flex:1 1 auto;flex-direction:column;gap:16px;min-height:0;padding:20px 28px 18px;overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.subscribe-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.subscribe-fields label{display:grid;grid-gap:8px;gap:8px;min-width:0}.subscribe-field-wide{grid-column:1/-1}.subscribe-channels legend,.subscribe-fields span,.subscribe-services legend{color:#344054;font-size:14px;font-weight:600;line-height:1.35}.subscribe-fields em{color:#98a2b3;font-style:normal;font-weight:500}.subscribe-fields input,.subscribe-fields select{width:100%;min-height:48px;padding:0 16px;color:#12151f;background:#ffffff;border:1px solid #d9e1ec;border-radius:12px;outline:0;font:inherit;font-size:15px}.subscribe-fields input[type=hidden]{display:none}.subscribe-fields select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:38px;background-image:url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 8L10 12L14 8' stroke='%2364758B' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:18px 18px}.phone-number-field,.subscribe-phone-row{width:100%;min-width:0}.phone-number-field{position:relative;display:grid;grid-template-columns:minmax(112px,auto) minmax(0,1fr);align-items:stretch}.phone-number-field .phone-number-field-input{min-width:0;padding-left:14px;border-radius:0 12px 12px 0}.phone-country-trigger{position:relative;z-index:2;display:flex;align-items:center;gap:8px;height:48px;min-width:112px;max-width:132px;padding:0 11px;color:#344054;background:#f6f8fb;border:1px solid #d9e1ec;border-right:0;border-radius:12px 0 0 12px;cursor:pointer;font:inherit;font-size:14px;font-weight:600;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease}.phone-country-trigger:focus-visible,.phone-country-trigger:hover,.phone-number-field:focus-within .phone-country-trigger{background:#ffffff;border-color:#d9e1ec;box-shadow:0 1px 2px rgba(15,23,42,.05)}.phone-country-trigger:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(45,122,255,.14)}.phone-country-trigger:disabled{cursor:not-allowed;opacity:.6}.phone-country-flag,.phone-country-option-flag{display:inline-flex;align-items:center;justify-content:center;width:24px;height:18px;overflow:hidden;font-size:18px;line-height:1;background:#ffffff;border-radius:4px;box-shadow:0 0 0 1px rgba(15,23,42,.08);flex:0 0 auto}.phone-country-code{min-width:34px;text-align:left;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.phone-country-trigger svg{margin-left:auto;color:#667085;flex:0 0 auto}.subscribe-fields input:focus,.subscribe-fields select:focus{border-color:#2d7aff;box-shadow:0 0 0 3px rgba(45,122,255,.14)}.subscribe-fields label[data-invalid=true] .phone-number-field-input,.subscribe-fields label[data-invalid=true] input{border-color:#e5483f;box-shadow:0 0 0 3px rgba(229,72,63,.11)}.subscribe-fields label[data-invalid=true] .phone-country-trigger{border-color:rgba(229,72,63,.34)}.subscribe-fields input::placeholder{color:#98a2b3}.phone-country-overlay{position:fixed;inset:0;z-index:999;background:rgba(15,23,42,.16);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.phone-country-dialog{position:fixed;left:var(--phone-picker-left,16px);top:var(--phone-picker-top,128px);width:352px;max-width:calc(100vw - 32px);overflow:hidden;background:#ffffff;border:1px solid #d9e1ec;border-radius:16px;box-shadow:0 24px 70px rgba(15,23,42,.18)}.phone-country-drawer-handle{display:none}.phone-country-search{display:flex;align-items:center;gap:9px;padding:12px;border-bottom:1px solid #edf1f7}.phone-country-search svg{color:#667085;flex:0 0 auto}.phone-country-search-input{width:100%;min-width:0;height:42px;padding:0 12px;color:#12151f;background:#f6f8fb;border:1px solid #d9e1ec;border-radius:12px;outline:0;font:inherit;font-size:14px}.phone-country-search-input:focus{background:#ffffff;border-color:#2d7aff;box-shadow:0 0 0 3px rgba(45,122,255,.12)}.phone-country-close{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;color:#667085;background:transparent;border:0;border-radius:12px;cursor:pointer;transition:background-color .16s ease,color .16s ease}.phone-country-close:focus-visible,.phone-country-close:hover{color:#12151f;background:#f6f8fb;outline:0}.phone-country-list{max-height:288px;overflow-y:auto;padding:8px}.phone-country-option{display:flex;align-items:center;width:100%;gap:12px;padding:10px 12px;color:#344054;text-align:left;background:transparent;border:0;border-radius:12px;cursor:pointer;transition:background-color .16s ease,color .16s ease}.phone-country-option.is-selected,.phone-country-option:focus-visible,.phone-country-option:hover{background:#f6f8fb;outline:0}.phone-country-option-text{min-width:0;flex:1 1}.phone-country-option-label{display:block;overflow:hidden;color:#12151f;font-size:14px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.phone-country-option-iso{display:block;margin-top:2px;color:#667085;font-size:12px;font-weight:600}.phone-country-option-code{color:#667085;font-size:14px;font-weight:650;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;flex:0 0 auto}.phone-country-empty{padding:28px 16px;color:#667085;font-size:14px;text-align:center}.subscribe-channels,.subscribe-services{min-width:0;padding:0;margin:0;border:0}.subscribe-channel-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:10px}.subscribe-channel-option{display:grid;grid-template-columns:22px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center;min-height:48px;padding:11px 12px;color:#182033;background:#f8fafc;border:1px solid #e1e7f0;border-radius:12px;cursor:pointer}.subscribe-channel-option:focus-within,.subscribe-channel-option:hover,.subscribe-channel-option[data-checked=true]{background:#ffffff;border-color:#2d7aff}.subscribe-channel-option[data-checked=true],.subscribe-service-option[data-checked=true]{background:#f7fbff;box-shadow:0 1px 0 rgba(15,23,42,.02)}.subscribe-channel-option input{position:absolute;opacity:0;pointer-events:none}.subscribe-channel-option input:focus-visible+.subscribe-service-check,.subscribe-service-option input:focus-visible+.subscribe-service-check{box-shadow:0 0 0 4px rgba(31,117,242,.16)}.subscribe-channel-option>span:last-child{font-size:14px;font-weight:650}.subscribe-service-tools{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:10px 0 14px;color:#667085;font-size:14px}.subscribe-service-tools>div{display:flex;gap:8px}.subscribe-service-tools button{padding:0;color:#1f75f2;background:transparent;border:0;cursor:pointer;font:inherit;font-weight:600}.subscribe-service-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.subscribe-service-option{display:grid;grid-template-columns:22px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center;min-height:48px;padding:11px 12px;color:#182033;background:#f8fafc;border:1px solid #e1e7f0;border-radius:12px;cursor:pointer}.subscribe-service-option:focus-within,.subscribe-service-option:hover,.subscribe-service-option[data-checked=true]{background:#ffffff;border-color:#2d7aff}.subscribe-service-option[data-checked=true]{background:#f7fbff;box-shadow:0 1px 0 rgba(15,23,42,.02)}.subscribe-service-option input{position:absolute;opacity:0;pointer-events:none}.subscribe-service-check{display:grid;place-items:center;width:21px;height:21px;color:#ffffff;background:#ffffff;border:1.5px solid #cbd5e1;border-radius:7px;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease}.subscribe-channel-option[data-checked=true] .subscribe-service-check,.subscribe-service-option[data-checked=true] .subscribe-service-check{background:#1f75f2;border-color:#1f75f2}.subscribe-service-option>span:last-child{min-width:0;font-size:14px;font-weight:600;line-height:1.25;overflow-wrap:anywhere}.subscribe-field-error{margin:-2px 0 0;color:#b42318;font-size:13px;font-weight:500;line-height:1.35}.subscribe-section-error{margin:-6px 0 12px}.subscribe-channels[data-invalid=true] .subscribe-channel-option,.subscribe-services[data-invalid=true] .subscribe-service-option{border-color:rgba(229,72,63,.34)}.subscribe-form-alert{margin:0;padding:12px 14px;color:#a4251a;background:#fff1f0;border:1px solid #ffd0cc;border-radius:12px;font-size:14px;font-weight:500;line-height:1.4}.subscribe-confirmation{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;min-height:410px;padding:58px 42px 36px;text-align:center}.subscribe-confirmation:before{content:"";position:absolute;top:42px;left:50%;width:156px;height:156px;background:radial-gradient(circle,rgba(31,117,242,.18) 0,rgba(24,199,243,.11) 38%,transparent 68%);border-radius:999px;pointer-events:none;transform:translateX(-50%) scale(.7);animation:subscribe-celebration-glow 5.2s ease-out both}.subscribe-confirmation h2{margin:0;color:#12151f;font-size:24px;font-weight:600;line-height:1.12}.subscribe-confirmation>p:last-of-type{max-width:350px;margin:0 0 10px;color:#667085;font-size:15px;line-height:1.55}.subscribe-success-mark{position:relative;z-index:2;display:grid;place-items:center;width:88px;height:88px;margin-bottom:4px;color:#ffffff;background:radial-gradient(circle at 32% 24%,rgba(255,255,255,.38),transparent 34%),linear-gradient(135deg,#18c7f3,#1f75f2 48%,#132c5c);border-radius:999px;box-shadow:0 18px 42px rgba(31,117,242,.26),0 0 0 10px rgba(31,117,242,.08);transform-origin:center;animation:subscribe-success-pop .58s cubic-bezier(.2,.9,.2,1.18) both}.subscribe-success-mark:after{content:"";position:absolute;inset:-13px;border:1px solid rgba(31,117,242,.26);border-radius:inherit;animation:subscribe-success-ring 5.2s ease-out both}.subscribe-success-mark svg{stroke-dasharray:58;stroke-dashoffset:58;animation:subscribe-check-draw .54s ease .22s forwards}.subscribe-confetti{position:absolute;inset:-70px -52px;z-index:1;overflow:hidden;pointer-events:none}.subscribe-confetti span{position:absolute;top:35%;left:50%;width:7px;height:13px;background:var(--confetti-color);border-radius:999px;opacity:0;transform:translate(-50%,-50%) scale(.45) rotate(0deg);animation:subscribe-confetti-pop 3s cubic-bezier(.12,.78,.22,1) var(--confetti-delay) forwards,subscribe-confetti-float 2.4s ease-in-out calc(var(--confetti-delay) + 1.8s) forwards}.subscribe-confetti span:nth-child(3n){width:9px;height:9px;border-radius:50%}.subscribe-confetti span:nth-child(4n){width:11px;height:5px;border-radius:4px}.subscribe-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:2px}.subscribe-primary,.subscribe-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 18px;border-radius:999px;cursor:pointer;font:inherit;font-size:15px;font-weight:650}.subscribe-secondary{color:#344054;background:#ffffff;border:1px solid #d9e1ec}.subscribe-primary{color:#ffffff;background:#121722;border:1px solid #121722}.subscribe-primary:disabled{cursor:progress;opacity:.72}.subscribe-primary svg{animation:subscribe-spin .9s linear infinite}@keyframes subscribe-spin{to{transform:rotate(1turn)}}@keyframes subscribe-success-pop{0%{opacity:0;transform:scale(.68)}65%{opacity:1;transform:scale(1.06)}to{opacity:1;transform:scale(1)}}@keyframes subscribe-check-draw{to{stroke-dashoffset:0}}@keyframes subscribe-celebration-glow{0%{opacity:0;transform:translateX(-50%) scale(.5)}12%{opacity:1;transform:translateX(-50%) scale(1)}to{opacity:0;transform:translateX(-50%) scale(1.45)}}@keyframes subscribe-success-ring{0%{opacity:0;transform:scale(.68)}16%{opacity:1}to{opacity:0;transform:scale(1.9)}}@keyframes subscribe-confetti-pop{0%{opacity:0;transform:translate(-50%,-50%) scale(.45) rotate(0deg)}18%{opacity:1}82%{opacity:1}to{opacity:.86;transform:translate(calc(-50% + var(--confetti-x)),calc(-50% + var(--confetti-y))) scale(1) rotate(var(--confetti-r))}}@keyframes subscribe-confetti-float{0%{opacity:.86}72%{opacity:.76}to{opacity:0;transform:translate(calc(-50% + var(--confetti-x)),calc(-50% + var(--confetti-y) + 48px)) scale(.92) rotate(calc(var(--confetti-r) + 90deg))}}.language-modal{position:fixed;inset:0;z-index:90;display:grid;place-items:center;padding:24px}.language-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.35);border:0}.language-modal-panel{position:relative;z-index:1;display:flex;flex-direction:column;width:min(100%,896px);max-height:min(600px,calc(100dvh - 48px));overflow:hidden;background:#ffffff;border-radius:24px;box-shadow:0 24px 80px rgba(15,23,42,.24)}.language-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:28px 32px 12px;border-bottom:1px solid #eaecf0}.language-modal-header h2{margin:0;color:#12151f;font-size:24px;font-weight:600;line-height:1.2}.language-modal-close{display:inline-grid;place-items:center;width:40px;height:40px;color:#12151f;background:transparent;border:0;border-radius:999px;cursor:pointer}.language-modal-close:focus-visible,.language-modal-close:hover{background:#f2f4f7}.language-search{display:flex;align-items:center;gap:12px;margin:24px 32px 0;padding:14px 20px;color:#98a2b3;background:#f2f4f7;border-radius:999px}.language-search:focus-within{box-shadow:0 0 0 1px #5b84ff}.language-search input{flex:1 1;min-width:0;color:#475467;background:transparent;border:0;outline:0;font:inherit;font-size:15px}.language-search input::placeholder{color:#667085}.language-search button{display:inline-grid;place-items:center;width:30px;height:30px;color:#667085;background:transparent;border:0;border-radius:999px;cursor:pointer}.language-search button:focus-visible,.language-search button:hover{background:#ffffff}.language-list{display:grid;grid-gap:12px;gap:12px;min-height:0;margin:24px 32px 32px;padding-right:4px;overflow:auto}.language-option{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:center;min-height:68px;padding:12px 16px;text-align:left;background:#edf0f5;border:1px solid transparent;border-radius:14px;box-shadow:0 2px 8px rgba(98,111,134,.08);cursor:pointer;transition:background .18s ease,border-color .18s ease}.language-option:focus-visible,.language-option:hover,.language-option[data-selected=true]{background:#ffffff;border-color:#2d7aff}.language-option-flag{width:28px;height:22px;overflow:hidden;border-radius:4px;box-shadow:0 0 0 1px rgba(18,21,31,.08)}.language-option-flag img{width:100%;height:100%;object-fit:cover}.language-option-label,.language-option-native{display:block;overflow-wrap:anywhere}.language-option-label{color:#12151f;font-size:16px;font-weight:500;line-height:1.3}.language-option-native{margin-top:3px;color:#7a879c;font-size:13px;line-height:1.3}.language-option-check{color:#2d7aff}.language-empty{display:grid;place-items:center;min-height:220px;text-align:center}.language-empty h3{margin:0 0 8px;color:#12151f;font-size:22px;font-weight:600}.container-xl{--bs-gutter-x:1.5rem;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-footer{position:relative;background:linear-gradient(180deg,#fcfdff,#f6f9ff)}.site-footer .site-footer__container{position:relative;z-index:1;width:min(100% - 64px,1648px);max-width:none;margin:0 auto;padding-right:0;padding-left:0}.main-footer{padding:64px 0 48px}.footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:32px;gap:32px}.footer-brand-column,.footer-column{display:flex;min-width:0;flex-direction:column;align-items:flex-start}.footer-brand-column .logo{display:inline-flex;margin-bottom:32px}.footer-brand-column .logo img{width:auto;max-width:none;height:30px}.footer-link-list,.footer-payment,.footer-social{padding:0;margin:0;list-style:none}.footer-social{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.footer-social-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #d3def3;border-radius:999px;background:linear-gradient(180deg,#ffffff,#f2f7ff);box-shadow:0 8px 16px rgba(15,54,122,.08),inset 0 1px rgba(255,255,255,.95);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.footer-social-link:focus-visible,.footer-social-link:hover{border-color:rgba(45,122,255,.42);box-shadow:0 10px 20px rgba(15,54,122,.14),inset 0 1px rgba(255,255,255,.95);transform:translateY(-2px)}.footer-social-dark-icon,.footer-social-link img,.footer-social-tiktok{width:32px;height:32px}.footer-social-dark-icon{display:none}.footer-social-dark-icon svg{display:block;width:100%;height:100%;fill:currentColor}.footer-social-tiktok{display:grid;place-items:center;padding:6px;color:#ffffff;background:#2d7aff;border-radius:999px}.footer-social-tiktok svg{width:100%;height:100%;fill:currentColor}.footer-column-title{margin-bottom:16px;color:#011333;font-size:16px;font-weight:500}.footer-link-list{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.footer-link-list li{display:flex;align-items:center}.footer-nav-link{display:inline-flex;align-items:center;color:#011333;font-size:13px;line-height:20px;transition:color .25s ease-in-out,transform .25s ease-in-out}.footer-nav-link:focus-visible,.footer-nav-link:hover{color:#2d7aff}.country-img{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center}.custom-country-img{overflow:visible}.footer-flag-icon{width:20px;height:16px;margin-right:8px}.footer-flag-icon img{width:100%;height:100%;object-fit:cover}.secondary-footer{padding:32px 0;border-top:1px solid rgba(122,135,156,.24)}.footer-bottom-panel{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px;background:rgba(255,255,255,.76);border-radius:16px;box-shadow:0 12px 24px rgba(11,33,76,.06),inset 0 1px rgba(255,255,255,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.footer-company-note{margin:0;color:#627089;font-size:12px;line-height:1.5}.footer-payment-wrap{margin-left:auto}.footer-payment,.footer-payment-wrap{display:flex;align-items:center;justify-content:flex-end}.footer-payment{flex-wrap:wrap;gap:8px}.footer-payment-item{display:flex}.footer-payment-badge{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:28px;padding:0 8px;background:linear-gradient(180deg,#ffffff,#f4f8ff);border:1px solid #d6dfef;border-radius:9px;box-shadow:inset 0 1px rgba(255,255,255,.96)}.footer-payment-badge img{display:block;width:auto;height:auto;max-width:100%;max-height:16px}:root[data-theme=dark] .brand img,:root[data-theme=dark] .footer-brand-column .logo img{filter:brightness(0) invert(1)}:root[data-theme=dark] .language-trigger:focus-visible,:root[data-theme=dark] .language-trigger:hover,:root[data-theme=dark] .subscribe-trigger:focus-visible,:root[data-theme=dark] .subscribe-trigger:hover{color:#dbeafe}:root[data-theme=dark] .theme-toggle-track{color:#dbeafe;background:#111d31;border-color:rgba(108,166,255,.36);box-shadow:inset 0 1px rgba(255,255,255,.12),0 3px 9px rgba(0,0,0,.18)}:root[data-theme=dark] .theme-toggle-thumb{background:#eef5ff;box-shadow:0 2px 7px rgba(0,0,0,.24),inset 0 0 0 1px rgba(255,255,255,.72);transform:translateX(24px)}:root[data-theme=dark] .theme-toggle-sun{color:#ffb545}:root[data-theme=dark] .theme-toggle-moon{color:#14305f}:root[data-theme=dark] .notice-ribbon{background:rgba(255,197,90,.12);box-shadow:inset 0 0 0 1px rgba(255,197,90,.12)}:root[data-theme=dark] .notice-icon{color:#0f1724;background:#f8fafc}:root[data-theme=dark] .notice-ribbon>a,:root[data-theme=dark] .notice-ribbon>p,:root[data-theme=dark] .subscribe-trigger{color:#f8fafc}:root[data-theme=dark] .status-panel{background:rgba(15,23,36,.92)}:root[data-theme=dark] .status-panel-heading{background:rgba(17,26,40,.9)}:root[data-theme=dark] .hero-status-mark{box-shadow:0 16px 42px rgba(0,0,0,.24)}:root[data-theme=dark] .hero-status-mark.is-operational{background:rgba(73,216,106,.12);border-color:rgba(73,216,106,.32)}:root[data-theme=dark] .hero-status-mark.is-maintenance{background:rgba(108,166,255,.13);border-color:rgba(108,166,255,.34)}:root[data-theme=dark] .hero-status-mark.is-incident{background:rgba(255,197,90,.12);border-color:rgba(255,197,90,.32)}:root[data-theme=dark] .hero-status-mark.is-outage{background:rgba(255,107,99,.12);border-color:rgba(255,107,99,.34)}:root[data-theme=dark] .events-panel-heading{border-bottom-color:var(--line)}:root[data-theme=dark] .event-row{border-top-color:rgba(148,163,184,.16)}:root[data-theme=dark] .event-row:focus-visible,:root[data-theme=dark] .event-row:hover{background:rgba(111,166,255,.08)}:root[data-theme=dark] .event-date-heading h3,:root[data-theme=dark] .event-detail-meta,:root[data-theme=dark] .event-detail>p:last-child,:root[data-theme=dark] .event-row-body p,:root[data-theme=dark] .event-row-meta,:root[data-theme=dark] .events-empty p,:root[data-theme=dark] .support-section>p,:root[data-theme=dark] .unsubscribe-panel>p{color:var(--muted)}:root[data-theme=dark] .event-row-meta time{color:#cbd5e1}:root[data-theme=dark] .unsubscribe-panel{box-shadow:0 24px 80px rgba(0,0,0,.24)}:root[data-theme=dark] .unsubscribe-button{background:#f8fafc;color:#0f172a}:root[data-theme=dark] .unsubscribe-success{background:rgba(34,197,94,.14);color:#86efac}:root[data-theme=dark] .unsubscribe-error{background:rgba(248,113,113,.14);color:#fca5a5}:root[data-theme=dark] .events-date-toggle,:root[data-theme=dark] .events-toggle{color:#dbeafe}:root[data-theme=dark] .events-date-toggle:focus-visible,:root[data-theme=dark] .events-date-toggle:hover,:root[data-theme=dark] .events-toggle:focus-visible,:root[data-theme=dark] .events-toggle:hover{color:#7ab8ff}:root[data-theme=dark] .support-card{background:rgba(17,26,40,.84);border-color:rgba(148,163,184,.16)}:root[data-theme=dark] .support-card p{color:#a7b3c7}:root[data-theme=dark] .support-button{color:#ffffff;background:linear-gradient(180deg,rgba(45,122,255,.96),rgba(37,99,235,.96)),#2d7aff;border-color:rgba(122,184,255,.54);box-shadow:0 14px 28px rgba(13,88,226,.18),inset 0 1px rgba(255,255,255,.2)}:root[data-theme=dark] .support-button:focus-visible,:root[data-theme=dark] .support-button:hover{background:linear-gradient(180deg,rgba(91,157,255,.98),rgba(45,122,255,.98)),#4f94ff;border-color:rgba(171,209,255,.68);box-shadow:0 16px 32px rgba(13,88,226,.26),0 0 0 3px rgba(45,122,255,.16),inset 0 1px rgba(255,255,255,.24)}:root[data-theme=dark] .language-modal-backdrop,:root[data-theme=dark] .subscribe-modal-backdrop{background:rgba(2,6,15,.72)}:root[data-theme=dark] .language-modal-panel,:root[data-theme=dark] .phone-country-dialog,:root[data-theme=dark] .subscribe-panel{background:#101827;border-color:rgba(148,163,184,.18);box-shadow:0 24px 80px rgba(0,0,0,.46)}:root[data-theme=dark] .subscribe-panel.is-confirmed{border:0}:root[data-theme=dark] .phone-country-flag,:root[data-theme=dark] .phone-country-option-flag{background:transparent;box-shadow:none}:root[data-theme=dark] .language-modal-header,:root[data-theme=dark] .phone-country-search,:root[data-theme=dark] .subscribe-header{border-bottom-color:rgba(148,163,184,.18)}:root[data-theme=dark] .language-option-native,:root[data-theme=dark] .phone-country-close,:root[data-theme=dark] .phone-country-code,:root[data-theme=dark] .phone-country-empty,:root[data-theme=dark] .phone-country-option-code,:root[data-theme=dark] .phone-country-option-iso,:root[data-theme=dark] .phone-country-search svg,:root[data-theme=dark] .phone-country-trigger svg,:root[data-theme=dark] .subscribe-service-tools{color:var(--muted)}:root[data-theme=dark] .language-empty h3,:root[data-theme=dark] .language-modal-close,:root[data-theme=dark] .language-modal-header h2,:root[data-theme=dark] .language-option-label,:root[data-theme=dark] .phone-country-option,:root[data-theme=dark] .phone-country-option-label,:root[data-theme=dark] .phone-country-trigger,:root[data-theme=dark] .subscribe-channel-option,:root[data-theme=dark] .subscribe-channels legend,:root[data-theme=dark] .subscribe-close,:root[data-theme=dark] .subscribe-confirmation h2,:root[data-theme=dark] .subscribe-fields span,:root[data-theme=dark] .subscribe-header h2,:root[data-theme=dark] .subscribe-service-option,:root[data-theme=dark] .subscribe-services legend{color:var(--ink)}:root[data-theme=dark] .subscribe-confirmation>p:last-of-type{color:var(--muted)}:root[data-theme=dark] .language-option,:root[data-theme=dark] .language-search,:root[data-theme=dark] .phone-country-search-input,:root[data-theme=dark] .phone-country-trigger,:root[data-theme=dark] .subscribe-channel-option,:root[data-theme=dark] .subscribe-service-option{background:#172235;border-color:rgba(148,163,184,.16)}:root[data-theme=dark] .language-modal-close:focus-visible,:root[data-theme=dark] .language-modal-close:hover,:root[data-theme=dark] .language-option:focus-visible,:root[data-theme=dark] .language-option:hover,:root[data-theme=dark] .language-option[data-selected=true],:root[data-theme=dark] .language-search button:focus-visible,:root[data-theme=dark] .language-search button:hover,:root[data-theme=dark] .phone-country-close:focus-visible,:root[data-theme=dark] .phone-country-close:hover,:root[data-theme=dark] .phone-country-option.is-selected,:root[data-theme=dark] .phone-country-option:focus-visible,:root[data-theme=dark] .phone-country-option:hover,:root[data-theme=dark] .phone-country-search-input:focus,:root[data-theme=dark] .phone-country-trigger:focus-visible,:root[data-theme=dark] .phone-country-trigger:hover,:root[data-theme=dark] .phone-number-field:focus-within .phone-country-trigger,:root[data-theme=dark] .subscribe-channel-option:focus-within,:root[data-theme=dark] .subscribe-channel-option:hover,:root[data-theme=dark] .subscribe-channel-option[data-checked=true],:root[data-theme=dark] .subscribe-close:focus-visible,:root[data-theme=dark] .subscribe-close:hover,:root[data-theme=dark] .subscribe-service-option:focus-within,:root[data-theme=dark] .subscribe-service-option:hover,:root[data-theme=dark] .subscribe-service-option[data-checked=true]{background:#1d2a40}:root[data-theme=dark] .language-search input,:root[data-theme=dark] .phone-country-search-input,:root[data-theme=dark] .subscribe-fields input,:root[data-theme=dark] .subscribe-fields select{color:var(--ink)}:root[data-theme=dark] .subscribe-fields input,:root[data-theme=dark] .subscribe-fields select{background:#111a28;border-color:rgba(148,163,184,.22)}:root[data-theme=dark] .subscribe-fields label[data-invalid=true] .phone-number-field-input,:root[data-theme=dark] .subscribe-fields label[data-invalid=true] input{border-color:rgba(248,113,113,.78);box-shadow:0 0 0 3px rgba(248,113,113,.14)}:root[data-theme=dark] .subscribe-channels[data-invalid=true] .subscribe-channel-option,:root[data-theme=dark] .subscribe-fields label[data-invalid=true] .phone-country-trigger,:root[data-theme=dark] .subscribe-services[data-invalid=true] .subscribe-service-option{border-color:rgba(248,113,113,.42)}:root[data-theme=dark] .subscribe-field-error{color:#fca5a5}:root[data-theme=dark] .subscribe-form-alert{color:#fecaca;background:rgba(248,113,113,.12);border-color:rgba(248,113,113,.3)}:root[data-theme=dark] .subscribe-secondary{color:var(--ink);background:#172235;border-color:rgba(148,163,184,.2)}:root[data-theme=dark] .subscribe-primary{color:#08111f;background:#f8fafc;border-color:#f8fafc}:root[data-theme=dark] .site-footer{background:radial-gradient(circle at 14% 0,rgba(24,199,243,.08),transparent 30%),linear-gradient(180deg,#0c1321,#080d16);box-shadow:inset 0 1px rgba(148,163,184,.12)}:root[data-theme=dark] .secondary-footer{border-top-color:rgba(148,163,184,.14)}:root[data-theme=dark] .footer-column-title{color:var(--ink)}:root[data-theme=dark] .footer-nav-link{color:#a7b3c7}:root[data-theme=dark] .footer-nav-link:focus-visible,:root[data-theme=dark] .footer-nav-link:hover{color:#7ab8ff}:root[data-theme=dark] .footer-bottom-panel{background:rgba(15,23,36,.72);border-color:rgba(148,163,184,.18);box-shadow:0 18px 42px rgba(0,0,0,.18),inset 0 1px rgba(255,255,255,.04)}:root[data-theme=dark] .footer-social-link{color:#ffffff;background:transparent;border-color:transparent;box-shadow:none}:root[data-theme=dark] .footer-social-link:focus-visible,:root[data-theme=dark] .footer-social-link:hover{background:transparent;border-color:transparent;box-shadow:none}:root[data-theme=dark] .footer-social-light-icon{display:none}:root[data-theme=dark] .footer-social-dark-icon{display:block;width:22px;height:22px}:root[data-theme=dark] .footer-social-tiktok{width:22px;height:22px;padding:0;color:#ffffff;background:transparent}:root[data-theme=dark] .footer-payment-badge{background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035)),rgba(8,13,22,.34);border-color:rgba(203,213,225,.18);box-shadow:0 8px 18px rgba(0,0,0,.16),inset 0 1px rgba(255,255,255,.07)}:root[data-theme=dark] .footer-payment-logo{filter:saturate(1.08) brightness(1.08)}:root[data-theme=dark] .footer-payment-logo-paypal,:root[data-theme=dark] .footer-payment-logo-visa{opacity:.96;filter:brightness(0) invert(1)}:root[data-theme=dark] .footer-flag-icon{box-shadow:0 0 0 1px rgba(255,255,255,.08);border-radius:3px}:root[data-theme=dark] .footer-company-note{color:#9aa8bd}@media (min-width:992px){.container-xl{--bs-gutter-x:2rem}}@media (min-width:1200px){.container-xl{max-width:1140px}}@media (min-width:1400px){.container-xl{max-width:1240px}}@media (max-width:980px){.status-grid,.support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.support-grid{gap:40px 20px}.status-cell,.status-cell:nth-child(3n),.status-cell:nth-last-child(-n+3){border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.status-cell:nth-child(2n){border-right:0}.status-cell:nth-last-child(-n+2){border-bottom:0}.support-section{padding:40px 0 64px}.main-footer{padding:40px 0}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 32px}.footer-bottom-panel{flex-direction:column;align-items:flex-start}.footer-payment-wrap{width:100%;margin-left:0}.footer-payment,.footer-payment-wrap{justify-content:flex-start}}@media (max-width:720px){.page-shell,.site-footer .site-footer__container{width:min(100% - 28px,1648px)}.topbar{gap:16px;padding:25px 0 24px}.brand img{width:min(178px,50vw)}.language-trigger{gap:7px;font-size:15px}.language-trigger span{max-width:128px}.language-modal,.subscribe-modal{align-items:end;padding:0}.language-modal-panel,.subscribe-panel{width:100%;max-height:calc(100dvh - 8px);border-radius:24px 24px 0 0}.subscribe-panel{height:auto}.language-modal-header{padding:24px 20px 12px}.subscribe-header{padding:24px 20px 16px}.language-modal-header h2{font-size:22px}.subscribe-header h2{font-size:21px}.subscribe-form{gap:14px;padding:18px 20px 0}.subscribe-confirmation{gap:10px;justify-content:center;min-height:302px;padding:36px 24px 16px}.subscribe-confirmation h2{font-size:23px}.subscribe-confirmation>p:last-of-type{margin-bottom:4px}.subscribe-success-mark{width:72px;height:72px}.subscribe-channel-list,.subscribe-fields,.subscribe-service-list{grid-template-columns:1fr}.subscribe-actions{position:-webkit-sticky;position:sticky;bottom:0;z-index:4;flex-direction:column-reverse;margin:0 -20px;padding:12px 20px calc(14px + env(safe-area-inset-bottom));background:linear-gradient(180deg,rgba(255,255,255,.88),#ffffff 34%);border-top:1px solid #edf1f7}:root[data-theme=dark] .subscribe-actions{background:linear-gradient(180deg,rgba(16,24,39,.88),#101827 34%);border-top-color:rgba(148,163,184,.16)}.subscribe-primary,.subscribe-secondary{width:100%}.language-search{margin:20px 20px 0;padding:12px 16px}.language-list{margin:20px 20px 24px}.footer-grid{grid-template-columns:1fr;gap:34px}.footer-brand-column .logo{margin-bottom:16px}.footer-brand-column .logo img{height:22px}.secondary-footer{padding:24px 0}.footer-bottom-panel,.footer-payment,.footer-payment-wrap{align-items:center;justify-content:center;text-align:center}.notice-ribbon{grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:10px 12px;padding:15px 16px;border-radius:16px}.notice-ribbon>p{overflow:visible;text-overflow:clip;white-space:normal;overflow-wrap:anywhere}.notice-ribbon .subscribe-trigger,.notice-ribbon>a{grid-column:2;justify-self:start;font-size:14px}.status-hero{padding:34px 0 36px}h1{font-size:28px}.status-hero h1{max-width:340px}.hero-status-mark,.hero-status-override{width:64px;height:64px;margin-bottom:20px}.hero-status-override{font-size:52px}.status-grid{grid-template-columns:1fr}.status-cell,.status-cell:nth-child(2n),.status-cell:nth-child(3n),.status-cell:nth-last-child(-n+2),.status-cell:nth-last-child(-n+3){border-right:0;border-bottom:1px solid var(--line)}.status-cell:last-child{border-bottom:0}.status-cell{min-height:78px;gap:12px;padding:16px 20px}.status-cell h3{font-size:16px;line-height:1.25;overflow-wrap:anywhere}.status-cell p{font-size:14px}.event-row{grid-template-columns:1fr;gap:8px;padding:14px 0}.event-row-meta{display:flex;flex-wrap:wrap;gap:6px 12px;margin-top:0}.events-date-toggle{margin-left:0}.support-section{padding:48px 0 60px}}@media (max-width:640px){.phone-country-overlay{background:rgba(15,23,42,.48);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.phone-country-dialog{inset:auto 0 0;width:100%;max-width:none;max-height:82dvh;border-right:0;border-bottom:0;border-left:0;border-radius:24px 24px 0 0}.phone-country-drawer-handle{display:block;width:48px;height:6px;margin:12px auto 6px;background:#d9e1ec;border-radius:999px}.phone-country-search{padding:6px 16px 12px}.phone-country-list{max-height:58dvh;padding:8px 12px 20px}.phone-country-option{padding:12px}.support-grid{grid-template-columns:1fr;gap:40px}}@media (max-width:480px){.page-shell,.site-footer .site-footer__container{width:min(100% - 24px,1648px)}.topbar{gap:14px;padding-top:22px}.brand img{width:min(156px,46vw)}.topbar-actions{gap:8px}.theme-toggle,.theme-toggle-track{width:54px;height:32px}.theme-toggle-track{padding:0 4px}.theme-toggle-thumb{width:22px;height:22px}.theme-toggle[aria-checked=true] .theme-toggle-thumb{transform:translateX(24px)}.language-trigger{font-size:14px;gap:7px}.language-trigger span{max-width:76px}.phone-number-field{grid-template-columns:minmax(104px,112px) minmax(0,1fr)}.phone-country-trigger{min-width:104px;padding:0 9px}.phone-country-code{min-width:32px}.notice-ribbon{padding:14px}.notice-ribbon .subscribe-trigger,.notice-ribbon>a,.notice-ribbon>p{font-size:14px}.status-panel-heading{min-height:58px;padding:0 18px}.events-panel{margin-top:28px}.events-panel-heading{padding-bottom:16px}.event-date-heading{padding-bottom:8px}.events-toggle{margin-top:22px}.support-section{padding:36px 0 56px}.support-grid{grid-template-columns:1fr;gap:40px}.support-section h2{font-size:24px;line-height:32px}.support-section>p{margin-bottom:32px;font-size:18px;line-height:29px}.status-hero h1{max-width:calc(100vw - 48px)}.support-card h3{font-size:24px;line-height:32px}.support-button{min-height:52px;padding:0 28px;font-size:16px}.main-footer{padding:34px 0}.footer-bottom-panel{padding:18px 14px;border-radius:14px}.footer-payment-badge{min-width:40px;height:26px;padding:0 7px}}