@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap";:root{font-family:Orbitron,sans-serif;--font-mono: "Orbitron", sans-serif;--pure-white: #ffffff;--primary-color: #121212;--text-color: #e2e2e2;--button-background: #1f1f1f;--button-border: #333;--button-background-hover: #333;--button-border-hover: #555}*{margin:0;padding:0;box-sizing:border-box}body{height:100%}body{background:var(--primary-color);color:var(--text-color);font-family:var(--font-mono);display:flex;justify-content:center;align-items:center}.embeds{display:flex;flex-direction:column;gap:2rem;align-items:center}.embeds iframe{border:none;border-radius:8px;box-shadow:0 4px 12px #00000080;max-width:100%}.container{max-width:960px;width:100%;margin:2rem auto;text-align:center;padding:0 1rem}.buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.center{min-height:100svh;display:grid;place-items:center;text-align:center}.logo{width:150px;margin-bottom:2rem;transform:scale(1);transition:transform .3s ease}.logo:hover{transform:scale(1.2)}.btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--button-background);border:2px solid var(--button-border);border-radius:8px;text-decoration:none;color:inherit;transition:transform .3s ease,background .2s,border-color .2s;transform:scale(1)}.btn i{font-size:1.25rem}.btn:hover{background:var(--button-background-hover);border-color:var(--button-border-hover);transform:scale(1.05)}.center.svelte-dcakg5{min-height:100svh;display:grid;place-items:center;text-align:center}
