.loading-spinner-container{display:flex;justify-content:center;align-items:center;padding:20px;min-height:100px}.loading-spinner-fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background-color:#ffffffe6;z-index:9999}.loading-spinner-content{display:flex;flex-direction:column;align-items:center;gap:16px}.loading-spinner-circle{animation:spin 1s linear infinite}.loading-spinner-message{color:#666;text-align:center;font-weight:500}@media (prefers-color-scheme: dark){.loading-spinner-fullscreen{background-color:#0f172ae6}.loading-spinner-message{color:#cbd5e1}}@media (max-width: 480px){.loading-spinner-content{gap:12px}.loading-spinner-message{font-size:.875rem}}.biometric-setup-dialog{z-index:3000!important}.biometric-setup-dialog .MuiDialog-paper{border-radius:16px;overflow:hidden}.setup-title{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:24px}.setup-title .MuiTypography-h5{font-weight:600}.setup-content{padding:24px;min-height:400px}.MuiStepper-root{background:transparent}.MuiStepLabel-root{padding:16px 0}.MuiStepLabel-label{font-weight:500}.MuiStepContent-root{border-left:2px solid #e0e0e0;margin-left:12px;padding-left:24px}.MuiStepIcon-root{color:#e0e0e0;font-size:24px}.MuiStepIcon-root.MuiStepIcon-active{color:#667eea}.MuiStepIcon-root.MuiStepIcon-completed{color:#4caf50}.step-content{margin:16px 0}.step-content .MuiTypography-h6{color:#2d3748;margin-bottom:16px;font-weight:600}.step-content .MuiList-root{background:#f8f9fa;border-radius:12px;padding:8px;margin:16px 0}.step-content .MuiListItem-root{border-radius:8px;margin:4px 0;transition:background-color .2s ease}.step-content .MuiListItem-root:hover{background-color:#667eea0d}.step-content .MuiListItemIcon-root{min-width:40px}.step-content .MuiListItemText-primary{font-weight:500;color:#2d3748}.step-content .MuiListItemText-secondary{color:#4a5568;font-size:.875rem}.device-info{margin:16px 0;padding:12px;background:linear-gradient(135deg,#e6fffa,#b2f5ea);border-radius:8px;border:1px solid #81e6d9}.device-info .MuiTypography-subtitle2{color:#234e52;font-weight:600;margin-bottom:8px}.device-info .MuiChip-root{background:#fff;color:#234e52;font-weight:500}.compatibility-warning{margin:16px 0;border-radius:8px}.troubleshooting-section{margin:16px 0}.troubleshooting-section .MuiButton-root{text-transform:none;color:#667eea;font-weight:500}.troubleshooting-section .MuiAlert-root{margin-top:8px;border-radius:8px}.error-alert{margin:16px 0;border-radius:8px}.loading-section{margin:16px 0;padding:16px;background:#f8f9fa;border-radius:8px}.loading-section .MuiLinearProgress-root{border-radius:4px;height:6px}.loading-section .MuiLinearProgress-bar{background:linear-gradient(90deg,#667eea,#764ba2)}.step-actions{margin:24px 0 16px;display:flex;gap:12px;justify-content:flex-end}.back-button{color:#666;border-color:#ddd;text-transform:none;padding:8px 16px;border-radius:8px}.back-button:hover{background-color:#f5f5f5;border-color:#ccc}.next-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-transform:none;padding:8px 20px;border-radius:8px;font-weight:500;box-shadow:0 2px 8px #667eea4d;transition:all .2s ease}.next-button:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190);transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.next-button:disabled{background:#e2e8f0;color:#a0aec0;box-shadow:none;transform:none}.spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.completion-content{text-align:center;padding:32px 16px}.completion-content .MuiAlert-root{border-radius:12px;padding:20px}.completion-content .MuiTypography-h6{color:#2d5016;margin-bottom:8px}.completion-content .MuiTypography-body2{color:#38a169}.setup-actions{padding:16px 24px;background:#f8f9fa;border-top:1px solid #e2e8f0}.setup-actions .MuiButton-root{text-transform:none;padding:8px 16px;border-radius:8px;font-weight:500}.MuiAlert-standardInfo{background:linear-gradient(135deg,#e3f2fd,#f3e5f5);border:1px solid #bbdefb;border-radius:8px}.MuiAlert-standardInfo .MuiAlert-icon{color:#1976d2}.MuiAlert-standardSuccess{background:linear-gradient(135deg,#e8f5e8,#c8e6c9);border:1px solid #a5d6a7;border-radius:8px}.MuiAlert-standardSuccess .MuiAlert-icon{color:#388e3c}.MuiAlert-standardWarning{background:linear-gradient(135deg,#fff3e0,#ffe0b2);border:1px solid #ffcc02;border-radius:8px}.MuiAlert-standardWarning .MuiAlert-icon{color:#f57c00}.MuiAlert-standardError{background:linear-gradient(135deg,#ffebee,#ffcdd2);border:1px solid #ef5350;border-radius:8px}.MuiAlert-standardError .MuiAlert-icon{color:#d32f2f}@media (max-width: 600px){.setup-title{padding:16px}.setup-content{padding:16px;min-height:300px}.MuiStepContent-root{margin-left:8px;padding-left:16px}.step-actions{flex-direction:column;gap:8px}.step-actions .MuiButton-root{width:100%}.setup-actions{padding:12px 16px}.setup-actions .MuiButton-root{flex:1}}@media (prefers-color-scheme: dark){.setup-content{background:#1a202c;color:#f7fafc}.step-content .MuiTypography-h6{color:#f7fafc}.step-content .MuiList-root{background:#2d3748}.step-content .MuiListItemText-primary{color:#f7fafc}.step-content .MuiListItemText-secondary{color:#e2e8f0}.device-info{background:linear-gradient(135deg,#1a202c,#2d3748);border-color:#4a5568}.device-info .MuiTypography-subtitle2{color:#e2e8f0}.device-info .MuiChip-root{background:#4a5568;color:#e2e8f0}.loading-section{background:#2d3748}.setup-actions{background:#2d3748;border-color:#4a5568}}@media (prefers-contrast: high){.biometric-setup-dialog .MuiDialog-paper{border:2px solid #000}.setup-title{background:#000;color:#fff}.step-content .MuiTypography-h6,.step-content .MuiListItemText-primary{color:#000;font-weight:700}.next-button{background:#000;color:#fff;border:2px solid #000}.next-button:hover{background:#333}}.MuiStepLabel-root:focus,.MuiButton-root:focus{outline:2px solid #667eea;outline-offset:2px}.step-content{animation:fadeInUp .3s ease-out}.MuiStepIcon-completed{animation:checkmarkBounce .5s ease-out}@keyframes checkmarkBounce{0%{transform:scale(.8)}50%{transform:scale(1.1)}to{transform:scale(1)}}.security-gate{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:center;justify-content:center}.security-gate-loading{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.security-gate-background{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:20px}.security-gate-background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.1) 0%,transparent 50%);animation:backgroundShift 20s ease-in-out infinite}@keyframes backgroundShift{0%,to{opacity:1}50%{opacity:.8}}.security-gate-container{width:100%;max-width:450px;position:relative;z-index:1}.security-gate-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 40px #0000001a,0 8px 32px #0000001a,inset 0 1px #ffffff4d;overflow:hidden;transition:all .3s ease}.security-gate-card:hover{transform:translateY(-2px);box-shadow:0 25px 50px #00000026,0 10px 40px #0000001a,inset 0 1px #ffffff4d}.security-gate-content{padding:40px 32px}.security-gate-header{text-align:center;margin-bottom:32px}.security-icon-container{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;margin-bottom:24px;box-shadow:0 8px 32px #667eea4d;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.security-icon{font-size:40px;color:#fff}.security-title{font-weight:700;color:#2d3748;margin-bottom:12px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.security-subtitle{color:#4a5568;margin-bottom:8px;line-height:1.5}.security-user{color:#718096;font-style:italic}.security-status{margin-bottom:24px}.status-chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.status-chips .MuiChip-root{transition:all .2s ease}.status-chips .MuiChip-root:hover{transform:translateY(-1px)}.security-alert{margin-bottom:24px;border-radius:12px;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.lockout-display{text-align:center;padding:24px;background:linear-gradient(135deg,#fed7d7,#feb2b2);border-radius:16px;margin-bottom:24px;border:1px solid #fc8181}.lockout-icon{font-size:48px;color:#e53e3e;margin-bottom:16px}.lockout-title{color:#c53030;font-weight:600;margin-bottom:8px}.lockout-message{color:#9b2c2c;margin-bottom:16px}.lockout-progress{height:8px;border-radius:4px;background-color:#e53e3e33}.lockout-progress .MuiLinearProgress-bar{background:linear-gradient(90deg,#e53e3e,#c53030);border-radius:4px}.auth-form{margin-bottom:24px}.password-input{margin-bottom:20px}.password-input .MuiOutlinedInput-root{border-radius:12px;transition:all .2s ease}.password-input .MuiOutlinedInput-root:hover{box-shadow:0 4px 12px #667eea1a}.password-input .MuiOutlinedInput-root.Mui-focused{box-shadow:0 4px 20px #667eea33}.unlock-button{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:12px 24px;font-weight:600;text-transform:none;font-size:16px;margin-top:16px!important;margin-bottom:16px;box-shadow:0 4px 16px #667eea4d;transition:all .2s ease}.unlock-button:hover{background:linear-gradient(135deg,#5a6fd8,#6b4190);transform:translateY(-1px);box-shadow:0 6px 20px #667eea66}.unlock-button:disabled{background:#e2e8f0;color:#a0aec0;box-shadow:none;transform:none}.auth-divider{margin:20px 0}.auth-divider .MuiDivider-root{border-color:#e2e8f0}.biometric-button{border-radius:12px;padding:12px 24px;font-weight:600;text-transform:none;font-size:16px;border-color:#667eea;color:#667eea;transition:all .2s ease}.biometric-button:hover{background:#667eea0d;border-color:#5a6fd8;transform:translateY(-1px)}.biometric-button:disabled{border-color:#e2e8f0;color:#a0aec0;transform:none}.countdown-display{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background:linear-gradient(135deg,#fed7d7,#fbb6ce);border-radius:12px;margin-top:16px;border:1px solid #f687b3}.countdown-icon{color:#d53f8c;font-size:20px}.countdown-text{color:#b83280;font-weight:500}.emergency-options{margin-top:32px;padding-top:24px}.emergency-divider{margin-bottom:16px;border-color:#e2e8f0}.emergency-title{display:block;text-align:center;color:#718096;font-weight:500;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.emergency-buttons{display:flex;justify-content:center;gap:16px;margin-bottom:8px}.emergency-button{text-transform:none;font-size:12px;padding:4px 12px;border-radius:8px;transition:all .2s ease}.emergency-button:hover{transform:translateY(-1px)}.emergency-note{display:block;text-align:center;color:#a0aec0;font-style:italic}.security-info{margin-top:24px;padding:16px;background:linear-gradient(135deg,#e6fffa,#b2f5ea);border-radius:12px;border:1px solid #81e6d9}.security-info-text{color:#234e52;text-align:center;line-height:1.4}@media (max-width: 600px){.security-gate-background{padding:16px}.security-gate-content{padding:32px 24px}.security-icon-container{width:64px;height:64px;margin-bottom:20px}.security-icon{font-size:32px}.security-title{font-size:1.5rem}.status-chips{justify-content:center}.emergency-buttons{flex-direction:column;gap:8px}}@media (prefers-color-scheme: dark){.security-gate-card{background:#1a202cf2;border-color:#ffffff1a}.security-title{color:#f7fafc}.security-subtitle{color:#e2e8f0}.security-user{color:#a0aec0}.security-info{background:linear-gradient(135deg,#1a202c,#2d3748);border-color:#4a5568}.security-info-text{color:#e2e8f0}}.unlock-button .MuiCircularProgress-root{color:#fff}.password-input .MuiOutlinedInput-root.Mui-focused,.unlock-button:focus,.biometric-button:focus,.emergency-button:focus{outline:2px solid #667eea;outline-offset:2px}@media (prefers-contrast: high){.security-gate-card{border:2px solid #000;background:#fff}.security-title,.security-subtitle,.security-user{color:#000}}.login-container{min-height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem;position:relative;overflow-x:hidden}.login-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#667eea,#764ba2);z-index:0}.login-box{width:100%;max-width:480px;position:relative;z-index:1}.login-paper{padding:2rem;border-radius:16px!important;box-shadow:0 20px 40px #0000001a!important;background:#fffffff2!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-content{display:flex;flex-direction:column;gap:1.5rem}.login-header{text-align:center;margin-bottom:1rem}.login-avatar{width:64px!important;height:64px!important;margin:0 auto 1rem!important;background:linear-gradient(135deg,#667eea,#764ba2)!important}.login-title{font-weight:700!important;color:#1a1a1a!important;margin-bottom:.5rem!important}.login-subtitle{color:#666!important;font-size:1.1rem!important}.login-alert{border-radius:8px!important;margin-bottom:1rem!important}.login-form{display:flex;flex-direction:column;gap:1rem}.google-signin-button{height:56px!important;border-radius:12px!important;font-size:1.1rem!important;font-weight:600!important;text-transform:none!important;background:#4285f4!important;box-shadow:0 4px 12px #4285f44d!important;transition:all .3s ease!important}.google-signin-button:hover{background:#3367d6!important;box-shadow:0 6px 16px #4285f466!important;transform:translateY(-2px)}.google-signin-button:disabled{background:#ccc!important;box-shadow:none!important;transform:none!important}.login-info{text-align:center;margin-top:.5rem!important;font-size:.9rem!important}.login-divider{margin:1rem 0!important}.login-features{background:#667eea0d;padding:1.5rem;border-radius:12px;border:1px solid rgba(102,126,234,.1)}.features-title{font-weight:600!important;color:#333!important;margin-bottom:1rem!important;text-align:center}.features-list{display:flex;flex-direction:column;gap:.75rem}.feature-item{display:flex;align-items:center;color:#555!important;font-size:.95rem!important;line-height:1.4!important}.login-footer{text-align:center;padding-top:1rem;border-top:1px solid rgba(0,0,0,.1)}.login-footer .MuiTypography-root{font-size:.85rem!important;line-height:1.4!important}@media (max-width: 600px){.login-container{padding:.5rem}.login-paper{padding:1.5rem}.login-title{font-size:1.75rem!important}.login-subtitle{font-size:1rem!important}.google-signin-button{height:48px!important;font-size:1rem!important}.login-features{padding:1rem}}@media (max-width: 400px){.login-paper{padding:1rem}.login-avatar{width:48px!important;height:48px!important}.login-title{font-size:1.5rem!important}.feature-item{font-size:.9rem!important}}@media (prefers-color-scheme: dark){.login-paper{background:#1e1e1ef2!important}.login-title{color:#fff!important}.login-subtitle{color:#ccc!important}.login-features{background:#667eea1a;border-color:#667eea33}.features-title{color:#fff!important}.feature-item{color:#ddd!important}.login-footer{border-top-color:#ffffff1a}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-paper{animation:fadeInUp .6s ease-out}.google-signin-button .MuiCircularProgress-root{color:#fff!important}.password-item{width:100%;border-radius:12px!important;box-shadow:0 2px 8px #00000014!important;transition:all .3s ease-in-out;border:1px solid #e2e8f0;cursor:pointer}.password-item:hover{box-shadow:0 4px 20px #0000001f!important;transform:translateY(-2px);border-color:#667eea}.password-item-content{padding:20px!important}.password-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.password-item-info{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.password-item-avatar{width:40px!important;height:40px!important;background:linear-gradient(135deg,#667eea,#764ba2)!important;color:#fff!important}.password-item-avatar img{width:24px;height:24px;border-radius:4px}.password-item-details{flex:1;min-width:0}.password-item-title{font-weight:600!important;color:#1a202c;margin-bottom:4px!important;font-size:1.125rem!important;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.password-item-url{color:#667eea!important;font-size:.875rem!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.password-item-url:hover{text-decoration:underline}.password-item-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.password-item-actions .MuiIconButton-root{color:#64748b;transition:all .2s ease-in-out}.password-item-actions .MuiIconButton-root:hover{color:#667eea;background-color:#667eea14;transform:scale(1.1)}.password-item-body{margin-bottom:16px}.password-field{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f1f5f9}.password-field:last-child{border-bottom:none}.field-info{display:flex;align-items:center;gap:8px;min-width:100px}.field-icon{color:#64748b;font-size:16px!important}.field-label{color:#475569;font-weight:500;font-size:.875rem}.field-value{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.field-text{color:#1a202c;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.password-text{letter-spacing:2px}.password-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.password-actions .MuiIconButton-root{color:#64748b;padding:4px!important}.password-actions .MuiIconButton-root:hover{color:#667eea;background-color:#667eea14}.password-strength{display:flex;align-items:center;gap:8px;margin-top:12px;padding:8px 12px;background:#f8fafc;border-radius:8px}.strength-label{color:#475569;font-weight:500;white-space:nowrap}.strength-bar{flex:1;height:4px;background:#e2e8f0;border-radius:2px;overflow:hidden}.strength-fill{height:100%;border-radius:2px;transition:all .3s ease-in-out}.strength-fill.weak{background:linear-gradient(90deg,#ef4444,#f87171)}.strength-fill.medium{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.strength-fill.strong{background:linear-gradient(90deg,#10b981,#34d399)}.strength-text{color:#475569;font-weight:500;white-space:nowrap}.password-notes{margin-top:12px;padding:12px;background:#f1f5f9;border-radius:8px;border-left:4px solid #667eea}.notes-text{color:#475569;font-style:italic;line-height:1.5;white-space:pre-line}.password-item-footer{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:16px;border-top:1px solid #f1f5f9}.category-chip{font-weight:500!important;font-size:.75rem!important;height:24px!important}.last-updated{display:flex;align-items:center;gap:4px}.schedule-icon{color:#94a3b8;font-size:14px!important}.last-updated-text{color:#94a3b8;font-size:.75rem}.delete-menu-item,.delete-menu-item .MuiListItemIcon-root{color:#ef4444!important}.password-item.grid-view{height:100%}.password-item.grid-view .password-item-content{height:100%;display:flex;flex-direction:column}.password-item.grid-view .password-item-body{flex:1}@media (max-width: 768px){.password-item-content{padding:16px!important}.password-item-header{margin-bottom:12px}.password-item-info{gap:8px}.password-item-avatar{width:36px!important;height:36px!important}.password-item-title{font-size:1rem!important}.password-item-url{font-size:.8125rem!important}.password-field{flex-direction:column;align-items:flex-start;gap:8px;padding:12px 0}.field-value{width:100%;justify-content:space-between}.field-text{max-width:200px}.password-strength{flex-direction:column;align-items:flex-start;gap:6px}.strength-bar{width:100%}.password-item-footer{flex-direction:column;align-items:flex-start;gap:8px}}@media (max-width: 480px){.password-item-content{padding:12px!important}.password-item-header{flex-direction:column;align-items:flex-start;gap:12px}.password-item-actions{align-self:flex-end}.field-text{max-width:150px}}@media (prefers-color-scheme: dark){.password-item{background-color:#1e293b!important;border-color:#475569}.password-item:hover{border-color:#667eea}.password-item-title,.field-text{color:#f8fafc}.field-label{color:#cbd5e1}.field-icon{color:#94a3b8}.password-strength{background:#334155}.strength-label,.strength-text{color:#cbd5e1}.strength-bar{background:#475569}.password-notes{background:#334155}.notes-text{color:#cbd5e1}.password-item-footer{border-top-color:#334155}}.field-text.password-text{transition:all .3s ease-in-out}.password-item-url,.field-value .MuiIconButton-root{transition:all .2s ease-in-out}.password-item:focus-within{outline:2px solid #667eea;outline-offset:2px}.MuiIconButton-root:focus{outline:2px solid #667eea;outline-offset:2px}.password-list{width:100%}.password-list-empty{text-align:center;padding:48px 24px;color:#64748b}.password-list-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px;padding:16px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.sort-controls{display:flex;align-items:center;gap:12px}.sort-select{min-width:140px}.sort-order-chip{cursor:pointer;transition:all .2s ease-in-out}.sort-order-chip:hover{background-color:#667eea14;border-color:#667eea;transform:translateY(-1px)}.view-controls{display:flex;align-items:center}.view-toggle-chip{cursor:pointer;transition:all .2s ease-in-out}.view-toggle-chip:hover{background-color:#667eea14;border-color:#667eea;transform:translateY(-1px)}.results-info{color:#64748b;font-size:.875rem}.categories-filter{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding:12px 16px;background:#f1f5f9;border-radius:8px;flex-wrap:wrap}.categories-label{color:#475569;font-weight:500;white-space:nowrap}.categories-chips{display:flex;flex-wrap:wrap;gap:6px}.category-filter-chip{cursor:pointer;transition:all .2s ease-in-out;font-size:.75rem!important;height:24px!important}.category-filter-chip:hover{background-color:#667eea14;border-color:#667eea;transform:translateY(-1px)}.password-list-content{margin-bottom:24px}.password-list-items{padding:0}.password-list-item{padding:0!important;margin-bottom:12px}.password-list-item:last-child{margin-bottom:0}.password-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.password-grid-item{width:100%}.password-list-pagination{display:flex;justify-content:center;margin-top:24px;padding:16px}.password-list-pagination .MuiPagination-root{background:#fff;border-radius:12px;padding:8px 16px;box-shadow:0 2px 8px #0000001a}.password-list-pagination .MuiPaginationItem-root{border-radius:8px;font-weight:500;transition:all .2s ease-in-out}.password-list-pagination .MuiPaginationItem-root:hover{background-color:#667eea14;transform:translateY(-1px)}.password-list-pagination .MuiPaginationItem-root.Mui-selected{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.password-list-pagination .MuiPaginationItem-root.Mui-selected:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190)}@media (max-width: 768px){.password-list-controls{flex-direction:column;align-items:stretch;gap:12px}.sort-controls{justify-content:space-between;width:100%}.view-controls{justify-content:center}.results-info{text-align:center}.categories-filter{flex-direction:column;align-items:flex-start;gap:8px}.categories-chips{width:100%;justify-content:flex-start}.password-grid{grid-template-columns:1fr;gap:12px}}@media (max-width: 480px){.password-list-controls{padding:12px;gap:8px}.sort-controls{flex-direction:column;gap:8px}.sort-select{min-width:120px;width:100%}.categories-filter{padding:8px 12px}.password-list-pagination{padding:12px}.password-list-pagination .MuiPagination-root{padding:4px 8px}}@media (prefers-color-scheme: dark){.password-list-controls{background:#1e293b;border-color:#475569}.categories-filter{background:#334155}.categories-label{color:#cbd5e1}.results-info{color:#94a3b8}.password-list-pagination .MuiPagination-root{background:#1e293b}}.password-list-item,.password-grid-item{animation:fadeInUp .3s ease-out}.password-list-item:nth-child(1){animation-delay:.05s}.password-list-item:nth-child(2){animation-delay:.1s}.password-list-item:nth-child(3){animation-delay:.15s}.password-list-item:nth-child(4){animation-delay:.2s}.password-list-item:nth-child(5){animation-delay:.25s}.password-grid-item:nth-child(1){animation-delay:.05s}.password-grid-item:nth-child(2){animation-delay:.1s}.password-grid-item:nth-child(3){animation-delay:.15s}.password-grid-item:nth-child(4){animation-delay:.2s}.password-grid-item:nth-child(5){animation-delay:.25s}.password-grid-item:nth-child(6){animation-delay:.3s}.password-list-loading{display:flex;justify-content:center;align-items:center;padding:48px}.password-list-empty{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;margin:24px 0}@media (prefers-color-scheme: dark){.password-list-empty{background:#1e293b;border-color:#475569;color:#94a3b8}}.password-form-dialog .MuiDialog-paper{border-radius:16px!important;max-height:90vh}.password-form-title{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:24px 24px 16px!important;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff!important}.password-form-title .MuiTypography-root{color:#fff!important;font-weight:600!important}.close-button{color:#fff!important}.close-button:hover{background-color:#ffffff1a!important}.password-form-content{padding:24px!important}.password-form{display:flex;flex-direction:column;gap:20px}.form-field{margin-bottom:0!important}.form-field .MuiInputLabel-root{color:#666}.form-field .MuiOutlinedInput-root{border-radius:8px}.form-field .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,.form-field .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#667eea}.password-field-container{display:flex;flex-direction:column;gap:12px}.password-strength{padding:12px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.strength-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.strength-label{color:#475569;font-weight:500}.strength-icon{font-size:16px!important}.strength-icon.success{color:#10b981}.strength-icon.error{color:#ef4444}.strength-bar{height:6px!important;border-radius:3px!important}.password-generator{padding:16px;background:#f1f5f9;border-radius:12px;border:1px solid #cbd5e1}.generator-title{color:#1e293b!important;font-weight:600!important;margin-bottom:16px!important}.generator-options{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.length-input{max-width:120px}.generator-checkboxes{display:flex;flex-wrap:wrap;gap:8px}.generator-chip{cursor:pointer!important;transition:all .2s ease-in-out}.generator-chip:hover{transform:translateY(-1px);box-shadow:0 2px 8px #667eea33}.generator-chip.MuiChip-filled{background:linear-gradient(135deg,#667eea,#764ba2)!important;color:#fff!important}.generated-password{margin-bottom:16px}.generate-button{align-self:flex-start;border-color:#667eea!important;color:#667eea!important;text-transform:none!important;font-weight:500!important}.generate-button:hover{background-color:#667eea14!important;border-color:#5a6fd8!important}.password-form-actions{padding:16px 24px 24px!important;gap:12px}.save-button{background:linear-gradient(135deg,#667eea,#764ba2)!important;color:#fff!important;text-transform:none!important;font-weight:600!important;padding:10px 24px!important;border-radius:8px!important}.save-button:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190)!important}.save-button:disabled{background:#cbd5e1!important;color:#64748b!important}@media (max-width: 768px){.password-form-dialog .MuiDialog-paper{margin:16px;width:calc(100% - 32px);max-height:calc(100vh - 32px)}.password-form-title{padding:16px 16px 12px!important}.password-form-content{padding:16px!important}.password-form{gap:16px}.generator-options{gap:12px}.generator-checkboxes{gap:6px}.password-form-actions{padding:12px 16px 16px!important;flex-direction:column-reverse}.password-form-actions .MuiButton-root{width:100%}}@media (max-width: 480px){.password-form-dialog .MuiDialog-paper{margin:8px;width:calc(100% - 16px);max-height:calc(100vh - 16px)}.password-form-title{padding:12px!important}.password-form-title .MuiTypography-root{font-size:1.125rem!important}.password-form-content{padding:12px!important}.password-generator{padding:12px}.generator-title{font-size:1rem!important;margin-bottom:12px!important}.generator-checkboxes{justify-content:center}.generator-chip{font-size:.75rem!important}}@media (prefers-color-scheme: dark){.password-form-dialog .MuiDialog-paper{background-color:#1e293b!important}.password-strength{background:#334155;border-color:#475569}.strength-label{color:#cbd5e1}.password-generator{background:#334155;border-color:#475569}.generator-title{color:#f8fafc!important}.form-field .MuiInputLabel-root{color:#cbd5e1!important}.form-field .MuiOutlinedInput-root{color:#f8fafc!important}.form-field .MuiOutlinedInput-notchedOutline{border-color:#475569!important}}.strength-bar .MuiLinearProgress-bar{transition:all .3s ease-in-out}.form-field .MuiOutlinedInput-root.Mui-focused{box-shadow:0 0 0 2px #667eea33}.password-form-actions .MuiButton-root:disabled{opacity:.6}.form-field .MuiFormHelperText-root.Mui-error{font-weight:500}.password-form-content::-webkit-scrollbar{width:6px}.password-form-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.password-form-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.password-form-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.search-bar{width:100%;position:relative}.search-input-container{position:relative;width:100%;margin-bottom:16px}.search-input{width:100%}.search-input.focused .MuiOutlinedInput-root{box-shadow:0 0 0 2px #667eea33}.search-icon{color:#666}.clear-search-button{color:#666;transition:color .2s ease}.clear-search-button:hover{color:#f44336}.clear-all-button{margin-left:4px;transition:all .2s ease}.clear-all-button:hover{background-color:#667eea1a}.search-suggestions{position:absolute;top:100%;left:0;right:0;z-index:1000;max-height:200px;overflow-y:auto;border-radius:8px;margin-top:4px}.search-suggestion{display:flex;align-items:center;padding:12px 16px;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f0f0f0}.search-suggestion:last-child{border-bottom:none}.search-suggestion:hover{background-color:#f5f5f5}.suggestion-icon{color:#666;margin-right:12px;font-size:18px}.suggestion-text{color:#333;flex:1}.search-status{margin-bottom:16px;padding:12px 16px;background:linear-gradient(135deg,#e3f2fd,#f3e5f5);border-radius:8px;border:1px solid #e1e5e9}.search-status-content{display:flex;align-items:center;justify-content:space-between;gap:16px}.search-status-text{color:#555;flex:1}.search-term{color:#1976d2}.separator{color:#999}.filter-count{color:#7b1fa2}.clear-all-status-button{min-width:auto;padding:4px 12px;font-size:.75rem;border-radius:16px;text-transform:none;transition:all .2s ease}.clear-all-status-button:hover{background-color:#1976d2;color:#fff;transform:translateY(-1px)}.search-filters{margin-bottom:16px}.filters-header{display:flex;align-items:center;margin-bottom:12px;gap:8px}.filters-icon{color:#666;font-size:18px}.filters-label{color:#666;font-weight:500}.filters-list{display:flex;flex-wrap:wrap;gap:8px}.filter-chip{transition:all .2s ease;cursor:pointer}.filter-chip:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.filter-chip.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:500}.active-filters{padding:12px 16px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef;margin-bottom:16px}.active-filters-label{color:#666;font-weight:500;margin-bottom:8px;display:block}.active-filters-chips{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.active-filter-chip{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:500;transition:all .2s ease}.active-filter-chip:hover{transform:translateY(-1px);box-shadow:0 2px 8px #667eea4d}.active-filter-chip .MuiChip-deleteIcon{color:#fffc;transition:color .2s ease}.active-filter-chip .MuiChip-deleteIcon:hover{color:#fff}.clear-filters-button{font-size:.75rem;padding:4px 8px;min-width:auto;text-transform:none;color:#666;border-color:#ddd;transition:all .2s ease}.clear-filters-button:hover{background-color:#f44336;border-color:#f44336;color:#fff;transform:translateY(-1px)}@media (max-width: 600px){.search-status-content{flex-direction:column;align-items:flex-start;gap:8px}.clear-all-status-button{align-self:flex-end}.filters-list{gap:6px}.filter-chip{font-size:.75rem}.active-filters-chips{gap:6px}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.search-suggestions{animation:slideDown .2s ease-out}.search-suggestion:focus,.filter-chip:focus,.active-filter-chip:focus{outline:2px solid #667eea;outline-offset:2px}.search-input.loading .MuiOutlinedInput-root{position:relative;overflow:hidden}.search-input.loading .MuiOutlinedInput-root:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:2px;background:linear-gradient(90deg,transparent,#667eea,transparent);animation:loading 1.5s infinite}@keyframes loading{0%{left:-100%}to{left:100%}}.error-message{margin-bottom:16px;border-radius:8px!important}.error-message-title{font-weight:600!important;margin-bottom:8px!important}.error-message-text{line-height:1.5;margin-bottom:0!important}.error-message-actions{margin-top:12px;display:flex;gap:8px}.error-message-retry-button{text-transform:none!important;font-weight:500!important;border-radius:6px!important}.error-message.MuiAlert-filledError{background-color:#f44336!important;color:#fff!important}.error-message.MuiAlert-filledWarning{background-color:#ff9800!important;color:#fff!important}.error-message.MuiAlert-filledInfo{background-color:#2196f3!important;color:#fff!important}.error-message.MuiAlert-filledSuccess{background-color:#4caf50!important;color:#fff!important}.error-message.MuiAlert-outlinedError{border-color:#f44336!important;color:#d32f2f!important}.error-message.MuiAlert-outlinedWarning{border-color:#ff9800!important;color:#f57c00!important}.error-message.MuiAlert-outlinedInfo{border-color:#2196f3!important;color:#1976d2!important}.error-message.MuiAlert-outlinedSuccess{border-color:#4caf50!important;color:#388e3c!important}.error-message.MuiAlert-standardError{background-color:#ffebee!important;color:#d32f2f!important}.error-message.MuiAlert-standardWarning{background-color:#fff3e0!important;color:#f57c00!important}.error-message.MuiAlert-standardInfo{background-color:#e3f2fd!important;color:#1976d2!important}.error-message.MuiAlert-standardSuccess{background-color:#e8f5e8!important;color:#388e3c!important}.error-message.MuiAlert-filledError .error-message-retry-button{color:#fff!important;border-color:#ffffff80!important}.error-message.MuiAlert-filledError .error-message-retry-button:hover{background-color:#ffffff1a!important;border-color:#fff!important}.error-message.MuiAlert-filledWarning .error-message-retry-button{color:#fff!important;border-color:#ffffff80!important}.error-message.MuiAlert-filledWarning .error-message-retry-button:hover{background-color:#ffffff1a!important;border-color:#fff!important}.error-message.MuiAlert-filledInfo .error-message-retry-button{color:#fff!important;border-color:#ffffff80!important}.error-message.MuiAlert-filledInfo .error-message-retry-button:hover{background-color:#ffffff1a!important;border-color:#fff!important}.error-message.MuiAlert-filledSuccess .error-message-retry-button{color:#fff!important;border-color:#ffffff80!important}.error-message.MuiAlert-filledSuccess .error-message-retry-button:hover{background-color:#ffffff1a!important;border-color:#fff!important}.error-message-collapse-enter{opacity:0;transform:translateY(-10px)}.error-message-collapse-enter-active{opacity:1;transform:translateY(0);transition:opacity .3s,transform .3s}.error-message-collapse-exit{opacity:1;transform:translateY(0)}.error-message-collapse-exit-active{opacity:0;transform:translateY(-10px);transition:opacity .3s,transform .3s}@media (max-width: 480px){.error-message-actions{flex-direction:column}.error-message-retry-button{width:100%}}@media (prefers-color-scheme: dark){.error-message.MuiAlert-standardError{background-color:#f443361a!important}.error-message.MuiAlert-standardWarning{background-color:#ff98001a!important}.error-message.MuiAlert-standardInfo{background-color:#2196f31a!important}.error-message.MuiAlert-standardSuccess{background-color:#4caf501a!important}}.confirm-dialog .MuiDialog-paper{border-radius:16px;box-shadow:0 20px 60px #00000026;overflow:visible}.confirm-dialog-paper{position:relative}.confirm-dialog-paper:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;border-radius:16px 16px 0 0}.confirm-dialog-paper.warning:before{background:linear-gradient(90deg,#f59e0b,#d97706)}.confirm-dialog-paper.error:before{background:linear-gradient(90deg,#ef4444,#dc2626)}.confirm-dialog-paper.info:before{background:linear-gradient(90deg,#3b82f6,#2563eb)}.confirm-dialog-paper.question:before{background:linear-gradient(90deg,#8b5cf6,#7c3aed)}.confirm-dialog-title{padding:24px 24px 16px}.title-content{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.title-with-icon{display:flex;align-items:center;gap:12px;flex:1}.title-text{font-weight:600;color:#1a202c;margin:0}.close-button{color:#6b7280;transition:all .2s ease}.close-button:hover{color:#374151;background-color:#6b72801a}.confirm-dialog-icon{font-size:28px;flex-shrink:0}.confirm-dialog-icon.warning{color:#f59e0b}.confirm-dialog-icon.error{color:#ef4444}.confirm-dialog-icon.info{color:#3b82f6}.confirm-dialog-icon.question{color:#8b5cf6}.confirm-dialog-content{padding:0 24px 24px}.confirm-dialog-message{color:#4b5563;line-height:1.6;font-size:16px}.confirm-dialog-actions{padding:16px 24px 24px;gap:12px}.cancel-button{border-radius:8px;padding:10px 20px;font-weight:500;text-transform:none;border-color:#d1d5db;color:#6b7280;transition:all .2s ease}.cancel-button:hover{border-color:#9ca3af;color:#374151;background-color:#6b72800d}.confirm-button{border-radius:8px;padding:10px 20px;font-weight:600;text-transform:none;min-width:100px;transition:all .2s ease;box-shadow:0 2px 8px #00000026}.confirm-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0003}.confirm-button.MuiButton-containedWarning{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.confirm-button.MuiButton-containedWarning:hover{background:linear-gradient(135deg,#d97706,#b45309)}.confirm-button.MuiButton-containedError{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.confirm-button.MuiButton-containedError:hover{background:linear-gradient(135deg,#dc2626,#b91c1c)}.confirm-button.MuiButton-containedInfo{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.confirm-button.MuiButton-containedInfo:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.confirm-button.MuiButton-containedPrimary{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.confirm-button.MuiButton-containedPrimary:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9)}@media (max-width: 480px){.confirm-dialog-title{padding:20px 20px 12px}.title-with-icon{gap:8px}.confirm-dialog-icon{font-size:24px}.title-text{font-size:1.125rem}.confirm-dialog-content{padding:0 20px 20px}.confirm-dialog-message{font-size:14px}.confirm-dialog-actions{padding:12px 20px 20px;flex-direction:column-reverse;gap:8px}.cancel-button,.confirm-button{width:100%;padding:12px 20px}}@keyframes dialogSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.confirm-dialog .MuiDialog-paper{animation:dialogSlideIn .3s ease-out}@media (prefers-color-scheme: dark){.title-text{color:#f9fafb}.confirm-dialog-message{color:#d1d5db}.close-button{color:#9ca3af}.close-button:hover{color:#d1d5db;background-color:#9ca3af1a}.cancel-button{border-color:#4b5563;color:#9ca3af}.cancel-button:hover{border-color:#6b7280;color:#d1d5db;background-color:#9ca3af0d}}.mobile-stats-fab{position:fixed!important;bottom:90px!important;left:24px!important;background:linear-gradient(135deg,#f59e0b,#d97706)!important;color:#fff!important;box-shadow:0 4px 20px #f59e0b66!important;z-index:1000;transition:all .3s ease!important}.mobile-stats-fab:hover{background:linear-gradient(135deg,#d97706,#b45309)!important;box-shadow:0 6px 25px #f59e0b80!important;transform:translateY(-2px)}.mobile-stats-drawer .MuiDrawer-paper{border-radius:24px 24px 0 0!important;max-height:70vh;min-height:50vh}.mobile-stats-paper{background:linear-gradient(135deg,#f8fafc,#e2e8f0)!important}.mobile-stats-content{padding:0;overflow-y:auto}.mobile-stats-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 16px;background:#fff;border-radius:24px 24px 0 0;box-shadow:0 2px 8px #0000000d}.mobile-stats-title{font-weight:600!important;color:#1a202c}.mobile-stats-close{color:#6b7280!important;transition:all .2s ease}.mobile-stats-close:hover{color:#374151!important;background-color:#6b72801a!important}.mobile-stats-divider{margin:0!important;background-color:#00000014!important}.mobile-stats-section{padding:20px 24px}.mobile-stats-section-title{font-weight:600!important;color:#374151;margin-bottom:16px!important}.mobile-stats-grid{margin:0!important;width:100%!important}.mobile-stat-card{border-radius:12px!important;box-shadow:0 2px 8px #00000014!important;transition:all .2s ease;height:100%}.mobile-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f!important}.mobile-stat-content{display:flex;align-items:center;gap:12px;padding:16px!important}.mobile-stat-icon{width:40px!important;height:40px!important;font-size:18px!important}.mobile-stat-icon.total{background:linear-gradient(135deg,#667eea,#764ba2)!important}.mobile-stat-icon.strong{background:linear-gradient(135deg,#f093fb,#f5576c)!important}.mobile-stat-icon.categories{background:linear-gradient(135deg,#4facfe,#00f2fe)!important}.mobile-stat-icon.recent{background:linear-gradient(135deg,#43e97b,#38f9d7)!important}.mobile-stat-info{flex:1;min-width:0}.mobile-stat-number{font-weight:700!important;color:#1a202c;line-height:1!important;margin-bottom:4px!important}.mobile-stat-label{color:#6b7280!important;font-weight:500!important;line-height:1.2!important}.mobile-categories-list{display:flex;flex-wrap:wrap;gap:8px}.mobile-category-chip{border-radius:16px!important;font-weight:500!important;font-size:.75rem!important;height:28px!important;transition:all .2s ease;border-color:#d1d5db!important;color:#374151!important}.mobile-category-chip:hover{background-color:#667eea1a!important;border-color:#667eea!important;color:#667eea!important;transform:translateY(-1px)}.mobile-stats-footer{padding:16px 24px 24px;text-align:center}@media (max-width: 480px){.mobile-stats-fab{bottom:20px!important;left:10px!important;width:48px!important;height:48px!important}.mobile-stats-header{padding:16px 20px 12px}.mobile-stats-section{padding:16px 20px}.mobile-stat-content{gap:8px;padding:12px!important}.mobile-stat-icon{width:36px!important;height:36px!important;font-size:16px!important}.mobile-stat-number{font-size:1.25rem!important}.mobile-stat-label{font-size:.7rem!important}}@media (min-width: 768px){.mobile-stats-fab{display:none!important}}@keyframes slideUpIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.mobile-stats-drawer .MuiDrawer-paper{animation:slideUpIn .3s ease-out}.mobile-stats-content::-webkit-scrollbar{width:4px}.mobile-stats-content::-webkit-scrollbar-track{background:transparent}.mobile-stats-content::-webkit-scrollbar-thumb{background:#0003;border-radius:2px}.mobile-stats-content::-webkit-scrollbar-thumb:hover{background:#0000004d}@media (prefers-color-scheme: dark){.mobile-stats-paper{background:linear-gradient(135deg,#0f172a,#1e293b)!important}.mobile-stats-header{background:#1e293b!important}.mobile-stats-title{color:#f8fafc!important}.mobile-stats-section-title{color:#e2e8f0!important}.mobile-stat-card{background:#334155!important}.mobile-stat-number{color:#f8fafc!important}.mobile-stat-label{color:#cbd5e1!important}.mobile-category-chip{border-color:#475569!important;color:#e2e8f0!important;background:#33415580!important}.mobile-stats-divider{background-color:#ffffff1a!important}}.dashboard{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:24px 0}.dashboard-container{margin-top:24px!important;max-width:1400px!important}.dashboard-header{text-align:center;margin-bottom:32px;padding:0 16px}.dashboard-title{color:#1a202c;font-weight:700!important;margin-bottom:8px!important;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dashboard-subtitle{color:#4a5568;font-size:1.125rem}.stats-grid{margin-top:0!important}.dashboard-stats{margin-bottom:32px}.stat-card{height:100%;transition:all .3s ease-in-out;border-radius:16px!important;box-shadow:0 4px 20px #00000014!important}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f!important}.stat-content{display:flex;align-items:center;gap:16px}.stat-icon{width:56px!important;height:56px!important;font-size:24px!important}.stat-icon.total{background:linear-gradient(135deg,#667eea,#764ba2)!important}.stat-icon.recent{background:linear-gradient(135deg,#4caf50,#45a049)!important}.stat-icon.accessed{background:linear-gradient(135deg,#2196f3,#1976d2)!important}.stat-icon.categories{background:linear-gradient(135deg,#ff9800,#f57c00)!important}.stat-icon.strong{background:linear-gradient(135deg,#f093fb,#f5576c)!important}.stat-number{font-weight:700!important;color:#1a202c;line-height:1}.stat-label{color:#4a5568;font-weight:500;margin-top:4px}.categories-card{margin-top:24px;margin-bottom:24px;border-radius:16px!important;box-shadow:0 4px 20px #00000014!important}.categories-title{color:#1a202c;font-weight:600!important;margin-bottom:16px!important}.categories-list{display:flex;flex-wrap:wrap;gap:8px}.category-chip{border-radius:20px!important;font-weight:500!important;transition:all .2s ease-in-out}.category-chip:hover{background-color:#667eea1a!important;border-color:#667eea!important;transform:translateY(-1px)}.search-card{margin-top:24px;margin-bottom:24px;border-radius:16px!important;box-shadow:0 4px 20px #00000014!important}.passwords-card{border-radius:16px!important;box-shadow:0 4px 20px #00000014!important;margin-bottom:80px}.passwords-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.passwords-title{color:#1a202c;font-weight:600!important}.add-password-button{background:linear-gradient(135deg,#667eea,#764ba2)!important;border-radius:8px!important;text-transform:none!important;font-weight:600!important;padding:10px 20px!important;box-shadow:0 2px 8px #667eea4d!important}.add-password-button:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190)!important;box-shadow:0 4px 12px #667eea66!important;transform:translateY(-1px)}.empty-state{text-align:center;padding:48px 24px}.empty-icon{font-size:64px!important;color:#cbd5e1;margin-bottom:16px}.empty-title{color:#1a202c;font-weight:600!important;margin-bottom:8px!important}.empty-subtitle{color:#4a5568;margin-bottom:24px!important}.empty-action-button{background:linear-gradient(135deg,#667eea,#764ba2)!important;border-radius:8px!important;text-transform:none!important;font-weight:600!important;padding:12px 24px!important}.empty-action-button:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190)!important;transform:translateY(-1px)}.fab-add{position:fixed!important;bottom:24px!important;right:24px!important;background:linear-gradient(135deg,#667eea,#764ba2)!important;box-shadow:0 4px 20px #667eea66!important;z-index:1000}.fab-add:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190)!important;box-shadow:0 6px 25px #667eea80!important;transform:translateY(-2px)}@media (max-width: 768px){.dashboard{padding:16px 0}.dashboard-header{margin-bottom:24px}.dashboard-title{font-size:1.75rem!important}.dashboard-subtitle{font-size:1rem}.dashboard-stats{margin-bottom:24px}.stat-content{gap:12px}.stat-icon{width:48px!important;height:48px!important;font-size:20px!important}.stat-number{font-size:1.5rem!important}.passwords-header{flex-direction:column;align-items:stretch}.add-password-button{width:100%;justify-content:center}.categories-list{justify-content:center}.fab-add{bottom:16px!important;right:16px!important}}@media (max-width: 480px){.dashboard-container{padding:0 8px!important}.empty-state{padding:32px 16px}.empty-icon{font-size:48px!important}.stat-content{flex-direction:column;text-align:center;gap:8px}}@media (prefers-color-scheme: dark){.dashboard{background:linear-gradient(135deg,#0f172a,#1e293b)}.dashboard-title{color:#f8fafc}.dashboard-subtitle{color:#cbd5e1}.stat-number{color:#f8fafc}.stat-label{color:#cbd5e1}.categories-title,.passwords-title,.empty-title{color:#f8fafc}.empty-subtitle{color:#cbd5e1}.empty-icon{color:#475569}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.stat-card,.categories-card,.search-card,.passwords-card{animation:fadeInUp .6s ease-out}.stat-card:nth-child(1){animation-delay:.1s}.stat-card:nth-child(2){animation-delay:.2s}.stat-card:nth-child(3){animation-delay:.3s}.stat-card:nth-child(4){animation-delay:.4s}.navigation-appbar{background:linear-gradient(135deg,#667eea,#764ba2)!important;box-shadow:0 2px 20px #667eea4d!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:0!important}.navigation-toolbar{padding:0 24px!important;min-height:64px!important;display:flex;justify-content:space-between;align-items:center}.navigation-brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.navigation-logo{font-size:28px!important;color:#fff}.navigation-title{color:#fff!important;font-weight:600!important;font-size:1.25rem!important;letter-spacing:.5px}.navigation-user{display:flex;align-items:center}.navigation-user-button{padding:4px!important;transition:all .2s ease-in-out}.navigation-user-button:hover{background-color:#ffffff1a!important;transform:scale(1.05)}.navigation-avatar{width:40px!important;height:40px!important;background:linear-gradient(135deg,#fff,#f8fafc)!important;color:#667eea!important;font-weight:600!important;font-size:1rem!important;border:2px solid rgba(255,255,255,.2)}.navigation-menu{margin-top:8px}.navigation-user-info{display:flex;align-items:center;gap:12px;padding:16px 16px 8px;margin-bottom:8px}.navigation-menu-avatar{width:48px!important;height:48px!important;background:linear-gradient(135deg,#667eea,#764ba2)!important;color:#fff!important;font-weight:600!important;font-size:1.125rem!important}.navigation-user-name{font-weight:600!important;color:#1a202c;line-height:1.2}.navigation-user-email{color:#4a5568;font-size:.875rem;line-height:1.2}.navigation-theme-toggle{margin:0!important;flex-grow:1}.navigation-theme-toggle .MuiFormControlLabel-label{font-size:.875rem;font-weight:500}.navigation-signout,.navigation-signout .MuiListItemIcon-root{color:#f56565!important}.navigation-signout:hover{background-color:#f5656514!important}.navigation-menu .MuiMenuItem-root:hover{background-color:#667eea14!important;transform:translate(4px);transition:all .2s ease-in-out}.navigation-menu .MuiListItemIcon-root{color:#4a5568;min-width:36px!important}.navigation-menu .MuiListItemText-primary{font-weight:500;color:#1a202c}.navigation-theme-toggle .MuiSwitch-root{margin-left:auto}.navigation-theme-toggle .MuiSwitch-track{background-color:#cbd5e1!important}.navigation-theme-toggle .MuiSwitch-thumb{background-color:#667eea!important}.navigation-theme-toggle .Mui-checked .MuiSwitch-thumb{background-color:#764ba2!important}.navigation-theme-toggle .Mui-checked+.MuiSwitch-track{background-color:#764ba24d!important}@media (max-width: 768px){.navigation-toolbar{padding:0 16px!important;min-height:56px!important}.navigation-title{font-size:1.125rem!important}.navigation-logo{font-size:24px!important}.navigation-avatar{width:36px!important;height:36px!important;font-size:.875rem!important}.navigation-menu-avatar{width:40px!important;height:40px!important;font-size:1rem!important}.navigation-user-info{padding:12px 16px 8px}}@media (max-width: 480px){.navigation-toolbar{padding:0 12px!important}.navigation-brand{gap:8px}.navigation-title{font-size:1rem!important;display:none}.navigation-user-name{font-size:.875rem!important}.navigation-user-email{font-size:.75rem!important}}@media (prefers-color-scheme: dark){.navigation-user-name{color:#f8fafc}.navigation-user-email,.navigation-menu .MuiListItemIcon-root{color:#cbd5e1}.navigation-menu .MuiListItemText-primary,.navigation-theme-toggle .MuiFormControlLabel-label{color:#f8fafc}}.navigation-menu .MuiMenuItem-root{transition:all .2s ease-in-out}.navigation-menu .MuiMenuItem-root:active{transform:translate(2px) scale(.98)}.navigation-menu .MuiPaper-root{background:#fffffff2!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}@media (prefers-color-scheme: dark){.navigation-menu .MuiPaper-root{background:#1e293bf2!important;border:1px solid rgba(255,255,255,.1)}}.app{min-height:100vh;width:100vw;display:flex;flex-direction:column;overflow-x:hidden}.app main{max-width:100vw}.app-layout{display:flex;flex-direction:column;min-height:100vh;width:100%;width:100vw}.app-main{flex:1;display:flex;flex-direction:column;width:100%}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh}.MuiContainer-root,.login-container,.dashboard{width:100%!important}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button{border:none;background:none;cursor:pointer}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (prefers-color-scheme: dark){::-webkit-scrollbar-track{background:#1e293b}::-webkit-scrollbar-thumb{background:#475569}::-webkit-scrollbar-thumb:hover{background:#64748b}}
