@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .3s ease-out}.hover-lift{transition:transform .2s ease,box-shadow .2s ease}.hover-lift:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.gradient-primary{background:linear-gradient(135deg,#667eea,#764ba2)}.gradient-success{background:linear-gradient(135deg,#10b981,#059669)}.gradient-warning{background:linear-gradient(135deg,#f59e0b,#d97706)}@keyframes shimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.skeleton{background:linear-gradient(to right,#f6f7f8 8%,#edeef1 18%,#f6f7f8 33%);background-size:800px 104px;animation:shimmer 1.5s infinite linear}body{font-family:Arial,sans-serif;margin:0;padding:0;background:#f3f4f6;color:#111827}.nav-container{background:#fff;border-bottom:1px solid #e2e8f0;padding:1.5rem;position:fixed;top:0;display:flex;z-index:100;box-shadow:0 1px 3px #0000001a;gap:1rem;width:100%;justify-content:space-between}.nav{border:2px solid red;align-content:center}.nav a{background:#1e293b;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;height:40px;transition:all .3s ease;gap:1rem;text-decoration:none}.page{padding:20px}.form{display:flex;flex-direction:column;gap:10px;max-width:400px;margin:0 auto}.form input,.form select,.form textarea{padding:10px;border:1px solid #9CA3AF;border-radius:5px;font-size:14px;outline:none;background:#fff;color:#111827}.form input:focus,.form select:focus,.form textarea:focus{border-color:#f59e0b;box-shadow:0 0 5px #f59e0b4d}button{padding:12px;background:#1e293b;color:#fff;border:none;border-radius:5px;cursor:pointer;font-weight:700;transition:all .3s ease}.card{background:#fff;border-radius:8px;box-shadow:0 2px 6px #0000001a;padding:15px;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}body{font-family:Inter,Segoe UI,system-ui,sans-serif;background:#f8fafc;color:#334155;overflow-x:hidden}.home-container{min-height:100vh}.home-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:1.5rem 2rem;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000001a}.home-nav{display:flex;align-items:flex-start;max-width:1400px;margin:0 auto}.home-logo{display:flex;align-items:center;gap:12px;font-size:1.8rem;font-weight:700;color:#1e293b}.home-logo i{font-size:2rem;color:#475569}.nav-actions{display:flex;gap:1rem;align-items:center}.sign-in-btn{background:#1e293b;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.sign-in-btn:hover{background:#334155;transform:translateY(-1px)}.sign-up-btn{background:transparent;color:#1e293b;border:2px solid #1e293b;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.sign-up-btn:hover{background:#1e293b;color:#fff}.hero-section{margin-top:60px;padding:6rem 2rem;text-align:center;background:linear-gradient(135deg,#fff,#f1f5f9)}.hero-content{max-width:800px;margin:0 auto}.hero-content h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#1e293b;line-height:1.1}.hero-content p{font-size:1.25rem;color:#64748b;margin-bottom:2.5rem;line-height:1.6}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.primary-cta{background:#1e293b;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.primary-cta:hover{background:#334155;transform:translateY(-2px)}.secondary-cta{background:transparent;color:#1e293b;border:2px solid #1e293b;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.secondary-cta:hover{background:#1e293b;color:#fff}.services-section{padding:4rem 2rem;background:#fff;max-width:1400px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1e293b}.services-horizontal{display:flex;gap:1.5rem;overflow-x:auto;padding:1rem 0;scrollbar-width:none}.services-horizontal::-webkit-scrollbar{display:none}.service-card{min-width:300px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;transition:all .3s ease;cursor:pointer;position:relative}.service-card:hover{background:#fff;border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.service-card.expanded{background:#fff;border-color:#94a3b8;box-shadow:0 8px 25px #00000026}.service-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.service-image{width:50px;height:50px;border-radius:10px;background:#e2e8f0;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#475569}.expand-indicator{color:#64748b;font-size:.9rem;transition:transform .3s ease}.service-card.expanded .expand-indicator{transform:rotate(180deg)}.service-name{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.service-description{color:#64748b;line-height:1.5;max-height:0;overflow:hidden;transition:max-height .3s ease}.service-card.expanded .service-description{max-height:200px;margin-top:1rem}.service-features{list-style:none;margin-top:1rem;color:#64748b}.service-features li{margin-bottom:.5rem;padding-left:1rem;position:relative}.feature-check{position:absolute;left:0;color:#10b981;font-weight:700}.features-section{padding:4rem 2rem;background:#f1f5f9}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.feature-image{width:70px;height:70px;border-radius:12px;background:#e2e8f0;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.5rem;color:#475569}.feature-name{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1e293b}.feature-description{color:#64748b;line-height:1.6}.stats-section{padding:4rem 2rem;background:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.stat-item{text-align:center}.stat-number{font-size:3rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.stat-label{color:#64748b;font-size:1.1rem}.cta-section{padding:6rem 2rem;background:linear-gradient(135deg,#1e293b,#334155);text-align:center;color:#fff}.cta-content{max-width:600px;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.cta-description{font-size:1.25rem;margin-bottom:2.5rem;color:#cbd5e1;line-height:1.6}.cta-button{background:#fff;color:#1e293b;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0003}.home-footer{background:#1e293b;color:#fff;padding:3rem 2rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h3{margin-bottom:1rem;font-size:1.1rem;font-weight:600}.footer-section p{color:#cbd5e1;line-height:1.6}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-link{color:#cbd5e1;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#fff}.footer-bottom{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid #334155;color:#94a3b8}@media(max-width:768px){.hero-content h1{font-size:2.5rem}.services-horizontal{flex-direction:column}.service-card{min-width:auto}.cta-buttons{flex-direction:column;align-items:center}.primary-cta,.secondary-cta{width:100%;max-width:300px}.home-nav{flex-direction:column;gap:1rem}.section-title{font-size:2rem}}@media(max-width:480px){.hero-section{padding:4rem 1rem}.hero-content h1{font-size:2rem}.section-title{font-size:1.8rem}.stats-grid{grid-template-columns:1fr}.home-header{padding:1rem}.services-section,.features-section,.stats-section{padding:2rem 1rem}}@media(hover:none)and (pointer:coarse){.service-card{cursor:pointer}.expand-indicator:after{content:"⌄...";font-size:1rem;color:#94a3b8}}html{scroll-behavior:smooth}button:focus,.service-card:focus{outline:2px solid #3b82f6;outline-offset:2px}.primary-cta:disabled,.secondary-cta:disabled{opacity:.6;cursor:not-allowed;transform:none}.home-page{text-align:center;padding:4rem 2rem;color:#fff}.home-page h1{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.home-page p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.home-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.home-actions a{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid rgba(255,255,255,.3)}.home-actions a:hover{background:#ffffff4d;transform:translateY(-2px);text-decoration:none}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#f3f4f6;min-height:100vh;color:#2d3748;line-height:1.6}.App{min-height:100vh}.menu-toggle{display:none;flex-direction:column;cursor:pointer;padding:.5rem}.menu-toggle span{width:25px;height:3px;background:#667eea;margin:3px 0;transition:.3s;border-radius:2px}.page{margin:6rem auto 2rem;padding:2.5rem;background:#fffffff2;border-radius:20px;box-shadow:0 20px 60px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.page h1{margin-top:50px;text-align:center;color:#2d3748;margin-bottom:2.5rem;font-size:2.25rem;font-weight:800;background:#1e293b;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.form{display:flex;flex-direction:column;gap:1.75rem}.form div{display:flex;flex-direction:column}.form label{font-weight:600;margin-bottom:.75rem;color:#4a5568;font-size:.95rem}.form input{padding:1.25rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#f8fafc;font-family:inherit}.form input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 4px #667eea1a;transform:translateY(-1px)}.form input:disabled{background:#edf2f7;cursor:not-allowed;opacity:.7}button{padding:1.25rem 2.5rem;background:#1e293b;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;letter-spacing:.5px;font-family:inherit;position:relative;overflow:hidden}button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 25px #667eea66}button:active:not(:disabled){transform:translateY(-1px)}button:disabled{background:#a0aec0;cursor:not-allowed;transform:none;box-shadow:none;opacity:.7}.error{color:#e53e3e;font-size:.875rem;margin-top:.5rem;font-weight:600;padding:.5rem;background:#e53e3e1a;border-radius:6px;border-left:3px solid #e53e3e}.profile-card{background:linear-gradient(135deg,#f7fafc,#edf2f7);padding:2.5rem;border-radius:16px;border:1px solid #e2e8f0;margin-bottom:2.5rem;box-shadow:0 4px 20px #0000000d}.profile-card h2{color:#2d3748;margin-bottom:1.75rem;font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:.75rem}.profile-card h2:before{content:"👤";font-size:1.25rem}.profile-card p{margin-bottom:1.25rem;font-size:1.1rem;display:flex;align-items:center;gap:.75rem}.profile-card strong{color:#4a5568;min-width:140px;font-weight:600}.dashboard-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:1rem}.dashboard-actions h2{color:#2d3748;margin-bottom:1.5rem;font-size:1.75rem;font-weight:800;grid-column:1 / -1;text-align:center}.dashboard-actions h3{color:#2d3748;margin-bottom:1.25rem;font-size:1.25rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.admin-actions h3:before{content:"⚙️"}.user-actions h3:before{content:"💼"}.general-actions h3:before{content:"🔧"}.admin-actions,.user-actions,.general-actions{background:linear-gradient(135deg,#f7fafc,#edf2f7);padding:2rem;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 4px 20px #0000000d}.admin-actions button,.user-actions button,.general-actions button{width:100%;margin-bottom:1rem;text-transform:none;font-weight:600;font-size:.95rem}.logout-btn{margin-top:1.5rem;background:linear-gradient(135deg,#e53e3e,#c53030)!important}.logout-btn:hover:not(:disabled){box-shadow:0 10px 25px #e53e3e66}.upload-info{background:linear-gradient(135deg,#ebf8ff,#bee3f8);padding:2rem;border-radius:16px;margin-bottom:2.5rem;border:1px solid #90cdf4;box-shadow:0 4px 20px #0000000d}.upload-info p{margin-bottom:.75rem;font-size:1rem;font-weight:500}.file-input-area{border:2px dashed #667eea;border-radius:16px;padding:2.5rem;text-align:center;margin-bottom:2rem;background:#667eea0d;transition:all .3s ease;cursor:pointer}.file-input-area:hover{background:#667eea1a;transform:translateY(-2px);box-shadow:0 8px 25px #667eea26}.file-input-area input[type=file]{width:100%;padding:1rem;border:none;background:transparent;cursor:pointer}.file-info{margin-top:1.5rem;padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 2px 10px #0000000d}.file-info p{margin-bottom:.75rem;font-size:.9rem;font-weight:500}.progress-bar{width:100%;height:12px;background:#e2e8f0;border-radius:10px;overflow:hidden;margin:1.5rem 0;box-shadow:inset 0 2px 4px #0000001a}.progress-fill{height:100%;background:linear-gradient(135deg,#48bb78,#38a169);transition:width .4s ease;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.7rem;font-weight:700}.quick-login-buttons{text-align:center;margin:2rem 0;padding:1.5rem;background:linear-gradient(135deg,#f7fafc,#edf2f7);border-radius:12px;border:1px solid #e2e8f0}.quick-login-buttons h3{margin-bottom:1.25rem;color:#4a5568;font-weight:600}.quick-login-buttons button{width:auto;margin:.5rem;padding:1rem 1.5rem;font-size:.9rem;text-transform:none}a{color:#667eea;text-decoration:none;font-weight:600;transition:all .3s ease;position:relative}a:hover{color:#764ba2}a:after{content:"";position:absolute;width:0;height:2px;bottom:-2px;left:0;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s ease}a:hover:after{width:100%}@media(max-width:768px){.page{margin:5rem 1rem 1rem;padding:2rem}nav{padding:1rem}.menu-toggle{display:flex}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem;box-shadow:0 4px 20px #0000001a;border-radius:0 0 16px 16px}.nav-links.active{display:flex}.nav-links a,.nav-links button{width:100%;text-align:center;justify-content:center}.dashboard-actions{grid-template-columns:1fr;gap:1.5rem}.user-greeting{display:none}}@media(max-width:480px){.page{margin:5rem .5rem .5rem;padding:1.5rem;border-radius:16px}.page h1{font-size:1.75rem}.form input{padding:1rem}button{padding:1rem 2rem}}.success-message{background:linear-gradient(135deg,#c6f6d5,#9ae6b4);color:#22543d;padding:1.25rem;border-radius:12px;border:1px solid #48bb78;margin:1.5rem 0;font-weight:600;box-shadow:0 4px 15px #48bb7833}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.loading{animation:pulse 2s infinite}html,body{overflow-x:hidden;max-width:100%}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.search-box,.filter-group{flex:1;max-width:400px}.search-input,.filter-input{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s ease}.search-input:focus,.filter-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.filters-row{display:flex;gap:1rem;align-items:center}.filter-btn,.refresh-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease}.filter-btn:hover,.refresh-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.stats-summary{font-weight:600;color:#4a5568;font-size:1.1rem}.users-table-container,.files-table-container{overflow-x:auto;margin-bottom:2rem;border-radius:12px;border:1px solid #e2e8f0}.users-table,.files-table{width:100%;border-collapse:collapse;background:#fff}.users-table th,.files-table th{background:#f8fafc;padding:1rem;text-align:left;font-weight:600;color:#4a5568;border-bottom:2px solid #e2e8f0}.users-table td,.files-table td{padding:1rem;border-bottom:1px solid #e2e8f0;vertical-align:middle}.users-table tr:hover,.files-table tr:hover{background:#f8fafc}.role-select{padding:.5rem;border:2px solid #e2e8f0;border-radius:6px;background:#fff;font-size:.9rem;cursor:pointer}.role-select:disabled{background:#f1f5f9;cursor:not-allowed;color:#94a3b8}.action-buttons{display:flex;gap:.5rem}.action-btn{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease}.view-btn{background:#4299e1;color:#fff}.view-btn:hover{background:#3182ce}.delete-btn{background:#fc8181;color:#fff}.delete-btn:hover{background:#f56565}.delete-btn:disabled{background:#cbd5e0;cursor:not-allowed}.file-type-badge{display:inline-block;padding:.25rem .75rem;background:#e2e8f0;color:#4a5568;border-radius:20px;font-size:.8rem;font-weight:600}.public-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.public-badge.public{background:#c6f6d5;color:#22543d}.public-badge.private{background:#fed7d7;color:#742a2a}.user-info{display:flex;flex-direction:column;gap:.2rem}.user-info small{color:#718096;font-size:.8rem}.filename-cell .file-desc{display:block;color:#718096;font-size:.85rem;margin-top:.3rem;font-style:italic}.reports-grid{display:flex;flex-direction:column;gap:2rem}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.stat-card{padding:1.5rem;border-radius:12px;color:#fff;text-align:center}.stat-card.primary{background:linear-gradient(135deg,#667eea,#764ba2)}.stat-card.success{background:linear-gradient(135deg,#48bb78,#38a169)}.stat-card.warning{background:linear-gradient(135deg,#ed8936,#dd6b20)}.stat-card.info{background:linear-gradient(135deg,#4299e1,#3182ce)}.stat-card h3{margin:0 0 1rem;font-size:1.1rem;opacity:.9}.stat-number{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.stat-trend{font-size:.9rem;opacity:.8}.recent-activity{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.activity-card{background:#fff;padding:1.5rem;border-radius:12px;border:1px solid #e2e8f0}.activity-card h3{margin-top:0;margin-bottom:1rem;color:#2d3748}.activity-list{display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border-radius:8px}.activity-icon{font-size:1.5rem}.activity-details{flex:1;display:flex;flex-direction:column;gap:.2rem}.growth-charts{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.chart-card{background:#fff;padding:1.5rem;border-radius:12px;border:1px solid #e2e8f0}.chart-container{height:200px;display:flex;align-items:flex-end;gap:.5rem;padding:1rem 0}.bar-chart{display:flex;align-items:flex-end;gap:1rem;width:100%;height:100%}.bar-wrapper{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;gap:.5rem}.bar{width:30px;background:linear-gradient(to top,#667eea,#764ba2);border-radius:4px 4px 0 0;transition:height .3s ease}.file-bar{background:linear-gradient(to top,#48bb78,#38a169)}.bar-label{font-size:.8rem;color:#718096}.loading,.no-data,.no-files{text-align:center;padding:3rem;color:#718096;font-size:1.1rem}@media(max-width:768px){.admin-header{flex-direction:column;gap:1rem}.search-box,.filter-group{max-width:100%}.filters-row{flex-direction:column;width:100%}.users-table,.files-table{font-size:.9rem}.action-buttons{flex-direction:column}.summary-cards,.recent-activity,.growth-charts{grid-template-columns:1fr}}.scrollbar-thin{scrollbar-width:thin;scrollbar-color:#cbd5e0 #f7fafc}.scrollbar-thin::-webkit-scrollbar{height:8px}.scrollbar-thin::-webkit-scrollbar-track{background:#f7fafc;border-radius:4px}.scrollbar-thin::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background:#a0aec0}.loading-spinner{border:3px solid #f3f3f3;border-top:3px solid #3498db;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}table{border-collapse:separate;border-spacing:0}table th{position:sticky;top:0;background-color:#f9fafb;z-index:10}tr:hover{background-color:#f9fafb!important}button:hover{transform:translateY(-1px);transition:transform .2s ease}@media(max-width:640px){.page{padding:.75rem}.stats-summary-cards{grid-template-columns:1fr}}
