:root{--primary-bg: #0a0a0a;--secondary-bg: #1a1a1a;--tertiary-bg: #2d2d2d;--card-bg: #1a1a1a;--border-color: #2d2d2d;--input-bg: #2d2d2d;--primary-text: #f8fafc;--secondary-text: #cbd5e1;--muted-text: #94a3b8;--primary-accent: #3b82f6;--secondary-accent: #06b6d4;--accent-gradient: linear-gradient(135deg, #3b82f6, #06b6d4);--primary-accent-alpha: rgba(59, 130, 246, .1);--success-color: #10b981;--error-color: #ef4444;--warning-color: #f59e0b;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .3);--shadow-md: 0 4px 15px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 25px rgba(0, 0, 0, .5);--border-radius: 8px;--border-radius-lg: 12px;--transition: all .3s ease}html{font-family:Merriweather,serif}body{margin:0;padding:0;background-color:var(--primary-bg);color:var(--primary-text);font-family:Merriweather,serif}*{box-sizing:border-box}p{margin-bottom:10pt;line-height:1.6}textarea{font-family:Merriweather,serif;line-height:1.6}input[type=text],input[type=email],input[type=password],input[type=url],input[type=search]{font-family:Merriweather,serif}main.svelte-sibmbx{min-height:100vh}
