.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{--bg:#ffffff;--text:#0b1220;--muted:#4b5563;--border:#d5dbe6;--border-2:#e6eaf2;--panel:#eef3ff;--panel-border:#d6e3ff;--btn:#3b5bdb;--btn-hover:#2f4cc0;--ok:#0f766e;--ok-bg:#d1fae5;--card-bg:#ffffff;--shadow:0 10px 26px rgba(11,18,32,.1);--radius:16px;--radius-sm:12px;--max: 1020px;--mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--sans: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;color-scheme:light}:root[data-theme=light]{color-scheme:light}:root[data-theme=dark]{--bg:#11111b;--text:#cdd6f4;--muted:#a6adc8;--border:rgba(205,214,244,.14);--border-2:rgba(205,214,244,.1);--panel:#181825;--panel-border:#313244;--btn:#89b4fa;--btn-hover:#74c7ec;--ok:#94e2d5;--ok-bg:rgba(148,226,213,.16);--card-bg:rgba(205,214,244,.04);--shadow:0 14px 32px rgba(0,0,0,.55);color-scheme:dark}@media(prefers-color-scheme:dark){:root:not([data-theme]){--bg:#11111b;--text:#cdd6f4;--muted:#a6adc8;--border:rgba(205,214,244,.14);--border-2:rgba(205,214,244,.1);--panel:#181825;--panel-border:#313244;--btn:#89b4fa;--btn-hover:#74c7ec;--ok:#94e2d5;--ok-bg:rgba(148,226,213,.16);--card-bg:rgba(205,214,244,.04);--shadow:0 14px 32px rgba(0,0,0,.55);color-scheme:dark}}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:var(--sans);background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:underline;text-underline-offset:3px}a:hover{opacity:.92}.container{max-width:var(--max);margin:0 auto;padding:18px 16px 50px}header{display:flex;align-items:center;justify-content:space-between;padding:10px 0 16px;gap:14px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;text-decoration:none;color:inherit}.brand:hover{opacity:.95}.brand:focus-visible{outline:2px solid rgba(137,180,250,.55);outline-offset:4px;border-radius:12px}.lock{width:32px;height:32px;border-radius:10px;border:1px solid var(--border);display:grid;place-items:center;color:var(--text);background:#fff}:root[data-theme=dark] .lock{background:#cdd6f40f}@media(prefers-color-scheme:dark){:root:not([data-theme]) .lock{background:#cdd6f40f}}.lock svg{display:block}.title{font-size:14px;font-weight:800;letter-spacing:.2px}nav{display:flex;gap:10px;color:var(--muted);font-size:14px;flex-wrap:wrap;justify-content:flex-end}nav a{text-decoration:none;padding:8px 10px;border-radius:10px}nav a:hover{background:#0b12200a}:root[data-theme=dark] nav a:hover{background:#cdd6f40f}@media(prefers-color-scheme:dark){:root:not([data-theme]) nav a:hover{background:#cdd6f40f}}.themeArea{display:flex;align-items:center;gap:8px}.themeHint{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:8px}.themeIcon{color:var(--muted);opacity:.7}:root[data-theme=dark] .themeIcon.moon{color:var(--text);opacity:1}:root[data-theme=dark] .themeIcon.sun{opacity:.45}:root[data-theme=light] .themeIcon.sun{color:var(--text);opacity:1}:root[data-theme=light] .themeIcon.moon{opacity:.45}@media(prefers-color-scheme:dark){:root:not([data-theme]) .themeIcon.moon{color:var(--text);opacity:1}:root:not([data-theme]) .themeIcon.sun{opacity:.45}}@media(prefers-color-scheme:light){:root:not([data-theme]) .themeIcon.sun{color:var(--text);opacity:1}:root:not([data-theme]) .themeIcon.moon{opacity:.45}}.themeSwitch{display:inline-flex;align-items:center;cursor:pointer;user-select:none}.themeSwitch input{position:absolute;opacity:0;width:1px;height:1px}.themeSwitch .switchUi{width:46px;height:28px;border-radius:999px;border:1px solid var(--border);background:#0b12200a;display:block;position:relative;transition:background .15s ease,border-color .15s ease}.themeSwitch .switchUi:after{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:999px;background:#fff;box-shadow:0 6px 16px #0000002e;transition:transform .15s ease,background .15s ease}.themeSwitch input:checked+.switchUi{background:#89b4fa38;border-color:#89b4fa59}.themeSwitch input:checked+.switchUi:after{transform:translate(18px)}.themeSwitch input:focus-visible+.switchUi{outline:2px solid rgba(137,180,250,.7);outline-offset:3px}:root[data-theme=dark] .themeSwitch .switchUi{background:#cdd6f40f}@media(prefers-color-scheme:dark){:root:not([data-theme]) .themeSwitch .switchUi{background:#cdd6f40f}}:root[data-theme=dark] .themeSwitch .switchUi:after{background:#cdd6f4eb}@media(prefers-color-scheme:dark){:root:not([data-theme]) .themeSwitch .switchUi:after{background:#cdd6f4eb}}.hero{text-align:center;padding:10px 0 18px}.hero h1{margin:0;font-size:44px;letter-spacing:-.7px;line-height:1.05}.hero p{margin:10px auto 0;max-width:70ch;font-size:18px;color:var(--muted);line-height:1.6}.pageHero{text-align:center;padding:14px 0 18px}.pageHero h1{margin:0;font-size:34px;letter-spacing:-.3px;line-height:1.1}.pageHero p{margin:10px auto 0;max-width:68ch;color:var(--muted);font-size:16px;line-height:1.7}.card{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px;background:var(--card-bg)}.small{font-size:14px;color:var(--muted);line-height:1.7}.pwBox{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;border:2px solid rgba(11,18,32,.28);border-radius:14px;padding:14px;background:linear-gradient(180deg,#eef3ff8c,#fff)}:root[data-theme=dark] .pwBox{border-color:#cdd6f42e;background:linear-gradient(180deg,#89b4fa1f,#cdd6f40a)}@media(prefers-color-scheme:dark){:root:not([data-theme]) .pwBox{border-color:#cdd6f42e;background:linear-gradient(180deg,#89b4fa1f,#cdd6f40a)}}.pwInput{width:100%;border:none;outline:none;background:transparent;font-family:var(--mono);font-size:34px;font-weight:760;color:var(--text);line-height:1.2}.pwInput::selection{background:#89b4fa38}.iconBtn{width:44px;height:44px;border-radius:12px;border:1px solid var(--border);background:#fff;cursor:pointer;display:grid;place-items:center;color:var(--text)}:root[data-theme=dark] .iconBtn{background:#cdd6f40f}@media(prefers-color-scheme:dark){:root:not([data-theme]) .iconBtn{background:#cdd6f40f}}.iconBtn:hover{background:#0b12200a}:root[data-theme=dark] .iconBtn:hover{background:#cdd6f41a}@media(prefers-color-scheme:dark){:root:not([data-theme]) .iconBtn:hover{background:#cdd6f41a}}.iconBtn:focus-visible{outline:2px solid rgba(137,180,250,.7);outline-offset:3px}.primaryBtn{height:44px;padding:0 18px;border-radius:12px;border:none;background:var(--btn);color:#fff;font-weight:850;cursor:pointer;font-size:16px;white-space:nowrap}:root[data-theme=dark] .primaryBtn{color:#11111b}@media(prefers-color-scheme:dark){:root:not([data-theme]) .primaryBtn{color:#11111b}}.primaryBtn:hover{background:var(--btn-hover)}.primaryBtn:focus-visible{outline:2px solid rgba(137,180,250,.7);outline-offset:3px}.copyToast{grid-column:1 / -1;justify-self:end;margin-top:-6px;font-size:13px;color:var(--muted)}.strengthRow{margin-top:14px;display:flex;align-items:center;gap:12px}.strengthBar{flex:1;height:10px;background:#e9edf5;border-radius:999px;overflow:hidden;border:1px solid rgba(11,18,32,.1)}:root[data-theme=dark] .strengthBar{background:#cdd6f41a;border-color:#cdd6f41a}@media(prefers-color-scheme:dark){:root:not([data-theme]) .strengthBar{background:#cdd6f41a;border-color:#cdd6f41a}}.strengthFill{height:100%;width:0%;background:var(--ok);border-radius:999px;transition:width .15s ease}.strengthLabel{display:flex;align-items:center;gap:10px;min-width:260px;justify-content:flex-end}.badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:var(--ok-bg);color:var(--ok);font-weight:850;font-size:13px;border:1px solid rgba(15,118,110,.25)}:root[data-theme=dark] .badge{border-color:#94e2d538}@media(prefers-color-scheme:dark){:root:not([data-theme]) .badge{border-color:#94e2d538}}.muted{color:var(--muted);font-size:14px}.optionsPanel{margin-top:18px;background:var(--panel);border:1px solid var(--panel-border);border-radius:var(--radius);padding:18px}.lenRow{display:grid;grid-template-columns:260px 1fr;gap:18px;align-items:center}.lenTitle{font-weight:850;font-size:18px}.lenControls{display:flex;align-items:center;gap:14px;width:100%}.lenNumber{width:90px;height:40px;border:1px solid var(--border);border-radius:10px;padding:0 10px;font-size:16px;background:#fff;color:var(--text)}:root[data-theme=dark] .lenNumber{background:#cdd6f40f}@media(prefers-color-scheme:dark){:root:not([data-theme]) .lenNumber{background:#cdd6f40f}}.lenNumber:focus-visible{outline:2px solid rgba(137,180,250,.7);outline-offset:3px}.lenSlider{width:100%}.optsRow{margin-top:22px;display:grid;grid-template-columns:220px 1fr;gap:18px;align-items:center}.optsTitle{font-weight:850;font-size:18px}.optsChecks{display:flex;gap:26px;flex-wrap:wrap}.chk{display:flex;align-items:center;gap:10px;font-size:18px;color:var(--text)}.chk input{width:22px;height:22px;accent-color:var(--btn)}.pageCard{max-width:860px;margin:0 auto}.faqList{display:grid;gap:10px}.faqItem{border:1px solid var(--border-2);background:var(--card-bg);border-radius:12px;padding:10px 12px}.faqItem summary{cursor:pointer;font-weight:850}.faqItem summary:focus-visible{outline:2px solid rgba(137,180,250,.7);outline-offset:3px;border-radius:10px}.faqItem p{margin:10px 0 0;color:var(--muted);line-height:1.7}.footer{margin-top:18px;padding-top:14px;border-top:1px solid var(--border-2);display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:14px;color:var(--muted)}.footer-links{display:flex;gap:10px;align-items:center}.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}@media(max-width:900px){.hero h1{font-size:38px}.strengthLabel{min-width:auto;justify-content:flex-start}}@media(max-width:820px){nav{gap:6px}nav a{padding:8px}.themeArea{gap:6px}.pwBox{grid-template-columns:1fr}.pwInput{font-size:26px}.lenRow,.optsRow{grid-template-columns:1fr}.lenControls{flex-direction:column;align-items:stretch}.lenNumber{width:100%;height:44px}}@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media(prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}
