@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap";*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif;background-color:#fafafa;color:#333;line-height:1.6}.app-container{display:flex;flex-direction:column;min-height:100vh}.site-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:10}.logo{font-size:1.5rem;font-weight:700;color:#553dbc;letter-spacing:.05em;display:none}.logo-image{display:block;height:50px;width:auto}.nav-links a{margin-left:1rem;color:#555;text-decoration:none;font-weight:500;transition:color .2s ease}.nav-links a:hover{color:#553dbc}.nav-links .active{color:#553dbc;font-weight:700}.site-content{flex:1;padding:2rem;max-width:960px;width:100%;margin:0 auto}.site-footer{text-align:center;padding:1rem;background:#fff;border-top:1px solid #e5e7eb;font-size:.875rem;color:#888}.home-container{text-align:center;padding-top:2rem}.stars{font-size:2rem;color:#facc15}.home-title{font-size:2.25rem;font-weight:700;color:#1f2937;margin:.5rem}.home-subtitle{font-size:1.25rem;font-weight:500;color:#4b5563;margin-bottom:1.5rem}.home-description{font-size:1rem;max-width:600px;margin:0 auto 2rem;color:#4b5563}.badge-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.badge-buttons img{height:50px;width:auto}.form-container{max-width:480px;margin:0 auto;padding:2rem;background:#fff;border-radius:.5rem;box-shadow:0 1px 4px #0000001a}.form-container h1{margin-top:0;margin-bottom:1rem;font-size:1.75rem;font-weight:700;color:#1f2937}.form-container p{margin-top:0;margin-bottom:1.5rem;color:#4b5563}.form-container label{display:block;margin-bottom:.75rem;font-weight:600;color:#374151}.form-container input[type=email],.form-container input[type=password]{width:100%;padding:.5rem .75rem;margin-top:.25rem;margin-bottom:1rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem}.form-container input[type=checkbox]{margin-right:.5rem}.form-container .checkbox-label{display:flex;align-items:center;margin-bottom:1.5rem;color:#4b5563;font-size:.95rem}.form-container button{display:inline-block;background-color:#dc2626;color:#fff;padding:.6rem 1.5rem;border:none;border-radius:.375rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.form-container button:hover{background-color:#b91c1c}@media (max-width: 640px){.site-header{flex-direction:column;align-items:center}.nav-links{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:.5rem}.nav-links a{margin-left:0}.home-title{font-size:1.75rem}.home-subtitle{font-size:1.125rem}.home-description{font-size:.95rem;padding:0 1rem}}.logo-main{height:100px}.content-section{max-width:720px;margin:0 auto}.content-section h1{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.content-section h2{font-size:1.25rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem;color:#374151}.content-section p{margin-bottom:1rem;color:#4b5563;line-height:1.7}.content-section ul{padding-left:1.25rem;margin-bottom:1rem;color:#4b5563}.content-section li{margin-bottom:.5rem}
