:root{--bg-deep:#06080c;--bg-elevated:#0c1018;--bg-card:#121824b8;--border-subtle:#94a3b81f;--border-glass:#ffffff14;--text:#e2e8f0;--text-muted:#94a3b8;--text-dim:#64748b;--accent-blue:#2563eb;--accent-blue-hover:#3b82f6;--accent-blue-glow:#2563eb59;--trust-green:#22c55e;--trust-green-dim:#22c55e26;--font:"DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;--header-h:4rem;--radius:12px;--radius-sm:8px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-family:var(--font);color:var(--text);background:var(--bg-deep);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;min-height:100svh;margin:0;font-size:1.0625rem;line-height:1.55}.network-bg{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.network-svg{opacity:.85;width:100%;height:100%;animation:28s ease-in-out infinite alternate networkPulse}@keyframes networkPulse{0%{opacity:.75;transform:scale(1)translate(0)}to{opacity:.95;transform:scale(1.03)translate(-1%,1%)}}@media (prefers-reduced-motion:reduce){.network-svg{animation:none}}.skip-link{z-index:100;background:var(--accent-blue);color:#fff;border-radius:var(--radius-sm);padding:.5rem 1rem;text-decoration:none;position:absolute;left:-9999px}.skip-link:focus{top:1rem;left:1rem}.site-header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-subtle);background:linear-gradient(#06080cf5 0%,#06080ce0 100%);position:sticky;top:0}.header-inner{max-width:1200px;height:var(--header-h);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:0 1.5rem;display:flex}.logo{color:var(--text);letter-spacing:-.02em;align-items:center;gap:.75rem;font-size:1rem;font-weight:600;text-decoration:none;display:flex}.logo-icon{filter:drop-shadow(0 0 12px #2563eb59);flex-shrink:0;display:block}.logo-wordmark{flex-direction:column;gap:.1rem;line-height:1.15;display:flex}.logo-name{letter-spacing:-.03em;font-size:1.05rem;font-weight:700}.logo-tagline{text-transform:uppercase;letter-spacing:.14em;color:var(--text-dim);font-size:.7rem;font-weight:600}.nav-main{align-items:center;gap:1.75rem;display:flex}.nav-main a{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s}.nav-main a:hover{color:var(--text)}.header-actions{align-items:center;gap:.75rem;display:flex}.lang-switcher{flex-shrink:0;position:relative}.lang-switcher-btn{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--text);cursor:pointer;font:inherit;background:#0c10188c;align-items:center;gap:.35rem;padding:.45rem .6rem;font-size:1rem;line-height:1;transition:border-color .15s,background .15s;display:inline-flex}.lang-switcher-btn:hover{background:#121824bf;border-color:#94a3b847}.lang-switcher-flag{font-size:1.2rem;line-height:1}.lang-switcher-chevron{border-left:4px solid #0000;border-right:4px solid #0000;border-top:5px solid var(--text-muted);width:0;height:0;display:block}.lang-switcher-menu{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);z-index:80;min-width:11.5rem;margin:0;padding:.35rem 0;list-style:none;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 12px 40px #00000073}.lang-switcher-menu[hidden]{display:none!important}.lang-switcher-menu li{margin:0}.lang-option{width:100%;color:var(--text-muted);font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem .9rem;font-size:.875rem;font-weight:500;transition:background .12s;display:flex}.lang-opt-flag{font-size:1.1rem;line-height:1}.lang-option:hover,.lang-option:focus-visible{color:var(--text);background:#3b82f61f;outline:none}.lang-option[aria-selected=true]{color:var(--accent-blue-hover)}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;display:none}.nav-toggle span{background:var(--text);border-radius:1px;width:22px;height:2px;display:block}.mobile-nav{border-top:1px solid var(--border-subtle);background:#06080cfa;flex-direction:column;gap:.75rem;padding:1rem 1.5rem 1.5rem;display:none}.mobile-nav a{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;padding:.5rem 0;font-size:.875rem;font-weight:500;text-decoration:none}.mobile-nav[hidden]{display:none!important}@media (width<=900px){.nav-main,.header-actions .btn-secondary{display:none}.nav-toggle,.mobile-nav:not([hidden]){display:flex}}main{z-index:1;position:relative}.btn{text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-sm);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-family:inherit;font-size:.8125rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s,box-shadow .15s;display:inline-flex}.btn[hidden]{display:none!important}.btn-primary{background:var(--accent-blue);color:#fff;box-shadow:0 0 0 0 var(--accent-blue-glow)}.btn-primary:hover{background:var(--accent-blue-hover);box-shadow:0 0 24px var(--accent-blue-glow)}.btn-primary:focus-visible{outline:2px solid var(--accent-blue);outline-offset:2px}.btn-secondary{color:var(--text);border-color:var(--border-glass);background:0 0}.btn-secondary:hover{background:#ffffff0a;border-color:#fff3}.btn-ghost{color:var(--text-muted);border-color:var(--border-subtle);background:0 0}.btn-ghost:hover{color:var(--text);border-color:var(--border-glass)}.btn-lg{padding:.9rem 1.5rem;font-size:.875rem}.btn-block{width:100%}.hero{max-width:none;margin:0;padding:0}.hero-inner{max-width:1200px;margin:0 auto;padding:3rem 1.5rem 2.5rem}.hero-audit-wide{border-top:1px solid var(--border-subtle);box-sizing:border-box;background:linear-gradient(#06080c33,#0c1018a6);width:100%;padding:2.5rem 1.5rem 4rem}.hero-audit-inner{width:100%;max-width:min(1400px,100%);margin:0 auto}.hero-grid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}@media (width<=960px){.hero-grid{grid-template-columns:1fr}}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--trust-green);margin:0 0 1rem;font-size:.75rem;font-weight:600}.hero h1{letter-spacing:-.03em;color:var(--text);margin:0 0 1rem;font-size:clamp(1.65rem,4vw,2.35rem);font-weight:700;line-height:1.2}.hero-sub{color:var(--text-muted);margin:0 0 2rem;font-size:1.05rem;font-weight:400;line-height:1.6}.audit-hero{text-align:center;padding:0 0 1.5rem}@media (width>=768px){.audit-hero{text-align:left}}.audit-teaser-label{text-transform:uppercase;letter-spacing:.14em;color:var(--text-dim);margin:0 0 .5rem;font-size:.6875rem;font-weight:700}.audit-title-large{letter-spacing:-.03em;color:var(--text);margin:0 0 .75rem;font-size:clamp(1.5rem,3.5vw,2.125rem);font-weight:700;line-height:1.2}.audit-title-lead{color:var(--text-muted);margin:0;max-width:52ch;margin-inline:auto;font-size:1rem}@media (width>=768px){.audit-title-lead{margin-inline:0}}.audit-panel{border-radius:var(--radius);background:var(--bg-card);border:1px solid var(--border-glass);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-sizing:border-box;width:100%;margin-top:0;padding:1.75rem 2rem}.audit-steps{gap:.5rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.audit-step-indicator{background:var(--border-subtle);border-radius:2px;flex:1;height:4px;position:relative}.audit-step-indicator span{color:var(--text-dim);font-size:.6875rem;font-weight:600;position:absolute;top:-1.75rem;left:50%;transform:translate(-50%)}.audit-step-indicator.is-active,.audit-step-indicator.is-done{background:var(--accent-blue)}.audit-step-indicator.is-done{opacity:.7}fieldset{border:none;margin:0;padding:0}legend{color:var(--text);margin-bottom:.35rem;font-size:1rem;font-weight:600}.field-hint{color:var(--text-dim);margin:0 0 1rem;font-size:.875rem}.choice{border-radius:var(--radius-sm);border:1px solid var(--border-subtle);cursor:pointer;color:var(--text-muted);align-items:flex-start;gap:.65rem;margin-bottom:.5rem;padding:.65rem .75rem;font-size:.9375rem;transition:border-color .15s,background .15s;display:flex}.choice:hover{background:#2563eb0f;border-color:#2563eb59}.choice:has(:checked){border-color:var(--accent-blue);color:var(--text);background:#2563eb1a}.choice input{accent-color:var(--accent-blue);margin-top:.2rem}.field{flex-direction:column;gap:.35rem;margin-bottom:1rem;display:flex}.field span{color:var(--text-muted);font-size:.8125rem}.field input{border-radius:var(--radius-sm);border:1px solid var(--border-subtle);color:var(--text);background:#00000040;padding:.65rem .85rem;font-family:inherit;font-size:1rem}.field input:focus{border-color:var(--accent-blue);outline:none}.consent{color:var(--text-muted);cursor:pointer;flex-direction:row;align-items:flex-start;gap:.65rem;margin-bottom:.75rem;font-size:.875rem;display:flex}.consent a{color:var(--accent-blue-hover)}.optional-fields .check.consent input[type=checkbox]{accent-color:var(--trust-green);flex-shrink:0;margin-top:.2rem}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.audit-pane-result{max-height:none}.audit-result-mount{margin-bottom:1.5rem}.result-hero{border-radius:var(--radius-sm);border:1px solid var(--border-glass);background:#2563eb14;margin-bottom:1.25rem;padding:1.25rem}.result-kicker{text-transform:uppercase;letter-spacing:.12em;color:var(--trust-green);margin:0 0 .5rem;font-size:.6875rem;font-weight:700}.result-score{margin:0 0 .35rem;line-height:1}.result-score-num{letter-spacing:-.03em;color:var(--text);font-size:2.75rem;font-weight:700}.result-score-max{color:var(--text-muted);font-size:1.25rem;font-weight:600}.result-label{color:var(--text);margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.result-roi{color:var(--text-muted);margin:0 0 .65rem;font-size:.9375rem;line-height:1.5}.result-complexity{color:var(--text-dim);margin:0;font-size:.875rem}.result-subs{flex-direction:column;gap:1rem;margin-bottom:1.25rem;display:flex}.result-sub-head{color:var(--text-muted);justify-content:space-between;align-items:baseline;margin-bottom:.35rem;font-size:.8125rem;font-weight:600;display:flex}.result-sub-val{color:var(--accent-blue-hover);font-variant-numeric:tabular-nums}.result-bar{background:#ffffff0f;border-radius:3px;height:6px;overflow:hidden}.result-bar span{background:linear-gradient(90deg, var(--accent-blue), var(--trust-green));border-radius:3px;height:100%;transition:width .4s;display:block}.result-sub-detail{color:var(--text-dim);margin:.5rem 0 0;font-size:.8125rem;line-height:1.45}.result-block{margin-bottom:1.25rem}.result-h3{color:var(--text);margin:0 0 .65rem;font-size:.9375rem;font-weight:600}.result-ul,.result-ol{color:var(--text-muted);margin:0;padding-left:1.2rem;font-size:.875rem;line-height:1.55}.result-ol li{margin-bottom:.35rem}.audit-result-optional{border-top:1px dashed var(--border-subtle);padding-top:1rem}.optional-lead{color:var(--text-muted);margin:0 0 1rem;font-size:1.0625rem;line-height:1.5}.optional-note{color:#fbbf24!important;margin-top:.75rem!important}.audit-error{color:#f87171;margin:0 0 .75rem;font-size:.875rem}.audit-actions{border-top:1px solid var(--border-subtle);flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1.5rem;padding-top:1rem;display:flex}.audit-actions #audit-next,.audit-actions .audit-actions-send{margin-left:auto}.audit-success{text-align:center;padding:1rem 0}.success-title{color:var(--trust-green);margin:0 0 .5rem;font-size:1.125rem;font-weight:700}.audit-success p{color:var(--text-muted);margin:0 0 1rem}.hero-visual{top:calc(var(--header-h) + 1rem);position:sticky}.glass-dashboard{--glass-inset:clamp(1.25rem, 5vw, 2.25rem);border-radius:var(--radius);border:1px solid var(--border-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(145deg,#1e293b8c 0%,#0f172abf 100%);overflow:hidden;box-shadow:0 24px 48px #00000073,inset 0 1px #ffffff0f}.glass-titlebar{padding:.75rem var(--glass-inset);border-bottom:1px solid var(--border-glass);background:#00000059;align-items:center;gap:.75rem;display:flex}.glass-titlebar .dots{gap:6px;display:flex}.glass-titlebar .dots i{background:#475569;border-radius:50%;width:10px;height:10px}.glass-titlebar .dots i:first-child{background:#ef4444}.glass-titlebar .dots i:nth-child(2){background:#eab308}.glass-titlebar .dots i:nth-child(3){background:var(--trust-green)}.glass-title{color:var(--text-muted);letter-spacing:.02em;flex:1;font-size:.8125rem;font-weight:600}.glass-badge{text-transform:uppercase;letter-spacing:.1em;background:var(--trust-green-dim);color:var(--trust-green);border:1px solid #22c55e59;border-radius:4px;padding:.25rem .5rem;font-size:.625rem;font-weight:700}.glass-badge-live{align-items:center;gap:.35rem;display:inline-flex}.live-dot{background:var(--trust-green);width:6px;height:6px;box-shadow:0 0 8px var(--trust-green);border-radius:50%;animation:1.2s ease-in-out infinite liveDotPulse}@keyframes liveDotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.92)}}.badge-pulse{animation:1.5s ease-in-out infinite badgeGlow}@keyframes badgeGlow{0%,to{box-shadow:0 0 #22c55e59}50%{box-shadow:0 0 14px 2px #22c55e40}}@media (prefers-reduced-motion:reduce){.live-dot,.badge-pulse{animation:none}}.glass-titlebar-full{width:100%}.glass-body.glass-body-stack{padding:1.375rem var(--glass-inset) 1.625rem;flex-direction:column;gap:0;display:flex}.glass-meta-full{width:100%;margin:0 0 1rem;padding-inline:0}.glass-split-pair{--stream-panel-fixed-height:auto;grid-template-columns:1fr;align-items:start;gap:1.5rem;width:100%;display:grid}@media (width>=640px){.glass-split-pair{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:0 1.5rem}.glass-col-stream{border-left:1px solid var(--border-subtle);padding-left:1.5rem}}.glass-col{flex-direction:column;gap:.5rem;min-width:0;display:flex}.col-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);align-items:flex-end;min-height:2.75rem;margin:0;padding-bottom:.125rem;font-size:.6875rem;font-weight:700;line-height:1.25;display:flex}.live-stream{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:#00000059;min-height:4.25rem;padding:.75rem .875rem;overflow:visible}.glass-col-stream .live-stream{height:var(--stream-panel-fixed-height,auto);min-height:var(--stream-panel-fixed-height,4.25rem);max-height:var(--stream-panel-fixed-height,none);flex-direction:column;display:flex;overflow:hidden}.glass-col-stream .live-stream-lines{flex:auto;min-height:0;overflow:hidden}.live-stream-lines{color:var(--text-muted);margin:0;padding:0;font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:.75rem;line-height:1.45;list-style:none}.live-stream-lines li{word-break:break-word;border-bottom:1px solid #ffffff0f;padding:.375rem 0}.live-stream-lines li:last-child{border-bottom:none}.live-stream-lines li:first-child{color:var(--accent-blue-hover);font-weight:500}@media (width>=640px){.live-stream-lines li:first-child{align-items:center;min-height:2.75rem;display:flex}}.glass-meta{color:var(--text-dim);text-transform:uppercase;letter-spacing:.08em;margin:0 0 1rem;font-size:.75rem}.workflow-bullets{margin:0;padding:0;list-style:none}.workflow-bullets li{border-bottom:1px solid var(--border-subtle);color:var(--text-dim);grid-template-columns:auto 1fr;align-items:start;gap:.65rem;padding:.65rem 0;font-size:.875rem;display:grid}.workflow-bullets li:last-of-type{border-bottom:none}.workflow-bullets li.w-pending{color:var(--text-dim);opacity:.72}.workflow-bullets li.w-done{color:var(--text-muted)}.workflow-bullets li.w-active{color:var(--text)}.workflow-bullets li.w-active .step-ix{background:var(--accent-blue);color:#fff;box-shadow:0 0 12px var(--accent-blue-glow);animation:1.8s ease-in-out infinite stepPulse}@keyframes stepPulse{0%,to{box-shadow:0 0 12px var(--accent-blue-glow)}50%{box-shadow:0 0 18px #2563eb8c}}@media (prefers-reduced-motion:reduce){.workflow-bullets li.w-active .step-ix{animation:none}}.step-ix{width:1.5rem;height:1.5rem;color:var(--text-dim);background:#ffffff0f;border-radius:6px;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:inline-flex}.workflow-bullets li.w-done .step-ix{color:var(--trust-green);background:#22c55e33}.workflow-bullets li.w-pending .step-ix{border:1px dashed #94a3b859}.glass-hitl-full{border-top:1px solid var(--border-subtle);box-sizing:border-box;width:100%;margin-top:1.25rem;padding-top:1.25rem}.hitl-label{text-transform:uppercase;letter-spacing:.12em;color:var(--trust-green);margin:0 0 .65rem;font-size:.6875rem;font-weight:700}.btn-hitl{text-transform:uppercase;letter-spacing:.04em;width:100%;max-width:420px;color:var(--text-dim);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);cursor:not-allowed;background:#ffffff0a;padding:.85rem 1rem;font-family:inherit;font-size:.8125rem;font-weight:600;transition:box-shadow .2s,border-color .2s,color .2s}.btn-hitl:disabled{opacity:.65}.btn-hitl.hitl-ready{cursor:pointer;opacity:1;color:var(--trust-green);background:#22c55e14;border-color:#22c55e8c;animation:1.4s ease-in-out infinite hitlAwait;box-shadow:0 0 24px #22c55e33}@keyframes hitlAwait{0%,to{box-shadow:0 0 12px #22c55e1f}50%{box-shadow:0 0 22px #22c55e47}}@media (prefers-reduced-motion:reduce){.btn-hitl.hitl-ready{animation:none}}.hitl-note{color:var(--text-dim);margin:.65rem 0 0;font-size:.75rem;line-height:1.45}.visual-caption{color:var(--text-dim);margin:1rem 0 0;font-size:.8125rem;line-height:1.5}.section{z-index:1;padding:4rem 1.5rem;position:relative}.section-alt{border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);background:#0c101880}.section-inner{max-width:1100px;margin:0 auto}.section-inner.narrow{max-width:720px}.section h2{letter-spacing:-.02em;color:var(--text);margin:0 0 .75rem;font-size:1.5rem;font-weight:700}.section-lead{color:var(--text-muted);max-width:65ch;margin:0 0 2rem;font-size:1.05rem}.cards-3{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}@media (width<=900px){.cards-3{grid-template-columns:1fr}}.card{border-radius:var(--radius);border:1px solid var(--border-subtle);background:#0f172a66;padding:1.5rem}.card h3{color:var(--text);margin:0 0 .65rem;font-size:1.0625rem;font-weight:600}.card p{color:var(--text-muted);margin:0;font-size:.9375rem;line-height:1.55}.use-case-list{flex-direction:column;gap:1.5rem;display:flex}.use-case{border-radius:var(--radius);border:1px solid var(--border-subtle);background:#0f172a59;padding:1.5rem}.use-case h3{color:var(--accent-blue-hover);margin:0 0 .75rem;font-size:1.0625rem;font-weight:600}.use-case ol{color:var(--text-muted);margin:0;padding-left:1.25rem;font-size:.9375rem}.use-case li{margin-bottom:.35rem}.tech .tech-row{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;display:grid}@media (width<=800px){.tech .tech-row{grid-template-columns:1fr}}.tech-block h3{margin:0 0 .65rem;font-size:1.0625rem}.tech-block p{color:var(--text-muted);margin:0;font-size:.9375rem}.trust-badges{flex-direction:column;gap:1rem;display:flex}.badge-ndsg{border-radius:var(--radius);background:var(--trust-green-dim);color:inherit;border:1px solid #22c55e59;align-items:center;gap:1rem;padding:1rem 1.25rem;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex}.badge-ndsg:hover{border-color:var(--trust-green);box-shadow:0 0 20px #22c55e26}.badge-icon{border-radius:var(--radius-sm);width:3rem;height:3rem;color:var(--trust-green);letter-spacing:.05em;background:#22c55e40;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:800;display:flex}.badge-text{color:var(--text);font-size:.9375rem;font-weight:600}.badge-swiss{border-radius:var(--radius);border:1px solid var(--border-subtle);background:#2563eb14;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;display:flex}.swiss-cross{border-radius:var(--radius-sm);color:#0000;background:#da291c;flex-shrink:0;width:2.5rem;height:2.5rem;font-size:0;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff26}.swiss-cross:before{content:"";background:#fff;border-radius:1px;width:70%;height:22%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.swiss-cross:after{content:"";background:#fff;border-radius:1px;width:22%;height:70%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.badge-swiss strong{color:var(--text);margin-bottom:.25rem;font-size:.9375rem;display:block}.badge-sub{color:var(--text-muted);font-size:.8125rem;font-weight:400;line-height:1.45;display:block}.gov-list{color:var(--text-muted);margin:0 0 1.5rem;padding-left:1.25rem}.gov-list li{margin-bottom:.5rem}.text-link{color:var(--accent-blue-hover);font-weight:600;text-decoration:none}.text-link:hover{text-decoration:underline}.site-footer{border-top:1px solid var(--border-subtle);z-index:1;padding:2rem 1.5rem;position:relative}.footer-inner{max-width:1100px;color:var(--text-dim);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;font-size:.875rem;display:flex}.footer-links{gap:1.5rem;display:flex}.footer-links a{color:var(--text-muted);text-decoration:none}.footer-links a:hover{color:var(--text)}
