.container{text-align:center;flex-direction:column;justify-content:center;width:100%;max-width:640px;min-height:100vh;margin:auto;padding:2rem;display:flex}.logo-container{margin-bottom:3rem}.logo-container.rotating,.logo-container:hover{animation:1s ease-in-out logo-rotate}.logo-container img{filter:drop-shadow(0 10px 20px #0000004d);width:180px;height:auto}.content{margin-bottom:4rem}h1{letter-spacing:-.02em;margin-bottom:1rem;font-size:4.5rem;font-weight:700;line-height:5.625rem}.subtitle{font-size:1.75rem;font-weight:500}.accent{color:var(--accent)}footer{opacity:.75;font-size:.95rem;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes logo-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.legal-page{color:#222;background:#faf7f2;min-height:100vh;padding:3rem 1.5rem 5rem}.legal-shell{width:100%;max-width:900px;margin:0 auto}.legal-header{text-align:center;margin-bottom:2.5rem}.legal-logo-link{margin-bottom:1.5rem;display:inline-block}.legal-logo{width:72px;height:auto;margin:0 auto;display:block}.legal-header h1{color:#0066a6;letter-spacing:-.02em;margin:0;font-size:2.5rem;font-weight:700;line-height:1.2}.legal-document{background:#fff;border:1px solid #ededed;border-radius:12px;padding:3rem;box-shadow:0 4px 20px #0000000a}.legal-document h2{color:#0066a6;margin:2.5rem 0 1rem;font-size:1.5rem;font-weight:700;line-height:1.3}.legal-document h2:first-child{margin-top:0}.legal-document p{margin:0 0 1rem;line-height:1.7}.legal-document ul,.legal-document ol{margin:1rem 0;padding-left:2rem}.legal-document ul{list-style-type:disc}.legal-document ol{list-style-type:decimal}.legal-document li{margin-bottom:.5rem;line-height:1.6}.legal-document a{color:#0066a6;text-underline-offset:2px;text-decoration:underline}.legal-document a:hover{text-decoration-thickness:2px}.legal-nav{justify-content:center;gap:1.5rem;margin-top:2rem;font-size:.95rem;display:flex}.legal-nav a{color:#0066a6;font-weight:500;text-decoration:none}.legal-nav a:hover{text-decoration:underline}@media (width<=640px){.legal-page{padding:2rem 1rem 3rem}.legal-header{margin-bottom:1.5rem}.legal-logo{width:60px}.legal-header h1{font-size:2rem}.legal-document{border-radius:8px;padding:1.5rem}.legal-document h2{margin-top:2rem;font-size:1.3rem}.legal-nav{flex-wrap:wrap;gap:.75rem 1.25rem}}:root{--bg:#0066a6;--text:#fff;--accent:#f76115}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg);color:var(--text);justify-content:center;align-items:center;min-height:100vh;font-family:Inter,system-ui,sans-serif;display:flex}#root{min-height:100vh}
