.favicon-container{display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.favicon-container:hover{transform:scale(1.05)}.favicon-small{width:50px;height:50px}.favicon-medium{width:60px;height:60px}.favicon-large{width:70px;height:70px}.favicon-logo{width:100%;height:100%;object-fit:contain;border-radius:50%}@media(max-width:480px){.favicon-large{width:60px;height:60px}}@media(min-width:481px)and (max-width:768px){.favicon-large{width:65px;height:65px}}@media(min-width:769px){.favicon-large{width:70px;height:70px}}.login-container{min-height:100vh;background:linear-gradient(135deg,#e3f2fd,#f0f8ff);display:flex;align-items:center;justify-content:center;padding:15px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.login-content{width:100%;max-width:380px;display:flex;flex-direction:column;align-items:center}.logo-container{margin-bottom:15px;animation:slideInDown .8s ease-out;display:flex;justify-content:center}.form-container{background:#fff;border-radius:20px;padding:15px;width:100%;box-shadow:0 4px 20px #87ceeb26;border:1px solid #BBDEFB;animation:fadeInUp .8s ease-out}.form-container.animate-in{animation:fadeInUp .8s ease-out}.welcome-text{font-size:24px;font-weight:700;color:#1565c0;text-align:center;margin-bottom:8px}.subtitle-text{font-size:16px;color:#1976d2;text-align:center;margin-bottom:25px}.custom-alert{background-color:#ffebee;border:1px solid #f44336;border-radius:6px;padding:12px 16px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;animation:slideInDown .3s ease-out}.alert-text{color:#d32f2f;font-size:14px;font-weight:500;flex:1}.alert-close-btn{background:none;border:none;color:#d32f2f;font-size:20px;font-weight:700;cursor:pointer;padding:0;margin-left:12px;line-height:1;transition:color .2s ease}.alert-close-btn:hover{color:#b71c1c}.role-container{margin-bottom:20px}.role-label{display:block;font-size:16px;font-weight:600;color:#1565c0;margin-bottom:12px}.role-dropdown{width:100%;border:1px solid #BBDEFB;border-radius:6px;padding:8px 12px;font-size:11px;background-color:#f8f9fa;color:#1565c0;transition:border-color .3s ease;box-sizing:border-box;cursor:pointer}.role-dropdown:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 3px #1976d21a}.role-dropdown option{padding:8px;font-size:11px}@media(max-width:480px){.role-dropdown{padding:6px 8px;font-size:10px}}@media(min-width:481px)and (max-width:768px){.role-dropdown{padding:8px 10px;font-size:12px}}@media(min-width:769px)and (max-width:1024px){.role-dropdown{padding:10px 12px;font-size:14px}}@media(min-width:1025px)and (max-width:1440px){.role-dropdown{padding:12px 14px;font-size:16px}}@media(min-width:1441px){.role-dropdown{padding:14px 16px;font-size:18px}}.input-container{margin-bottom:8px}.input-label{display:block;font-size:11px;font-weight:600;color:#1565c0;margin-bottom:3px}.text-input{width:100%;border:1px solid #BBDEFB;border-radius:4px;padding:2px 6px;font-size:11px;background-color:#f8f9fa;color:#1565c0;transition:border-color .3s ease;box-sizing:border-box;height:28px}.text-input:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 3px #1976d21a}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input{padding-right:40px}.password-toggle-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:12px;font-weight:600;color:#1976d2;padding:4px 8px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease}.password-toggle-btn:hover{background-color:#1976d21a}.password-toggle-btn:focus{outline:2px solid #1976D2;outline-offset:1px}.login-button{width:100%;border:none;border-radius:4px;padding:0;font-size:10px;font-weight:700;color:#fff;cursor:pointer;transition:all .3s ease;margin-top:12px;box-shadow:0 1px 3px #00000026;height:28px;display:flex;align-items:center;justify-content:center}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #0003}.login-button:active{transform:translateY(0)}.login-button:disabled{opacity:.7;cursor:not-allowed}.options-container{text-align:center;margin-top:20px}.forgot-password{background:none;border:none;color:#1976d2;font-size:16px;font-weight:500;cursor:pointer;padding:10px;transition:color .3s ease}.forgot-password:hover{color:#1565c0;text-decoration:underline}@keyframes slideInDown{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@media(max-width:320px){.login-container{padding:5px}.login-content{max-width:280px}.form-container{padding:10px;border-radius:12px}.logo-container{margin-bottom:8px}.welcome-text{font-size:16px}.subtitle-text{font-size:10px;margin-bottom:8px}.custom-alert{padding:8px 12px;margin-bottom:15px}.alert-text{font-size:12px}.alert-close-btn{font-size:16px;margin-left:8px}.role-container{margin-bottom:8px}.role-dropdown{padding:6px 8px;font-size:10px}.input-container{margin-bottom:8px}.text-input{padding:6px 8px;font-size:11px}.password-input{padding-right:35px}.password-toggle-btn{right:6px;font-size:10px;padding:3px 6px}.login-button{padding:8px;font-size:12px}}@media(max-width:480px){.login-container{padding:10px}.form-container{padding:20px}.welcome-text{font-size:24px}.role-dropdown{padding:12px 14px;font-size:14px}}@media(min-width:481px)and (max-width:768px){.login-container{padding:30px}.login-content{max-width:450px}.form-container{padding:35px}.welcome-text{font-size:30px}.subtitle-text{font-size:18px}.role-buttons{gap:12px}.role-button{padding:14px 10px}.role-icon{font-size:22px}.role-text{font-size:13px}.text-input{padding:16px 18px;font-size:17px}.password-input{padding-right:50px}.password-toggle-btn{right:12px;font-size:14px;padding:6px 10px}.login-button{padding:18px;font-size:19px}}@media(min-width:769px)and (max-width:1024px){.login-container{padding:40px}.login-content{max-width:500px}.form-container{padding:40px}.welcome-text{font-size:32px}.subtitle-text{font-size:18px}.role-buttons{gap:15px}.role-button{padding:16px 12px}.role-icon{font-size:24px}.role-text{font-size:14px}.text-input{padding:18px 20px;font-size:18px}.login-button{padding:20px;font-size:20px}}@media(min-width:1025px)and (max-width:1440px){.login-container{padding:50px}.login-content{max-width:550px}.form-container{padding:45px}.welcome-text{font-size:34px}.subtitle-text{font-size:19px}.role-buttons{gap:18px}.role-button{padding:18px 14px}.role-icon{font-size:26px}.role-text{font-size:15px}.text-input{padding:20px 22px;font-size:19px}.login-button{padding:22px;font-size:21px}}@media(min-width:1441px){.login-container{padding:60px}.login-content{max-width:600px}.form-container{padding:50px}.welcome-text{font-size:36px}.subtitle-text{font-size:20px}.role-buttons{gap:20px}.role-button{padding:20px 16px}.role-icon{font-size:28px}.role-text{font-size:16px}.text-input{padding:22px 24px;font-size:20px}.login-button{padding:24px;font-size:22px}}@media(min-width:768px)and (max-width:1024px)and (orientation:landscape){.login-container{padding:20px}.login-content{max-width:600px;flex-direction:row;align-items:center;gap:40px}.logo-container{margin-bottom:0;flex-shrink:0}.form-container{flex:1;max-width:400px}}@media(min-width:768px)and (max-width:1024px)and (orientation:portrait){.login-container{padding:30px}.login-content{max-width:500px}}@media(min-width:1440px)and (max-width:2560px){.login-container{padding:40px}.login-content{max-width:500px}.form-container{padding:40px}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.form-container{box-shadow:0 4px 20px #87ceeb33}.role-button:hover{box-shadow:0 4px 12px #00000026}.login-button:hover:not(:disabled){box-shadow:0 6px 16px #00000040}}.dashboard-container{min-height:100vh;background:linear-gradient(135deg,#f0f8ff,#e3f2fd);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;flex-direction:column}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:linear-gradient(135deg,#87ceeb,#4682b4);box-shadow:0 2px 10px #87ceeb4d;position:sticky;top:0;z-index:100}.dashboard-header h1{color:#fff;font-size:1.5rem;font-weight:700;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logout-button{padding:10px 20px;border:none;border-radius:8px;background-color:#4682b4;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease}.logout-button:hover{background-color:#3a6b9a;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.header-content{display:flex;align-items:center;gap:15px}.header-actions{display:flex;align-items:center;gap:10px}.user-management-button{padding:8px 12px;border:none;border-radius:8px;background-color:#fff3;color:#fff;font-size:20px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;line-height:1}.user-management-button:hover{background-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.header-logo{height:80px;width:auto;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.header-icon{font-size:30px}.header-text{flex:1}.role-text{font-size:18px;font-weight:700;color:#fff;margin:0}.logout-button{padding:8px 12px;border:none;border-radius:8px;background-color:#fff3;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-width:40px;height:40px}.logout-button:hover{background-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.dashboard-main{flex:1;padding:40px 20px;max-width:1200px;margin:0 auto}.welcome-section{text-align:center;margin-bottom:40px;animation:fadeInUp .8s ease-out}.welcome-section h2{font-size:2.5rem;color:#4682b4;margin-bottom:10px;font-weight:700}.welcome-section p{font-size:1.2rem;color:#87ceeb;margin:0}.content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;animation:fadeInUp .8s ease-out .2s both}.content-card{background:#fff;border-radius:16px;padding:30px;box-shadow:0 4px 20px #87ceeb26;border:1px solid #BBDEFB;transition:transform .3s ease,box-shadow .3s ease}.content-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #87ceeb40}.content-card h3{font-size:1.5rem;color:#4682b4;margin-bottom:20px;font-weight:700}.content-card ul{list-style:none;padding:0;margin:0}.content-card li{color:#1976d2;border-bottom:1px solid #E3F2FD;position:relative;padding:10px 0 10px 25px}.content-card li:before{content:"✓";position:absolute;left:0;color:#81c784;font-weight:700}.content-card li:last-child{border-bottom:none}.action-buttons{display:flex;flex-direction:column;gap:15px}.action-btn{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.action-btn.primary{background:linear-gradient(135deg,#1976d2,#42a5f5);color:#fff}.action-btn.secondary{background:#f8f9fa;color:#1976d2;border:2px solid #BBDEFB}.action-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.action-btn.primary:hover{background:linear-gradient(135deg,#1565c0,#1976d2)}.action-btn.secondary:hover{background:#e3f2fd;border-color:#1976d2}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:320px){.dashboard-header{padding:8px 12px}.header-logo{height:55px}.logout-button{padding:8px 16px;font-size:12px}.header-content{gap:8px}.header-icon{font-size:20px}.role-text{font-size:14px}.dashboard-main{padding:15px 10px}.welcome-section{margin-bottom:25px}.welcome-section h2{font-size:1.5rem}.welcome-section p{font-size:.9rem}.content-grid{grid-template-columns:1fr;gap:15px}.content-card{padding:15px;border-radius:12px}.content-card h3{font-size:1.2rem;margin-bottom:15px}.content-card li{padding:8px 0;font-size:14px}.action-buttons{gap:8px}.action-btn{padding:10px 16px;font-size:12px}}@media(max-width:480px){.dashboard-header{padding:12px 15px}.header-logo{height:65px}.logout-button{padding:8px 16px;font-size:14px}.dashboard-main{padding:20px 15px}.welcome-section h2{font-size:1.8rem}.welcome-section p{font-size:1rem}.content-grid{grid-template-columns:1fr;gap:20px}.content-card{padding:20px}.action-buttons{gap:10px}.action-btn{padding:10px 20px;font-size:14px}}@media(min-width:481px)and (max-width:768px){.dashboard-header{padding:12px 18px}.header-content{gap:12px}.header-icon{font-size:26px}.role-text{font-size:17px}.logout-button{padding:10px 18px;font-size:15px}.dashboard-main{padding:30px 20px}.welcome-section h2{font-size:2.2rem}.welcome-section p{font-size:1.1rem}.content-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px}.content-card{padding:25px}.content-card h3{font-size:1.4rem}.action-btn{padding:12px 22px;font-size:15px}}@media(min-width:769px)and (max-width:1024px){.dashboard-header{padding:15px 25px}.header-content{gap:15px}.header-icon{font-size:28px}.role-text{font-size:18px}.logout-button{padding:12px 24px;font-size:16px}.dashboard-main{padding:40px 30px}.welcome-section h2{font-size:2.4rem}.welcome-section p{font-size:1.2rem}.content-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px}.content-card{padding:30px}.content-card h3{font-size:1.5rem}.action-btn{padding:14px 26px;font-size:16px}}@media(min-width:1025px)and (max-width:1440px){.dashboard-header{padding:18px 30px}.header-content{gap:18px}.header-icon{font-size:32px}.role-text{font-size:20px}.logout-button{padding:14px 28px;font-size:17px}.dashboard-main{padding:50px 40px}.welcome-section h2{font-size:2.6rem}.welcome-section p{font-size:1.3rem}.content-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:35px}.content-card{padding:35px}.content-card h3{font-size:1.6rem}.action-btn{padding:16px 30px;font-size:17px}}@media(min-width:1441px){.dashboard-header{padding:20px 40px}.header-content{gap:20px}.header-icon{font-size:36px}.role-text{font-size:22px}.logout-button{padding:16px 32px;font-size:18px}.dashboard-main{padding:60px 50px}.welcome-section h2{font-size:2.8rem}.welcome-section p{font-size:1.4rem}.content-grid{grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:40px}.content-card{padding:40px}.content-card h3{font-size:1.7rem}.action-btn{padding:18px 34px;font-size:18px}}@media(min-width:768px)and (max-width:1024px)and (orientation:landscape){.dashboard-header{padding:12px 20px}.dashboard-main{padding:30px 25px}.content-grid{grid-template-columns:repeat(2,1fr);gap:25px}}@media(min-width:768px)and (max-width:1024px)and (orientation:portrait){.dashboard-header{padding:15px 25px}.dashboard-main{padding:35px 30px}.content-grid{grid-template-columns:1fr;gap:30px}}@media(min-width:1440px)and (max-width:2560px){.dashboard-main{max-width:1400px}.content-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.content-card{box-shadow:0 4px 20px #87ceeb33}.content-card:hover{box-shadow:0 8px 30px #87ceeb4d}.action-btn:hover{box-shadow:0 4px 12px #0003}.logout-button:hover{box-shadow:0 4px 12px #00000040}}@media(hover:none)and (pointer:coarse){.action-btn{padding:16px 24px;font-size:16px}.logout-button{padding:14px 24px;font-size:16px}.content-card{padding:25px}.content-card:hover{transform:none}}.dashboard-main{flex:1;padding:2rem;overflow-y:auto;display:flex;justify-content:center;align-items:flex-start}.dashboard-content{width:100%;max-width:1200px;text-align:center}.dashboard-heading{color:#1565c0;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:auto;gap:1.2rem;max-width:1000px;margin:0 auto;justify-items:center}.stats-grid.stats-grid--center-two{grid-template-columns:repeat(2,1fr);max-width:500px;justify-content:center}.stats-grid.stats-grid--center-one{grid-template-columns:1fr!important;max-width:300px;margin:0 auto;justify-content:center}@media(max-width:1200px){.stats-grid.stats-grid--center-one{grid-template-columns:1fr!important;max-width:250px!important}}@media(max-width:600px){.stats-grid.stats-grid--center-one{max-width:200px!important}}.stat-card{background:#fff;border-radius:8px;padding:.6rem;box-shadow:0 2px 8px #0000001a;border:1px solid #E0E0E0;text-align:center;transition:transform .3s ease,box-shadow .3s ease;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100px;width:100%;max-width:200px}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.stat-card.clickable{cursor:pointer;transition:all .3s ease}.stat-card.clickable:hover{transform:translateY(-6px);box-shadow:0 12px 30px #0003;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.stat-icon{font-size:1.8rem;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;width:100%;height:2.5rem}.stat-icon img{max-width:100%;max-height:100%;object-fit:contain}.stat-card h3{color:#1565c0;font-size:1rem;font-weight:600;margin:0;line-height:1.3}@media(max-width:1200px){.stat-card:nth-child(5),.stat-card:nth-child(6),.stat-card:nth-child(7){grid-column:auto!important}}@media(max-width:1200px){.stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important;row-gap:1.5rem!important;max-width:100%!important}.stat-card{max-width:100%!important;height:105px!important;min-height:unset!important;padding:.8rem .6rem!important}.stat-icon{font-size:2rem!important;margin-bottom:.5rem!important}.stat-card h3{font-size:1.05rem!important;line-height:1.3!important}}@media(max-width:900px){.stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:.8rem!important;row-gap:1.3rem!important;max-width:100%!important}.stat-card{max-width:100%!important;height:100px!important;min-height:unset!important;padding:.75rem .5rem!important}.stat-icon{font-size:1.9rem!important;margin-bottom:.45rem!important}.stat-card h3{font-size:1rem!important;line-height:1.3!important}}@media(max-width:600px){.stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:.7rem!important;row-gap:1.2rem!important;max-width:100%!important}.stat-card{max-width:100%!important;height:95px!important;min-height:unset!important;padding:.7rem .5rem!important}.stat-icon{font-size:1.8rem!important;margin-bottom:.4rem!important}.stat-card h3{font-size:.95rem!important;line-height:1.3!important}.dashboard-main{padding:1.75rem 1.5rem!important}.dashboard-heading{font-size:1.6rem!important;margin-bottom:1.5rem!important}}@media(max-width:400px){.stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:.6rem!important;row-gap:1rem!important;max-width:100%!important}.stat-card{max-width:100%!important;height:90px!important;min-height:unset!important;padding:.65rem .5rem!important}.stat-icon{font-size:1.7rem!important;margin-bottom:.35rem!important}.stat-card h3{font-size:.9rem!important;line-height:1.3!important}.dashboard-main{padding:1.5rem 1.25rem!important}.dashboard-heading{font-size:1.5rem!important;margin-bottom:1.25rem!important}}.dashboard-footer{margin-top:auto;padding:20px;text-align:center;background:linear-gradient(135deg,#e3f2fd,#f0f8ff);border-top:1px solid rgba(135,206,235,.3)}.dashboard-footer p{margin:0;color:#4682b4;font-size:.9rem;font-weight:500}.export-reports-container{min-height:100vh;background:linear-gradient(135deg,#f0f8ff,#e3f2fd);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.export-reports-header{display:flex;justify-content:flex-start;align-items:center;padding:0;background:transparent;position:sticky;top:0;z-index:100}.header-content{display:flex;align-items:center;gap:15px;width:100%;justify-content:space-between}.back-button{padding:8px 12px;border:none;border-radius:8px;background-color:#f8f9fa;color:#333;font-weight:400;cursor:pointer;transition:all .3s ease;font-size:18px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a}.back-button:hover{background-color:#e9ecef;transform:scale(1.05);box-shadow:0 4px 8px #00000026}.header-spacer{width:40px;height:40px}.export-reports-header h1{color:#1976d2;font-size:40px!important;font-weight:700;margin:0;text-align:center;position:relative;display:inline-block;flex:1}.export-reports-header h1:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(to right,#1976d2,#7b1fa2);border-radius:2px}.export-reports-main{padding:20px;max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 190px)}.export-reports-content{width:100%;display:flex;align-items:center;justify-content:center}.tabs-container{background:transparent;padding:0}.tabs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:600px;margin:0 auto}.export-reports-container .tab-button{padding:20px!important;border:none!important;background:#f8f9fa!important;cursor:pointer;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:12px!important;transition:all .3s ease;border-radius:12px!important;box-shadow:0 2px 8px #0000001a!important;aspect-ratio:1!important;min-height:130px!important;font-size:inherit!important;font-weight:inherit!important;font-family:inherit!important;color:inherit!important}.export-reports-container .tab-icon{font-size:28px!important}.export-reports-container .tab-name{font-size:14px!important;font-weight:600!important;text-align:center!important;line-height:1.2!important;color:#333!important}.export-reports-container .tab-button:hover{background-color:#e3f2fd!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px #00000026!important}@media(max-width:320px){.export-reports-header{padding:0}.back-button{width:35px;height:35px;font-size:16px}.export-reports-header h1{font-size:28px!important}.export-reports-header h1:after{width:50px;height:2px;bottom:-4px}.tabs-grid{gap:20px}.tab-button{padding:15px!important;min-height:110px!important}.tab-icon{font-size:24px!important}.tab-name{font-size:12px!important}.export-reports-main{padding:15px 10px;min-height:calc(100vh - 50px)}.tabs-grid{grid-template-columns:repeat(2,1fr);gap:12px;max-width:400px}.tab-button{padding:12px!important;min-height:80px!important}.tab-icon{font-size:18px!important}.tab-name{font-size:10px!important}}@media(max-width:480px){.export-reports-header{padding:0}.back-button{width:38px;height:38px;font-size:17px}.export-reports-header h1{font-size:32px!important}.export-reports-header h1:after{width:55px;height:2.5px;bottom:-5px}.tabs-grid{gap:25px}.tab-button{padding:18px!important;min-height:120px!important}.tab-icon{font-size:26px!important}.tab-name{font-size:13px!important}.export-reports-main{padding:20px 15px;min-height:calc(100vh - 55px)}.tabs-grid{grid-template-columns:repeat(2,1fr);gap:15px;max-width:400px}.tab-button{padding:15px!important;min-height:90px!important}.tab-icon{font-size:19px!important}.tab-name{font-size:11px!important}}@media(min-width:481px)and (max-width:768px){.export-reports-header{padding:0}.back-button{width:40px;height:40px;font-size:18px}.export-reports-header h1{font-size:36px!important}.export-reports-header h1:after{width:60px;height:3px;bottom:-6px}.tabs-grid{gap:25px}.tab-button{padding:20px!important;min-height:125px!important}.tab-icon{font-size:27px!important}.tab-name{font-size:13px!important}.export-reports-main{padding:30px 20px;min-height:calc(100vh - 60px)}.tabs-grid{grid-template-columns:repeat(2,1fr);gap:12px;max-width:600px}.tab-button{padding:15px!important;min-height:90px!important}.tab-icon{font-size:19px!important}.tab-name{font-size:11px!important}}@media(min-width:769px)and (max-width:1024px){.export-reports-header{padding:15px 25px}.header-content{gap:20px}.back-button{padding:12px 24px;font-size:16px}.export-reports-header h1{font-size:24px}.export-reports-main{padding:40px 30px}.tab-button{padding:20px!important}.tab-icon{font-size:24px!important}.tab-name{font-size:14px!important}.tab-content{padding:40px}.report-info h2{font-size:28px}.open-report-button{padding:16px 32px;font-size:16px}}@media(min-width:1025px)and (max-width:1440px){.export-reports-header{padding:18px 30px}.header-content{gap:25px}.back-button{padding:14px 28px;font-size:17px}.export-reports-header h1{font-size:26px}.export-reports-main{padding:50px 40px}.tab-button{padding:22px!important}.tab-icon{font-size:26px!important}.tab-name{font-size:15px!important}.tab-content{padding:45px}.report-info h2{font-size:30px}.open-report-button{padding:18px 36px;font-size:17px}}@media(min-width:1441px){.export-reports-header{padding:20px 40px}.header-content{gap:30px}.back-button{padding:16px 32px;font-size:18px}.export-reports-header h1{font-size:28px}.export-reports-main{padding:60px 50px}.tab-button{padding:24px!important}.tab-icon{font-size:28px!important}.tab-name{font-size:16px!important}.tab-content{padding:50px}.report-info h2{font-size:32px}.open-report-button{padding:20px 40px;font-size:18px}}@media(min-width:768px)and (max-width:1024px)and (orientation:landscape){.export-reports-header{padding:12px 20px}.export-reports-main{padding:30px 25px}.tabs-header{flex-direction:row}.tab-button{padding:16px!important;border-right:1px solid #E0E0E0;border-bottom:none;flex-direction:column;gap:8px!important}.tab-button:last-child{border-right:none}}@media(min-width:768px)and (max-width:1024px)and (orientation:portrait){.export-reports-header{padding:15px 25px}.export-reports-main{padding:35px 30px}.tabs-header{flex-direction:column}.tab-button{padding:18px!important;border-right:none;border-bottom:1px solid #E0E0E0;flex-direction:row;gap:15px!important}.tab-button:last-child{border-bottom:none}}@media(min-width:1440px)and (max-width:2560px){.export-reports-main{max-width:1400px}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.tabs-container{box-shadow:0 4px 20px #87ceeb33}.open-report-button:hover{box-shadow:0 6px 16px #1976d280}}@media(hover:none)and (pointer:coarse){.tab-button{padding:20px}.back-button{padding:14px 24px;font-size:16px}.open-report-button{padding:18px 32px;font-size:16px}.tab-button:hover{background-color:transparent}.tab-button.active{background-color:#1976d2}}.user-management-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.user-management-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:30px;color:#333;position:relative;padding-bottom:20px;border-bottom:2px solid #e0e0e0;width:100%}.user-management-title{position:absolute;left:50%;transform:translate(-50%);margin:0;font-size:28px;font-weight:600;color:#333;z-index:1}.back-button{background:#667eea;border:1px solid #667eea;color:#fff;padding:10px 20px;border-radius:8px;cursor:pointer;font-size:14px;transition:all .3s ease;z-index:2;flex-shrink:0;white-space:nowrap;min-width:fit-content}.add-user-button{background:#667eea;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;z-index:2;flex-shrink:0}.back-button:hover{background:#5568d3;transform:translate(-2px)}.add-user-button:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.user-management-header h1{margin:0;font-size:28px;font-weight:600}.user-management-content{max-width:1400px;margin:0 auto;background:#fff;border-radius:12px;padding:30px;box-shadow:0 10px 40px #0003}.add-user-section{margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e0e0e0}.add-user-form{background:#f8f9fa;padding:20px;border-radius:8px;border:1px solid #e0e0e0}.add-user-form h3{margin:0 0 20px;color:#333;font-size:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:15px}.form-input{padding:12px;border:1px solid #ddd;border-radius:6px;font-size:14px;transition:border-color .3s ease}.form-input:focus{outline:none;border-color:#667eea}.form-actions{display:flex;gap:10px;margin-top:15px}.save-button,.cancel-button{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.save-button{background:#667eea;color:#fff}.save-button:hover{background:#5568d3}.cancel-button{background:#6c757d;color:#fff}.cancel-button:hover{background:#5a6268}.users-table-container{overflow-x:auto}.users-table{width:100%;border-collapse:collapse;margin-top:20px}.users-table thead{background:#667eea;color:#fff}.users-table th{padding:15px;text-align:center;font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.users-table td{padding:15px;border-bottom:1px solid #e0e0e0;font-size:14px;vertical-align:middle;text-align:center;line-height:1.5}.users-table td>*{vertical-align:middle}.users-table td:first-child,.users-table td:nth-child(2){line-height:1.5}.users-table td:nth-child(4){min-width:400px;width:auto;text-align:center}.users-table tbody tr:hover{background:#f8f9fa}.users-table tbody tr.disabled-row{background:#f5f5f5;opacity:.7}.users-table tbody tr.disabled-row td{color:#999}.password-cell{display:flex;align-items:center;justify-content:center;gap:10px;height:100%}.password-text{font-family:Courier New,monospace;font-size:14px;line-height:1.5;margin:0}.toggle-password-btn{background:#f0f0f0;border:1px solid #ddd;padding:6px 12px;border-radius:4px;font-size:12px;cursor:pointer;transition:all .2s ease;height:32px;display:flex;align-items:center;justify-content:center;line-height:1}.toggle-password-btn:hover{background:#e0e0e0}.status-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500;text-transform:uppercase;margin:0;height:32px;line-height:1}.status-badge.active{background:#d4edda;color:#155724}.status-badge.disabled{background:#f8d7da;color:#721c24}.status-toggle-btn{padding:6px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .3s ease;height:32px;display:flex;align-items:center;justify-content:center;line-height:1}.status-toggle-btn.active{background:#dc3545;color:#fff}.status-toggle-btn.active:hover{background:#c82333}.status-toggle-btn.disabled{background:#28a745;color:#fff}.status-toggle-btn.disabled:hover{background:#218838}.no-action-text{color:#999;font-style:italic}.actions-container{display:flex;align-items:center;justify-content:center;gap:8px;height:100%}.delete-user-btn{background:#dc3545;color:#fff;border:none;padding:0;border-radius:6px;cursor:pointer;font-size:16px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px;line-height:1}.delete-user-btn:hover{background:#c82333;transform:translateY(-2px);box-shadow:0 4px 12px #dc354566}.roles-select-container{grid-column:1 / -1}.roles-label{display:block;margin-bottom:8px;font-weight:500;font-size:14px;color:#333}.roles-checkboxes{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:15px;border:1px solid #ddd;border-radius:8px;background:#fff;max-height:250px;overflow-y:auto;box-shadow:inset 0 2px 4px #0000000d}.role-checkbox-label{display:flex;align-items:center;gap:6px;cursor:pointer;font-size:13px;-webkit-user-select:none;user-select:none}.role-checkbox-label input[type=checkbox]{cursor:pointer;width:16px;height:16px}.roles-display{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;flex-wrap:nowrap}.roles-text{font-size:13px;color:#333;line-height:1.5;margin:0;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:1;display:inline-block;vertical-align:middle}.edit-roles-btn{background:#667eea;color:#fff;border:none;padding:0;border-radius:4px;cursor:pointer;font-size:14px;transition:all .2s ease;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;line-height:1;width:28px;height:28px;vertical-align:middle}.edit-roles-btn:hover{background:#5568d3}.roles-edit-container{display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;width:100%}.roles-edit-actions{display:flex;gap:8px}.save-roles-btn,.cancel-roles-btn{padding:6px 12px;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:all .2s ease}.save-roles-btn{background:#28a745;color:#fff}.save-roles-btn:hover{background:#218838}.cancel-roles-btn{background:#6c757d;color:#fff}.cancel-roles-btn:hover{background:#5a6268}@media(max-width:768px){.user-management-content{padding:15px}.form-row{grid-template-columns:1fr}.users-table{font-size:12px}.users-table th,.users-table td{padding:10px}}*{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:linear-gradient(135deg,#f0f8ff,#e3f2fd);min-height:100vh}.App{min-height:100vh;display:flex;flex-direction:column}button{font-family:inherit;cursor:pointer;border:none;outline:none;transition:all .3s ease}button:focus{outline:2px solid #1976D2;outline-offset:2px}input{font-family:inherit;outline:none;transition:all .3s ease}input:focus{outline:2px solid #1976D2;outline-offset:2px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f0f8ff}::-webkit-scrollbar-thumb{background:#87ceeb;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#4682b4}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-10{padding:2.5rem}.hidden{display:none!important}.block{display:block!important}.inline{display:inline!important}.inline-block{display:inline-block!important}.flex{display:flex!important}.grid{display:grid!important}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.w-full{width:100%}.w-auto{width:auto}.w-fit{width:fit-content}.max-w-xs{max-width:20rem}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.h-full{height:100%}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.font-thin{font-weight:100}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.text-blue-500{color:#3b82f6}.text-blue-600{color:#2563eb}.text-blue-700{color:#1d4ed8}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-white{color:#fff}.bg-blue-500{background-color:#3b82f6}.bg-blue-600{background-color:#2563eb}.bg-gray-100{background-color:#f3f4f6}.bg-gray-200{background-color:#e5e7eb}.bg-white{background-color:#fff}.border{border-width:1px}.border-2{border-width:2px}.border-blue-500{border-color:#3b82f6}.border-gray-300{border-color:#d1d5db}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media(max-width:320px){.xs\:text-xs{font-size:.75rem}.xs\:text-sm{font-size:.875rem}.xs\:p-2{padding:.5rem}.xs\:p-3{padding:.75rem}.xs\:mb-2{margin-bottom:.5rem}.xs\:mb-3{margin-bottom:.75rem}.xs\:hidden{display:none!important}.xs\:block{display:block!important}.xs\:flex{display:flex!important}.xs\:flex-col{flex-direction:column}.xs\:w-full{width:100%}.xs\:text-center{text-align:center}}@media(max-width:480px){.sm\:text-sm{font-size:.875rem}.sm\:text-base{font-size:1rem}.sm\:p-3{padding:.75rem}.sm\:p-4{padding:1rem}.sm\:mb-3{margin-bottom:.75rem}.sm\:mb-4{margin-bottom:1rem}.sm\:hidden{display:none!important}.sm\:block{display:block!important}.sm\:flex{display:flex!important}.sm\:flex-col{flex-direction:column}.sm\:w-full{width:100%}.sm\:text-center{text-align:center}}@media(min-width:481px)and (max-width:768px){.md\:text-base{font-size:1rem}.md\:text-lg{font-size:1.125rem}.md\:p-4{padding:1rem}.md\:p-5{padding:1.25rem}.md\:mb-4{margin-bottom:1rem}.md\:mb-5{margin-bottom:1.25rem}.md\:hidden{display:none!important}.md\:block{display:block!important}.md\:flex{display:flex!important}.md\:flex-row{flex-direction:row}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:769px)and (max-width:1024px){.lg\:text-lg{font-size:1.125rem}.lg\:text-xl{font-size:1.25rem}.lg\:p-5{padding:1.25rem}.lg\:p-6{padding:1.5rem}.lg\:mb-5{margin-bottom:1.25rem}.lg\:mb-6{margin-bottom:1.5rem}.lg\:hidden{display:none!important}.lg\:block{display:block!important}.lg\:flex{display:flex!important}.lg\:flex-row{flex-direction:row}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1025px)and (max-width:1440px){.xl\:text-xl{font-size:1.25rem}.xl\:text-2xl{font-size:1.5rem}.xl\:p-6{padding:1.5rem}.xl\:p-8{padding:2rem}.xl\:mb-6{margin-bottom:1.5rem}.xl\:mb-8{margin-bottom:2rem}.xl\:hidden{display:none!important}.xl\:block{display:block!important}.xl\:flex{display:flex!important}.xl\:flex-row{flex-direction:row}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1441px){.xxl\:text-2xl{font-size:1.5rem}.xxl\:text-3xl{font-size:1.875rem}.xxl\:p-8{padding:2rem}.xxl\:p-10{padding:2.5rem}.xxl\:mb-8{margin-bottom:2rem}.xxl\:mb-10{margin-bottom:2.5rem}.xxl\:hidden{display:none!important}.xxl\:block{display:block!important}.xxl\:flex{display:flex!important}.xxl\:flex-row{flex-direction:row}.xxl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xxl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(min-width:768px)and (max-width:1024px){.ipad\:text-lg{font-size:1.125rem}.ipad\:p-5{padding:1.25rem}.ipad\:mb-5{margin-bottom:1.25rem}.ipad\:flex-row{flex-direction:row}.ipad\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px)and (max-width:1024px)and (orientation:landscape){.ipad-landscape\:flex-row{flex-direction:row}.ipad-landscape\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px)and (max-width:1024px)and (orientation:portrait){.ipad-portrait\:flex-col{flex-direction:column}.ipad-portrait\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}}@media(min-width:1440px)and (max-width:2560px){.macbook\:text-xl{font-size:1.25rem}.macbook\:p-6{padding:1.5rem}.macbook\:mb-6{margin-bottom:1.5rem}.macbook\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.high-dpi\:shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.high-dpi\:shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}}@media(hover:none)and (pointer:coarse){.touch\:p-4{padding:1rem}.touch\:p-5{padding:1.25rem}.touch\:text-lg{font-size:1.125rem}.touch\:text-xl{font-size:1.25rem}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#f0f8ff,#e3f2fd)}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;color:#fff;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}button{background-color:#f9f9f9;color:#213547}}
