/* DMARCWave identity, light/dark themes and touch support */
:root{color-scheme:dark}.nav-tools{display:flex;align-items:center;gap:10px}.brand .wave-logo{width:38px;height:38px;border-radius:11px;background:linear-gradient(145deg,var(--cyan),var(--blue));display:flex;align-items:center;justify-content:center;gap:2px;box-shadow:0 0 24px #58e3c244}.wave-logo i{display:block;width:3px;border-radius:4px;background:#07111f}.wave-logo i:nth-child(1){height:9px}.wave-logo i:nth-child(2){height:19px}.wave-logo i:nth-child(3){height:13px}.theme-toggle{width:42px;height:42px;padding:0;gap:0;border:1px solid var(--line);border-radius:50%;background:var(--panel);color:var(--text);box-shadow:none;touch-action:manipulation}.theme-toggle:hover{box-shadow:none}.theme-toggle .sun{display:none}.theme-toggle .moon{display:block}button,a,input{-webkit-tap-highlight-color:transparent}button,.download,.theme-toggle{min-height:44px;touch-action:manipulation}.download{user-select:none}
[data-theme="light"]{color-scheme:light;--bg:#f3f7fb;--panel:#fff;--line:#d9e3ec;--text:#102033;--muted:#607287;--cyan:#087f72;--blue:#2773cc;--amber:#9c6500;--red:#c53f51;--green:#087c5d}[data-theme="light"] body:before{background-image:linear-gradient(#0a294908 1px,transparent 1px),linear-gradient(90deg,#0a294908 1px,transparent 1px)}[data-theme="light"] .brand{color:var(--text)}[data-theme="light"] .scan-card,[data-theme="light"] .scanner,[data-theme="light"] .summary{background:linear-gradient(145deg,#fff,#eef5fa);box-shadow:0 22px 60px #16385814}[data-theme="light"] .input-wrap input{background:#fff;color:var(--text)}[data-theme="light"] .hero h1 em{-webkit-text-stroke:1px #637a91}[data-theme="light"] .hero aside{background:#ffffffcc}[data-theme="light"] .copy p{color:#30465d}[data-theme="light"] .theme-toggle .sun{display:block}[data-theme="light"] .theme-toggle .moon{display:none}[data-theme="light"] .theme-toggle{background:#fff}[data-theme="light"] .wave-logo i{background:#fff}
@media(max-width:520px){.nav-pill{display:none}nav{height:70px}.brand{font-size:.92rem}.brand .wave-logo{width:34px;height:34px}.hero h1{letter-spacing:-.055em}.scan-card{padding:18px;border-radius:17px}.scanner{padding:22px 16px}.summary{padding:22px 18px;align-items:center}.summary h2{font-size:1.65rem;overflow-wrap:anywhere}.score{width:94px;height:94px;flex-basis:94px;border-width:7px}.score strong{font-size:1.9rem}.findings article{padding:17px 14px;gap:12px}.copy>div{align-items:flex-start;flex-direction:column;gap:5px}.actions p{font-size:.75rem}}
@media(pointer:coarse){button,.download,.theme-toggle{min-height:48px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
