@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:ital,wght@0,400;0,700;1,400&display=swap";:root{--bg:#0a1220;--surface:#141c2e;--surface2:#1a2238;--border:#ffffff0f;--border2:#ffffff1a;--mint:#3ddc97;--mint-dim:#3ddc971a;--mint-glow:#3ddc9740;--on-accent:#0a1220;--text:#e8edf4;--text-dim:#8a93a6;--text-faint:#ffffff29;--green:#3ddc97;--red:#f57;--orange:#ff6d00;--yellow:#ffb020;--teal:#3e9e94;--font-display:"Inter", sans-serif;--font-mono:"JetBrains Mono", monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font-mono);-webkit-font-smoothing:antialiased;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:52px 52px;min-height:100vh;font-size:15px;line-height:1.5}.container{flex-direction:column;gap:48px;max-width:700px;margin:0 auto;padding:48px 24px 96px;display:flex}button{cursor:pointer;font-family:var(--font-mono);border-radius:0}button:disabled{cursor:not-allowed;opacity:.4}a{color:var(--mint);text-decoration:none}a:hover{text-decoration:underline}input,select{font-family:var(--font-mono);border-radius:0}.tier-good{color:var(--green)}.tier-mid{color:var(--yellow)}.tier-bad{color:var(--red)}.tier-unknown{color:var(--teal)}.badge{font-family:var(--font-mono);letter-spacing:.08em;white-space:nowrap;flex-shrink:0;font-size:.6rem;font-weight:700}.badge-ok,.badge-pass{color:var(--green)}.badge-fail{color:var(--red)}.badge-warn{color:var(--orange)}.badge-opt,.badge-na{color:var(--text-dim)}.badge-pending{color:var(--teal)}.panel{flex-direction:column;gap:14px;display:flex}.panel-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;gap:16px;padding-bottom:10px;display:flex}.panel-title{font-family:var(--font-display);color:var(--text);font-size:1.05rem;font-weight:500}.panel-title-accent{color:var(--mint)}.panel-foot{border-top:1px solid var(--border);color:var(--text-dim);margin-top:4px;padding-top:12px;font-size:.72rem;line-height:1.6}.panel-accent{border-left:2px solid var(--mint);padding-left:18px}.section-note{color:var(--text-dim);font-size:.72rem}.app-header{border-bottom:1px solid var(--border);flex-direction:column;gap:8px;padding-bottom:24px;display:flex}.app-title{font-family:var(--font-display);letter-spacing:.01em;font-size:2.1rem;font-weight:700}.app-tagline{color:var(--text-dim);letter-spacing:.04em;font-size:.8rem}.password-input{flex-direction:column;gap:4px;display:flex}.field-label{color:var(--text-dim);letter-spacing:.06em;font-size:.72rem}.input-row{align-items:stretch;display:flex}.pw-field{background:var(--surface);border:1px solid var(--border2);color:var(--text);letter-spacing:.04em;flex:1;padding:12px 14px;font-size:1rem}.pw-field::placeholder{color:var(--text-faint)}.pw-field:focus{border-color:var(--mint);background:var(--surface2);outline:none}.reveal-btn{border:1px solid var(--border2);color:var(--text-dim);letter-spacing:.06em;background:0 0;border-left:none;padding:0 14px;font-size:.72rem}.reveal-btn:hover{color:var(--text)}.reveal-btn[aria-pressed=true]{color:var(--mint)}.validate-btn{background:var(--mint);color:var(--on-accent);letter-spacing:.1em;border:none;align-self:flex-start;margin-top:6px;padding:11px 26px;font-size:.78rem;font-weight:700;transition:filter .2s}.validate-btn:hover:not(:disabled){filter:brightness(1.08)}.score-display{flex-wrap:wrap;align-items:center;gap:40px;display:flex}.enso-holder{flex:none}.score-breakdown{flex-direction:column;flex:1;gap:12px;min-width:220px;display:flex}.metric-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;gap:16px;padding-bottom:10px;display:flex}.metric-lbl{color:var(--text);align-items:center;gap:9px;font-size:.78rem;display:flex}.metric-dot{background:var(--text-faint);width:8px;height:8px;display:inline-block}.metric-dot.tier-good{background:var(--green)}.metric-dot.tier-mid{background:var(--yellow)}.metric-dot.tier-bad{background:var(--red)}.metric-dot.tier-unknown{background:var(--teal)}.metric-val{font-size:.85rem;font-weight:700}.hibp-warning{border-left:2px solid var(--orange);background:var(--surface);color:var(--orange);padding:10px 16px;font-size:.76rem;line-height:1.5}.threat-gauge{flex-direction:column;gap:12px;display:flex}.gauge-head{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.gauge-title{color:var(--text-dim);letter-spacing:.06em;font-size:.72rem}.gauge-display{letter-spacing:.04em;font-size:1.2rem;font-weight:700}.gauge-track{grid-template-columns:repeat(8,1fr);gap:3px;height:14px;display:grid}.gauge-seg{transition:opacity .4s}.gauge-ends{justify-content:space-between;display:flex}.gauge-end{color:var(--text-dim);letter-spacing:.1em;text-transform:uppercase;font-size:.56rem}.rule-counts{letter-spacing:.04em;flex-wrap:wrap;gap:16px;font-size:.66rem;display:flex}.rule-counts .c-pass{color:var(--green)}.rule-counts .c-fail{color:var(--red)}.rule-counts .c-opt{color:var(--text-dim)}.rule-list{flex-direction:column;gap:8px;display:flex}.rule-row{align-items:flex-start;gap:12px;display:flex}.rule-text{color:var(--text);font-size:.8rem;line-height:1.4}.rule-pending{color:var(--teal);font-style:italic}.rule-context{color:var(--text-dim);padding:4px 0 4px 56px;font-size:.68rem;line-height:1.6}.rec-list{flex-direction:column;gap:8px;display:flex}.rec-row{align-items:flex-start;gap:12px;display:flex}.rec-arrow{color:var(--mint);flex-shrink:0}.rec-text{color:var(--text);font-size:.8rem;line-height:1.5}.deep-divider{align-items:center;gap:16px;margin:8px 0;display:flex}.deep-divider:before,.deep-divider:after{content:"";background:var(--border);flex:1;height:1px}.deep-divider span{color:var(--text-dim);letter-spacing:.22em;text-transform:uppercase;white-space:nowrap;font-size:.6rem}.attack-list{flex-direction:column;gap:8px;display:flex}.attack-row{grid-template-columns:64px auto 1fr;align-items:baseline;gap:12px;display:grid}.attack-tag{letter-spacing:.06em;font-size:.62rem;font-weight:700}.attack-tag.severity-critical{color:var(--red)}.attack-tag.severity-moderate{color:var(--orange)}.attack-tag.severity-low{color:var(--yellow)}.attack-tag.severity-none{color:var(--text-dim)}.attack-token{color:var(--mint);word-break:break-all;font-size:.82rem;font-weight:700}.attack-desc{color:var(--text-dim);font-size:.72rem}.attack-clean{color:var(--green);letter-spacing:.04em;font-size:.78rem}.policy-grid{flex-direction:column;display:flex}.policy-row{border-bottom:1px solid var(--border);grid-template-columns:1.2fr 1fr 1fr;align-items:center;gap:12px;padding:10px 0;display:grid}.policy-row:last-child{border-bottom:none}.policy-header{border-bottom:1px solid var(--border2);padding-top:0}.policy-colhead{color:var(--text-dim);letter-spacing:.1em;text-transform:uppercase;text-align:center;font-size:.56rem}.policy-colhead-nist{color:var(--mint)}.policy-criterion{color:var(--text);font-size:.74rem}.policy-cell{text-align:center;flex-direction:column;align-items:center;gap:4px;display:flex}.policy-sub{color:var(--text-dim);font-size:.58rem;line-height:1.4}.share-card{flex-direction:column;gap:12px;display:flex}.share-report{border:1px solid var(--mint)}.share-bar{background:var(--mint);justify-content:space-between;align-items:center;padding:6px 18px;display:flex}.share-bar-title{color:var(--on-accent);letter-spacing:.16em;text-transform:uppercase;font-size:.6rem;font-weight:700}.share-bar-date{color:var(--on-accent);letter-spacing:.08em;font-size:.58rem}.share-inner{background:var(--surface);flex-direction:column;gap:16px;padding:20px 22px;display:flex}.share-stats{border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr 1fr;gap:14px;padding-bottom:16px;display:grid}.share-stat-lbl{color:var(--text-dim);letter-spacing:.16em;text-transform:uppercase;margin-bottom:6px;font-size:.5rem}.share-stat-score{font-size:1.6rem;font-weight:700;line-height:1}.share-of{color:var(--text-dim);font-size:.75rem;font-weight:400}.share-rating-badge{border:1px solid;padding:3px 10px;font-size:.85rem;font-weight:700;display:inline-block}.share-stat-crack{font-size:1.05rem;font-weight:700}.share-checks{border-bottom:1px solid var(--border);flex-direction:column;gap:5px;padding-bottom:16px;display:flex}.share-check{letter-spacing:.04em;font-size:.68rem}.share-footer{color:var(--text-faint);letter-spacing:.08em;justify-content:space-between;font-size:.58rem;display:flex}.share-actions{flex-wrap:wrap;gap:12px;display:flex}.rating-EXCELLENT,.rating-STRONG{color:var(--green)}.rating-GOOD,.rating-FAIR{color:var(--yellow)}.rating-WEAK{color:var(--red)}.rating-tag{letter-spacing:.06em;border:1px solid;padding:1px 8px;font-size:.66rem;font-weight:700;display:inline-block}.generator-panel,.passphrase-panel{flex-direction:column;gap:16px;display:flex}.section-heading{font-family:var(--font-display);color:var(--text);font-size:1.05rem;font-weight:500}.gen-controls{flex-direction:column;gap:16px;display:flex}.gen-length,.gen-sep{color:var(--text-dim);align-items:center;gap:12px;font-size:.75rem;display:flex}.gen-length input[type=range]{accent-color:var(--mint);flex:1}.gen-length-val{color:var(--text);text-align:right;min-width:3ch}.gen-sep select{background:var(--surface);border:1px solid var(--border2);color:var(--text);padding:6px 10px;font-size:.78rem}.gen-toggles{flex-wrap:wrap;gap:16px;display:flex}.gen-toggle{color:var(--text);align-items:center;gap:7px;font-size:.76rem;display:flex}.gen-toggle input[type=checkbox]{accent-color:var(--mint)}.gen-output{border:1px solid var(--border2);background:var(--surface);padding:14px 16px;overflow-x:auto}.gen-value{font-family:var(--font-mono);color:var(--mint);letter-spacing:.06em;word-break:break-all;font-size:1rem}.gen-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.copy-btn{border:1px solid var(--border2);color:var(--text-dim);letter-spacing:.08em;background:0 0;padding:10px 18px;font-size:.72rem;transition:color .2s,border-color .2s}.copy-btn:hover{color:var(--text);border-color:var(--text-dim)}.safety-tips,.scoring-explainer{flex-direction:column;gap:12px;display:flex}.disclosure,.tip-toggle{color:var(--text);font-family:var(--font-display);text-align:left;background:0 0;border:none;align-items:center;gap:10px;padding:0;font-size:1.05rem;font-weight:500;display:flex}.tip-toggle{font-size:.92rem}.disclosure-mark{font-family:var(--font-mono);color:var(--mint);flex-shrink:0;width:1em;font-size:1rem}.tips-list{flex-direction:column;gap:14px;padding-left:26px;display:flex}.tip{flex-direction:column;gap:8px;display:flex}.tip-body{color:var(--text-dim);padding-left:26px;font-size:.8rem;line-height:1.6}.tip-body a{color:var(--mint)}.explainer-body{color:var(--text-dim);flex-direction:column;gap:14px;padding-left:26px;font-size:.82rem;line-height:1.65;display:flex}.explainer-body h4{font-family:var(--font-display);color:var(--text);margin-top:6px;font-size:.92rem;font-weight:500}.explainer-body strong{color:var(--mint);font-weight:700}.explainer-body .emph-green{color:var(--green);font-weight:700}.explainer-body .emph-red{color:var(--red);font-weight:700}.explainer-code{color:var(--green);font-family:var(--font-mono);background:#3ddc9714;padding:1px 6px;font-size:.78rem}.explainer-table{border-collapse:collapse;width:100%;font-size:.76rem}.explainer-table th{text-align:left;color:var(--text-dim);letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid var(--border2);padding:7px 10px;font-size:.62rem;font-weight:700}.explainer-table td{border-bottom:1px solid var(--border);color:var(--text);padding:7px 10px}.explainer-table .score-pts{color:var(--mint);font-weight:700}.app-footer{border-top:1px solid var(--border);letter-spacing:.1em;color:var(--text-dim);padding-top:24px;font-size:.68rem}.app-footer a{color:var(--text-dim)}.app-footer a:hover{color:var(--mint)}@keyframes pvLeft{0%,35%{opacity:1}40%{opacity:0}95%{opacity:0}to{opacity:1}}@keyframes pvRight{0%,45%{opacity:0}50%{opacity:1}80%{opacity:1}85%{opacity:0}to{opacity:0}}.pv-left{animation:10s linear infinite pvLeft}.pv-right{animation:10s linear infinite pvRight}.disclaimer-wrap{height:1rem;margin:.5rem 0 .75rem;position:relative}.disclaimer-wrap span{width:100%;color:var(--text-dim);letter-spacing:.1em;font-size:.6rem;font-family:var(--font-mono);position:absolute;left:0}@media (width<=480px){.container{gap:40px;padding:32px 16px 72px}.app-title{font-size:1.7rem}.score-display{justify-content:center;gap:24px}.share-stats{grid-template-columns:1fr;gap:12px}.policy-row{text-align:center;grid-template-columns:1fr;gap:8px}.policy-header{display:none}.attack-row{grid-template-columns:1fr;gap:2px}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.empty-state{text-align:center;flex-direction:column;align-items:center;gap:20px;padding:24px 0 8px;display:flex}.ghost-enso{animation:6s ease-in-out infinite ghostBreath}@keyframes ghostBreath{0%,to{opacity:.5}50%{opacity:.9}}.empty-invite{font-family:var(--font-display);color:var(--text-dim);font-size:1.05rem}.empty-examples{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.empty-examples-label{color:var(--text-dim);font-size:.72rem}.example-chip{border:1px solid var(--border2);color:var(--text);letter-spacing:.04em;background:0 0;padding:6px 12px;font-size:.74rem;transition:border-color .2s,color .2s}.example-chip:hover{border-color:var(--mint);color:var(--mint)}@media (prefers-reduced-motion:reduce){.ghost-enso{opacity:.7;animation:none}}.results{flex-direction:column;gap:48px;display:flex}.results-reveal>*{animation:.5s both revealUp}.results-reveal>:first-child{animation-delay:0s}.results-reveal>:nth-child(2){animation-delay:60ms}.results-reveal>:nth-child(3){animation-delay:.12s}.results-reveal>:nth-child(4){animation-delay:.18s}.results-reveal>:nth-child(5){animation-delay:.24s}.results-reveal>:nth-child(6){animation-delay:.3s}.results-reveal>:nth-child(n+7){animation-delay:.36s}@keyframes revealUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.results-reveal>*{animation:none}}.gauge-track .gauge-seg{animation:.45s both segIn;animation-delay:calc(var(--seg-i) * 55ms)}@keyframes segIn{0%{opacity:0;transform:scaleY(.4)}}@media (prefers-reduced-motion:reduce){.gauge-track .gauge-seg{animation:none}}:root[data-theme=light]{--bg:#f0f4f8;--surface:#fff;--surface2:#e8edf4;--border:#00000014;--border2:#00000024;--mint:#1eb87a;--mint-dim:#1eb87a1f;--mint-glow:#1eb87a38;--on-accent:#0a1220;--text:#0a1220;--text-dim:#5b6472;--text-faint:#0a122033;--green:#1eb87a;--red:#dc2626;--orange:#ea580c;--yellow:#d97706;--teal:#2c7a72}:root[data-theme=light] body{background-image:linear-gradient(#00000005 1px,#0000 1px),linear-gradient(90deg,#00000005 1px,#0000 1px)}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.settings-bar{justify-content:flex-end;align-items:center;gap:10px;display:flex}.settings-btn{border:1px solid var(--border2);color:var(--text-dim);letter-spacing:.08em;background:0 0;padding:6px 12px;font-size:.66rem;transition:color .2s,border-color .2s}.settings-btn:hover,.settings-btn[aria-pressed=true]{color:var(--mint);border-color:var(--mint)}.theme-toggle{justify-content:center;align-items:center;padding:5px 10px;display:inline-flex}.theme-toggle svg{display:block}.force-reduce-motion *,.force-reduce-motion :before,.force-reduce-motion :after{transition:none!important;animation:none!important}.pw-field{border-radius:6px 0 0 6px}.reveal-btn{border-radius:0 6px 6px 0}.gen-sep select,.gen-output{border-radius:6px}.validate-btn,.settings-btn,.copy-btn,.example-chip{border-radius:999px}.app-title-accent{color:var(--mint)}
