:root{--bg-page:#0f172a;--bg-card:#1e293b;--bg-input:#334155;--bg-input-hover:#475569;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--border-color:#ffffff1a;--shadow-card:0 10px 15px -3px #00000080, 0 4px 6px -2px #0000004d;--accent-green:#10b981;--accent-red:#ef4444;--accent-yellow:#f59e0b;--accent-orange:#f97316;--accent-primary:#3b82f6;--radius-sm:8px;--radius-md:12px;--radius-lg:16px}[data-theme=light]{--bg-page:#f1f5f9;--bg-card:#fff;--bg-input:#e2e8f0;--bg-input-hover:#cbd5e1;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border-color:#0000001a;--shadow-card:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d}html,body{background-color:var(--bg-page);height:100%;color:var(--text-primary);margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;transition:background-color .3s,color .3s}body{justify-content:center;align-items:center;min-height:100vh;display:flex}h1,h2,h3{margin:0;font-weight:600}p{margin:0}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit;transition:all .2s}input,select,textarea{color:inherit;background:0 0;border:none;font-family:inherit}input:focus{outline:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--bg-input);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}input[type=range]{-webkit-appearance:none;background:var(--bg-input);border-radius:999px;outline:none;width:100%;height:6px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--accent-primary);cursor:pointer;width:20px;height:20px;box-shadow:0 0 0 4px var(--bg-card);border-radius:50%;transition:transform .1s}input[type=range]::-webkit-slider-thumb:hover{background:var(--accent-green);transform:scale(1.1)}input[type=checkbox]{appearance:none;background-color:var(--bg-input);border:2px solid var(--text-muted);cursor:pointer;border-radius:6px;place-content:center;width:1.25em;height:1.25em;margin-right:.75em;transition:all .2s;display:grid}input[type=checkbox]:before{content:"";clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);background-color:#fff;width:.65em;height:.65em;transition:transform .1s ease-in-out;transform:scale(0)}input[type=checkbox]:checked{background-color:var(--accent-primary);border-color:var(--accent-primary)}input[type=checkbox]:checked:before{transform:scale(1)}.app-container.svelte-1n46o8q{flex-direction:column;gap:2rem;width:100%;max-width:960px;margin:0 auto;padding:2rem 1rem;display:flex}.app-header.svelte-1n46o8q{justify-content:space-between;align-items:center;display:flex}.header-actions.svelte-1n46o8q{align-items:center;gap:.5rem;display:flex}.lang-toggle.svelte-1n46o8q{background:var(--bg-card);color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;padding:.5rem;display:flex;box-shadow:0 2px 4px #0000001a}.lang-toggle.svelte-1n46o8q:hover{color:var(--accent-primary)}.emoji-flag.svelte-1n46o8q{font-size:1.2rem;line-height:1}.main-content.svelte-1n46o8q{grid-template-columns:1fr;align-items:start;gap:2rem;display:grid}.generator-card.svelte-1n46o8q,.history-panel.svelte-1n46o8q{align-self:start;margin-top:0}@media (width>=768px){.main-content.has-history.svelte-1n46o8q{grid-template-columns:1.4fr 1fr}}.history-panel.svelte-1n46o8q{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);border:1px solid var(--border-color);padding:1.5rem}.logo.svelte-1n46o8q{align-items:center;gap:.5rem;display:flex}.logo.svelte-1n46o8q h1:where(.svelte-1n46o8q){color:var(--text-primary);font-size:1.8rem;font-weight:700;line-height:1}.logo-icon.svelte-1n46o8q{flex-shrink:0;width:40px;height:auto}.theme-toggle.svelte-1n46o8q{background:var(--bg-card);color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;padding:.5rem;line-height:1;display:flex;box-shadow:0 2px 4px #0000001a}.theme-toggle.svelte-1n46o8q:hover{color:var(--accent-yellow);transform:rotate(15deg)}.card.svelte-1n46o8q{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);border:1px solid var(--border-color);padding:1.5rem}.output-group.svelte-1n46o8q{margin-bottom:2rem}.password-display.svelte-1n46o8q{background:var(--bg-input);border-radius:var(--radius-md);border:2px solid #0000;align-items:center;margin-bottom:.5rem;padding:.5rem .5rem .5rem 1rem;transition:all .2s;display:flex}.password-display.strong.svelte-1n46o8q{border-color:var(--accent-green)}.password-display.medium.svelte-1n46o8q{border-color:var(--accent-yellow)}.password-display.weak.svelte-1n46o8q{border-color:var(--accent-red)}.password-display.svelte-1n46o8q input:where(.svelte-1n46o8q){color:var(--text-primary);text-overflow:ellipsis;background:0 0;border:none;flex:1;width:100%;font-family:JetBrains Mono,monospace;font-size:1.1rem;overflow:hidden}.copy-btn.svelte-1n46o8q{color:var(--text-secondary);border-radius:var(--radius-sm);padding:.5rem}.copy-btn.svelte-1n46o8q:hover{background:var(--bg-input-hover);color:var(--text-primary)}.copy-btn.success.svelte-1n46o8q{color:var(--accent-green)}.strength-meter.svelte-1n46o8q{gap:4px;height:4px;margin-top:8px;display:flex}.bar.svelte-1n46o8q{background:var(--bg-input);border-radius:2px;flex:1;transition:background .3s}.bar.weak.active.svelte-1n46o8q{background:var(--accent-red)}.bar.medium.active.svelte-1n46o8q{background:var(--accent-yellow)}.bar.strong.active.svelte-1n46o8q{background:var(--accent-green)}.strength-text.svelte-1n46o8q{color:var(--text-muted);text-align:right;margin-top:.5rem;font-size:.8rem}.strength-text.svelte-1n46o8q strong:where(.svelte-1n46o8q){color:var(--text-secondary)}.controls.svelte-1n46o8q{flex-direction:column;gap:1.5rem;display:flex}.tabs.svelte-1n46o8q{background:var(--bg-input);border-radius:var(--radius-md);padding:4px;display:flex}.tabs.svelte-1n46o8q button:where(.svelte-1n46o8q){color:var(--text-secondary);border-radius:var(--radius-sm);flex:1;padding:.6rem;font-size:.9rem;font-weight:500}.tabs.svelte-1n46o8q button.active:where(.svelte-1n46o8q){background:var(--bg-card);color:var(--text-primary);box-shadow:0 1px 3px #0000001a}.control-group.svelte-1n46o8q{flex-direction:column;gap:1rem;display:flex}.slider-header.svelte-1n46o8q{color:var(--text-secondary);justify-content:space-between;margin-bottom:.5rem;font-size:.9rem;display:flex}.value.svelte-1n46o8q{color:var(--accent-primary);font-family:monospace;font-weight:600}.toggles.svelte-1n46o8q{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.toggles.svelte-1n46o8q label:where(.svelte-1n46o8q){color:var(--text-primary);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;font-size:.9rem;display:flex}.sub-option.svelte-1n46o8q{color:var(--text-secondary);grid-column:span 2;font-size:.85rem}.input-row.svelte-1n46o8q{justify-content:space-between;align-items:center;display:flex}.text-input.svelte-1n46o8q{background:var(--bg-input);color:var(--text-primary);border-radius:var(--radius-sm);text-align:center;width:3rem;padding:.5rem;font-family:monospace}.typeable-levels.svelte-1n46o8q{flex-direction:column;gap:.75rem;display:flex}.radio-card.svelte-1n46o8q{border:1px solid var(--border-color);background:var(--bg-input);border-radius:var(--radius-sm);cursor:pointer;flex-direction:column;padding:.8rem;transition:all .2s;display:flex;position:relative}.radio-card.svelte-1n46o8q input:where(.svelte-1n46o8q){opacity:0;width:0;height:0;position:absolute}.radio-card.svelte-1n46o8q:hover{background:var(--bg-input-hover);border-color:var(--text-secondary)}.radio-card.selected.svelte-1n46o8q{border-color:var(--accent-primary);box-shadow:0 0 0 1px var(--accent-primary);background:#3b82f61a}.radio-title.svelte-1n46o8q{color:var(--text-primary);margin-bottom:.2rem;font-size:.95rem;font-weight:600}.radio-desc.svelte-1n46o8q{color:var(--text-muted);font-size:.8rem}.generate-btn.svelte-1n46o8q{background:var(--accent-primary);color:#fff;border-radius:var(--radius-md);justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.8rem;font-weight:600;transition:transform .1s;display:flex}.generate-btn.svelte-1n46o8q:hover{filter:brightness(1.1);transform:translateY(-1px)}.generate-btn.svelte-1n46o8q:active{transform:translateY(0)}.history-header.svelte-1n46o8q{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.history-header.svelte-1n46o8q h3:where(.svelte-1n46o8q){color:var(--text-secondary);font-size:1rem}.clear-btn.svelte-1n46o8q{color:var(--text-muted);font-size:.8rem}.clear-btn.svelte-1n46o8q:hover{color:var(--accent-red);text-decoration:underline}.history-list.svelte-1n46o8q{flex-direction:column;gap:.5rem;max-height:440px;margin:0;padding:0 8px 0 0;list-style:none;display:flex;overflow-y:auto}.history-item.svelte-1n46o8q{background:var(--bg-card);border-radius:var(--radius-sm);border:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:.75rem;display:flex}.history-text.svelte-1n46o8q{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;max-width:300px;margin-right:1rem;font-family:JetBrains Mono,monospace;font-size:.9rem;overflow:hidden}.copy-icon.svelte-1n46o8q{color:var(--text-muted);border-radius:4px;padding:.25rem}.copy-icon.svelte-1n46o8q:hover{background:var(--bg-input);color:var(--text-primary)}.copy-icon.success.svelte-1n46o8q{color:var(--accent-green)}@media (width<=480px){.toggles.svelte-1n46o8q{grid-template-columns:1fr}.sub-option.svelte-1n46o8q{grid-column:span 1}.logo.svelte-1n46o8q h1:where(.svelte-1n46o8q){font-size:1.3rem}.logo-icon.svelte-1n46o8q{width:30px}}
