:root{--color-primary:#1f8a70;--color-primary-dark:#0f2925;--color-primary-light:#e8f7f2;--color-bg:#f4f7f6;--color-surface:#fff;--color-text:#14221f;--color-text-secondary:#6b7c77;--color-border:#e2ebe7;--color-success:#1f8a70;--color-error:#e05a5a;--color-error-bg:#fdecec;--color-sidebar:#102c28;--color-accent:#2bb673;--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--shadow-sm:0 1px 2px #102c280a;--shadow-md:0 12px 28px #102c2814;--sidebar-width:260px;--sidebar-collapsed-width:78px;--header-height:58px;--app-footer-height:44px;--font-sans:"Plus Jakarta Sans", "Segoe UI", sans-serif;--font-display:"Sora", "Plus Jakarta Sans", sans-serif;font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);font-size:14px;line-height:1.45}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100dvh;margin:0}body{background:var(--color-bg);color:var(--color-text)}h1,h2,h3,.page-title,.brand-name,.header-title{font-family:var(--font-display)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.app-shell{min-height:100vh;display:flex}.sidebar{width:var(--sidebar-width);background:linear-gradient(180deg, #163d36 0%, var(--color-sidebar) 55%, #0b1f1c 100%);color:#fff;z-index:40;flex-direction:column;transition:width .22s,transform .22s;display:flex;position:fixed;inset:0 auto 0 0;overflow:hidden}.sidebar.is-collapsed{width:var(--sidebar-collapsed-width)}.sidebar.is-collapsed .nav-label,.sidebar.is-collapsed .sidebar-user-meta{display:none}.sidebar.is-collapsed .sidebar-brand{justify-content:center;align-items:center;padding:18px 10px 12px}.sidebar.is-collapsed .sidebar-logo{max-width:58px;height:38px}.sidebar.is-collapsed .sidebar-link{justify-content:center;padding:12px}.sidebar.is-collapsed .sidebar-user-chip{justify-content:center;padding:8px}.sidebar-backdrop{display:none}.sidebar-backdrop.is-open,.crm-modal-backdrop.is-open,.crm-drawer-backdrop.is-open{z-index:240;background:#0a161485;justify-content:center;align-items:flex-start;padding:32px 16px;display:flex;position:fixed;inset:0;overflow:auto}.crm-drawer-backdrop.is-open{justify-content:flex-end;align-items:stretch;padding:0;overflow:hidden}.crm-drawer-backdrop.is-nested{z-index:260}.crm-drawer{background:#fff;flex-direction:column;height:100%;animation:.22s crm-drawer-in;display:flex;box-shadow:-18px 0 40px #102c2829}.crm-drawer.is-wide{width:min(780px,100vw)}.crm-drawer.is-lg{width:min(640px,100vw)}.crm-drawer.is-md{width:min(560px,100vw)}.crm-drawer.is-sm{width:min(440px,100vw)}@keyframes crm-drawer-in{0%{opacity:.55;transform:translate(28px)}to{opacity:1;transform:none}}.crm-drawer-head{border-bottom:1px solid #f0f5f3;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 20px 14px;display:flex}.crm-drawer-head h3{letter-spacing:-.02em;margin:0;font-size:18px}.crm-drawer-body{flex:1;padding:18px 20px 24px;overflow:auto}.crm-drawer-foot{background:#fbfdfc;border-top:1px solid #f0f5f3;flex-shrink:0;justify-content:flex-end;gap:8px;padding:14px 20px;display:flex}.sidebar-brand{z-index:2;align-items:flex-start;gap:8px;padding:18px 16px 10px;display:flex;position:relative}.sidebar-logo{object-fit:contain;object-position:left center;border-radius:10px;width:auto;max-width:100%;height:56px;display:block}.sidebar-close{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:8px;padding:6px;display:none;position:absolute;top:16px;right:12px}.sidebar-nav{z-index:2;flex-direction:column;flex:1;gap:4px;padding:10px 14px 16px;display:flex;position:relative;overflow:auto}.sidebar-link{color:#ffffffc7;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;width:100%;padding:12px;font-size:13.5px;font-weight:550;display:flex}.sidebar-link:hover{color:#fff;background:#ffffff14}.sidebar-link.is-active{color:#fff;box-shadow:none;background:#047857;font-weight:700}.sidebar-link-icon{flex-shrink:0;place-items:center;width:20px;height:20px;display:inline-grid}.sidebar-bottom{z-index:2;flex-direction:column;gap:12px;padding:8px 16px 22px;display:flex;position:relative}.sidebar-user-chip{color:inherit;text-align:left;cursor:pointer;background:#ffffff0f;border:0;border-radius:12px;align-items:center;gap:10px;width:100%;padding:10px 12px;text-decoration:none;display:flex}.sidebar-user-chip:hover{background:#ffffff1f}.sidebar-user-chip.is-active{background:#0478578c}.sidebar-user-meta .user-name,.sidebar-user-meta .user-role{color:#fff}.sidebar-mountains{pointer-events:none;z-index:1;height:120px;position:absolute;bottom:0;right:0}.sidebar-mountains svg{width:100%;height:100%;display:block}.app-main{margin-left:var(--sidebar-width);flex-direction:column;flex:1;min-width:0;min-height:100vh;transition:margin-left .22s;display:flex}.app-shell.sidebar-collapsed .app-main{margin-left:var(--sidebar-collapsed-width)}.app-header{min-height:var(--header-height);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--color-border);z-index:50;background:#fffffff5;align-items:center;gap:10px;padding:0 18px;display:flex;position:sticky;top:0}.header-right,.header-user{align-items:center;gap:10px;display:flex}.header-user-meta{line-height:1.2}.header-right{margin-left:auto}.header-title-block{border-right:1px solid #e2ebe7;min-width:0;padding-right:14px}.header-kicker{letter-spacing:.08em;text-transform:uppercase;color:#6b7c77;margin:0 0 1px;font-size:10px;font-weight:750}.header-title{letter-spacing:-.02em;color:#0f2925;margin:0;font-size:14px;font-weight:750}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.header-search{flex:1;width:min(420px,42vw);min-width:220px;max-width:480px;position:relative}.header-search .filter-search{height:38px}.header-search-menu{z-index:80;border:1px solid var(--color-border);min-width:280px;max-height:360px;box-shadow:var(--shadow-md);background:#fff;border-radius:14px;padding:8px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:auto}.header-search-item{text-align:left;cursor:pointer;width:100%;color:inherit;background:0 0;border:0;border-radius:10px;grid-template-rows:auto auto;grid-template-columns:84px 1fr;gap:0 10px;padding:8px 10px;display:grid}.header-search-item:hover,.header-search-item:focus-visible{background:#e8f7f2}.header-search-item em{letter-spacing:.06em;text-transform:uppercase;color:#146b57;text-align:center;background:#e8f7f2;border-radius:8px;grid-row:1/span 2;align-self:center;padding:6px 8px;font-size:10px;font-style:normal;font-weight:800}.header-search-item strong{font-size:13px}.header-search-item span{color:#6b7c77;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.header-school select{border:1px solid var(--color-border);color:#0f2925;background:#fff;border-radius:12px;max-width:180px;height:38px;padding:0 10px}.header-session select{max-width:160px}.form-hint{color:#b45309;margin-top:6px;font-size:12px;display:block}.dash-expiry{background:#fff8ee;border:1px solid #f5d0a9;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.dash-expiry.is-urgent{background:#fef2f2;border-color:#fecaca}.dash-expiry strong{font-size:14px;display:block}.dash-expiry p{color:#3d5a52;margin:4px 0 0;font-size:13px}.school-validity-admin{border:1px solid var(--color-border);background:#f7fbfa;border-radius:14px;gap:12px;margin:16px 0 20px;padding:16px;display:grid}.school-validity-admin p{color:#6b7c77;margin:4px 0 0;font-size:13px}.settings-list{flex-direction:column;gap:8px;margin:0;padding:4px 16px 16px;list-style:none;display:flex}.settings-list li{border:1px solid var(--color-border);background:#f7fbfa;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.settings-list em{color:#6b7c77;font-size:12px;font-style:normal}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:2px solid #1f8a70}.menu-btn,.collapse-btn{border:1px solid var(--color-border);color:var(--color-text-secondary);cursor:pointer;background:#fff;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.menu-btn{width:42px;height:42px;color:var(--color-text);border-radius:12px;display:none}.collapse-btn:hover{color:var(--color-primary);background:var(--color-primary-light);border-color:#b7e4d4}.desktop-only{display:grid}.app-content{padding:20px 22px;padding-bottom:calc(20px + var(--app-footer-height) + env(safe-area-inset-bottom,0px));flex:1;width:100%}.app-footer{left:var(--sidebar-width);z-index:120;min-height:var(--app-footer-height);padding:10px 28px calc(10px + env(safe-area-inset-bottom,0px));color:var(--color-text-secondary);background:var(--color-bg);border-top:1px solid var(--color-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;font-size:12px;transition:left .22s;display:flex;position:fixed;bottom:0;right:0}.app-shell.sidebar-collapsed .app-footer{left:var(--sidebar-collapsed-width)}.user-avatar{background:linear-gradient(145deg, var(--color-primary), #0f4f42);color:#fff;border-radius:999px;place-items:center;width:42px;height:42px;font-weight:700;display:grid}.user-avatar.sm{width:34px;height:34px;font-size:12px}.user-name{margin:0;font-size:13px;font-weight:700}.user-role{color:var(--color-text-secondary);margin:0;font-size:11px}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.page-title{letter-spacing:-.03em;overflow-wrap:anywhere;max-width:40rem;margin:0;font-size:22px;font-weight:700}.page-subtitle{color:var(--color-text-secondary);margin:4px 0 0;font-size:13px}.page-actions{flex-wrap:wrap;gap:8px;display:flex}.card{border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff}.card-padded{padding:20px}.stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.stat-card{border:1px solid var(--color-border);box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;flex-direction:column;justify-content:space-between;min-height:104px;padding:14px 16px;display:flex;position:relative;overflow:hidden}.stat-card:before{display:none}.stat-label{color:var(--color-text-secondary);font-size:12px;font-weight:650}.stat-value{letter-spacing:-.04em;font-size:26px;font-weight:750;font-family:var(--font-display)}.stat-hint{color:var(--color-text-secondary);font-size:12px}.form-field{flex-direction:column;gap:6px;display:flex}.form-label{font-size:13px;font-weight:700}.form-input,.form-select,.form-textarea{border:1px solid var(--color-border);width:100%;color:var(--color-text);border-radius:var(--radius-sm);background:#fff;outline:none;min-height:44px;padding:11px 13px}.form-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231F8A70' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:38px;font-weight:650}.form-select:hover,.form-input:hover,.form-textarea:hover{border-color:#b7e4d4}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px #1f8a701f}.filter-bar{flex-wrap:wrap;align-items:stretch;gap:10px;margin-bottom:16px;display:flex}.filter-toolbar{border-bottom:1px solid var(--color-border);background:#f6faf8;grid-template-columns:minmax(240px,1.4fr) repeat(3,minmax(160px,.8fr)) auto;align-items:end;gap:12px;margin-bottom:0;padding:14px;display:grid}.filter-field{flex-direction:column;gap:6px;min-width:0;display:flex}.filter-label{letter-spacing:.04em;text-transform:uppercase;color:#6b7c77;font-size:11px;font-weight:750}.filter-search-wrap{min-width:0;position:relative}.filter-search-icon{color:#6b7c77;pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.filter-search{width:100%;max-width:none;padding-left:38px}.filter-select{flex:0 210px;min-width:180px;max-width:240px}.crm-panel{border:1px solid var(--color-border);box-shadow:var(--shadow-sm);background:#fff;border-radius:18px;overflow:hidden}.crm-table-wrap{overflow-x:auto}.crm-data-table{border-collapse:collapse;width:100%;min-width:980px}.crm-data-table.is-compact{min-width:640px}.crm-data-table th{text-align:left;letter-spacing:.04em;text-transform:uppercase;color:#6b7c77;border-bottom:1px solid var(--color-border);background:#fbfdfc;padding:12px 14px;font-size:11px;font-weight:750}.crm-data-table td{vertical-align:middle;color:#14221f;border-bottom:1px solid #f0f5f3;padding:14px;font-size:13px}.crm-data-table tbody tr:hover{background:#f7fbfa}.crm-table-meta{color:#6b7c77;margin:0;padding:12px 14px;font-size:12px}.code-pill{color:#3d5a52;background:#f3f7f5;border:1px solid #e2ebe7;border-radius:8px;align-items:center;padding:3px 8px;font-size:12px;font-weight:700;display:inline-flex}.crm-select{width:100%;position:relative}button.crm-select-trigger{cursor:pointer;text-align:left;width:100%;min-height:44px;color:var(--color-text);border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex;background:#fff!important;border:1.5px solid #c8dcd5!important}button.crm-select-trigger:hover{background:#f3faf7!important;border-color:#1f8a70!important}button.crm-select-trigger.is-open,button.crm-select-trigger:focus-visible{outline:none;box-shadow:0 0 0 4px #1f8a7024;border-color:var(--color-primary)!important}.crm-select-value{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:650;overflow:hidden}.crm-select-placeholder{color:#8a9a95;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.crm-select-chevron{color:#1f8a70;transition:transform .15s}.crm-select-chevron.is-open{transform:rotate(180deg)}.crm-select-menu{z-index:300;background:#fff;border:1px solid #dce7e3;border-radius:14px;max-height:280px;padding:6px;animation:.14s crm-select-pop;position:fixed;overflow:auto;box-shadow:0 14px 34px #0f292524}@keyframes crm-select-pop{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.crm-select-option{color:#14221f;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:13px;display:flex}.crm-select-option:hover{background:#eef7f3}.crm-select-option.is-selected{color:#0f4f42;background:#e8f7f2;font-weight:700}.form-input.is-error,.form-select.is-error,.form-textarea.is-error{border-color:var(--color-error)}.form-error{color:var(--color-error);margin:0;font-size:12px}.form-stack{flex-direction:column;gap:16px;display:flex}.form-actions{justify-content:flex-end;gap:8px;margin-top:8px;display:flex}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.btn{cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;font-weight:700;display:inline-flex}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-md{padding:9px 14px;font-size:13px}.btn-sm{gap:6px;padding:7px 11px;font-size:12px}.btn-full{width:100%}.btn-primary{color:#fff;background:linear-gradient(135deg,#1f8a70,#146b57);box-shadow:0 10px 20px #1f8a7038}.btn-primary:hover:not(:disabled){transform:translateY(-1px)}.btn-secondary{border-color:var(--color-border);color:var(--color-text);background:#fff}.btn-secondary:hover:not(:disabled){color:#146b57;background:#f3faf7;border-color:#b7e4d4}.btn-ghost{color:var(--color-text-secondary);background:0 0}.btn-ghost:hover:not(:disabled){color:#146b57;background:#f3faf7}.table-primary-cell{flex-direction:column;gap:2px;min-width:0;line-height:1.3;display:flex}.table-primary-cell strong{font-size:13px;font-weight:650}.table-primary-cell span{color:var(--color-text-secondary);font-size:11px}.table-school{align-items:center;gap:10px;min-width:0;display:flex}.sa-avatar{color:#fff;background:#0f766e;border-radius:12px;flex:none;place-items:center;width:38px;height:38px;font-size:12px;font-weight:800;display:grid}.sa-panel-head{border-bottom:1px solid var(--color-border);background:#fafcfb;justify-content:space-between;align-items:flex-start;gap:16px;padding:16px 18px;display:flex}.sa-panel-head strong{letter-spacing:-.02em;font-size:15px;display:block}.sa-panel-head span{color:#6b7c77;max-width:52ch;margin-top:3px;font-size:12px;line-height:1.45;display:block}.sa-panel-body{padding:16px 18px 18px}.crm-data-table td:last-child{white-space:nowrap}.crm-table .ob-row-actions{flex-wrap:nowrap}.empty-state{text-align:center;color:var(--color-text-secondary);flex-direction:column;align-items:center;gap:8px;padding:40px 16px;display:flex}.empty-title{color:var(--color-text);margin:0;font-size:16px}.empty-description{max-width:420px;margin:0}.alert-error{background:var(--color-error-bg);color:#9b1c1c;border-radius:12px;padding:10px 12px;font-size:13px}html.login-lock,body.login-lock{height:100svh;overflow:hidden}.login-page{background:#f4f7f6;place-items:center;min-height:100svh;padding:24px;display:grid;position:relative;overflow:hidden}.login-bg{pointer-events:none;background:radial-gradient(70% 50% at 20% 0,#1f8a702e,#0000 55%),radial-gradient(60% 45% at 90% 100%,#102c281a,#0000 50%),linear-gradient(#eaf6f2 0%,#f4f7f6 45%,#f7faf9 100%);position:absolute;inset:0}.login-card{z-index:1;background:#fff;border:1px solid #e2ebe7;border-radius:20px;width:min(100%,440px);padding:28px 32px 32px;position:relative;box-shadow:0 18px 50px #102c2814}.login-brand{text-align:center;margin-bottom:22px}.login-brand-logo{object-fit:contain;object-position:center;width:min(100%,280px);height:auto;margin:0 auto 8px;display:block}.login-brand p{color:#6b7c77;margin:0;font-size:13px}.login-form{flex-direction:column;gap:14px;display:flex}.login-form-header h2{letter-spacing:-.02em;margin:0;font-size:18px}.login-form-header p{color:#6b7c77;margin:6px 0 0;font-size:13px}.login-input-wrap{align-items:center;display:flex;position:relative}.login-input-wrap .form-input{padding-left:40px;padding-right:42px}.login-input-icon{color:#6b7c77;pointer-events:none;position:absolute;left:12px}.login-eye-btn{color:#6b7c77;cursor:pointer;background:0 0;border:none;border-radius:8px;place-items:center;width:32px;height:32px;display:grid;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.login-eye-btn:hover{color:#1f8a70;background:#e8f7f2}.login-form .btn{min-height:44px;margin-top:6px}.login-links{text-align:right;margin:0}.login-links a{color:#0f766e;font-size:13px;font-weight:650;text-decoration:none}.login-links a:hover{text-decoration:underline}.bulk-bar{background:#f3faf7;border:1px solid #b7e4d4;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin:0 0 10px;padding:10px 12px;display:flex}.bulk-bar.is-dock{left:calc(var(--sidebar-width) + 24px);right:24px;bottom:calc(var(--app-footer-height) + 12px + env(safe-area-inset-bottom,0px));z-index:130;-webkit-backdrop-filter:blur(12px);background:#fffffffa;border:1px solid #b7e4d4;border-radius:18px;margin:0;padding:12px 16px;animation:.22s ease-out bulk-bar-in;position:fixed;box-shadow:0 16px 40px #0f292529}@keyframes bulk-bar-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}body.crm-bulk-open .app-content{padding-bottom:calc(var(--app-footer-height) + 96px + env(safe-area-inset-bottom,0px))}.app-shell.sidebar-collapsed .bulk-bar.is-dock{left:calc(var(--sidebar-collapsed-width) + 24px)}.bulk-bar-copy em{letter-spacing:.05em;text-transform:uppercase;color:#6b7c77;font-size:11px;font-style:normal;font-weight:800;display:block}.bulk-bar-copy strong{letter-spacing:-.03em;font-size:16px}.bulk-bar-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.bulk-bar strong{font-size:13px}.bulk-check{text-align:center;width:36px}.bulk-check input{accent-color:var(--color-primary)}.crm-chip{border:1px solid var(--color-border);white-space:nowrap;background:#f7fbfa;border-radius:999px;align-items:center;padding:4px 10px;font-size:11px;font-weight:750;display:inline-flex}.crm-chip.is-success{color:#0f766e;background:#e8f7f2;border-color:#b7e4d4}.crm-chip.is-warn{color:#b54708;background:#fff6e9;border-color:#f0e0c8}.crm-chip.is-info{color:#1d4ed8;background:#e8f1ff;border-color:#bfdbfe}.crm-chip.is-purple{color:#7c3aed;background:#f3e8ff;border-color:#e9d5ff}.crm-chip.is-muted{color:#4b5c57;background:#eef2f1;border-color:#d7e2de}.crm-stepper-wrap{border-bottom:1px solid #f0f5f3;margin-bottom:18px;padding-bottom:16px}.crm-stepper-meta{color:#6b7c77;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;font-size:12px;display:flex}.crm-stepper-meta strong{color:#0f2925}.crm-stepper-bar{background:#e8f0ed;border-radius:99px;height:4px;margin-bottom:10px;overflow:hidden}.crm-stepper-bar i{background:#1f8a70;border-radius:99px;height:100%;transition:width .2s;display:block}.crm-stepper{flex-wrap:wrap;gap:6px;margin-bottom:0;display:flex}.crm-step{border:1px solid var(--color-border);color:#6b7c77;background:#fff;border-radius:999px;align-items:center;gap:6px;padding:4px 8px 4px 4px;font-size:11px;font-weight:650;display:inline-flex}.crm-step i{background:#f3f7f5;border-radius:999px;place-items:center;width:20px;height:20px;font-size:10px;font-style:normal;font-weight:800;display:grid}.crm-step.is-active{color:#0f766e;background:#e8f7f2;border-color:#b7e4d4}.crm-step.is-active i{color:#fff;background:#1f8a70}.crm-step.is-done{color:#146b57;background:#f3faf7;border-color:#cde6dd}.crm-step.is-done i{color:#fff;background:#1f8a70}.crm-step.is-click{cursor:pointer}.crm-step.is-click:hover{border-color:#b7e4d4}.ob-card{border:1px solid var(--color-border);box-shadow:var(--shadow-sm);background:#fff;border-radius:18px;padding:20px 22px 18px;overflow:hidden}.ob-shell{flex-direction:column;min-height:0;display:flex}.ob-body{min-height:220px}.ob-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.ob-section-title{letter-spacing:-.02em;margin:0 0 4px;font-size:18px}.ob-section-copy{color:var(--color-text-secondary);max-width:52ch;margin:0;font-size:13px}.ob-count{color:#0f766e;background:#e8f7f2;border-radius:999px;flex:none;padding:4px 10px;font-size:11px;font-weight:750}.ob-group{margin-bottom:18px}.ob-group:last-child{margin-bottom:0}.ob-group-title{letter-spacing:.06em;text-transform:uppercase;color:#6b7c77;margin:0 0 10px;font-size:11px;font-weight:800}.ob-mini{color:#6b7c77;margin:4px 0 0;font-size:12px}.ob-list{flex-direction:column;gap:8px;display:flex}.ob-empty{color:#6b7c77;margin:8px 0 0;font-size:13px}.ob-row{border:1px solid var(--color-border);background:#f7fbfa;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.ob-row strong{font-size:14px;display:block}.ob-row span{color:var(--color-text-secondary);font-size:12px}.ob-row-actions{flex-wrap:wrap;gap:6px;display:flex}.ob-item{border:1px solid var(--color-border);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.ob-item.is-off{background:#f7f8f8}.ob-item-main{align-items:center;gap:10px;min-width:0;display:flex}.ob-item-index{color:#0f766e;background:#e8f7f2;border-radius:8px;flex:none;place-items:center;width:26px;height:26px;font-size:12px;font-weight:800;display:grid}.ob-item-copy{min-width:0}.ob-item-copy strong{font-size:13px;display:block}.ob-item-copy span{color:#6b7c77;margin-top:2px;font-size:12px;display:block}.ob-item-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.ob-reorder{gap:4px;display:inline-flex}.ob-icon-btn{border:1px solid var(--color-border);color:#3d5a52;cursor:pointer;background:#fff;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.ob-icon-btn:hover:not(:disabled){color:#146b57;background:#f3faf7;border-color:#b7e4d4}.ob-icon-btn:disabled{opacity:.35;cursor:default}.ob-add{background:#f7fbfa;border:1px dashed #cde6dd;border-radius:12px;grid-template-columns:1fr auto;align-items:end;gap:10px;margin-bottom:14px;padding:12px;display:grid}.ob-add.is-3{grid-template-columns:1.2fr 1fr 1fr auto}.ob-add-actions{align-items:center;gap:6px;display:flex}.ob-toggle-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:18px;display:grid}.ob-toggle{border:1px solid var(--color-border);cursor:pointer;background:#fff;border-radius:12px;align-items:flex-start;gap:10px;padding:12px;display:flex}.ob-toggle.is-on{background:#f3faf7;border-color:#b7e4d4}.ob-toggle input{accent-color:var(--color-primary);margin-top:2px}.ob-toggle strong{font-size:13px;display:block}.ob-toggle em{color:#6b7c77;margin-top:2px;font-size:12px;font-style:normal;display:block}.ob-seg{background:#f3f7f5;border-radius:12px;margin-bottom:12px;padding:3px;display:inline-flex}.ob-seg-btn{color:#4b5c57;cursor:pointer;background:0 0;border:0;border-radius:10px;padding:7px 12px;font-size:12px;font-weight:700}.ob-seg-btn.is-on{color:#0f766e;background:#fff;box-shadow:0 1px 4px #0f292514}.ob-notice{color:#0f766e;background:#e8f7f2;border-radius:10px;margin:0 0 12px;padding:7px 10px;font-size:12px;font-weight:650;display:inline-flex}.ob-foot{border-top:1px solid #f0f5f3;justify-content:space-between;align-items:center;gap:10px;margin-top:18px;padding-top:14px;display:flex}.ob-foot-nav{gap:8px;display:flex}.ob-ready{background:#f7fbfa;border:1px dashed #cde6dd;border-radius:14px;padding:16px}.ob-ready p{color:#3d5a52;margin:0;font-size:13px}.ob-success-mark{color:#fff;background:#1f8a70;border-radius:999px;place-items:center;width:44px;height:44px;margin:0 auto 12px;font-size:20px;font-weight:800;display:grid}.module-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0 0 22px;display:grid}.module-check{border:1px solid var(--color-border);cursor:pointer;background:#f7fbfa;border-radius:12px;align-items:center;gap:10px;padding:11px 12px;display:flex}.module-check.is-on{background:#f3faf7;border-color:#b7e4d4}.module-check.is-locked{cursor:default;opacity:.92}.module-check input{width:16px;height:16px;accent-color:var(--color-primary);flex:none}.module-check span{flex-direction:column;gap:1px;min-width:0;display:flex}.module-check strong{font-size:13px;font-weight:650}.module-check em{color:var(--color-text-secondary);font-size:11px;font-style:normal}.user-dialog{width:min(720px,100%);max-height:none;margin:0 auto;position:relative}.login-box{background:#f3faf7;border:1px solid #cde6dd;border-radius:14px;margin-bottom:16px;padding:14px}.login-box h4{margin:0 0 10px;font-size:14px}.login-box .form-grid{margin-bottom:0}.password-field{position:relative}.password-field .form-input{padding-right:44px}.password-toggle{color:#6b7c77;cursor:pointer;background:0 0;border:none;border-radius:8px;width:32px;height:32px;position:absolute;bottom:8px;right:8px}.password-toggle:hover{color:#1f8a70;background:#e8f7f2}.perm-title{margin:0;font-size:14px}.perm-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.perm-head p{color:#6b7c77;margin:0;font-size:12px}.perm-table-wrap{border:1px solid var(--color-border);border-radius:12px;margin-bottom:16px;overflow:auto}.perm-table{border-collapse:collapse;width:100%}.perm-table th,.perm-table td{text-align:left;border-bottom:1px solid var(--color-border);padding:9px 10px;font-size:13px}.perm-table th{letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-secondary);background:#f7fbfa;font-size:11px}.perm-table td:not(:first-child),.perm-table th:not(:first-child){text-align:center;width:68px}.perm-check{place-items:center;display:inline-grid}.perm-check input{width:16px;height:16px;accent-color:var(--color-primary)}.perm-na{color:#b7c4c0}.leads-desk{flex-direction:column;gap:16px;display:flex}.leads-hero{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.leads-hero h1{letter-spacing:-.04em;margin:0;font-size:28px}.leads-hero-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.leads-panel{overflow:visible}.leads-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 14px 0;display:flex}.list-filters{border-bottom:1px solid var(--color-border);background:#fff;flex-direction:column;gap:10px;padding:12px 14px;display:flex}.list-filters-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.list-filters-search{flex:240px;min-width:200px}.list-filters-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-left:auto;display:flex}.list-filters-menu-wrap{position:relative}.list-filters-trigger{border:1px solid var(--color-border);color:#1a2e29;cursor:pointer;background:#fff;border-radius:12px;align-items:center;gap:10px;min-height:42px;padding:0 12px 0 10px;transition:border-color .15s,box-shadow .15s,background .15s;display:inline-flex}.list-filters-trigger:hover{background:#f7fbfa;border-color:#b7e4d4}.list-filters-trigger.is-open,.list-filters-trigger.has-active{background:#f3faf7;border-color:#9fd9c8;box-shadow:0 0 0 3px #1f8a701a}.list-filters-trigger-icon{color:#0f766e;background:#e8f7f2;border-radius:9px;flex:none;place-items:center;width:30px;height:30px;display:grid}.list-filters-trigger.has-active .list-filters-trigger-icon{color:#fff;background:#1f8a70}.list-filters-trigger-copy{flex-direction:column;align-items:flex-start;gap:1px;min-width:72px;display:flex}.list-filters-trigger-copy span{font-size:13px;font-weight:750;line-height:1.1}.list-filters-trigger-copy small{color:#6b7c77;font-size:11px;font-weight:600;line-height:1.1}.list-filters-trigger-copy em{color:#0f766e;font-size:11px;font-style:normal;font-weight:700;line-height:1.1}.list-filters-trigger-chevron{color:#6b7c77;transition:transform .18s}.list-filters-trigger.is-open .list-filters-trigger-chevron{color:#0f766e;transform:rotate(180deg)}.list-filters-backdrop{z-index:79;cursor:default;background:#0a161414;border:0;animation:.18s list-filters-fade;position:fixed;inset:0}.list-filters-menu{z-index:80;background:#fff;border:1px solid #d7e6e0;border-radius:18px;width:min(520px,100vw - 32px);padding:0;animation:.2s ease-out list-filters-pop;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 22px 56px #0f292529}@keyframes list-filters-pop{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes list-filters-fade{0%{opacity:0}to{opacity:1}}.list-filters-menu-head{border-bottom:1px solid #eef4f2;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 16px 12px;display:flex}.list-filters-menu-head strong{letter-spacing:-.02em;font-size:15px;display:block}.list-filters-menu-head p{color:#6b7c77;max-width:34ch;margin:4px 0 0;font-size:12px;line-height:1.45}.list-filters-close{color:#6b7c77;cursor:pointer;background:#f3f7f6;border:0;border-radius:10px;flex:none;place-items:center;width:32px;height:32px;display:grid}.list-filters-close:hover{color:#0f766e;background:#e8f7f2}.list-filters-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-height:min(52vh,420px);padding:14px 16px;display:grid;overflow:auto}.list-filters-field{flex-direction:column;gap:6px;min-width:0;display:flex}.list-filters-field.is-set .crm-select-trigger{background:#f3faf7!important;border-color:#9fd9c8!important}.list-filters-field-label{letter-spacing:.04em;text-transform:uppercase;color:#6b7c77;justify-content:space-between;align-items:center;gap:8px;font-size:11px;font-weight:800;display:flex}.list-filters-field-label i{letter-spacing:0;text-transform:none;color:#0f766e;white-space:nowrap;text-overflow:ellipsis;max-width:58%;font-size:10px;font-style:normal;font-weight:700;overflow:hidden}.list-filters-menu-foot{background:#fafcfb;border-top:1px solid #eef4f2;justify-content:space-between;align-items:center;gap:10px;padding:12px 16px 14px;display:flex}.list-filters-active{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.list-filters-chip{color:#146b57;cursor:pointer;background:#e8f7f2;border:1px solid #cfe9df;border-radius:999px;align-items:center;gap:6px;max-width:100%;padding:5px 8px 5px 10px;font-size:12px;font-weight:650;display:inline-flex}.list-filters-chip span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.list-filters-chip:hover{background:#ddf3eb;border-color:#9fd9c8}.list-filters-chip svg{opacity:.72;flex:none}.list-filters-chip-clear{color:#0f766e;cursor:pointer;background:0 0;border:0;padding:4px 6px;font-size:12px;font-weight:700}.list-filters-chip-clear:hover{text-decoration:underline}.list-desk-toolbar{border-bottom:1px solid var(--color-border);background:#fff;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 14px;display:flex}.list-desk-toolbar .list-desk-tabs{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex:none;max-width:100%;margin:0;overflow-x:auto}.list-desk-toolbar .list-desk-tabs::-webkit-scrollbar{display:none}.list-desk-toolbar .list-desk-tabs button{white-space:nowrap;min-height:38px;padding:0 11px;font-size:12px}.list-desk-toolbar .list-filters.is-inline{background:0 0;border-bottom:0;flex-flow:wrap;flex:280px;align-items:center;gap:8px;min-width:0;padding:0}.list-desk-toolbar .list-filters.is-inline .list-filters-row{flex-wrap:nowrap;flex:180px;gap:8px;min-width:0}.list-desk-toolbar .list-filters.is-inline .list-filters-search{flex:1;min-width:120px}.list-desk-toolbar .list-filters.is-inline .list-filters-actions{flex-shrink:0;margin-left:0}.list-desk-toolbar .list-filters.is-inline .list-filters-active{flex:100%;width:100%;padding-top:2px}.eq-reminders{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.eq-reminder{border:1px solid var(--color-border);text-align:left;cursor:pointer;background:#fff;border-radius:14px;padding:14px 16px;transition:border-color .15s,background .15s,box-shadow .15s}.eq-reminder strong{letter-spacing:-.04em;font-size:24px;line-height:1;display:block}.eq-reminder span{color:#6b7c77;margin-top:4px;font-size:12px;display:block}.eq-reminder.is-active{background:#e8f7f2;border-color:#1f8a70;box-shadow:0 0 0 3px #1f8a7014}.eq-reminder.is-hot.is-active{background:#fff1ec;border-color:#c2410c;box-shadow:0 0 0 3px #c2410c14}.eq-reminder.is-warm.is-active{background:#fffbeb;border-color:#d97706;box-shadow:0 0 0 3px #d9770614}.eq-reminder.is-unassigned.is-active{background:#eef4ff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.enquiry-table{table-layout:fixed;width:100%;min-width:960px}.enquiry-table th{text-transform:none;letter-spacing:0;white-space:nowrap;padding:10px 12px;font-size:12px;font-weight:700}.enquiry-table td{vertical-align:middle;padding:11px 12px}.enquiry-table .dash-person{align-items:center;gap:8px}.enquiry-table .dash-avatar{border-radius:10px;flex-shrink:0;width:34px;height:34px;font-size:11px}.enquiry-table .table-primary-cell strong{font-size:13px}.enquiry-table .table-primary-cell span{font-size:11px;line-height:1.35}.enquiry-table .eq-status-stack{flex-flow:wrap;align-items:center;gap:5px;display:inline-flex}.enquiry-table .eq-qual{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.enquiry-table .eq-score{color:#3d5a52;background:#f3f7f6;border:1px solid #d7e6e0;border-radius:999px;place-items:center;min-width:28px;height:22px;padding:0 6px;font-size:11px;font-weight:800;display:inline-grid}.enquiry-table .eq-counsellor{color:#1a2e29;font-size:13px;font-weight:650}.enquiry-table .eq-unassigned{color:#2563eb;font-size:12px;font-weight:650}.enquiry-table .eq-created{color:#3d5a52;white-space:nowrap;font-size:12px}.enquiry-table .leads-cell-icon{color:#6b7c77;font-size:11px}.enquiry-table .eq-muted{color:#b7c4c0;font-size:13px}.enquiry-table .col-check{width:42px}.enquiry-table .col-student{width:19%}.enquiry-table .col-parent{width:16%}.enquiry-table .col-class{width:12%}.enquiry-table .col-source{width:9%}.enquiry-table .col-counsellor,.enquiry-table .col-status{width:11%}.enquiry-table .col-qual,.enquiry-table .col-created{width:9%}.enquiry-table .col-actions{width:52px}.eq-unassigned{color:#2563eb;font-size:12px;font-weight:650}.list-filter-select{width:148px}.dash-split-menu hr{border:0;border-top:1px solid #f0f5f3;margin:4px 6px}.dash-split-menu button{align-items:center;gap:8px;display:flex}.dash-split-menu button svg{color:#6b7c77}.leads-search{flex:1;min-width:240px}.leads-clear{align-self:end;min-height:44px}.leads-cell-icon{color:#3d5a52;align-items:center;gap:6px;display:inline-flex}.leads-cell-icon svg{color:#6b7c77}.leads-import-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.lead-filters{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));align-items:end}.sort-btn{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}.crm-data-table tr.is-clickable{cursor:pointer}.crm-data-table tr.is-clickable:hover{background:#f3faf7}.lead-pager{justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.lead-hero{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.lead-hero>div{border:1px solid var(--color-border);background:#fff;border-radius:14px;padding:12px 14px}.lead-hero span{color:var(--color-text-secondary);margin-bottom:4px;font-size:11px;display:block}.dup-box{background:#fff6e9;border:1px solid #f0e0c8;border-radius:12px;margin-bottom:14px;padding:12px}.dup-box p{margin:4px 0;font-size:13px}.timeline-item{border-bottom:1px solid var(--color-border);padding:8px 0}.timeline-item strong{display:block}.timeline-item span{color:var(--color-text-secondary);font-size:12px}.timeline-item p{margin:4px 0 0}@media (width<=960px){.lead-hero{grid-template-columns:1fr 1fr}}.review-wrap.is-embedded .review-grid{margin-top:0}.review-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.review-block{border:1px solid var(--color-border);background:#fff;border-radius:14px;min-height:100%;padding:0;overflow:hidden}.review-block-head{background:#f8fbfa;border-bottom:1px solid #eef4f2;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;display:flex}.review-block h4{margin:0;font-size:13px;font-weight:750}.review-block-body{padding:8px 12px 10px}.review-row{border-bottom:1px solid #f0f5f3;justify-content:space-between;align-items:flex-start;gap:10px;padding:7px 0;font-size:13px;display:flex}.review-row:last-child{border-bottom:0;padding-bottom:2px}.review-row em{letter-spacing:.03em;text-transform:uppercase;color:#6b7c77;flex:none;font-size:11px;font-style:normal;font-weight:700}.review-row strong{text-align:right;color:#1a2e29;word-break:break-word;font-weight:650;line-height:1.35}.crm-drawer-body:has(.desk-sheet){flex-direction:column;padding:0;display:flex}.desk-sheet{background:#f7faf9;flex-direction:column;min-height:100%;display:flex}.desk-sheet-sticky{z-index:5;background:#fff;border-bottom:1px solid #e8f0ec;position:sticky;top:0;box-shadow:0 10px 24px #102c280a}.desk-sheet-head{justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px 12px;display:flex}.desk-sheet-head h2{letter-spacing:-.04em;margin:0;font-size:22px;line-height:1.2}.desk-sheet-head .dash-icon-btn{margin-top:-2px}.desk-sheet-toolbar{flex-direction:column;gap:8px;padding:0 20px 14px;display:flex}.desk-sheet-toolbar-primary{flex-wrap:wrap;gap:8px;display:flex}.desk-sheet-toolbar-actions{flex-wrap:wrap;gap:6px;display:flex}.desk-360-hero{background:linear-gradient(#f7fbfa 0%,#fff 100%);border-bottom:1px solid #e8f0ec;padding:18px 20px 16px;position:relative}.desk-360-hero-close{position:absolute;top:12px;right:14px}.desk-360-hero-main{gap:14px;min-width:0;padding-right:36px;display:flex}.desk-360-hero-copy{flex:1;min-width:0}.desk-360-avatar.is-sm{border-radius:15px;flex-shrink:0;width:52px;height:52px;font-size:16px}.desk-360-hero-title{flex-wrap:wrap;align-items:center;gap:8px;margin-top:2px;display:flex}.desk-360-hero-title h2{letter-spacing:-.04em;margin:0;font-size:22px;line-height:1.15}.desk-360-hero-contacts{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.desk-360-hero-chips{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.desk-360-hero-meta{color:#3d5a52;flex-wrap:wrap;align-items:center;gap:2px 0;margin:6px 0 0;font-size:13px;display:flex}.desk-360-hero-meta i{color:#c5d0cc;margin:0 7px;font-style:normal}.desk-360-hero-meta a{color:inherit;font-weight:650}.desk-360-hero-meta a:hover{color:#0f766e}.desk-360-hero-attrs{color:#6b7c77;margin:8px 0 0;font-size:12px;font-weight:650;line-height:1.4}.desk-360-hero-bar{border-top:1px solid #eef4f2;flex-direction:column;align-items:stretch;gap:10px;margin-top:14px;padding-top:14px;display:flex}.desk-360-hero-primary{flex-wrap:wrap;gap:8px;display:flex}.desk-360-hero-tools{flex-direction:column;gap:10px;display:flex}.desk-360-hero-tool-group{flex-direction:column;gap:6px;min-width:0;display:flex}.desk-360-hero-tool-label{letter-spacing:.08em;text-transform:uppercase;color:#8a9a95;font-size:10px;font-weight:800}.desk-360-hero-tool-row{flex-wrap:wrap;gap:6px;display:flex}.desk-360-tool-btn{border:1px solid var(--color-border);color:#1a2e29;cursor:pointer;background:#fff;border-radius:10px;align-items:center;gap:6px;min-height:34px;padding:0 11px;font-size:12px;font-weight:650;transition:border-color .15s,background .15s,color .15s;display:inline-flex}.desk-360-tool-btn:hover{color:#0f766e;background:#f3faf7;border-color:#b7e4d4}.desk-360-tool-btn svg{color:#6b7c77;flex-shrink:0}.desk-360-tool-btn:hover svg{color:#0f766e}.desk-360-hero-tools .btn{padding:6px 10px}@media (width<=560px){.desk-360-hero-primary .btn{flex:auto;justify-content:center}.desk-360-tool-btn{flex:calc(50% - 6px);justify-content:center}}.desk-sheet-body{flex-direction:column;gap:12px;padding:16px 20px 28px;display:flex}.desk-banner{border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;font-size:13px;font-weight:700;display:flex}.desk-banner.is-success{color:#0f766e;background:#e8f7f2;border:1px solid #b7e4d4}.desk-banner .dash-link,.desk-banner button{font-weight:800}.desk-section{border:1px solid var(--color-border);box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;margin-bottom:12px;padding:14px 16px}.desk-section:last-child,.desk-sheet-body .desk-section{margin-bottom:0}.desk-section-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.desk-section-head h4,.desk-section>h4{letter-spacing:.08em;text-transform:uppercase;color:#6b7c77;align-items:center;gap:8px;margin:0;font-size:11px;font-weight:800;display:flex}.desk-section-head h4 em,.desk-section>h4 em{letter-spacing:0;color:#4b5c57;background:#eef2f1;border-radius:999px;padding:2px 7px;font-size:10px;font-style:normal;font-weight:800}.desk-section>h4{margin-bottom:12px}.desk-fields{grid-template-columns:1fr 1fr;gap:10px 16px;display:grid}.desk-field{background:#f7fbfa;border-radius:10px;min-width:0;padding:8px 10px}.desk-field span{color:#6b7c77;margin-bottom:2px;font-size:11px;font-weight:650;display:block}.desk-field strong{color:#14221f;word-break:break-word;font-size:13px;font-weight:750}.desk-field .dash-link{min-height:0;padding:0}.desk-line{background:#f7fbfa;border:1px solid #f0f5f3;border-radius:12px;margin-bottom:8px;padding:10px 12px}.desk-line:last-child{margin-bottom:0}.desk-line-top{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.desk-line strong{font-size:13px;display:block}.desk-line p{color:#3d5a52;margin:4px 0 0;font-size:12px}.desk-line span{color:var(--color-text-secondary);font-size:11px}.desk-empty{text-align:center;color:#6b7c77;background:#f7fbfa;border:1px dashed #d7e2de;border-radius:12px;margin:0;padding:16px 12px;font-size:13px;line-height:1.45}.desk-empty strong{color:#3d5a52;margin-bottom:2px;display:block}.desk-360-contact{color:#3d5a52;background:#f4f7f6;border-radius:999px;align-items:center;gap:5px;padding:4px 8px 4px 6px;font-size:12px;font-weight:650;display:inline-flex}.desk-360-contact.is-link{color:inherit}.desk-360-contact.is-link:hover{color:#0f766e;background:#e8f7f2}.desk-360-contact.is-empty{color:#8a9a95;background:0 0;padding-left:0}.desk-note{background:#f7fbfa;border:1px solid #f0f5f3;border-radius:12px;gap:10px;margin-bottom:8px;padding:10px 12px;display:flex}.desk-note:last-child{margin-bottom:0}.desk-note-avatar{color:#fff;border-radius:9px;flex-shrink:0;place-items:center;width:28px;height:28px;font-size:10px;font-weight:800;display:grid}.desk-note-top{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.desk-note-top strong{font-size:12px}.desk-note-top span{color:var(--color-text-secondary);font-size:11px}.desk-note p{color:#14221f;margin:4px 0 0;font-size:13px;line-height:1.45}.desk-360{flex-direction:column;gap:16px;display:flex}.desk-360-head{border:1px solid var(--color-border);box-shadow:var(--shadow-sm);background:#fff;border-radius:18px;justify-content:space-between;align-items:flex-start;gap:18px;padding:18px 20px;display:flex}.desk-360-identity{flex:1;gap:14px;min-width:0;display:flex}.desk-360-identity>div{flex:1;min-width:0}.desk-360-avatar{color:#fff;border-radius:16px;flex-shrink:0;place-items:center;width:52px;height:52px;font-size:17px;font-weight:800;display:grid}.desk-360-kicker{letter-spacing:.06em;text-transform:uppercase;color:#1f8a70;margin:0 0 2px;font-size:11px;font-weight:800}.desk-360-identity h1{letter-spacing:-.04em;margin:0;font-size:26px}.desk-360-contacts{color:#3d5a52;flex-wrap:wrap;gap:6px;margin-top:8px;font-size:12px;display:flex}.desk-360-contacts svg{color:#6b7c77;font-size:15px}.desk-360-chips{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.desk-360-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:560px;display:flex}.form-school-pick{flex-direction:column;gap:8px;max-height:320px;padding:2px 0 4px;display:flex;overflow:auto}.form-school-pick .module-check{margin:0}.crm-toast-host{z-index:420;pointer-events:none;flex-direction:column-reverse;align-items:flex-end;gap:10px;max-width:min(420px,100vw - 28px);display:flex;position:fixed;bottom:20px;right:20px}.crm-toast{pointer-events:auto;background:#fff;border:1px solid #e2ebe7;border-radius:16px;grid-template-columns:36px minmax(0,1fr) 28px;align-items:start;gap:10px;width:min(400px,100vw - 28px);padding:13px 12px 13px 13px;animation:.28s crm-toast-in;display:grid;box-shadow:0 18px 40px #102c2829}.crm-toast-icon{border-radius:12px;place-items:center;width:36px;height:36px;display:grid}.crm-toast-icon svg{font-size:20px}.crm-toast-copy{min-width:0;padding-top:2px}.crm-toast-copy p{color:#14221f;overflow-wrap:anywhere;margin:0;font-size:13px;font-weight:700;line-height:1.4}.crm-toast-action{color:#0f766e;cursor:pointer;background:0 0;border:0;margin-top:8px;padding:0;font-size:12px;font-weight:800}.crm-toast-close{color:#6b7c77;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:28px;height:28px;display:grid}.crm-toast-close:hover{color:#14221f;background:#f4f7f6}.crm-toast-close svg{font-size:16px}.crm-toast.is-success{border-color:#cde6dd}.crm-toast.is-success .crm-toast-icon{color:#0f766e;background:#e8f7f2}.crm-toast.is-error{border-color:#f4caca}.crm-toast.is-error .crm-toast-icon{color:#c2410c;background:#fdecec}.crm-toast.is-warn{border-color:#f3d7a8}.crm-toast.is-warn .crm-toast-icon{color:#b45309;background:#fff6e8}.crm-toast.is-info{border-color:#c9dcf5}.crm-toast.is-info .crm-toast-icon{color:#1d4ed8;background:#eef5ff}@keyframes crm-toast-in{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:none}}@media (width<=640px){.crm-toast-host{align-items:stretch;max-width:none;bottom:12px;left:12px;right:12px}.crm-toast{width:100%}}.desk-360-card h4{letter-spacing:.04em;text-transform:uppercase;color:#3d5a52;margin:0 0 12px;font-size:13px;font-weight:800}.info-rows{flex-direction:column;gap:2px;display:flex}.info-row{border-bottom:1px solid #f0f5f3;justify-content:space-between;align-items:flex-start;gap:12px;padding:8px 0;display:flex}.info-row:last-child{border-bottom:0;padding-bottom:0}.info-row span{color:#6b7c77;font-size:12px}.info-row strong{text-align:right;color:#14221f;font-size:13px;font-weight:700}.desk-360-empty{color:#6b7c77;margin:0;font-size:13px}.desk-360-timeline{flex-direction:column;display:flex}.desk-360-timeline-item{border-bottom:1px solid #f0f5f3;gap:10px;padding:10px 0;display:flex}.desk-360-timeline-item:last-child{border-bottom:0}.desk-360-timeline-item i{background:#1f8a70;border-radius:999px;flex-shrink:0;width:9px;height:9px;margin-top:6px}.desk-360-timeline-item strong{font-size:13px;display:block}.desk-360-timeline-item p{color:#14221f;margin:4px 0 0;font-size:13px}.desk-360-timeline-item span{color:var(--color-text-secondary);font-size:11px}.desk-360-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.desk-360-grid.is-2{grid-template-columns:1fr 1fr}.success-panel{text-align:center;background:linear-gradient(#f3faf7 0%,#fff 60%);border:1px solid #cde6dd;border-radius:18px;padding:36px 16px}.success-panel h2{letter-spacing:-.03em;margin:0 0 8px;font-size:24px}.school-month-check{align-items:center;gap:8px;font-size:14px;display:inline-flex}.public-form-page{place-items:center;min-height:100svh;padding:20px 16px 32px;display:grid;position:relative}.public-form-page.is-embed{min-height:auto;padding:8px}.public-form-bg{pointer-events:none;background:radial-gradient(70% 50% at 20% 0,#1f8a7029,#0000 55%),linear-gradient(#eaf6f2 0%,#f4f7f6 50%,#f7faf9 100%);position:absolute;inset:0}.public-form-page.is-embed .public-form-bg{background:#f4f7f6}.public-form-shell{z-index:1;width:min(100%,560px);position:relative}.public-form{border:1px solid var(--color-border);box-shadow:var(--shadow-md);background:#fff;border-radius:20px;padding:28px 24px}.public-form-brand{align-items:center;gap:12px;margin-bottom:20px;display:flex}.public-form-brand img,.public-form-mark{object-fit:cover;background:#102c28;border-radius:14px;flex-shrink:0;width:48px;height:48px}.public-form-brand h1{letter-spacing:-.03em;margin:0;font-size:22px}.public-form-brand p{color:var(--color-text-secondary);margin:4px 0 0;font-size:13px}.public-form-fields{flex-wrap:wrap;margin:0 -6px;display:flex}.public-form .form-field{box-sizing:border-box;width:100%;margin-bottom:14px;padding:0 6px}.public-form .form-field.is-w-50{width:50%}.public-form .btn-full{min-height:46px;margin-top:6px}.public-form-submit{border:0}.public-success{box-shadow:var(--shadow-md)}.embed-block{margin-bottom:16px}.embed-block-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.embed-block-head h3{margin:0;font-size:15px}.embed-code{color:#d7f4e8;white-space:pre-wrap;word-break:break-word;background:#102c28;border-radius:12px;margin:0;padding:14px;font-size:12px;line-height:1.55;overflow:auto}.embed-help{color:var(--color-text-secondary);margin-top:8px}.embed-help h3{color:var(--color-text);margin:0 0 8px;font-size:15px}.embed-help ol{margin:0;padding-left:18px}.embed-help li{margin-bottom:6px}.dash{flex-direction:column;gap:16px;display:flex}.dash-hero{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.dash-hello{color:#14221f;margin:0 0 2px;font-size:16px;font-weight:600}.dash-hero h1{letter-spacing:-.03em;margin:0;font-size:22px;font-weight:750}.dash-sub{color:var(--color-text-secondary);margin:4px 0 0;font-size:12px}.dash-hero-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.dash .period-presets button{min-height:34px;padding:0 11px;font-size:12px;font-weight:650}.dash .period-presets button.is-active{color:#146b57;background:#e8f7f2}.dash .btn-md{min-height:38px;font-size:13px}.week-filter{align-items:stretch;gap:6px;display:inline-flex;position:relative}.week-filter-nav{border:1px solid var(--color-border);color:#3d5a52;cursor:pointer;background:#fff;border-radius:12px;place-items:center;width:36px;display:grid}.week-filter-nav:hover{color:#146b57;background:#f3faf7;border-color:#b7e4d4}.week-filter-trigger{border:1px solid var(--color-border);color:#14221f;cursor:pointer;text-align:left;background:#fff;border-radius:12px;align-items:center;gap:8px;min-width:220px;min-height:42px;padding:6px 12px;display:inline-flex}.week-filter-trigger:hover,.week-filter-trigger:focus-visible{background:#f3faf7;border-color:#1f8a70}.week-filter-trigger span{flex-direction:column;flex:1;line-height:1.2;display:flex}.week-filter-trigger strong{font-size:13px}.week-filter-trigger em{color:#6b7c77;font-size:11px;font-style:normal;font-weight:650}.week-filter-menu{z-index:30;border:1px solid var(--color-border);width:320px;box-shadow:var(--shadow-md);background:#fff;border-radius:16px;padding:14px;position:absolute;top:calc(100% + 8px);right:0}.week-filter-title{margin:0 0 10px;font-size:13px;font-weight:750}.week-filter-presets{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px;display:grid}.week-filter-presets button{border:1px solid var(--color-border);cursor:pointer;color:#0f2925;background:#f7fbfa;border-radius:10px;padding:8px 10px;font-size:12px;font-weight:700}.week-filter-presets button:hover{background:#e8f7f2;border-color:#b7e4d4}.week-filter-presets button.is-active{color:#fff;background:#1f8a70;border-color:#1f8a70}.week-filter-custom{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px;display:grid}.week-filter-custom label{color:#6b7c77;flex-direction:column;gap:4px;font-size:11px;font-weight:750;display:flex}.week-filter-custom input{border:1px solid var(--color-border);color:#14221f;border-radius:10px;min-height:38px;padding:6px 8px}.week-filter-actions{justify-content:flex-end;gap:8px;display:flex}.dash-split{display:inline-flex;position:relative}.dash-split .btn-primary{border-top-right-radius:0;border-bottom-right-radius:0}.dash-split-caret{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1f8a70,#146b57);border:0;border-radius:0 12px 12px 0;padding:0 6px;box-shadow:0 10px 20px #1f8a7038}.dash-split-menu{z-index:20;border:1px solid var(--color-border);min-width:170px;box-shadow:var(--shadow-md);background:#fff;border-radius:12px;padding:6px;position:absolute;top:calc(100% + 6px);right:0}.dash-split-menu.is-portal{z-index:280;max-height:min(360px,100vh - 24px);position:fixed;top:auto;right:auto;overflow:auto}.dash-split-menu.is-right{left:auto;right:0}.dash-split-menu button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;width:100%;padding:9px 10px;font-weight:650}.dash-split-menu button:hover{background:#e8f7f2}.dash-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.dash-focus{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.dash-focus-item{text-align:left;border:1px solid var(--color-border);box-shadow:var(--shadow-sm);cursor:pointer;background:#fff;border-radius:12px;align-items:center;gap:10px;min-height:54px;padding:10px 14px;display:flex}.dash-focus-item:hover{background:#f7fbfa;border-color:#b7e4d4}.dash-focus-icon{border-radius:999px;flex-shrink:0;place-items:center;width:32px;height:32px;display:grid}.dash-focus-icon.is-green{color:#1f8a70;background:#e8f7f2}.dash-focus-icon.is-purple{color:#7c3aed;background:#f3e8ff}.dash-focus-icon.is-orange{color:#d97706;background:#fff7ed}.dash-focus-item strong{letter-spacing:-.03em;font-size:18px;line-height:1}.dash-focus-item span{color:#3d5a52;font-size:13px;font-weight:650}.dash-journey{justify-content:space-between;align-items:flex-start;gap:0;padding:18px 8px 8px;display:flex;overflow-x:auto}.dash-journey-step{cursor:pointer;text-align:center;min-width:88px;color:inherit;background:0 0;border:0;flex:1;padding:0 6px;position:relative}.dash-journey-step+.dash-journey-step:before{content:"";z-index:0;background:#e2ebe7;width:100%;height:2px;position:absolute;top:21px;left:-50%}.dash-journey-icon{z-index:1;border:2px solid #fff;border-radius:999px;place-items:center;width:42px;height:42px;margin:0 auto 8px;display:grid;position:relative;box-shadow:0 0 0 1px #e2ebe7}.dash-journey-step strong{letter-spacing:-.04em;font-size:20px;display:block}.dash-journey-step span{color:#6b7c77;font-size:11px;font-weight:650}.dash-conversion-card{text-align:left;padding:16px 18px!important}.dash-conversion-card span{color:#6b7c77;font-size:12px;font-weight:750}.dash-conversion-card strong{letter-spacing:-.05em;color:#0f2925;margin:4px 0 2px;font-size:36px;display:block}.dash-conversion-card p{color:#6b7c77;margin:0;font-size:12px}.dash-perf-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.dash-perf-tile{border-radius:12px;padding:12px 14px}.dash-perf-tile span{font-size:11px;font-weight:750}.dash-perf-tile strong{letter-spacing:-.04em;margin-top:4px;font-size:22px;display:block}.dash-perf-tile.is-purple{color:#6d28d9;background:#f3e8ff}.dash-perf-tile.is-blue{color:#1d4ed8;background:#eef4ff}.dash-perf-tile.is-green{color:#047857;background:#ecfdf5}.dash-perf-tile.is-red{color:#c2410c;background:#fff1ec}.dash-perf-bar-wrap{margin-top:14px}.dash-perf-bar-meta{justify-content:space-between;margin-bottom:8px;font-size:12px;font-weight:750;display:flex}.dash-perf-bar{background:#e8f0ed;border-radius:999px;height:7px;overflow:hidden}.dash-perf-bar i{border-radius:inherit;background:#1f8a70;height:100%;display:block}.dash-metric{border:1px solid var(--color-border);box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;padding:14px 16px 12px;position:relative;overflow:hidden}.dash-metric:before{display:none}.dash-metric-top{align-items:center;gap:8px;margin-bottom:8px;display:flex}.dash-metric-icon{border-radius:8px;place-items:center;width:28px;height:28px;display:grid}.dash-metric-label{color:#6b7c77;font-size:12px;font-weight:650}.dash-metric-mid{justify-content:space-between;align-items:flex-end;gap:10px;display:flex}.dash-metric-mid strong{letter-spacing:-.05em;font-size:34px;line-height:1}.dash-spark{width:76px;height:28px}.dash-metric-delta{align-items:center;gap:3px;margin:8px 0 0;font-size:11px;font-weight:650;display:flex}.dash-metric-delta.is-up{color:#047857}.dash-metric-delta.is-down{color:#b54708}.dash-body{grid-template-columns:minmax(0,1.7fr) minmax(280px,.88fr);align-items:start;gap:12px;display:grid}.dash-body-main,.dash-body-side{flex-direction:column;gap:12px;min-width:0;display:flex}.dash-mid{grid-template-columns:minmax(0,1.7fr) minmax(280px,.9fr);gap:14px;display:grid}.dash-card{border:1px solid var(--color-border);box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;min-width:0;padding:16px 16px 14px}.dash-card-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.dash-card-head h2{letter-spacing:-.02em;margin:0;font-size:16px}.dash-card-head p{color:var(--color-text-secondary);margin:3px 0 0;font-size:11px}.dash-table{min-width:760px}.dash-table th{letter-spacing:.04em;font-size:11px}.dash-table td{font-size:13px}.dash-person{align-items:center;gap:10px;display:flex}.dash-avatar{color:#fff;border-radius:999px;flex-shrink:0;place-items:center;width:32px;height:32px;font-size:11px;font-weight:800;display:grid}.dash-avatar.sm{width:28px;height:28px;font-size:10px}.dash-icon-btn{color:#6b7c77;cursor:pointer;background:0 0;border:0;border-radius:8px;width:32px;height:32px}.dash-icon-btn:hover{color:#146b57;background:#f3faf7}.dash-pager{color:#6b7c77;justify-content:space-between;align-items:center;gap:12px;padding:12px 4px 4px;font-size:12px;display:flex}.dash-pages{gap:6px;display:flex}.dash-pages button{border:1px solid var(--color-border);cursor:pointer;background:#fff;border-radius:8px;min-width:28px;height:28px;font-weight:700}.dash-pages button.is-active{color:#fff;background:#1f8a70;border-color:#1f8a70}.dash-week-pill{color:#0f766e;background:#e8f7f2;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700}.dash-donut-wrap{height:176px;position:relative}.dash-donut-center{text-align:center;pointer-events:none;place-content:center;display:grid;position:absolute;inset:0}.dash-donut-center strong{letter-spacing:-.04em;font-size:24px}.dash-donut-center span{color:var(--color-text-secondary);font-size:12px}.dash-legend{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.dash-legend li{grid-template-columns:10px 1fr auto auto;align-items:center;gap:8px;font-size:13px;display:grid}.dash-legend i{border-radius:999px;width:10px;height:10px}.dash-legend em{color:var(--color-text-secondary);font-style:normal}.dash-tip{color:#0f4f42;background:#e8f7f2;border-radius:12px;gap:10px;margin-top:14px;padding:12px;display:flex}.dash-tip p{margin:2px 0 0;font-size:12px}.dash-bottom{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.dash-follow-day{letter-spacing:.06em;text-transform:uppercase;color:#6b7c77;margin:10px 0 6px;font-size:11px;font-weight:800}.dash-follow-row{border-bottom:1px solid #f0f5f3;align-items:center;gap:10px;padding:8px 0;display:flex}.dash-follow-time{color:#3d5a52;flex-shrink:0;width:72px;font-size:12px;font-weight:700}.dash-follow-meta{flex:1;min-width:0}.dash-follow-meta strong{font-size:13px;display:block}.dash-follow-meta span{color:var(--color-text-secondary);font-size:11px}.dash-timeline{flex-direction:column;display:flex}.dash-timeline-item{text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #f0f5f3;gap:10px;width:100%;padding:8px 0;display:flex}.dash-timeline-item i{background:#1f8a70;border-radius:999px;flex-shrink:0;width:9px;height:9px;margin-top:6px}.dash-timeline-item strong{font-size:13px;display:block}.dash-timeline-item span{color:var(--color-text-secondary);font-size:11px}.dash-link{color:#1f8a70;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;margin-top:10px;padding:0;font-weight:750;display:inline-flex}.dash-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.dash-actions button{border:1px solid var(--color-border);cursor:pointer;color:#0f2925;background:#f7fbfa;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:78px;font-weight:750;display:flex}.dash-actions button:hover{color:#146b57;background:#e8f7f2;border-color:#b7e4d4}.dash-actions svg{color:#1f8a70}.header-notify{border:1px solid var(--color-border);color:#3d5a52;background:#fff;border-radius:12px;place-items:center;width:38px;height:38px;display:grid;position:relative}.header-notify-dot{color:#fff;background:#e11d48;border-radius:999px;place-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:800;display:grid;position:absolute;top:6px;right:6px}.notify-wrap{position:relative}.notify-menu{border:1px solid var(--color-border);z-index:240;background:#fff;border-radius:14px;width:min(360px,86vw);position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 14px 34px #0f292524}.notify-head{border-bottom:1px solid #f0f5f3;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;display:flex}.notify-list{max-height:360px;overflow:auto}.notify-item{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #f7fbfa;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:10px 12px;display:flex}.notify-item:hover{background:#f3faf7}.notify-item.is-unread{background:#f7fbfa}.notify-item strong{font-size:13px}.notify-item span{color:#3d5a52;font-size:12px}.notify-item em{color:#6b7c77;font-size:11px;font-style:normal}.ob-preset-row{flex-wrap:wrap;gap:6px;display:flex}.form-preview{background:#f7fbfa;border:1px solid #e2ebe7;border-radius:16px;max-width:640px;margin:4px 0 0;padding:16px}.choice-list{flex-direction:column;gap:8px;display:flex}.fb-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:4px;display:flex}.fb-top .ob-seg{margin-bottom:0}.fb-meta{grid-template-columns:minmax(180px,1.3fr) minmax(150px,1fr) 150px 150px;gap:10px;margin:14px 0 16px;display:grid}.fb-color{align-items:center;gap:8px;display:flex}.fb-color input[type=color]{border:1px solid var(--color-border);cursor:pointer;background:#fff;border-radius:10px;width:38px;height:38px;padding:0}.fb-tools{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.fb-tools .ob-group-title{margin:0}.fb-presets{flex-wrap:wrap;gap:6px;display:flex}.fb-list{flex-direction:column;gap:8px;display:flex}.fb-card{border:1px solid var(--color-border);background:#fff;border-radius:12px;padding:10px 12px}.fb-card.is-off{background:#f7f8f8}.fb-card.is-off .form-input,.fb-card.is-off .crm-select-trigger{background:#f3f5f4!important}.fb-row{grid-template-columns:26px minmax(140px,1.3fr) 148px minmax(130px,1fr) auto;align-items:center;gap:8px;display:grid}.fb-row .form-input,.fb-card .crm-select-trigger{border-radius:10px;min-height:38px;padding:8px 10px}.fb-side{justify-content:flex-end;align-items:center;gap:6px;display:flex}.fb-extra{margin-top:8px;padding-left:34px}.fb-class-picks{flex-direction:column;gap:8px;display:flex}.fb-class-picks-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.fb-class-picks-head em{color:#6b7c77;font-size:12px;font-style:normal;font-weight:750}.fb-class-grid{grid-template-columns:repeat(auto-fill,minmax(128px,1fr));gap:8px;display:grid}.fb-class-grid label{border:1px solid var(--color-border);cursor:pointer;background:#f7fbfa;border-radius:10px;align-items:center;gap:8px;min-height:38px;padding:6px 10px;font-size:13px;font-weight:650;display:flex}.fb-class-grid label.is-on{color:#0f766e;background:#e8f7f2;border-color:#b7e4d4}.fb-class-grid input{accent-color:#1f8a70}.fb-class-remove{color:#6b7c77;cursor:pointer;background:0 0;border:0;border-radius:999px;width:18px;height:18px;margin-left:auto;padding:0;font-size:16px;line-height:1}.fb-class-remove:hover{color:#b54708;background:#fff}.fb-class-add{align-items:center;gap:8px;display:flex}.fb-class-add .form-input{flex:1;min-height:38px}.fb-pill{color:#4b5c57;cursor:pointer;white-space:nowrap;background:#eef2f1;border:1px solid #d7e2de;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:750;line-height:1}.fb-pill.is-on.is-warn,.fb-pill.is-warn{color:#b54708;background:#fff6e9;border-color:#f0e0c8}.fb-pill.is-on.is-success,.fb-pill.is-success{color:#0f766e;background:#e8f7f2;border-color:#b7e4d4}.fb-pill.is-on.is-info,.fb-pill.is-info{color:#1d4ed8;background:#e8f1ff;border-color:#bfdbfe}.fb-pill.is-locked{cursor:default}.fb-lock{color:#6b7c77;white-space:nowrap;padding:0 4px;font-size:11px;font-weight:750}@media (width<=1180px){.dash-metrics,.dash-metrics-5,.dash-focus{grid-template-columns:1fr 1fr}.dash-mid,.dash-bottom,.dash-body{grid-template-columns:1fr}.desk-360-grid{grid-template-columns:1fr 1fr}}@media (width<=960px){.review-grid{grid-template-columns:1fr 1fr}.desk-360-head{flex-direction:column}.desk-360-actions{justify-content:flex-start;max-width:none}.desk-360-grid,.desk-360-grid.is-2,.desk-fields{grid-template-columns:1fr}.crm-drawer.is-wide,.crm-drawer.is-lg,.crm-drawer.is-md,.crm-drawer.is-sm{width:100vw}}.dash-metrics-5{grid-template-columns:repeat(5,minmax(0,1fr))}.fu-reminders{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.fu-reminder{border:1px solid var(--color-border);text-align:left;cursor:pointer;background:#fff;border-radius:16px;padding:14px 16px}.fu-reminder strong{letter-spacing:-.04em;font-size:22px;display:block}.fu-reminder span{color:#6b7c77;font-size:12px}.fu-reminder.is-active{background:#e8f7f2;border-color:#1f8a70}.fu-reminder.is-soon.is-active{background:#eef4ff;border-color:#2563eb}.fu-reminder.is-overdue{border-color:#f0d0c8}.fu-reminder.is-overdue.is-active{background:#fff1ec;border-color:#c2410c}.fu-views{margin:14px 14px 0}.dash-row-menu{position:relative}.pipe-desk{flex-direction:column;gap:16px;min-height:calc(100vh - 140px);display:flex}.pipe-hero-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.pipe-view-toggle{border:1px solid var(--color-border);background:#fff;border-radius:12px;padding:4px;display:inline-flex}.pipe-view-toggle button{color:#3d5a52;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:6px;min-height:36px;padding:0 12px;font-weight:750;display:inline-flex}.pipe-view-toggle button.is-active{color:#146b57;background:#e8f7f2}.pipe-filter-toggle{display:none}.pipe-filters{z-index:5;background:#f4f7f6;position:sticky;top:0;overflow:visible}.pipe-board{align-items:stretch;gap:14px;min-height:420px;padding-bottom:12px;display:flex;overflow-x:auto}.pipe-col{background:#f3f8f6;border:1px solid #e3eee9;border-radius:18px;flex-direction:column;width:280px;min-width:280px;display:flex}.pipe-col.is-over{border-color:#1f8a70;box-shadow:0 0 0 3px #1f8a701f}.pipe-col.is-skeleton{background:linear-gradient(#f3f8f6,#eaf3ef);min-height:360px}.pipe-col-head{z-index:1;justify-content:space-between;align-items:flex-start;gap:10px;padding:14px 14px 10px;display:flex;position:sticky;top:0}.pipe-col-head h2{letter-spacing:-.02em;margin:0;font-size:15px}.pipe-col-head p{color:#6b7c77;margin:2px 0 0;font-size:11px}.pipe-col-head strong{color:#146b57;background:#fff;border:1px solid #d7e6e0;border-radius:999px;place-items:center;min-width:28px;height:28px;font-size:12px;display:grid}.pipe-col-body{flex-direction:column;gap:10px;min-height:120px;padding:0 10px 12px;display:flex}.pipe-empty{text-align:center;color:#6b7c77;background:#ffffff8c;border:1px dashed #d7e6e0;border-radius:12px;margin:0;padding:22px 10px;font-size:12px}.pipe-card{cursor:pointer;background:#fff;border:1px solid #e7efec;border-radius:14px;padding:12px;position:relative;box-shadow:0 1px #14221f08}.pipe-card.is-draggable{cursor:grab}.pipe-card:hover{border-color:#c6ddd5}.pipe-card-top{align-items:flex-start;gap:8px;display:flex}.pipe-card-id{flex:1;min-width:0}.pipe-card-id strong{font-size:13px;line-height:1.3;display:block}.pipe-card-id span{color:#6b7c77;white-space:nowrap;text-overflow:ellipsis;font-size:11px;display:block;overflow:hidden}.pipe-card-menu{z-index:4;top:34px;right:8px}.pipe-card-chips{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.pipe-card-meta{color:#3d5a52;margin:8px 0 0;font-size:12px;font-weight:700}.pipe-card-foot{color:#6b7c77;justify-content:space-between;gap:8px;margin:6px 0 0;font-size:11px;display:flex}.pipe-card-foot span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.pipe-confirm-wrap{z-index:80;background:#0f292547;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.pipe-confirm{background:#fff;border-radius:18px;width:min(420px,100%);padding:20px;box-shadow:0 18px 40px #0f292529}.pipe-confirm h3{letter-spacing:-.03em;margin:4px 0 8px;font-size:20px}.pipe-confirm p{color:#3d5a52;margin:0}.pipe-confirm-actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}@media (width<=960px){.pipe-filter-toggle{display:inline-flex}.pipe-filters{display:none}.pipe-filters.is-open{display:block}.pipe-col{width:86vw;min-width:86vw;max-width:320px}.fu-reminders{grid-template-columns:1fr}.fu-views{flex-wrap:wrap}}.dash-admit-split{border-top:1px solid #f0f5f3;margin-top:16px;padding-top:14px}.dash-admit-split h3{letter-spacing:-.02em;margin:0 0 8px;font-size:13px}.journey-cards{grid-template-columns:1fr 1fr;gap:10px;display:grid}.journey-card{text-align:left;cursor:pointer;background:#f3f8f6;border:1px solid #d7e6e0;border-radius:14px;padding:12px}.journey-card strong{font-size:14px;display:block}.journey-card p{color:#3d5a52;margin:4px 0 8px;font-size:12px}.journey-rail{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.journey-step{text-align:left;background:#fff;border:1px dashed #d7e6e0;border-radius:14px;min-height:78px;padding:10px}.journey-step.is-done{background:#f3fbf8;border-style:solid}.journey-step i{background:#94a3b8;border-radius:999px;width:8px;height:8px;margin-bottom:8px;display:block}.journey-step.is-done i{background:#1f8a70}.journey-step strong{font-size:12px;display:block}.journey-step span{color:#6b7c77;margin-top:4px;font-size:11px;display:block}@media (width<=960px){.journey-cards,.journey-rail{grid-template-columns:1fr 1fr}}.app-verify-summary{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin:4px 0 8px;display:grid}.app-verify-summary>div{background:#f3f8f6;border:1px solid #d7e6e0;border-radius:14px;padding:12px 10px}.app-verify-summary p{letter-spacing:.04em;text-transform:uppercase;color:#6b7c77;margin:0 0 4px;font-size:11px;font-weight:800}.app-verify-summary strong{letter-spacing:-.04em;color:#14221f;font-size:22px;display:block}.app-verify-state{background:#e8f7f2!important;border-color:#b7e0d2!important}.app-verify-state strong{font-size:14px;line-height:1.3}.app-verify-copy{color:#3d5a52;margin:0;font-size:13px}.app-doc-list{flex-direction:column;gap:10px;display:flex}.app-doc-card{background:#fff;border:1px solid #d7e6e0;border-left-width:4px;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.app-doc-card.is-missing{background:#f8faf9;border-left-color:#94a3b8}.app-doc-card.is-pending{border-left-color:#2563eb}.app-doc-card.is-verified{background:#f3fbf8;border-left-color:#1f8a70}.app-doc-card.is-rejected{background:#fff7f2;border-left-color:#c2410c}.app-doc-card strong{font-size:14px;display:block}.app-doc-card p{color:#3d5a52;margin:4px 0 0;font-size:12px}.app-doc-card span{color:#6b7c77;margin-top:4px;font-size:11px;display:block}.app-doc-reason{font-weight:650;color:#9a3412!important}.app-doc-ok{color:#146b57!important}.app-doc-actions{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;gap:6px;max-width:280px;display:flex}.app-preview{z-index:90;background:#0f29255c;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.app-preview-card{background:#fff;border-radius:18px;width:min(860px,100%);max-height:90vh;padding:14px;overflow:auto;box-shadow:0 18px 40px #0f292529}.app-preview-card header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.app-preview-card img,.app-preview-card iframe{background:#f3f8f6;border:0;border-radius:12px;width:100%;min-height:420px}@media (width<=960px){.app-verify-summary{grid-template-columns:1fr 1fr}.app-doc-card,.app-doc-actions{flex-direction:column;max-width:none;display:flex}.app-doc-actions{align-items:stretch}}.period-filter{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.period-presets{flex-wrap:wrap}.dash-metrics-6{grid-template-columns:repeat(6,minmax(0,1fr))}.dash-today{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.dash-pipe-stages{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;display:grid}.dash-pipe-stage{border:1px solid var(--color-border);background:#f7fbfa;border-radius:14px;padding:12px 14px}.dash-pipe-stage strong{letter-spacing:-.04em;font-size:22px;display:block}.dash-pipe-stage span{color:#6b7c77;font-size:12px}.report-cards{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;display:grid}.report-card{text-align:left;border:1px solid var(--color-border);box-shadow:var(--shadow-sm);cursor:pointer;background:#fff;border-radius:16px;padding:16px}.report-card:hover{background:#f7fbfa;border-color:#b7e4d4}.report-card-icon{color:#146b57;background:#e8f7f2;border-radius:12px;place-items:center;width:40px;height:40px;margin-bottom:10px;display:grid}.report-card strong{font-size:16px;display:block}.report-card p{color:var(--color-text-secondary);margin:6px 0 0;font-size:13px}.report-card.is-analytics{border-color:#b7e4d4}.analytics-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.analytics-card{min-width:0}.analytics-kpis{grid-template-columns:1fr 1fr;gap:12px;padding:12px 0 8px;display:grid}.analytics-kpis strong{letter-spacing:-.04em;font-size:28px;display:block}.analytics-kpis span{color:#6b7c77;font-size:12px}.funnel-card .dash-card-head{align-items:flex-start}.funnel-summary-kpi{text-align:right;background:linear-gradient(135deg,#e8f7f2 0%,#f3faf7 100%);border:1px solid #cfe9df;border-radius:14px;min-width:108px;padding:8px 14px}.funnel-summary-kpi strong{letter-spacing:-.04em;color:#0f766e;font-size:26px;line-height:1;display:block}.funnel-summary-kpi span{color:#6b7c77;margin-top:4px;font-size:11px;font-weight:650;display:block}.funnel-flow{grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;margin-bottom:18px;padding-bottom:4px;display:grid;overflow-x:auto}.funnel-flow-step{text-align:center;background:linear-gradient(#f7fbfa 0%,#fff 100%);border:1px solid #d7e6e0;border-radius:14px;min-width:0;padding:12px 10px 14px;position:relative}.funnel-flow-index{color:#0f766e;background:#e8f7f2;border-radius:999px;place-items:center;width:22px;height:22px;margin-bottom:6px;font-size:11px;font-weight:800;display:inline-grid}.funnel-flow-count{letter-spacing:-.04em;color:#1a2e29;font-size:24px;line-height:1;display:block}.funnel-flow-label{color:#3d5a52;margin-top:4px;font-size:11px;font-weight:700;line-height:1.25;display:block}.funnel-flow-badge{letter-spacing:.02em;border-radius:999px;margin-top:8px;padding:3px 8px;font-size:10px;font-weight:800;display:inline-block}.funnel-flow-badge.is-start{color:#0f766e;background:#e8f7f2}.funnel-flow-badge.is-good{color:#166534;background:#dcfce7}.funnel-flow-badge.is-warn{color:#92400e;background:#fef3c7}.funnel-flow-badge.is-zero{color:#991b1b;background:#fee2e2}.funnel-flow-arrow{color:#6b7c77;text-align:center;z-index:1;background:#fff;border:1px solid #d7e6e0;border-radius:999px;width:18px;height:18px;font-size:14px;line-height:16px;position:absolute;top:50%;right:-9px;transform:translateY(-50%)}.funnel-v2{border-top:1px solid #eef4f2;flex-direction:column;gap:0;padding-top:4px;display:flex}.funnel-v2-row{border-bottom:1px solid #eef4f2;grid-template-columns:minmax(130px,168px) 1fr minmax(108px,132px);align-items:center;gap:12px;padding:10px 0;display:grid}.funnel-v2-row:last-child{border-bottom:0;padding-bottom:2px}.funnel-v2-label{align-items:center;gap:8px;min-width:0;display:flex}.funnel-v2-label em{color:#0f766e;background:#e8f7f2;border-radius:8px;flex-shrink:0;place-items:center;width:24px;height:24px;font-size:11px;font-style:normal;font-weight:800;display:grid}.funnel-v2-label strong{color:#1a2e29;font-size:13px;line-height:1.25}.funnel-v2-track-wrap{min-width:0}.funnel-v2-track{background:#e8f0ed;border-radius:999px;height:10px;overflow:hidden}.funnel-v2-track i{background:linear-gradient(90deg,#1f8a70 0%,#2bb673 100%);border-radius:999px;height:100%;transition:width .35s;display:block}.funnel-v2-meta{text-align:right;min-width:0}.funnel-v2-meta strong{letter-spacing:-.03em;font-size:18px;line-height:1.1;display:block}.funnel-v2-meta span{color:#6b7c77;margin-top:2px;font-size:11px;line-height:1.3;display:block}.funnel-v2-meta .is-conv{color:#0f766e;font-weight:700}.funnel-v2-meta .is-drop{color:#c2410c;font-weight:700}.funnel{flex-direction:column;gap:10px;display:flex}.funnel-step p{color:#6b7c77;margin:4px 0 0;font-size:12px}.funnel-bar{color:#fff;background:#1f8a70;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;min-height:42px;padding:8px 14px;display:flex}.task-reminders{grid-template-columns:repeat(4,minmax(0,1fr))}.school-hero{padding:20px 20px 18px}.school-hero-main{align-items:center;gap:16px;min-width:0;display:flex}.school-logo{object-fit:cover;border:1px solid var(--color-border);background:#e8f7f2;border-radius:20px;flex-shrink:0;width:72px;height:72px}.school-logo.is-fallback{color:#fff;letter-spacing:-.04em;border:0;place-items:center;font-size:22px;font-weight:800;display:grid}.school-hero-copy{min-width:0}.school-kicker{letter-spacing:.06em;text-transform:uppercase;color:#6b7c77;margin:0 0 4px;font-size:11px;font-weight:800}.school-hero-copy h2{letter-spacing:-.04em;margin:0;font-size:26px;line-height:1.15}.school-hero-meta{color:#3d5a52;margin:6px 0 0;font-size:13px}.school-validity{background:linear-gradient(135deg,#f3fbff 0%,#e8f7f2 100%);justify-content:space-between;align-items:center;gap:18px;display:flex}.school-validity.is-warn{background:linear-gradient(135deg,#fff8ee 0%,#fdecec 100%)}.school-validity.is-muted{background:#f7fbfa}.school-validity-copy em{letter-spacing:.06em;text-transform:uppercase;color:#6b7c77;font-size:11px;font-style:normal;font-weight:800;display:block}.school-validity-copy strong{letter-spacing:-.03em;margin-top:4px;font-size:20px;display:block}.school-validity-copy p{color:#3d5a52;margin:4px 0 0;font-size:13px}.school-validity-stat{text-align:right;min-width:180px}.school-validity-bar{background:#14221f14;border-radius:999px;height:8px;margin-top:10px;overflow:hidden}.school-validity-bar i{border-radius:inherit;background:#1f8a70;height:100%;display:block}.school-validity.is-warn .school-validity-bar i{background:#d97706}.school-grid{grid-template-columns:1.1fr .9fr;gap:12px;display:grid}.school-facts{flex-direction:column;gap:12px;display:flex}.school-fact{align-items:flex-start;gap:10px;display:flex}.school-fact-icon{color:#146b57;background:#e8f7f2;border-radius:10px;flex-shrink:0;place-items:center;width:32px;height:32px;display:grid}.school-fact em{color:#6b7c77;font-size:11px;font-style:normal;font-weight:750;display:block}.school-fact strong{word-break:break-word;font-size:14px;font-weight:650;display:block}.school-fact a:hover{color:#0f766e}.school-users{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.school-user{border:1px solid var(--color-border);background:#f7fbfa;border-radius:12px;align-items:center;gap:10px;min-width:0;padding:12px;display:flex}.school-user-copy{flex:1;min-width:0}.school-user-copy strong{align-items:center;gap:6px;font-size:14px;display:flex}.school-user-copy em{letter-spacing:.04em;text-transform:uppercase;color:#0f766e;background:#e8f7f2;border-radius:999px;padding:2px 6px;font-size:10px;font-style:normal;font-weight:800}.school-user-copy span{color:#6b7c77;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:12px;display:block;overflow:hidden}.school-user-tags{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.sa-desk{flex-direction:column;gap:18px;display:flex}.sa-hero{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:2px;display:flex}.sa-kicker{letter-spacing:.08em;text-transform:uppercase;color:#1f8a70;margin:0 0 4px;font-size:11px;font-weight:800}.sa-hero h1{letter-spacing:-.045em;margin:0;font-size:28px;line-height:1.15}.sa-hero p{color:#6b7c77;max-width:54ch;margin:6px 0 0;font-size:13px}.sa-hero-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.sa-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.sa-stats-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sa-stats-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sa-stat{text-align:left;border:1px solid var(--color-border);box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;padding:14px 16px;transition:border-color .15s,transform .15s,box-shadow .15s}button.sa-stat{cursor:pointer;font:inherit;color:inherit;width:100%}button.sa-stat:hover{border-color:#b7e4d4;transform:translateY(-1px);box-shadow:0 8px 20px #0f292514}.sa-stat em{letter-spacing:.05em;text-transform:uppercase;color:#6b7c77;font-size:11px;font-style:normal;font-weight:800;display:block}.sa-stat strong{letter-spacing:-.04em;font-size:26px;font-family:var(--font-display);margin-top:6px;display:block}.sa-stat span{color:#6b7c77;margin-top:4px;font-size:12px;display:block}.sa-stat.is-ready{background:linear-gradient(#f3fbf8 0%,#fff 72%)}.sa-stat.is-warn{background:linear-gradient(#fff8ee 0%,#fff 72%)}.sa-stat.is-info{background:linear-gradient(#f4f7ff 0%,#fff 72%)}.sa-panel{overflow:hidden}.crm-data-table.is-admin{min-width:820px}.crm-data-table.is-admin th,.crm-data-table.is-admin td{padding:12px 14px}.crm-data-table.is-admin td:last-child{text-align:right;width:52px}.sa-panel .list-filters{border-bottom:1px solid var(--color-border);background:#f8fbfa;margin:0;padding:12px 14px}.sa-attention-card{overflow:hidden}.sa-attention-card .sa-panel-head{border-bottom:1px solid var(--color-border)}.sa-chip-stack{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.sa-validity{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.sa-validity strong{font-size:12px;font-weight:650}.sa-attention{grid-template-columns:1fr 1fr;gap:12px;display:grid}.sa-attention-list{flex-direction:column;gap:8px;padding:0 14px 14px;display:flex}.sa-attention-item{border:1px solid var(--color-border);text-align:left;cursor:pointer;background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:10px 12px;transition:border-color .15s,background .15s;display:flex}.sa-attention-item:hover{background:#f3faf7;border-color:#b7e4d4}.sa-attention-empty{color:#6b7c77;margin:0;padding:8px 4px 4px;font-size:13px}.sa-school-banner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.sa-school-banner-meta{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.sa-plan-panel{padding:0;overflow:hidden}.sa-plan-section{padding:18px 20px}.sa-plan-section-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.sa-plan-section-head em{letter-spacing:.06em;text-transform:uppercase;color:#6b7c77;font-size:11px;font-style:normal;font-weight:800;display:block}.sa-plan-section-head strong{letter-spacing:-.03em;word-break:break-word;margin-top:4px;font-size:17px;line-height:1.25;display:block}.sa-plan-section-head p{color:#3d5a52;max-width:62ch;margin:6px 0 0;font-size:13px;line-height:1.45}.sa-plan-grid{gap:14px;display:grid}.sa-plan-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sa-plan-divider{background:var(--color-border);border:0;height:1px;margin:0}.sa-plan-foot{border-top:1px solid var(--color-border);background:#fafcfb;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 20px;display:flex}.sa-check-field .sa-check-row{border:1px solid var(--color-border);cursor:pointer;background:#f8fbfa;border-radius:12px;align-items:flex-start;gap:10px;min-height:44px;padding:10px 12px;display:flex}.sa-check-field .sa-check-row input{accent-color:var(--color-primary);flex:none;margin-top:2px}.sa-check-field .sa-check-row span{color:#3d5a52;font-size:13px;line-height:1.4}.sa-check-field .sa-check-row:has(input:disabled){opacity:.55;cursor:not-allowed}.sa-submissions{padding:8px 8px 0}.sa-form-groups{flex-direction:column;display:flex}.sa-form-group+.sa-form-group{border-top:1px solid var(--color-border)}.sa-form-group-head{background:#f8fbfa;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.sa-form-group-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.sa-form-group .crm-data-table.is-admin{min-width:640px}.sa-form-group .empty-state{padding:28px 16px}@media (width<=1180px){.dash-metrics-6,.dash-today,.analytics-grid,.task-reminders,.school-grid,.school-users,.sa-stats,.sa-plan-grid-3,.review-grid{grid-template-columns:1fr 1fr}.fb-row{grid-template-columns:26px minmax(0,1.2fr) 140px minmax(0,1fr)}.fb-side{grid-column:2/-1;justify-content:flex-start}.funnel-flow{grid-template-columns:repeat(3,minmax(120px,1fr));gap:10px 8px}.funnel-flow-arrow{display:none}}@media (width<=960px){.sidebar{z-index:220;width:min(86vw,300px);transform:translate(-100%)}.sidebar.is-open{transform:translate(0)}.sidebar-backdrop.is-open{z-index:210}.sidebar-close{display:inline-grid}.app-main{padding-top:calc(var(--header-height) + env(safe-area-inset-top,0));margin-left:0}.menu-btn{display:grid}.desktop-only{display:none}.stat-grid{grid-template-columns:1fr 1fr}.form-grid,.module-grid,.ob-toggle-grid,.ob-add,.ob-add.is-3{grid-template-columns:1fr}.fb-meta{grid-template-columns:1fr 1fr}.public-form .form-field.is-w-50{width:100%}.fb-row{grid-template-columns:26px 1fr}.ob-item{flex-direction:column;align-items:flex-start}.ob-item-actions{justify-content:flex-start}.crm-step span{display:none}.crm-step{padding:4px}.app-content{padding:16px 14px;padding-bottom:calc(16px + var(--app-footer-height) + env(safe-area-inset-bottom,0px))}.app-footer{padding:10px 14px calc(10px + env(safe-area-inset-bottom,0px));left:0}.bulk-bar.is-dock{left:12px;right:12px;bottom:calc(var(--app-footer-height) + 10px + env(safe-area-inset-bottom,0px))}.filter-search-wrap,.filter-select{flex-basis:100%;max-width:none}.header-search{flex:1;width:min(210px,46vw);min-width:0}.dash-focus{grid-template-columns:1fr}.dash-journey-step{min-width:80px}.header-search-menu{min-width:min(320px,100vw - 28px);left:0;right:auto}.header-school select{max-width:120px}.header-title-block{border-right:0;padding-right:0}.fu-reminders{grid-template-columns:1fr}.pipe-board{padding-bottom:20px}.filter-toolbar{grid-template-columns:1fr}.embed-block-head{flex-wrap:wrap}.public-form{padding:22px 16px}.school-grid,.school-users{grid-template-columns:1fr}.school-validity{flex-direction:column;align-items:stretch}.school-validity-stat{text-align:left;min-width:0}.sa-stats,.sa-attention,.sa-plan-grid-3,.review-grid{grid-template-columns:1fr}.sa-school-banner{flex-direction:column;align-items:flex-start}.sa-school-banner-meta{align-items:flex-start;width:100%}.sa-plan-foot{flex-direction:column;align-items:stretch}.sa-plan-foot .btn{justify-content:center;width:100%}.sa-hero h1{font-size:24px}.list-filters-actions{width:100%;margin-left:0}.list-filters-menu-wrap{width:100%}.list-filters-trigger{justify-content:space-between;width:100%}.list-filters-menu{top:auto;left:12px;right:12px;bottom:calc(12px + var(--app-footer-height) + env(safe-area-inset-bottom,0px));flex-direction:column;width:auto;max-height:min(78vh,640px);display:flex;position:fixed}.list-filters-menu-grid{flex:1;grid-template-columns:1fr;max-height:none;overflow:auto}.list-filters-backdrop{background:#0a161447}.list-desk-toolbar{align-items:stretch;gap:8px}.list-desk-toolbar .list-desk-tabs{width:100%}.list-desk-toolbar .list-filters.is-inline{flex:100%}.list-desk-toolbar .list-filters.is-inline .list-filters-row{flex-wrap:wrap}.eq-reminders{grid-template-columns:1fr 1fr}.funnel-flow{grid-template-columns:repeat(2,minmax(0,1fr))}.funnel-v2-row{grid-template-columns:1fr;gap:6px;padding:12px 0}.funnel-v2-meta{text-align:left}}.email-composer{flex-direction:column;gap:12px;display:flex}.email-composer-meta{color:#6b7c77;flex-wrap:wrap;justify-content:space-between;gap:12px;font-size:12px;display:flex}.email-cc-toggle{background:0 0;border:0;align-self:flex-start;padding:0}.email-var-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.email-var-chip{border:1px solid var(--color-border);color:#146b57;cursor:pointer;background:#f3faf7;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:700}.email-var-chip:hover{border-color:#b7e4d4}.email-preview-btn{color:#146b57;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;margin-left:auto;font-size:12px;font-weight:700;display:inline-flex}.email-preview-btn.is-on{color:#0f766e}.email-editor{border:1px solid var(--color-border);background:#fff;border-radius:12px;overflow:hidden}.email-editor-toolbar{border-bottom:1px solid var(--color-border);background:#f7fbfa;gap:2px;padding:6px 8px;display:flex}.email-editor-body{outline:none;min-height:220px;padding:12px 14px;font-size:14px;line-height:1.55}.email-editor-body:empty:before{content:attr(data-placeholder);color:#8aa39b}.email-preview{border:1px solid var(--color-border);background:#f7fbfa;border-radius:12px;min-height:220px;padding:12px 14px;font-size:14px;line-height:1.55}.email-attach{color:#6b7c77;align-items:center;gap:10px;font-size:12px;display:flex}.email-files{flex-wrap:wrap;gap:6px;display:flex}.email-file{color:#146b57;background:#e8f7f2;border-radius:999px;align-items:center;gap:6px;padding:5px 8px;font-size:12px;display:inline-flex}.email-file button{color:inherit;cursor:pointer;background:0 0;border:0;font-size:14px;line-height:1}.email-save-template{grid-template-columns:1fr auto;gap:8px;display:grid}
