:root{--navy-dark: #0A1628;--navy-mid: #162D50;--emerald: #00B37D;--emerald-hover: #009A6C;--light-bg: #F4F7FA;--white: #FFFFFF;--danger: #DC3545;--warning: #F5A623;--neutral: #6C757D;--font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{font-family:var(--font-family);-webkit-font-smoothing:antialiased;color:#333}body{background:var(--light-bg);min-height:100vh}a{color:var(--emerald);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 32px;border:none;border-radius:8px;font-family:var(--font-family);font-size:16px;font-weight:600;cursor:pointer;transition:background .2s,transform .1s}.btn:active{transform:scale(.98)}.btn-primary{background:var(--emerald);color:#fff}.btn-primary:hover{background:var(--emerald-hover)}.btn-primary:disabled{background:var(--neutral);cursor:not-allowed}.btn-lg{padding:16px 48px;font-size:18px}.card{background:var(--white);border-radius:12px;padding:24px;box-shadow:0 1px 3px #00000014}.input{width:100%;padding:12px 16px;border:2px solid #E2E8F0;border-radius:8px;font-family:var(--font-family);font-size:16px;transition:border-color .2s}.input:focus{outline:none;border-color:var(--emerald)}.input-plate{font-size:24px;font-weight:700;text-align:center;text-transform:uppercase;letter-spacing:2px}.header.svelte-12qhfyh{background:var(--navy-dark);padding:16px 0;position:sticky;top:0;z-index:100}.header-inner.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between}.logo.svelte-12qhfyh{text-decoration:none;display:flex;align-items:center}.logo-img.svelte-12qhfyh{height:36px;width:auto}.footer-logo.svelte-12qhfyh{height:28px;width:auto}main.svelte-12qhfyh{min-height:calc(100vh - 180px)}.footer.svelte-12qhfyh{background:var(--navy-dark);color:#94a3b8;padding:40px 0;margin-top:60px}.footer-inner.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;text-align:center}.footer-brand.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center}.footer-tagline.svelte-12qhfyh{color:var(--emerald);font-size:14px;margin-top:4px}.footer-links.svelte-12qhfyh{display:flex;gap:24px;justify-content:center;margin:20px 0}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#94a3b8;font-size:14px}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:#fff}.footer-contact.svelte-12qhfyh{display:flex;gap:8px;align-items:center;margin-top:8px}.footer-contact.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#94a3b8;font-size:14px}.footer-contact.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:#fff}.footer-sep.svelte-12qhfyh{color:#475569}.footer-copy.svelte-12qhfyh{font-size:12px;margin-top:16px}
