:root{--primary:#1a365d;--accent:#e67e22;--text:#2d3748;--text-light:#718096;--bg:#fff;--border:#e2e8f0}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{height:auto;max-width:100%}.page{display:flex;flex-direction:column;min-height:100vh}.content{align-items:center;display:flex;flex:1;flex-direction:column;justify-content:center;padding:40px 24px;text-align:center}.logo{border-radius:16px;height:auto;margin-bottom:32px;width:160px}.content h1{color:var(--primary);font-size:2rem;font-weight:800;letter-spacing:-.02em;margin-bottom:16px}.tagline{color:var(--accent);font-size:1.15rem;font-weight:600;margin-bottom:24px}.info p{color:var(--text-light);font-size:1.05rem;margin-bottom:4px}.footer{background:var(--primary);color:#fff;font-size:.85rem;opacity:.9;padding:24px;text-align:center}.footer p{margin-bottom:8px}.footer-links{display:flex;gap:24px;justify-content:center}.footer-links a{opacity:.7;transition:opacity .2s}.footer-links a:hover{opacity:1}.page-header{padding:40px 24px 20px;text-align:center}.page-header a{display:inline-block}.page-header img{border-radius:10px;height:auto;width:80px}.page-content{margin:0 auto;max-width:800px;padding:20px 24px 60px}.page-content h1{color:var(--primary);font-size:2rem;font-weight:800;margin-bottom:24px}.page-content h2{color:var(--primary);font-size:1.3rem;font-weight:700;margin:32px 0 12px}.page-content p,.page-content ul{color:var(--text-light);margin-bottom:12px}.page-content ul{padding-left:24px}.page-content li{margin-bottom:6px}@media(max-width:640px){.logo{width:120px}.content h1{font-size:1.5rem}.footer-links{flex-direction:column;gap:8px}}
