:root{--font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--xmb-primary: #2f1c75;--xmb-primary-dark: #1f0a70;--xmb-blue: #0000ff;--xmb-blue-hover: #3530cb;--xmb-violet: #6c07fe;--xmb-magenta: #9a05c5;--xmb-pink: #d382ff;--xmb-cyan: #00ffff;--ink: #1f0a70;--ink-soft: #2f1c75;--muted: #5f5a85;--muted-2: #8a87a8;--bg-main: #f8faff;--surface: #ffffff;--surface-2: #f4f7ff;--bg-white: #ffffff;--bg-soft-blue: #eaf1ff;--bg-soft-lavender: #f1edff;--bg-soft-purple: #f7f2ff;--bg-card-light: #f4f7ff;--bg-dark: #0b0628;--bg-dark-indigo: #140a46;--bg-dark-purple: #1f0a70;--bg-card-dark: #21145c;--bg-card-glass: rgba(255, 255, 255, .06);--text-white: #ffffff;--text-light: #daddf8;--text-light-muted: #a7a7cf;--grad-brand: linear-gradient(120deg, #0000ff 0%, #6c07fe 50%, #d382ff 100%);--gradient-main: linear-gradient(135deg, #0000ff 0%, #6c07fe 50%, #d382ff 100%);--gradient-dark: linear-gradient(135deg, #0b0628 0%, #1f0a70 55%, #6c07fe 100%);--gradient-brand: linear-gradient(135deg, #1f0a70 0%, #3530cb 55%, #9a05c5 100%);--gradient-soft: linear-gradient(135deg, #eaf1ff 0%, #f1edff 100%);--border-light: #daddf8;--border-lavender: #c9c6f4;--glass-bg: rgba(255, 255, 255, .6);--glass-bg-strong: rgba(255, 255, 255, .82);--glass-border: rgba(255, 255, 255, .9);--hairline: rgba(31, 10, 112, .1);--glass-dark: rgba(255, 255, 255, .05);--glass-dark-strong: rgba(255, 255, 255, .08);--glass-dark-border: rgba(255, 255, 255, .14);--hairline-dark: rgba(255, 255, 255, .1);--pink: #9a05c5;--pink-soft: #d382ff;--purple: #6c07fe;--purple-deep: #3530cb;--r-sm: 8px;--r-md: 12px;--r-lg: 16px;--r-pill: 10px;--shadow-soft: 0 12px 32px -18px rgba(31, 10, 112, .12);--shadow-btn: 0 12px 26px -10px rgba(0, 0, 255, .32);--container: 1240px;--gutter: clamp(20px, 5vw, 56px)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);color:var(--ink-soft);background:var(--bg-main);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}img,svg{display:block;max-width:100%}h1,h2,h3,p{margin:0}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}.grad-text{background:var(--grad-brand);-webkit-background-clip:text;background-clip:text;color:transparent}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.sc-overlay{position:fixed;inset:0;background:#0806199e;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:10000;display:flex;align-items:center;justify-content:center;animation:scFade .2s ease;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0)}.sc-modal{position:relative;width:94%;max-width:500px;height:85dvh;max-height:700px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 25px 60px #08061966;animation:scSlide .3s ease}.sc-close{position:absolute;top:6px;right:6px;background:#ffffffd9;border:none;font-size:24px;cursor:pointer;z-index:2;color:#555;width:42px;height:42px;display:flex;align-items:center;justify-content:center;line-height:1;border-radius:50%;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s,color .2s}.sc-close:hover{background:#fff;color:#111}.sc-frame{width:100%;height:100%;border:none;position:relative;z-index:0;opacity:0;transition:opacity .15s}.sc-skel{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center;padding:18px;background:#fff}.sc-pulse{background:#e7e9f3;animation:scPulse 1.6s ease-in-out infinite}@keyframes scFade{0%{opacity:0}to{opacity:1}}@keyframes scSlide{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes scPulse{0%,to{opacity:1}50%{opacity:.5}}@media(max-width:480px){.sc-modal{width:100%;height:92dvh;max-height:none;border-radius:16px 16px 0 0;align-self:flex-end}}@media(min-width:769px){.sc-modal{max-width:520px;height:80dvh;max-height:720px}}.fab[data-astro-cid-l2lib2vb]{position:fixed;bottom:22px;right:22px;width:60px;height:60px;padding:0;border:none;border-radius:50%;cursor:pointer;z-index:9999;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#00f,#6c07fe 52%,#9a05c5);box-shadow:0 12px 30px -8px #431edca6;transition:transform .25s ease,box-shadow .25s ease;-webkit-tap-highlight-color:transparent;animation:fabIn .4s ease both}.fab[data-astro-cid-l2lib2vb]:after{content:"";position:absolute;inset:0;border-radius:50%;box-shadow:0 0 #6c07fe8c;animation:fabPing 2.4s ease-out infinite}.fab[data-astro-cid-l2lib2vb]:hover{transform:scale(1.08) translateY(-2px);box-shadow:0 18px 42px -8px #431edcd1}.fab[data-astro-cid-l2lib2vb]:active{transform:scale(1.02)}.fab-ico[data-astro-cid-l2lib2vb]{width:30px;height:30px;position:relative;z-index:1;filter:drop-shadow(0 1px 1px rgba(0,0,0,.18))}@keyframes fabPing{0%{box-shadow:0 0 #6c07fe8c}70%{box-shadow:0 0 0 18px #6c07fe00}to{box-shadow:0 0 #6c07fe00}}@keyframes fabIn{0%{opacity:0;transform:scale(.6) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(max-width:480px){.fab[data-astro-cid-l2lib2vb]{width:56px;height:56px;bottom:18px;right:18px}.fab-ico[data-astro-cid-l2lib2vb]{width:28px;height:28px}}@media(prefers-reduced-motion:reduce){.fab[data-astro-cid-l2lib2vb],.fab[data-astro-cid-l2lib2vb]:after{animation:none}}
