@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700;800;900&display=swap";
:root{--primary:#4f46e5;--primary-hover:#4338ca;--primary-light:#e0e7ff;--primary-glow:#4f46e526;--secondary:#0ea5e9;--secondary-hover:#0284c7;--accent:#ec4899;--accent-light:#fdf2f8;--background:#fcfcfd;--foreground:#0f172a;--card-bg:#ffffffbf;--card-border:#4f46e514;--glass-bg:#ffffffb3;--glass-border:#fff6;--neutral-50:#f8fafc;--neutral-100:#f1f5f9;--neutral-200:#e2e8f0;--neutral-300:#cbd5e1;--neutral-400:#94a3b8;--neutral-500:#64748b;--neutral-600:#475569;--neutral-700:#334155;--neutral-800:#1e293b;--neutral-900:#0f172a;--success:#10b981;--success-light:#ecfdf5;--warning:#f59e0b;--warning-light:#fffbeb;--error:#ef4444;--error-light:#fef2f2;--radius-sm:6px;--radius-md:10px;--radius-xl:12px;--radius-2xl:20px;--radius-round:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000000d, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #4f46e50d, 0 4px 6px -4px #4f46e50d;--shadow-xl:0 20px 25px -5px #4f46e514, 0 8px 10px -6px #4f46e514;--shadow-glow:0 0 20px #4f46e540;--transition-smooth:all .3s cubic-bezier(.4, 0, .2, 1);--transition-spring:all .5s cubic-bezier(.175, .885, .32, 1.275)}[data-theme=dark]{--background:#090d16;--foreground:#f8fafc;--card-bg:#0f172acc;--card-border:#ffffff0d;--glass-bg:#0f172ab3;--glass-border:#ffffff0d;--neutral-50:#0f172a;--neutral-100:#1e293b;--neutral-200:#334155;--neutral-300:#475569;--neutral-400:#64748b;--neutral-500:#94a3b8;--neutral-600:#cbd5e1;--neutral-700:#e2e8f0;--neutral-800:#f1f5f9;--neutral-900:#f8fafc}*{box-sizing:border-box;border-color:var(--neutral-200);margin:0;padding:0}html,body{background-color:var(--background);max-width:100vw;height:100%;color:var(--foreground);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}body{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{color:var(--neutral-900);font-family:Outfit,sans-serif;font-weight:700;line-height:1.25}a{color:inherit;transition:var(--transition-smooth);text-decoration:none}button,input,select,textarea{font-family:inherit}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--card-border);border-radius:var(--radius-xl)}.glass-card{background:var(--card-bg);-webkit-backdrop-filter:blur(8px);border:1px solid var(--card-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);transition:var(--transition-spring)}.glass-card:hover{box-shadow:var(--shadow-xl);border-color:#4f46e540;transform:translateY(-4px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes bodyFadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulseGlow{0%{opacity:.8;transform:scale(.98)}50%{opacity:1;transform:scale(1.02)}to{opacity:.8;transform:scale(.98)}}@keyframes shiver{0%,to{transform:rotate(0)}25%{transform:rotate(1deg)}75%{transform:rotate(-1deg)}}.animate-fade-in{animation:.6s cubic-bezier(.16,1,.3,1) forwards fadeIn}.body-fade-in{animation:.5s ease-out forwards bodyFadeIn}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--neutral-300);border-radius:var(--radius-round)}::-webkit-scrollbar-thumb:hover{background:var(--neutral-400)}.btn-primary{background:linear-gradient(135deg, var(--primary), #6366f1);color:#fff;border-radius:var(--radius-xl);cursor:pointer;transition:var(--transition-spring);border:none;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-weight:600;display:inline-flex;box-shadow:0 4px 14px #4f46e559}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4f46e573}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:var(--neutral-50);color:var(--neutral-800);border-radius:var(--radius-xl);border:1px solid var(--neutral-200);cursor:pointer;transition:var(--transition-smooth);justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-weight:600;display:inline-flex}.btn-secondary:hover{background:var(--neutral-100);border-color:var(--neutral-300)}
.SandboxAuthBar-module__eaAHqW__barContainer{z-index:9999;font-family:Inter,system-ui,-apple-system,sans-serif;position:fixed;bottom:24px;right:24px}.SandboxAuthBar-module__eaAHqW__bar{-webkit-backdrop-filter:blur(16px)saturate(180%);background:#ffffffd9;border:1px solid #4f46e52e;border-radius:12px;align-items:center;gap:16px;padding:10px 18px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 10px 30px #00000014,inset 0 1px #fff9}.SandboxAuthBar-module__eaAHqW__badge{color:#fff;letter-spacing:.05em;background:linear-gradient(135deg,#4f46e5,#6366f1);border-radius:6px;align-items:center;gap:6px;padding:4px 8px;font-size:.72rem;font-weight:700;display:inline-flex}.SandboxAuthBar-module__eaAHqW__pulseIcon{background-color:#10b981;border-radius:50%;width:6px;height:6px;animation:1.6s infinite SandboxAuthBar-module__eaAHqW__pulse;box-shadow:0 0 #10b981b3}.SandboxAuthBar-module__eaAHqW__userInfo{color:#374151;align-items:center;gap:6px;font-size:.85rem;display:flex}.SandboxAuthBar-module__eaAHqW__userInfo span{color:#6b7280}.SandboxAuthBar-module__eaAHqW__switchButton{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;align-items:center;gap:4px;padding:6px 12px;font-size:.82rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d}.SandboxAuthBar-module__eaAHqW__switchButton:hover{background:#f9fafb;border-color:#9ca3af;transform:translateY(-1px)}.SandboxAuthBar-module__eaAHqW__dropdown{-webkit-backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #4f46e526;border-radius:12px;width:320px;animation:.25s cubic-bezier(.4,0,.2,1) SandboxAuthBar-module__eaAHqW__slideUp;position:absolute;bottom:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 15px 35px #4f46e51f,0 5px 15px #0000000d}.SandboxAuthBar-module__eaAHqW__dropdownHeader{color:#111827;background:#4f46e505;border-bottom:1px solid #f3f4f6;padding:14px 16px;font-size:.88rem;font-weight:700}.SandboxAuthBar-module__eaAHqW__optionsList{max-height:280px;padding:8px;overflow-y:auto}.SandboxAuthBar-module__eaAHqW__optionRow{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;padding:8px 12px;transition:all .2s;display:flex}.SandboxAuthBar-module__eaAHqW__optionRow:hover{background:#4f46e50d}.SandboxAuthBar-module__eaAHqW__activeOption{background:#4f46e514}.SandboxAuthBar-module__eaAHqW__optionIcon{background:#fff;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.25rem;display:flex;box-shadow:0 1px 3px #0000000d}.SandboxAuthBar-module__eaAHqW__optionMeta{flex:1}.SandboxAuthBar-module__eaAHqW__optionName{color:#1f2937;font-size:.85rem;font-weight:600}.SandboxAuthBar-module__eaAHqW__optionRole{color:#6b7280;margin-top:1px;font-size:.72rem}.SandboxAuthBar-module__eaAHqW__checkMark{color:#4f46e5;font-size:.95rem;font-weight:700}.SandboxAuthBar-module__eaAHqW__dropdownFooter{color:#6b7280;background:#f9fafb;border-top:1px solid #f3f4f6;padding:10px 16px;font-size:.7rem;line-height:1.4}.SandboxAuthBar-module__eaAHqW__dropdownFooter code{background:#e5e7eb;border-radius:4px;padding:2px 4px;font-family:monospace;font-size:.68rem}@keyframes SandboxAuthBar-module__eaAHqW__pulse{0%{transform:scale(.95);box-shadow:0 0 #10b981b3}70%{transform:scale(1);box-shadow:0 0 0 6px #10b98100}to{transform:scale(.95);box-shadow:0 0 #10b98100}}@keyframes SandboxAuthBar-module__eaAHqW__slideUp{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}
