:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji",sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#1a1a2e;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff;transition:background-color .3s,color .3s}.dark-mode{color-scheme:dark}.dark-mode body{background-color:#1a1a2e;color:#e2e8f0}a{font-weight:500;color:#1e40af;text-decoration:none;transition:color .3s}a:hover{color:#1e3a8a}.language-switcher{display:flex;align-items:center;gap:.25rem;margin:0;padding:0}.language-switcher-globe{font-size:1rem;line-height:1;margin-right:.25rem;display:inline-block}.language-switcher-flag{background-color:transparent;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;padding:.25rem .4rem;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;min-width:32px;min-height:28px;font-family:inherit;font-size:.75rem;font-weight:500;color:#4a5568}.language-switcher-flag:hover{border-color:#667eea;color:#667eea;transform:scale(1.05)}.language-switcher-flag:focus{outline:2px solid #667eea;outline-offset:2px}.language-switcher-flag.active{border-color:#667eea;background-color:#e6f0fa;color:#667eea;font-weight:600;box-shadow:0 2px 4px #667eea33}.dark-mode .language-switcher-flag{border-color:#fff3;background-color:#ffffff0d;color:#cbd5e0}.dark-mode .language-switcher-flag:hover{border-color:#667eea;color:#667eea}.dark-mode .language-switcher-flag:focus{outline-color:#667eea}.dark-mode .language-switcher-flag.active{border-color:#667eea;background-color:#667eea33;color:#667eea;box-shadow:0 2px 4px #667eea4d}.app{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}.container{max-width:900px;margin:0 auto;padding:3rem 2rem;width:100%}.header{margin-bottom:3rem;padding-top:2rem}.header-content{display:grid;grid-template-columns:1fr auto 1fr;align-items:flex-start;gap:1rem;position:relative}.header-controls-left{grid-column:1;justify-self:start;display:flex;align-items:center}.header-content>div:nth-child(2){grid-column:2;text-align:center}.header-controls-right{grid-column:3;justify-self:end;display:flex;align-items:center}.dark-mode-toggle{background:none;border:1px solid #e9ecef;border-radius:8px;padding:.5rem;cursor:pointer;color:#4a5568;transition:all .3s;display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0}.dark-mode-toggle:hover{background-color:#f8f9fa;border-color:#d1d5db;color:#1a1a2e}.dark-mode-toggle:focus{outline:none;box-shadow:0 0 0 3px #667eea1a}.dark-mode-toggle svg{width:24px;height:24px}.title{font-size:3.5rem;margin-bottom:1rem;line-height:1.15;color:#1a1a2e;font-family:Playfair Display,serif;font-weight:700;letter-spacing:-1px}.subtitle{font-size:1.25rem;color:#4a5568;line-height:1.7;font-family:Inter,sans-serif;font-weight:400}.main{display:flex;flex-direction:column;align-items:center}.security-info-section{width:100%;margin-bottom:1.5rem}.security-info-content{padding:1rem;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px}.security-info-text{font-size:.85rem;color:#4a5568;line-height:1.6;margin-bottom:.75rem;font-family:Inter,sans-serif}.security-practices{margin-top:.75rem}.security-practices-list{list-style:none;padding:0;margin:0}.security-practices-list li{padding:.25rem 0 .25rem 1.25rem;position:relative;font-size:.8rem;color:#4a5568;line-height:1.5;font-family:Inter,sans-serif}.security-practices-list li:before{content:"•";position:absolute;left:0;color:#667eea;font-weight:700;font-size:1rem}.mode-selector{display:flex;gap:1rem;margin-bottom:2rem;width:100%;justify-content:center}.mode-button{padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;cursor:pointer;transition:all .3s;font-family:Inter,sans-serif;min-width:140px}.mode-button:hover{transform:translateY(-2px);box-shadow:0 8px 16px #667eea4d}.mode-button.active{background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 4px 12px #764ba266}.encryption-card,.decryption-card,.generation-card{width:100%;background-color:#fff;padding:2.5rem;border-radius:12px;border:1px solid #e9ecef;box-shadow:0 4px 12px #0000000a}.section-title{font-size:1.75rem;margin-bottom:1.5rem;color:#1a1a2e;font-family:Playfair Display,serif;font-weight:700;letter-spacing:-.5px}.section-title-wrapper{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.key-type-info{font-size:.875rem;color:#6b7280;font-family:Inter,sans-serif;font-weight:400;font-style:italic}.input-group{margin-bottom:1.5rem}.label{display:block;font-size:.95rem;font-weight:600;color:#1a1a2e;margin-bottom:.5rem;font-family:Inter,sans-serif}.required-asterisk{color:#dc2626;font-weight:700}.required-hint{font-size:.8rem;color:#6b7280;font-weight:400;font-style:italic;margin-left:.25rem}.textarea{width:100%;padding:.875rem;font-size:.95rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;color:#1a1a2e;resize:vertical;transition:border-color .3s,box-shadow .3s;line-height:1.6}.textarea:focus{outline:none;border-color:#1e40af;box-shadow:0 0 0 3px #1e40af1a}.textarea::placeholder{color:#a0aec0}.output-textarea{background-color:#f8f9fa;font-size:.875rem}.error-message{padding:1rem;background-color:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:.9rem;margin-bottom:1.5rem;font-family:Inter,sans-serif}.input{width:100%;padding:.875rem 1rem;font-size:1rem;font-family:Inter,sans-serif;color:#1a1a2e;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;transition:all .3s}.input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.input::placeholder{color:#9ca3af}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input{padding-right:3rem}.password-toggle{position:absolute;right:.75rem;background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .3s;outline:none}.password-toggle:hover{color:#1a1a2e}.password-toggle:focus{color:#667eea}.password-toggle svg{width:20px;height:20px}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:1rem;color:#1a1a2e;font-family:Inter,sans-serif}.checkbox{width:18px;height:18px;cursor:pointer;accent-color:#667eea}.input-hint{margin-top:-.75rem;margin-bottom:1rem;font-size:.875rem;color:#6b7280;font-family:Inter,sans-serif;font-style:italic}.form-hint{margin-bottom:1.5rem;font-size:.875rem;color:#6b7280;font-family:Inter,sans-serif;font-style:italic}.warning-text{margin-top:1rem;padding:.875rem;background-color:#fef3c7;border:1px solid #fde68a;border-radius:8px;color:#92400e;font-size:.875rem;font-family:Inter,sans-serif;line-height:1.5}.encrypt-button{width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;cursor:pointer;transition:all .3s;font-family:Inter,sans-serif;margin-bottom:1.5rem}.encrypt-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #667eea4d}.encrypt-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.decrypt-button{width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#764ba2,#667eea);border:none;border-radius:8px;cursor:pointer;transition:all .3s;font-family:Inter,sans-serif;margin-bottom:1.5rem}.decrypt-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #764ba24d}.decrypt-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.generate-button{width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;cursor:pointer;transition:all .3s;font-family:Inter,sans-serif;margin-bottom:1.5rem}.generate-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #667eea4d}.generate-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.copy-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#1e40af;background-color:#fff;border:1px solid #1e40af;border-radius:6px;cursor:pointer;transition:all .3s;font-family:Inter,sans-serif}.copy-button:hover{background-color:#eff6ff;border-color:#1e3a8a}.copy-button svg{width:18px;height:18px}.output-group{margin-top:2rem;padding-top:2rem;border-top:1px solid #e9ecef}.output-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}@media(max-width:768px){.container{padding:2rem 1rem}.title{font-size:2.5rem}.subtitle{font-size:1.1rem}.encryption-card,.decryption-card,.generation-card{padding:1.5rem}.mode-selector{width:100%}.mode-button{padding:.75rem 1.25rem;font-size:.875rem;min-width:120px}.header-content{grid-template-columns:1fr;gap:1rem}.header-controls-left{grid-column:1;justify-self:center}.header-content>div:nth-child(2){grid-column:1}.header-controls-right{grid-column:1;justify-self:center}}.dark-mode .app{background-color:#1a1a2e}.dark-mode .container{color:#e2e8f0}.dark-mode .title{color:#f7fafc}.dark-mode .subtitle{color:#cbd5e0}.dark-mode .encryption-card,.dark-mode .decryption-card,.dark-mode .generation-card{background-color:#2d3748;border-color:#4a5568}.dark-mode .section-title{color:#f7fafc}.dark-mode .label{color:#e2e8f0}.dark-mode .input,.dark-mode .textarea{background-color:#4a5568;border-color:#718096;color:#f7fafc}.dark-mode .input:focus,.dark-mode .textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea33}.dark-mode .input::placeholder,.dark-mode .textarea::placeholder{color:#a0aec0}.dark-mode .output-textarea{background-color:#1a202c}.dark-mode .error-message{background-color:#742a2a;border-color:#c53030;color:#fed7d7}.dark-mode .mode-button:hover{box-shadow:0 8px 16px #667eea80}.dark-mode .mode-button.active{box-shadow:0 4px 12px #764ba299}.dark-mode .copy-button{background-color:#4a5568;border-color:#667eea;color:#667eea}.dark-mode .copy-button:hover{background-color:#2d3748;border-color:#764ba2;color:#764ba2}.dark-mode .password-toggle{color:#cbd5e0}.dark-mode .password-toggle:hover{color:#f7fafc}.dark-mode .password-toggle:focus{color:#667eea}.dark-mode .checkbox-label{color:#e2e8f0}.dark-mode .warning-text{background-color:#744210;border-color:#d69e2e;color:#faf089}.dark-mode .key-type-info{color:#a0aec0}.dark-mode .required-asterisk{color:#fc8181}.dark-mode .dark-mode-toggle{border-color:#4a5568;color:#cbd5e0;background-color:#2d3748}.dark-mode .dark-mode-toggle:hover{background-color:#4a5568;border-color:#718096;color:#f7fafc}.dark-mode .security-info-content{background-color:#2d3748;border-color:#4a5568}.dark-mode .security-info-text,.dark-mode .security-practices-list li{color:#cbd5e0}.dark-mode .optional-hint,.dark-mode .hint-text{color:#a0aec0}@media(prefers-color-scheme:dark){.mode-button:hover{box-shadow:0 8px 16px #667eea80}.mode-button.active{box-shadow:0 4px 12px #764ba299}}
