.cl-btn{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 18px;border-radius:10px;font-family:SUIT,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cl-btn.primary{background:#00c2a8;color:#fff;border:none}.cl-btn.primary:hover{background:#00af96;transform:translateY(-1px)}.cl-btn.secondary{background:var(--card);color:var(--text);border:1px solid var(--border)}.cl-btn.secondary:hover{background:var(--hover)}.cl-btn.full{width:100%}@media (max-width:560px){.cl-btn{height:42px;font-size:14.5px;padding:0 14px;border-radius:8px}}.error-screen{position:absolute;inset:0;flex-direction:column;background:var(--bg,#fff);color:var(--text,#222);font-family:SUIT Variable,SUIT,sans-serif;text-align:center}.error-logo,.error-screen{display:flex;align-items:center;justify-content:center}.error-logo{width:115px;height:115px;margin-bottom:26px}.error-code{font-size:60px;font-weight:800;letter-spacing:-.5px;color:color-mix(in srgb,var(--text,#222) 70%,var(--muted,#777) 30%);margin-bottom:18px;line-height:1;transition:color .3s ease}html[data-theme=dark] .error-code{color:color-mix(in srgb,#e6edf3 70%,#80878f 30%)}.error-text{font-size:15px;color:color-mix(in srgb,var(--muted,#666) 80%,#000 20%);line-height:1.7;margin-bottom:34px;transition:color .3s ease}html[data-theme=dark] .error-text{color:color-mix(in srgb,#a7b0bb 85%,#fff 15%)}.error-btn{height:46px;padding:0 26px;font-size:15px;font-weight:700;border-radius:10px}html[data-theme=dark] .error-screen{background:#0f1216}