@import "https://fonts.googleapis.css2?family=Inter:wght@400;500;600;700;800&display=swap";
:root{--bg-color:#0f172a;--text-color:#f8fafc;--glass-bg:#1e293b66;--glass-border:#ffffff1a;--neon-cyan:#00f2fe;--neon-purple:#a78bfa}.light-mode{--bg-color:#f8fafc;--text-color:#0f172a;--glass-bg:#ffffffb3;--glass-border:#0000001a;--neon-cyan:#0284c7;--neon-purple:#7c3aed}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);min-height:100vh;font-family:Inter,sans-serif;position:relative;overflow-x:hidden}.orb{filter:blur(80px);z-index:-2;border-radius:50%;animation:20s ease-in-out infinite alternate float;position:fixed}.orb-1{background:#4f46e5;width:400px;height:400px;animation-delay:0s;top:-100px;left:-100px}.orb-2{background:#0ea5e9;width:300px;height:300px;animation-delay:-5s;bottom:-50px;right:-50px}.orb-3{background:#c026d3;width:250px;height:250px;animation-delay:-10s;top:50%;left:60%;transform:translate(-50%,-50%)}.orb-4{background:#38bdf8;width:200px;height:200px;animation-delay:-15s;bottom:20%;left:10%}@keyframes float{0%{transform:translate(0)scale(1)}33%{transform:translate(30px,-50px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}to{transform:translate(0)scale(1)}}.glass-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:-1;background:#0f172a80;position:fixed;inset:0}.light-mode .glass-overlay{background:#f8fafc80}.content-wrapper{z-index:1;max-width:1000px;margin:0 auto;padding:4rem 2rem;position:relative}h1{text-align:center;background:linear-gradient(to right, var(--text-color), var(--neon-cyan));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1.1;animation:.8s cubic-bezier(.2,.8,.2,1) forwards slideUp}p.subtitle{color:#94a3b8;text-align:center;max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.2rem;animation:1s cubic-bezier(.2,.8,.2,1) forwards slideUp}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.glass-card{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:16px;margin-bottom:2rem;padding:2rem;transition:transform .3s,border-color .3s;animation:1.2s cubic-bezier(.2,.8,.2,1) forwards slideUp;box-shadow:0 4px 30px #0000001a}.glass-card:hover{border-color:#ffffff4d;transform:translateY(-5px)}.glass-card h2{color:var(--neon-cyan);margin-bottom:1rem;font-size:1.5rem}.glass-card p{color:#cbd5e1;margin-bottom:1rem;line-height:1.6}pre{color:#e2e8f0;background:#0000004d;border:1px solid #ffffff0d;border-radius:8px;margin:1rem 0;padding:1.5rem;font-family:Courier New,Courier,monospace;font-size:.9rem;overflow-x:auto}code{color:var(--neon-purple);background:#0000004d;border-radius:4px;padding:.2rem .4rem;font-family:Courier New,Courier,monospace;font-size:.9em}.light-mode pre{color:#1e293b;background:#e2e8f0;border-color:#0000001a}.light-mode code{background:#cbd5e1}.light-mode .glass-card p{color:#334155}.preview-container{background:#0003;border:1px inset #ffffff0d;border-radius:12px;justify-content:center;align-items:center;margin:1.5rem 0;padding:2rem;display:flex}.light-mode .preview-container{background:#0000000d;border:1px inset #0000001a}.preview-container img{border-radius:10px;max-width:100%;height:auto;transition:transform .3s;box-shadow:0 10px 30px #00000080}.preview-container img:hover{transform:scale(1.02)}.grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.grid{grid-template-columns:1fr 1fr}}
