:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}body{margin:0}#root{text-align:left;box-sizing:border-box;border-inline:0;flex-direction:column;width:100%;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}.swal-premium-popup{font-family:var(--sans)!important;box-shadow:var(--shadow)!important;border-radius:16px!important;padding:2rem!important}.swal-premium-title{font-family:var(--heading)!important;color:var(--text-h)!important;margin-bottom:.5rem!important;font-size:1.35rem!important;font-weight:600!important}.swal-premium-text{color:var(--text)!important;font-size:.9rem!important;line-height:1.5!important}.swal-premium-confirm-btn,.swal-premium-cancel-btn{border-radius:8px!important;padding:.6rem 1.25rem!important;font-size:.875rem!important;font-weight:500!important}.toast-container{z-index:10000;pointer-events:none;flex-direction:column;gap:.75rem;width:100%;max-width:380px;display:flex;position:fixed;top:1.5rem;right:1.5rem}.toast-item{pointer-events:auto;-webkit-backdrop-filter:blur(12px)saturate(180%);background:#ffffffe6;border-radius:12px;align-items:flex-start;gap:.85rem;padding:1rem 1.15rem 1.15rem;transition:all .3s cubic-bezier(.16,1,.3,1);animation:.35s cubic-bezier(.16,1,.3,1) forwards toast-slide-in;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px -5px #0000000d,0 8px 16px -6px #0000000d,0 0 0 1px #00000008}.toast-item.removing{animation:.3s cubic-bezier(.16,1,.3,1) forwards toast-slide-out}.toast-item.success{background:#f0fdfaf2;border-left:4px solid #10b981;box-shadow:0 10px 25px -5px #10b98114,0 8px 16px -6px #10b9810d,0 0 0 1px #10b9811a}.toast-item.success .toast-icon{color:#10b981}.toast-item.error{background:#fef2f2f2;border-left:4px solid #ef4444;box-shadow:0 10px 25px -5px #ef444414,0 8px 16px -6px #ef44440d,0 0 0 1px #ef44441a}.toast-item.error .toast-icon{color:#ef4444}.toast-icon{flex-shrink:0;justify-content:center;align-items:center;margin-top:.15rem;font-size:1.25rem;display:flex}.toast-content{flex-direction:column;flex-grow:1;gap:.15rem;display:flex}.toast-title{color:#1f2937;margin:0;font-size:.9rem;font-weight:600}.toast-item.success .toast-title{color:#065f46}.toast-item.error .toast-title{color:#991b1b}.toast-message{color:#4b5563;margin:0;font-size:.825rem;line-height:1.4}.toast-item.success .toast-message{color:#047857}.toast-item.error .toast-message{color:#b91c1c}.toast-close{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:.2rem;transition:all .2s;display:flex}.toast-item.success .toast-close:hover{color:#065f46;background:#10b98126}.toast-item.error .toast-close:hover{color:#991b1b;background:#ef444426}.toast-progress{transform-origin:0;width:100%;height:3px;position:absolute;bottom:0;left:0}.toast-item.success .toast-progress{background:linear-gradient(90deg,#34d399,#10b981)}.toast-item.error .toast-progress{background:linear-gradient(90deg,#f87171,#ef4444)}@keyframes toast-slide-in{0%{opacity:0;transform:translate(110%)}to{opacity:1;transform:translate(0)}}@keyframes toast-slide-out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(110%)}}@media (width<=480px){.toast-container{width:auto;max-width:none;top:1rem;left:1rem;right:1rem}}*{box-sizing:border-box}body:has(.login-page){width:100%;min-height:100%;overflow:hidden}#root:has(.login-page){border:0;width:100%;max-width:none;min-height:100dvh;margin:0;overflow:hidden}.login-page{background:#fef6ee;place-items:center;padding:clamp(24px,8vh,72px) clamp(18px,5vw,64px);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:grid;position:fixed;inset:0;overflow:auto}.login-card{background:#fff;border-radius:28px;grid-template-columns:1fr 1fr;width:min(1076px,100%);min-height:620px;display:grid;overflow:hidden;box-shadow:0 24px 64px #ea580c1f,0 4px 20px #0000000f}.brand-panel,.form-panel{min-width:0}.brand-panel{background:linear-gradient(150deg,#ff6a00 0%,#ee4e00 60%,#c73d00 100%);flex-direction:column;justify-content:space-between;padding:72px 64px;display:flex;position:relative;overflow:hidden}.brand-panel:before,.brand-panel:after{content:"";pointer-events:none;background:#ffffff14;border-radius:50%;position:absolute}.brand-panel:before{width:380px;height:380px;top:-120px;right:-100px}.brand-panel:after{width:220px;height:220px;bottom:-60px;left:-60px}.brand-mark span{color:#fff;letter-spacing:-1px;font-size:clamp(46px,5vw,58px);font-weight:900;line-height:1;display:inline-flex}.brand-copy{color:#ffffffe0;max-width:340px;margin-top:22px;font-size:19px;font-weight:600;line-height:1.65}.brand-proof{z-index:1;max-width:360px;position:relative}.user-stack{align-items:center;margin-bottom:20px;display:flex}.user-stack span{color:#ea580c;background:#fff;border:3px solid #fff9;border-radius:50%;place-items:center;width:52px;height:52px;margin-left:-10px;font-size:12px;font-weight:800;display:inline-grid;box-shadow:0 4px 14px #00000026}.user-stack span:first-child{margin-left:0}.user-stack span:first-child{color:#c2410c;background:#fff7ed}.user-stack span:nth-child(2){color:#d97706;background:#fef3c7}.user-stack span:nth-child(3){color:#ea580c;background:#ffedd5}.user-stack span:last-child{color:#ea580c;background:#fff;font-size:14px}.brand-proof p{color:#fffc;font-size:15px;font-weight:600;line-height:1.5}.form-panel{background:#fff;place-items:center;padding:64px 72px;display:grid}.login-form{width:min(380px,100%)}.form-heading{margin-bottom:44px}.form-logo{display:none}.form-heading h1{color:#111827;margin:0 0 10px;font-size:34px;font-weight:800;line-height:1.1}.form-heading p{color:#6b7280;margin:0;font-size:16px;font-weight:500;line-height:1.5}.login-page .form-group{margin-bottom:22px}.login-page .form-group label,.login-page .label-row label{margin-bottom:8px;font-size:14px;font-weight:600;display:block;color:#374151!important}.label-row{justify-content:space-between;align-items:center;gap:18px;margin-bottom:8px;display:flex}.login-page .form-group>label{margin-bottom:8px}.login-page .input-shell{color:#9ca3af;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:12px;align-items:center;gap:12px;height:56px;padding:0 18px;transition:border-color .18s,box-shadow .18s,background .18s;display:flex}.login-page .input-shell:focus-within{background:#fff;border-color:#ea580c;box-shadow:0 0 0 3px #ea580c26}.login-page .input-shell svg{color:#9ca3af;flex:none;width:18px;height:18px}.login-page .input-shell:focus-within svg{color:#ea580c}.login-page .input-shell input{color:#111827;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:0;font-size:15px;line-height:1.2}.login-page .input-shell input::placeholder{color:#9ca3af;opacity:1}.link-button,.request-access button{color:#ea580c;font:inherit;cursor:pointer;background:0 0;border:0;font-size:14px;font-weight:700;transition:color .15s}.link-button:hover,.request-access button:hover{color:#c2410c}.link-button{white-space:nowrap;padding:0}.login-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6a00 0%,#ea580c 100%);border:0;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;height:52px;margin-top:8px;font-size:16px;font-weight:700;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex;box-shadow:0 4px 18px #ea580c59}.login-btn:hover{background:linear-gradient(135deg,#ea580c 0%,#c2410c 100%);transform:translateY(-1px);box-shadow:0 8px 24px #ea580c73}.login-btn:active{transform:translateY(0)}.login-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.error-banner{color:#be123c;background:#fff1f2;border:1.5px solid #fecdd3;border-radius:10px;margin-bottom:20px;padding:12px 16px;font-size:14px;font-weight:600;line-height:1.45}.request-access{color:#9ca3af;text-align:center;margin:32px 0 0;font-size:14px;font-weight:500}.request-access button{padding:0;font-size:14px}@media (width<=860px){body:has(.login-page){overflow:auto}#root:has(.login-page){overflow:auto}.login-page{min-height:100dvh;position:static;overflow:visible}.login-card{border-radius:20px;grid-template-columns:1fr;min-height:auto}.brand-panel{min-height:320px;padding:48px 40px}.form-panel{padding:48px 40px 42px}.form-heading{margin-bottom:32px}}@media (width<=520px){.login-page{background:#fff;padding:0}.login-card{width:100%;min-height:100dvh;box-shadow:none;border-radius:0}.brand-panel{min-height:260px;padding:36px 24px}.brand-copy{font-size:17px}.user-stack span{width:44px;height:44px}.form-panel{align-items:start;padding:36px 24px 40px}.form-heading h1{font-size:28px}.login-page .input-shell{border-radius:10px;height:52px}.login-btn{height:50px;font-size:15px}}.login-page .password-toggle-btn{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:6px;flex:none;justify-content:center;align-items:center;margin-right:-4px;padding:4px;transition:color .18s,background-color .18s;display:flex}.login-page .input-shell:focus-within .password-toggle-btn{color:#ea580c}.login-page .password-toggle-btn:hover{background-color:#ea580c14;color:#374151!important}.login-page .input-shell:focus-within .password-toggle-btn:hover{color:#c2410c!important}.login-page .password-toggle-btn svg{color:inherit!important}*{box-sizing:border-box;margin:0;padding:0}.top-action{justify-content:flex-end;margin-bottom:24px;display:flex}.add-btn{color:#fff;cursor:pointer;background:#f60;border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.dash-pagination{justify-content:center;align-items:center;gap:12px;margin-top:16px;display:flex}.dash-pagination button{cursor:pointer;border:1px solid #ddd;border-radius:6px;padding:6px 12px}.dash-pagination button:disabled{opacity:.5;cursor:not-allowed}.add-btn:hover{background:#e65c00}.student-heading{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:44px;display:flex}.student-heading .add-btn{border-radius:10px;justify-content:center;min-width:210px;min-height:60px;font-size:20px}.student-heading .add-btn svg{width:22px;height:22px}.custom-table{border-collapse:collapse;table-layout:auto;background:#fff;width:100%}.custom-table th{text-align:left;color:#0f172a;white-space:nowrap;box-sizing:border-box;border-bottom:1px solid #e5e7eb;padding:12px 16px;font-size:13px;font-weight:700}.custom-table td{color:#334155;white-space:nowrap;box-sizing:border-box;border-bottom:1px solid #e5e7eb;padding:12px 16px;font-size:13px}.custom-table td .student-name-cell{white-space:nowrap}.custom-table td.email-cell{text-overflow:ellipsis;white-space:nowrap;max-width:220px;overflow:hidden}.custom-table tr:last-child td{border-bottom:none}.table-panel{padding:0;overflow:hidden}.scrollable-table-panel{border-radius:16px;padding:0;overflow:visible}.table-scroll-wrapper{-webkit-overflow-scrolling:touch;border-radius:16px;max-height:480px;overflow:auto}.table-scroll-wrapper::-webkit-scrollbar-track{background:#f1f5f9;border-radius:999px}.table-scroll-wrapper .custom-table thead th{z-index:2;background:#f8fafc;position:sticky;top:0}.table-scroll-wrapper .custom-table{width:100%;min-width:max-content}.designation-pill{color:#1d4ed8;background:#dbeafe;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:600;display:inline-block}.course-pill{color:#007a38;background:#dcfce7;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:700;display:inline-block}.icon-btn{cursor:pointer;background:0 0;border:none;margin-right:12px;font-size:18px}.icon-btn.view{color:#00a846}.icon-btn.edit{color:#2563eb}.icon-btn.delete{color:#ef4444}.modal-overlay{z-index:9999;background:#0f172a8c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-box{background:#fff;border-radius:18px;width:550px;overflow:hidden;box-shadow:0 20px 40px #0003}.student-modal{flex-direction:column;width:min(820px,100vw - 40px);max-height:calc(100vh - 48px);display:flex}.modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:24px 30px;display:flex}.modal-header h2{color:#020617;font-size:28px;font-weight:700}.close-btn{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:10px;width:42px;height:42px;font-size:22px}.modal-body{padding:28px 30px}.student-modal .modal-body{max-height:calc(100vh - 220px);padding:28px 30px;overflow-y:auto}.student-form-grid{flex-direction:column;gap:20px;display:flex}.form-group{margin-bottom:20px}.student-form-grid .form-group{margin-bottom:0}.form-group.full-width{width:100%}.form-group label{color:#0f172a;margin-bottom:8px;font-size:14px;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{box-sizing:border-box;border:1px solid #dbe2ea;border-radius:10px;outline:none;width:100%;font-size:14px;display:block}.form-group input,.form-group select{height:52px;padding:0 16px}.form-group input[type=date]{box-sizing:border-box;appearance:none;color:#0f172a;cursor:pointer;width:100%;height:52px;padding:0 14px;font-size:14px}.form-group textarea{resize:vertical;min-height:92px;padding:14px 16px;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#f60}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{color:#334155;cursor:default;background:#f8fafc}.modal-footer{border-top:1px solid #e5e7eb;gap:16px;padding:24px 30px;display:flex}.cancel-btn,.save-btn{cursor:pointer;border-radius:10px;flex:1;height:52px;font-size:14px;font-weight:600}.cancel-btn{color:#334155;background:#fff;border:1px solid #dbe2ea}.save-btn{color:#fff;background:#f60;border:none}.save-btn:hover{background:#e65c00}@media (width<=768px){.student-heading,.trainer-heading.student-heading{flex-direction:column!important;align-items:stretch!important;gap:16px!important;margin-bottom:28px!important}.student-heading>div:last-child,.trainer-heading.student-heading>div:last-child{width:100%!important;display:flex!important}.student-heading .add-btn,.trainer-heading.student-heading .add-btn{flex:1!important;width:100%!important}.custom-table{width:100%!important;display:table!important}.custom-table th,.custom-table td{padding:10px 8px!important;font-size:12px!important}.course-pill{padding:4px 8px!important;font-size:11px!important}.icon-btn{margin-right:6px!important;font-size:14px!important}.modal-box{width:95%}.student-form-grid{grid-template-columns:1fr}.modal-footer{flex-direction:column}}body:has(.layout){text-align:left;color:#0f172a;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#f8fafc;border:0;width:100%;max-width:none;height:100vh;min-height:100vh;margin:0;font-family:Segoe UI,system-ui,sans-serif;overflow:hidden}#root:has(.layout){text-align:left;color:#0f172a;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#f8fafc;border:0;width:100%;max-width:none;height:100vh;min-height:100vh;margin:0;font-family:Segoe UI,system-ui,sans-serif;overflow:hidden}.layout{--sidebar-width:120px;--sidebar-collapsed-width:60px;background:#f8fafc;height:100vh;min-height:100vh;display:flex;overflow:hidden}.sidebar{z-index:20;width:var(--sidebar-width);flex:0 0 var(--sidebar-width);background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;justify-content:space-between;height:100vh;transition:width .25s,flex-basis .25s;display:flex;position:fixed;top:0;left:0;overflow:hidden;box-shadow:10px 0 28px #0f172a14}.sidebar.collapsed{width:var(--sidebar-collapsed-width);flex-basis:var(--sidebar-collapsed-width)}.brand{border-bottom:1px solid #e5e7eb;align-items:center;gap:10px;height:68px;padding:0 14px;display:flex}.brand-text,.sidebar .menu span,.logout span{white-space:normal;transition:opacity .18s,width .18s;overflow:hidden}.sidebar.collapsed .brand{justify-content:center!important;gap:0!important;height:68px!important;padding:0!important}.sidebar.collapsed .brand-text,.sidebar.collapsed .menu span,.sidebar.collapsed .logout span{opacity:0!important;pointer-events:none!important;width:0!important;display:none!important}.brand-icon{color:#fff;background:#f60;border-radius:8px;flex-shrink:0;place-items:center;width:30px;height:30px;font-size:15px;display:grid}.brand h2{color:#020617;margin:0 0 2px;font-size:14px;font-weight:800;line-height:1}.brand p,.page-heading p,.profile span,.activity-item p,.activity-time,.course-meta span{color:#475569;font-size:10px}.sidebar ul{padding:14px 10px;list-style:none}.sidebar .menu{cursor:pointer;color:#334155;white-space:normal;border-radius:7px;align-items:center;gap:8px;min-height:38px;margin-bottom:4px;padding:6px 10px;font-size:11px;font-weight:600;text-decoration:none;transition:background .2s,color .2s,box-shadow .2s;display:flex;overflow:hidden}.sidebar.collapsed ul{padding:24px 0!important}.sidebar.collapsed .menu,.sidebar.collapsed .logout{border-radius:10px!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;gap:0!important;width:40px!important;height:40px!important;min-height:40px!important;margin-inline:auto!important;padding:0!important}.sidebar.collapsed .logout{margin-bottom:20px!important}.sidebar .menu svg,.logout svg{flex:none;width:10px;height:10px}.sidebar .menu.active,.sidebar .menu:hover{color:#fff;background:#f60;box-shadow:0 8px 16px #ff660047}.logout{text-align:left;color:#ef0000;cursor:pointer;white-space:normal;background:0 0;border:none;border-top:1px solid #e5e7eb;align-items:center;gap:8px;width:100%;min-height:42px;padding:10px 20px;font-family:inherit;font-size:11px;font-weight:600;text-decoration:none;display:flex}.content{min-width:0;height:100vh;margin-left:var(--sidebar-width);background:#f8fafc;flex:1;min-height:100vh;transition:margin-left .25s;overflow:hidden auto}.layout.sidebar-collapsed .content{margin-left:var(--sidebar-collapsed-width)}.header{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:88px;padding:0 40px;display:flex;box-shadow:0 3px 10px #0f172a1f}.header-title{align-items:center;gap:16px;min-width:0;display:flex}.sidebar-toggle{color:#334155;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex:none;place-items:center;width:44px;height:44px;font-size:24px;transition:background .2s,color .2s,border-color .2s;display:grid}.sidebar-toggle:hover{color:#f60;background:#fff7ed;border-color:#f60}.header h1{color:#020617;letter-spacing:0;margin:0;font-size:30px;font-weight:800;line-height:1}.header-actions,.profile{align-items:center;display:flex}.header-actions{gap:22px}.notification-button{color:#334155;cursor:pointer;background:0 0;border:0;place-items:center;width:42px;height:42px;font-size:28px;display:grid;position:relative}.notification-button span{background:#f60;border-radius:999px;width:10px;height:10px;position:absolute;top:5px;right:5px}.profile{border-left:1px solid #e5e7eb;gap:16px;padding-left:22px}.profile-avatar{color:#fff;background:#1e3fa8;border-radius:999px;place-items:center;width:50px;height:50px;font-size:27px;display:grid}.profile h4{color:#020617;margin:0 0 4px;font-size:20px;font-weight:750}.page-heading h2{color:#020617;letter-spacing:0;margin:0 0 8px;font-size:38px;font-weight:800;line-height:1.15}.page-heading p{font-size:20px}.stats-grid{grid-template-columns:repeat(4,minmax(180px,1fr));gap:28px;margin-bottom:40px;display:grid}.stat-card,.panel{background:#fff;border:1px solid #eef2f7;border-radius:8px;box-shadow:0 4px 12px #0f172a1a}.stat-card{border-bottom:5px solid;min-height:236px;padding:30px}.stat-card.blue{color:#2563eb}.stat-card.green{color:#00b94f}.stat-card.red{color:#ef0000}.stat-card.orange{color:#f60}.stat-icon{background:color-mix(in srgb, currentColor 16%, white);border-radius:12px;place-items:center;width:70px;height:70px;margin-bottom:26px;font-size:34px;display:grid}.stat-card p{color:#334155;margin-bottom:8px;font-size:17px;font-weight:700}.stat-card strong{color:#020617;font-size:46px;font-weight:850;line-height:1;display:block}.dashboard-grid{grid-template-columns:1fr 1fr;gap:28px;display:grid}.panel{padding:30px}.panel h3{color:#020617;margin-bottom:28px;font-size:26px;font-weight:800;line-height:1.2}.activity-list,.course-list{flex-direction:column;gap:26px;display:flex}.activity-item{grid-template-columns:12px 1fr auto;align-items:center;gap:24px;padding:14px 4px;display:grid}.activity-dot{border-radius:999px;width:10px;height:10px}.activity-dot.present{background:#00b94f}.activity-dot.absent{background:#ff2d34}.activity-item strong,.course-meta strong{color:#020617;font-size:19px;font-weight:750}.course-meta{justify-content:space-between;gap:20px;margin-bottom:10px;display:flex}.course-track{background:#e5e7eb;border-radius:999px;height:10px;overflow:hidden}.course-bar{border-radius:inherit;height:100%;display:block}.course-bar.blue{background:#2563eb}.course-bar.purple{background:#a855f7}.course-bar.green{background:#00b94f}.course-bar.orange{background:#f60}.quick-status{margin-top:28px}.quick-status div{color:#334155;align-items:center;gap:12px;font-size:18px;display:flex}.quick-status svg{color:#00b94f}.dashboard-page{padding:30px}.page-header h1{color:#0f172a;font-size:42px;font-weight:700}.page-header p{color:#64748b;margin-top:8px}.stats-grid{grid-template-columns:repeat(3,1fr);gap:25px;margin-top:30px;display:grid}.stat-card{background:#fff;border-radius:18px;padding:30px;position:relative;box-shadow:0 4px 12px #00000014}.stat-card:after{content:"";width:100%;height:5px;position:absolute;bottom:0;left:0}.blue:after{background:#2563eb}.green:after{background:#22c55e}.red:after{background:#ef4444}.icon-box{border-radius:18px;justify-content:center;align-items:center;width:70px;height:70px;font-size:30px;display:flex}.blue .icon-box{color:#2563eb;background:#dbeafe}.green .icon-box{color:#16a34a;background:#dcfce7}.red .icon-box{color:#dc2626;background:#fee2e2}.stat-card h4{margin-top:20px;font-size:18px}.stat-card h2{margin-top:10px;font-size:55px}.summary-grid{grid-template-columns:1fr 1fr;gap:25px;margin-top:30px;display:grid}.summary-card{background:#fff;border-radius:18px;padding:30px;box-shadow:0 4px 12px #00000014}.summary-card h2{margin-bottom:25px}.course-row{justify-content:space-between;margin-bottom:8px;display:flex}.progress{background:#e5e7eb;border-radius:20px;height:10px;margin-bottom:20px;overflow:hidden}.progress-fill{background:#22c55e;width:90%;height:100%}.student-item{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.student-item h4{margin-bottom:4px}.present{color:#15803d;background:#dcfce7;border-radius:8px;padding:6px 12px}.absent{color:#dc2626;background:#fee2e2;border-radius:8px;padding:6px 12px}.quick-actions{color:#fff;background:#f60;border-radius:18px;margin-top:30px;padding:30px}.quick-actions p{margin-top:8px}.action-buttons{gap:15px;margin-top:20px;display:flex}.action-buttons button{color:#f60;cursor:pointer;background:#fff;border:none;border-radius:12px;padding:14px 24px;font-weight:600}.light-btn{color:#fff!important;background:#ff944d!important}.reports-page .page-heading{margin-bottom:40px}.reports-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;margin-bottom:40px;display:grid}.report-card{background:#fff;border:1px solid #eef2f7;border-radius:8px;min-height:204px;padding:30px;position:relative;overflow:hidden;box-shadow:0 5px 14px #0f172a1a}.report-card:after{content:"";background:currentColor;height:5px;position:absolute;bottom:0;left:0;right:0}.report-card.blue{color:#2563eb}.report-card.purple{color:#b026ff}.report-card.green{color:#00c853}.report-card.orange{color:#ff5a00}.report-card-header{align-items:center;gap:20px;margin-bottom:20px;display:flex}.report-icon{background:color-mix(in srgb, currentColor 16%, white);color:currentColor;border-radius:10px;flex:none;place-items:center;width:70px;height:70px;font-size:31px;display:grid}.report-card h3,.report-section h3{color:#020617;margin:0 0 8px;font-size:28px;font-weight:800;line-height:1.2}.report-card p,.recent-report-row p{color:#475569;margin:0;font-size:18px;line-height:1.35}.report-actions{grid-template-columns:1fr 1fr 60px;gap:10px;display:grid}.report-actions button,.recent-report-actions button{color:#334155;cursor:pointer;font:inherit;background:#f1f3f7;border:0}.report-actions button{border-radius:10px;justify-content:center;align-items:center;gap:10px;height:50px;font-size:20px;font-weight:650;display:flex}.report-actions button:hover,.reset-report-btn:hover{background:#e8ebf0}.report-section{margin-bottom:30px;padding:30px}.report-section h3{margin-bottom:34px}.report-filter-form{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 20px;display:grid}.report-filter-form .form-group{margin-bottom:0}.report-filter-form .form-group label{font-size:18px}.report-filter-form .form-group input,.report-filter-form .form-group select{color:#020617;border-color:#cbd5e1;border-radius:10px;height:62px;font-size:20px}.report-form-actions{grid-column:1/-1;gap:20px;margin-top:6px;display:flex}.generate-report-btn,.reset-report-btn{cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:12px;min-width:265px;height:60px;font-size:19px;font-weight:750;display:inline-flex}.generate-report-btn{color:#fff;background:#ff5a00}.generate-report-btn:hover{background:#e65100}.reset-report-btn{color:#334155;background:#f1f3f7}.recent-reports{margin-bottom:0}.recent-report-list{flex-direction:column;gap:15px;display:flex}.recent-report-row{background:#fff;border:1px solid #dbe2ea;border-radius:10px;grid-template-columns:24px 1fr auto;align-items:center;gap:16px;min-height:98px;padding:20px 28px 20px 22px;display:grid}.recent-file-icon{color:#94a3b8;width:24px;height:24px}.recent-report-row h4{color:#020617;margin:0 0 4px;font-size:20px;font-weight:750;line-height:1.25}.recent-report-actions{align-items:center;gap:22px;display:flex}.recent-report-actions button{background:0 0;border-radius:8px;place-items:center;width:34px;height:34px;font-size:24px;display:grid}.recent-report-actions button:first-child{color:#0f66ff}.recent-report-actions button:last-child{color:#475569}.data-list{flex-direction:column;gap:18px;display:flex}.data-row{background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:center;gap:20px;min-height:74px;padding:18px 20px;display:flex}.data-row div{gap:6px;display:grid}.data-row strong{color:#020617;font-size:19px;font-weight:750}.data-row span,.report-panel p{color:#475569;font-size:17px}.status-pill{color:#1e3fa8;text-align:center;background:#dbeafe;border-radius:999px;min-width:94px;padding:8px 12px;font-weight:750}@media (width<=1180px){.layout{--sidebar-width:280px}.stats-grid,.dashboard-grid,.reports-grid,.report-filter-form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.layout{--sidebar-width:240px;--sidebar-collapsed-width:0px}.sidebar,.trainer-layout .sidebar,.admin-layout .sidebar{width:var(--sidebar-width)!important;z-index:20!important;height:100vh!important;transition:transform .3s cubic-bezier(.4,0,.2,1)!important;position:fixed!important;top:0!important;bottom:0!important;left:0!important;transform:translate(0)!important;box-shadow:5px 0 25px #0f172a26!important}.sidebar.collapsed,.trainer-layout.sidebar-collapsed .sidebar,.admin-layout.sidebar-collapsed .sidebar{width:var(--sidebar-width)!important;flex-basis:var(--sidebar-width)!important;transform:translate(-100%)!important}.sidebar-backdrop{-webkit-backdrop-filter:blur(4px)!important;z-index:15!important;background:#0f172a66!important;width:100vw!important;height:100vh!important;animation:.2s ease-out fadeIn!important;position:fixed!important;inset:0!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.content,.trainer-layout .content,.admin-layout .content,.layout.sidebar-collapsed .content,.trainer-layout.sidebar-collapsed .content,.admin-layout.sidebar-collapsed .content{width:100%!important;margin-left:0!important}.brand{justify-content:flex-start!important;align-items:center!important;gap:10px!important;height:68px!important;padding:0 16px!important;display:flex!important}.brand-text,.sidebar .menu span,.logout span{opacity:1!important;white-space:nowrap!important;width:auto!important;display:inline-block!important}.sidebar ul{padding:24px 16px!important}.sidebar .menu,.logout{justify-content:flex-start!important;padding:0 16px!important}.logout{min-height:56px!important}.header{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;height:72px!important;min-height:72px!important;padding:0 16px!important}.header-title{align-items:center!important;gap:12px!important;width:auto!important;display:flex!important}.header-title h1{font-size:20px!important}.header-actions{align-items:center!important;gap:12px!important;display:flex!important}.profile{border-left:1px solid #e5e7eb!important;align-items:center!important;gap:10px!important;padding-left:12px!important;display:flex!important}.profile-avatar{width:40px!important;height:40px!important;font-size:20px!important}.profile h4{white-space:nowrap!important;text-overflow:ellipsis!important;color:#020617!important;max-width:110px!important;margin:0!important;font-size:14px!important;font-weight:700!important;overflow:hidden!important}.profile span{display:none!important}.admin-page{padding:28px 20px 36px}.stats-grid,.dashboard-grid,.reports-grid,.report-filter-form{grid-template-columns:1fr}.report-card{padding:24px}.report-card-header,.report-form-actions{flex-direction:column;align-items:stretch}.report-actions{grid-template-columns:1fr}.generate-report-btn,.reset-report-btn{width:100%;min-width:0}.recent-report-row{grid-template-columns:24px 1fr}.recent-report-actions{grid-column:2}}.trainer-layout .sidebar .menu{align-items:center}.trainer-layout .sidebar .menu.active,.trainer-layout .sidebar .menu:hover{background:#ff5a00}.trainer-page{background:#f8fafc;min-height:calc(100vh - 88px);padding:40px}.trainer-heading h1,.trainer-page .page-header h1{color:#020617;letter-spacing:0;margin:0 0 8px;font-size:38px;font-weight:800;line-height:1.15}.trainer-heading p,.trainer-page .page-header p{color:#475569;font-size:20px}.trainer-page .stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;margin:0 0 40px;display:grid}.trainer-page .stat-card{color:#020617;background:#fff;border:1px solid #eef2f7;border-bottom:5px solid;border-radius:8px;min-height:236px;padding:30px;box-shadow:0 5px 14px #0f172a14}.trainer-page .stat-card:after{display:none}.trainer-page .stat-card.blue{color:#2563eb}.trainer-page .stat-card.green{color:#00b94f}.trainer-page .stat-card.red{color:#ef0000}.trainer-page .stat-card h4{color:#334155;margin:22px 0 10px;font-size:17px;font-weight:700}.trainer-page .stat-card h2{color:#020617;margin:0;font-size:46px;font-weight:850;line-height:1}.trainer-page .icon-box{border-radius:12px;place-items:center;width:70px;height:70px;font-size:34px;display:grid}.trainer-page .summary-grid{grid-template-columns:1fr 1fr;gap:30px;margin:0;display:grid}.trainer-page .summary-card{background:#fff;border:1px solid #eef2f7;border-radius:8px;min-height:310px;padding:30px;box-shadow:0 5px 14px #0f172a1a}.trainer-page .summary-card h2{color:#020617;margin:0 0 26px;font-size:26px;font-weight:800;line-height:1.2}.trainer-page .course-row{color:#0f172a;justify-content:space-between;gap:20px;margin-bottom:10px;font-size:18px;font-weight:650;display:flex}.trainer-page .course-row span:last-child{color:#475569;font-weight:500}.trainer-page .progress{background:#e5e7eb;border-radius:999px;height:10px;margin-bottom:26px}.trainer-page .progress-fill{background:#00b94f;width:93%}.trainer-page .student-item{grid-template-columns:10px 1fr auto;align-items:center;gap:20px;margin-bottom:34px;display:grid}.trainer-page .student-item:last-child{margin-bottom:0}.attendance-dot{border-radius:999px;width:10px;height:10px}.attendance-dot.present{background:#00b94f}.attendance-dot.absent{background:#ff2d34}.trainer-page .student-item h4{color:#020617;margin:0 0 4px;font-size:20px;font-weight:750}.trainer-page .student-item p,.trainer-page .student-item small{color:#64748b;font-size:16px}.student-status{justify-items:end;gap:7px;display:grid}.trainer-page .present,.trainer-page .absent{text-align:center;border-radius:5px;min-width:70px;padding:7px 12px;font-size:14px;font-weight:750}.trainer-page .present{color:#007a38;background:#dcfce7}.trainer-page .absent{color:#c50000;background:#fee2e2}.trainer-page .quick-actions{color:#fff;background:#ff5a00;border-radius:8px;margin-top:30px;padding:34px 30px;box-shadow:0 5px 14px #0f172a1f}.trainer-page .quick-actions h2{font-size:26px;font-weight:800}.trainer-page .action-buttons{gap:20px;margin-top:22px;display:flex}.trainer-page .action-buttons button{cursor:pointer;color:#ff5a00;background:#fff;border:0;border-radius:10px;min-width:210px;height:50px;font-size:18px;font-weight:750}.trainer-page .action-buttons .light-btn{color:#fff!important;background:#fff3!important}.trainer-heading.student-heading{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:44px;display:flex}.trainer-heading.student-heading .add-btn{background:#ff5a00;border-radius:10px;justify-content:center;min-width:210px;min-height:60px;font-size:20px}.trainer-table th{color:#020617;padding:12px 16px;font-size:13px}.trainer-table td{color:#334155;padding:12px 16px;font-size:13px}.trainer-table td:first-child{color:#020617}.trainer-table .course-pill{color:#007a38;background:#dcfce7;font-size:12px}.student-details-page .table-panel{border-radius:8px}.student-modal{border-radius:18px;width:min(820px,100vw - 40px)}.student-modal .close-btn{background:0 0}.student-modal .form-group label{color:#1e293b;font-size:16px}.student-modal .form-group input,.student-modal .form-group select,.student-modal .form-group textarea{border-color:#cbd5e1;font-size:20px}.danger-btn{color:#fff;cursor:pointer;background:#ef0000;border:0;border-radius:10px;flex:1;font-weight:700}.delete-modal .modal-body p{color:#334155;font-size:18px;line-height:1.5}.attendance-filter-card,.attendance-table-panel{background:#fff;border:1px solid #eef2f7;border-radius:8px;box-shadow:0 5px 14px #0f172a1a}.assigned-course-alert{color:#007a38;background:#effdf5;border:1px solid #86efac;border-radius:10px;margin-bottom:24px;padding:18px 16px;font-size:16px}.attendance-filters{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.attendance-filters .form-group{margin-bottom:0}.attendance-filters .form-group label{color:#1e293b;align-items:center;gap:6px;margin-bottom:10px;font-size:18px;display:flex}.attendance-filters .form-group label span{color:#ff4d00;font-size:14px;font-weight:400}.attendance-filters .form-group input,.attendance-filters .form-group select{color:#020617;border-color:#cbd5e1;height:62px;font-size:20px}.attendance-table td:first-child{font-weight:750}.status-select{border-radius:10px;outline:none;min-width:150px;height:54px;padding:0 18px;font-size:20px;font-weight:750}.status-select.present{color:#007a38;background:#dcfce7;border:2px solid #4ade80}.status-select.absent{color:#c50000;background:#fee2e2;border:2px solid #fb8b8b}.status-select.abscond{color:#854d0e;background:#fef9c3;border:2px solid #facc15}.status-select.norecord{color:#64748b;background:#f1f5f9;border:2px solid #cbd5e1}.attendance-actions{align-items:center;gap:20px;display:flex}.attendance-actions button{cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:12px;height:60px;font-size:20px;font-weight:750;display:inline-flex}.save-attendance-btn{color:#fff;background:#00b94f;min-width:266px}.reset-attendance-btn{color:#334155;background:#f1f3f7;min-width:164px}.saved-message{color:#007a38;font-size:16px;font-weight:700}@media (width<=1180px){.trainer-page .stats-grid,.trainer-page .summary-grid,.attendance-filters{grid-template-columns:1fr}.trainer-table{white-space:nowrap;display:block;overflow-x:auto}}@media (width<=760px){.trainer-page{padding:28px 20px 36px}.trainer-heading.student-heading,.attendance-actions,.trainer-page .action-buttons{flex-direction:column;align-items:stretch}.trainer-heading.student-heading .add-btn,.attendance-actions button,.trainer-page .action-buttons button{width:100%}}html,body,#root{width:100%;min-height:100%;overflow-x:hidden}.trainer-layout,.admin-layout{--sidebar-width:220px;width:100%;height:100vh;min-height:100vh;overflow-x:hidden}.trainer-layout .sidebar,.admin-layout .sidebar{width:var(--sidebar-width);flex:0 0 var(--sidebar-width)}.trainer-layout .brand,.admin-layout .brand{gap:14px;height:96px;padding:22px 20px}.trainer-layout .brand-icon,.admin-layout .brand-icon{width:50px;height:50px;font-size:24px}.trainer-layout .brand h2,.admin-layout .brand h2{margin-bottom:4px;font-size:30px}.trainer-layout .brand p,.admin-layout .brand p{font-size:14px}.trainer-layout .sidebar ul,.admin-layout .sidebar ul{padding:32px 20px}.trainer-layout .sidebar .menu,.admin-layout .sidebar .menu{gap:12px;min-height:48px;margin-bottom:10px;padding:0 16px;font-size:14px}.trainer-layout .sidebar .menu svg,.admin-layout .sidebar .menu svg,.trainer-layout .logout svg,.admin-layout .logout svg{width:18px;height:18px}.trainer-layout .logout,.admin-layout .logout{min-height:56px;padding:14px 16px;font-size:14px}.trainer-layout .content{min-width:0;max-width:none;overflow-x:hidden}.trainer-layout.sidebar-collapsed .sidebar,.admin-layout.sidebar-collapsed .sidebar{width:var(--sidebar-collapsed-width);flex-basis:var(--sidebar-collapsed-width)}.trainer-layout .header{height:72px;padding:0 30px}.trainer-layout .header h1{font-size:30px}.trainer-layout .header-actions{gap:18px}.trainer-layout .notification-button{width:38px;height:38px;font-size:25px}.trainer-layout .profile{gap:14px;padding-left:20px}.trainer-layout .profile-avatar{width:50px;height:50px;font-size:25px}.trainer-layout .profile h4{font-size:18px}.trainer-layout .profile span{font-size:14px}.trainer-page{width:100%;min-height:calc(100vh - 72px);padding:28px 30px;overflow-x:hidden}.trainer-heading,.trainer-page .page-header{margin-bottom:22px}.trainer-heading h1,.trainer-page .page-header h1{margin-bottom:8px;font-size:36px}.trainer-heading p,.trainer-page .page-header p{font-size:19px}.trainer-page .stats-grid{gap:28px;margin-bottom:28px}.trainer-page .stat-card{border-radius:8px;min-height:150px;padding:26px 30px 24px}.trainer-page .icon-box{border-radius:12px;width:62px;height:62px;font-size:30px}.trainer-page .stat-card h4{margin:20px 0 8px;font-size:16px}.trainer-page .stat-card h2{font-size:44px}.trainer-page .summary-grid{gap:28px}.trainer-page .summary-card{min-height:270px;padding:26px 30px}.trainer-page .summary-card h2{margin-bottom:22px;font-size:25px}.trainer-page .course-row{margin-bottom:8px;font-size:17px}.trainer-page .progress{height:10px;margin-bottom:22px}.trainer-page .student-item{gap:18px;margin-bottom:24px}.trainer-page .student-item h4{font-size:19px}.trainer-page .student-item p,.trainer-page .student-item small{font-size:16px}.trainer-page .quick-actions{margin-top:24px;padding:24px 30px}.trainer-page .quick-actions h2{font-size:25px}.trainer-page .quick-actions p{margin-top:8px;font-size:19px}.trainer-page .action-buttons{gap:20px;margin-top:18px}.trainer-page .action-buttons button{min-width:180px;height:48px;font-size:18px}.trainer-heading.student-heading{margin-bottom:36px}.trainer-heading.student-heading .add-btn{min-width:180px;min-height:56px;font-size:18px}.trainer-table{table-layout:auto}.trainer-table th,.trainer-table td{padding:12px 16px!important;font-size:13px!important}.trainer-table .course-pill{padding:4px 8px!important;font-size:11px!important}.trainer-table .icon-btn{margin-right:12px!important;font-size:16px!important}.student-details-page .table-panel,.attendance-table-panel{width:100%;max-width:100%}.student-modal{width:min(820px,100vw - 48px);max-height:calc(100vh - 36px)}.student-modal .modal-header{padding:22px 30px}.student-modal .modal-header h2{font-size:30px}.student-modal .modal-body{padding:22px 30px}.student-form-grid{gap:18px 20px}.student-modal .form-group label{margin-bottom:8px;font-size:16px}.student-modal .form-group input,.student-modal .form-group select,.student-modal .form-group textarea{font-size:18px}.student-modal .form-group input,.student-modal .form-group select{height:56px}.student-modal .form-group textarea{min-height:76px}.student-modal .modal-footer{padding:18px 30px 22px}.student-modal .cancel-btn,.student-modal .save-btn,.danger-btn{height:56px;font-size:18px}.attendance-page .trainer-heading{margin-bottom:24px}.attendance-filter-card{margin-bottom:28px;padding:24px 30px}.assigned-course-alert{margin-bottom:18px;padding:14px 16px;font-size:16px}.assigned-course-alert p{margin-top:6px}.attendance-filters{gap:20px}.attendance-filters .form-group label{margin-bottom:8px;font-size:16px}.attendance-filters .form-group input,.attendance-filters .form-group select{height:58px;font-size:20px}.attendance-table-panel{margin-bottom:24px}.attendance-table th,.attendance-table td{padding-top:20px;padding-bottom:20px}.status-select{min-width:150px;height:52px;font-size:18px}.attendance-actions{gap:20px}.attendance-actions button{height:56px;font-size:19px}.save-attendance-btn{min-width:240px}.reset-attendance-btn{min-width:150px}@media (width<=1366px){.trainer-layout{--sidebar-width:200px}.trainer-layout .content{max-width:none}.trainer-layout .brand{padding:20px 14px}.trainer-layout .sidebar ul{padding:26px 14px}.trainer-layout .sidebar .menu{padding:0 14px;font-size:18px}.trainer-layout .logout{padding-inline:20px;font-size:18px}.trainer-page{padding:24px 28px}.trainer-heading h1,.trainer-page .page-header h1{font-size:32px}.trainer-heading p,.trainer-page .page-header p{font-size:18px}.trainer-page .stats-grid,.trainer-page .summary-grid{gap:24px}.trainer-page .stat-card{padding:22px 26px}.trainer-page .stat-card h2{font-size:40px}.trainer-page .summary-card{min-height:246px;padding:22px 26px}.trainer-page .summary-card h2{font-size:23px}.trainer-page .student-item{margin-bottom:20px}.trainer-page .quick-actions{padding:22px 26px}.trainer-table th,.trainer-table td{padding-left:16px!important;padding-right:16px!important}.trainer-table td{font-size:13px!important}}.modern-dashboard{background:radial-gradient(circle at 8% 8%,#ff5a0014,#0000 24%),radial-gradient(circle at 90% 12%,#2563eb14,#0000 22%),#f8fafc}.modern-dashboard .page-heading{margin-bottom:30px}.modern-dashboard .stats-grid{grid-template-columns:repeat(4,minmax(180px,1fr));gap:24px;margin-top:0;margin-bottom:30px}.modern-dashboard .stat-card{isolation:isolate;color:#fff;border:0;border-radius:16px;min-height:205px;padding:28px;transition:transform .22s,box-shadow .22s;overflow:hidden;box-shadow:0 18px 34px #0f172a24}.modern-dashboard .stat-card:hover{transform:translateY(-5px);box-shadow:0 24px 46px #0f172a33}.modern-dashboard .stat-card:after{display:none}.modern-dashboard .stat-card.blue{background:linear-gradient(135deg,#2563eb 0%,#14b8a6 100%)}.modern-dashboard .stat-card.green{background:linear-gradient(135deg,#00a846 0%,#84cc16 100%)}.modern-dashboard .stat-card.red{background:linear-gradient(135deg,#ef4444 0%,#f97316 100%)}.modern-dashboard .stat-card.orange{background:linear-gradient(135deg,#ff5a00 0%,#f59e0b 100%)}.stat-card-glow,.stat-card-wave{pointer-events:none;z-index:-1;position:absolute}.stat-card-glow{filter:blur(1px);background:#ffffff38;border-radius:999px;width:150px;height:150px;top:-46px;right:-48px}.stat-card-wave{background:radial-gradient(120px 70px at 18% 24%,#ffffff57,#0000 68%),linear-gradient(135deg,#ffffff40,#ffffff14);border-radius:48% 52% 0 0;height:118px;bottom:-54px;left:-12%;right:-12%}.modern-dashboard .stat-card-top{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:26px;display:flex}.modern-dashboard .stat-icon{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff3;border:1px solid #ffffff5c;border-radius:18px;width:64px;height:64px;margin:0;box-shadow:inset 0 1px #ffffff52}.modern-dashboard .stat-chip{color:#ffffffeb;white-space:nowrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff2e;border:1px solid #ffffff52;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:750}.modern-dashboard .stat-card p{color:#ffffffe0;margin:0 0 8px;font-size:16px;font-weight:750}.modern-dashboard .stat-card strong{color:#fff;text-shadow:0 10px 24px #0f172a33;font-size:46px}.modern-dashboard .dashboard-grid{gap:24px}.modern-dashboard .dashboard-panel{background:linear-gradient(#fffffff5,#f8fafcf5),#fff;border:1px solid #e2e8f0c7;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 18px 36px #0f172a1a}.modern-dashboard .dashboard-panel:before{content:"";background:linear-gradient(135deg,#ff5a0029,#2563eb1f);border-radius:999px;width:220px;height:220px;position:absolute;top:-120px;right:-94px}.modern-dashboard .dashboard-panel h3{align-items:center;gap:10px;margin-bottom:26px;display:flex;position:relative}.modern-dashboard .dashboard-panel h3:before{content:"";background:linear-gradient(#ff5a00,#2563eb);border-radius:999px;width:10px;height:28px;box-shadow:0 8px 18px #ff5a0047}.modern-dashboard .activity-list{gap:18px}.modern-dashboard .activity-item{background:#fff;border:1px solid #eef2f7;border-radius:14px;min-height:82px;padding:14px 16px;transition:transform .18s,border-color .18s;box-shadow:0 10px 24px #0f172a0f}.modern-dashboard .activity-item:hover{border-color:#cbd5e1;transform:translate(4px)}.modern-dashboard .activity-dot{opacity:.9;width:13px;height:13px;box-shadow:0 0 0 7px}.modern-dashboard .activity-dot.present{color:#00b94f1f;background:#00b94f}.modern-dashboard .activity-dot.absent{color:#ef00001f;background:#ff2d34}.modern-dashboard .activity-time{color:#64748b;background:#f1f5f9;border-radius:999px;padding:7px 10px;font-size:13px;font-weight:700}.modern-dashboard .course-list{gap:22px}.modern-dashboard .course-meta{margin-bottom:9px}.modern-dashboard .course-track{background:#e8edf4;height:12px;box-shadow:inset 0 1px 3px #0f172a14}.modern-dashboard .course-bar{position:relative;overflow:hidden}.modern-dashboard .course-bar:after{content:"";background:linear-gradient(90deg,#0000,#ffffff5c,#0000);animation:2.8s ease-in-out infinite progress-shine;position:absolute;inset:0;transform:translate(-100%)}.modern-dashboard .course-bar.blue{background:linear-gradient(90deg,#2563eb,#06b6d4)}.modern-dashboard .course-bar.purple{background:linear-gradient(90deg,#a855f7,#ec4899)}.modern-dashboard .course-bar.green{background:linear-gradient(90deg,#00b94f,#84cc16)}.modern-dashboard .course-bar.orange{background:linear-gradient(90deg,#ff5a00,#f59e0b)}.modern-dashboard .snapshot-panel{color:#fff;background:linear-gradient(135deg,#0f172a,#1e3fa8 58%,#ff5a00);margin-top:24px}.modern-dashboard .snapshot-panel:before{background:#ffffff24}.modern-dashboard .snapshot-panel h3,.modern-dashboard .snapshot-panel div,.modern-dashboard .snapshot-panel svg{color:#fff}.modern-dashboard .snapshot-panel div{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff24;border-radius:999px;width:fit-content;padding:13px 16px}@keyframes progress-shine{0%{transform:translate(-100%)}60%,to{transform:translate(100%)}}@media (width<=1366px){.modern-dashboard .stats-grid{gap:20px}.modern-dashboard .stat-card{min-height:190px;padding:24px}.modern-dashboard .stat-icon{width:58px;height:58px;font-size:30px}.modern-dashboard .stat-card strong{font-size:42px}}@media (width<=1180px){.modern-dashboard .stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.trainer-info-card{background:#fff;border:1px solid #eef2f7;border-radius:14px;align-items:center;gap:18px;margin-bottom:32px;padding:20px 28px;display:flex;box-shadow:0 4px 12px #0f172a12}.trainer-info-avatar{color:#fff;background:linear-gradient(135deg,#f60,#ff8c00);border-radius:50%;flex-shrink:0;place-items:center;width:54px;height:54px;font-size:24px;font-weight:800;display:grid;box-shadow:0 4px 12px #ff66004d}.trainer-info-details{flex-direction:column;flex:1;gap:4px;display:flex}.trainer-info-details strong{color:#020617;font-size:18px;font-weight:750}.trainer-info-details span{color:#64748b;font-size:14px}.trainer-info-badge{color:#f60;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;padding:6px 18px;font-size:13px;font-weight:700}.table-scroll-wrapper::-webkit-scrollbar{width:6px;height:6px}.table-scroll-wrapper::-webkit-scrollbar-track{background:#f1f5f9}.table-scroll-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.table-scroll-wrapper::-webkit-scrollbar-thumb:hover{background:#94a3b8}.table-scroll-wrapper .custom-table thead th{z-index:2;background:#f8fafc;border-bottom:2px solid #e5e7eb;position:sticky;top:0}.row-num{color:#94a3b8;width:40px;font-size:13px;font-weight:600}.text-muted{color:#64748b;font-size:13px}.student-name-cell{color:#0f172a;align-items:center;gap:10px;font-weight:600;display:flex}.student-avatar{color:#fff;background:linear-gradient(135deg,#f60,#ff8c00);border-radius:50%;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:14px;font-weight:700;display:grid}.action-cell{align-items:center;gap:4px;display:flex}.icon-btn{border-radius:8px;place-items:center;width:34px;height:34px;transition:background .15s,color .15s;display:grid}.icon-btn.view:hover{background:#dcfce7}.icon-btn.edit:hover{background:#dbeafe}.icon-btn.delete:hover{background:#fee2e2}.empty-table-cell{padding:48px 20px!important}.empty-state-block{flex-direction:column;align-items:center;gap:10px;display:flex}.empty-state-icon{font-size:40px;line-height:1}.empty-state-block p{color:#334155;margin:0;font-size:16px;font-weight:600}.empty-state-block span{color:#94a3b8;font-size:13px}.student-count-badge{color:#f60;white-space:nowrap;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;align-self:center;align-items:center;padding:8px 20px;font-size:14px;font-weight:700;display:inline-flex}.delete-modal{width:min(460px,100vw - 40px)}.delete-confirm-body{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:8px 0;display:flex}.delete-icon-wrap{font-size:48px;line-height:1}.delete-confirm-body p{color:#0f172a;margin:0;font-size:17px;font-weight:600}.delete-confirm-body span{color:#94a3b8;font-size:13px}.danger-btn{cursor:pointer;color:#fff;background:#ef4444;border:none;border-radius:10px;flex:1;height:52px;font-size:14px;font-weight:600;transition:background .2s}.danger-btn:hover{background:#dc2626}.trainer-page{padding:32px 36px 52px}.trainer-heading{margin-bottom:32px}.trainer-heading h1{color:#020617;margin:0 0 6px;font-size:34px;font-weight:800}.trainer-heading p{color:#475569;font-size:16px}.trainer-heading.student-heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.admin-page{padding:34px 40px 52px}.page-heading{margin-bottom:40px}.dashboard-panel{flex-direction:column;min-height:280px;display:flex}.dashboard-panel .course-list,.dashboard-panel .activity-list{flex:1;max-height:240px;padding-right:4px;overflow-y:auto}.dashboard-panel .course-list::-webkit-scrollbar{width:4px}.dashboard-panel .activity-list::-webkit-scrollbar{width:4px}.dashboard-panel .course-list::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:999px}.dashboard-panel .activity-list::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:999px}@media (width<=1024px){.trainer-page,.admin-page{padding:24px 24px 40px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:20px}.dashboard-grid{grid-template-columns:1fr;gap:20px}.trainer-heading h1,.page-heading h2{font-size:28px}}@media (width<=640px){.trainer-page,.admin-page{padding:16px 16px 32px}.stats-grid{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:24px}.stat-card{min-height:160px;padding:18px}.stat-card strong{font-size:32px}.stat-icon{width:50px;height:50px;margin-bottom:16px;font-size:24px}.dashboard-grid{grid-template-columns:1fr;gap:16px}.trainer-heading.student-heading{flex-direction:column;align-items:flex-start;gap:12px}.trainer-info-card{flex-wrap:wrap;gap:12px;padding:16px}.student-form-grid{grid-template-columns:1fr}.modal-box{border-radius:14px;width:calc(100vw - 32px)}.student-modal{width:calc(100vw - 32px);max-height:calc(100vh - 32px)}.modal-footer{flex-direction:column;gap:10px}.table-scroll-wrapper{max-height:360px}.custom-table th,.custom-table td{padding:10px 8px!important;font-size:12px!important}.trainer-heading h1,.page-heading h2{font-size:24px}.header{height:72px;padding:0 16px}.header h1{font-size:22px}.profile h4{font-size:15px}}@media (width<=400px){.stats-grid{grid-template-columns:1fr}}.clean-dashboard{background:#f5f6f8;min-height:100%;padding:36px 40px 52px}.clean-page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:36px;display:flex}.clean-page-header h1{color:#111827;margin:0 0 4px;font-size:28px;font-weight:700}.clean-page-header>div>p{color:#6b7280;margin:0;font-size:14px}.clean-trainer-badge{background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:12px;padding:12px 18px;display:flex;box-shadow:0 1px 4px #0000000f}.clean-badge-avatar{color:#fff;background:#1f2937;border-radius:50%;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:grid}.clean-trainer-badge>div{flex-direction:column;gap:2px;display:flex}.clean-trainer-badge strong{color:#111827;font-size:14px;font-weight:700}.clean-trainer-badge span{color:#9ca3af;align-items:center;gap:4px;font-size:12px;display:flex}.clean-stats-row{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:28px;display:grid}.clean-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px;transition:box-shadow .2s,transform .2s;box-shadow:0 1px 4px #0000000d}.clean-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000017}.clean-stat-top{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.clean-stat-icon{color:#374151;background:#f3f4f6;border-radius:10px;place-items:center;width:40px;height:40px;font-size:18px;display:grid}.clean-stat-chip{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600}.clean-stat-value{color:#111827;margin-bottom:6px;font-size:36px;font-weight:800;line-height:1}.clean-stat-label{color:#9ca3af;font-size:13px;font-weight:500}.clean-grid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:28px;display:grid}.clean-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px;box-shadow:0 1px 4px #0000000d}.clean-card-header{border-bottom:1px solid #f3f4f6;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:14px;display:flex}.clean-card-header h3{color:#111827;flex:1;margin:0;font-size:16px;font-weight:700}.clean-count-tag{color:#6b7280;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;padding:4px 12px;font-size:12px;font-weight:700}.clean-student-list{flex-direction:column;gap:10px;max-height:280px;display:flex;overflow-y:auto}.clean-student-list::-webkit-scrollbar{width:4px}.clean-student-list::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:999px}.clean-student-row{background:#f9fafb;border:1px solid #f3f4f6;border-radius:10px;align-items:center;gap:12px;padding:10px 12px;transition:background .15s;display:flex}.clean-student-row:hover{background:#f3f4f6}.clean-student-init{color:#374151;background:#e5e7eb;border-radius:8px;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:14px;font-weight:700;display:grid}.clean-student-info{flex-direction:column;flex:1;gap:2px;display:flex;overflow:hidden}.clean-student-info strong{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.clean-student-info span{color:#9ca3af;font-size:12px}.clean-duration-tag{color:#6b7280;white-space:nowrap;font-size:12px;font-weight:500}.clean-empty{color:#9ca3af;flex-direction:column;align-items:center;gap:10px;padding:32px 20px;display:flex}.clean-empty p{margin:0;font-size:14px}.clean-actions-bar{background:#1f2937;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:28px 32px;display:flex}.clean-actions-text h3{color:#f9fafb;margin:0 0 6px;font-size:18px;font-weight:700}.clean-actions-text p{color:#9ca3af;margin:0;font-size:14px}.clean-actions-buttons{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.clean-btn-primary{color:#111827;cursor:pointer;background:#fff;border:none;border-radius:10px;align-items:center;gap:8px;height:44px;padding:0 22px;font-size:14px;font-weight:600;transition:opacity .15s;display:flex}.clean-btn-primary:hover{opacity:.85}.clean-btn-secondary{color:#d1d5db;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:10px;align-items:center;gap:8px;height:44px;padding:0 22px;font-size:14px;font-weight:600;transition:background .15s;display:flex}.clean-btn-secondary:hover{background:#ffffff14}@media (width<=1024px){.clean-stats-row{grid-template-columns:repeat(2,1fr)}.clean-grid{grid-template-columns:1fr}}@media (width<=640px){.clean-dashboard{padding:20px 16px 36px}.clean-stats-row{grid-template-columns:1fr 1fr;gap:12px}.clean-page-header{flex-direction:column;align-items:flex-start}.clean-actions-bar{flex-direction:column;align-items:flex-start;gap:20px}.clean-actions-buttons{width:100%}.clean-btn-primary,.clean-btn-secondary{flex:1;justify-content:center}}.dash-page{background:#f5f6f8;min-height:100%;padding:36px 40px 52px}.dash-heading{margin-bottom:32px}.dash-heading h2{color:#111827;margin:0 0 4px;font-size:26px;font-weight:700}.dash-heading p{color:#6b7280;margin:0;font-size:14px}.dash-widgets{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:28px;display:grid}.dash-widget{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:14px;padding:24px 24px 20px;transition:box-shadow .2s,transform .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 4px #0000000d}.dash-widget:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000017}.dash-widget__icon{border-radius:10px;place-items:center;width:48px;height:48px;font-size:22px;display:grid}.dash-widget__body{flex-direction:column;gap:4px;display:flex}.dash-widget__label{color:#6b7280;font-size:13px;font-weight:500}.dash-widget__value{color:#111827;font-size:36px;font-weight:800;line-height:1}.dash-widget__bar{border-radius:0 0 12px 12px;height:4px;position:absolute;bottom:0;left:0;right:0}.dash-widget--blue .dash-widget__icon{color:#2563eb;background:#eff6ff}.dash-widget--blue .dash-widget__bar{background:#2563eb}.dash-widget--green .dash-widget__icon{color:#16a34a;background:#f0fdf4}.dash-widget--green .dash-widget__bar{background:#16a34a}.dash-widget--red .dash-widget__icon{color:#dc2626;background:#fff1f2}.dash-widget--red .dash-widget__bar{background:#dc2626}.dash-widget--orange .dash-widget__icon{color:#ea580c;background:#fff7ed}.dash-widget--orange .dash-widget__bar{background:#ea580c}.dash-grid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:28px;display:grid}.dash-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:28px;box-shadow:0 1px 4px #0000000d}.dash-card__title{color:#111827;border-bottom:1px solid #f3f4f6;margin:0 0 22px;padding-bottom:14px;font-size:17px;font-weight:700}.dash-activity{flex-direction:column;gap:0;display:flex}.dash-activity__row{border-bottom:1px solid #f3f4f6;align-items:center;gap:12px;padding:14px 0;display:flex}.dash-activity__row:last-child{border-bottom:none}.dash-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.dash-dot--present{background:#16a34a}.dash-dot--absent{background:#dc2626}.dash-activity__info{flex-direction:column;flex:1;gap:2px;display:flex}.dash-activity__info strong{color:#111827;font-size:14px;font-weight:600}.status-present{color:#16a34a;font-size:12px}.status-absent{color:#dc2626;font-size:12px}.dash-activity__time{color:#9ca3af;white-space:nowrap;font-size:12px}.dash-courses{flex-direction:column;gap:18px;display:flex}.dash-course__meta{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.dash-course__name{color:#111827;font-size:14px;font-weight:600}.dash-course__count{color:#9ca3af;font-size:13px}.dash-track{background:#f3f4f6;border-radius:999px;height:8px;overflow:hidden}.dash-bar{border-radius:999px;height:100%;transition:width .4s}.dash-bar--blue{background:#2563eb}.dash-bar--purple{background:#7c3aed}.dash-bar--green{background:#16a34a}.dash-bar--orange{background:#ea580c}.dash-bar--red{background:#dc2626}.dash-empty{color:#9ca3af;text-align:center;margin:0;padding:24px 0;font-size:14px}.dash-actions-bar{background:#1f2937;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:28px 32px;display:flex}.dash-actions-bar h3{color:#f9fafb;margin:0 0 4px;font-size:17px;font-weight:700}.dash-actions-bar p{color:#9ca3af;margin:0;font-size:13px}.dash-actions-btns{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.dash-btn-primary{color:#111827;cursor:pointer;background:#fff;border:none;border-radius:8px;align-items:center;gap:8px;height:42px;padding:0 22px;font-size:14px;font-weight:600;transition:opacity .15s;display:flex}.dash-btn-primary:hover{opacity:.88}.dash-btn-secondary{color:#d1d5db;cursor:pointer;background:0 0;border:1px solid #ffffff38;border-radius:8px;align-items:center;gap:8px;height:42px;padding:0 22px;font-size:14px;font-weight:600;transition:background .15s;display:flex}.dash-btn-secondary:hover{background:#ffffff14}@media (width<=1024px){.dash-widgets{grid-template-columns:repeat(2,1fr)}.dash-grid{grid-template-columns:1fr}}@media (width<=640px){.dash-page{padding:20px 16px 36px}.dash-widgets{grid-template-columns:1fr 1fr;gap:14px}.dash-actions-bar{flex-direction:column;align-items:flex-start}.dash-actions-btns{width:100%}.dash-btn-primary,.dash-btn-secondary{flex:1;justify-content:center}}.course-empty-state{text-align:center;background:#fff;border:1px solid #eef2f7;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:80px 40px;display:flex;box-shadow:0 4px 12px #0f172a14}.course-empty-icon{color:#f60;background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border-radius:20px;place-items:center;width:80px;height:80px;font-size:36px;display:grid;box-shadow:0 8px 20px #ff660026}.course-empty-state h3{color:#020617;margin:0;font-size:24px;font-weight:800}.course-empty-state p{color:#64748b;margin:0;font-size:15px}.course-name-cell{color:#0f172a;align-items:center;gap:10px;font-weight:600;display:flex}.course-icon-badge{color:#f60;background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border-radius:8px;flex-shrink:0;place-items:center;width:32px;height:32px;font-size:15px;display:grid}.duration-badge{border-radius:999px;padding:5px 14px;font-size:13px;font-weight:700;display:inline-block}.duration-badge--green{color:#007a38;background:#dcfce7}.duration-badge--blue{color:#1d4ed8;background:#dbeafe}.duration-badge--orange{color:#c2410c;background:#ffedd5}.duration-badge--purple{color:#7c3aed;background:#f3e8ff}.course-modal{width:min(500px,100vw - 40px)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:.9s linear infinite spin;display:inline-block}.loading-state,.error-state{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:60px 30px;font-size:18px;display:flex}.loading-state svg{color:var(--accent,#aa3bff);font-size:32px}.error-state{color:#c50000}.error-state p{margin-bottom:12px}.pagination-container{background:#fff;border-top:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px 24px;display:flex}.pagination-info{color:#64748b;font-size:14px}.pagination-highlight{color:#0f172a;font-weight:600}.pagination-controls{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.pagination-size-selector{align-items:center;gap:8px;display:flex}.selector-label{color:#64748b;font-size:14px}.pagination-select{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #dbe2ea;border-radius:8px;outline:none;height:36px;padding:0 10px;font-size:14px;transition:border-color .2s}.pagination-select:focus{border-color:#f60}.pagination-buttons{align-items:center;gap:6px;display:flex}.pagination-btn{color:#475569;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #dbe2ea;border-radius:8px;justify-content:center;align-items:center;min-width:36px;height:36px;padding:0 6px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.pagination-btn:hover:not(:disabled){color:#f60;background:#fff7ed;border-color:#f60}.pagination-btn.active{color:#fff;background:#f60;border-color:#f60;box-shadow:0 4px 10px #ff660040}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-ellipsis{color:#94a3b8;padding:0 4px;font-size:14px}.interactive-profile{cursor:pointer;border-radius:12px;outline:none;padding:6px 12px;transition:all .2s ease-in-out}.interactive-profile:hover{background-color:#f8fafc;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a0d}.interactive-profile:focus-visible{box-shadow:0 0 0 3px #ff66004d}.profile-modal-overlay{animation:.25s ease-out fadeIn}.profile-modal-box{animation:.3s cubic-bezier(.16,1,.3,1) slideUp;overflow:hidden;border-radius:20px!important;width:90%!important;max-width:460px!important}.profile-modal-body{padding:30px!important}.profile-container{flex-direction:column;align-items:stretch;display:flex}.profile-hero{text-align:center;flex-direction:column;align-items:center;margin-bottom:28px;display:flex}.profile-hero-avatar{color:#fff;background:linear-gradient(135deg,#ff8008 0%,#ffc837 100%);border:4px solid #fff;border-radius:50%;place-items:center;width:90px;height:90px;margin-bottom:16px;font-size:44px;display:grid;box-shadow:0 10px 20px #f603}.profile-hero h3{color:#0f172a;margin:0 0 8px;font-size:24px;font-weight:800}.profile-role-badge{text-transform:uppercase;letter-spacing:.5px;color:#f60;background:#fff7ed;border:1px solid #ff660040;border-radius:999px;padding:6px 16px;font-size:12px;font-weight:700}.profile-details-grid{flex-direction:column;gap:16px;display:flex}.profile-detail-item{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;flex-direction:column;gap:6px;padding:14px 18px;display:flex}.detail-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}.detail-label svg{color:#f60;font-size:13px}.detail-value{color:#0f172a;font-size:16px;font-weight:600}.profile-actions-row{justify-content:flex-end;margin-top:12px;display:flex}.edit-profile-btn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:12px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 12px #0f172a26}.edit-profile-btn:hover{background:#1e293b;transform:translateY(-1px);box-shadow:0 6px 16px #0f172a33}.edit-profile-btn svg{font-size:15px}.profile-edit-form{flex-direction:column;gap:20px;display:flex}.profile-edit-form .form-group label{color:#475569;align-items:center;gap:6px;font-size:13px;display:flex}.profile-edit-form .form-group label svg{color:#f60}.profile-modal-footer{gap:12px;margin-top:10px;display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
