.content-area{padding:2rem 50px}.content-area .title{width:100%;font-size:2rem;font-weight:700;color:var(--gray-900);position:relative;display:inline-block;padding-bottom:.4rem}.content-area .title:before{content:"🔐";padding-right:2px}.content-area .subtitle{width:100%;margin-bottom:2rem}.password-options{margin-bottom:2rem;padding:2rem 1.5rem;border-radius:var(--border-radius);background-color:var(--white);box-shadow:var(--box-shadow)}.slider-container{margin-bottom:1.5rem}.slider-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.slider-text{font-size:1rem;color:var(--gray-600)}.slider-value{background-color:var(--blue-700);color:var(--white);border-radius:50%;width:36px;height:36px;display:flex;justify-content:center;align-items:center;font-weight:700}.slider{width:100%;height:8px;background-color:var(--gray-200);border-radius:10px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-top:.75rem}.slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:24px;background-color:var(--blue-700);border-radius:50%;cursor:pointer;transition:var(--transition)}.slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.slider::-moz-range-thumb{width:24px;height:24px;background-color:var(--blue-700);border-radius:50%;cursor:pointer;transition:var(--transition);border:none}.slider::-moz-range-thumb:hover{transform:scale(1.15)}.checkbox-options{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;margin:1.5rem 0}.checkbox-option{display:flex;align-items:center;gap:.5rem}.checkbox-label{font-size:.95rem;color:var(--gray-600)}.generate-button{background-color:var(--blue-700);color:var(--white);border:none;border-radius:var(--border-radius);padding:1rem 1.5rem;font-size:1.1rem;cursor:pointer;transition:var(--transition);width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1rem}.generate-button:hover{background-color:#322da0;transform:translateY(-2px)}.generate-button:active{transform:translateY(0)}.password-result{margin-top:2rem;padding:1.5rem;background-color:var(--gray-100);border-radius:var(--border-radius);text-align:center;opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease}.password-result.show{opacity:1;transform:translateY(0)}.result-title{font-size:1.1rem;color:var(--gray-600);margin-bottom:.75rem}.password-display{font-size:1.4rem;font-weight:600;color:var(--blue-700);padding:1rem;background-color:var(--white);border-radius:var(--border-radius);border:2px dashed var(--gray-400);margin:1rem 0;word-break:break-all;cursor:pointer;transition:var(--transition)}.password-display:hover{background-color:var(--gray-200)}.tooltip{font-size:.85rem;color:var(--gray-500)}.strength-meter{margin-top:1rem}.strength-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.strength-text{font-size:.9rem;color:var(--gray-600)}.strength-value{font-size:.9rem;font-weight:600}.strength-value.weak{color:var(--red-500)}.strength-value.medium{color:var(--orange-600)}.strength-value.strong{color:var(--yellow-700)}.strength-value.very-strong{color:var(--green-600)}.strength-bar{height:8px;background-color:var(--gray-200);border-radius:10px;overflow:hidden}.strength-progress{height:100%;width:0%;transition:width .3s ease,background-color .3s ease}.strength-progress.weak{background-color:var(--red-500);width:25%}.strength-progress.medium{background-color:var(--orange-600);width:50%}.strength-progress.strong{background-color:var(--yellow-700);width:75%}.strength-progress.very-strong{background-color:var(--green-600);width:100%}.action-buttons{display:flex;gap:1rem;margin-top:1rem}.action-button{flex:1;padding:.75rem;border:none;border-radius:var(--border-radius);color:var(--white);cursor:pointer;font-size:.95rem;transition:var(--transition);display:flex;align-items:center;justify-content:center;gap:.5rem}.copy-button{background-color:var(--green-600)}.copy-button:hover{background-color:#28ae61}.history-button{background-color:var(--orange-600)}.history-button:hover{background-color:#e64a45}.password-history{margin-top:2rem;padding:1.5rem;background-color:var(--yellow-100);border-radius:var(--border-radius);display:none}.password-history.show{display:block}.history-title{font-size:1.1rem;color:var(--gray-600);margin-bottom:.75rem;border-bottom:2px solid var(--yellow-700);padding-bottom:.5rem}.history-list{max-height:200px;overflow-y:auto}.history-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background-color:var(--white);border-radius:var(--border-radius);margin-bottom:.5rem;transition:var(--transition)}.history-item:hover{background-color:var(--gray-200)}.history-item-password{font-family:monospace;font-size:.95rem}.history-item-copy{background-color:transparent;border:none;color:var(--blue-700);cursor:pointer}.toast{position:fixed;bottom:30px;left:50%;transform:translate(-50%);background-color:var(--gray-900);color:var(--white);padding:.75rem 1.5rem;border-radius:var(--border-radius);opacity:0;transition:opacity .3s ease;z-index:1000}.toast.show{opacity:1}@media screen and (max-width: 600px){.checkbox-options{grid-template-columns:1fr}.content-area{padding:1rem}.action-buttons{flex-direction:column}}
