:root{--background: #0b0f14;--background-header: #121826;--text: #f5f6f8;--text-secondary: #c5c8d4;--accent: #ffb347;--accent-muted: #ff9f1c}*{box-sizing:border-box}body{background:radial-gradient(circle at top,rgba(255,179,71,.1),transparent 45%),#0b0f14;color:var(--text);font-family:Inter,Roboto,Arial,sans-serif;margin:0;min-height:100vh;display:flex;flex-direction:column}main{flex:1}a{color:inherit}.footer{background:#0b0f14f5;padding:12px 20px;position:sticky;bottom:0;left:0;right:0;z-index:1000;border-top:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.footer-content{font-size:11px;color:var(--text-secondary);display:flex;gap:12px;flex-wrap:wrap}.footer-link{color:var(--accent-muted);text-decoration:none;transition:color .2s ease}.footer-link:hover{color:var(--accent);text-decoration:underline}.footer-muted{color:#c5c8d4b3}
