:root {
  --navy:#061a2f;
  --navy2:#0a2745;
  --yellow:#fad63a;
  --yellow2:#f1c400;
  --yellow-soft:#fff9df;
  --ink:#172033;
  --muted:#667085;
  --line:#e4e8ee;
  --surface:#fff;
  --bg:#f6f8fa;
  --success:#157347;
  --danger:#b42318;
  --radius:22px;
  --shadow:0 18px 55px rgba(6,26,47,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg);line-height:1.55}
a{color:inherit}.shell{width:min(1160px,calc(100% - 40px));margin:auto}
.site-header{background:var(--navy);border-bottom:1px solid rgba(255,255,255,.08)}
.header-inner{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:block;width:230px}.brand img{display:block;width:100%;height:auto}.header-label{color:#c5d0db;font-size:.92rem;font-weight:700}
.hero{background:radial-gradient(circle at 80% 12%,rgba(250,214,58,.18),transparent 27%),linear-gradient(180deg,var(--navy),#071f38);color:#fff;padding:66px 0 76px}.hero-copy{max-width:850px}.eyebrow,.kicker{margin:0 0 10px;color:var(--yellow2);font-size:.75rem;font-weight:900;letter-spacing:.14em}.hero h1{margin:0;font-size:clamp(2.65rem,7vw,5rem);line-height:1;letter-spacing:-.055em}.hero p:last-child{max-width:760px;margin:22px 0 0;color:#c8d2dc;font-size:clamp(1.02rem,2vw,1.18rem)}
.generator-section{padding:58px 0 88px}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:0 2px 0 rgba(6,26,47,.02)}
.auto-panel{margin-bottom:24px;background:linear-gradient(135deg,#fff 0%,#fffdf4 100%);border-color:#ebd369}.auto-copy{display:flex;gap:16px;align-items:flex-start}.auto-copy h2{margin:0;font-size:clamp(1.65rem,3vw,2.15rem);letter-spacing:-.04em}.auto-copy p:last-child{margin:8px 0 0;color:var(--muted);max-width:770px}.auto-badge{flex:0 0 auto;background:var(--yellow);color:var(--navy);border-radius:999px;padding:6px 10px;font-weight:950;font-size:.72rem;letter-spacing:.07em;margin-top:1px}.auto-controls{display:grid;grid-template-columns:1fr auto;align-items:end;gap:14px;margin-top:24px}.auto-domain-field{margin:0}.auto-button{width:auto;min-width:245px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:18px}.auto-button:disabled{cursor:wait;opacity:.72}.button-arrow{font-size:1.15rem}
.generator-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:24px;align-items:start}.result-panel{position:sticky;top:20px}.panel-heading{display:flex;align-items:center;gap:14px;margin-bottom:28px}.result-heading{flex-wrap:wrap}.panel-heading h2{margin:0;font-size:1.7rem;letter-spacing:-.035em}.panel-heading .kicker{margin:0 0 2px}.step{width:42px;height:42px;border-radius:13px;background:var(--yellow);display:grid;place-items:center;font-weight:950;color:var(--navy);flex:0 0 auto}.result-heading .ghost-button{margin-left:auto}
.field{display:block;margin-bottom:23px}.field>span,.ca-fieldset legend{display:block;font-weight:800;margin-bottom:8px}.field em{font-style:normal;color:#8b93a1;font-weight:600;font-size:.83rem}.field input,.field textarea{width:100%;border:1px solid #ccd3dc;border-radius:12px;padding:0 14px;background:#fff;font:inherit;color:var(--ink);outline:none;transition:border .15s,box-shadow .15s}.field input{height:51px}.field textarea{padding-top:12px;padding-bottom:12px;resize:vertical;min-height:84px}.field input:focus,.field textarea:focus{border-color:var(--yellow2);box-shadow:0 0 0 4px rgba(250,214,58,.23)}.field small,.field-help{display:block;margin-top:7px;color:var(--muted);font-size:.82rem}.ca-fieldset{border:0;padding:0;margin:0 0 23px}.field-help{margin:-3px 0 12px}.ca-options{display:grid;grid-template-columns:1fr 1fr;gap:9px}.ca-option{border:1px solid var(--line);border-radius:12px;padding:11px 12px;display:flex;gap:10px;align-items:center;cursor:pointer;transition:border .15s,background .15s}.ca-option:has(input:checked){border-color:#e2ba00;background:var(--yellow-soft)}.ca-option input{accent-color:var(--yellow2);width:17px;height:17px}.ca-option span{display:flex;flex-direction:column;line-height:1.25}.ca-option small{color:var(--muted);font-size:.74rem;margin-top:3px}
.switch-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 0;border-top:1px solid var(--line);transition:opacity .18s}.switch-row+ .switch-row{margin-bottom:21px}.switch-row>div{display:flex;flex-direction:column}.switch-row strong{font-size:.94rem}.switch-row span{color:var(--muted);font-size:.81rem;margin-top:3px}.switch-row code{background:#eef1f4;padding:1px 4px;border-radius:4px;color:#3f4b5c}.switch{position:relative;flex:0 0 auto}.switch input{position:absolute;opacity:0}.switch span{display:block;width:48px;height:28px;border-radius:999px;background:#cbd2da;position:relative;cursor:pointer;transition:.18s}.switch span:after{content:"";position:absolute;width:22px;height:22px;border-radius:50%;background:#fff;top:3px;left:3px;box-shadow:0 1px 4px rgba(0,0,0,.2);transition:.18s}.switch input:checked+span{background:var(--navy2)}.switch input:checked+span:after{transform:translateX(20px)}
.primary-button,.secondary-button,.ghost-button,.text-button{font:inherit;cursor:pointer}.primary-button{min-height:53px;border:0;border-radius:13px;background:var(--yellow);color:var(--navy);font-weight:900;font-size:.98rem}.primary-button:hover{background:#f7ce21}.secondary-button{width:100%;min-height:51px;border:1px solid var(--navy);border-radius:13px;background:var(--navy);color:#fff;font-weight:850}.secondary-button:hover{background:var(--navy2)}.ghost-button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px 12px;font-weight:800;color:var(--navy)}.ghost-button:hover{background:#f7f8fa}.text-button{border:0;background:transparent;color:#815f00;font-weight:850;padding:4px}
.scan-status{margin-top:20px;padding:14px 16px;border-radius:14px;display:flex;gap:12px;align-items:center}.scan-status.scanning{background:#f6f8fa;border:1px solid var(--line)}.scan-status.error{background:#fff3f2;border:1px solid #f0b8b3;color:#7a271a}.scan-status>div{display:flex;flex-direction:column}.scan-status span:not(.spinner){font-size:.84rem;color:var(--muted);margin-top:2px}.spinner{width:20px;height:20px;border:3px solid #d9dee5;border-top-color:var(--yellow2);border-radius:50%;animation:spin .8s linear infinite;flex:0 0 auto}@keyframes spin{to{transform:rotate(360deg)}}
.analysis-results{margin-top:24px;padding-top:24px;border-top:1px solid #ead88f}.analysis-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.analysis-header h3{margin:0;font-size:1.35rem;letter-spacing:-.025em}.source-badge{display:inline-flex;padding:6px 9px;border-radius:999px;background:#eef2f5;color:#566171;font-size:.72rem;font-weight:800;white-space:nowrap}.analysis-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.metric{padding:14px;border:1px solid var(--line);border-radius:13px;background:#fff;display:flex;flex-direction:column}.metric>span{color:var(--muted);font-size:.74rem;font-weight:800}.metric strong{font-size:1.45rem;line-height:1.1;margin:5px 0}.metric small{color:#77808f;font-size:.72rem}.analysis-columns{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.analysis-box{background:#fff;border:1px solid var(--line);border-radius:14px;padding:15px}.analysis-box h4{margin:0 0 11px;font-size:.88rem}.issuer-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;border-top:1px solid #edf0f3}.issuer-row:first-of-type{border-top:0}.issuer-row>div:first-child{display:flex;flex-direction:column;min-width:0}.issuer-row strong{font-size:.84rem;overflow-wrap:anywhere}.issuer-row span{font-size:.72rem;color:var(--muted)}.issuer-caa code,.dns-pill{font:700 .74rem ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;background:var(--yellow-soft);color:#6b5200;border-radius:7px;padding:5px 7px}.unresolved{color:var(--danger)!important;font-weight:750}.dns-pills{display:flex;flex-wrap:wrap;gap:7px}.muted-text,.empty-analysis{color:var(--muted);font-size:.82rem}.analysis-warning{margin-top:12px;padding:13px 15px;border-left:4px solid var(--yellow2);background:#fffaf0;font-size:.82rem}.analysis-warning ul{margin:7px 0 0;padding-left:19px}.analysis-warning li+li{margin-top:4px}.analysis-footnote{margin:12px 0 0;color:#77705e;font-size:.76rem}
.summary-card{border-radius:15px;background:var(--yellow-soft);border:1px solid #f0dc8e;padding:15px 16px;margin-bottom:16px}.summary-card strong{display:block}.summary-card span{display:block;color:#72694f;font-size:.86rem;margin-top:3px}
.records{display:flex;flex-direction:column;gap:10px}.record{border:1px solid var(--line);border-radius:14px;padding:14px 15px;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.record-main{min-width:0}.record-title{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin-bottom:6px}.record-title strong{font-size:.89rem}.badge{display:inline-flex;padding:3px 7px;border-radius:999px;background:#eef2f5;color:#556071;font-size:.68rem;font-weight:850}.record-value{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.86rem;overflow-wrap:anywhere;color:#263348}.copy-record{border:0;border-radius:9px;padding:8px 10px;background:#f0f2f5;color:#445064;font-weight:800;cursor:pointer}.copy-record:hover{background:var(--yellow-soft);color:#745700}
.zone-card{margin-top:18px;background:var(--navy);border-radius:15px;overflow:hidden;color:#fff}.zone-head{padding:13px 15px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between}.zone-head .text-button{color:var(--yellow)}pre{margin:0;padding:17px;white-space:pre-wrap;overflow-wrap:anywhere;color:#dbe7f2;font:13px/1.65 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;min-height:92px}.notice{margin-top:18px;border-left:4px solid var(--yellow2);background:#fffaf0;padding:14px 15px}.notice strong{font-size:.9rem}.notice p{margin:4px 0 0;color:#6c6452;font-size:.83rem}
.more-tools-section{padding:0 0 88px}.more-tools-card{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:34px;border-radius:var(--radius);background:linear-gradient(135deg,var(--navy),var(--navy2));color:#fff;box-shadow:var(--shadow)}.more-tools-card h2{margin:0;font-size:clamp(1.7rem,3.5vw,2.3rem);letter-spacing:-.035em}.more-tools-card p:last-child{margin:7px 0 0;color:#c8d2dc}.tools-button{min-height:52px;padding:0 20px;border-radius:13px;background:var(--yellow);color:var(--navy);text-decoration:none;font-weight:900;display:inline-flex;align-items:center;gap:20px;white-space:nowrap}.tools-button:hover{background:#f7ce21}
footer{background:var(--navy);color:#aebbc8}.footer-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:.89rem}.footer-inner a{text-decoration:none}.toast{position:fixed;right:20px;bottom:20px;background:var(--navy);color:white;border:1px solid rgba(255,255,255,.12);padding:11px 15px;border-radius:11px;font-weight:750;font-size:.85rem;box-shadow:var(--shadow);opacity:0;transform:translateY(10px);pointer-events:none;transition:.2s;z-index:20}.toast.show{opacity:1;transform:none}
@media(max-width:900px){.generator-grid{grid-template-columns:1fr}.result-panel{position:static}.analysis-grid{grid-template-columns:1fr 1fr}.analysis-columns{grid-template-columns:1fr}.auto-controls{grid-template-columns:1fr}.auto-button{width:100%}.more-tools-card{align-items:flex-start;flex-direction:column}.tools-button{width:100%;justify-content:space-between}}
@media(max-width:620px){.shell{width:min(100% - 28px,1160px)}.header-inner{min-height:72px}.brand{width:180px}.header-label{display:none}.hero{padding:54px 0 60px}.generator-section{padding:42px 0 64px}.panel{padding:22px}.auto-copy{flex-direction:column;gap:10px}.auto-badge{align-self:flex-start}.ca-options{grid-template-columns:1fr}.record{grid-template-columns:1fr}.copy-record{justify-self:start}.analysis-grid{grid-template-columns:1fr 1fr}.analysis-header{flex-direction:column}.issuer-row{align-items:flex-start;flex-direction:column}.more-tools-card{padding:25px}.footer-inner{min-height:90px;flex-direction:column;justify-content:center;gap:3px}}
@media(max-width:420px){.analysis-grid{grid-template-columns:1fr}}
