:root{--bg-page: #f4efe5;--bg-surface: #ffffff;--text-primary: #0f172a;--text-secondary: #475569;--text-tertiary: #94a3b8;--accent-blue: #1b2d42;--accent-blue-hover: #121e2c;--accent-red: #b04b3a;--border-color: #e2e8f0;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--space-2: .5rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--radius-md: .5rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-page);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:var(--accent-blue)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--space-4)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.skip-link:focus{position:fixed;top:1rem;left:1rem;z-index:9999;padding:1rem;background:var(--bg-surface)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:500;cursor:pointer;transition:.2s ease;border:none}.btn-primary{background:var(--accent-red);color:#fff}.btn-primary:hover{filter:brightness(1.1)}.app-header{background:var(--bg-surface);border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:100}.header-container{display:flex;justify-content:space-between;align-items:center;height:auto;min-height:6.5rem;padding-top:.5rem;padding-bottom:.5rem}.logo{display:flex;align-items:center;gap:var(--space-2);color:var(--text-primary)}.logo-text{font-weight:700;font-size:1.25rem}.main-nav{display:flex;gap:1rem;align-items:center;margin-left:1.5rem;margin-right:auto}.nav-link{color:var(--text-primary);font-weight:600;font-size:.9rem;transition:color .2s}.nav-link:hover{color:var(--accent-red)}.header-contact{display:flex;align-items:center;gap:1rem}.operational-notice{font-size:.875rem;color:var(--text-secondary);font-weight:500;white-space:nowrap}.brand-logo{width:50px;height:50px;object-fit:cover}@media(max-width:768px){.main-nav,.operational-notice{display:none}.header-container{flex-wrap:wrap;height:auto;padding:1rem;justify-content:center;gap:1rem}.logo{justify-content:center;width:100%}.brand-logo{width:56px;height:56px}.logo-text{font-size:1rem;text-align:center}.header-contact{width:100%;justify-content:center;gap:.5rem}.btn{padding:.5rem 1rem;font-size:.9rem}}.app-footer{background:var(--bg-surface);border-top:1px solid var(--border-color);padding:var(--space-12) 0 0;margin-top:var(--space-12)}.footer-credit{border-top:1px solid var(--border-color);padding:10px 0;text-align:center;margin-top:var(--space-12)}.footer-credit p{font-size:.72rem;color:var(--text-muted, #888);letter-spacing:.02em}.footer-credit a{color:var(--text-muted, #888);text-decoration:none;font-weight:500;transition:color .2s}.footer-credit a:hover{color:var(--text-primary, #333)}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:var(--space-8)}.footer-left,.footer-middle,.footer-right{display:flex;flex-direction:column;gap:2rem}.footer-logo-large{margin-top:auto;margin-bottom:auto;display:flex;justify-content:flex-end}.big-brand-logo{width:280px;height:280px;object-fit:cover;border-radius:50%;border:4px solid var(--border-color);box-shadow:var(--shadow-sm)}@media(max-width:768px){.footer-grid{grid-template-columns:1fr}.footer-logo-large{justify-content:center;margin-top:1rem}.big-brand-logo{width:160px;height:160px}}.footer-contact address{font-style:normal;color:var(--text-secondary);margin-bottom:.5rem}.footer-contact .hours{color:var(--text-secondary)}.footer-compliance ul,.footer-resources ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-compliance a,.footer-resources a{color:var(--text-secondary)}.footer-compliance a:hover,.footer-resources a:hover{color:var(--accent-blue)}.footer-resources h4,.footer-compliance h4,.footer-social h4{margin-bottom:1rem;font-size:1.125rem;color:var(--text-primary)}.social-icons{display:flex;gap:1rem}.social-icons a{color:var(--text-secondary);transition:color .2s}.social-icons a:hover{color:var(--accent-red)}
