:root{--maroon: #990000;--maroon-dark: #6b0000;--maroon-light: #c41e1e;--gold: #e6b800;--gold-light: #ffdd57;--cream: #fffaf0;--cream-2: #fff7e3;--text: #2b1b10;--muted: #725f4a;--shadow: 0 2px 10px rgba(73, 33, 8, .06);--radius-lg: 12px;--radius-md: 8px;--app-background: linear-gradient(135deg, #fffaf0, #f8efe1, #fff7ec);--section-background: linear-gradient(135deg, #fffaf0, #fff7e3)}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:clip}body{margin:0;min-width:320px;width:100%;background:var(--app-background);color:var(--text);font-family:var(--font-family-base, Inter, ui-sans-serif, system-ui, sans-serif);font-weight:var(--font-weight-regular, 400)}app-root{display:block;width:100%}button,input,textarea,select,a{font:inherit}button{border:0;cursor:pointer}a{color:inherit;text-decoration:none}.container{box-sizing:border-box;width:min(100% - 32px,1280px);max-width:1280px;margin-inline:auto}.portal-shell{box-sizing:border-box;width:100%;max-width:none;margin:0}.portal-shell-body{width:100%}.is-hidden{display:none!important}.page-space{padding:34px 0 70px}.muted{color:var(--muted)}.top-bar{background:linear-gradient(90deg,#6b0000,var(--maroon),#6b0000);color:var(--gold-light);text-align:center;padding:7px 12px;font-size:var(--font-xs, .75rem);font-weight:700;border-radius:0 0 12px 12px;width:100%}.site-header{position:sticky;z-index:50;top:10px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-block:24px;padding:18px 26px;border:1px solid rgba(230,184,0,.35);border-radius:var(--radius-md);background:#fffffff2;box-shadow:0 18px 45px #4b230a1f}.logo-box{display:flex;align-items:center;gap:14px;min-width:0}.logo{display:grid;overflow:hidden;width:var(--brand-logo-height, 52px);height:var(--brand-logo-height, 52px);flex:0 0 var(--brand-logo-height, 52px);place-items:center;border:2px solid var(--gold);border-radius:50%;background:var(--maroon)}.logo img{width:100%;height:100%;object-fit:cover}.brand h1{margin:0;color:var(--maroon);font-family:Cinzel,Georgia,serif;font-size:var(--font-lg, 1rem);line-height:1.1}.brand p{margin:4px 0 0;color:#8a6b20;font-size:var(--font-xs, .75rem);font-weight:700}.header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;flex:1;justify-content:flex-end}.site-header .logo-box{flex-shrink:0}.admin-stats{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin-bottom:26px}.stat-card{min-height:0;display:grid;place-items:center;padding:6px 8px;border-radius:var(--radius-md);text-align:center;border:1px solid rgba(230,184,0,.28);background:linear-gradient(135deg,#fffef9,#fff5d9);box-shadow:var(--shadow);transition:box-shadow .22s ease}.stat-card:hover{transform:none;box-shadow:var(--shadow)}.stat-card h3{margin:0;color:var(--maroon);font-family:Inter,system-ui,sans-serif;font-size:.8rem;font-weight:700;line-height:1.1}.stat-card p{margin:2px 0 0;color:var(--muted);font-size:var(--text-caption, .6875rem);font-weight:600}.admin-panel-layout{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:22px;align-items:start;width:100%;min-width:0}.admin-tools-row{display:flex;flex-direction:column;gap:8px;padding:16px;border-radius:var(--radius-md);border:1px solid rgba(230,184,0,.28);background:linear-gradient(135deg,#fffef9,#fff8e9);box-shadow:var(--shadow)}.admin-tool-btn,.small-admin-btn,a.admin-tool-btn,a.small-admin-btn,button.admin-tool-btn,button.small-admin-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.5rem .85rem;min-height:2.25rem;border:1px solid rgba(153,0,0,.14);border-radius:8px;background:linear-gradient(135deg,#fffdf6,#f4dfad);color:var(--maroon);font-size:var(--btn-font, .875rem);font-weight:var(--btn-weight, 600);line-height:1.25;letter-spacing:.01em;text-align:center;box-sizing:border-box;transition:filter .18s ease,border-color .18s ease}.admin-tool-btn:hover,.small-admin-btn:hover:not(:disabled):not(.lms-danger):not(.danger):not(.small-admin-btn--danger){transform:none;filter:none;background:linear-gradient(135deg,var(--maroon),var(--gold));color:#fff;border-color:#99000059}a.admin-tool-btn:hover:not(:disabled):not(.lms-danger):not(.danger):not(.small-admin-btn--danger),a.small-admin-btn:hover:not(:disabled):not(.lms-danger):not(.danger):not(.small-admin-btn--danger){color:#fff}.admin-tool-btn:focus-visible,.small-admin-btn:focus-visible:not(:disabled):not(.lms-danger):not(.danger):not(.small-admin-btn--danger){outline:none;box-shadow:0 0 0 3px #9900002e}.admin-tool-btn.active,.small-admin-btn.active{background:linear-gradient(135deg,var(--maroon),var(--gold));color:#fff}.admin-menu-group{display:flex;flex-direction:column;gap:6px}.admin-menu-parent{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid rgba(153,0,0,.12);cursor:pointer}.admin-menu-chevron{font-size:11px;opacity:.85}.admin-submenu{display:flex;flex-direction:column;gap:6px;padding-left:10px;border-left:2px solid rgba(230,184,0,.55);margin-left:4px}.admin-submenu-btn{font-size:var(--font-xs, .75rem);font-weight:var(--font-weight-semibold, 600);padding:8px 10px}.admin-panel-card{min-width:0;padding:12px 14px;border-radius:var(--radius-md);border:1px solid rgba(230,184,0,.28);background:linear-gradient(135deg,#fffef9,#fff5d9);box-shadow:var(--shadow);transition:box-shadow .22s ease}.admin-panel-card h2{margin:0 0 6px;color:var(--maroon);font-family:var(--font-family-base, Inter, system-ui, sans-serif);font-size:var(--text-page-title, 1rem);font-weight:var(--font-weight-bold, 700);line-height:var(--line-height-tight, 1.25)}.admin-main-action,a.admin-main-action,button.admin-main-action{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.625rem 1.05rem;min-height:2.5rem;border:none;border-radius:8px;background:linear-gradient(135deg,var(--maroon),var(--gold));color:#fff;font-size:var(--btn-font, .875rem);font-weight:var(--btn-weight, 600);line-height:1.25;letter-spacing:.01em;text-align:center;box-sizing:border-box;box-shadow:0 1px 2px #0f172a14,0 4px 12px #99000029;transition:filter .18s ease,box-shadow .18s ease}.admin-main-action:hover{transform:none;filter:brightness(1.04);color:#fff}.admin-main-action:disabled{opacity:.65;cursor:wait;box-shadow:none}.login-shell .admin-main-action,.login-shell a.admin-main-action,.login-shell button.admin-main-action,.signup-shell .admin-main-action,.signup-shell a.admin-main-action,.signup-shell button.admin-main-action,.pricing-shell .admin-main-action,.pricing-shell a.admin-main-action,.pricing-shell button.admin-main-action{background:#0d454a;box-shadow:0 1px 2px #0f172a0f,0 6px 16px #0d454a38;font-size:.875rem;min-height:2.75rem;padding:.75rem 1.15rem;border-radius:10px}.login-shell .admin-main-action:hover,.signup-shell .admin-main-action:hover,.pricing-shell .admin-main-action:hover{filter:brightness(1.06)}.signup-shell .small-admin-btn,.signup-shell button.small-admin-btn,.pricing-shell .small-admin-btn,.login-shell .small-admin-btn{background:#fff;border:1.5px solid #0d454a;color:#0d454a;font-size:.8125rem;font-weight:700;min-height:2.75rem;padding:.55rem .95rem;border-radius:10px;box-shadow:none}.signup-shell .small-admin-btn:hover,.pricing-shell .small-admin-btn:hover,.login-shell .small-admin-btn:hover{background:#eef3f3;filter:none}.signup-shell .small-admin-btn:disabled{opacity:.55;cursor:not-allowed}.login-shell{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:max(24px,env(safe-area-inset-top,0px)) 24px max(24px,env(safe-area-inset-bottom,0px));box-sizing:border-box;background:radial-gradient(1200px 500px at 15% -10%,rgba(232,177,48,.16),transparent 55%),radial-gradient(900px 420px at 90% 0%,rgba(13,69,74,.1),transparent 50%),#f9f8f6}.login-shell app-pwa-install-banner{width:min(100%,430px);flex-shrink:0}.login-wrap{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:max(24px,env(safe-area-inset-top,0px)) 24px max(24px,env(safe-area-inset-bottom,0px));box-sizing:border-box;background:radial-gradient(1200px 500px at 15% -10%,rgba(232,177,48,.16),transparent 55%),radial-gradient(900px 420px at 90% 0%,rgba(13,69,74,.1),transparent 50%),#f9f8f6}.login-card{display:grid;gap:14px;width:min(100%,430px);padding:28px;border:1px solid #dae6e7;border-radius:22px;background:#fff;box-shadow:0 18px 48px #0e2d2f14;animation:card-in .5s ease-out both}.login-card .logo-login{width:var(--brand-logo-height, 88px);height:var(--brand-logo-height, 88px);margin:0 auto 4px;border-radius:50%;border:3px solid #e8b130;object-fit:cover}.login-card h1{margin:0;text-align:center;font-family:Cinzel,Georgia,serif;color:#0d454a;font-size:var(--font-lg, 1rem);font-weight:700}.login-card label{font-size:var(--font-xs, .75rem);font-weight:800;color:#738586}.login-card input{width:100%;padding:12px 14px;border-radius:12px;border:1px solid #dae6e7;background:#fff}input[type=password]::-ms-reveal,input[type=password]::-ms-clear{display:none}input[type=password]::-webkit-credentials-auto-fill-button,input[type=password]::-webkit-strong-password-auto-fill-button{visibility:hidden;display:none;pointer-events:none}.password-field{position:relative;display:flex;align-items:center;width:100%}.password-field input{width:100%;padding-right:2.75rem!important}.password-field__toggle{position:absolute;right:.35rem;top:50%;transform:translateY(-50%);border:0;background:transparent;cursor:pointer;width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;color:#64748b;padding:0;line-height:0}.password-field__toggle:hover,.password-field__toggle:focus-visible{background:#0d454a14;color:#0d454a;outline:none}.password-field__icon{display:block;width:1.125rem;height:1.125rem}.login-error{margin:0;padding:10px 12px;border-radius:12px;background:#fff1f1;border:1px solid #e8b4b4;color:#7a1b1b;font-size:14px}.setup-card{margin-top:80px;text-align:center;padding:40px 28px;border-radius:var(--radius-lg);background:linear-gradient(135deg,#fffef9,#fff5d9);box-shadow:var(--shadow)}.setup-card pre{text-align:left;background:#1f1f1f;color:#f4d36b;padding:14px;border-radius:12px;overflow-x:auto}@keyframes card-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.admin-panel-layout{grid-template-columns:1fr}.site-header{flex-wrap:wrap}}.admin-tool-btn.is-disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.panel-head-row{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;margin-bottom:8px}.panel-head-row h2{margin:0;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:700}.lms-toolbar{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:18px}.lms-filter{display:grid;gap:4px;font-size:var(--font-xs, .75rem);font-weight:800;color:var(--muted)}.lms-filter select,.lms-form-card input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):not([type=color]),.lms-form-card select,.lms-form-card textarea{width:100%;padding:4px 7px;min-height:28px;font-size:.75rem;border-radius:6px;border:1px solid rgba(153,0,0,.2);background:#fff}.lms-form-card{margin-bottom:10px;padding:10px 12px;border-radius:var(--radius-md);border:1px solid rgba(230,184,0,.35);background:linear-gradient(135deg,#fffef9,#fff8e9);box-shadow:var(--shadow);animation:card-in .35s ease-out both}.lms-form-card h3{margin:0 0 8px;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:600;color:var(--maroon)}.lms-form-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.lms-form-grid label,.lms-full{display:grid;gap:2px;font-size:var(--text-caption, .6875rem);font-weight:600;color:var(--muted)}.lms-form-grid label>input,.lms-form-grid label>select,.lms-form-grid label>textarea,.lms-full>input,.lms-full>select,.lms-full>textarea{font-weight:400;color:var(--text, #2b1b10)}.lms-full{margin-top:12px}.lms-form-card input[type=checkbox],.lms-form-card input[type=radio],.adm-toolbar input[type=checkbox],.adm-toolbar input[type=radio],.dt-filter input[type=checkbox],.dt-filter input[type=radio],.saas-desk-form input[type=checkbox],.saas-desk-form input[type=radio]{width:1rem;height:1rem;min-height:0;min-width:0;padding:0;margin:0;flex-shrink:0;accent-color:var(--maroon, #990000);cursor:pointer}.lms-form-grid label:has(>input[type=checkbox]),.lms-form-grid label:has(>input[type=radio]),.lms-full:has(>input[type=checkbox]),.lms-full:has(>input[type=radio]),.intg-oauth-form label:has(>input[type=checkbox]),.intg-oauth-form label:has(>input[type=radio]){display:inline-flex;flex-direction:row;align-items:center;gap:8px;cursor:pointer;width:auto;max-width:100%}.intg-scope-fieldset{display:flex;flex-wrap:wrap;align-items:center;gap:6px 16px;border:1px solid rgba(153,0,0,.15);border-radius:8px;padding:10px 12px;margin:0;grid-column:1 / -1}.intg-scope-fieldset legend{padding:0 6px;font-size:.6875rem;font-weight:600;color:var(--muted)}.intg-scope-fieldset label{display:inline-flex;flex-direction:row;align-items:center;gap:8px;margin:0;cursor:pointer;font-size:.75rem;font-weight:600;color:var(--text, #2b1b10)}.lms-form-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.lms-course-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.lms-course-card{padding:18px;border-radius:var(--radius-md);border:1px solid rgba(230,184,0,.32);background:linear-gradient(135deg,#fffef9,#fff5d9);box-shadow:var(--shadow);transition:transform .35s ease,box-shadow .45s ease}.lms-course-card:hover{transform:translateY(-2px);box-shadow:0 22px 48px #9900001f}.lms-course-card h3{margin:8px 0;color:var(--maroon);font-family:Cinzel,Georgia,serif;font-size:var(--font-md, .875rem)}.lms-course-card__head{display:flex;align-items:center;justify-content:space-between;gap:8px}.lms-course-card__cat{font-size:12px;font-weight:700}.lms-course-card__desc{margin:0 0 12px;font-size:13px;line-height:1.5;color:var(--muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.lms-course-card__actions{display:flex;flex-wrap:wrap;gap:8px}.lms-badge{display:inline-block;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:900;text-transform:uppercase;background:#9900001f;color:var(--maroon)}.lms-badge.is-published{background:linear-gradient(135deg,#15803d,#22c55e);color:#fff}.nav-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;margin-left:6px;border-radius:999px;background:#dc2626;color:#fff;font-size:10px;font-weight:900;line-height:1;vertical-align:middle}.send-notify-header-btn{font-weight:800;white-space:nowrap}.bell-btn{position:relative}.bell-badge{position:absolute;top:-6px;right:-6px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#dc2626;color:#fff;font-size:.625rem;font-weight:900;display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff}.notify-module-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.notify-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:#99000014;font-size:var(--font-xs, .75rem);font-weight:800;color:var(--maroon)}.notify-card-head{display:flex;align-items:center;gap:6px;margin-bottom:4px}.notify-inbox-card__img{width:100%;max-height:160px;object-fit:cover;border-radius:10px;margin-bottom:12px}.notify-inbox-card__hero{margin:0 0 6px;font-size:var(--font-lg, 1rem);color:var(--maroon)}.notify-inbox-card__title{margin:0 0 8px;font-size:13px;font-weight:700}.notify-inbox-card__body{margin:0 0 4px;white-space:pre-wrap;font-size:.8125rem;line-height:1.4}.notify-card-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.notify-page-actions{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.lms-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:0 0 12px;font-size:var(--font-xs, .75rem)}.lms-meta dt{margin:0;color:var(--muted);font-weight:800}.lms-meta dd{margin:2px 0 0;font-weight:900;color:var(--text)}.small-admin-btn.lms-danger{background:linear-gradient(135deg,#fff1f1,#f5c4c4);color:#7a1b1b}.lms-check{display:flex!important;align-items:center;gap:8px;flex-direction:row!important}.lms-check input{width:auto}.lms-video-player{position:relative;width:100%;padding-bottom:56.25%;height:0;border-radius:var(--radius-md);overflow:hidden;background:#1a0a0a;box-shadow:var(--shadow)}.lms-video-player iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.lms-video-player--youtube iframe{top:-52px;height:calc(100% + 72px);width:calc(100% + 4px);left:-2px}.lms-video-player video{position:absolute;inset:0;width:100%;height:100%;border:0;object-fit:contain;background:#000}.lms-video-player--empty{padding-bottom:0;min-height:200px;display:grid;place-items:center}.lms-video-provider{font-size:var(--font-xs, .75rem);margin:8px 0 0;text-align:center}.lms-player-layout{display:grid;grid-template-columns:1fr minmax(240px,300px);gap:20px;align-items:stretch;min-height:calc(100dvh - 10.5rem)}.lms-player-main{padding:18px;border-radius:var(--radius-md);border:1px solid rgba(230,184,0,.28);background:linear-gradient(135deg,#fffef9,#fff5d9);box-shadow:var(--shadow)}.lms-player-main h3{margin:0 0 8px;font-family:Cinzel,Georgia,serif;color:var(--maroon)}.lms-player-sidebar{display:flex;flex-direction:column;gap:8px;padding:14px;border-radius:var(--radius-md);border:1px solid rgba(230,184,0,.28);background:#ffffffeb;min-height:0;max-height:calc(100dvh - 10.5rem);overflow:hidden}.lms-player-sidebar h4{margin:0 0 6px;color:var(--maroon);font-size:14px}.lms-player-sidebar__list{display:flex;flex-direction:column;gap:8px;flex:1 1 auto;min-height:0;overflow-y:auto;padding-right:2px}.lms-lesson-pick{display:grid;gap:4px;width:100%;padding:10px 12px;border-radius:12px;border:1px solid rgba(153,0,0,.12);background:#fffdf6;text-align:left;transition:transform .2s ease,box-shadow .2s ease}.lms-lesson-pick:hover:not(.is-locked){transform:translate(2px);box-shadow:0 8px 18px #9900001a}.lms-lesson-pick.is-active{border-color:var(--gold);background:linear-gradient(135deg,#fff8e9,#fff3c4)}.lms-lesson-pick.is-locked{opacity:.65;cursor:not-allowed}.lms-lesson-pick__title{font-weight:800;font-size:13px;color:var(--text)}.lms-lesson-pick__meta{font-size:11px}.lms-enroll-hint{font-size:11px;margin:0 0 8px;padding:8px;border-radius:10px;background:#9900000f}.lms-lesson-list{display:grid;gap:12px}.lms-lesson-row{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:16px;border-radius:var(--radius-md);border:1px solid rgba(230,184,0,.28);background:#fffef9;transition:box-shadow .35s ease}.lms-lesson-row:hover{box-shadow:var(--shadow)}.lms-lesson-row.is-locked{opacity:.75}.lms-lesson-row h4{margin:8px 0 4px;color:var(--maroon);font-size:16px}.lms-lesson-row__actions{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-start}.lms-badge--preview{background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff}.lms-badge--provider{background:#9900001a;text-transform:capitalize}.lms-student-list{display:grid;gap:14px}.lms-student-card{padding:18px;border-radius:var(--radius-md);border:1px solid rgba(230,184,0,.28);background:linear-gradient(135deg,#fffef9,#fff5d9);box-shadow:var(--shadow)}.lms-student-card__head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.lms-student-card h3{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--maroon);font-size:.6875rem;font-weight:600;line-height:1.25}.lms-enroll-list{list-style:none;margin:0 0 12px;padding:0;display:grid;gap:8px}.lms-enroll-list li{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;background:#ffffffb3;font-size:13px;font-weight:700}@media(max-width:900px){.lms-player-layout{grid-template-columns:1fr}.lms-player-head{margin-bottom:4px}.lms-player-head__left{display:flex;align-items:center;gap:8px;min-width:0;width:100%}.lms-player-back{flex:0 0 auto;min-height:32px;padding:4px 10px;font-size:12px}.lms-player-title{margin:0;font-size:1rem;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1 1 auto}.lms-player-sidebar{padding-top:0;border-top:none;margin-top:0}.lms-player-sidebar__title{display:none}.lms-player-main h3{font-size:1rem;margin:0 0 6px}.lms-lesson-pick{padding:8px 10px}}.module-section-title{margin:1.25rem 0 .75rem;font-size:1.05rem;font-weight:800;color:#4a4038;letter-spacing:.01em}.module-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,9.5rem),1fr));gap:.85rem;margin:1rem 0 1.25rem;min-width:0}.module-stat{padding:1rem 1.1rem;border:1px solid #e8e0d8;border-radius:12px;background:#faf8f6}.module-stat span{display:block;font-size:.78rem;color:#8a7f76;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.2rem}.module-stat strong{font-size:var(--font-lg, 1rem);color:#900;line-height:1.15}.module-tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,13rem),1fr));gap:1rem;margin-bottom:1.25rem;min-width:0}.module-tile{display:flex;flex-direction:column;justify-content:center;gap:.35rem;min-height:92px;padding:1.2rem 1.35rem;border:1px solid #e8e0d8;border-radius:12px;text-decoration:none;color:inherit;background:#fff;box-shadow:0 1px 3px #0000000a;transition:border-color .15s ease,transform .12s ease,box-shadow .15s ease}.module-tile:hover{border-color:#900;transform:translateY(-1px);box-shadow:0 4px 12px #99000014}.module-tile strong{display:block;font-size:1.05rem;font-weight:800;color:#3d3530;line-height:1.25}.module-tile span{font-size:.88rem;color:#8a7f76;line-height:1.35}.module-nav-item{padding:.7rem .85rem;min-height:46px;font-size:.95rem;font-weight:600}.module-nav-hint{font-size:.78rem;margin-top:.15rem}.module-shell--compact .module-nav-item{padding:.58rem .65rem;min-height:44px;font-size:.9rem}.module-shell--compact .module-nav-hint{font-size:.72rem}.portal-task-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:stretch;margin-top:.65rem}.portal-task-actions .small-admin-btn,.portal-task-actions .admin-tool-btn,.portal-task-actions .admin-main-action,.portal-task-actions a.small-admin-btn,.portal-task-actions a.admin-tool-btn{min-height:48px;padding:12px 18px;font-size:var(--btn-font, .875rem);font-weight:var(--btn-weight, 600);display:inline-flex;align-items:center;justify-content:center;text-align:center}.dash-quick-grid{gap:10px}.dash-quick-grid .admin-tool-btn{min-height:48px;min-width:160px;padding:12px 18px;font-size:var(--btn-font, .875rem);font-weight:var(--btn-weight, 600);display:inline-flex;align-items:center;justify-content:center}.fin-quick-btns{gap:10px}.fin-quick-btns .small-admin-btn,.fin-quick-btns .admin-main-action,.fin-quick-btns a.small-admin-btn{min-height:48px;padding:12px 18px;font-size:var(--btn-font, .875rem);font-weight:var(--btn-weight, 600);display:inline-flex;align-items:center;justify-content:center}.adm-tabs,.fees-tabs,.hr-tabs,.cc-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.adm-tabs .admin-tool-btn,.fees-tabs .admin-tool-btn,.hr-tabs .admin-tool-btn,.cc-tabs .admin-tool-btn,.adm-tabs button,.lm-tabs button{font-size:10px;text-align:center;min-height:0;padding:4px 8px;font-weight:600}.adm-tabs--distribute .admin-tool-btn,.fees-tabs--team-mobile .admin-tool-btn{flex:1 1 0;min-width:64px}.adm-toolbar,.lms-toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end;margin-bottom:14px}@media(max-width:900px){.portal-shell{width:100%;max-width:none;margin-inline:0}.page-space{padding:12px 0 24px}.portal-shell--module-fit .page-space{padding:8px 0 16px}.admin-panel-card{padding:16px 14px;border-radius:var(--radius-md)}.admin-panel-card h2,.panel-head-row h2{font-size:var(--text-page-title);line-height:1.25}.panel-head-row{flex-direction:column;align-items:stretch;gap:10px;margin-bottom:14px}.panel-head-row>div:last-child{display:flex;flex-direction:column;gap:8px}.panel-head-row .admin-main-action,.panel-head-row .small-admin-btn{width:100%}.module-tiles{grid-template-columns:1fr}.module-tile{min-height:76px}.admin-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.stat-card h3{font-size:var(--font-lg, 1rem)}.stat-card p{font-size:var(--text-caption)}.admin-main-action,.small-admin-btn,.admin-tool-btn,a.admin-main-action,a.small-admin-btn,a.admin-tool-btn,button.admin-tool-btn{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:6px 12px;font-size:var(--text-tab, .8125rem)}.admin-main-action,a.admin-main-action,button.admin-main-action{min-height:38px;padding:7px 14px}.adm-tabs,.fees-tabs,.hr-tabs,.lm-tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.adm-tabs::-webkit-scrollbar,.fees-tabs::-webkit-scrollbar,.hr-tabs::-webkit-scrollbar,.lm-tabs::-webkit-scrollbar{display:none}.adm-tabs .admin-tool-btn,.fees-tabs .admin-tool-btn,.hr-tabs .admin-tool-btn,.adm-tabs button,.lm-tabs button{flex:0 0 auto;min-height:44px;white-space:nowrap}.adm-toolbar,.lms-toolbar,.dt-toolbar{flex-direction:column;align-items:stretch;padding:12px}.adm-toolbar>*,.lms-toolbar>*,.dt-toolbar__search,.dt-toolbar__filters,.dt-toolbar__actions{width:100%}.dt-toolbar__search{flex-direction:column;min-width:0}.dt-toolbar__filters,.dt-toolbar__actions{flex-direction:column;align-items:stretch}.dt-filter{width:100%}.lms-form-card input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):not([type=color]),.lms-form-card select,.lms-form-card textarea,.adm-toolbar input:not([type=checkbox]):not([type=radio]),.adm-toolbar select,.dt-search,.dt-filter select,.dt-filter input:not([type=checkbox]):not([type=radio]){min-height:40px;font-size:var(--text-input, .875rem);font-weight:400;padding:7px 10px;width:100%}.lms-form-grid{grid-template-columns:1fr;gap:8px}app-module-guide .mod-guide:not([open]){margin-bottom:10px}app-module-guide .mod-guide-summary{padding:10px 12px}app-module-guide .mod-guide-head strong{font-size:14px}app-module-guide .mod-guide-hint{display:none}.hr-module-banner{display:none}}.portal-shell--wa-fit .admin-panel-card--compact>app-module-shell,.portal-shell--wa-fit .admin-panel-card--compact>app-module-shell-component{flex:1;min-height:0;min-width:0;display:flex;flex-direction:column;overflow:hidden}.portal-shell--wa-fit app-whatsapp-inbox-workspace,.portal-shell--wa-fit app-whatsapp-inbox-workspace-component{flex:1;min-height:0;min-width:0;display:flex;flex-direction:column;overflow:hidden}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}#fdskill-overlay-root{position:relative;z-index:10050}body.lm-lead-modal-open{overflow:hidden!important}.lm-lead-modal-host{position:fixed!important;inset:0!important;z-index:10050!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:16px!important;box-sizing:border-box!important;pointer-events:none!important}.lm-lead-modal-host .lm-modal-backdrop{position:absolute!important;inset:0!important;z-index:0!important;background:#00000073!important;pointer-events:auto!important}.lm-lead-modal-host .lm-modal{position:relative!important;z-index:1!important;top:auto!important;left:auto!important;transform:none!important;width:min(720px,94vw)!important;max-height:90vh!important;overflow:auto!important;background:#fffef9!important;border-radius:16px!important;box-shadow:0 20px 60px #9900002e!important;border:1px solid rgba(153,0,0,.12)!important;pointer-events:auto!important}.saas-desk{--desk-bg: #fff;--desk-border: #e8e0d8;--desk-muted: #725f4a;--desk-accent: #990000;--desk-accent-soft: rgba(153, 0, 0, .06);--maroon: #990000;--maroon-dark: #6b0000;--maroon-light: #c41e1e;--brand-primary: #990000;--gold: #e6b800;--gold-light: #ffdd57;--desk-success: #047857;--desk-warn: #b45309;--desk-radius: 12px;background:var(--desk-bg);border:1px solid var(--desk-border);border-radius:var(--desk-radius);overflow:hidden}.saas-desk-hero{padding:1.35rem 1.5rem 0;background:linear-gradient(145deg,#fffaf5,#fff 42%,#fff8f2);border-bottom:1px solid var(--desk-border)}.saas-desk-hero__row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.saas-desk-hero h1{margin:0;font-size:var(--text-page-title, 1rem);letter-spacing:-.02em}.saas-desk-hero .muted{margin:4px 0 0;color:var(--desk-muted);font-size:var(--text-body-lg, .875rem)}.saas-desk-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:var(--text-caption, .6875rem);font-weight:600;background:var(--desk-accent-soft);color:var(--desk-accent);border:1px solid rgba(153,0,0,.15)}.saas-desk-tabs{display:flex;flex-wrap:nowrap;gap:4px;padding-bottom:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;max-width:100%}.saas-desk-tabs::-webkit-scrollbar{display:none}.saas-desk-tabs a,.saas-desk-tabs button{appearance:none;border:none;background:transparent;cursor:pointer;font:inherit;text-decoration:none;color:var(--desk-muted);padding:10px 14px;border-radius:8px 8px 0 0;border-bottom:2px solid transparent;font-size:.8125rem;font-weight:600;transition:color .15s,background .15s,border-color .15s;flex:0 0 auto;white-space:nowrap}.saas-desk-tabs a:hover,.saas-desk-tabs button:hover{color:var(--desk-accent);background:#ffffffb3}.saas-desk-tabs a.active,.saas-desk-tabs button.active{color:var(--desk-accent);background:#fff;border-bottom-color:var(--desk-accent)}.saas-desk-body{padding:1.35rem 1.5rem 1.65rem;background:#fcfbfa}.saas-desk-section{margin-bottom:1.5rem}.saas-desk-section__head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.saas-desk-section__head h2{margin:0;font-size:1.05rem}.saas-desk-section__head p{margin:2px 0 0;width:100%}.saas-desk-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,9.5rem),1fr));gap:10px;margin-bottom:1rem}.saas-desk-stat{padding:12px 14px;border:1px solid var(--desk-border);border-radius:10px;background:#fff;text-align:left;cursor:default}button.saas-desk-stat,a.saas-desk-stat{cursor:pointer;text-decoration:none;color:inherit;width:100%}button.saas-desk-stat:hover,a.saas-desk-stat:hover{border-color:var(--desk-accent)}.saas-desk-stat span{display:block;font-size:var(--text-caption, .6875rem);color:var(--desk-muted);text-transform:uppercase;letter-spacing:.04em}.saas-desk-stat strong{display:block;margin-top:4px;font-size:var(--text-kpi, var(--text-stat, 1rem));line-height:1.1;font-variant-numeric:tabular-nums lining-nums}.saas-desk-stat--success strong{color:var(--desk-success)}.saas-desk-stat--accent strong{color:var(--desk-accent)}.saas-desk-stat--link{text-align:left}.platform-dash-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.billing-org-line{margin-top:6px;font-size:.875rem}.saas-desk-stat--warn strong{color:var(--desk-warn)}.saas-desk-panel{border:1px solid var(--desk-border);border-radius:10px;background:#faf8f6;padding:1rem 1.1rem}.saas-desk-panel--white{background:#fff}.saas-desk-subtabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:1rem}.saas-desk-subtabs button{padding:8px 14px;border-radius:999px;border:1px solid var(--desk-border);background:#fff;font-size:.8125rem;font-weight:600;cursor:pointer;color:var(--desk-muted)}.saas-desk-subtabs button.active{background:var(--desk-accent);border-color:var(--desk-accent);color:#fff}.saas-desk-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:12px}.saas-desk-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));gap:12px}.saas-desk-card{border:1px solid var(--desk-border);border-radius:10px;padding:14px;background:#fff;display:grid;gap:6px}.saas-desk-card__icon{font-size:1.25rem}.saas-desk-card strong{font-size:.95rem}.saas-desk-card .muted{font-size:.78rem}.saas-desk-form{display:grid;gap:10px}.saas-desk-form label{display:grid;gap:4px;font-size:.8125rem;font-weight:600;color:var(--text, #2b1b10)}.saas-desk-form input,.saas-desk-form select,.saas-desk-form textarea{font-weight:400;padding:8px 10px;border:1px solid var(--desk-border);border-radius:8px;background:#fff}.saas-desk-form-row{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end}.saas-desk-table-wrap{overflow-x:auto;border:1px solid var(--desk-border);border-radius:10px;background:#fff}.saas-desk-table{width:100%;border-collapse:collapse;font-size:.8125rem}.saas-desk-table th,.saas-desk-table td{padding:10px 12px;text-align:left;border-bottom:1px solid #f0ebe4}.saas-desk-table th{background:#faf8f6;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--desk-muted)}.saas-desk-msg{padding:10px 12px;border-radius:8px;font-size:.875rem;margin-bottom:12px}.saas-desk-msg--ok{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.saas-desk-msg--err{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.saas-desk-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.saas-desk-channel{border-left:4px solid var(--desk-border);padding-left:12px}.saas-desk-channel--wa{border-left-color:#16a34a}.saas-desk-channel--sms{border-left-color:#2563eb}.saas-desk-channel--email{border-left-color:#7c3aed}.saas-desk-pack{border:1px solid var(--desk-border);border-radius:12px;padding:16px;background:#fff;display:grid;gap:8px}.saas-desk-pack__price{font-size:1.25rem;font-weight:700;color:var(--desk-accent)}.saas-desk-pack__meta{font-size:.78rem;color:var(--desk-muted)}@media(max-width:720px){.saas-desk-hero,.saas-desk-body{padding-inline:1rem}.saas-desk-tabs a,.saas-desk-tabs button{padding:8px 10px;font-size:.75rem}}.action-edit-panel,.saas-desk-inline-drawer{border:1px solid var(--desk-border);border-radius:10px;padding:1rem;background:#fffdf9;margin-top:.75rem}.intg-layout{display:grid;grid-template-columns:1fr;gap:1rem;align-items:start}.intg-layout--split{grid-template-columns:minmax(280px,1fr) minmax(300px,420px)}@media(max-width:960px){.intg-layout--split{grid-template-columns:1fr}}.intg-layout--split .intg-detail{margin-top:0;position:sticky;top:72px;max-height:calc(100vh - 96px);overflow:auto}.platform-tab-panel{display:flex;flex-direction:column;gap:1rem}.platform-tab-head h2{margin:0;font-size:1.15rem;font-weight:700;color:#1a120b}.platform-tab-head p,.platform-tab-intro{margin:0 0 .25rem;font-size:.875rem;line-height:1.45}.platform-panel-card{border:1px solid #ebe3da;border-radius:12px;background:#fff;padding:1.15rem 1.25rem;box-shadow:0 1px 3px #2b1b100a}.platform-panel-card__title{margin:0 0 .35rem;font-size:.95rem;font-weight:700;color:#1a120b}.platform-panel-card__sub{margin:0 0 1rem;font-size:.8125rem}.platform-filter-bar{display:flex;flex-wrap:wrap;gap:10px 12px;align-items:flex-end;padding:14px 16px;border:1px solid #ebe3da;border-radius:12px;background:linear-gradient(180deg,#fff,#fdfaf7)}.platform-filter-bar label{display:flex;flex-direction:column;gap:4px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#8a7f76;min-width:0}.platform-filter-bar label span,.platform-filter-bar label .muted{font-size:inherit;font-weight:inherit;text-transform:inherit;letter-spacing:inherit;color:inherit}.platform-filter-bar input,.platform-filter-bar select{font-weight:400;text-transform:none;letter-spacing:normal;padding:8px 10px;border:1px solid #e8e0d8;border-radius:8px;background:#fff;font-size:.875rem;min-width:10rem}.platform-filter-bar input:focus,.platform-filter-bar select:focus{outline:none;border-color:#900;box-shadow:0 0 0 2px #9900001a}.platform-filter-bar--search label:first-child{flex:1;min-width:min(100%,16rem)}.platform-filter-bar--search label:first-child input{width:100%}.platform-section-label{margin:0 0 .65rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#8a7f76}.platform-kpi-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,9.5rem),1fr));gap:10px}.platform-kpi-mini{border:1px solid #ebe3da;border-radius:10px;background:#fff;padding:12px 14px;display:flex;flex-direction:column;gap:2px}.platform-kpi-mini span{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#8a7f76}.platform-kpi-mini strong{display:block;font-size:1.35rem;font-weight:700;color:#1a120b;line-height:1.15}.platform-kpi-mini--accent strong{color:#900}.platform-kpi-mini--warn strong{color:#b45309}.platform-kpi-mini--ok strong{color:#047857}.platform-data-card{border:1px solid #ebe3da;border-radius:12px;background:#fff;overflow:hidden}.platform-data-card__head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;padding:12px 16px;border-bottom:1px solid #f0ebe4;background:#faf8f6}.platform-data-card__head h3{margin:0;font-size:.9rem;font-weight:700}.platform-form-grid,.platform-provision-form .saas-desk-grid-2,.platform-provision-form .platform-form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,14rem),1fr));gap:14px 16px}.platform-panel-card.saas-desk-form{gap:14px}.platform-panel-card .platform-form-grid label,.platform-provision-form label{display:flex;flex-direction:column;gap:6px;font-size:.8125rem;font-weight:600}.platform-panel-card .platform-form-grid input,.platform-panel-card .platform-form-grid select,.platform-panel-card .platform-form-grid textarea,.platform-provision-form input,.platform-provision-form select{font-weight:400;padding:9px 11px;border:1px solid #e8e0d8;border-radius:8px;width:100%;box-sizing:border-box}.platform-panel-card>label:not(.platform-check-row){display:flex;flex-direction:column;gap:6px}.platform-provision-form .platform-check-row{flex-direction:row;align-items:center;gap:8px;grid-column:1 / -1}.platform-provision-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px;grid-column:1 / -1}.platform-status-pill{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.72rem;font-weight:600;text-transform:capitalize}.platform-status-pill--active,.platform-status-pill--trialing{background:#ecfdf5;color:#047857}.platform-status-pill--past_due,.platform-status-pill--pending_payment{background:#fff7ed;color:#b45309}.platform-status-pill--suspended,.platform-status-pill--cancelled{background:#fef2f2;color:#b91c1c}.platform-empty-state{padding:2rem 1rem;text-align:center;color:#8a7f76;font-size:.875rem}:root{--radius-lg: 12px;--radius-md: 8px;--shadow: 0 2px 10px rgba(73, 33, 8, .06);--font-family-base: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-family-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--font-family-brand: Cinzel, Georgia, "Times New Roman", serif;--font-2xs: .6875rem;--font-xs: .75rem;--font-sm: .8125rem;--font-md: .875rem;--font-lg: 1rem;--font-xl: 1.125rem;--font-2xl: 1.25rem;--font-3xl: 1.5rem;--font-display: clamp(1.85rem, 4vw, 2.5rem);--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-tight: 1.25;--line-height-snug: 1.35;--line-height-normal: 1.45;--line-height-relaxed: 1.6;--text-page-title: var(--font-lg);--text-section: var(--font-md);--text-card-title: var(--font-sm);--text-body: var(--font-sm);--text-body-lg: var(--font-md);--text-muted: var(--font-xs);--text-caption: var(--font-xs);--text-tab: var(--font-xs);--text-stat: var(--font-lg);--text-kpi: 1.28rem;--text-kpi-label: .72rem;--text-kpi-status: .95rem;--text-input: var(--font-md);--text-label: var(--font-sm);--text-display: var(--font-lg);--text-marketing-section: var(--font-md);--text-marketing-card: var(--font-md);--text-marketing-body: var(--font-sm);--text-marketing-muted: var(--font-xs);--text-marketing-caption: var(--font-xs);--text-marketing-price: var(--font-lg);--btn-py: .5rem;--btn-px: .875rem;--btn-font: var(--font-md);--btn-radius: 8px;--btn-weight: var(--font-weight-semibold);--btn-min-h: 2.25rem;--gap-sm: 6px;--gap-md: 8px;--pad-card: 10px 12px;--pad-panel: 12px 14px}body{font-family:var(--font-family-base);font-size:var(--font-sm);font-weight:var(--font-weight-regular);line-height:var(--line-height-normal)}h1,h2{font-size:var(--font-lg);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight)}h3,h4{font-size:var(--font-md);font-weight:var(--font-weight-semibold);line-height:var(--line-height-snug)}h5,h6{font-size:var(--font-sm);font-weight:var(--font-weight-semibold);line-height:var(--line-height-snug)}p,li,label,td,th{font-size:inherit}small,.muted{font-size:var(--font-xs);font-weight:var(--font-weight-regular)}.muted{font-size:var(--text-muted)}.portal-shell{font-family:var(--font-family-base);font-size:var(--text-body);font-weight:var(--font-weight-regular);line-height:var(--line-height-normal)}.portal-shell .page-space{padding:12px 0 24px}.portal-shell .admin-panel-card{padding:var(--pad-panel);border-radius:var(--radius-md);box-shadow:var(--shadow)}.portal-shell .admin-panel-card h2,.portal-shell .panel-head-row h2,.portal-shell h2.panel-title{margin:0 0 6px;font-family:var(--font-family-base)!important;font-size:var(--text-page-title)!important;font-weight:var(--font-weight-bold)!important;line-height:var(--line-height-tight);letter-spacing:0}.portal-shell .panel-head-row{gap:var(--gap-md);margin-bottom:8px;align-items:center}.portal-shell h3{font-family:Inter,system-ui,sans-serif;font-size:var(--text-section);font-weight:600;line-height:1.3}.portal-shell h4{font-size:var(--text-card-title);font-weight:600;line-height:1.3}.portal-shell .lm-subhead,.portal-shell h3.lm-subhead,.portal-shell h4.lm-subhead{font-size:var(--text-caption)!important;margin:6px 0 4px!important;letter-spacing:.03em}.portal-shell .admin-stats{gap:var(--gap-sm);margin-bottom:8px}.portal-shell .stat-card{min-height:0;padding:4px 6px;border-radius:var(--radius-md);box-shadow:var(--shadow)}.portal-shell .stat-card:hover{transform:none;box-shadow:var(--shadow)}.portal-shell .stat-card h3{font-family:var(--font-family-base)!important;font-size:var(--text-kpi, var(--text-stat))!important;font-weight:var(--font-weight-bold)!important;line-height:1.1!important;font-variant-numeric:tabular-nums lining-nums}.portal-shell .stat-card p{margin-top:1px;font-size:var(--text-caption)!important;font-weight:var(--font-weight-medium)!important}.portal-shell .module-stats{gap:var(--gap-sm);margin:8px 0}.portal-shell .module-stat{padding:6px 8px;border-radius:var(--radius-md)}.portal-shell .module-stat span{font-size:var(--text-caption);margin-bottom:2px}.portal-shell .module-stat strong{font-size:var(--text-kpi, var(--text-stat));font-variant-numeric:tabular-nums lining-nums}.portal-shell .module-section-title{margin:8px 0 6px;font-size:var(--text-section);font-weight:var(--font-weight-semibold)}.portal-shell .admin-main-action,.portal-shell .small-admin-btn,.portal-shell .admin-tool-btn,.portal-shell button.admin-tool-btn,.portal-shell a.admin-tool-btn,.portal-shell a.small-admin-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1.25!important;text-align:center!important;padding:var(--btn-py) var(--btn-px)!important;font-size:var(--btn-font)!important;font-weight:var(--btn-weight)!important;border-radius:var(--btn-radius)!important;min-height:var(--btn-min-h)!important;letter-spacing:.01em;box-shadow:0 1px 2px #0f172a0f}.portal-shell .admin-main-action:hover,.portal-shell .small-admin-btn:hover:not(:disabled):not(.lms-danger):not(.danger):not(.small-admin-btn--danger),.portal-shell .admin-tool-btn:hover:not(:disabled){transform:none;filter:none;color:#fff}.portal-shell a.small-admin-btn:hover:not(:disabled):not(.lms-danger):not(.danger):not(.small-admin-btn--danger),.portal-shell a.admin-tool-btn:hover:not(:disabled){color:#fff}.portal-shell .portal-task-actions .admin-main-action,.portal-shell .portal-task-actions .small-admin-btn,.portal-shell .portal-task-actions .admin-tool-btn,.portal-shell .dash-quick-grid .admin-tool-btn,.portal-shell .fin-quick-btns .admin-main-action,.portal-shell .fin-quick-btns .small-admin-btn{min-height:var(--btn-min-h)!important;padding:var(--btn-py) var(--btn-px)!important;font-size:var(--btn-font)!important;font-weight:var(--btn-weight)!important}.portal-shell .dt-row-actions .small-admin-btn:not(.dt-icon-btn),.portal-shell .dt-actions-col .small-admin-btn:not(.dt-icon-btn),.portal-shell td .small-admin-btn:not(.dt-icon-btn),.portal-shell .lm-chip-btn.small-admin-btn,.portal-shell .lp-chip-btn.small-admin-btn{min-height:1.875rem!important;padding:.3rem .65rem!important;font-size:var(--font-xs)!important}.portal-shell .adm-tabs,.portal-shell .fees-tabs,.portal-shell .hr-tabs,.portal-shell .cc-tabs,.portal-shell .lm-tabs{gap:4px;margin-bottom:8px}.portal-shell .adm-tabs .admin-tool-btn,.portal-shell .fees-tabs .admin-tool-btn,.portal-shell .hr-tabs .admin-tool-btn,.portal-shell .cc-tabs .admin-tool-btn,.portal-shell .adm-tabs button,.portal-shell .lm-tabs button{padding:4px 8px!important;font-size:var(--text-tab)!important;min-height:0!important;font-weight:600!important}.portal-shell .adm-toolbar,.portal-shell .lms-toolbar,.portal-shell .dt-toolbar{gap:var(--gap-sm);margin-bottom:8px;padding:6px 8px}.portal-shell .lms-filter{font-size:var(--text-caption);gap:2px}.portal-shell .lms-filter select,.portal-shell .lms-form-card input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):not([type=color]),.portal-shell .lms-form-card select,.portal-shell .lms-form-card textarea,.portal-shell .adm-toolbar input:not([type=checkbox]):not([type=radio]),.portal-shell .adm-toolbar select,.portal-shell .dt-search,.portal-shell .dt-filter select,.portal-shell .dt-filter input:not([type=checkbox]):not([type=radio]){font-size:var(--text-input)!important;min-height:28px!important;padding:4px 7px!important;border-radius:var(--btn-radius)!important}.portal-shell input[type=checkbox],.portal-shell input[type=radio]{width:1rem!important;height:1rem!important;min-height:0!important;min-width:0!important;padding:0!important;margin:0;flex-shrink:0;accent-color:var(--maroon, #990000);cursor:pointer}.portal-shell label:has(>input[type=checkbox]),.portal-shell label:has(>input[type=radio]){display:inline-flex;flex-direction:row;align-items:center;gap:8px;cursor:pointer}.portal-shell .lms-form-card{margin-bottom:10px;padding:var(--pad-card);border-radius:var(--radius-md);box-shadow:var(--shadow)}.portal-shell .lms-form-card h3{margin:0 0 8px;font-family:Inter,system-ui,sans-serif!important;font-size:var(--text-section)!important;font-weight:600!important}.portal-shell .lms-form-grid{gap:var(--gap-sm)}.portal-shell .lms-form-grid label,.portal-shell .lms-full{font-size:var(--text-caption);gap:2px;font-weight:600}.portal-shell .lms-form-grid label>input,.portal-shell .lms-form-grid label>select,.portal-shell .lms-form-grid label>textarea,.portal-shell .lms-full>input,.portal-shell .lms-full>select,.portal-shell .lms-full>textarea{font-weight:400;color:var(--text, #2b1b10)}.portal-shell .lms-form-actions{gap:var(--gap-sm);margin-top:8px}.portal-shell .lms-student-list,.portal-shell .lms-course-grid,.portal-shell .lms-lesson-list{gap:var(--gap-sm)}.portal-shell .lms-student-card,.portal-shell .lms-course-card,.portal-shell .lms-lesson-row{padding:var(--pad-card);border-radius:var(--radius-md);box-shadow:var(--shadow)}.portal-shell .lms-student-card h3,.portal-shell .lms-student-card.lm-lead-card h3{font-family:Inter,system-ui,sans-serif!important;font-size:var(--text-card-title)!important;font-weight:600!important;line-height:1.25!important}.portal-shell .lms-course-card h3{font-family:Inter,system-ui,sans-serif!important;font-size:var(--text-section)!important;font-weight:600!important}.portal-shell .lms-course-card__desc,.portal-shell .lms-enroll-list li{font-size:var(--text-muted)}.portal-shell .lms-lesson-row h4{font-size:var(--text-card-title);margin:4px 0 2px}.portal-shell .lms-badge,.portal-shell .nav-badge{font-size:var(--text-caption);padding:1px 6px}.portal-shell .module-tiles{gap:var(--gap-sm);margin-bottom:8px}.portal-shell .module-tile{min-height:64px;padding:8px 10px;border-radius:var(--radius-md)}.portal-shell .module-tile strong{font-size:var(--text-section);font-weight:700}.portal-shell .module-tile span{font-size:var(--text-muted)}.portal-shell .module-nav-item{padding:5px 8px;min-height:0;font-size:var(--text-body);font-weight:600}.portal-shell .module-nav-hint{font-size:var(--text-caption)}.portal-shell .notify-chip{padding:3px 8px;font-size:var(--text-muted)}.portal-shell table,.portal-shell .lms-roi-table,.portal-shell .lm-roi-table{font-size:var(--text-muted)}.portal-shell th,.portal-shell td{padding:4px 6px}.portal-shell .admin-tools-row{padding:10px;gap:4px}.portal-shell .admin-tools-row .admin-tool-btn,.portal-shell .admin-submenu-btn{padding:5px 8px;font-size:var(--text-tab);font-weight:600;border-radius:var(--btn-radius)}.portal-shell .admin-panel-layout{gap:10px}.login-shell .login-card h1{font-size:var(--font-lg);font-weight:700}.login-shell .login-card label{font-size:var(--text-caption)}.login-shell .login-card input{padding:8px 10px;font-size:var(--text-input);border-radius:var(--btn-radius)}.login-shell .login-card .admin-main-action{padding:.7rem 1.1rem;min-height:2.75rem;font-size:var(--font-md);font-weight:700;border-radius:10px;letter-spacing:.01em}.login-error{font-size:var(--text-body);padding:6px 8px}.portal-shell .dash-hero__title,.portal-shell .auto-page-title{font-size:var(--text-page-title)!important;font-weight:700!important}.portal-shell .dash-tile__value,.portal-shell .dash-trainer-stat strong,.portal-shell .hr-stat strong{font-size:var(--text-kpi, var(--text-stat))!important;font-variant-numeric:tabular-nums lining-nums}.portal-shell .dash-tile__label,.portal-shell .dash-trainer-stat span{font-size:var(--text-caption)!important}.portal-shell .auto-steps{font-size:var(--text-muted)!important}@media(max-width:900px){:root{--font-xs: .75rem;--font-sm: .8125rem;--font-md: .875rem;--font-lg: 1rem;--text-input: 16px}.portal-shell .admin-panel-card{padding:10px 12px}.portal-shell .adm-tabs .admin-tool-btn,.portal-shell .lm-tabs button{min-height:2.25rem!important}}.pricing-shell,.signup-shell,.login-shell,.landing-shell{font-size:var(--text-marketing-body);line-height:1.5;color:var(--text, #2b1b10)}.pricing-shell h1,.signup-shell h1,.landing-shell h1{font-size:var(--font-lg);font-weight:700;line-height:1.25}.pricing-shell h2,.signup-shell h2,.landing-shell h2{font-size:var(--font-md);font-weight:700;line-height:1.3}.pricing-shell h3,.signup-shell h3,.landing-shell h3{font-size:var(--font-md);font-weight:600;line-height:1.35}.pricing-shell .muted,.signup-shell .muted,.landing-shell .muted{font-size:var(--text-marketing-muted)}.pricing-shell p,.signup-shell p,.landing-shell p,.pricing-shell li,.signup-shell li,.landing-shell li{font-size:inherit}.portal-shell h1,.portal-shell h2,.pricing-shell h1,.pricing-shell h2,.signup-shell h1,.signup-shell h2,.login-shell h1,.login-shell h2,.landing-shell h1,.landing-shell h2,.brand h1,.login-card h1{font-size:var(--font-lg)!important;line-height:1.25!important}.portal-shell h3,.portal-shell h4,.pricing-shell h3,.pricing-shell h4,.signup-shell h3,.signup-shell h4,.landing-shell h3,.landing-shell h4,.stat-card h3,.module-stat strong,.lms-course-card h3{font-size:var(--font-md)!important;line-height:1.3!important}.portal-shell .lm-panel-grid,.portal-shell .hr-dash-panels,.portal-shell .hr-panel-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;align-items:start;max-width:min(100%,56rem)}.portal-shell .lm-panel-grid .lms-form-card,.portal-shell .hr-dash-panels .lms-form-card,.portal-shell .hr-mini-panel{margin-bottom:0}.portal-shell .hr-mini-panel h3,.portal-shell .lm-panel-grid .lms-form-card h3{margin:0 0 10px}.portal-shell .lm-kv-list{list-style:none;margin:0;padding:0;max-width:min(100%,22rem)}.portal-shell .lm-kv-list li{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:baseline;padding:8px 0;border-bottom:1px solid rgba(153,0,0,.08);font-size:var(--font-sm)}.portal-shell .lm-kv-list li span:first-child{text-transform:capitalize}.portal-shell .lm-kv-list li span:last-child,.portal-shell .lm-kv-list li strong:last-child{font-weight:700;color:#900;white-space:nowrap}.portal-shell .lm-kv-list.lm-kv-chips li span:last-child,.portal-shell .lm-kv-list.lm-kv-chips li strong:last-child{font-size:var(--font-lg);line-height:1.2}.portal-shell .lm-kv-list.lm-kv-chips{display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:8px;max-width:min(100%,36rem)}.portal-shell .lm-kv-list.lm-kv-chips.lm-kv-chips--text{grid-template-columns:repeat(auto-fill,minmax(min(100%,172px),1fr));max-width:min(100%,56rem)}.portal-shell .lm-kv-list.lm-kv-chips li{display:flex;flex-direction:column;align-items:stretch;gap:4px;min-width:0;padding:10px 12px;background:#fff;border:1px solid rgba(153,0,0,.12);border-radius:10px;border-bottom:none;overflow:hidden}.portal-shell .lm-kv-list.lm-kv-chips li span:first-child{font-size:var(--font-xs);font-weight:600;color:#64748b;line-height:1.35;overflow-wrap:anywhere}.portal-shell .lm-kv-list.lm-kv-chips li span:last-child{font-size:var(--font-lg);line-height:1.3;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.portal-shell .lm-kv-list.lm-kv-chips.lm-kv-chips--text li span:last-child{font-size:var(--font-sm);font-weight:700}.portal-shell .lm-kv-list.lm-kv-chips li .hr-kv-chip-btn{width:100%;min-width:0}.portal-shell .lm-kv-list.lm-kv-chips.lm-kv-chips--text li .hr-kv-chip__metric{width:100%}.portal-shell .lm-kv-list.lm-kv-chips.lm-kv-chips--text li .hr-kv-chip__metric strong,.portal-shell .lm-kv-list.lm-kv-chips.lm-kv-chips--text li .hr-kv-chip__metric em{white-space:normal;overflow-wrap:anywhere}.portal-shell .lm-kv-list.lm-kv-chips li .hr-kv-chip-btn--static{cursor:default}.portal-shell .lm-kv-list.lm-kv-wide{max-width:none}.portal-shell .lm-kv-list.lm-kv-wide li{grid-template-columns:minmax(0,1fr) auto;max-width:40rem}.portal-shell .lm-kv-list.lm-kv-checklist{max-width:min(100%,32rem)}.portal-shell .lm-kv-list.lm-kv-checklist li{display:block;padding:6px 0;border-bottom:1px solid rgba(153,0,0,.06)}.portal-shell .lm-kv-list.lm-kv-checklist label{display:inline-flex;align-items:center;gap:8px;font-weight:500;color:inherit;cursor:pointer}.portal-shell--module-context.portal-shell--layout-full .page-space{padding-inline:12px}.portal-shell--module-context.portal-shell--layout-full .admin-panel-card--full{width:100%;max-width:none}.portal-shell--module-context.portal-shell--layout-full .admin-stats,.portal-shell--module-context.portal-shell--layout-full .auto-stats,.portal-shell--module-context.portal-shell--layout-full .lm-dash-stats,.portal-shell--module-context.portal-shell--layout-full .sh-panel,.portal-shell--module-context.portal-shell--layout-full .sh-grid,.portal-shell--module-context.portal-shell--layout-full .module-stats,.portal-shell--module-context.portal-shell--layout-full .module-tiles,.portal-shell--module-context.portal-shell--layout-full .lm-crm,.portal-shell--module-context.portal-shell--layout-full app-data-table,.portal-shell--module-context.portal-shell--layout-full .dt-wrap{width:100%;max-width:none;min-width:0}.portal-shell--module-context.portal-shell--layout-full .admin-stats.auto-stats,.portal-shell--module-context.portal-shell--layout-full .admin-stats.lm-dash-stats{grid-template-columns:repeat(auto-fit,minmax(min(100%,9.5rem),1fr))}.portal-shell--module-context.portal-shell--layout-full .sh-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,13.5rem),1fr))}.portal-shell--module-context.portal-shell--layout-wide .page-space{padding-inline:16px}.portal-shell--module-context.portal-shell--layout-wide .admin-panel-card--full{width:min(100%,1100px);max-width:1100px;margin-inline:auto}.portal-shell--module-context.portal-shell--layout-medium .page-space{padding-inline:16px}.portal-shell--module-context.portal-shell--layout-medium .admin-panel-card--full{width:min(100%,900px);max-width:900px;margin-inline:auto}.portal-shell .module-intro,.portal-shell .auto-intro,.portal-shell .lm-intro{max-width:52rem}.portal-shell .lm-form-constrained,.portal-shell .lms-form-card.lm-form-constrained,.portal-shell .lm-inline-form.lm-form-constrained{width:100%;max-width:min(100%,42rem);margin-inline:auto}.portal-shell--layout-wide .web-home,.portal-shell--layout-wide .web-pages,.portal-shell--layout-wide .web-funnels,.portal-shell--layout-wide .web-navigation,.portal-shell--layout-wide .web-thank-you{width:100%;max-width:none;margin-inline:0}:root{--ux-content-max: 72rem;--ux-readable: 52rem;--ux-form-max: 42rem;--ux-gap: 12px;--ux-gap-sm: 8px;--ux-radius: 10px;--ux-radius-lg: 12px;--ux-border: rgba(153, 0, 0, .12);--ux-border-soft: rgba(230, 184, 0, .28);--ux-surface: #fff;--ux-surface-muted: #fffef9;--ux-shadow: 0 2px 12px rgba(73, 33, 8, .06);--ux-chat-in: #f5f0eb;--ux-chat-out: #eff6ff;--ux-chat-max: min(85%, 36rem)}.portal-shell .page-space{width:100%;max-width:none;margin-inline:auto;padding-inline:clamp(10px,2vw,18px);box-sizing:border-box}.portal-shell .admin-panel-layout{width:100%;min-width:0}.portal-shell .admin-panel-card,.portal-shell .admin-panel-card--full{min-width:0}.portal-shell .ux-content-constrain{width:100%;max-width:var(--ux-content-max);margin-inline:auto}.portal-shell .ux-readable{max-width:var(--ux-readable)}.ux-page-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:var(--ux-gap);margin-bottom:var(--ux-gap);min-width:0}.ux-page-head__main{flex:1 1 16rem;min-width:0}.ux-page-head h1{margin:0 0 4px;overflow-wrap:anywhere}.ux-page-head__lead{margin:0;color:#6b5f56;font-size:var(--font-sm, .8125rem);line-height:1.45;max-width:var(--ux-readable);overflow-wrap:anywhere}.ux-page-head__actions{display:flex;flex-wrap:wrap;gap:var(--ux-gap-sm);align-items:center;flex-shrink:0}.ux-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:var(--ux-gap);padding:12px 14px;margin-bottom:var(--ux-gap);background:var(--ux-surface-muted);border:1px solid var(--ux-border-soft);border-radius:var(--ux-radius-lg);min-width:0}.ux-toolbar__search{flex:1 1 200px;min-width:0}.ux-toolbar__filters,.ux-toolbar__actions{display:flex;flex-wrap:wrap;gap:var(--ux-gap-sm);align-items:flex-end}.ux-truncate{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ux-wrap{overflow-wrap:anywhere;word-break:break-word}.ux-clamp-2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.ux-clamp-3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.ux-cell-text{display:block;max-width:18rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:900px){.ux-cell-text{max-width:12rem}}.portal-shell .dt-table td,.portal-shell .hr-table td,.portal-shell .billing-table td,.portal-shell table.data-table td{max-width:20rem;overflow:hidden;text-overflow:ellipsis}.portal-shell .dt-actions-col,.portal-shell .hr-table-actions-col,.portal-shell td.dt-actions-col{max-width:none;overflow:visible;white-space:normal}.ux-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:2rem 1.25rem;text-align:center;border:1px dashed var(--ux-border);border-radius:var(--ux-radius-lg);background:var(--ux-surface-muted);min-width:0}.ux-state__icon{font-size:1.75rem;line-height:1;opacity:.85}.ux-state__title{margin:0;font-size:var(--font-md, .875rem);font-weight:600;color:#3d342c}.ux-state__msg{margin:0;max-width:28rem;font-size:var(--font-sm, .8125rem);color:#6b5f56;line-height:1.45;overflow-wrap:anywhere}.ux-state__actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:4px}.ux-state--loading .ux-state__icon{animation:ux-pulse 1.2s ease-in-out infinite}.ux-state--error{border-color:#b91c1c40;background:#fff5f5}.ux-state--error .ux-state__title{color:#991b1b}@keyframes ux-pulse{0%,to{opacity:.45}50%{opacity:1}}.ux-timeline{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;max-width:var(--ux-readable)}.ux-timeline__item{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;border:1px solid var(--ux-border);border-radius:var(--ux-radius);background:var(--ux-surface);box-shadow:var(--ux-shadow);min-width:0}.ux-timeline__icon{flex-shrink:0;width:1.75rem;text-align:center;line-height:1.4}.ux-timeline__body{flex:1;min-width:0;font-size:var(--font-sm, .8125rem);overflow-wrap:anywhere}.ux-timeline__body strong{display:block;font-weight:600;margin-bottom:2px}.ux-timeline__meta{font-size:var(--font-xs, .75rem);color:#8a7f76}.ux-chat-thread{display:flex;flex-direction:column;gap:8px;padding:12px 14px;max-width:min(100%,44rem);margin-inline:auto;width:100%;box-sizing:border-box;min-width:0}.ux-chat-bubble{max-width:var(--ux-chat-max);padding:.5rem .75rem;border-radius:12px;background:var(--ux-chat-in);font-size:var(--font-sm, .8125rem);line-height:1.45;overflow-wrap:anywhere;align-self:flex-start;border:1px solid rgba(0,0,0,.04)}.ux-chat-bubble--out{align-self:flex-end;background:var(--ux-chat-out)}.ux-chat-bubble__who{font-size:var(--font-xs, .75rem);color:#6b5f56;font-weight:600}.ux-chat-bubble__time{font-size:var(--font-xs, .75rem);color:#8a7f76;display:block;margin-top:4px}.ux-pill{display:inline-flex;align-items:center;max-width:100%;padding:2px 8px;border-radius:999px;font-size:var(--font-xs, .75rem);font-weight:600;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:640px){.portal-shell--mobile .ux-mobile-cards .dt-table thead{display:none}.portal-shell--mobile .ux-mobile-cards .dt-table,.portal-shell--mobile .ux-mobile-cards .dt-table tbody,.portal-shell--mobile .ux-mobile-cards .dt-table tr,.portal-shell--mobile .ux-mobile-cards .dt-table td{display:block;width:100%}.portal-shell--mobile .ux-mobile-cards .dt-table tr{margin-bottom:10px;padding:10px 12px;border:1px solid var(--ux-border-soft);border-radius:var(--ux-radius);background:var(--ux-surface)}.portal-shell--mobile .ux-mobile-cards .dt-table td{padding:4px 0;border:none;max-width:none}.portal-shell--mobile .ux-mobile-cards .dt-table td:before{content:attr(data-label);display:block;font-size:var(--font-xs, .75rem);font-weight:700;color:#900;margin-bottom:2px}.portal-shell--mobile .ux-mobile-cards .dt-actions-col:before{content:none}.portal-shell .page-space{padding-bottom:calc(72px + env(safe-area-inset-bottom,0px))}}.ux-skeleton{background:linear-gradient(90deg,#f0ebe6 25%,#faf7f4,#f0ebe6 75%);background-size:200% 100%;animation:ux-shimmer 1.2s ease-in-out infinite;border-radius:6px;min-height:.875rem}@keyframes ux-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.wchat-thread,.wa-thread-messages{max-width:min(100%,44rem);margin-inline:auto;width:100%;padding-inline:12px;box-sizing:border-box}.wchat-bubble{max-width:var(--ux-chat-max)!important;overflow-wrap:anywhere}:root{--fdskill-touch-min: 44px;--fdskill-bp-tablet: 1024px;--fdskill-bp-mobile: 900px;--fdskill-bp-phone: 520px}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{overflow-x:clip}img,video,iframe{max-width:100%;height:auto}.portal-shell,.portal-shell-body,.portal-main,.module-shell,.module-shell__body,.page-space,.admin-panel-layout,.admin-panel-card,.finance-desk,.crm-desk,.dt-wrap,.data-table-wrap,.admin-table-wrap,.store-main,.wa-page,.saas-desk,.lms-desk{max-width:100%;min-width:0}.dt-wrap,.data-table-wrap,.admin-table-wrap,.table-scroll-x,.team-table-card,.offline-batches-table-wrap,.wa-table-wrap,.platform-table-wrap,.fin-invoice-panel,.inv-lines,.comm-wa-devices,.comm-wa-devices .table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;min-width:0}@media(max-width:900px){.team-mobile-nav__item,.admin-main-action,input[type=submit]{min-height:var(--fdskill-touch-min)}input[type=text],input[type=email],input[type=tel],input[type=number],input[type=password],input[type=search],input[type=date],select,textarea{min-height:var(--fdskill-touch-min);font-size:max(16px,1rem)}.portal-tab,.fdskill-tab{min-height:2.25rem!important;padding-top:.45rem;padding-bottom:.45rem}.modal-panel,.team-modal-panel,.drawer-panel,.finance-modal,.workflow-modal{width:min(100vw - 1rem,640px)!important;max-height:min(92dvh,900px);margin:.5rem auto}.modal-backdrop,.team-modal-backdrop{padding:.5rem}.dt-toolbar,.stats-period-toolbar,.finance-toolbar,.page-toolbar{flex-direction:column;align-items:stretch!important}.dt-toolbar__actions,.stats-period-toolbar__actions{width:100%}.dt-toolbar__actions>*,.stats-period-toolbar__actions>*{width:100%;justify-content:center}.platform-admin{padding:.85rem}.platform-table-wrap,.platform-team-demo__table{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%}.platform-table{min-width:520px}.platform-stats{flex-direction:column}.platform-module-grid{grid-template-columns:1fr}.platform-edit-stack__head{flex-direction:column;align-items:flex-start;gap:.5rem}.chart-panel,.stats-chart-wrap,canvas{max-width:100%}.wa-workspace,.whatsapp-inbox-workspace,.finance-desk,.fin-invoice-panel{min-width:0}.pb-studio,.pb-studio__canvas,.wf-builder,.workflow-builder,.wa-flow-builder,.funnel-canvas,.web-chat-inbox,.marketing-desk{max-width:100%;min-width:0;overflow-x:clip}.page-toolbar,.desk-toolbar,.crm-toolbar,.lms-toolbar,.wa-toolbar,.shop-toolbar,.filter-bar,.action-bar,.cc-action-bar{flex-wrap:wrap;max-width:100%;min-width:0}.admin-panel-layout,.stats-grid,.kpi-grid,.dashboard-grid,.module-dashboard__grid{grid-template-columns:1fr!important}.admin-panel-card,.saas-card,.desk-card,.modal-panel,.apm-panel,.team-modal,.team-modal-panel{max-width:100%;box-sizing:border-box}.apm-backdrop,.apm-modal,.team-modal-backdrop,.modal-backdrop{padding:.5rem;box-sizing:border-box}.apm-panel,.apm-modal__panel,.team-modal__panel,.team-modal-panel{width:min(100%,calc(100vw - 1rem))!important;max-width:calc(100vw - 1rem)!important;max-height:min(92dvh,900px);overflow:auto}.inv-line-head,.inv-line-row{min-width:0}.inv-lines .inv-line-head,.inv-lines .inv-line-row{min-width:560px}.wa-table-wrap table{min-width:720px}.store-hero__dots button{min-height:0!important;min-width:0!important;font-size:0!important;padding:0!important}}@media(max-width:360px){.page-space,.admin-panel-layout,.platform-admin{padding-left:.5rem!important;padding-right:.5rem!important}.portal-top-search{padding-left:.5rem;padding-right:.5rem}.saas-product-chip,.saas-plan-chip{font-size:.65rem;padding:.18rem .4rem}}@media(min-width:901px)and (max-width:1024px){.portal-main{padding-left:.75rem;padding-right:.75rem}}@media(min-width:1400px){.home-shell,.pricing-shell,.public-page__inner{max-width:1200px;margin-left:auto;margin-right:auto}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:root{--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--btn-py: .4rem;--btn-px: .75rem;--btn-font: var(--font-sm, .8125rem);--btn-radius: 8px;--btn-weight: 600;--btn-min-h: 2rem;--btn-sm-min-h: 1.875rem;--input-min-h: 2.25rem;--input-radius: 8px;--card-radius: 12px;--card-pad: 12px 14px;--card-shadow: 0 1px 2px rgba(43, 27, 16, .04), 0 8px 24px rgba(43, 27, 16, .04);--card-border: 1px solid rgba(153, 0, 0, .1)}.portal-shell .admin-main-action,.portal-shell .small-admin-btn,.portal-shell .admin-tool-btn,.portal-shell a.admin-main-action,.portal-shell a.small-admin-btn,.portal-shell a.admin-tool-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.35rem!important;min-height:var(--btn-min-h)!important;padding:var(--btn-py) var(--btn-px)!important;border-radius:var(--btn-radius)!important;font-size:var(--btn-font)!important;font-weight:var(--btn-weight)!important;line-height:1.2!important;letter-spacing:.01em;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,transform .12s ease}.portal-shell .small-admin-btn,.portal-shell a.small-admin-btn,.portal-shell .admin-tool-btn,.portal-shell a.admin-tool-btn{min-height:var(--btn-sm-min-h)!important;padding:.3rem .65rem!important;font-weight:600!important}.portal-shell .dt-row-actions .small-admin-btn.dt-icon-btn,.portal-shell .dt-actions-col .small-admin-btn.dt-icon-btn,.portal-shell td .small-admin-btn.dt-icon-btn{padding:0!important;font-size:0!important;line-height:0!important}@media(min-width:901px){.portal-shell .dt-row-actions .small-admin-btn.dt-icon-btn,.portal-shell .dt-actions-col .small-admin-btn.dt-icon-btn,.portal-shell td .small-admin-btn.dt-icon-btn{width:2rem!important;min-width:2rem!important;max-width:2rem!important;height:2rem!important;min-height:2rem!important}.portal-shell .dt-icon-btn svg{width:16px!important;height:16px!important}}.portal-shell .admin-main-action:active,.portal-shell .small-admin-btn:active{transform:translateY(1px)}.portal-shell .small-admin-btn--danger,.portal-shell .admin-main-action--danger{border-color:#b4231859!important;color:#9b1c1c!important}.portal-shell .small-admin-btn--success{border-color:#1665344d!important;color:#166534!important}.portal-shell input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=range]),.portal-shell select,.portal-shell textarea{min-height:var(--input-min-h);border-radius:var(--input-radius)!important;border:1px solid rgba(153,0,0,.16)!important;padding:.45rem .7rem!important;font-size:var(--font-sm, .8125rem)!important;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.portal-shell textarea{min-height:5.5rem;line-height:1.45}.portal-shell input:focus,.portal-shell select:focus,.portal-shell textarea:focus{outline:none;border-color:#99000073!important;box-shadow:0 0 0 3px #99000014}.portal-shell app-live-room input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=range]),.portal-shell app-live-room textarea,.portal-shell app-live-room select,.portal-shell app-live-room-prejoin input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=range]),.portal-shell app-live-room-prejoin textarea,.portal-shell .lk input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=range]),.portal-shell .lk textarea,.portal-shell .lk select{background:#12151b!important;color:#f3f4f6!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:none!important}.portal-shell app-live-room input::placeholder,.portal-shell app-live-room textarea::placeholder,.portal-shell app-live-room-prejoin input::placeholder,.portal-shell .lk input::placeholder,.portal-shell .lk textarea::placeholder{color:#9ca3af!important;opacity:1}.portal-shell app-live-room input:focus,.portal-shell app-live-room textarea:focus,.portal-shell app-live-room select:focus,.portal-shell app-live-room-prejoin input:focus,.portal-shell app-live-room-prejoin textarea:focus,.portal-shell .lk input:focus,.portal-shell .lk textarea:focus,.portal-shell .lk select:focus{border-color:#2d7ff9a6!important;box-shadow:0 0 0 2px #2d7ff933!important}.portal-shell app-live-room input:-webkit-autofill,.portal-shell app-live-room textarea:-webkit-autofill,.portal-shell app-live-room-prejoin input:-webkit-autofill,.portal-shell .lk input:-webkit-autofill,.portal-shell .lk textarea:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #12151b inset!important;-webkit-text-fill-color:#f3f4f6!important;caret-color:#f3f4f6!important}.portal-shell label{font-size:var(--font-xs, .75rem);font-weight:650;letter-spacing:.01em;color:#5c4a3d;margin-bottom:.25rem}.portal-shell .lms-form-grid,.portal-shell .form-grid,.portal-shell .ux-form-grid{gap:var(--space-3)!important}.portal-shell .admin-panel-card,.portal-shell .lms-form-card,.portal-shell .stat-card,.portal-shell .saas-desk-card{border-radius:var(--card-radius)!important;border:var(--card-border)!important;box-shadow:var(--card-shadow)!important;padding:var(--card-pad)!important;background:#fff}.portal-shell .stat-card{padding:12px!important}.portal-shell .dt-toolbar{gap:var(--space-2)!important;margin-bottom:var(--space-3)!important;padding:10px 12px!important;border-radius:10px!important;background:#fffdf9!important}.portal-shell .dt-search{padding:.45rem .7rem!important;border-radius:8px!important;min-height:var(--input-min-h)}.portal-shell .dt-table th{font-size:var(--font-xs, .75rem)!important;font-weight:700!important;letter-spacing:.02em;text-transform:none;color:#6b5648;padding:8px 10px!important;background:#faf6f1}.portal-shell .dt-table td{padding:8px 10px!important;font-size:var(--font-sm, .8125rem)!important;vertical-align:middle}.portal-shell .dt-table tbody tr{transition:background .12s ease}.portal-shell .dt-table tbody tr:hover{background:#99000006}.portal-shell .saas-desk-tabs,.portal-shell .billing-subnav,.portal-shell .adm-tabs,.portal-shell .fdskill-tabs,.portal-shell .ux-tabs,.portal-shell .billing-list__tabs{display:flex!important;flex-wrap:nowrap!important;gap:2px!important;overflow-x:auto!important;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;max-width:100%;padding-bottom:2px;margin-bottom:var(--space-3);border-bottom:1px solid rgba(153,0,0,.1)}.portal-shell .saas-desk-tabs::-webkit-scrollbar,.portal-shell .billing-subnav::-webkit-scrollbar,.portal-shell .adm-tabs::-webkit-scrollbar,.portal-shell .fdskill-tabs::-webkit-scrollbar,.portal-shell .billing-list__tabs::-webkit-scrollbar{display:none}.portal-shell .saas-desk-tabs a,.portal-shell .saas-desk-tabs button,.portal-shell .billing-subnav a,.portal-shell .adm-tabs .admin-tool-btn,.portal-shell .billing-list__tab,.portal-shell .fdskill-tab,.portal-shell .portal-tab{flex:0 0 auto!important;white-space:nowrap!important;min-height:2.25rem!important;padding:.45rem .85rem!important;border-radius:8px 8px 0 0!important}@media(max-width:900px){.portal-shell--mobile:not(.portal-shell--rail-expanded),.portal-shell--admin-mobile:not(.portal-shell--rail-expanded),.portal-shell--team-mobile:not(.portal-shell--rail-expanded),.portal-shell--manager-mobile:not(.portal-shell--rail-expanded){grid-template-columns:minmax(0,1fr)!important}.portal-shell--mobile:not(.portal-shell--rail-expanded) .portal-header-rail,.portal-shell--admin-mobile:not(.portal-shell--rail-expanded) .portal-header-rail,.portal-shell--team-mobile:not(.portal-shell--rail-expanded) .portal-header-rail,.portal-shell--manager-mobile:not(.portal-shell--rail-expanded) .portal-header-rail{display:none!important}.portal-shell--mobile .portal-shell-body,.portal-shell--admin-mobile .portal-shell-body{padding-left:0!important;max-width:100%}.portal-shell--mobile .page-space,.portal-shell--admin-mobile .page-space{padding:8px 10px calc(72px + env(safe-area-inset-bottom,0px))!important}.portal-shell .admin-main-action,.portal-shell a.admin-main-action{min-height:2.25rem!important;padding:6px 12px!important}.portal-shell .small-admin-btn,.portal-shell .admin-tool-btn,.portal-shell a.small-admin-btn,.portal-shell a.admin-tool-btn,.portal-shell .dt-row-actions .small-admin-btn:not(.dt-icon-btn),.portal-shell td .small-admin-btn:not(.dt-icon-btn){min-height:2rem!important;padding:5px 10px!important;font-size:.75rem!important}.portal-shell input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]),.portal-shell select,.portal-shell textarea{min-height:2.5rem!important;font-size:var(--text-input, .875rem)!important;font-weight:400!important;padding:7px 10px!important}.portal-shell .lms-form-grid,.portal-shell .form-grid,.portal-shell .admin-panel-layout,.portal-shell .stats-grid,.portal-shell .kpi-grid{grid-template-columns:1fr!important}.portal-shell .dt-toolbar{flex-direction:column!important;align-items:stretch!important}.portal-shell .dt-toolbar__actions .small-admin-btn,.portal-shell .dt-toolbar__actions .admin-main-action{width:auto;flex:1 1 auto}.portal-shell .team-mobile-nav__item{min-height:48px}.portal-shell--admin-mobile .panel-head-row,.portal-shell--team-mobile .panel-head-row{gap:6px!important;margin-bottom:6px!important}.portal-shell--admin-mobile .panel-head-row>div:last-child,.portal-shell--team-mobile .panel-head-row>div:last-child{flex-direction:row!important;flex-wrap:wrap!important;gap:6px!important}.portal-shell--admin-mobile .panel-head-row .admin-main-action,.portal-shell--admin-mobile .panel-head-row .small-admin-btn,.portal-shell--team-mobile .panel-head-row .admin-main-action,.portal-shell--team-mobile .panel-head-row .small-admin-btn{width:auto!important;flex:0 1 auto!important;min-width:0;padding:5px 10px!important;min-height:32px!important}.portal-shell--admin-mobile .admin-panel-card,.portal-shell--team-mobile .admin-panel-card{padding:10px 10px 12px!important}.portal-shell--admin-mobile .lms-form-actions,.portal-shell--team-mobile .lms-form-actions{gap:6px!important;margin-top:8px!important}.portal-shell--admin-mobile .dash-workspace-banner:not([open]) .dash-workspace-banner__body,.portal-shell--team-mobile .dash-workspace-banner:not([open]) .dash-workspace-banner__body{display:none}.portal-shell--admin-mobile details.dash-setup:not([open]) .dash-accordion__body,.portal-shell--team-mobile details.dash-setup:not([open]) .dash-accordion__body{display:none}.portal-shell--admin-mobile .dash-accordion__summary,.portal-shell--team-mobile .dash-accordion__summary{padding:10px 12px!important}}@media(max-width:640px){.portal-shell--mobile .ux-mobile-cards .dt-table thead,.portal-shell--mobile table.saas-desk-table thead,.portal-shell--mobile .hr-table thead,.portal-shell--mobile .billing-table thead,.portal-shell--mobile .platform-table thead,.portal-shell--mobile .team-table thead,.portal-shell--mobile .crm-table thead{display:none}.portal-shell--mobile .ux-mobile-cards .dt-table,.portal-shell--mobile .ux-mobile-cards .dt-table tbody,.portal-shell--mobile .ux-mobile-cards .dt-table tr,.portal-shell--mobile .ux-mobile-cards .dt-table td,.portal-shell--mobile table.saas-desk-table,.portal-shell--mobile table.saas-desk-table tbody,.portal-shell--mobile table.saas-desk-table tr,.portal-shell--mobile table.saas-desk-table td,.portal-shell--mobile .billing-table,.portal-shell--mobile .billing-table tbody,.portal-shell--mobile .billing-table tr,.portal-shell--mobile .billing-table td,.portal-shell--mobile .hr-table,.portal-shell--mobile .hr-table tbody,.portal-shell--mobile .hr-table tr,.portal-shell--mobile .hr-table td{display:block;width:100%}.portal-shell--mobile .ux-mobile-cards .dt-table tr,.portal-shell--mobile table.saas-desk-table tr,.portal-shell--mobile .billing-table tr,.portal-shell--mobile .hr-table tr{margin-bottom:10px;padding:12px;border:1px solid rgba(153,0,0,.1);border-radius:12px;background:#fff;box-shadow:var(--card-shadow)}.portal-shell--mobile .ux-mobile-cards .dt-table td,.portal-shell--mobile table.saas-desk-table td,.portal-shell--mobile .billing-table td,.portal-shell--mobile .hr-table td{padding:5px 0!important;border:none!important;max-width:none!important}.portal-shell--mobile .ux-mobile-cards .dt-table td:before,.portal-shell--mobile table.saas-desk-table td[data-label]:before,.portal-shell--mobile .billing-table td[data-label]:before,.portal-shell--mobile .hr-table td[data-label]:before{content:attr(data-label);display:block;font-size:.7rem;font-weight:700;color:#900;margin-bottom:2px;letter-spacing:.02em}.portal-shell--mobile .ux-mobile-cards .dt-actions-col:before{content:none!important}.portal-shell--mobile .dt-actions-col,.portal-shell--mobile td.actions{display:flex!important;flex-wrap:wrap;gap:6px;padding-top:8px!important}}@media(min-width:901px){.portal-shell details.ux-filters-collapse.dt-toolbar__filters-wrap{border:none;background:transparent;margin:0;display:contents}.portal-shell details.ux-filters-collapse.dt-toolbar__filters-wrap>summary{display:none}.portal-shell details.ux-filters-collapse.dt-toolbar__filters-wrap .ux-filters-collapse__body{display:contents;padding:0}}@media(max-width:900px){.portal-shell details.ux-filters-collapse{border:1px solid rgba(153,0,0,.12);border-radius:10px;padding:0;margin-bottom:var(--space-3, 12px);background:#fffdf9;display:block}.portal-shell details.ux-filters-collapse>summary{list-style:none;cursor:pointer;padding:10px 12px;font-size:var(--font-sm, .8125rem);font-weight:650;color:#5c4a3d}.portal-shell details.ux-filters-collapse>summary::-webkit-details-marker{display:none}.portal-shell details.ux-filters-collapse[open]>summary{border-bottom:1px solid rgba(153,0,0,.08)}.portal-shell details.ux-filters-collapse .ux-filters-collapse__body{padding:10px 12px 12px}}.portal-shell details.ux-help,details.ux-help{border:1px solid rgba(37,99,235,.22);border-radius:10px;background:linear-gradient(180deg,#f8fbff,#fff);margin:.65rem 0 .85rem;overflow:hidden}.portal-shell details.ux-help>summary,.portal-shell .ux-help__summary,details.ux-help>summary{list-style:none;cursor:pointer;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .55rem;padding:.65rem .85rem;font-size:var(--font-sm, .8125rem);font-weight:650;color:#1e3a5f;-webkit-user-select:none;user-select:none}.portal-shell details.ux-help>summary::-webkit-details-marker,details.ux-help>summary::-webkit-details-marker{display:none}.portal-shell .ux-help__icon{font-size:.95rem;line-height:1}.portal-shell .ux-help__title{font-weight:700}.portal-shell .ux-help__subtitle{flex:1 1 auto;font-weight:500;font-size:var(--font-xs, .75rem)}.portal-shell .ux-help__chevron{margin-left:auto;color:#64748b;transition:transform .15s ease;font-size:.85rem}.portal-shell details.ux-help[open] .ux-help__chevron{transform:rotate(180deg)}.portal-shell .ux-help__body{padding:0 .85rem .85rem;font-size:var(--font-sm, .8125rem);line-height:1.5;color:#334155}.portal-shell .ux-help__body p,.portal-shell .ux-help__body li{margin:.35rem 0}.portal-shell .ux-help__body ul,.portal-shell .ux-help__body ol{margin:.35rem 0 0;padding-left:1.15rem}.portal-shell details.cdn-step-note,.portal-shell details.cdn-info-box,.portal-shell details.comm-email-setup-guide{border:1px solid rgba(37,99,235,.22);border-radius:10px;background:#eff6ff;margin:.5rem 0 .75rem;padding:0}.portal-shell details.cdn-step-note>summary,.portal-shell details.cdn-info-box>summary,.portal-shell details.comm-email-setup-guide>summary{list-style:none;cursor:pointer;padding:.55rem .75rem;font-size:.8rem;font-weight:700;color:#1e40af}.portal-shell details.cdn-step-note>summary::-webkit-details-marker,.portal-shell details.cdn-info-box>summary::-webkit-details-marker,.portal-shell details.comm-email-setup-guide>summary::-webkit-details-marker{display:none}.portal-shell details.cdn-step-note>summary:after,.portal-shell details.cdn-info-box>summary:after,.portal-shell details.comm-email-setup-guide>summary:after{content:" \2304";float:right;font-weight:600;color:#64748b}.portal-shell details.cdn-step-note[open]>summary:after,.portal-shell details.cdn-info-box[open]>summary:after,.portal-shell details.comm-email-setup-guide[open]>summary:after{content:" \2303"}.portal-shell details.cdn-step-note .ux-help__body,.portal-shell details.cdn-info-box .ux-help__body,.portal-shell details.comm-email-setup-guide .ux-help__body{padding:0 .75rem .75rem;font-size:.8rem;line-height:1.65;color:#1e3a5f}.portal-shell details.dash-workspace-banner{display:block;border:1px solid rgba(37,99,235,.2);border-radius:12px;background:linear-gradient(135deg,#eff6ff,#f8fafc);padding:0;margin:.75rem 0 1rem}.portal-shell details.dash-workspace-banner>summary{list-style:none;cursor:pointer;padding:.75rem 1rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.portal-shell details.dash-workspace-banner>summary::-webkit-details-marker{display:none}.portal-shell details.dash-workspace-banner>summary:after{content:"Setup tip \2304";margin-left:auto;font-size:.75rem;font-weight:650;color:#64748b}.portal-shell details.dash-workspace-banner[open]>summary:after{content:"Hide \2303"}.portal-shell details.dash-workspace-banner .dash-workspace-banner__body{padding:0 1rem 1rem}@media(max-width:900px){.portal-shell,.portal-shell-body,.portal-main{-webkit-tap-highlight-color:transparent}.portal-shell-body,.portal-main{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}}.team-mobile-nav{backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);background:#fffef9e6!important;border-top:1px solid rgba(153,0,0,.08)!important;box-shadow:0 -8px 32px #2b1b1012;padding-top:4px;padding-left:max(8px,env(safe-area-inset-left,0px));padding-right:max(8px,env(safe-area-inset-right,0px))}.team-mobile-nav__item{position:relative;min-height:52px!important;border-radius:12px;transition:background .18s ease,transform .12s ease,color .15s ease}.team-mobile-nav__item--active{background:#9900001f!important}.team-mobile-nav__item--active:before{content:"";position:absolute;top:2px;left:50%;transform:translate(-50%);width:22px;height:3px;border-radius:999px;background:currentColor;opacity:.75}.team-mobile-nav__item:active{transform:scale(.94)}.team-mobile-nav__icon{font-size:22px!important}.team-mobile-nav__label{font-size:10px!important;letter-spacing:.01em}.admin-mobile-nav,.manager-mobile-nav,.accountant-mobile-nav{backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px)}@media(max-width:900px){.portal-shell .module-tiles{gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.portal-shell .module-tile{min-height:92px;padding:14px 14px 12px;border-radius:16px;border:1px solid rgba(153,0,0,.1);box-shadow:0 2px 12px #2b1b100d;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.portal-shell .module-tile:active{transform:scale(.97);box-shadow:0 6px 20px #2b1b101a;border-color:#99000038}.portal-shell .module-tile strong{font-size:.9rem;line-height:1.25}.portal-shell .module-tile span{font-size:.72rem;line-height:1.35}.portal-shell .stat-card{border-radius:14px!important;min-height:72px}.portal-shell .dash-tile__value{font-size:1.35rem!important}}@media(max-width:520px){.login-shell,.login-wrap{padding:max(12px,env(safe-area-inset-top,0px)) 16px max(20px,env(safe-area-inset-bottom,0px))}.login-card{width:min(100%,400px);padding:22px 18px 20px;border-radius:20px;gap:12px;box-shadow:0 16px 48px #0e2d2f1a}.login-card input,.login-card select,.login-card textarea{min-height:48px;font-size:16px!important;border-radius:12px;padding:12px 14px}.login-card .admin-main-action,.login-card button.admin-main-action{min-height:48px;font-size:1rem;border-radius:12px;margin-top:4px}.login-mode-tabs button{min-height:44px;font-size:.9rem;border-radius:10px}.login-card .logo-login{width:72px;height:72px}}@media(max-width:900px){.portal-shell--rail-expanded .portal-header-rail,.portal-shell--drawer-open .portal-header-rail{box-shadow:8px 0 40px #0f172a2e}.portal-rail-toggle{min-width:44px;min-height:44px}}@media(prefers-reduced-motion:reduce){.team-mobile-nav__item,.portal-shell .module-tile{transition:none}.team-mobile-nav__item:active,.portal-shell .module-tile:active{transform:none}}.portal-shell--attendance-app .portal-billing-lock,.portal-shell--attendance-app .portal-trial-banner,.portal-shell--attendance-app .portal-testing-banner{display:none}.portal-shell--attendance-app app-attendance-app{display:block;min-height:100dvh}@media(max-width:900px){.portal-shell--admin-mobile:not(.portal-shell--rail-expanded),.portal-shell--team-mobile:not(.portal-shell--rail-expanded),.portal-shell--manager-mobile:not(.portal-shell--rail-expanded),.portal-shell--accountant-mobile:not(.portal-shell--rail-expanded),.portal-shell--student-mobile:not(.portal-shell--rail-expanded),.portal-shell--parent-mobile:not(.portal-shell--rail-expanded){grid-template-columns:minmax(0,1fr)!important;width:100%;max-width:100%}.portal-shell--admin-mobile:not(.portal-shell--rail-expanded) .portal-header-rail,.portal-shell--team-mobile:not(.portal-shell--rail-expanded) .portal-header-rail,.portal-shell--manager-mobile:not(.portal-shell--rail-expanded) .portal-header-rail,.portal-shell--accountant-mobile:not(.portal-shell--rail-expanded) .portal-header-rail{display:none!important}.portal-shell--mobile .page-space,.portal-shell--admin-mobile .page-space,.portal-shell--team-mobile .page-space{padding:8px 12px calc(62px + env(safe-area-inset-bottom,0px))!important}.portal-shell--mobile .admin-panel-card,.portal-shell--admin-mobile .admin-panel-card{padding:10px 10px 12px!important;border-radius:14px!important}.portal-shell--mobile .admin-stats:not(.lm-report-stats){display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;grid-template-columns:unset!important;gap:8px!important;margin-bottom:8px!important;padding-bottom:4px;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch}.portal-shell--mobile .admin-stats:not(.lm-report-stats)::-webkit-scrollbar{display:none}.portal-shell--mobile .admin-stats:not(.lm-report-stats) .stat-card{flex:0 0 auto;min-width:76px;max-width:92px;scroll-snap-align:start;padding:8px 10px!important;min-height:0!important}.portal-shell--mobile .admin-stats:not(.lm-report-stats) .stat-card h3{font-size:.95rem!important}.portal-shell--mobile .admin-stats:not(.lm-report-stats) .stat-card p{font-size:10px!important;margin-top:2px!important}.portal-shell--mobile .adm-tabs,.portal-shell--mobile .fees-tabs,.portal-shell--mobile .hr-tabs,.portal-shell--mobile .lm-tabs,.portal-shell--mobile .cc-tabs{flex-wrap:nowrap!important;overflow-x:auto!important;gap:6px!important;padding:2px 0 6px!important;scrollbar-width:none;-webkit-overflow-scrolling:touch}.portal-shell--mobile .adm-tabs::-webkit-scrollbar,.portal-shell--mobile .fees-tabs::-webkit-scrollbar{display:none}.portal-shell--mobile .adm-tabs .admin-tool-btn,.portal-shell--mobile .fees-tabs .admin-tool-btn,.portal-shell--mobile .hr-tabs .admin-tool-btn,.portal-shell--mobile .lm-tabs .admin-tool-btn{flex:0 0 auto!important;min-height:36px!important;padding:6px 14px!important;border-radius:999px!important;font-size:12px!important;white-space:nowrap}.portal-shell--mobile .panel-head-row{flex-direction:row!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important;margin-bottom:8px!important}.portal-shell--mobile .panel-head-row>div:last-child{flex-direction:row!important;flex-wrap:wrap!important;gap:6px!important;margin-left:auto}.portal-shell--mobile .panel-head-row .admin-main-action,.portal-shell--mobile .panel-head-row .small-admin-btn{width:auto!important;min-height:40px!important;padding:8px 12px!important}.portal-shell--mobile .ux-mobile-filters{margin-bottom:8px;border:1px solid rgba(153,0,0,.1);border-radius:12px;background:#fff;overflow:visible}.portal-shell--mobile .ux-mobile-filters[open]{overflow:visible}.portal-shell--mobile .ux-mobile-filters__summary{display:flex;align-items:center;gap:8px;padding:10px 12px;font-size:13px;font-weight:700;color:#600;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.portal-shell--mobile .ux-mobile-filters__summary::-webkit-details-marker{display:none}.portal-shell--mobile .ux-mobile-filters__summary:before{content:"\25b8";display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:16px;line-height:1;color:#900;flex-shrink:0;transition:transform .15s ease}.portal-shell--mobile .ux-mobile-filters[open] .ux-mobile-filters__summary:before{transform:rotate(90deg)}.portal-shell--mobile .ux-mobile-filters .lm-filters-bar,.portal-shell--mobile .ux-mobile-filters .adm-toolbar{border:none!important;border-radius:0!important;margin:0!important;background:transparent!important}.portal-shell--mobile .stats-period-filter{margin-bottom:8px!important;padding:8px 10px!important;border-radius:12px!important;flex-wrap:nowrap!important;overflow-x:auto!important}.portal-shell--mobile .stats-period-filter__hint{display:none}.portal-shell--mobile .lms-form-actions{flex-direction:row!important;flex-wrap:wrap!important;gap:8px!important}.portal-shell--mobile .lms-form-actions .admin-main-action{flex:1 1 auto;min-width:min(100%,140px)}.portal-shell--standalone{padding-top:env(safe-area-inset-top,0px)}}@media(min-width:901px){.ux-mobile-filters__summary{display:none}.ux-mobile-filters{border:none;background:transparent}.ux-mobile-filters>.adm-toolbar{display:flex}}@media(max-width:900px){.portal-shell--mobile .admin-stats:not(.lm-report-stats):not(.crm-report-stats):not(.lm-stats-grid),.portal-shell--mobile .fees-panel.admin-stats,.portal-shell--mobile .fees-panel .admin-stats,.portal-shell--mobile .hr-stat-grid,.portal-shell--mobile .hr-stat-grid--dense,.portal-shell--mobile .dash-stat-grid,.portal-shell--mobile .dash-tiles,.portal-shell--mobile .wa-dash__stats,.portal-shell--mobile .wa-metrics,.portal-shell--mobile .shop-stats,.portal-shell--mobile .shop-stats--trade,.portal-shell--mobile .crm-trade-stats,.portal-shell--mobile .te-split-stats,.portal-shell--mobile .offline-batches-stats,.portal-shell--mobile .cert-stats-grid,.portal-shell--mobile .intg-stat-grid,.portal-shell--mobile .fin-overview-stats,.portal-shell--mobile .fin-kpi-row{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;grid-template-columns:unset!important;gap:8px!important;margin-bottom:8px!important;padding-bottom:4px;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch}.portal-shell--mobile .admin-stats:not(.lm-report-stats)::-webkit-scrollbar,.portal-shell--mobile .hr-stat-grid::-webkit-scrollbar,.portal-shell--mobile .dash-stat-grid::-webkit-scrollbar,.portal-shell--mobile .fin-quick-actions::-webkit-scrollbar{display:none}.portal-shell--mobile .admin-stats:not(.lm-report-stats):not(.lm-stats-grid) .stat-card,.portal-shell--mobile .fees-panel .admin-stats .stat-card,.portal-shell--mobile .hr-stat-grid .hr-stat,.portal-shell--mobile .dash-stat-grid .stat-card,.portal-shell--mobile .dash-stat-grid .dash-tile,.portal-shell--mobile .dash-tiles .dash-tile,.portal-shell--mobile .wa-dash__stats .wa-dash__stat,.portal-shell--mobile .wa-metrics .wa-metric,.portal-shell--mobile .shop-stats .shop-stat,.portal-shell--mobile .shop-stats--trade .shop-stat,.portal-shell--mobile .crm-trade-stats .stat-card,.portal-shell--mobile .cert-stats-grid .stat-card{flex:0 0 auto;min-width:76px;max-width:96px;scroll-snap-align:start;padding:8px 10px!important;min-height:0!important}.portal-shell--mobile .hr-stat-grid .hr-stat strong,.portal-shell--mobile .wa-dash__stat strong{font-size:.95rem!important}.portal-shell--mobile .hr-stat-grid .hr-stat span,.portal-shell--mobile .wa-dash__stat span{font-size:10px!important}.portal-shell--mobile .fin-tabs{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;grid-template-columns:unset!important;gap:6px!important;padding:2px 0 6px!important;scrollbar-width:none;-webkit-overflow-scrolling:touch}.portal-shell--mobile .fin-tabs button{flex:0 0 auto!important;width:auto!important;min-height:36px!important;padding:6px 14px!important;border-radius:999px!important;font-size:12px!important;white-space:nowrap}.portal-shell--mobile .fin-tab-group{flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;overflow-x:auto!important;gap:8px!important;scrollbar-width:none}.portal-shell--mobile .fin-tab-group-label{flex:0 0 auto;font-size:11px;white-space:nowrap}.portal-shell--mobile .fin-tab-nav{flex-wrap:nowrap!important;overflow-x:auto!important}.portal-shell--mobile .fin-quick-actions{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;grid-template-columns:unset!important;gap:8px!important;margin-bottom:10px!important;scroll-snap-type:x proximity}.portal-shell--mobile .fin-quick-actions .fin-qa{flex:0 0 min(72vw,220px)!important;width:auto!important;scroll-snap-align:start;min-height:64px!important;padding:10px 12px!important}.portal-shell--mobile .fin-quick-actions .fin-qa:last-child{grid-column:unset!important}.portal-shell--mobile .fin-desk-header h2{font-size:1.15rem!important;margin-bottom:2px!important}.portal-shell--mobile .fin-desk-header-sub{font-size:12px!important;line-height:1.35}.portal-shell--mobile .fees-tabs,.portal-shell--mobile .cc-tabs{margin:0 -12px 8px!important;padding:0 12px 6px!important}.portal-shell--mobile .fees-tabs--team-mobile .admin-tool-btn{flex:0 0 auto!important;min-width:0!important}.portal-shell--mobile .fees-head{margin-bottom:6px!important}.portal-shell--mobile .fees-head h2{font-size:1.1rem!important}.portal-shell--mobile .dash-hero{margin-bottom:6px!important}.portal-shell--mobile .dash-hero__title{font-size:1.05rem!important}.portal-shell--mobile .dash-workspace-banner,.portal-shell--mobile .dash-accordion.dash-setup,.portal-shell--mobile .dash-period-stats{margin-bottom:8px!important}.portal-shell--mobile .hr-emp-view__stats{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;grid-template-columns:unset!important;gap:8px!important}.portal-shell--mobile .hr-emp-view__stats>*{flex:0 0 auto;min-width:88px}.portal-shell--mobile .hr-tabs{margin-bottom:8px!important}.portal-shell--mobile .panel-head-row h2,.portal-shell--mobile .crs-module .panel-head-row h2{font-size:1.1rem!important;line-height:1.25}.portal-shell--mobile .panel-head-row .muted,.portal-shell--mobile .crs-module .panel-head-row .muted{font-size:12px!important}.portal-shell--mobile .crs-card-grid{gap:10px!important}.portal-shell--mobile .crs-view-toggle{flex-wrap:nowrap!important;overflow-x:auto!important;gap:6px!important}.portal-shell--mobile .shop-head{flex-direction:row!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important;margin-bottom:8px!important}.portal-shell--mobile .shop-head h1{font-size:1.1rem!important;flex:1 1 auto;min-width:0}.portal-shell--mobile .shop-head-actions{flex:0 0 auto;gap:6px!important}.portal-shell--mobile .shop-stats-filter{padding:8px 10px!important;margin-bottom:8px!important;gap:8px!important}.portal-shell--mobile .crm-collect-pay-grid,.portal-shell--mobile .intg-oauth-form,.portal-shell--mobile .intg-scope-fieldset{grid-template-columns:1fr!important}.portal-shell--mobile .dt-toolbar{padding:8px 10px!important;margin-bottom:8px!important;gap:8px!important;border-radius:12px!important}.portal-shell--mobile .dt-toolbar__search{flex:1 1 100%;min-width:0!important}.portal-shell--mobile .dt-search{min-height:44px!important;font-size:16px!important;border-radius:10px!important}.portal-shell--mobile .dt-toolbar__search .small-admin-btn{min-height:44px!important;padding:8px 12px!important}.portal-shell--mobile details.ux-filters-collapse.dt-toolbar__filters-wrap{flex:1 1 100%;min-width:0}.portal-shell--mobile .dt-toolbar__filters,.portal-shell--mobile .dt-toolbar__actions{flex-direction:column!important;align-items:stretch!important;gap:8px!important}.portal-shell--mobile .dt-filter select,.portal-shell--mobile .dt-filter input{min-height:44px!important;font-size:16px!important;width:100%!important}.portal-shell--mobile .dt-pager{flex-direction:column!important;align-items:stretch!important;gap:8px!important;margin-top:10px!important}.portal-shell--mobile .dt-pager__btns{justify-content:center}.portal-shell--mobile .dt-pager__btns .small-admin-btn{min-height:44px!important;flex:1 1 auto}.portal-shell--mobile .crm-trade-tabs,.portal-shell--mobile .biz-tabs,.portal-shell--mobile .crm-trade-segments,.portal-shell--mobile .cert-tabs,.portal-shell--mobile .cert-create-modes,.portal-shell--mobile .cert-settings-tabs{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:6px!important;padding-bottom:6px!important;scrollbar-width:none;-webkit-overflow-scrolling:touch}.portal-shell--mobile .crm-trade-tabs button,.portal-shell--mobile .biz-tabs button,.portal-shell--mobile .crm-trade-segments button{flex:0 0 auto!important;white-space:nowrap;min-height:36px!important;border-radius:999px!important}.portal-shell--mobile .crm-trade-hero h2{font-size:1.15rem!important}.portal-shell--mobile .crm-trade-hero{padding:10px 12px!important;margin-bottom:8px!important}.portal-shell--mobile .comm-tabs,.portal-shell--mobile .sn-tabs{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:6px!important;scrollbar-width:none}.portal-shell--mobile .wa-workspace--mobile-list .wa-list-tools{padding:0 10px 6px!important}.portal-shell--mobile .wa-workspace--mobile-list .wa-conv-row{padding:10px 12px!important}.portal-shell--mobile .lms-form-grid,.portal-shell--mobile .fin-desk-form-grid,.portal-shell--mobile .fin-inline-form{grid-template-columns:1fr!important}.portal-shell--mobile .fin-inline-form{flex-direction:column!important;align-items:stretch!important}.portal-shell--mobile .fin-inline-form>*{width:100%!important}.portal-shell--mobile .fin-desk-search,.portal-shell--mobile .fin-receive-search{flex-direction:column!important;align-items:stretch!important}.portal-shell--mobile .fin-search-input,.portal-shell--mobile .fin-daybook-search{width:100%!important;min-height:44px!important;font-size:16px!important}.portal-shell--mobile .panel-head-row>div:last-child .admin-main-action,.portal-shell--mobile .panel-head-row>div:last-child .small-admin-btn{width:auto!important;min-height:40px!important}.portal-shell--mobile .lm-detail-actions,.portal-shell--mobile .stu-detail-actions,.portal-shell--mobile .intg-detail-actions,.portal-shell--mobile .wa-tpl-detail-actions,.portal-shell--mobile [class*=detail-actions]:not(.lm-quick-actions){display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;flex-direction:unset!important;gap:6px!important;align-items:stretch!important}.portal-shell--mobile .lm-detail-actions .lm-quick-actions,.portal-shell--mobile .lm-detail-actions>.lm-quick-actions{grid-column:1 / -1;display:flex!important;gap:6px!important;margin:0!important}.portal-shell--mobile .lm-detail-actions .lm-quick-actions .lm-quick-btn{flex:1 1 0;min-height:36px!important}.portal-shell--mobile .lm-detail-actions>.admin-main-action,.portal-shell--mobile .stu-detail-actions>.admin-main-action{grid-column:1 / -1;min-height:38px!important}.portal-shell--mobile .lm-detail-actions .admin-main-action,.portal-shell--mobile .lm-detail-actions .small-admin-btn,.portal-shell--mobile .stu-detail-actions .admin-main-action,.portal-shell--mobile .stu-detail-actions .small-admin-btn,.portal-shell--mobile .intg-detail-actions .admin-main-action,.portal-shell--mobile .intg-detail-actions .small-admin-btn{width:auto!important;min-height:36px!important;padding:6px 8px!important;font-size:11px!important}.portal-shell--mobile .lms-form-actions{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;align-items:center!important;gap:6px!important;margin-top:6px!important}.portal-shell--mobile .lms-form-actions .admin-main-action:only-child{flex:1 1 auto;max-width:100%}.portal-shell--mobile .lms-form-actions .admin-main-action,.portal-shell--mobile .lms-form-actions .small-admin-btn{width:auto!important;flex:0 1 auto!important;min-height:32px!important;padding:5px 12px!important;font-size:.75rem!important;margin:0!important}.portal-shell--mobile .lms-form-actions .admin-main-action{min-height:36px!important;padding:6px 14px!important;font-size:.8125rem!important}.portal-shell--mobile .lm-workload-strip--inline{flex:0 0 auto!important;min-height:0!important;width:100%;flex-wrap:nowrap!important;overflow-x:auto!important;padding:4px 8px!important;align-items:center!important}.portal-shell--mobile .lm-workload-strip__meta{margin-left:0!important;flex:0 0 auto;padding-left:6px}.portal-shell--mobile .lm-crm-subhead{gap:8px!important;margin-bottom:8px!important}.portal-shell--mobile .lm-crm .lm-stats-grid.admin-stats.lm-dash-stats{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;flex-wrap:unset!important;overflow:visible!important;gap:4px!important;width:100%!important}.portal-shell--mobile .lm-crm .lm-stats-block--period .lm-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.portal-shell--mobile .lm-crm .lm-stats-grid .stat-card{min-width:0!important;max-width:none!important;flex:unset!important;scroll-snap-align:unset!important}.portal-shell--mobile .stats-period-filter:not(.stats-period-filter--compact){margin-bottom:6px!important;padding:6px 8px!important}.portal-shell--mobile .stats-period-filter--compact{margin-bottom:4px!important}.portal-shell--mobile .lm-fold>summary{padding:6px 0!important;min-height:36px!important;font-size:12px!important}.portal-shell--mobile .lm-fold__body{padding:0 0 6px!important}.portal-shell--mobile .lm-detail-top{margin-bottom:4px!important}.portal-shell--mobile .lm-detail-line{margin:2px 0!important;font-size:12px!important}}@media(max-width:900px)and (min-width:421px){.portal-shell--mobile .dash-tiles,.portal-shell--mobile .dash-stat-grid{grid-template-columns:unset!important}}@media(max-width:900px){.lm-crm .panel-head-row.lm-page-head{align-items:center;gap:8px;margin-bottom:6px}.lm-crm .lm-page-head__actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-left:auto}.lm-crm>.lm-alert-banner{margin-bottom:4px}.lm-crm>.lm-dash-row,.lm-crm>.lm-crm-subhead,.lm-crm>.ux-mobile-filters{margin-bottom:8px}.lm-crm .lm-dash-row{flex-direction:column;align-items:stretch;gap:4px}.lm-crm .stats-period-filter--compact{margin:0;padding:0;gap:8px;width:100%}.lm-crm .stats-period-filter--compact .stats-period-filter__compact-label{flex-direction:row;align-items:center;gap:8px;width:100%}.lm-crm .stats-period-filter--compact .stats-period-filter__compact-text{flex:0 0 auto;font-size:10px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#6b7280;white-space:nowrap}.lm-crm .stats-period-filter--compact select,.lm-crm select,.lm-crm .lm-filters-bar select{appearance:none;-webkit-appearance:none;flex:1 1 auto;min-height:36px;width:auto;min-width:0;padding:6px 36px 6px 10px;font-size:14px;line-height:1.25;border:1px solid #d1d5db;border-radius:8px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23990000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:18px 18px;box-sizing:border-box}.lm-crm .lm-alert-banner{padding:6px 10px;gap:8px;align-items:center;min-height:34px}.lm-crm .lm-alert-banner__btn{min-height:28px;padding:4px 10px;font-size:11px}.lm-crm .lm-dash-metrics>summary.lm-dash-metrics__summary{display:flex;align-items:center;gap:10px;min-height:34px;padding:6px 10px;border:1px solid rgba(153,0,0,.12);border-radius:10px;background:#fffef9;overflow-x:auto;scrollbar-width:none;list-style:none;cursor:pointer}.lm-crm .lm-dash-metrics>summary::-webkit-details-marker{display:none}.lm-crm .lm-stats-panel{gap:4px}.lm-crm .lm-stats-block--now .lm-stats-block__label{display:none}.lm-crm .lm-stats-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:4px!important;overflow:visible!important;width:100%}.lm-crm .lm-stats-block--period .lm-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lm-crm .lm-stats-grid .stat-card{min-width:0!important;max-width:none!important;min-height:44px!important;padding:4px 6px!important}.lm-crm .lm-stats-grid .stat-card h3{margin:0!important;font-size:.95rem!important;line-height:1.1!important}.lm-crm .lm-stats-grid .stat-card p{margin:2px 0 0!important;font-size:9px!important;line-height:1.15!important}.lm-crm .lm-stats-block--period>summary.lm-stats-block__label{min-height:32px;padding:6px 10px;margin:0;font-size:10px}.lm-crm .lm-tabs--scroll,.lm-crm .lm-tabs{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:8px!important;padding:0 0 2px!important;scrollbar-width:none}.lm-crm .lm-tabs .admin-tool-btn{flex:0 0 auto!important;min-height:34px!important;padding:5px 10px!important;white-space:nowrap!important}.lm-crm .lm-crm-subhead{gap:6px;margin-bottom:6px}.lm-crm .ux-mobile-filters__summary{min-height:38px;padding:8px 10px!important}.lm-crm .lm-filters-bar__selects{display:flex;flex:1 1 100%;width:100%;flex-wrap:nowrap;gap:6px}.lm-crm .lm-filters-bar__selects select{flex:1 1 0;min-width:0;min-height:36px;padding:6px 28px 6px 8px;font-size:13px}.lm-crm .ux-mobile-filters .lm-filters-bar{padding:8px!important;gap:6px!important;overflow:visible!important}.portal-shell--mobile .ux-mobile-filters,.portal-shell--mobile .ux-mobile-filters[open]{overflow:visible!important}.lm-crm .lm-filters-more{flex:1 1 100%;width:100%}.lm-crm .lm-filters-more__panel{position:static!important;width:100%!important;max-width:none!important;min-width:0!important;margin-top:6px;box-shadow:none!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;box-sizing:border-box}.lm-crm .lm-filters-more__panel select,.lm-crm .lm-filters-more__panel .lm-filters-bar__date input[type=date]{width:100%!important;max-width:none!important;min-height:36px!important;box-sizing:border-box}}@media(max-width:720px){.portal-module-topbar__product{flex:1 1 auto!important;max-width:none!important;min-width:0!important}.portal-module-topbar__product-select{min-height:36px;width:100%;max-width:100%;padding:6px 32px 6px 8px!important;font-size:13px!important;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23990000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:18px 18px;background-color:#fff}}@media(max-width:900px){.portal-shell--mobile,.portal-shell--admin-mobile,.portal-shell--team-mobile,.portal-shell--manager-mobile,.portal-shell--accountant-mobile{--font-2xs: .625rem;--font-xs: .6875rem;--font-sm: .8125rem;--font-md: .8125rem;--font-lg: .9375rem;--text-page-title: 1rem;--text-section: .8125rem;--text-body: .8125rem;--text-caption: .6875rem;--text-tab: .6875rem;--text-stat: .9375rem;--text-kpi: 1.22rem;--text-input: .875rem;--btn-font: .8125rem;--btn-weight: var(--font-weight-semibold, 600)}.portal-shell--mobile h1,.portal-shell--mobile h2,.portal-shell--mobile h3,.portal-shell--mobile h4,.portal-shell--mobile .admin-panel-card h2,.portal-shell--mobile .panel-head-row h2,.portal-shell--mobile .lms-form-card h3,.portal-shell--mobile .lms-course-card h3,.portal-shell--mobile .stat-card h3{font-family:var(--font-family-base, Inter, ui-sans-serif, system-ui, sans-serif)!important;letter-spacing:-.01em!important}.portal-shell--mobile .panel-head-row h2{font-size:var(--text-page-title, 1rem)!important;font-weight:var(--font-weight-bold, 700)!important;line-height:var(--line-height-tight, 1.25)!important}.portal-shell--mobile .panel-head-row .muted{font-size:var(--font-xs, .75rem)!important;font-weight:var(--font-weight-regular, 400)!important;line-height:var(--line-height-snug, 1.35)!important}.portal-shell--mobile .lms-form-card{padding:10px 12px!important;margin-bottom:8px!important}.portal-shell--mobile .lms-form-card h3{font-size:.8125rem!important;font-weight:600!important;margin-bottom:6px!important}.portal-shell--mobile .lms-form-grid{gap:8px!important}.portal-shell--mobile .lms-form-grid label,.portal-shell--mobile .lms-full{font-size:.6875rem!important;font-weight:600!important;gap:3px!important;line-height:1.25!important;color:#78716c!important}.portal-shell--mobile .lms-form-grid label>input,.portal-shell--mobile .lms-form-grid label>select,.portal-shell--mobile .lms-form-grid label>textarea,.portal-shell--mobile .lms-full>input,.portal-shell--mobile .lms-full>select,.portal-shell--mobile .lms-full>textarea,.portal-shell--mobile .lms-form-card input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]),.portal-shell--mobile .lms-form-card select,.portal-shell--mobile .lms-form-card textarea,.portal-shell--mobile .adm-toolbar input:not([type=checkbox]):not([type=radio]),.portal-shell--mobile .adm-toolbar select,.portal-shell--mobile .dt-search,.portal-shell--mobile .dt-filter select,.portal-shell--mobile .dt-filter input:not([type=checkbox]):not([type=radio]){font-size:.875rem!important;font-weight:400!important;font-family:inherit!important;line-height:1.35!important;min-height:40px!important;padding:7px 10px!important;border-radius:8px!important;color:#2b1b10!important;-webkit-text-size-adjust:100%}@supports (-webkit-touch-callout: none){.portal-shell--mobile .lms-form-card input:focus,.portal-shell--mobile .lms-form-card select:focus,.portal-shell--mobile .lms-form-card textarea:focus,.portal-shell--mobile .adm-toolbar input:focus,.portal-shell--mobile .adm-toolbar select:focus,.portal-shell--mobile .dt-search:focus,.portal-shell--mobile .dt-filter input:focus,.portal-shell--mobile .dt-filter select:focus{font-size:16px!important}}.portal-shell--mobile .admin-main-action,.portal-shell--mobile .small-admin-btn,.portal-shell--mobile .admin-tool-btn,.portal-shell--mobile a.admin-main-action,.portal-shell--mobile a.small-admin-btn,.portal-shell--mobile button.admin-tool-btn,.portal-shell--mobile button.small-admin-btn{font-size:.75rem!important;font-weight:600!important;letter-spacing:0!important;line-height:1.2!important;border-radius:8px!important;box-shadow:none!important}.portal-shell--mobile .small-admin-btn,.portal-shell--mobile .admin-tool-btn,.portal-shell--mobile a.small-admin-btn,.portal-shell--mobile button.small-admin-btn,.portal-shell--mobile button.admin-tool-btn{min-height:32px!important;padding:5px 10px!important}.portal-shell--mobile .admin-main-action,.portal-shell--mobile a.admin-main-action,.portal-shell--mobile button.admin-main-action{min-height:36px!important;padding:6px 12px!important;font-size:.8125rem!important}.portal-shell--mobile .lms-student-list{gap:8px!important}.portal-shell--mobile .lms-student-card,.portal-shell--mobile .lms-course-card{padding:10px 12px!important}.portal-shell--mobile .lms-student-card h3{font-size:.8125rem!important;margin:0 0 2px!important}.portal-shell--mobile .lms-student-card .muted{font-size:.75rem!important;line-height:1.35!important}.portal-shell--mobile .lms-student-card .lms-form-actions{margin-top:6px!important}.portal-shell--mobile .notify-page .panel-head-row{margin-bottom:6px!important}.portal-shell--mobile .notify-page .panel-head-row .muted{display:none}.portal-shell--mobile .notify-page .panel-head-row .lms-form-actions{margin-top:0!important}.portal-shell--mobile .notify-page-actions{display:flex!important;flex-wrap:wrap!important;gap:6px!important;margin-left:auto!important}.portal-shell--mobile .notify-page-actions .small-admin-btn{min-height:32px!important;padding:5px 10px!important;font-size:.75rem!important;width:auto!important}.portal-shell--mobile .notify-inbox-card__time{font-size:.6875rem!important;margin:0 0 2px!important}.portal-shell--mobile .notify-module-chips{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:6px!important;margin-bottom:8px!important;padding-bottom:2px;scrollbar-width:none}.portal-shell--mobile .notify-module-chips::-webkit-scrollbar{display:none}.portal-shell--mobile .notify-chip{flex:0 0 auto;padding:3px 8px!important;font-size:.6875rem!important;font-weight:700!important}.portal-shell--mobile .notify-inbox-card .notify-card-head{margin-bottom:4px!important;gap:6px!important}.portal-shell--mobile .notify-inbox-card__hero{font-size:.875rem!important;margin:0 0 2px!important}.portal-shell--mobile .notify-inbox-card__title{font-size:.75rem!important;margin:0 0 4px!important}.portal-shell--mobile .notify-inbox-card__body{font-size:.8125rem!important;margin:0 0 4px!important}.portal-shell--mobile .notify-inbox-card__img{max-height:120px!important;margin-bottom:6px!important;border-radius:8px!important}.portal-shell--mobile .notify-card-actions{display:flex!important;flex-wrap:wrap!important;gap:6px!important;margin-top:6px!important}.portal-shell--mobile .notify-card-actions .small-admin-btn,.portal-shell--mobile .apm-body .admin-main-action,.portal-shell--mobile .apm-body .small-admin-btn{min-height:32px!important;padding:5px 12px!important;font-size:.75rem!important;width:auto!important}.portal-shell--mobile .apm-body .admin-main-action{min-height:36px!important;padding:6px 14px!important}.portal-shell--mobile .apm-body .lms-form-actions{margin-top:6px!important}.portal-shell--mobile .lm-detail-body .admin-main-action,.portal-shell--mobile .apm-body .lm-detail-body .admin-main-action{min-height:32px!important;padding:5px 10px!important;font-size:.75rem!important;width:auto!important;align-self:flex-start;box-shadow:0 1px 4px #9900001f!important}.portal-shell--mobile .lm-detail-body .lm-na,.portal-shell--mobile .lm-detail-body .lm-wa,.portal-shell--mobile .lm-detail-body .lm-em{margin:4px 0!important;padding:8px 10px!important}.portal-shell--mobile .lm-detail-body .lm-fold{margin-bottom:4px!important}.portal-shell--mobile .lm-detail-body .lm-fold>summary{padding:6px 8px!important;min-height:32px!important}.portal-shell--mobile .lm-detail-body .lm-fold__body{padding:0 8px 6px!important;display:flex;flex-direction:column;gap:4px}.portal-shell--mobile .lm-detail-body .lm-wa__compose label,.portal-shell--mobile .lm-detail-body .lm-em__compose label,.portal-shell--mobile .lm-detail-body .lm-inline-form label{font-size:.6875rem!important;gap:2px!important;margin-bottom:0!important}.portal-shell--mobile .lm-detail-body .lm-wa__compose select,.portal-shell--mobile .lm-detail-body .lm-wa__compose textarea,.portal-shell--mobile .lm-detail-body .lm-em__compose input,.portal-shell--mobile .lm-detail-body .lm-em__compose select,.portal-shell--mobile .lm-detail-body .lm-em__compose textarea,.portal-shell--mobile .lm-detail-body .lm-inline-form input,.portal-shell--mobile .lm-detail-body .lm-inline-form select,.portal-shell--mobile .lm-detail-body .lm-inline-form textarea{min-height:36px!important;padding:6px 8px!important;font-size:.8125rem!important;font-weight:400!important;margin-top:0!important}.portal-shell--mobile .lm-detail-body .lm-wa__thread,.portal-shell--mobile .lm-detail-body .lm-em__thread{max-height:110px!important;margin-bottom:6px!important;padding:4px!important}.portal-shell--mobile .lm-detail-body .lm-wa__empty,.portal-shell--mobile .lm-detail-body .lm-em__empty{padding:6px 0!important;font-size:.75rem!important}.portal-shell--mobile .lm-detail-body .lm-na__primary strong{font-size:.8125rem!important}.portal-shell--mobile .lm-detail-body .lm-na__primary p,.portal-shell--mobile .lm-detail-body .lm-na__primary .muted{font-size:.75rem!important;margin-bottom:4px!important}.portal-shell--mobile .lm-detail-body .lm-na__cta{margin-top:4px!important}.portal-shell--mobile .stat-card h3{font-size:.9375rem!important}.portal-shell--mobile .stat-card p{font-size:.625rem!important}.portal-shell--mobile .muted{font-size:.75rem}.portal-shell--mobile .fees-head h2{font-size:1rem!important}.portal-shell--mobile .sf-disclosure>summary{font-size:.8125rem!important;font-weight:600!important;min-height:40px!important;padding:10px 12px!important}.portal-shell--mobile .sf-disclosure>summary:before{font-size:16px!important}.portal-shell--mobile .sf-disclosure-content{padding:10px 12px!important}.portal-shell--mobile .sf-admission-form{gap:8px!important;margin-top:10px!important}.portal-shell--mobile .sf-mode-switch{font-size:.8125rem!important}.portal-shell--mobile .team-mobile-nav__label{font-size:9px!important;letter-spacing:0!important}.portal-shell--mobile .team-mobile-nav__icon{font-size:20px!important}}@media(max-width:900px){.ux-mobile-cards .dt-table thead{display:none!important}.ux-mobile-cards .dt-table,.ux-mobile-cards .dt-table tbody,.ux-mobile-cards .dt-table tr{display:block!important;width:100%!important}.ux-mobile-cards .dt-table tr{margin-bottom:8px!important;padding:10px 12px!important;border-radius:10px!important;border:1px solid rgba(43,27,16,.08)!important;background:#fff!important;box-shadow:0 1px 4px #2b1b100f!important}.ux-mobile-cards .dt-table tr>td:first-child:not(.dt-actions-col){display:block!important;padding:0 0 4px!important;font-size:.9375rem!important;font-weight:600!important;color:#2b1b10!important;line-height:1.25!important}.ux-mobile-cards .dt-table tr>td:first-child:not(.dt-actions-col):before{display:none!important}.ux-mobile-cards .dt-table td:not(.dt-actions-col):not(:first-child){display:grid!important;grid-template-columns:4.25rem minmax(0,1fr)!important;gap:4px 8px!important;align-items:baseline!important;padding:1px 0!important;font-size:.8125rem!important;line-height:1.35!important;border:none!important}.ux-mobile-cards .dt-table td:not(.dt-actions-col):not(:first-child):before{display:block!important;margin-bottom:0!important;font-size:.625rem!important;font-weight:600!important;color:#78716c!important;letter-spacing:0!important;text-transform:none!important}.ux-mobile-cards .dt-actions-col{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:6px!important;padding:8px 0 0!important;margin-top:6px!important;border-top:1px solid rgba(0,0,0,.06)!important}.ux-mobile-cards .dt-actions-col:before{display:none!important}.portal-shell--mobile .dt-toolbar{padding:8px 10px!important;margin-bottom:6px!important;gap:6px!important}.portal-shell--mobile .dt-toolbar__search{flex:1 1 100%!important;flex-direction:row!important;align-items:center!important;gap:6px!important;min-width:0!important}.portal-shell--mobile .dt-toolbar__search .dt-search{flex:1 1 auto!important;min-width:0!important;min-height:36px!important;font-size:.875rem!important}.portal-shell--mobile .dt-toolbar__search .small-admin-btn,.portal-shell--mobile .dt-toolbar__search .dt-toolbar__icon-btn{flex:0 0 36px!important;width:36px!important;min-width:36px!important;min-height:36px!important;height:36px!important;padding:0!important;font-size:0!important}.portal-shell--mobile details.ux-filters-collapse.dt-toolbar__filters-wrap>summary{display:none!important}.portal-shell--mobile details.ux-filters-collapse.dt-toolbar__filters-wrap{flex:1 1 100%!important;margin:0!important}.portal-shell--mobile details.ux-filters-collapse.dt-toolbar__filters-wrap:not([open]){border:none!important;background:transparent!important}.portal-shell--mobile .ux-mobile-cards .dt-table tr{margin-bottom:8px!important;padding:10px 12px!important;border-radius:10px!important;box-shadow:0 1px 4px #2b1b100f!important}.portal-shell--mobile .ux-mobile-cards .dt-table tr>td:first-child:not(.dt-actions-col){display:block!important;padding:0 0 4px!important;font-size:.9375rem!important;font-weight:600!important;color:#2b1b10!important;line-height:1.25!important}.portal-shell--mobile .ux-mobile-cards .dt-table tr>td:first-child:not(.dt-actions-col):before{display:none!important}.ux-mobile-cards .dt-table td[data-label=Email],.ux-mobile-cards .dt-table td[data-label=City],.ux-mobile-cards .dt-table td[data-label=Trainer],.ux-mobile-cards .dt-table td[data-label=Courses],.ux-mobile-cards .dt-table td[data-label=Joined],.portal-shell--mobile .ux-mobile-cards .dt-table td[data-label=Email],.portal-shell--mobile .ux-mobile-cards .dt-table td[data-label=City],.portal-shell--mobile .ux-mobile-cards .dt-table td[data-label=Trainer],.portal-shell--mobile .ux-mobile-cards .dt-table td[data-label=Courses],.portal-shell--mobile .ux-mobile-cards .dt-table td[data-label=Joined],.portal-shell--mobile .ux-mobile-cards .dt-table td[data-label=Updated],.portal-shell--mobile .ux-mobile-cards .dt-table td[data-label=Cover],.portal-shell--mobile .ux-mobile-cards .dt-table td[data-label=Thumbnail],.portal-shell--mobile .ux-mobile-cards .dt-table td[data-label=Delivery],.portal-shell--mobile .ux-mobile-cards .dt-table td[data-label=Certificate],.portal-shell--mobile .ux-mobile-cards .dt-table td[data-label="Access plan"],.portal-shell--mobile .ux-mobile-cards .dt-table td[data-label=Lessons]{display:none!important}.portal-shell--mobile .ux-mobile-cards .dt-table td:not(.dt-actions-col):not(:first-child){display:grid!important;grid-template-columns:4.25rem minmax(0,1fr)!important;gap:4px 8px!important;align-items:baseline!important;padding:1px 0!important;font-size:.8125rem!important;line-height:1.35!important}.portal-shell--mobile .ux-mobile-cards .dt-table td:not(.dt-actions-col):not(:first-child):before{display:block!important;margin-bottom:0!important;font-size:.625rem!important;font-weight:600!important;color:#78716c!important;letter-spacing:0!important;text-transform:none!important}.ux-mobile-cards .dt-table td[data-label=Email],.ux-mobile-cards .dt-table td[data-label=City],.ux-mobile-cards .dt-table td[data-label=Trainer],.ux-mobile-cards .dt-table td[data-label=Courses],.ux-mobile-cards .dt-table td[data-label=Joined],.portal-shell--mobile .ux-mobile-cards .dt-table td[data-label=Email],.portal-shell--mobile .ux-mobile-cards .dt-table td[data-label=City],.portal-shell--mobile .ux-mobile-cards .dt-table td[data-label=Trainer],.portal-shell--mobile .ux-mobile-cards .dt-table td[data-label=Courses],.portal-shell--mobile .ux-mobile-cards .dt-table td[data-label=Joined]{display:none!important}.portal-shell--mobile .ux-mobile-cards .dt-table td .lms-badge,.ux-mobile-cards .dt-table td[data-label=Status] .lms-badge{display:inline-flex!important;width:auto!important;max-width:max-content!important;font-size:.625rem!important;padding:2px 8px!important;border-radius:999px!important}.portal-shell--mobile .ux-mobile-cards .dt-table td .dt-thumb,.portal-shell--mobile .ux-mobile-cards .dt-table td .dt-thumb-ph{display:none!important}.portal-shell--mobile .ux-mobile-cards .dt-actions-col{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:6px!important;padding:8px 0 0!important;margin-top:6px!important;border-top:1px solid rgba(0,0,0,.06)!important}.portal-shell--mobile .ux-mobile-cards .dt-actions-col:before{display:none!important}.portal-shell--mobile .ux-mobile-cards .dt-actions-col .small-admin-btn{width:auto!important;min-height:30px!important;padding:4px 10px!important;font-size:.6875rem!important;font-weight:600!important;flex:0 1 auto!important;border-radius:6px!important}.portal-shell--mobile .ux-mobile-cards .dt-actions-col .small-admin-btn.active{min-height:32px!important;padding:5px 12px!important}.portal-shell--mobile .ux-mobile-cards .dt-actions-col .small-admin-btn.lms-danger{background:#c1121f14!important;border-color:#c1121f40!important;color:#991b1b!important}.portal-shell--mobile .dt-pager{margin-top:8px!important;font-size:.75rem!important}.portal-shell--mobile .dt-pager__btns .small-admin-btn{min-height:32px!important;padding:4px 12px!important;font-size:.75rem!important}.portal-shell--mobile .panel-head-row .muted{display:none}.portal-shell--mobile .panel-head-row>div:last-child .admin-main-action,.portal-shell--mobile .panel-head-row>div:last-child .small-admin-btn{min-height:32px!important;padding:5px 10px!important;font-size:.75rem!important}.portal-shell--mobile .stu-list .ux-mobile-cards .dt-table tbody tr,.stu-list .ux-mobile-cards .dt-table tbody tr,.stu-list .dt-table tbody tr{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;gap:8px!important;padding:8px 10px!important;margin-bottom:6px!important;min-height:44px!important}.portal-shell--mobile .stu-list .dt-table td,.stu-list .dt-table td{display:none!important;width:auto!important;max-width:none!important;padding:0!important;margin:0!important;border:none!important;background:transparent!important}.portal-shell--mobile .stu-list .dt-table td:before,.portal-shell--mobile .stu-list .dt-table td:after,.stu-list .dt-table td:before,.stu-list .dt-table td:after{display:none!important;content:none!important}.portal-shell--mobile .stu-list .dt-table td[data-label=Date],.portal-shell--mobile .stu-list .dt-table td[data-label=Name],.portal-shell--mobile .stu-list .dt-table td[data-label=Phone],.portal-shell--mobile .stu-list .dt-table td.dt-actions-col,.stu-list .dt-table td[data-label=Date],.stu-list .dt-table td[data-label=Name],.stu-list .dt-table td[data-label=Phone],.stu-list .dt-table td.dt-actions-col{display:flex!important;align-items:center!important}.portal-shell--mobile .stu-list .dt-table td[data-label=Date],.stu-list .dt-table td[data-label=Date]{flex:0 0 auto!important;min-width:3.4rem!important;font-size:.72rem!important;font-weight:700!important;color:#78716c!important;white-space:nowrap!important;font-variant-numeric:tabular-nums}.portal-shell--mobile .stu-list .dt-table td[data-label=Name],.stu-list .dt-table td[data-label=Name]{flex:1 1 auto!important;min-width:5.5rem!important;font-size:.8125rem!important;font-weight:700!important;color:#2b1b10!important}.stu-list .dt-table td[data-label=Name] .ux-cell-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.portal-shell--mobile .stu-list .dt-table td[data-label=Phone],.stu-list .dt-table td[data-label=Phone]{flex:0 1 auto!important;min-width:6.5rem!important;max-width:none!important;font-size:.75rem!important;font-weight:600!important;color:#57534e!important;white-space:nowrap!important}.stu-list .dt-table td[data-label=Phone] .ux-cell-text{overflow:visible;text-overflow:clip;white-space:nowrap}.portal-shell--mobile .stu-list .dt-table td[data-label=Courses],.stu-list .dt-table td[data-label=Courses]{display:none!important}.portal-shell--mobile .stu-list .dt-actions-col,.stu-list .dt-actions-col{flex:0 0 auto!important;flex-wrap:nowrap!important;gap:4px!important;padding:0!important;margin:0!important;border:none!important;min-width:0!important}.portal-shell--mobile .stu-list .dt-actions-col .small-admin-btn,.stu-list .dt-actions-col .small-admin-btn{width:32px!important;min-width:32px!important;max-width:32px!important;height:32px!important;min-height:32px!important;padding:0!important;margin:0!important;font-size:0!important;line-height:0!important;overflow:visible!important;border-radius:6px!important;flex:0 0 32px!important;background-image:none!important;color:#44403c!important;-webkit-text-fill-color:currentColor!important}.portal-shell--mobile .stu-list .dt-actions-col .small-admin-btn svg,.stu-list .dt-actions-col .small-admin-btn svg{display:block!important;width:14px!important;height:14px!important}.portal-shell--mobile .stu-list .dt-actions-col .small-admin-btn:before,.portal-shell--mobile .stu-list .dt-actions-col .small-admin-btn:after,.stu-list .dt-actions-col .small-admin-btn:before,.stu-list .dt-actions-col .small-admin-btn:after{display:none!important;content:none!important}.portal-shell--mobile .stu-list .dt-actions-col .small-admin-btn.active,.stu-list .dt-actions-col .small-admin-btn.active{background-color:#7a1f1f14!important;background-image:none!important;border-color:#7a1f1f2e!important;color:#7a1f1f!important;-webkit-text-fill-color:#7a1f1f!important}.portal-shell--mobile .stu-list .dt-actions-col .dt-icon-btn--wa,.stu-list .dt-actions-col .dt-icon-btn--wa{background-color:#128c7e1a!important;background-image:none!important;border-color:#128c7e47!important;color:#128c7e!important;-webkit-text-fill-color:#128c7e!important}.portal-shell--mobile .stu-list .dt-actions-col .small-admin-btn.lms-danger,.stu-list .dt-actions-col .small-admin-btn.lms-danger{background-color:#c1121f14!important;background-image:none!important;border-color:#c1121f33!important;color:#991b1b!important;-webkit-text-fill-color:#991b1b!important}}html,body{overflow-x:clip;max-width:100%}body{margin:0}body.apm-modal-open{overflow:hidden}:root{--text-kpi: 1.28rem;--text-kpi-label: .72rem;--text-kpi-status: .95rem;--text-kpi-suffix: .75rem}@media(max-width:900px){.portal-shell--mobile,.portal-shell--admin-mobile,.portal-shell--team-mobile,.portal-shell--manager-mobile,.portal-shell--accountant-mobile{--text-kpi: 1.22rem;--text-stat: var(--text-kpi)}}.portal-shell [class*=-dash-stat]:not([class*=-dash-stats]),.portal-shell .saas-desk-stat,.portal-shell .stat-card,.portal-shell .dash-tile,.portal-shell .platform-kpi{min-height:4.5rem}.portal-shell [class*=-dash-stat]:not([class*=-dash-stats])>span,.portal-shell .saas-desk-stat>span,.portal-shell .stat-card p,.portal-shell .dash-tile__label,.portal-shell .platform-kpi__label,.portal-shell .module-stat span{font-size:var(--text-kpi-label)!important;font-weight:600!important;letter-spacing:.02em;line-height:1.3!important;color:#8a7f76}.portal-shell [class*=-dash-stat]:not([class*=-dash-stats])>strong,.portal-shell [class*=-dash-stat]:not([class*=-dash-stats])>.dash-stat-value,.portal-shell .saas-desk-stat>strong,.portal-shell .stat-card h3,.portal-shell .dash-tile__value,.portal-shell .unified-tile__value,.portal-shell .dash-trainer-stat strong,.portal-shell .hr-stat strong,.portal-shell .module-stat strong,.portal-shell .platform-kpi__value,.portal-shell .ipa-stat strong,.portal-shell .stat>strong,.portal-shell .dash-stat-value{display:block;font-family:var(--font-family-base, Inter, system-ui, sans-serif)!important;font-size:var(--text-kpi)!important;font-weight:600!important;font-variant-numeric:tabular-nums lining-nums;letter-spacing:-.015em;line-height:1.15!important;color:#1a120b}.portal-shell .dash-stat-value--status,.portal-shell .dash-tile__value.dash-stat-value--status,.portal-shell .unified-tile__value.dash-stat-value--status,.portal-shell [class*=-dash-stat]:not([class*=-dash-stats])>.dash-stat-value--status,.portal-shell [class*=-dash-stat]>strong.dash-stat-value--status{font-size:var(--text-kpi-status)!important;font-weight:600!important;font-variant-numeric:normal;letter-spacing:0;text-transform:none;line-height:1.3!important}.portal-shell .dash-stat-value__suffix{display:inline;margin-left:.28rem;font-size:var(--text-kpi-suffix)!important;font-style:normal;font-weight:600;letter-spacing:0;font-variant-numeric:normal;color:#8a7f76;vertical-align:.12em}.portal-shell [class*=-dash-stat]>em{font-size:var(--text-kpi-label)!important;font-style:normal;font-weight:500;color:#a89888}.portal-shell [class*=-dash-desk__icon]{font-size:1.55rem!important;line-height:1}.portal-shell [class*=-dash-desk__item]{font-size:.8rem!important;font-weight:600!important;min-height:5rem;gap:.45rem}.portal-shell [class*=-dash-more__item]>strong{font-size:.92rem!important;font-weight:600;line-height:1.3}.portal-shell [class*=-dash-more__item]>span{font-size:.72rem!important;line-height:1.35;color:#8a7f76}.portal-shell a[class*=-dash-stat],.portal-shell button[class*=-dash-stat]{cursor:pointer}.portal-shell [class*=-dash-desk] h2,.portal-shell [class*=-dash-alerts] h2,.portal-shell [class*=-dash-more] h2,.portal-shell .mod-dash-desk h2,.portal-shell .mod-dash-alerts h2,.portal-shell .mod-dash-more h2{font-size:1.05rem!important;font-weight:700!important;letter-spacing:-.01em}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url("./media/layers-55W3Q4RM.png");width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url("./media/layers-2x-TBM42ERR.png");background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url("./media/marker-icon-2V3QKKVC.png")}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
