@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(180deg,#ffffff 0%,#202b9d 100%)!important;min-height:100vh;overflow-x:hidden}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;position:relative}.login-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;pointer-events:none}.login-form{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:48px 40px;width:100%;max-width:480px;box-shadow:0 20px 40px #0000001a,0 10px 20px #0000000d,inset 0 1px #fff3;border:1px solid rgba(255,255,255,.2);position:relative;z-index:1;animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:40px}.login-header .logo{width:80px;height:80px;margin:0 auto 24px;display:block;border-radius:16px;box-shadow:0 8px 20px #0000001a;transition:transform .3s ease}.login-header .logo:hover{transform:scale(1.05)}.login-header h1{color:#1f2937;font-size:28px;font-weight:700;margin-bottom:8px;display:flex;align-items:center;justify-content:center;gap:12px}.login-header h1 svg{color:#667eea}.login-header p{color:#6b7280;font-size:16px;font-weight:400}.welcome-back-message{background:linear-gradient(135deg,#dbeafe,#e0e7ff);border:1px solid #93c5fd;color:#1e40af;padding:12px 16px;border-radius:8px;margin-bottom:24px;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-group{margin-bottom:28px}.modal-content .form-group{margin-bottom:32px}.modal-content .form-group:last-child{margin-bottom:24px}.form-group label{display:flex;align-items:center;gap:8px;font-weight:500;color:#374151;font-size:20px}.form-group label svg{color:#667eea;flex-shrink:0}.input-field{width:100%;padding:16px 20px;border:2px solid #e5e7eb;border-radius:12px;font-size:16px;font-weight:400;color:#1f2937;background:#ffffff;transition:all .3s ease;outline:none}.modal-content .input-field{padding:18px 24px;margin-top:10px;font-size:16px}.modal-content .form-group label{margin-top:20px}.input-field:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;background:#ffffff}.input-field:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.input-field::-moz-placeholder{color:#9ca3af;font-weight:400}.input-field::placeholder{color:#9ca3af;font-weight:400}.password-toggle{position:relative}.password-toggle button{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:4px;border-radius:6px;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}.password-toggle button:hover{background:rgba(102,126,234,.1)}.error-message{color:#ef4444;font-size:13px;margin-top:6px;font-weight:500;display:flex;align-items:center;gap:4px}.remember-me-group{display:flex;align-items:flex-start;gap:12px;margin-bottom:32px}.remember-me-group input[type=checkbox]{width:18px;height:18px;accent-color:#667eea;cursor:pointer;margin-top:2px;flex-shrink:0}.remember-me-info{display:flex;flex-direction:column;gap:4px}.remember-me-label{color:#6b7280;font-size:14px;font-weight:400;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:0;position:relative;display:inline-block}.remember-me-tooltip{visibility:hidden;opacity:0;position:absolute;top:100%;left:0;margin-top:8px;background:rgba(31,41,55,.95);color:#fff;padding:8px 12px;border-radius:6px;font-size:12px;font-weight:400;line-height:1.3;white-space:nowrap;z-index:10;transform:translateY(-5px);transition:all .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 12px #00000026}.remember-me-tooltip:before{content:"";position:absolute;top:-4px;left:12px;width:8px;height:8px;background:rgba(31,41,55,.95);transform:rotate(45deg)}.remember-me-label:hover .remember-me-tooltip{visibility:visible;opacity:1;transform:translateY(0)}.btn-primary{width:100%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;padding:18px 24px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:12px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 8px 20px #667eea4d;margin-top:24px}.modal-content .btn-primary{margin-top:32px}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 28px #667eea66}.btn-primary:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 12px #667eea4d}.btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:0 4px 12px #667eea33}.btn-secondary{background:#f3f4f6;color:#6b7280;border:2px solid #e5e7eb;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.btn-secondary:hover:not(:disabled){background:#e5e7eb;border-color:#d1d5db}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.loading-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.forgot-password-container{text-align:center;margin:32px 0 24px}.forgot-password-link{color:#667eea;font-size:14px;font-weight:500;text-decoration:none;background:none;border:none;cursor:pointer;padding:8px 16px;border-radius:8px;transition:all .2s ease;display:inline-flex;align-items:center;gap:6px}.forgot-password-link:hover{background:rgba(102,126,234,.1);color:#5b6bc0}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:20px;z-index:1000;animation:fadeIn .3s ease-out}.modal-content{background:white;border-radius:20px;padding:48px 40px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px #0003,0 10px 20px #0000001a;animation:modalSlideUp .4s ease-out;position:relative}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{text-align:center;margin-bottom:32px}.modal-header h2{color:#1f2937;font-size:24px;font-weight:700;margin-bottom:8px;display:flex;align-items:center;justify-content:center;gap:10px}.modal-header h2 svg{color:#667eea}.modal-header p{color:#6b7280;font-size:15px;line-height:1.5}.otp-input{text-align:center;font-size:24px;font-weight:600;letter-spacing:8px;font-family:Courier New,monospace}.help-text{color:#6b7280;font-size:13px;margin-top:8px;text-align:center;line-height:1.4}.otp-timer{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;padding:12px 16px;border-radius:8px;font-size:14px;font-weight:600;text-align:center;margin:16px 0;border:1px solid #f59e0b}.button-group{display:flex;gap:12px;margin-top:28px}.modal-content .button-group{margin-top:36px;gap:16px}.button-group .btn-primary{flex:2}.button-group .btn-secondary{flex:1}.modal-footer{margin-top:32px;padding-top:24px;border-top:1px solid #e5e7eb;text-align:center}.back-button{background:none;border:none;color:#6b7280;font-size:14px;cursor:pointer;padding:8px 16px;border-radius:8px;transition:all .2s ease;display:inline-flex;align-items:center;gap:6px}.back-button:hover{color:#374151;background:rgba(0,0,0,.05)}@media (max-width: 640px){.login-form{padding:32px 24px;margin:16px;border-radius:16px}.login-header h1{font-size:24px}.login-header .logo{width:64px;height:64px}.modal-content{padding:32px 24px;margin:16px;border-radius:16px}.button-group{flex-direction:column}.button-group .btn-primary,.button-group .btn-secondary{flex:none}}@media (max-width: 480px){.login-container{padding:12px}.login-form{padding:24px 20px}.input-field{padding:14px 16px;font-size:16px}.btn-primary{padding:16px 20px}.modal-overlay{padding:12px}.modal-content{padding:24px 20px}.remember-me-tooltip{white-space:normal;max-width:200px;left:50%;transform:translate(-50%) translateY(-5px)}.remember-me-label:hover .remember-me-tooltip{transform:translate(-50%) translateY(0)}.remember-me-tooltip:before{left:50%;transform:translate(-50%) rotate(45deg)}}*:focus{outline:none}.btn-primary:active:not(:disabled),.btn-secondary:active:not(:disabled),.forgot-password-link:active,.back-button:active{transform:scale(.98)}.input-field:focus{animation:focusGlow .6s ease-out}@keyframes focusGlow{0%{box-shadow:0 0 #667eea66}50%{box-shadow:0 0 0 8px #667eea1a}to{box-shadow:0 0 0 4px #667eea1a}}.login-form *[role=button],.login-form button,.login-form a,.login-form input[type=checkbox]{cursor:pointer}@keyframes success{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.success-animation{animation:success .3s ease-out}.py-8{padding-top:2rem;padding-bottom:2rem}.ml-2{margin-left:.5rem}.update-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.update-modal-container{background:#ffffff;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease-out}.update-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.update-modal-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.update-modal-close-btn{background:none;border:none;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:all .2s}.update-modal-close-btn:hover{background:#f3f4f6;color:#1f2937}.update-modal-tabs{display:flex;border-bottom:2px solid #e5e7eb;background:#f9fafb}.update-modal-tab-button{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:none;border:none;color:#6b7280;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s;border-bottom:2px solid transparent;margin-bottom:-2px}.update-modal-tab-button:hover{color:#1f2937;background:#ffffff}.update-modal-tab-button.active{color:#667eea;border-bottom-color:#667eea;background:#ffffff}.update-modal-body{padding:1.5rem}.update-modal-form-group{margin-bottom:1.25rem}.update-modal-form-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.update-modal-required{color:#ef4444}.update-modal-input-with-icon{position:relative;display:flex;align-items:center}.update-modal-input-icon{position:absolute;left:1rem;color:#9ca3af;pointer-events:none}.update-modal-form-input{width:100%;padding:.75rem 1rem .75rem 2.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;transition:all .2s}.update-modal-form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.update-modal-form-input.disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.update-modal-form-hint{font-size:.75rem;color:#6b7280;margin-top:.25rem;margin-left:.25rem}.update-modal-password-toggle{position:absolute;right:1rem;background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;transition:color .2s}.update-modal-password-toggle:hover{color:#4b5563}.update-modal-actions{display:flex;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.update-modal-btn-cancel,.update-modal-btn-submit{flex:1;padding:.75rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.update-modal-btn-cancel{background:#ffffff;color:#374151;border:1px solid #d1d5db}.update-modal-btn-cancel:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.update-modal-btn-submit{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;box-shadow:0 4px 6px #667eea4d}.update-modal-btn-submit:hover:not(:disabled){box-shadow:0 6px 12px #667eea66;transform:translateY(-1px)}.update-modal-btn-cancel:disabled,.update-modal-btn-submit:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 640px){.update-modal-container{width:95%;max-height:95vh}.update-modal-header,.update-modal-body{padding:1rem}.update-modal-title{font-size:1.25rem}.update-modal-tab-button{font-size:.75rem;padding:.75rem .5rem}.update-modal-actions{flex-direction:column}.update-modal-btn-cancel,.update-modal-btn-submit{width:100%}}.dashboard-page{background:linear-gradient(135deg,#f9fafb 0%,#f3f4f6 100%);min-height:100vh}.dashboard-header{background:#ffffff;box-shadow:0 4px 6px #0000000d;border-bottom:1px solid #e5e7eb}.header-container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.header-container{padding:0 1.5rem}}@media (min-width: 1024px){.header-container{padding:0 2rem}}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}.user-welcome{display:flex;align-items:center;gap:1rem;animation:fadeIn .5s ease-out}.user-avatar-box{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:.75rem;border-radius:.75rem;box-shadow:0 4px 6px #667eea4d}.welcome-text h1{font-size:1.875rem;font-weight:700;background:linear-gradient(135deg,#1f2937 0%,#4b5563 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.welcome-text p{color:#6b7280;font-weight:500;margin-top:.25rem}.header-actions{display:flex;align-items:center;gap:1rem}.btn-refresh{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#374151;background:#ffffff;border:1px solid #d1d5db;border-radius:.5rem;cursor:pointer;transition:all .2s;box-shadow:0 1px 2px #0000000d}.btn-refresh:hover{background:#f9fafb;border-color:#9ca3af}.btn-logout{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border:none;border-radius:.5rem;cursor:pointer;transition:all .2s;box-shadow:0 4px 6px #ef44444d}.btn-logout:hover{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);box-shadow:0 6px 12px #ef444466;transform:translateY(-1px)}.dashboard-main{max-width:1280px;margin:0 auto;padding:2rem 1rem}@media (min-width: 640px){.dashboard-main{padding:2rem 1.5rem}}@media (min-width: 1024px){.dashboard-main{padding:2rem}}.overview-section{margin-bottom:2rem}.overview-section>.quick-access-header{margin-bottom:1.5rem}.stats-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}@media (min-width: 768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-card{background:#ffffff;border-radius:.75rem;box-shadow:0 4px 6px #0000000d;padding:1.5rem;border:1px solid #f3f4f6;transition:all .3s;animation:slideUp .6s ease-out}.stat-card:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-2px)}.stat-card-content{display:flex;align-items:center}.stat-icon-box{padding:.75rem;border-radius:.5rem}.stat-icon-box.blue{background:#dbeafe}.stat-icon-box.green{background:#d1fae5}.stat-icon-box.purple{background:#e9d5ff}.stat-icon-box.orange{background:#fed7aa}.stat-info{flex:1;margin-left:1rem}.stat-label{font-size:.875rem;font-weight:500;color:#6b7280}.stat-value{font-size:1.5rem;font-weight:700;color:#1f2937;margin-top:.25rem}.stat-value.green{color:#059669;font-size:1.125rem}.content-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){.content-grid{grid-template-columns:1fr 2fr}}.user-info-card{background:#ffffff;border-radius:.75rem;box-shadow:0 4px 6px #0000000d;padding:1.5rem;border:1px solid #f3f4f6;transition:all .3s;animation:fadeIn .5s ease-out}.user-info-card:hover{box-shadow:0 10px 20px #0000001a}.card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;position:relative}.btn-edit-profile{margin-left:auto;padding:.5rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:.5rem;color:#6b7280;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.btn-edit-profile:hover{background:#667eea;border-color:#667eea;color:#fff;transform:translateY(-1px);box-shadow:0 2px 4px #667eea33}.card-icon-box{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:.5rem;border-radius:.5rem}.card-title{font-size:1.25rem;font-weight:700;color:#1f2937}.info-items{display:flex;flex-direction:column;gap:1rem}.info-item{background:#f9fafb;border-radius:.5rem;padding:1rem}.info-label{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.info-value{font-size:1.125rem;font-weight:500;color:#1f2937;margin-top:.25rem}.info-value-with-icon{display:flex;align-items:center;margin-top:.25rem}.role-badge{display:inline-flex;padding:.25rem .75rem;font-size:.875rem;font-weight:600;border-radius:9999px;margin-top:.5rem}.role-badge.admin{background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);color:#991b1b;border:1px solid #fca5a5}.role-badge.user{background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%);color:#1e40af;border:1px solid #93c5fd}.sessions-card{background:#ffffff;border-radius:.75rem;box-shadow:0 4px 6px #0000000d;padding:1.5rem;border:1px solid #f3f4f6;transition:all .3s;animation:fadeIn .5s ease-out}.sessions-card:hover{box-shadow:0 10px 20px #0000001a}.sessions-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.sessions-count-badge{font-size:.875rem;color:#6b7280;background:#f3f4f6;padding:.25rem .75rem;border-radius:9999px}.spinner{width:3rem;height:3rem;border:4px solid #e0e7ff;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.loading-text{color:#6b7280;font-weight:500}.empty-state{text-align:center;padding:3rem 0}.empty-state-icon{width:4rem;height:4rem;color:#d1d5db;margin:0 auto 1rem}.empty-state-title{color:#6b7280;font-size:1.125rem;font-weight:500}.empty-state-description{color:#9ca3af;font-size:.875rem;margin-top:.5rem}.sessions-list{display:flex;flex-direction:column;gap:1rem;max-height:24rem;overflow-y:auto}.session-item{padding:1.25rem;border-radius:.75rem;border:2px solid;transition:all .3s}.session-item:hover{box-shadow:0 4px 6px #0000000d;transform:translateY(-2px)}.session-item.current{border-color:#c7d2fe;background:linear-gradient(135deg,#eef2ff 0%,#e0e7ff 100%);box-shadow:0 4px 6px #667eea33}.session-item.normal{border-color:#e5e7eb;background:#ffffff}.session-item.normal:hover{border-color:#d1d5db}.session-content{display:flex;align-items:center;justify-content:space-between}.session-details{flex:1}.session-device-info{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.device-icon-box{padding:.5rem;border-radius:.5rem}.device-icon-box.current{background:#c7d2fe}.device-icon-box.normal{background:#f3f4f6}.browser-os-info{flex:1}.browser-name{display:flex;align-items:center;gap:.5rem}.browser-name span:first-child{font-size:1.125rem;margin-right:.5rem}.browser-text{font-weight:600;color:#1f2937;font-size:1.125rem}.os-text{color:#6b7280}.os-name{font-weight:500;color:#374151}.current-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);color:#065f46;border-radius:9999px;border:1px solid #6ee7b7;margin-top:.25rem}.pulse-dot{width:.5rem;height:.5rem;background:#059669;border-radius:50%;animation:pulse 2s infinite}.session-metadata{display:grid;grid-template-columns:1fr;gap:1rem;font-size:.875rem;color:#6b7280}@media (min-width: 768px){.session-metadata{grid-template-columns:repeat(2,1fr)}}.metadata-item{display:flex;align-items:center;gap:.5rem}.metadata-label{font-weight:500}.metadata-value{font-family:monospace;background:#f3f4f6;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem}.metadata-value.public-ip{background:#eff6ff;color:#1e40af}.metadata-value.device{text-transform:capitalize}.metadata-value.time{font-weight:500;color:#374151}.btn-logout-session{margin-left:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.25rem}.btn-logout-session:hover{background:#fee2e2;border-color:#fca5a5;color:#b91c1c;box-shadow:0 2px 4px #dc26261a}.loading-container{display:flex;justify-content:center;padding-top:2rem;padding-bottom:2rem}.text-white{color:#fff}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-900{color:#111827}.text-blue-400{color:#60a5fa}.text-blue-700{color:#1d4ed8}.text-green-600{color:#16a34a}.text-orange-600{color:#ea580c}.text-purple-600{color:#9333ea}.text-red-600{color:#dc2626}.mb-4{margin-bottom:1rem}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.animate-delay-1{animation-delay:.1s}.animate-delay-2{animation-delay:.2s}.animate-delay-3{animation-delay:.3s}@media (max-width: 768px){.welcome-text h1{font-size:1.5rem}.header-actions{flex-direction:column;gap:.5rem}.btn-refresh,.btn-logout{width:100%;justify-content:center}.stat-value{font-size:1.25rem}.session-content{flex-direction:column;align-items:flex-start}.btn-logout-session{margin-left:0;margin-top:1rem;width:100%;justify-content:center}}.quick-access-section{margin-bottom:2rem}.quick-access-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.quick-access-header h2{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}.quick-access-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;animation:fadeInUp .6s ease-out}@media (min-width: 640px){.quick-access-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.quick-access-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1280px){.quick-access-grid{grid-template-columns:repeat(4,1fr)}}.quick-access-card{background:#ffffff;border-radius:.75rem;padding:1.5rem;border:2px solid transparent;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.quick-access-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.quick-access-card:hover:before{left:100%}.quick-access-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.quick-access-card:active{transform:translateY(-2px)}.quick-access-card[data-color]{border-color:currentColor;border-width:2px}.quick-access-card:hover{border-color:currentColor;box-shadow:0 12px 24px #00000026}.quick-access-content{display:flex;align-items:flex-start;gap:1rem}.quick-access-icon-box{width:3.5rem;height:3.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s ease;position:relative}.quick-access-card:hover .quick-access-icon-box{transform:scale(1.1) rotate(5deg)}.quick-access-info{flex:1;min-width:0}.quick-access-name{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .5rem;display:flex;align-items:center;gap:.5rem}.quick-access-description{font-size:.875rem;color:#6b7280;margin:0;line-height:1.4}.external-link-icon{opacity:0;transition:opacity .3s ease}.quick-access-card:hover .external-link-icon{opacity:1}.quick-access-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;margin-top:.75rem;background:rgba(0,0,0,.05);color:#6b7280}.quick-access-empty{text-align:center;padding:3rem 1.5rem;color:#9ca3af}.quick-access-empty-icon{width:4rem;height:4rem;margin:0 auto 1rem;opacity:.5}.quick-access-empty-text{font-size:1rem;font-weight:500;margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.quick-access-grid{grid-template-columns:1fr}.quick-access-card{padding:1.25rem}.quick-access-icon-box{width:3rem;height:3rem}.quick-access-name{font-size:1rem}}.mobile-footer-actions{display:none;background:#ffffff;border-top:2px solid #e5e7eb;padding:1rem;gap:.75rem;box-shadow:0 -4px 6px #0000000d;margin-top:2rem}.mobile-btn-refresh,.mobile-btn-logout{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:.75rem;border-radius:.5rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.mobile-btn-refresh{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.mobile-btn-refresh:hover{background:#e5e7eb;border-color:#9ca3af}.mobile-btn-logout{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);color:#fff;box-shadow:0 2px 4px #ef44444d}.mobile-btn-logout:hover{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);box-shadow:0 4px 8px #ef444466}@media (max-width: 768px){.mobile-footer-actions{display:flex}.header-actions{display:none!important}}.logout-page{min-height:100vh;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 50%,#6366f1 100%);display:flex;align-items:center;justify-content:center;padding:1rem}.logout-card{background:#ffffff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:2rem;width:100%;max-width:28rem;text-align:center}.logout-icon-container{margin-bottom:1.5rem}.logout-spinner{width:4rem;height:4rem;border:2px solid #3b82f6;border-bottom-color:transparent;border-radius:50%;margin:0 auto 1rem;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.success-icon{width:4rem;height:4rem;color:#10b981;margin:0 auto 1rem}.error-icon{width:4rem;height:4rem;color:#ef4444;margin:0 auto 1rem}.logout-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.logout-message{font-size:.875rem;color:#6b7280}.logout-message p{margin:0}.btn-redirect{background:#3b82f6;color:#fff;font-weight:600;padding:.5rem 1.5rem;border-radius:.5rem;border:none;cursor:pointer;transition:background-color .2s;margin-top:1rem}.btn-redirect:hover{background:#2563eb}@media (max-width: 480px){.logout-card{padding:1.5rem}.logout-title{font-size:1.25rem}}.icon-xs{width:1rem;height:1rem}.icon-sm{width:1.25rem;height:1.25rem}.icon-md{width:1.5rem;height:1.5rem}.icon-lg{width:2rem;height:2rem}.icon-xl{width:3rem;height:3rem}.icon-2xl{width:4rem;height:4rem}.text-green-500{color:#22c55e}.text-red-500{color:#ef4444}.text-blue-600{color:#2563eb}:root{--primary-color: #e91e63;--secondary-color: #dc004e;--background-color: #f5f5f5;--text-color: #333;--border-radius: 4px;--box-shadow: 0 2px 4px rgba(0,0,0,.1)}.flex-center{display:flex;justify-content:center;align-items:center}.text-center{text-align:center}.hidden{display:none}.fade-in{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.static{position:static}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.inline{display:inline}.flex{display:flex}.h-12{height:3rem}.min-h-screen{min-height:100vh}.w-12{width:3rem}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.items-center{align-items:center}.justify-center{justify-content:center}.rounded-full{border-radius:9999px}.border-b-2{border-bottom-width:2px}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-primary-200{--tw-border-opacity: 1;border-color:rgb(251 207 232 / var(--tw-border-opacity, 1))}.border-primary-600{--tw-border-opacity: 1;border-color:rgb(219 39 119 / var(--tw-border-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-primary-50{--tw-gradient-from: #fdf2f8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-primary-100{--tw-gradient-to: #fce7f3 var(--tw-gradient-to-position)}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}html,body{height:100%;margin:0;padding:0;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;background-color:var(--background-color);color:var(--text-color)}#root{min-height:100vh}*{box-sizing:border-box}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}
