*{box-sizing:border-box}:root{font-family:Tahoma,Arial,Segoe UI,sans-serif;color:#17342c;background:#f6f9f8;font-synthesis:none;--green:#0b5a44;--green-2:#0f6b52;--green-soft:#eaf4f0;--yellow:#f8b810;--ink:#17342c;--muted:#6a7d77;--line:#dfe8e4;--bg:#f6f9f8;--white:#fff;--danger:#b42318;--danger-soft:#fff0ee;--shadow:0 18px 50px rgba(8,64,48,.1)}html{-webkit-text-size-adjust:100%}body{margin:0;min-width:320px;color:var(--ink);background:radial-gradient(circle at 15% 10%,rgba(248,184,16,.1),transparent 24%),linear-gradient(180deg,#f7fbf9,#f3f7f5);min-height:100vh}button,input,select{font:inherit}button{touch-action:manipulation;cursor:pointer}.lead-page{min-height:100vh;display:flex;flex-direction:column}.prototype-topbar{width:min(680px,calc(100% - 28px));margin:14px auto 0;background:var(--green);color:#fff;border-radius:16px;padding:11px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 10px 26px #0b5a4424}.prototype-brand{display:flex;align-items:center;gap:12px;min-width:0}.prototype-brand-mark{width:44px;height:44px;border-radius:13px;background:transparent;display:grid;place-items:center;flex:0 0 auto;overflow:hidden}.prototype-brand-mark img{width:100%;height:100%;object-fit:contain;display:block}.prototype-brand-copy strong{display:block;font-size:17px}.prototype-brand-copy span{display:block;font-size:12px;color:#fff;opacity:1;margin-top:3px}.prototype-brand-highlight{color:var(--yellow);font-weight:900}.prototype-top-badge{font-size:12px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);padding:8px 11px;border-radius:999px;white-space:nowrap}.prototype-main{width:min(680px,calc(100% - 28px));margin:14px auto 24px}.prototype-card{background:var(--white);border:1px solid rgba(11,90,68,.08);box-shadow:var(--shadow);border-radius:20px}.prototype-form-card{padding:21px 22px}.prototype-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-weight:800;font-size:13px;background:var(--green-soft);padding:7px 10px;border-radius:999px}.prototype-title{font-size:27px;line-height:1.35;margin:11px 0 6px;color:var(--green)}.prototype-lead{margin:0 0 15px;color:var(--muted);line-height:1.7;font-size:13.5px}.prototype-special-note{display:flex;align-items:center;gap:9px;margin:0 0 16px;padding:10px 12px;background:#fff9e8;border:1px solid rgba(248,184,16,.38);border-radius:12px;color:#6d5611;font-size:12.5px;font-weight:800}.prototype-special-note:before{content:"★";width:28px;height:28px;border-radius:9px;background:var(--yellow);color:var(--green);display:grid;place-items:center;flex:0 0 auto}.prototype-preview-note{padding:10px 12px;border-radius:12px;background:#fff7d7;color:#755900;font-size:12px;margin:0 0 14px}.prototype-section-title{font-size:15px;margin:17px 0 10px;display:flex;align-items:center;gap:8px;font-weight:900}.prototype-section-title:before{content:"";width:6px;height:20px;border-radius:6px;background:var(--yellow)}.prototype-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.prototype-field{display:flex;flex-direction:column;gap:7px;min-width:0}.prototype-field.prototype-full{grid-column:1/-1}.prototype-field label{font-size:13px;font-weight:700;color:#31554a}.prototype-req{color:var(--danger)}.prototype-field input,.prototype-field select{width:100%;height:46px;border:1px solid var(--line);border-radius:11px;background:#fff;padding:0 13px;color:var(--ink);outline:none;transition:.15s ease;font-size:16px}.prototype-field input:focus,.prototype-field select:focus{border-color:var(--green-2);box-shadow:0 0 0 3px #0b5a441a}.prototype-phone-row{display:grid;grid-template-columns:145px 1fr;gap:10px;direction:ltr}.prototype-phone-row select,.prototype-phone-row input{direction:ltr;text-align:left}.prototype-hint{font-size:11.5px;color:var(--muted);line-height:1.5}.prototype-student{border:1px solid var(--line);border-radius:14px;padding:13px;margin-top:12px;background:#fbfdfc;position:relative}.prototype-student-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.prototype-student-head strong{color:var(--green);font-size:14px}.prototype-remove-btn{border:0;background:transparent;color:#9b3a31;font-size:12px;padding:8px 9px;border-radius:8px}.prototype-remove-btn:hover{background:#fff0ee}.prototype-add-btn{margin-top:10px;width:100%;min-height:43px;border-radius:11px;border:1px dashed rgba(11,90,68,.35);background:var(--green-soft);color:var(--green);font-weight:900;padding:10px 12px}.prototype-submit{width:100%;min-height:52px;margin-top:16px;border:0;border-radius:13px;background:var(--green);color:#fff;font-weight:900;font-size:16px;box-shadow:0 10px 24px #0b5a4433;transition:.15s ease;padding:12px 16px}.prototype-submit:hover:not(:disabled){transform:translateY(-1px);background:#094d3a}.prototype-submit:disabled{opacity:1;cursor:not-allowed;transform:none;background:#2c7b66;color:#fffffff5;box-shadow:0 8px 18px #0b5a4421}.prototype-submit span{color:var(--yellow)}.prototype-privacy{margin:10px 2px 0;text-align:center;font-size:11px;color:#84918d;line-height:1.6}.prototype-message{padding:11px 12px;border-radius:12px;background:#fff7d7;color:#755900;font-size:12px;margin-top:14px}.prototype-footer{width:min(680px,calc(100% - 28px));margin:0 auto 24px;text-align:center;padding:4px 16px 6px}.prototype-footer-logo{width:150px;max-width:55%;height:auto;object-fit:contain;display:block;margin:0 auto 12px}.prototype-socials{display:flex;align-items:center;justify-content:center;gap:8px}.prototype-social{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid var(--line);color:var(--green);box-shadow:0 5px 14px #0b5a4412}.prototype-social svg{width:17px;height:17px;fill:currentColor;display:block}.brand-header{display:flex;align-items:center;gap:12px}.brand-mark,.admin-logo{width:48px;height:48px;border-radius:14px;background:var(--yellow);display:grid;place-items:center;color:var(--green);font-weight:900;font-size:24px}.brand-header strong{display:block;color:inherit;font-size:20px}.brand-header span{display:block;font-size:12px;margin-top:3px}.brand-header b{color:var(--yellow)}.login-page{min-height:100vh;display:grid;place-items:center;padding:20px;background:var(--green)}.login-card{width:min(430px,100%);background:#fff;border-radius:22px;padding:24px}.login-card h1{margin:24px 0 5px;color:var(--green)}.login-card p{color:var(--muted);margin:0 0 18px}.login-card label{display:block;font-size:13px;font-weight:800;margin:10px 0}.login-card input{width:100%;border:1px solid var(--line);background:#fff;border-radius:11px;padding:12px;min-height:46px;margin-top:6px;outline:none}.login-card input:focus{border-color:var(--green);box-shadow:0 0 0 3px #0b5a4412}.form-message{padding:10px;border-radius:10px;background:#fff7d7;color:#755900;font-size:12px;margin-bottom:12px}.form-message.error{background:#fff0ee;color:#a32b20}.submit-btn{width:100%;border:0;background:var(--green);color:#fff;border-radius:12px;padding:14px;font-weight:900;font-size:16px}.submit-btn:disabled{opacity:.55;cursor:not-allowed}.admin-page{display:grid;grid-template-columns:210px 1fr;min-height:100vh}.admin-sidebar{background:var(--green);color:#fff;padding:14px 10px;display:flex;flex-direction:column;gap:18px}.admin-logo{width:42px;height:42px;font-size:20px}.admin-sidebar nav{display:flex;flex-direction:column;gap:6px}.admin-sidebar nav button,.logout-btn{border:0;background:transparent;color:#fff;text-align:right;padding:11px;border-radius:10px;font-weight:800}.admin-sidebar nav button.active{background:#ffffff18}.logout-btn{margin-top:auto;border:1px solid #ffffff30}.admin-content{min-width:0;padding:20px}.admin-head h1{margin:0;color:var(--green)}.admin-head p{margin:5px 0 16px;color:var(--muted)}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:12px}.admin-stats article,.admin-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:14px}.admin-stats span{font-size:12px;color:var(--muted)}.admin-stats strong{display:block;font-size:24px;color:var(--green);margin-top:5px}.lead-list{display:flex;flex-direction:column}.lead-row{display:grid;grid-template-columns:1.4fr 1.2fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #edf2f0}.lead-row:last-child{border-bottom:0}.lead-row strong{display:block;color:var(--green)}.lead-row span,.lead-row a{display:block;font-size:12px;color:var(--muted);margin-top:4px}.lead-row a{color:var(--green);font-weight:800}.status-chip{background:var(--green-soft);color:var(--green)!important;padding:7px 9px;border-radius:999px;font-weight:900}@media(max-width:580px){body{background:linear-gradient(180deg,#f7fbf9,#f3f7f5)}.prototype-topbar{margin-top:7px;width:calc(100% - 16px);padding:9px 10px;border-radius:14px}.prototype-brand{gap:9px}.prototype-brand-mark{width:40px;height:40px;border-radius:12px}.prototype-brand-copy strong{font-size:15px}.prototype-brand-copy span{font-size:10.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}.prototype-top-badge{display:none}.prototype-main{width:calc(100% - 16px);margin:8px auto 18px}.prototype-form-card{padding:15px 13px 16px;border-radius:15px}.prototype-eyebrow{font-size:12px;padding:6px 9px}.prototype-title{font-size:22px;margin-top:10px;margin-bottom:5px}.prototype-lead{font-size:13px;line-height:1.7;margin-bottom:14px}.prototype-special-note{font-size:12px;padding:9px 10px;margin-bottom:13px}.prototype-section-title{font-size:14.5px;margin:15px 0 9px}.prototype-grid{grid-template-columns:1fr;gap:12px}.prototype-field.prototype-full{grid-column:auto}.prototype-phone-row{grid-template-columns:116px minmax(0,1fr);gap:7px}.prototype-phone-row select,.prototype-phone-row input{padding-left:9px;padding-right:9px}.prototype-student{padding:12px 11px;border-radius:14px;margin-top:10px}.prototype-student-head{margin-bottom:8px}.prototype-add-btn{min-height:48px;font-size:14px}.prototype-submit{min-height:52px;font-size:14.5px;margin-top:14px}.admin-page{grid-template-columns:1fr}.admin-sidebar{display:none}.admin-content{padding:12px 9px}.admin-stats{grid-template-columns:1fr 1fr}.lead-row{grid-template-columns:1fr;gap:6px}}@media(max-width:360px){.prototype-phone-row{grid-template-columns:105px minmax(0,1fr)}}.admin-prototype-shell{display:grid;grid-template-columns:210px 1fr;min-height:100vh;background:#f4f7f6;color:#17372f;transition:.2s}.admin-prototype-shell.collapsed{grid-template-columns:68px 1fr}.admin-prototype-sidebar{background:#0b5a44;color:#fff;padding:12px 10px;position:sticky;top:0;height:100vh;overflow:auto;transition:.2s;z-index:60}.admin-side-brand{display:flex;align-items:center;gap:10px;padding:4px 6px 12px}.admin-side-brand img{width:40px;height:40px;object-fit:contain;flex:0 0 40px}.admin-side-brand-copy{min-width:0}.admin-side-brand strong{font-size:15px}.admin-side-brand span{display:block;color:#d7ece5;font-size:11px;margin-top:2px}.admin-side-toggle{width:100%;border:0;background:#ffffff14;color:#fff;border-radius:9px;padding:9px 10px;margin-bottom:10px;font-weight:900}.admin-prototype-nav{display:flex;flex-direction:column;gap:6px}.admin-prototype-nav button{border:0;background:transparent;color:#e7f3ef;text-align:right;padding:11px 12px;border-radius:10px;font-weight:800;display:flex;align-items:center;gap:10px}.admin-prototype-nav button.active,.admin-prototype-nav button:hover:not(:disabled){background:#ffffff18;color:#fff}.admin-prototype-nav button:disabled{opacity:.48;cursor:not-allowed}.admin-nav-icon{width:22px;text-align:center;font-size:18px;flex:0 0 22px}.admin-sidebar-footer{margin-top:16px;border-top:1px solid #ffffff20;padding-top:12px}.admin-user-mini{font-size:12px;color:#d8e9e4;margin-bottom:8px}.admin-logout{width:100%;border:1px solid #ffffff33;background:transparent;color:#fff;padding:10px;border-radius:9px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px}.admin-prototype-shell.collapsed .admin-side-brand-copy,.admin-prototype-shell.collapsed .admin-nav-label,.admin-prototype-shell.collapsed .admin-user-mini,.admin-prototype-shell.collapsed .admin-logout-label{display:none}.admin-prototype-shell.collapsed .admin-side-brand{justify-content:center}.admin-prototype-shell.collapsed .admin-prototype-nav button{justify-content:center;text-align:center;padding:11px 8px}.admin-prototype-shell.collapsed .admin-side-toggle{width:44px;margin-inline:auto;display:block}.admin-prototype-shell.collapsed .admin-sidebar-footer{display:flex;justify-content:center}.admin-prototype-shell.collapsed .admin-logout{width:44px;padding:10px 0}.admin-prototype-main{min-width:0}.admin-mobile-topbar{display:none}.admin-prototype-content{max-width:1450px;margin:auto;padding:18px}.admin-prototype-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:14px}.admin-prototype-page-head h1{margin:0;color:#0b5a44;font-size:25px}.admin-prototype-page-head p{margin:5px 0 0;color:#71827d;font-size:13px}.admin-refresh-btn{border:0;background:#edf7f3;color:#0b5a44;padding:10px 12px;border-radius:10px;font-weight:900}.admin-prototype-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:12px}.admin-prototype-stat{background:#fff;border:1px solid #dfe8e5;border-radius:15px;padding:14px}.admin-prototype-stat span{font-size:12px;color:#71827d}.admin-prototype-stat strong{display:block;color:#0b5a44;font-size:25px;margin-top:5px}.admin-prototype-filters{display:grid;grid-template-columns:2fr repeat(4,1fr) auto;gap:8px;background:#fff;border:1px solid #dfe8e5;border-radius:15px;padding:10px;margin-bottom:12px}.admin-prototype-filters input,.admin-prototype-filters select{padding:10px;border:1px solid #dfe8e5;border-radius:9px;min-width:0;background:#fff;color:#17372f;outline:none}.admin-prototype-filters input:focus,.admin-prototype-filters select:focus{border-color:#0b5a44;box-shadow:0 0 0 3px #0b5a4414}.admin-prototype-clear{border:0;background:#edf7f3;color:#0b5a44;padding:8px 10px;border-radius:8px;font-weight:800;white-space:nowrap}.admin-prototype-tablebox{background:#fff;border:1px solid #dfe8e5;border-radius:16px;overflow:hidden}.admin-prototype-scroll{overflow:auto}.admin-prototype-tablebox table{width:100%;border-collapse:collapse;min-width:1080px}.admin-prototype-tablebox th,.admin-prototype-tablebox td{padding:11px;border-bottom:1px solid #edf2f0;text-align:right;font-size:13px;white-space:nowrap}.admin-prototype-tablebox th{background:#f8fbfa;color:#587068;font-weight:800}.admin-prototype-name{font-weight:900;color:#0b5a44}.admin-prototype-wa{color:#0b5a44;font-weight:900;text-decoration:none}.admin-prototype-status{min-width:155px;padding:8px;border:1px solid #dfe8e5;border-radius:8px;background:#fff;color:#17372f;text-align:right;font-size:13px}.admin-prototype-btn{border:0;background:#edf7f3;color:#0b5a44;font-weight:900;padding:8px 10px;border-radius:8px}.admin-prototype-no-results{text-align:center!important;padding:25px!important;color:#71827d!important}.admin-prototype-mobile-list{display:none}.admin-student-card{background:#fff;border:1px solid #dfe8e5;border-radius:15px;padding:13px;margin-bottom:10px}.admin-card-top{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.admin-card-top h3{margin:0;color:#0b5a44;font-size:16px}.admin-card-sub{font-size:12px;color:#71827d;margin-top:4px}.admin-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:11px 0}.admin-mini{background:#f8fbfa;padding:8px;border-radius:9px}.admin-mini span{display:block;color:#71827d;font-size:10px;margin-bottom:3px}.admin-mini strong{font-size:12px}.admin-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.admin-card-actions .admin-prototype-status{width:100%;min-width:0;font-size:15px;display:flex;align-items:center}.admin-card-actions .admin-prototype-btn{width:100%;min-height:42px}.admin-prototype-empty{background:#fff;border:1px solid #dfe8e5;border-radius:15px;padding:25px;text-align:center;color:#71827d}.admin-prototype-error strong{display:block;color:#a4342a;margin-bottom:6px}.admin-prototype-error span{font-size:12px;direction:ltr}.admin-details-overlay{position:fixed;inset:0;background:#10221d66;z-index:70;border:0}.admin-details-modal{position:fixed;z-index:71;top:50%;left:50%;transform:translate(-50%,-50%);width:min(760px,calc(100% - 28px));max-height:90vh;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 24px 70px #0003}.admin-details-head{background:#fff;border-bottom:1px solid #dfe8e5;padding:14px 16px;display:flex;justify-content:space-between;align-items:center}.admin-details-head h2{margin:0;color:#0b5a44}.admin-details-head button{border:0;background:#eef3f1;width:38px;height:38px;border-radius:9px;font-size:20px}.admin-details-body{padding:14px 16px 24px;overflow:auto;max-height:calc(90vh - 68px)}.admin-details-section{border:1px solid #dfe8e5;border-radius:13px;padding:13px;margin-bottom:12px}.admin-details-section h3{margin:0 0 10px;color:#0b5a44;font-size:15px}.admin-details-info{display:grid;grid-template-columns:1fr 1fr;gap:8px}.admin-details-info div{background:#f8fbfa;padding:9px;border-radius:9px}.admin-details-info span{display:block;color:#71827d;font-size:11px;margin-bottom:4px}.admin-details-info strong,.admin-details-info a{font-size:13px}.admin-mobile-overlay{display:none}@media(max-width:900px){.admin-prototype-shell,.admin-prototype-shell.collapsed{grid-template-columns:1fr}.admin-prototype-sidebar{position:fixed;right:-250px;top:0;bottom:0;width:220px;z-index:80;transition:.2s;box-shadow:-12px 0 35px #0002}.admin-prototype-sidebar.open{right:0}.admin-prototype-shell.collapsed .admin-side-brand-copy,.admin-prototype-shell.collapsed .admin-nav-label,.admin-prototype-shell.collapsed .admin-user-mini,.admin-prototype-shell.collapsed .admin-logout-label{display:block}.admin-prototype-shell.collapsed .admin-side-brand{justify-content:flex-start}.admin-prototype-shell.collapsed .admin-prototype-nav button{justify-content:flex-start;text-align:right;padding:11px 12px}.admin-prototype-shell.collapsed .admin-sidebar-footer{display:block}.admin-prototype-shell.collapsed .admin-logout{width:100%;padding:10px}.admin-mobile-topbar{display:flex;position:sticky;top:0;z-index:30;background:#0b5a44;color:#fff;align-items:center;justify-content:space-between;padding:10px 12px}.admin-mobile-topbar button{border:0;background:#ffffff18;color:#fff;width:42px;height:42px;border-radius:10px;font-size:22px}.admin-mobile-topbar strong{font-size:14px}.admin-mobile-topbar span{width:42px}.admin-mobile-overlay{display:block;position:fixed;inset:0;border:0;background:#10221d55;z-index:75}.admin-prototype-content{padding:12px 10px}.admin-prototype-page-head{align-items:center}.admin-prototype-page-head h1{font-size:21px}.admin-prototype-page-head p{display:none}.admin-prototype-stats,.admin-prototype-filters{grid-template-columns:1fr 1fr}.admin-prototype-filters input,.admin-prototype-clear{grid-column:1/-1}.admin-prototype-tablebox{display:none}.admin-prototype-mobile-list{display:block}}@media(max-width:520px){.admin-prototype-stat{padding:12px}.admin-prototype-stat strong{font-size:22px}.admin-prototype-filters{grid-template-columns:1fr}.admin-prototype-filters input,.admin-prototype-clear{grid-column:auto}.admin-card-grid{grid-template-columns:1fr 1fr}.admin-details-modal{width:calc(100% - 16px);max-height:94vh;border-radius:16px}.admin-details-body{max-height:calc(94vh - 68px)}.admin-details-info{grid-template-columns:1fr}}.admin-status-select{min-width:155px;height:36px;padding:0 9px;border:1px solid #dfe8e5;border-radius:8px;background:#fff;color:#17372f;outline:none;font-size:13px;font-weight:700}.admin-status-select:focus{border-color:#0b5a44;box-shadow:0 0 0 3px #0b5a4414}.admin-status-select:disabled{opacity:.65;cursor:wait}.admin-save-error{margin-bottom:10px;padding:10px 12px;background:#fff0ee;color:#a4342a;border:1px solid #ffd5cf;border-radius:10px;font-size:12px;font-weight:800}.admin-edit-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}.admin-edit-grid label{display:flex;flex-direction:column;gap:6px;font-size:11px;color:#71827d;font-weight:800}.admin-edit-grid select{width:100%;min-height:42px;border:1px solid #dfe8e5;border-radius:9px;background:#fff;padding:0 10px;color:#17372f;font-weight:800;outline:none}.admin-edit-grid select:focus{border-color:#0b5a44;box-shadow:0 0 0 3px #0b5a4414}.admin-edit-grid select:disabled{opacity:.65;cursor:wait}.admin-saving-line{margin-top:10px;padding:8px 10px;border-radius:9px;background:#edf7f3;color:#0b5a44;font-size:12px;font-weight:800}@media(max-width:520px){.admin-edit-grid{grid-template-columns:1fr}.admin-card-actions .admin-status-select{width:100%;min-width:0;height:42px}}.admin-section-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.admin-section-row h3{margin:0!important}.admin-section-row>span{min-width:28px;height:28px;border-radius:999px;background:#edf7f3;color:#0b5a44;display:grid;place-items:center;font-size:11px;font-weight:900}.admin-note-compose{display:grid;grid-template-columns:1fr auto;gap:8px;margin-bottom:13px}.admin-note-compose textarea{width:100%;min-height:88px;resize:vertical;border:1px solid #dfe8e5;border-radius:10px;padding:10px 11px;outline:none;color:#17372f;line-height:1.7}.admin-note-compose textarea:focus{border-color:#0b5a44;box-shadow:0 0 0 3px #0b5a4414}.admin-note-compose button{align-self:end;min-height:42px;border:0;background:#0b5a44;color:#fff;border-radius:10px;padding:0 13px;font-weight:900}.admin-note-compose button:disabled{opacity:.55;cursor:not-allowed}.admin-timeline{position:relative;display:flex;flex-direction:column;gap:10px}.admin-timeline:before{content:"";position:absolute;right:7px;top:8px;bottom:8px;width:2px;background:#e5eeea}.admin-timeline-item{position:relative;padding-right:25px}.admin-timeline-dot{position:absolute;right:0;top:12px;width:16px;height:16px;border-radius:50%;background:#f8b810;border:3px solid #fff;box-shadow:0 0 0 1px #dfe8e5;z-index:1}.admin-timeline-card{background:#f8fbfa;border:1px solid #e8efec;border-radius:10px;padding:10px 11px}.admin-timeline-card p{margin:0;white-space:pre-wrap;color:#17372f;font-size:13px;line-height:1.7}.admin-timeline-meta{margin-top:8px;padding-top:7px;border-top:1px solid #e9efed;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:10.5px;color:#7a8d87}.admin-timeline-meta strong{color:#47665c;font-size:10.5px}.admin-history-field{color:#0b5a44;font-weight:900;font-size:12px;margin-bottom:8px}.admin-history-change{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:12px}.admin-old-value{background:#fff0ee;color:#a6473e;border-radius:7px;padding:5px 8px}.admin-new-value{background:#edf7f3;color:#0b5a44;border-radius:7px;padding:5px 8px}.admin-arrow{color:#8ca09a;font-weight:900}.admin-details-empty,.admin-details-loading{padding:13px;text-align:center;color:#71827d;background:#f8fbfa;border-radius:10px;font-size:12px}@media(max-width:520px){.admin-note-compose{grid-template-columns:1fr}.admin-note-compose button{width:100%}.admin-timeline-meta{align-items:flex-start;flex-direction:column}}.admin-payment-cell{color:#0b5a44;font-weight:900;font-size:12px!important}.admin-mini-payment{grid-column:1/-1}.admin-payment-totals{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.admin-payment-totals>div{background:#f8fbfa;border:1px solid #e8efec;border-radius:10px;padding:10px 11px}.admin-payment-totals span{display:block;color:#71827d;font-size:11px;margin-bottom:5px}.admin-payment-totals strong{color:#0b5a44;font-size:15px}.admin-payment-form{display:grid;grid-template-columns:1fr .7fr 1fr auto;gap:8px;align-items:end;padding:11px;border:1px solid #e5eeea;background:#fbfdfc;border-radius:11px;margin-bottom:12px}.admin-payment-form label{display:flex;flex-direction:column;gap:6px;font-size:11px;color:#71827d;font-weight:800}.admin-payment-form input,.admin-payment-form select{width:100%;min-height:41px;border:1px solid #dfe8e5;border-radius:9px;background:#fff;padding:0 9px;color:#17372f;outline:none}.admin-payment-form input:focus,.admin-payment-form select:focus{border-color:#0b5a44;box-shadow:0 0 0 3px #0b5a4414}.admin-payment-other{grid-column:1/-1}.admin-add-payment{min-height:41px;border:0;border-radius:9px;background:#0b5a44;color:#fff;font-weight:900;padding:0 13px;white-space:nowrap}.admin-add-payment:disabled{opacity:.55;cursor:not-allowed}.admin-payments-list{display:flex;flex-direction:column;gap:8px}.admin-payment-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 11px;border:1px solid #e8efec;border-radius:10px;background:#f8fbfa}.admin-payment-main strong{display:block;color:#0b5a44;font-size:14px}.admin-payment-main span{display:block;color:#71827d;font-size:11px;margin-top:3px}.admin-payment-meta{text-align:left;font-size:10.5px}.admin-payment-meta strong{display:block;color:#47665c;font-size:10.5px}.admin-payment-meta span{display:block;color:#7a8d87;margin-top:3px}@media(max-width:700px){.admin-payment-form{grid-template-columns:1fr 1fr}.admin-payment-form label:nth-child(3){grid-column:1/-1}.admin-add-payment{grid-column:1/-1;width:100%}}@media(max-width:520px){.admin-payment-totals,.admin-payment-form{grid-template-columns:1fr}.admin-payment-form label:nth-child(3),.admin-payment-other,.admin-add-payment{grid-column:auto}.admin-payment-row{align-items:flex-start;flex-direction:column}.admin-payment-meta{text-align:right}}.admin-users-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:12px}.admin-users-summary>div{background:#fff;border:1px solid #dfe8e5;border-radius:15px;padding:14px}.admin-users-summary span{display:block;color:#71827d;font-size:12px}.admin-users-summary strong{display:block;color:#0b5a44;font-size:24px;margin-top:5px}.admin-users-toolbar{background:#fff;border:1px solid #dfe8e5;border-radius:15px;padding:10px;margin-bottom:12px}.admin-users-toolbar input{width:100%;min-height:44px;border:1px solid #dfe8e5;border-radius:10px;padding:0 11px;outline:none}.admin-users-toolbar input:focus{border-color:#0b5a44;box-shadow:0 0 0 3px #0b5a4414}.admin-users-list{display:flex;flex-direction:column;gap:8px}.admin-user-card{display:grid;grid-template-columns:auto minmax(180px,1.4fr) minmax(130px,.8fr) minmax(180px,1fr);gap:12px;align-items:center;background:#fff;border:1px solid #dfe8e5;border-radius:14px;padding:12px 13px}.admin-user-avatar{width:42px;height:42px;border-radius:12px;background:#edf7f3;color:#0b5a44;display:grid;place-items:center;font-weight:900;font-size:17px}.admin-user-main strong{display:block;color:#17372f;font-size:14px}.admin-user-main span{display:block;margin-top:4px;color:#71827d;font-size:11px}.admin-access-pill{border-radius:10px;padding:8px 10px;border:1px solid #dfe8e5;background:#f8fbfa}.admin-access-pill strong{display:block;font-size:12px}.admin-access-pill span{display:block;font-size:10px;margin-top:3px;color:#71827d}.admin-access-pill.edit{background:#edf7f3;border-color:#d7ebe4;color:#0b5a44}.admin-access-pill.view{background:#fff8e5;border-color:#f5df9d;color:#765c08}.admin-access-pill.none{background:#f5f6f6;color:#71827d}.admin-user-action{display:flex;justify-content:flex-end;align-items:center}.admin-fixed-access{color:#71827d;font-size:11px}.admin-view-toggle{display:flex;align-items:center;gap:8px;font-size:12px;color:#31554a;font-weight:800}.admin-view-toggle input{width:18px;height:18px;accent-color:#0b5a44}.admin-users-note{display:flex;gap:7px;align-items:flex-start;margin-top:12px;padding:11px 12px;border-radius:11px;background:#fff9e8;border:1px solid #f3df9f;color:#725b13;font-size:11.5px;line-height:1.6}@media(max-width:800px){.admin-user-card{grid-template-columns:auto 1fr}.admin-access-pill,.admin-user-action{grid-column:2}.admin-user-action{justify-content:flex-start}}@media(max-width:520px){.admin-users-summary{grid-template-columns:1fr 1fr}.admin-users-summary>div:first-child{grid-column:1/-1}.admin-user-card{grid-template-columns:auto 1fr;padding:11px}}.login-password-wrap{position:relative;display:flex;align-items:center}.login-password-wrap input{padding-left:48px!important}.login-eye-btn{position:absolute;left:7px;top:50%;transform:translateY(-50%);width:36px;height:36px;border:0;border-radius:9px;background:#edf7f3;color:#0b5a44;display:grid;place-items:center;font-size:18px}.admin-user-main span{overflow-wrap:anywhere;word-break:break-word}.admin-user-main small{display:block;margin-top:4px;color:#8a9994;font-size:10px}.admin-user-actions-stack{flex-direction:column;align-items:flex-end;gap:7px}.admin-change-password-btn{border:1px solid #d8e7e1;background:#f8fbfa;color:#0b5a44;border-radius:9px;padding:8px 10px;font-weight:900;font-size:11px}.admin-user-success{margin-bottom:10px;padding:10px 12px;background:#edf7f3;color:#0b5a44;border:1px solid #d5eae2;border-radius:10px;font-size:12px;font-weight:800}.admin-user-password-modal{position:fixed;z-index:71;top:50%;left:50%;transform:translate(-50%,-50%);width:min(460px,calc(100% - 24px));background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 24px 70px #0003}.admin-password-kicker{display:block;color:#71827d;font-size:10px;margin-bottom:3px}.admin-user-password-modal .admin-details-head h2{font-size:18px}.admin-password-modal-body{padding:16px}.admin-password-modal-body label{display:block;margin:0;color:#31554a;font-size:12px;font-weight:800}.admin-password-wrap{position:relative;margin-top:7px}.admin-password-wrap input{width:100%;min-height:46px;border:1px solid #dfe8e5;border-radius:10px;padding:0 47px 0 11px;outline:none}.admin-password-wrap input:focus{border-color:#0b5a44;box-shadow:0 0 0 3px #0b5a4414}.admin-password-eye{position:absolute;left:6px;top:50%;transform:translateY(-50%);width:35px;height:35px;border:0;border-radius:8px;background:#edf7f3;color:#0b5a44;display:grid;place-items:center;font-size:18px}.admin-password-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.admin-password-save,.admin-password-cancel{min-height:43px;border-radius:10px;font-weight:900}.admin-password-save{border:0;background:#0b5a44;color:#fff}.admin-password-cancel{border:1px solid #dfe8e5;background:#f7faf9;color:#31554a}.admin-password-save:disabled,.admin-password-cancel:disabled{opacity:.55;cursor:not-allowed}@media(max-width:800px){.admin-user-actions-stack{align-items:flex-start}}.reports-filter-bar{display:flex;justify-content:flex-start;margin-bottom:12px}.reports-filter-bar label{display:flex;align-items:center;gap:8px;margin:0;color:#587068;font-size:12px;font-weight:800}.reports-filter-bar select{min-width:200px;min-height:42px;border:1px solid #dfe8e5;border-radius:10px;background:#fff;color:#17372f;padding:0 10px}.reports-top-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:12px}.reports-top-cards article{background:#fff;border:1px solid #dfe8e5;border-radius:15px;padding:14px}.reports-top-cards span{display:block;color:#71827d;font-size:11.5px;line-height:1.5}.reports-top-cards strong{display:block;color:#0b5a44;font-size:24px;margin-top:6px}.report-card{background:#fff;border:1px solid #dfe8e5;border-radius:16px;padding:15px;margin-bottom:12px}.report-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.report-card-head h2{margin:0;color:#0b5a44;font-size:17px}.report-card-head p{margin:4px 0 0;color:#71827d;font-size:11.5px}.report-total-badge{min-width:44px;height:36px;padding:0 10px;border-radius:999px;background:#edf7f3;color:#0b5a44;display:grid;place-items:center}.funnel-stage-list{display:flex;flex-direction:column;gap:9px}.funnel-stage-row{display:grid;grid-template-columns:34px minmax(0,1fr) 90px;gap:10px;align-items:center}.funnel-stage-number{width:31px;height:31px;border-radius:9px;background:#edf7f3;color:#0b5a44;display:grid;place-items:center;font-size:12px;font-weight:900}.funnel-stage-title{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.funnel-stage-title strong{color:#31554a;font-size:12px}.funnel-stage-title span{color:#0b5a44;font-size:13px;font-weight:900}.funnel-progress{height:8px;border-radius:999px;overflow:hidden;background:#eef3f1}.funnel-progress span{height:100%;background:#0b5a44;display:block;border-radius:999px}.funnel-stage-stats{text-align:left}.funnel-stage-stats strong{display:block;color:#0b5a44;font-size:12px}.funnel-stage-stats span{display:block;color:#8a9994;font-size:10px;margin-top:2px}.funnel-dropoff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid #edf2f0}.funnel-dropoff-grid>div{background:#f8fbfa;border-radius:10px;padding:10px}.funnel-dropoff-grid span{display:block;color:#71827d;font-size:10.5px}.funnel-dropoff-grid strong{display:block;color:#17372f;font-size:17px;margin-top:5px}.reports-table-wrap{overflow:auto}.reports-table{width:100%;border-collapse:collapse;min-width:650px}.reports-table th,.reports-table td{padding:10px;text-align:right;border-bottom:1px solid #edf2f0;font-size:12px;white-space:nowrap}.reports-table th{background:#f8fbfa;color:#587068}.reports-two-columns{display:grid;grid-template-columns:1.2fr .8fr;gap:12px}.reports-two-columns .report-card{margin-bottom:0}.status-report-list{display:flex;flex-direction:column;gap:6px}.status-report-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 9px;background:#f8fbfa;border-radius:9px}.status-report-row>span{color:#31554a;font-size:11.5px}.status-report-row>div{display:flex;align-items:center;gap:7px}.status-report-row strong{color:#0b5a44;font-size:12px}.status-report-row small{color:#8a9994;font-size:9.5px}.payments-report-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}.payments-report-cards>div{padding:14px;border-radius:12px;background:#f8fbfa;border:1px solid #e8efec}.payments-report-cards span{display:block;color:#71827d;font-size:11px}.payments-report-cards strong{display:block;color:#0b5a44;font-size:24px;margin-top:6px}.payments-report-cards small{display:block;color:#587068;font-size:11px;margin-top:2px}.reports-note{margin-top:10px;padding:9px 10px;border-radius:9px;background:#fff9e8;color:#725b13;font-size:10.5px}@media(max-width:950px){.reports-top-cards{grid-template-columns:1fr 1fr}.reports-two-columns{grid-template-columns:1fr}}@media(max-width:600px){.reports-filter-bar label{width:100%;align-items:flex-start;flex-direction:column}.reports-filter-bar select{width:100%;min-width:0}.reports-top-cards{grid-template-columns:1fr 1fr}.reports-top-cards article{padding:11px}.reports-top-cards strong{font-size:20px}.funnel-stage-row{grid-template-columns:31px minmax(0,1fr)}.funnel-stage-stats{grid-column:2;text-align:right;display:flex;gap:8px}.funnel-stage-stats strong,.funnel-stage-stats span{display:inline;margin:0}.funnel-dropoff-grid,.payments-report-cards{grid-template-columns:1fr}}.prototype-tracking-warning{margin-top:12px;padding:9px 10px;border-radius:10px;background:#fff4e8;border:1px solid #f3d0a5;color:#8a4b13;font-size:11px;line-height:1.6}.tap-safe-select{position:relative;width:100%}.tap-safe-trigger{width:100%;min-height:46px;border:1px solid var(--line);background:#fff;border-radius:11px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:right;color:#83908c;font:inherit;cursor:pointer;touch-action:manipulation}.tap-safe-trigger.has-value{color:#17372f}.tap-safe-trigger:focus-visible{outline:none;border-color:var(--green);box-shadow:0 0 0 3px #0b5a4412}.tap-safe-trigger svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 18px}.tap-safe-overlay{position:fixed;inset:0;z-index:120;background:#10221d66;display:flex;align-items:flex-end;justify-content:center;padding:10px}.tap-safe-sheet{width:min(520px,100%);max-height:min(72vh,620px);background:#fff;border-radius:18px 18px 14px 14px;box-shadow:0 -14px 45px #0002;overflow:hidden;animation:tapSafeUp .16s ease-out}@keyframes tapSafeUp{0%{transform:translateY(18px);opacity:.7}to{transform:none;opacity:1}}.tap-safe-sheet-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;border-bottom:1px solid #e8efec}.tap-safe-sheet-head strong{color:#0b5a44;font-size:14px}.tap-safe-sheet-head button{border:0;background:#edf7f3;color:#0b5a44;border-radius:9px;padding:8px 12px;font-weight:900}.tap-safe-options{overflow:auto;max-height:calc(min(72vh,620px) - 61px);padding:7px}.tap-safe-options>button{width:100%;min-height:46px;border:0;background:#fff;color:#17372f;display:flex;align-items:center;justify-content:space-between;text-align:right;padding:10px 12px;border-radius:10px;font-weight:800}.tap-safe-options>button+button{border-top:1px solid #f0f3f2}.tap-safe-options>button.selected{background:#edf7f3;color:#0b5a44}.tap-safe-options>button span{color:#0b5a44;font-weight:900}.admin-side-toggle{display:grid!important;place-items:center;height:38px;padding:0!important}.admin-side-toggle svg,.admin-nav-icon svg{display:block;margin:auto}.admin-nav-icon{display:grid;place-items:center;font-size:0!important}.admin-prototype-nav button,.admin-logout{position:relative}.admin-prototype-shell.collapsed .admin-prototype-nav button[data-tooltip]:hover:after,.admin-prototype-shell.collapsed .admin-logout[data-tooltip]:hover:after{content:attr(data-tooltip);position:absolute;right:54px;top:50%;transform:translateY(-50%);background:#17372f;color:#fff;padding:7px 9px;border-radius:8px;font-size:11px;font-weight:800;white-space:nowrap;z-index:100;box-shadow:0 7px 20px #0002;pointer-events:none}.admin-drag-scroll{cursor:grab;-webkit-user-select:none;user-select:none;scrollbar-width:thin;scrollbar-color:#7ca99b #edf3f1}.admin-drag-scroll.is-grabbing{cursor:grabbing}.admin-drag-scroll th:first-child,.admin-drag-scroll td:first-child{position:sticky;right:0;z-index:3;background:#fff;box-shadow:-1px 0 #e5eeea,-8px 0 14px -14px #17372f}.admin-drag-scroll th:first-child{z-index:4;background:#f8fbfa}.admin-drag-scroll a,.admin-drag-scroll button,.admin-drag-scroll select{-webkit-user-select:auto;user-select:auto;cursor:pointer}@media(max-width:900px){.admin-prototype-shell.collapsed .admin-prototype-nav button[data-tooltip]:hover:after,.admin-prototype-shell.collapsed .admin-logout[data-tooltip]:hover:after{display:none}}.admin-prototype-nav button.active{background:#f8b810!important;color:#17372f!important;border-color:#f8b810!important}.admin-prototype-nav button.active .admin-nav-icon,.admin-prototype-nav button.active .admin-nav-label{color:#17372f!important}.admin-drag-scroll{cursor:default}.admin-drag-scroll thead th:not(:first-child),.admin-drag-scroll tbody td:not(:first-child){cursor:grab}.admin-drag-scroll a,.admin-drag-scroll button,.admin-drag-scroll select,.admin-drag-scroll input,.admin-drag-scroll textarea,.admin-drag-scroll td:first-child{cursor:pointer}.admin-drag-scroll td:first-child{cursor:default}.admin-drag-scroll.is-grabbing,.admin-drag-scroll.is-grabbing td,.admin-drag-scroll.is-grabbing th{cursor:grabbing!important}.student-meta-labels{display:flex;flex-wrap:wrap;gap:5px;margin-top:6px}.student-meta-labels span{display:inline-flex;align-items:center;min-height:22px;padding:2px 7px;border-radius:999px;font-size:11px;font-weight:800;line-height:1.2;white-space:nowrap;background:#edf7f3;border:1px solid #d7e8e2;color:#0b5a44}.student-meta-labels span:nth-child(2){background:#fff8df;border-color:#f5df8b;color:#755900}.student-meta-labels span:nth-child(3){background:#f5f7f6;border-color:#e2e8e5;color:#52615c}.admin-drag-scroll th:first-child,.admin-drag-scroll td:first-child{min-width:210px;max-width:260px}.admin-drag-scroll th:first-child,.admin-drag-scroll td:first-child{min-width:180px!important;width:200px!important;max-width:220px!important}.admin-drag-scroll td:first-child button{max-width:100%;white-space:normal;overflow-wrap:anywhere;text-align:right;line-height:1.35}.parent-name-cell{min-width:150px;max-width:210px;white-space:normal;overflow-wrap:anywhere}.student-meta-labels{max-width:100%}.admin-drag-scroll th:first-child,.admin-drag-scroll td:first-child{min-width:220px!important;width:240px!important;max-width:260px!important;padding-left:14px!important}.parent-name-cell{min-width:190px!important;width:210px!important;max-width:230px!important;padding-right:14px!important;padding-left:14px!important}.admin-drag-scroll td:first-child button,.parent-name-cell{overflow:hidden;word-break:break-word;overflow-wrap:anywhere}.admin-drag-scroll td:first-child button{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;max-height:2.8em}.parent-name-cell{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;max-height:2.8em;line-height:1.4}.payment-amount-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:72px;padding:0 11px;line-height:1.5}.payment-amount-wrap:before,.payment-amount-wrap:after{content:"";position:absolute;top:20%;bottom:20%;width:1px;background:#d8e2de}.payment-amount-wrap:before{right:0}.payment-amount-wrap:after{left:0}.admin-prototype-content,.admin-prototype-content input,.admin-prototype-content button,.admin-prototype-content select{font-variant-numeric:lining-nums tabular-nums}.admin-drag-scroll table{table-layout:fixed;min-width:1100px}.admin-drag-scroll th:first-child,.admin-drag-scroll td:first-child{width:260px!important;min-width:260px!important;max-width:260px!important;padding-left:18px!important;box-sizing:border-box;overflow:hidden}.admin-drag-scroll th:nth-child(2),.admin-drag-scroll td:nth-child(2){width:240px!important;min-width:240px!important;max-width:240px!important;padding-right:18px!important;padding-left:18px!important;box-sizing:border-box;overflow:hidden;border-left:1px solid #edf1ef}.admin-drag-scroll td:first-child{border-left:1px solid #edf1ef}.admin-drag-scroll td:first-child button,.admin-drag-scroll td:nth-child(2){display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;white-space:normal!important;word-break:break-word;overflow-wrap:anywhere;overflow:hidden;text-overflow:ellipsis;line-height:1.4;max-height:2.8em}.student-meta-labels{display:flex!important;flex-wrap:wrap;gap:5px;margin-top:6px;max-width:100%;overflow:hidden}.admin-drag-scroll tbody tr{height:auto!important}.admin-drag-scroll td{vertical-align:middle}.admin-drag-scroll td:first-child button,.admin-drag-scroll td:nth-child(2){display:block!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere;overflow:visible!important;text-overflow:clip!important;max-height:none!important;line-height:1.45;min-height:auto}.admin-drag-scroll td:first-child button,.admin-drag-scroll td:nth-child(2){-webkit-line-clamp:unset!important;-webkit-box-orient:initial!important;line-clamp:unset!important}.admin-drag-scroll th:first-child,.admin-drag-scroll td:first-child{width:250px!important;min-width:250px!important;max-width:250px!important;padding-top:10px!important;padding-bottom:10px!important}.admin-drag-scroll th:nth-child(2),.admin-drag-scroll td:nth-child(2){width:230px!important;min-width:230px!important;max-width:230px!important;padding-top:10px!important;padding-bottom:10px!important}.student-meta-labels{margin-top:7px!important}.status-cell{min-width:120px;padding-left:16px!important;padding-right:16px!important;border-left:1px solid #edf1ef}.payment-cell{min-width:110px;padding-left:16px!important;padding-right:16px!important;border-left:1px solid #edf1ef;border-right:1px solid #edf1ef}.payment-amount-wrap{margin-inline:auto;max-width:100%;box-sizing:border-box}.admin-drag-scroll td:first-child button{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;max-height:none!important;overflow:visible!important;white-space:normal!important;text-align:right!important;padding:0!important}.student-name-text{display:block;width:100%;white-space:normal;word-break:normal;overflow-wrap:anywhere;overflow:visible;line-height:1.45;text-align:right}.admin-drag-scroll th:first-child,.admin-drag-scroll td:first-child{width:280px!important;min-width:280px!important;max-width:280px!important}.admin-drag-scroll th.status-col,.admin-drag-scroll td.status-col{width:150px!important;min-width:150px!important;max-width:150px!important;padding-left:18px!important;padding-right:18px!important;box-sizing:border-box;border-left:1px solid #dfe8e4!important}.admin-drag-scroll th.payment-col,.admin-drag-scroll td.payment-col{width:125px!important;min-width:125px!important;max-width:125px!important;padding-left:18px!important;padding-right:18px!important;box-sizing:border-box;border-left:1px solid #dfe8e4!important;border-right:1px solid #dfe8e4!important}.admin-drag-scroll td.status-col>*,.admin-drag-scroll td.payment-col>*{max-width:100%;box-sizing:border-box}.admin-drag-scroll td.status-col select,.admin-drag-scroll td.status-col button{width:100%;min-width:0}.admin-drag-scroll td.payment-col .payment-amount-wrap{width:100%;min-width:0;margin:0;justify-content:center;white-space:nowrap}
