*{border:none;margin:0;padding:0}*,:before,:after{box-sizing:border-box}a,a:link,a:visited,a:hover{text-decoration:none}aside,nav,footer,header,section,main{display:block}h1,h2,h3,h4,h5,h6,p{font-size:inherit;font-weight:inherit}ul,ul li{list-style:none}img{vertical-align:top}img,svg{max-width:100%;height:auto}address{font-style:normal}input,textarea,button,select{font-family:inherit;font-size:inherit;color:inherit;background-color:#0000}input::-ms-clear{display:none}textarea{resize:vertical}button,input[type=submit]{box-shadow:none;cursor:pointer;background:0 0;display:inline-block}button::-moz-focus-inner{border:0;padding:0}label{cursor:pointer}legend{display:block}input[type=file]{max-width:100%}a{color:inherit}
:root{--purple:#7c3aed;--dark:#0f172a;--green:#4ade80;--white:#f7f8fa;--blue:#7e98e7;--red:red;--yellow:#f59e0b;--bp-menu:1400px;--bp-tablet:1024px;--bp-mobile:768px}
html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0;text-decoration:none;list-style:none}body{color:var(--dark);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;margin:0 auto;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:18px;position:relative;min-width:320px!important}html{overflow-y:scroll}html::-webkit-scrollbar{width:0;height:0}h1,h2,h3,h4,h5,h6{font-family:Unbounded,sans-serif}h1{text-transform:uppercase;font-size:60px;font-weight:700}h2{text-transform:uppercase;font-size:40px;font-weight:700}h3{text-transform:uppercase;font-size:25px;font-weight:700}h4,h5,h6{font-size:20px;font-weight:600}span,p{font-size:18px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{z-index:0}img{pointer-events:none;-webkit-user-select:none;user-select:none;width:100%}label{cursor:default}.container{flex-direction:column;align-items:center;width:100%;max-width:1520px;display:flex}.app{background-image:url(/bg.svg);background-position:top;background-repeat:no-repeat;background-size:cover;flex-direction:column;gap:100px;min-height:100vh;margin:0 auto;display:flex;position:relative}.user-app{gap:50px}[data-theme=dark] .app{background-image:none;background-color:var(--bg)}.section{justify-content:center;width:100%;display:flex}.purple-text{color:var(--purple);font-weight:700;font-size:inherit}.block{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg,20px);width:100%;box-shadow:var(--card-shadow);transition:background var(--dur,.22s)var(--ease),border-color var(--dur,.22s)var(--ease);padding:20px 25px}@media (max-width:1100px){.app{gap:50px}}@media (max-width:768px){h1{font-size:40px}h2{font-size:30px}h3{font-size:20px}h4,h5,h6,span,p,li,div{font-size:16px}}@media (max-width:500px){h1{font-size:30px}h2{font-size:21px}h3{font-size:18px}}
.toast-item{min-width:280px;max-width:min(90vw,400px);font-family:var(--font-inter,"Inter",sans-serif);color:var(--dark);text-align:left;background:var(--white);cursor:pointer;border:1px solid #7c3aed40;border-radius:12px;align-items:center;gap:12px;padding:14px 20px;font-size:14px;font-weight:500;transition:opacity .2s,transform .2s;animation:.3s ease-out toast-slide-in;display:flex;box-shadow:0 8px 24px #0f172a26}.toast-item:before{content:"";border-radius:2px;flex-shrink:0;width:4px;height:24px}.toast-item.toast-success{border-color:#a3e63580}.toast-item.toast-success:before{background:var(--green)}.toast-item.toast-error{border-color:#dc505073}.toast-item.toast-error:before{background:#dc5050}.toast-item.toast-visible{opacity:1;transform:translate(0)}.toast-item.toast-hidden{opacity:0;transform:translate(16px)}@keyframes toast-slide-in{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}
:root{--brand-purple:#7c3aed;--brand-lime:#a3e635;--brand-blue:#7e98e7;--brand-orange:#fd8a01;--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--radius-pill:999px;--font-display:"Unbounded",system-ui,sans-serif;--font-ui:"Inter",system-ui,sans-serif;--ease:cubic-bezier(.25,.46,.45,.94);--dur:.22s}:root,[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#eef0f6;--bg-elevated:#e7eaf2;--surface:#fff;--surface-2:#f5f6fa;--surface-hover:#f0f1f7;--text:#0f172a;--text-muted:#697386;--text-faint:#94a3b8;--border:#e6e8f0;--border-strong:#d6dae6;--accent:#7c3aed;--accent-contrast:#fff;--positive:#16a34a;--negative:#dc2626;--warning:#d97706;--info:#3163c9;--sky:#0284c7;--grad-pos:linear-gradient(135deg,#86efac,#16a34a);--grad-warn:linear-gradient(135deg,#fbbf24,#ea9a12);--grad-blue:linear-gradient(135deg,#7dd3fc,#0284c7);--grad-danger:linear-gradient(135deg,#fb7185,#e11d48);--marker-blue-bg:#eaf1ff;--marker-blue-fg:#3163c9;--card-shadow:0 14px 40px #0f172a14;--card-shadow-hover:0 18px 50px #0f172a1f;--accent-glow:none;--scrim:#0f172a73}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0a0e1a;--bg-elevated:#0e1322;--surface:#121829;--surface-2:#0e1626;--surface-hover:#161e33;--text:#e8edf6;--text-muted:#aebbd6;--text-faint:#6b7896;--border:#243049;--border-strong:#2f3d5c;--accent:#4ade80;--accent-contrast:#06210f;--positive:#4ade80;--negative:#f87171;--warning:#f59e0b;--info:#7e98e7;--sky:#38bdf8;--grad-pos:linear-gradient(135deg,#86efac,#16a34a);--grad-warn:linear-gradient(135deg,#fbbf24,#ea9a12);--grad-blue:linear-gradient(135deg,#7dd3fc,#0284c7);--grad-danger:linear-gradient(135deg,#fb7185,#e11d48);--marker-blue-bg:#7e98e72e;--marker-blue-fg:#9db4f0;--card-shadow:0 20px 60px #00000073;--card-shadow-hover:0 24px 70px #0000008c;--accent-glow:0 0 22px #4ade8066;--scrim:#02060f99}html{background:var(--bg)}body{background:var(--bg);color:var(--text);font-family:var(--font-ui);font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1,"cv01" 1,"cv03" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.005em;transition:background var(--dur)var(--ease),color var(--dur)var(--ease)}input,textarea,select,button{font-family:inherit}.tnum{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}@media (prefers-reduced-motion:reduce){body{transition:none}}
.MovedBanner-module__4OgLRG__overlay{z-index:2000;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.MovedBanner-module__4OgLRG__modal{text-align:center;background:#fff;border-radius:20px;flex-direction:column;align-items:center;gap:14px;width:min(100%,440px);padding:30px 26px 26px;display:flex;position:relative;box-shadow:0 22px 60px #0f172a4d}.MovedBanner-module__4OgLRG__close{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:0 6px;font-size:26px;line-height:1;position:absolute;top:12px;right:14px}.MovedBanner-module__4OgLRG__close:hover{color:var(--dark)}.MovedBanner-module__4OgLRG__badge{background:#7c3aed1a;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;font-size:32px;display:inline-flex}.MovedBanner-module__4OgLRG__title{color:var(--purple);text-transform:none;margin:0;font-size:23px;line-height:1.25}.MovedBanner-module__4OgLRG__text{color:#697386;margin:0;font-size:15px;line-height:1.5}.MovedBanner-module__4OgLRG__text b{color:var(--dark);font-weight:800}.MovedBanner-module__4OgLRG__actions{flex-direction:column;gap:10px;width:100%;margin-top:4px;display:flex}.MovedBanner-module__4OgLRG__primary,.MovedBanner-module__4OgLRG__secondary{min-height:46px;font:inherit;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;padding:12px 20px;font-size:16px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.MovedBanner-module__4OgLRG__primary{color:#fff;background:var(--purple);box-shadow:0 8px 20px #7c3aed47}.MovedBanner-module__4OgLRG__primary:hover{transform:translateY(-1px);box-shadow:0 10px 24px #7c3aed57}.MovedBanner-module__4OgLRG__secondary{color:var(--purple);background:#7c3aed14}.MovedBanner-module__4OgLRG__secondary:hover{background:#7c3aed24}@media (max-width:520px){.MovedBanner-module__4OgLRG__modal{padding:26px 20px 22px}.MovedBanner-module__4OgLRG__title{font-size:20px}.MovedBanner-module__4OgLRG__text,.MovedBanner-module__4OgLRG__primary,.MovedBanner-module__4OgLRG__secondary{font-size:14px}}
