.btn{font-family:inherit;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn:hover:before{width:300px;height:300px}.btn:disabled{opacity:.6;cursor:not-allowed}.btn:disabled:before{display:none}.btn-small{padding:8px 16px;font-size:14px}.btn-medium{padding:12px 24px;font-size:16px}.btn-large{padding:16px 32px;font-size:18px}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 4px 12px #2563eb4d}.btn-primary:hover:not(:disabled){box-shadow:0 6px 20px #2563eb66;transform:translateY(-2px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-secondary{background:linear-gradient(135deg,#64748b,#475569);color:#fff;box-shadow:0 4px 12px #64748b4d}.btn-secondary:hover:not(:disabled){box-shadow:0 6px 20px #64748b66;transform:translateY(-2px)}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 12px #ef44444d}.btn-danger:hover:not(:disabled){box-shadow:0 6px 20px #ef444466;transform:translateY(-2px)}.btn-ghost{background:transparent;color:#2563eb;border:2px solid #2563eb;box-shadow:none}.btn-ghost:before{background:#2563eb1a}.btn-ghost:hover:not(:disabled){background:#2563eb0d;transform:translateY(-2px)}.btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.input-wrapper{display:flex;flex-direction:column;gap:8px;width:100%}.input-label{font-size:14px;font-weight:600;color:#1e293b}.input-container{position:relative;width:100%}.input{width:100%;padding:12px 16px;font-size:16px;font-family:inherit;border:2px solid #e2e8f0;border-radius:8px;background:#fff;color:#1e293b;transition:all .3s ease;outline:none}.input-with-icon{padding-left:44px}.input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.input-error{border-color:#ef4444}.input-error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.input::-moz-placeholder{color:#94a3b8}.input::placeholder{color:#94a3b8}.input-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#64748b;display:flex;align-items:center;justify-content:center}.input-error-message{font-size:14px;color:#ef4444;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.toast{position:fixed;top:24px;right:24px;display:flex;align-items:center;gap:12px;padding:16px 20px;border-radius:12px;box-shadow:0 10px 40px #0003;z-index:10000;min-width:300px;max-width:500px}.toast-success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.toast-error{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.toast-info{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.toast-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.toast-message{flex:1;font-size:15px;font-weight:500}.toast-close{flex-shrink:0;background:transparent;border:none;color:#fff;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.toast-close:hover{background:#fff3}@media (max-width: 768px){.toast{top:16px;right:16px;left:16px;min-width:auto}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px;position:relative;overflow:hidden}.login-page:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px;animation:moveBackground 20s linear infinite}@keyframes moveBackground{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.login-container{position:relative;z-index:1;width:100%;max-width:440px}.login-card{background:#fff;border-radius:20px;padding:48px;box-shadow:0 20px 60px #0000004d}.login-header{text-align:center;margin-bottom:40px}.login-title{font-size:32px;font-weight:800;color:#1e293b;margin:0 0 12px}.login-subtitle{font-size:16px;color:#64748b;margin:0}.login-form{display:flex;flex-direction:column;gap:24px}.login-button{margin-top:8px;width:100%}.login-footer{margin-top:32px;text-align:center;padding-top:24px;border-top:1px solid #e2e8f0}.login-footer-text{font-size:14px;color:#64748b;margin:0}@media (max-width: 768px){.login-card{padding:32px 24px}.login-title{font-size:28px}.login-subtitle{font-size:14px}}.create-password-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px;position:relative;overflow:hidden}.create-password-page:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px;animation:moveBackground 20s linear infinite}.create-password-container{position:relative;z-index:1;width:100%;max-width:480px}.create-password-card{background:#fff;border-radius:20px;padding:48px;box-shadow:0 20px 60px #0000004d}.create-password-header{text-align:center;margin-bottom:40px}.create-password-title{font-size:32px;font-weight:800;color:#1e293b;margin:0 0 12px}.create-password-subtitle{font-size:16px;color:#64748b;margin:0}.create-password-form{display:flex;flex-direction:column;gap:24px}.password-requirements{background:#f8fafc;border-radius:12px;padding:20px;border:1px solid #e2e8f0}.requirements-title{font-size:14px;font-weight:600;color:#1e293b;margin:0 0 12px}.requirements-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.requirements-list li{font-size:14px;color:#64748b;position:relative;padding-left:24px}.requirements-list li:before{content:"○";position:absolute;left:0;color:#cbd5e1;font-size:18px}.requirements-list li.requirement-met{color:#10b981}.requirements-list li.requirement-met:before{content:"✓";color:#10b981}.create-password-button{margin-top:8px;width:100%}.success-card{background:#fff;border-radius:20px;padding:60px 48px;box-shadow:0 20px 60px #0000004d;text-align:center}.success-icon{color:#10b981;margin-bottom:24px;display:flex;justify-content:center;animation:scaleIn .5s ease}@keyframes scaleIn{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.success-title{font-size:32px;font-weight:800;color:#1e293b;margin:0 0 12px}.success-text{font-size:16px;color:#64748b;margin:0}@media (max-width: 768px){.create-password-card,.success-card{padding:32px 24px}.create-password-title,.success-title{font-size:28px}.create-password-subtitle,.success-text{font-size:14px}.success-card{padding:48px 32px}}.navbar{background:#fff;box-shadow:0 2px 12px #00000014;position:sticky;top:0;z-index:100}.navbar-container{max-width:1400px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:32px}.navbar-brand{flex-shrink:0}.navbar-title{font-size:24px;font-weight:800;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.navbar-links{display:flex;align-items:center;gap:8px;flex:1}.navbar-link{display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:8px;text-decoration:none;color:#64748b;font-weight:600;transition:all .3s ease;position:relative}.navbar-link:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:linear-gradient(135deg,#2563eb,#7c3aed);transform:translate(-50%);transition:width .3s ease}.navbar-link:hover{color:#2563eb;background:#f1f5f9}.navbar-link.active{color:#2563eb;background:#eff6ff}.navbar-link.active:before{width:80%}.navbar-user{display:flex;align-items:center;gap:16px}.navbar-user-info{display:flex;flex-direction:column;align-items:flex-end}.navbar-user-name{font-size:14px;font-weight:600;color:#1e293b}.navbar-user-role{font-size:12px;color:#64748b;text-transform:capitalize}.navbar-logout{padding:10px;background:transparent;border:none;border-radius:8px;color:#64748b;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.navbar-logout:hover{background:#fee2e2;color:#ef4444}@media (max-width: 768px){.navbar-container{flex-wrap:wrap;padding:12px 16px}.navbar-title{font-size:20px}.navbar-links{order:3;width:100%;justify-content:center;padding-top:12px;border-top:1px solid #e2e8f0}.navbar-link span{display:none}.navbar-link{padding:10px 12px}.navbar-user-info{display:none}}.dashboard-page{min-height:100vh;background:#f8fafc}.dashboard-hero{padding:120px 24px 80px;position:relative;overflow:hidden;min-height:500px;display:flex;align-items:center}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.hero-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2563ebf2,#7c3aede6)}.hero-svg{position:absolute;z-index:1;opacity:.6;animation:float 20s ease-in-out infinite}.hero-svg-1{width:400px;height:400px;top:-100px;right:-50px;animation-delay:0s}.hero-svg-2{width:350px;height:350px;bottom:-80px;left:-40px;animation-delay:5s}.hero-svg-3{width:300px;height:300px;top:50%;right:10%;animation-delay:10s}@keyframes float{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(20px,-20px) rotate(5deg)}50%{transform:translate(-15px,15px) rotate(-5deg)}75%{transform:translate(15px,-10px) rotate(3deg)}}.dashboard-hero-content{max-width:1400px;margin:0 auto;position:relative;z-index:2}.dashboard-hero-title{font-size:56px;font-weight:900;color:#fff;margin:0 0 20px;text-shadow:0 4px 12px rgba(0,0,0,.2);line-height:1.2}.dashboard-hero-subtitle{font-size:22px;color:#fffffff2;margin:0 0 32px;max-width:600px;line-height:1.5;text-shadow:0 2px 8px rgba(0,0,0,.15)}.hero-actions{display:flex;gap:16px;flex-wrap:wrap}.hero-btn{padding:14px 28px;border-radius:12px;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease;box-shadow:0 4px 12px #0003}.hero-btn-primary{background:#fff;color:#2563eb}.hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000040}.hero-btn-secondary{background:#fff3;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3)}.hero-btn-secondary:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 8px 20px #00000040}.dashboard-content{max-width:1400px;margin:0 auto;padding:40px 24px}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:40px}.stat-card{background:#fff;border-radius:16px;padding:28px;box-shadow:0 4px 12px #0000000d;display:flex;align-items:flex-start;gap:20px;transition:all .3s ease;cursor:pointer}.stat-card:hover{box-shadow:0 12px 28px #0000001f}.stat-icon{flex-shrink:0;width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,currentColor,currentColor);opacity:1;display:flex;align-items:center;justify-content:center;position:relative}.stat-icon:before{content:"";position:absolute;color:#fff;top:0;right:0;bottom:0;left:0;border-radius:16px;padding:2px;background:linear-gradient(135deg,currentColor,currentColor)}.stat-icon svg{position:relative;z-index:1;opacity:1}.stat-content{flex:1}.stat-label{font-size:14px;color:#64748b;margin:0 0 8px;font-weight:600}.stat-value{font-size:36px;font-weight:800;color:#1e293b;margin:0 0 8px}.stat-change{font-size:14px;color:#10b981;font-weight:600}.dashboard-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:32px}.dashboard-section{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 12px #0000000d}.section-title{font-size:24px;font-weight:700;color:#1e293b;margin:0 0 24px}.activity-list{display:flex;flex-direction:column;gap:20px}.activity-item{display:flex;gap:16px;align-items:flex-start}.activity-dot{width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#7c3aed);margin-top:6px;flex-shrink:0;position:relative}.activity-dot:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#7c3aed);opacity:.2;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.2}50%{transform:scale(1.5);opacity:0}}.activity-content{flex:1}.activity-text{font-size:15px;color:#1e293b;margin:0 0 4px;font-weight:500}.activity-time{font-size:13px;color:#64748b}.quick-actions{display:grid;gap:16px}.quick-action-card{padding:24px;border-radius:12px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);transition:all .3s ease;cursor:pointer;text-decoration:none;display:flex;align-items:flex-start;gap:16px}.quick-action-card:hover{transform:translate(8px);box-shadow:0 4px 12px #0000001a}.quick-action-icon{flex-shrink:0;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center}.quick-action-card h3{font-size:18px;font-weight:700;color:#1e293b;margin:0 0 8px}.quick-action-card p{font-size:14px;color:#64748b;margin:0}@media (max-width: 768px){.dashboard-hero{padding:80px 16px 48px;min-height:400px}.hero-svg-1{width:250px;height:250px;top:-50px;right:-30px}.hero-svg-2{width:200px;height:200px;bottom:-40px;left:-20px}.hero-svg-3{width:180px;height:180px}.dashboard-hero-title{font-size:36px}.dashboard-hero-subtitle{font-size:18px;margin-bottom:24px}.hero-actions{flex-direction:column;width:100%}.hero-btn{width:100%;justify-content:center}.dashboard-content{padding:24px 16px}.dashboard-stats,.dashboard-sections{grid-template-columns:1fr}.stat-value{font-size:28px}.section-title{font-size:20px}.quick-action-card{flex-direction:row}}.profile-page{min-height:100vh;background:#f8fafc}.profile-content{max-width:900px;margin:0 auto;padding:40px 24px}.profile-container{background:#fff;border-radius:20px;box-shadow:0 4px 12px #0000000d;overflow:hidden}.profile-header{background:linear-gradient(135deg,#2563eb,#7c3aed);padding:48px;display:flex;align-items:center;gap:32px;position:relative;overflow:hidden}.profile-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');opacity:.5}.profile-avatar-section{position:relative;flex-shrink:0;z-index:1}.profile-avatar{width:120px;height:120px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;color:#2563eb;box-shadow:0 8px 24px #00000026}.profile-avatar-upload{position:absolute;bottom:4px;right:4px;width:40px;height:40px;border-radius:50%;background:#fff;border:3px solid #2563eb;color:#2563eb;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.profile-avatar-upload:hover{transform:scale(1.1);box-shadow:0 4px 12px #2563eb4d}.profile-header-info{flex:1;z-index:1}.profile-name{font-size:36px;font-weight:800;color:#fff;margin:0 0 8px}.profile-role{font-size:18px;color:#ffffffe6;text-transform:capitalize;margin:0}.profile-form{padding:48px}.form-section{margin-bottom:40px}.form-section:last-of-type{margin-bottom:32px}.form-section-title{font-size:20px;font-weight:700;color:#1e293b;margin:0 0 24px;padding-bottom:12px;border-bottom:2px solid #e2e8f0}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.profile-actions{display:flex;gap:16px;padding-top:24px;border-top:2px solid #e2e8f0}@media (max-width: 768px){.profile-content{padding:24px 16px}.profile-header{flex-direction:column;text-align:center;padding:32px 24px}.profile-name{font-size:28px}.profile-role{font-size:16px}.profile-form{padding:32px 24px}.form-grid{grid-template-columns:1fr}.profile-actions{flex-direction:column}.profile-actions button{width:100%}}.profile-avatar-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.profile-avatar-upload:disabled{opacity:.5;cursor:not-allowed}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox-input{width:18px;height:18px;cursor:pointer}.checkbox-input:disabled{cursor:not-allowed}.file-actions{display:flex;gap:10px}.file-upload-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.file-upload-item{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:12px;align-items:center;transition:all .3s ease}.file-upload-item:hover{border-color:#2563eb;background:#eff6ff}.file-upload-label{display:flex;flex-direction:column;align-items:center;gap:8px;color:#64748b;font-size:14px;font-weight:600;text-align:center}.file-link{color:#2563eb;text-decoration:none;font-size:12px;margin-top:4px}.file-link:hover{text-decoration:underline}.file-selected{color:#10b981;font-size:12px;margin-top:4px;font-weight:500}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000}.modal-container{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:1001;padding:20px;pointer-events:none}.modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;overflow-y:auto;pointer-events:all;position:relative}.modal-small{width:100%;max-width:400px}.modal-medium{width:100%;max-width:600px}.modal-large{width:100%;max-width:900px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 16px;border-bottom:1px solid #e2e8f0}.modal-title{font-size:24px;font-weight:700;color:#1e293b;margin:0}.modal-close{background:transparent;border:none;padding:8px;cursor:pointer;color:#64748b;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#f1f5f9;color:#1e293b}.modal-body{padding:24px}@media (max-width: 768px){.modal-container{padding:10px}.modal{max-height:95vh}.modal-header{padding:20px 20px 12px}.modal-title{font-size:20px}.modal-body{padding:20px}}.spinner-fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999}.spinner{display:inline-block;position:relative}.spinner-small{width:24px;height:24px}.spinner-medium{width:48px;height:48px}.spinner-large{width:80px;height:80px}.spinner-circle{box-sizing:border-box;display:block;position:absolute;border:3px solid #2563eb;border-radius:50%;animation:spinner-animation 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#2563eb transparent transparent transparent}.spinner-small .spinner-circle{border-width:2px;width:24px;height:24px}.spinner-medium .spinner-circle{border-width:3px;width:48px;height:48px}.spinner-large .spinner-circle{border-width:4px;width:80px;height:80px}.spinner-circle:nth-child(1){animation-delay:-.45s}.spinner-circle:nth-child(2){animation-delay:-.3s}.spinner-circle:nth-child(3){animation-delay:-.15s}@keyframes spinner-animation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.user-management-page{min-height:100vh;background:#f8fafc}.user-management-content{max-width:1400px;margin:0 auto;padding:40px 24px}.user-management-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;gap:24px}.page-title{font-size:36px;font-weight:800;color:#1e293b;margin:0 0 8px}.page-subtitle{font-size:16px;color:#64748b;margin:0}.user-management-controls{margin-bottom:32px}.search-bar{display:flex;gap:12px;max-width:600px}.search-bar .input-wrapper{flex:1}.users-table-container{background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000000d;overflow:hidden;margin-bottom:24px}.users-table{width:100%;border-collapse:collapse}.users-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.users-table th{padding:16px 20px;text-align:left;font-size:14px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.users-table tbody tr{border-bottom:1px solid #e2e8f0;transition:all .3s ease}.users-table tbody tr:hover{background:#f8fafc}.users-table tbody tr:last-child{border-bottom:none}.users-table td{padding:20px;font-size:15px;color:#1e293b}.user-name-cell{display:flex;align-items:center;gap:12px;font-weight:600}.user-avatar-small{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex-shrink:0}.role-badge{display:inline-block;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600;text-transform:capitalize}.role-admin{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.role-user{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.actions-cell{display:flex;gap:8px}.action-btn{padding:8px;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;background:transparent}.edit-btn{color:#2563eb}.edit-btn:hover{background:#eff6ff}.delete-btn{color:#ef4444}.delete-btn:hover{background:#fee2e2}.pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px;background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000000d}.pagination-info{font-size:15px;color:#64748b;font-weight:600}.user-form{display:flex;flex-direction:column;gap:20px}.select-input{width:100%;padding:12px 16px;font-size:16px;font-family:inherit;border:2px solid #e2e8f0;border-radius:8px;background:#fff;color:#1e293b;transition:all .3s ease;outline:none;cursor:pointer}.select-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.modal-actions{display:flex;gap:12px;margin-top:8px}.modal-actions button{flex:1}.delete-modal-content p{font-size:15px;color:#64748b;line-height:1.6;margin:0 0 24px}.delete-modal-content strong{color:#1e293b}.invitation-link-content{text-align:center}.link-icon-wrapper{width:80px;height:80px;margin:0 auto 24px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#7c3aed);display:flex;align-items:center;justify-content:center;color:#fff;animation:scaleIn .5s ease}.invitation-message{font-size:16px;color:#64748b;margin:0 0 20px}.invitation-link-box{display:flex;gap:8px;margin-bottom:16px;padding:12px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px}.invitation-link-input{flex:1;background:transparent;border:none;outline:none;font-size:14px;color:#1e293b;font-family:monospace}.copy-link-btn{flex-shrink:0;padding:8px 12px;background:linear-gradient(135deg,#2563eb,#7c3aed);border:none;border-radius:8px;color:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.copy-link-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px #2563eb4d}.invitation-note{font-size:14px;color:#64748b;margin:0 0 24px;font-style:italic}.empty-state{padding:60px 20px;text-align:center;color:#64748b;font-size:16px}@media (max-width: 768px){.user-management-content{padding:24px 16px}.user-management-header{flex-direction:column;align-items:flex-start}.user-management-header button{width:100%}.page-title{font-size:28px}.search-bar{flex-direction:column;max-width:100%}.search-bar button{width:100%}.users-table-container{overflow-x:auto}.users-table{min-width:800px}.pagination{flex-direction:column;gap:12px}.pagination button{width:100%}.modal-actions{flex-direction:column}.modal-actions button{width:100%}}*{margin:0;padding:0;box-sizing:border-box}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;background:#f8fafc;color:#1e293b}html,body,#root{height:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}
