@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=DM+Serif+Display:ital@0;1&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0f2a45;--navy-mid:#1a4a7a;--gold:#e8c96b;--gold-light:#fef3cd;--green:#22c55e;--green-dark:#166534;--green-light:#dcfce7;--text:#111827;--text-muted:#6b7280;--text-hint:#9ca3af;--border:rgba(0,0,0,.1);--border-strong:rgba(0,0,0,.2);--bg:#fff;--bg-surface:#f9fafb;--bg-surface2:#f3f4f6;--radius:12px;--radius-sm:8px;--shadow:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.06);--shadow-md:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.06)}@media (prefers-color-scheme:dark){:root{--text:#f9fafb;--text-muted:#9ca3af;--text-hint:#6b7280;--border:hsla(0,0%,100%,.1);--border-strong:hsla(0,0%,100%,.2);--bg:#111827;--bg-surface:#1f2937;--bg-surface2:#374151}}html{font-size:16px;-webkit-font-smoothing:antialiased}body{font-family:DM Sans,sans-serif;background:var(--bg-surface);color:var(--text);min-height:100vh}button,input,select,textarea{font-family:inherit;font-size:inherit}input[type=range]{width:100%;accent-color:var(--navy-mid);height:4px;cursor:pointer}textarea{width:100%;border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem;background:var(--bg);color:var(--text);resize:vertical;min-height:80px;line-height:1.5}textarea:focus{outline:none;border-color:var(--navy-mid)}a{color:inherit;text-decoration:none}