*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:'Noto Sans JP',sans-serif;line-height:1.7}a{color:inherit;text-decoration:none}button,input{font:inherit}.container{width:min(1120px,calc(100% - 40px));margin:0 auto}.site-header{background:rgba(245,247,244,.94);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10;backdrop-filter:blur(14px)}.header-inner,.footer-inner{display:flex;align-items:center;justify-content:space-between;min-height:72px}.brand{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:900;letter-spacing:.04em}.brand-mark{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;color:var(--ink);background:var(--lime);font-size:21px;line-height:1}.header-nav{display:flex;gap:28px;color:var(--muted);font-size:13px;font-weight:700}.header-nav a:hover,.footer-links a:hover{color:var(--teal)}.tool-hero{overflow:hidden;color:#f4fbf6;background:var(--ink)}.hero-grid{display:grid;grid-template-columns:1fr .85fr;gap:60px;align-items:center;min-height:360px}.hero-copy{padding:76px 0}.eyebrow{margin:0 0 12px;color:var(--teal);font:700 12px/1.3 'DM Sans',sans-serif;letter-spacing:.17em;text-transform:uppercase}.tool-hero .eyebrow{color:var(--lime)}h1,h2,h3,p{margin-top:0}h1{max-width:610px;margin-bottom:20px;font-size:clamp(38px,5vw,68px);line-height:1.2;letter-spacing:-.08em}h1 em,h2 em{color:var(--lime);font-style:normal}.hero-lead{max-width:490px;margin-bottom:24px;color:#b9c9c2;font-size:15px}.privacy-pill{display:inline-flex;align-items:center;gap:8px;color:#ecf4ed;font-size:11px;font-weight:700}.privacy-dot{width:8px;height:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 5px rgba(200,239,118,.12)}.hero-art{position:relative;align-self:stretch;min-height:360px;overflow:hidden}.hero-grid-lines{position:absolute;inset:-15%;opacity:.23;background-image:linear-gradient(rgba(200,239,118,.25) 1px,transparent 1px),linear-gradient(90deg,rgba(200,239,118,.25) 1px,transparent 1px);background-size:36px 36px;transform:perspective(240px) rotateX(53deg) rotateZ(-21deg) translateY(66px)}.hero-lock{position:absolute;top:50%;left:50%;display:grid;place-items:center;width:140px;height:140px;border:1px solid rgba(200,239,118,.52);border-radius:38px;background:rgba(255,255,255,.05);box-shadow:0 0 0 14px rgba(200,239,118,.04),0 18px 50px rgba(0,0,0,.28);transform:translate(-50%,-50%) rotate(8deg)}.lock-shackle{position:absolute;top:20px;width:54px;height:48px;border:8px solid var(--lime);border-bottom:0;border-radius:30px 30px 0 0}.lock-body{position:relative;display:grid;place-items:center;width:76px;height:62px;border-radius:12px;color:var(--ink);background:var(--lime);font-size:20px}.hero-code{position:absolute;color:rgba(232,250,237,.74);font:700 10px 'DM Sans',sans-serif;letter-spacing:.12em}.code-one{top:23%;left:10%}.code-two{right:4%;top:42%;color:var(--lime)}.code-three{bottom:18%;left:19%;letter-spacing:.25em}.hero-orbit{position:absolute;border:1px solid rgba(200,239,118,.32);border-radius:50%;transform:rotate(-25deg) scaleY(.48)}.orbit-a{inset:25% 3%}.orbit-b{inset:12% 18%;transform:rotate(54deg) scaleY(.55);border-color:rgba(255,139,94,.45)}.ad-slot{display:grid;place-items:center;min-height:74px;margin-top:28px;border:1px dashed #b7c6be;color:#7b8983;font-size:11px;letter-spacing:.08em}.tool-section{padding:82px 0 96px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:32px}.section-heading h2,.guide-grid h2{margin-bottom:0;font-size:clamp(28px,4vw,44px);line-height:1.25;letter-spacing:-.06em}.section-note{max-width:385px;margin-bottom:3px;color:var(--muted);font-size:13px}.tool-grid{display:grid;grid-template-columns:minmax(320px,.82fr) minmax(470px,1.18fr);gap:18px;align-items:start}.settings-panel,.results-panel{border:1px solid var(--line);border-radius:18px;background:var(--white);box-shadow:0 8px 22px rgba(22,50,37,.03)}.settings-panel{padding:24px}.results-panel{min-width:0;padding:24px}.panel-heading{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--line)}.panel-heading>div{display:flex;align-items:center;gap:12px}.panel-heading h3{margin:0;font-size:20px;letter-spacing:-.04em}.panel-number{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;color:var(--forest);background:var(--lime);font:700 11px 'DM Sans',sans-serif}.accent-number{color:#fff;background:var(--teal)}.panel-caption,.result-count{color:#8c9993;font:700 10px 'DM Sans',sans-serif;letter-spacing:.12em}.result-count{letter-spacing:.04em}fieldset{min-width:0;margin:0;padding:19px 0 0;border:0}legend{margin-bottom:11px;color:var(--muted);font-size:11px;font-weight:900;letter-spacing:.08em}.preset-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.choice-card{position:relative;display:block;cursor:pointer}.choice-card input{position:absolute;opacity:0}.choice-card span{display:flex;flex-direction:column;gap:2px;padding:11px 9px;border:1px solid var(--line);border-radius:10px;transition:.2s}.choice-card strong{font-size:12px}.choice-card small{color:var(--muted);font-size:9px;line-height:1.4}.choice-card input:checked+span{border-color:var(--teal);color:var(--teal);background:#edf7ed;box-shadow:inset 0 0 0 1px var(--teal)}.check-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.check-choice,.toggle-choice{display:flex;align-items:center;gap:8px;min-height:33px;color:#394640;font-size:12px;cursor:pointer}.check-choice input,.toggle-choice input,.radio-line input,.inline-options input,.symbol-list input{accent-color:var(--teal)}.check-choice input,.toggle-choice input{width:16px;height:16px;flex:0 0 auto}.toggle-choice{margin-top:6px}.symbol-options{margin-top:10px;padding:12px;border-radius:10px;background:#f5f8f4}.sub-label{display:block;margin-bottom:8px;color:var(--muted);font-size:10px;font-weight:700}.sub-label span{margin-left:5px;color:#9ba7a1;font-weight:400}.symbol-list{display:flex;flex-wrap:wrap;gap:5px}.symbol-list label{position:relative;cursor:pointer}.symbol-list input{position:absolute;opacity:0}.symbol-list span{display:grid;place-items:center;width:28px;height:28px;border:1px solid var(--line);border-radius:6px;color:var(--muted);background:#fff;font-family:'DM Sans',sans-serif;font-size:12px}.symbol-list input:checked+span{border-color:var(--teal);color:var(--teal);background:#e5f3e6}.inline-options{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:9px 0 2px 24px;padding:8px 10px;border-left:2px solid var(--lime);background:#fafcf9}.inline-options .sub-label{margin:0 3px 0 0}.inline-options label{color:var(--muted);font-size:11px}.two-column-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}.radio-line{display:flex;align-items:center;gap:6px;min-height:29px;color:#53605a;font-size:11px;cursor:pointer}.radio-line input[type=radio]{flex:0 0 auto}.number-input{width:60px;height:28px;padding:3px 7px;border:1px solid var(--line);border-radius:6px;color:var(--ink);background:#fbfcfa;font-size:12px}.radio-line input:not(:checked)~.number-input{opacity:.45}.help-mark{display:grid;place-items:center;width:16px;height:16px;border:1px solid #b9c6be;border-radius:50%;color:#91a099;font:700 10px 'DM Sans',sans-serif}.form-message{min-height:21px;margin:16px 0 0;color:#b54b37;font-size:11px}.form-actions{display:flex;align-items:center;gap:10px;margin-top:2px}.primary-button,.secondary-button,.icon-button,.download-button{border:0;cursor:pointer}.primary-button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;min-width:150px;padding:12px 16px;border-radius:99px;color:#fff;background:var(--ink);font-size:12px;font-weight:700;transition:transform .2s,background .2s}.primary-button:hover{background:var(--teal);transform:translateY(-2px)}.primary-button span:last-child{font-size:18px;line-height:1}.secondary-button{padding:10px 13px;border:1px solid var(--line);border-radius:99px;color:var(--muted);background:transparent;font-size:11px}.secondary-button:hover{border-color:var(--ink);color:var(--ink)}.strength-summary{margin:18px 0;padding:14px 15px;border-radius:11px;background:#eef6ed}.strength-summary>div:first-child{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.summary-label{color:var(--muted);font-size:11px}.strength-summary strong{color:var(--teal);font-size:13px}.meter{height:6px;overflow:hidden;border-radius:99px;background:#d8e7d7}.meter span{display:block;width:78%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--orange),var(--lime));transition:width .25s}.results-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;color:var(--muted);font-size:11px;font-weight:700}.toolbar-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.icon-button,.download-button{padding:8px 10px;border-radius:8px;color:var(--teal);background:#edf7ed;font-size:10px;font-weight:700}.download-button{color:#fff;background:var(--teal)}.icon-button:hover{background:#dff0dd}.download-button:hover{background:var(--forest)}.password-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;max-height:438px;overflow:auto;padding:1px 4px 1px 1px}.password-row{display:flex;align-items:center;justify-content:space-between;gap:6px;min-width:0;padding:9px 10px;border:1px solid #e7eee8;border-radius:8px;background:#fbfcfa}.password-value{min-width:0;overflow:hidden;color:var(--ink);font:500 13px/1.3 'DM Sans','Noto Sans JP',sans-serif;letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap}.row-copy{flex:0 0 auto;width:27px;height:27px;border:1px solid var(--line);border-radius:6px;color:var(--teal);background:#fff;cursor:pointer;font-size:13px}.row-copy:hover,.row-copy.is-copied{border-color:var(--teal);background:#e5f3e6}.privacy-note{display:flex;gap:6px;margin:14px 0 0;color:#85938b;font-size:10px}.privacy-note span{color:var(--teal);font-size:16px;line-height:1}.guide-section{padding:84px 0 96px;background:#e6f0e9}.guide-grid{display:grid;grid-template-columns:.8fr 1fr;gap:90px}.guide-grid h2{color:var(--ink)}.guide-list{display:grid;gap:0}.guide-list article{display:grid;grid-template-columns:38px 1fr;gap:15px;padding:0 0 22px;margin-bottom:22px;border-bottom:1px solid #c9dbcf}.guide-list article:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}.guide-list article>span{color:var(--teal);font:700 12px 'DM Sans',sans-serif}.guide-list h3{margin:0 0 5px;font-size:17px}.guide-list p{margin:0;color:var(--muted);font-size:12px}.site-footer{color:#82908a;background:var(--ink);font-size:11px}.footer-inner{min-height:64px}.footer-copy,.footer-links{display:flex;gap:18px}.footer-links{gap:20px}@media(max-width:900px){.tool-grid{grid-template-columns:1fr}.settings-panel{max-width:720px}.results-panel{min-width:0}.password-list{max-height:none}.hero-grid{gap:35px}.guide-grid{gap:48px}}@media(max-width:650px){.container{width:min(100% - 28px,600px)}.header-inner{min-height:60px}.header-nav{gap:12px;font-size:11px}.header-nav a:nth-child(2){display:none}.hero-grid{display:block}.hero-copy{padding:60px 0 35px}.hero-art{min-height:260px;margin:0 -14px}.hero-lock{width:108px;height:108px}.lock-shackle{top:15px;width:43px;height:38px;border-width:6px}.lock-body{width:60px;height:49px;border-radius:9px}.code-one{left:9%;top:18%}.code-three{bottom:12%}.tool-section{padding:62px 0 70px}.section-heading{align-items:flex-start;flex-direction:column;gap:17px}.section-heading h2,.guide-grid h2{font-size:32px}.section-note{font-size:12px}.settings-panel,.results-panel{padding:18px 15px;border-radius:14px}.preset-grid{gap:5px}.choice-card span{padding:10px 7px}.choice-card strong{font-size:11px}.choice-card small{font-size:8px}.two-column-fields{gap:11px}.radio-line{gap:4px;font-size:10px}.number-input{width:52px}.results-toolbar{align-items:flex-start;flex-direction:column}.toolbar-actions{justify-content:flex-start}.password-list{grid-template-columns:1fr}.guide-section{padding:62px 0 70px}.guide-grid{grid-template-columns:1fr;gap:35px}.footer-inner{align-items:flex-start;flex-direction:column;justify-content:center;gap:2px}.footer-copy,.footer-links{flex-wrap:wrap;gap:4px 13px}.footer-links{font-size:10px}}
:root{--ink:#18211f;--muted:#68736f;--paper:#f5f7f4;--line:#dce4df;--lime:#c8ef76;--teal:#0d625b;--orange:#ff8b5e;--forest:#173f3c;--white:#fff;--shadow:0 18px 40px rgba(20,49,35,.1)}
.hero-grid{min-height:270px;gap:30px}.hero-copy{padding:42px 0}.hero-art{min-height:270px}h1{max-width:540px;margin-bottom:14px;font-size:clamp(32px,4vw,52px);letter-spacing:-.06em}.hero-lead{margin-bottom:16px;font-size:13px}.ad-slot{min-height:58px;margin-top:20px}.tool-section{padding:54px 0 72px}.section-heading{margin-bottom:22px}.section-heading h2,.guide-grid h2{font-size:clamp(26px,3.4vw,38px)}.tool-grid{display:flex;flex-direction:column;gap:16px}.settings-panel,.results-panel{width:100%}.settings-panel{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(240px,.9fr);column-gap:22px;row-gap:0;padding:20px}.settings-panel>.panel-heading,.settings-panel>fieldset:first-of-type,.settings-panel>.form-message,.settings-panel>.form-actions{grid-column:1/-1}.settings-panel>fieldset:nth-of-type(2){grid-column:1}.settings-panel>.two-column-fields{grid-column:2;grid-row:3;display:block}.settings-panel>fieldset:nth-of-type(3){grid-column:1/-1}.settings-panel fieldset{padding-top:13px}.choice-card span{padding:9px}.check-choice,.toggle-choice{min-height:28px}.radio-line{min-height:26px}.form-message{margin-top:10px}.strength-summary{margin:12px 0;padding:11px 13px}.password-list{max-height:230px}.password-row{padding:7px 9px}.guide-section{padding:64px 0 76px}@media(max-width:760px){.hero-grid{min-height:0}.hero-copy{padding:44px 0 26px}.hero-art{min-height:220px;margin:0 -14px}.hero-lock{width:112px;height:112px}.tool-section{padding:46px 0 58px}.section-heading{margin-bottom:19px}.settings-panel{display:block;padding:18px 15px}.settings-panel>.two-column-fields{display:grid}.results-panel{padding:18px 15px}.password-list{max-height:300px}}
h1{max-width:640px;font-size:clamp(28px,2.8vw,38px);white-space:nowrap}@media(max-width:760px){h1{max-width:100%;font-size:clamp(30px,9vw,42px);white-space:normal}}
h1{max-width:640px;font-size:clamp(28px,2.8vw,38px);white-space:nowrap}@media(max-width:760px){h1{max-width:100%;font-size:clamp(30px,9vw,42px);white-space:normal}}
.toast{position:fixed;right:24px;bottom:24px;z-index:20;display:flex;align-items:center;gap:10px;width:max-content;max-width:calc(100vw - 48px);padding:12px 16px 12px 12px;border:1px solid rgba(200,239,118,.3);border-radius:12px;color:#f4fbf6;background:rgba(24,33,31,.96);box-shadow:0 14px 34px rgba(20,49,35,.22);font-size:12px;font-weight:700;opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .24s ease,transform .24s ease}.toast.is-visible{opacity:1;transform:translateY(0)}.toast-icon{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;color:var(--ink);background:var(--lime);font:700 14px 'DM Sans',sans-serif}@media(max-width:650px){.toast{right:14px;bottom:14px;max-width:calc(100vw - 28px)}}
.toast[hidden]{display:none}
.preset-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.settings-panel legend{font-size:12px}.settings-panel .choice-card strong{font-size:13px}.settings-panel .choice-card small{font-size:10px}.settings-panel .check-choice,.settings-panel .toggle-choice{font-size:13px}.settings-panel .radio-line{font-size:12px}.settings-panel .sub-label{font-size:11px}.settings-panel .inline-options label{font-size:12px}@media(max-width:760px){.preset-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-panel .choice-card strong{font-size:12px}.settings-panel .choice-card small{font-size:10px}}
.choice-grid{display:grid;gap:7px}.symbol-mode-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:10px}.setting-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.setting-choice-grid .choice-card span{min-height:50px}.choice-card input.number-input{position:relative;inset:auto;width:52px;height:24px;padding:2px 5px;opacity:1;vertical-align:middle;font-size:12px}.custom-choice small{white-space:nowrap}@media(max-width:760px){.setting-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.preset-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.character-type-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:10px}.character-type-grid .choice-card span{min-height:54px}@media(max-width:760px){.preset-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.character-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

@media(min-width:761px){.settings-panel legend{margin-bottom:13px;font-size:14px}.settings-panel .choice-card span{gap:4px;padding:13px 12px}.settings-panel .choice-card strong{font-size:15px;line-height:1.45}.settings-panel .choice-card small{font-size:12px;line-height:1.5}.settings-panel .character-type-grid .choice-card span,.settings-panel .symbol-mode-grid .choice-card span{min-height:64px}.settings-panel .check-choice,.settings-panel .toggle-choice{min-height:36px;font-size:15px}.settings-panel .radio-line{min-height:32px;font-size:14px}.settings-panel .sub-label{font-size:13px}.settings-panel .inline-options label{font-size:14px}.settings-panel .symbol-list span{width:32px;height:32px;font-size:14px}.settings-panel .number-input{height:32px;font-size:14px}.settings-panel .help-mark{width:18px;height:18px;font-size:11px}}
