.hero-tool{position:relative;padding-top:clamp(2.5rem,5vw,4rem);padding-bottom:clamp(1rem,2vw,1.5rem)}.hero-tool:before{content:"";position:absolute;top:0;bottom:0;left:0;width:3px;background:var(--color-graphite)}@media(max-width:1023px){.hero-tool:before{display:none}}.section-tool{padding-block:clamp(1.5rem,3vw,2.5rem)}.tool-card{padding:clamp(1.25rem,3vw,2rem)}.form-h2{font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:700;line-height:1.25;margin:0}.form-sub{font-size:.92rem;line-height:1.55;color:var(--color-text-secondary);margin:0}.form-sub strong{color:var(--color-text-primary)}.tool-label{display:block;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-secondary);margin-bottom:.5rem}.tool-label .opt{font-weight:400;text-transform:none;letter-spacing:0;color:var(--color-text-secondary);opacity:.7}.tool-input{width:100%;border:1px solid var(--color-border);border-radius:8px;padding:.85rem 1rem;font-family:var(--font-mono);font-size:.92rem;line-height:1.5;background:var(--color-bg-primary);color:var(--color-text-primary)}.tool-input--one{resize:none}.tool-input:focus{outline:2px solid var(--color-signal);outline-offset:1px;border-color:var(--color-signal)}textarea.tool-input{resize:vertical}.tool-hint{font-size:.78rem;color:var(--color-text-secondary);margin:.55rem 0 0}.consent-row{display:flex;align-items:flex-start;gap:.6rem;margin-top:.9rem;font-size:.86rem;line-height:1.5;color:var(--color-text-secondary);cursor:pointer}.consent-row input{margin-top:.2rem;flex-shrink:0}.consent-row span{user-select:none}.cf-turnstile{margin-top:1rem;min-height:0}.cf-turnstile:empty{display:none}.tool-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin-top:1rem}.audit-msg{margin:.9rem 0 0;padding:.75rem 1rem;border-radius:6px;font-size:.9rem;line-height:1.5}.audit-msg.ok{background:color-mix(in srgb,var(--color-signal) 22%,transparent);color:var(--color-carbon)}.audit-msg.err{background:#fee2e2;color:#9b1c1c}.audit-msg.info{background:var(--color-bg-secondary);color:var(--color-text-secondary);border:1px solid var(--color-border)}.checks-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}@media(min-width:640px){.checks-grid{grid-template-columns:1fr 1fr}}.check-item{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:8px;padding:1rem 1.15rem}.check-name{font-family:var(--font-mono);font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-signal);margin:0 0 .35rem;font-weight:600}.check-desc{font-size:.9rem;line-height:1.5;color:var(--color-text-secondary);margin:0}.check-desc code{font-family:var(--font-mono);font-size:.85em;background:var(--color-accent-soft);padding:.05rem .3rem;border-radius:4px}.content-block{padding-block:clamp(2.5rem,5vw,4rem)}.resources-block{padding-block:clamp(1rem,2vw,2rem)}.resources-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.resources-grid{grid-template-columns:1fr 1fr}}@media(min-width:900px){.resources-grid{grid-template-columns:1fr 1fr 1fr}}.resource-card{display:flex;flex-direction:column;gap:.4rem;padding:1.25rem 1.4rem;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:10px;text-decoration:none;color:inherit;transition:border-color .15s ease,transform .15s ease;animation:fadeInUp .5s ease both}.resource-card:nth-child(1){animation-delay:.05s}.resource-card:nth-child(2){animation-delay:.15s}.resource-card:nth-child(3){animation-delay:.25s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.resource-card{animation:none;opacity:1}}.resource-card:hover{border-color:var(--color-signal);transform:translateY(-1px)}.resource-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:color-mix(in srgb,var(--color-signal) 12%,transparent);margin-bottom:.2rem}.resource-icon svg{width:18px;height:18px;stroke:var(--color-signal);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.resource-eyebrow{font-family:var(--font-mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-secondary);margin:0}.resource-title{font-size:1.05rem;font-weight:700;margin:0;color:var(--color-text-primary)}.resource-desc{font-size:.88rem;line-height:1.5;color:var(--color-text-secondary);margin:0;flex:1}.resource-cta{font-family:var(--font-mono);font-size:.8rem;color:var(--color-signal);font-weight:500;margin-top:.4rem}.prose-content p{font-size:1.02rem;line-height:1.65;color:var(--color-text-secondary);margin:0 0 1.1rem}.prose-content strong{color:var(--color-text-primary)}.prose-content code{font-family:var(--font-mono);font-size:.9em;background:var(--color-accent-soft);padding:.05rem .3rem;border-radius:4px}.prose-content a{color:var(--color-text-primary);text-decoration:underline;text-decoration-color:var(--color-signal);text-underline-offset:3px}.faq-item{padding:.25rem 0}.faq-q{font-weight:500;padding:1rem 0;cursor:pointer;list-style:revert}.faq-q::-webkit-details-marker{display:none}.faq-a{padding:0 0 1.1rem;font-size:.92rem;line-height:1.6;color:var(--color-text-secondary);margin:0}.h2-dark{color:var(--color-soft-white)}.cta-lead{max-width:34rem;margin:1.25rem auto 0;color:#faf8f2c7}.section-dark .btn-primary{background:var(--color-soft-white);color:var(--color-carbon)}.section-dark .btn-primary:hover{background:var(--color-signal)}.score-gauge{position:relative;width:110px;height:110px;flex-shrink:0}.gauge-svg{transform:rotate(-90deg);width:100%;height:100%}.gauge-bg-ring{fill:none;stroke:var(--color-border);stroke-width:7}.gauge-fg-ring{fill:none;stroke:#16a34a;stroke-width:7;stroke-linecap:round;stroke-dasharray:264;stroke-dashoffset:264;transition:stroke-dashoffset .9s cubic-bezier(.22,1,.36,1),stroke .4s ease}.gauge-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:baseline;gap:1px;font-variant-numeric:tabular-nums}.gauge-text .score-val{font-size:1.85rem;font-weight:700;line-height:1}.gauge-text .score-max{font-size:.8rem;color:var(--color-text-secondary)}@media(prefers-reduced-motion:reduce){.gauge-fg-ring{transition:none}}.trust-badge{display:flex;align-items:center;gap:.4rem;font-family:var(--font-mono);font-size:.72rem;color:var(--color-text-secondary);margin-top:.75rem}.trust-badge svg{width:14px;height:14px;flex-shrink:0;stroke:var(--color-signal);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.empty-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem 1rem;color:var(--color-text-secondary);font-size:.88rem;text-align:center}.empty-placeholder svg{width:36px;height:36px;stroke:var(--color-border);stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}
