.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:stretch;justify-content:space-between;background:#1a1a2e;height:56px;padding:0 24px;box-shadow:0 2px 8px #00000059}.navbar-logo{display:flex;align-items:center;padding:4px 12px 4px 0;flex-shrink:0}.navbar-logo img{height:40px;width:auto;display:block}.navbar-left,.navbar-right{display:flex;align-items:stretch;list-style:none;gap:0}.nav-item{position:relative;display:flex;align-items:stretch}.nav-btn{display:flex;align-items:center;gap:4px;padding:0 16px;background:transparent;border:none;color:#d0d8e8;font-size:.9rem;font-weight:500;white-space:nowrap;transition:background .15s,color .15s}.nav-btn:hover,.nav-btn--active{background:#2a2a4a;color:#fff}.nav-caret{font-size:.65rem;margin-top:1px;opacity:.7}.nav-btn--register{color:#7ec8e3;font-weight:600}.nav-btn--register:hover{color:#fff;background:#0057b8}.dropdown{position:absolute;top:100%;left:0;min-width:200px;background:#fff;border:1px solid #dde3ec;border-top:3px solid #0057b8;border-radius:0 0 6px 6px;box-shadow:0 6px 20px #0000001f;z-index:1001;display:flex;flex-direction:column}.dropdown-item{padding:11px 18px;background:transparent;border:none;text-align:left;font-size:.88rem;color:#1a1a2e;transition:background .12s}.dropdown-item:hover{background:#f0f4ff;color:#0057b8}.app-footer{background:#e8e8e8;color:#1a1a1a;padding:48px 24px 24px}.footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:36px}.footer-col{display:flex;flex-direction:column}.footer-logo{width:120px;height:auto;margin-bottom:16px}.footer-notify-label{font-size:.85rem;margin-bottom:6px;color:#333}.footer-heading{font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px;color:#1a1a1a}.footer-heading--spaced{margin-top:20px}.footer-link{font-size:.85rem;color:#1a1a1a;text-decoration:none;padding:3px 0;transition:color .15s}.footer-link:hover{color:#0057b8;text-decoration:underline}.footer-bottom{max-width:1100px;margin:32px auto 0;padding-top:16px;border-top:1px solid #ccc;text-align:center;font-size:.8rem;color:#555}@media (max-width: 768px){.footer-inner{grid-template-columns:1fr 1fr}}@media (max-width: 480px){.footer-inner{grid-template-columns:1fr}}.disclaimer-bar{max-width:1100px;margin:32px auto 0;padding-top:16px;border-top:1px solid #ccc;text-align:left;font-size:.8rem;color:#555}.page-main{padding-top:56px}.hero{padding:80px 24px;background:linear-gradient(135deg,#1a1a2e,#0057b8);color:#fff}.hero-inner{display:flex;align-items:center;justify-content:center;gap:48px;max-width:1000px;margin:0 auto}.hero-logo-col{flex-shrink:0}.hero-logo{width:220px;height:auto}.hero-text-col{text-align:left}.hero h1{font-size:2.6rem;font-weight:700;margin-bottom:16px}.hero p{font-size:1.15rem;opacity:.88}@media (max-width: 640px){.hero-inner{flex-direction:column;text-align:center}.hero-text-col{text-align:center}.hero-logo{width:160px}}.hero--members{background:linear-gradient(135deg,#0a3d62,#1e5f74)}.content-section{padding:64px 24px;background:#fff}.content-section.alt{background:#f4f6f8}.section-inner{max-width:860px;margin:0 auto}.content-section h2{font-size:1.7rem;font-weight:600;margin-bottom:16px;color:#1a1a2e}.content-section p{font-size:1rem;color:#444;line-height:1.75}.content-section code{background:#eef2ff;padding:2px 6px;border-radius:4px;font-size:.88rem;color:#0057b8}.auth-main{padding-top:56px;min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f4f6f8}.auth-card{background:#fff;border:1px solid #dde3ec;border-radius:8px;padding:40px 36px;width:100%;max-width:440px;box-shadow:0 4px 20px #00000014}.auth-card h2{font-size:1.5rem;font-weight:700;margin-bottom:8px;color:#1a1a2e}.auth-sub{font-size:.9rem;color:#555;margin-bottom:20px}.auth-form{display:flex;flex-direction:column;gap:14px;margin-top:20px}.auth-form label{display:flex;flex-direction:column;gap:5px;font-size:.88rem;font-weight:500;color:#333}.auth-form input{padding:9px 12px;border:1px solid #c8d0dc;border-radius:5px;font-size:.95rem;transition:border-color .15s}.auth-form input:focus{outline:none;border-color:#0057b8;box-shadow:0 0 0 3px #0057b81f}.auth-form button[type=submit]{margin-top:6px;padding:11px;background:#0057b8;color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:600;transition:background .15s}.auth-form button[type=submit]:hover:not(:disabled){background:#049}.auth-form button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.auth-error{margin-top:12px;padding:10px 14px;background:#fff0f0;border:1px solid #f5c6c6;border-radius:5px;color:#c0392b;font-size:.88rem}.auth-success{margin-top:12px;padding:10px 14px;background:#f0fff4;border:1px solid #b2dfdb;border-radius:5px;color:#1b7a4e;font-size:.88rem}.auth-hint{font-weight:400;color:#777}.auth-switch{margin-top:20px;font-size:.88rem;color:#555;text-align:center}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;line-height:1.6;background:#f4f6f8;color:#1a1a2e}a{color:#0057b8;text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}
