*{box-sizing:border-box}.payment-method-list{gap:.85rem;margin:.75rem 0;display:grid}.payment-method-row{border:1px solid var(--border);background:var(--surface,#fff);border-radius:.75rem;grid-template-columns:minmax(12rem,1fr) minmax(10rem,auto) minmax(16rem,1.4fr) auto;align-items:end;gap:.75rem;padding:.9rem;display:grid}@media (max-width:800px){.payment-method-row{grid-template-columns:1fr;align-items:stretch}}[hidden]{display:none!important}.sr-only{clip:rect(0, 0, 0, 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}:root{--bg:#f8eef8;--panel:#fff;--border:#eadfec;--border-strong:#c9c3ca;--text:#232936;--muted:#6f7480;--accent:#a83aa6;--accent-dark:#8c2f8a;--blue:#0b74ad;--green:#1e7e34;--red:#b02a37;--amber:#9a6700}body{background:var(--bg);color:var(--text);margin:0;font-family:Arial,sans-serif;line-height:1.5}a{color:var(--blue)}.site-header{background:var(--panel);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:12px 24px;display:flex}.site-logo{color:var(--accent);letter-spacing:.5px;font-size:22px;font-weight:700;text-decoration:none}.site-logo img{width:100%;max-width:220px;height:auto;display:block}main{max-width:1200px;margin:0 auto;padding:24px}main.narrow{max-width:1000px}h1,h2{border-bottom:1px solid var(--border);margin:0 0 18px;padding-bottom:10px}h3{margin:24px 0 10px}.content-panel,form.app-form,.panel{background:var(--panel);border:1px solid var(--border);border-radius:8px;padding:24px;box-shadow:0 8px 24px #2329360f}.content-panel{max-width:960px;margin:0 auto 24px}.panel{margin-bottom:24px}.event-panel{border-left:6px solid var(--accent)}.event-banner{border-radius:8px;width:100%;max-width:960px;margin:0 auto 24px;display:block}form.app-form{max-width:960px;margin:0 auto 32px}form.app-form input[type=text],form.app-form input[type=email],form.app-form input[type=tel],form.app-form input[type=date],form.app-form input[type=datetime-local],form.app-form input[type=password],form.app-form input[type=number],form.app-form input[type=url],form.app-form textarea,form.app-form .phone-fields,form.app-form .name-fields{max-width:760px}.password-field{max-width:760px;position:relative}.password-field input{padding-right:48px}.password-field .password-visibility-toggle{color:var(--muted);background:0 0;border:0;justify-content:center;align-items:center;width:42px;height:40px;min-height:40px;margin:0;padding:8px;display:flex;position:absolute;top:1px;right:1px}.password-field .password-visibility-toggle:hover{color:var(--text);background:#f4eef4}.password-field .password-visibility-toggle svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:22px;height:22px}.password-field-medium{max-width:400px}.forgot-password-link,.auth-back-link{margin-top:12px;display:inline-block}.forgot-password-link{font-size:14px}.auth-page{padding-top:40px}.auth-form{max-width:620px!important}.auth-result{max-width:620px}label,legend{margin-top:16px;font-weight:700;display:block}input,select,textarea,button{border:1px solid var(--border-strong);font:inherit;border-radius:4px;max-width:100%;min-height:40px;margin-top:6px;padding:8px 10px;display:block}select{height:40px}input[type=text],input[type=email],input[type=tel],input[type=password],input[type=url],input[type=number],input[type=datetime-local],textarea{width:100%}form.app-form>select{width:auto;min-width:240px}.phone-fields{grid-template-columns:58px 1fr;gap:12px;display:grid}fieldset{border:0;border-top:1px solid #f0e5f0;margin:24px 0 0;padding:18px 0 0}.name-section{border:0;margin-top:16px;padding:0}.name-section legend{padding:0}.name-fields{grid-template-columns:1fr 1fr;gap:24px;display:grid}.visitation-schedule-fields{grid-template-columns:minmax(180px,.7fr) minmax(240px,1fr) minmax(240px,1fr);gap:16px}.name-fields label,.address-grid label{margin-top:0;font-weight:400}.name-fields input{height:40px;margin-bottom:6px}.name-fields label>span,.address-section label>span,.address-grid label>span{opacity:.55;display:block}.required-marker{color:var(--danger);margin-left:2px}.address-grid{grid-template-columns:1fr 1fr 1fr;gap:16px;margin-top:12px;display:grid}.address-section>label{font-weight:400}.child-entry+.child-entry{border-top:1px solid #f0e5f0;margin-top:24px;padding-top:18px}.add-child-toggle,.same-address-option{align-items:center;gap:12px;margin-top:18px;font-size:18px;font-weight:400;display:flex}.add-child-toggle{text-transform:uppercase}.add-child-toggle input,.same-address-option input{accent-color:var(--blue);width:22px;height:22px;min-height:22px;margin:0}fieldset label{margin-top:8px;font-weight:400}fieldset input[type=checkbox],fieldset input[type=radio]{min-height:auto;margin-right:6px;padding:0;display:inline}button,.btn{background:var(--accent);border:1px solid var(--accent);color:#fff;cursor:pointer;font:inherit;border-radius:4px;min-height:40px;margin-top:20px;padding:10px 18px;font-weight:700;text-decoration:none;display:inline-block}button:hover,.btn:hover{background:var(--accent-dark)}button:disabled{cursor:not-allowed;opacity:.6}.btn-secondary{border-color:var(--border-strong);color:var(--text);background:#fff}.btn-secondary:hover{background:#f4eef4}.btn-danger{background:var(--red);border-color:var(--red)}.btn-danger:hover{background:#8f2230}.btn-link{color:var(--blue);background:0 0;border:0;min-height:auto;padding:0;text-decoration:underline}.btn-link:hover{color:#07577f;background:0 0}.btn-small{min-height:32px;margin-top:0;padding:4px 12px;font-size:14px}.inline-form-disabled{opacity:.62}.inline-form-disabled button,.inline-form-disabled input,.inline-form-disabled select,.inline-form-disabled textarea{cursor:not-allowed}.field-note{color:var(--muted);margin:8px 0 0}form.app-form.child-form{box-shadow:none;background:0 0;border:0;gap:18px;max-width:none;margin:18px 0 0;padding:0;display:grid}.child-form-section{border:1px solid var(--border);background:#fcf9fc;border-radius:12px;padding:20px}.child-form-section-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.child-form-section-head h2{border:0;margin:0;padding:0;font-size:20px}.child-form-section-head p{color:var(--muted);margin:4px 0 0}.child-form-required-note{color:var(--muted);white-space:nowrap;font-size:13px}.required-marker{color:var(--red);font-weight:800}.child-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.child-form-grid+.child-form-grid,.child-form-age-box+.child-form-grid{margin-top:18px}.child-form-field{min-width:0;margin:0;font-weight:700;display:block}.child-form-field input,.child-form-field select,.child-form-field textarea{width:100%;margin-top:6px}.child-form-field small,.child-form-check small{color:var(--muted);margin-top:5px;font-size:13px;font-weight:400;display:block}.child-grade-reset{min-height:auto;margin-top:6px;padding:0;font-size:13px}.child-form-span-2{grid-column:1/-1}.child-form-age-box{border:1px solid var(--border);background:#fff;border-radius:10px;grid-template-columns:minmax(220px,1fr) minmax(260px,1.4fr);align-items:end;gap:18px;margin-top:18px;padding:16px;display:grid}.child-form-age-box input[type=number]{max-width:180px}.child-form-check{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:10px;align-items:flex-start;gap:11px;margin:0;padding:13px 14px;display:flex}.child-form-check:has(input:checked){border-color:var(--accent);background:#f7edf7}.child-form-check input{accent-color:var(--accent);flex:none;width:20px;height:20px;min-height:20px;margin:2px 0 0}.child-form-check span{min-width:0}.child-form-permission{align-self:end;min-height:84px}.child-form-programs{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.child-form-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:14px;display:flex}.child-form-actions button,.child-form-actions .field-note{margin:0}.consent-text{border-left:4px solid var(--border);color:#555b66;max-width:100%;margin:14px 0 0;padding:10px 0 10px 14px}#submit-message,.status-message{font-weight:700}.status-message.error{color:var(--red)}.status-message.success{color:var(--green)}.admin-nav{background:var(--panel);border-bottom:1px solid var(--border);padding:0 24px}.admin-nav-inner{flex-wrap:wrap;align-items:center;gap:4px 18px;max-width:1200px;margin:0 auto;padding:10px 0;display:flex}.admin-nav a{color:var(--text);padding:6px 2px;font-weight:700;text-decoration:none}.admin-nav a:hover{color:var(--accent)}.admin-nav .nav-user{color:var(--muted);align-items:center;gap:10px;margin-left:auto;font-size:14px;display:flex}.table-wrap{width:100%;max-width:100%;overflow-x:auto}table.data-table{border-collapse:collapse;width:100%}table.data-table th,table.data-table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:top;padding:10px 12px}table.data-table th{text-transform:uppercase;background:#faf5fa;font-size:14px}table.data-table tr:hover td{background:#fdf9fd}.assignment-save-state{min-width:52px;margin-left:8px;font-size:12px;font-weight:700;display:inline-block}.assignment-save-state.saving{color:var(--muted)}.assignment-save-state.saved{color:var(--green)}.assignment-save-state.error{color:var(--red)}.visitation-worker-picker{border-top:1px solid var(--border);align-items:flex-start;gap:8px;margin-top:12px;padding-top:12px;display:grid}.visitation-worker-tags,.visitation-worker-add{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.visitation-worker-tag{border:1px solid var(--border);background:#f8f6f8;border-radius:999px;align-items:center;gap:6px;padding:5px 8px 5px 10px;font-size:13px;font-weight:800;display:inline-flex}.visitation-worker-tag button{border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;min-height:0;padding:0;font-size:12px;display:inline-flex}.visitation-worker-add select{max-width:260px}.badge{white-space:nowrap;border-radius:12px;padding:2px 10px;font-size:13px;font-weight:700;display:inline-block}.badge-pending,.badge-maybe{color:var(--amber);background:#fff3cd}.badge-approved,.badge-yes,.badge-open{color:var(--green);background:#d1e7dd}.badge-rejected,.badge-no,.badge-closed{color:var(--red);background:#f8d7da}.badge-neutral,.badge-unknown,.badge-draft{color:#495057;background:#e9ecef}.badge-info,.badge-merged{color:#084298;background:#cfe2ff}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px;display:grid}.stat-card{background:var(--panel);border:1px solid var(--border);border-left:6px solid var(--accent);border-radius:8px;padding:16px 20px}.stat-card .stat-number{font-size:32px;font-weight:700}.stat-card .stat-label{color:var(--muted)}.grid-2{grid-template-columns:1fr 1fr;gap:24px;display:grid}.tab-bar{border:1px solid var(--border);background:#ffffffa3;border-radius:12px;flex-wrap:wrap;gap:6px;width:fit-content;margin-bottom:20px;padding:5px;display:flex}.tab-button{color:var(--text);background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;min-height:38px;margin-top:0;padding:7px 14px;font-weight:700;text-decoration:none;display:inline-flex}.tab-button:hover{background:#f4eef4}.tab-button.active{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 5px 14px #a83aa633}.export-menu{position:relative}.export-menu>summary{list-style:none}.export-menu>summary::-webkit-details-marker{display:none}.export-menu>summary:after{content:"↓";margin-left:8px}.export-menu[open]>summary:after{content:"↑"}.export-menu-card{background:var(--panel);border:1px solid var(--border);z-index:20;border-radius:12px;gap:16px;width:min(380px,100vw - 48px);padding:18px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 46px #2329362e}.export-choice-grid{border:0;grid-template-columns:1fr 1fr;gap:8px;margin:0;padding:0;display:grid}.export-choice{border:1px solid var(--border);cursor:pointer;background:#faf7fb;border-radius:8px;align-items:center;gap:8px;margin:0;padding:10px;font-size:14px;display:flex}.export-choice:has(input:checked){border-color:var(--accent);background:#f4e7f4}.export-choice input{accent-color:var(--accent);margin:0}.export-menu-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:14px;display:flex}.export-menu-footer button,.export-menu-footer .field-note{margin-top:0}.tab-panel{min-width:0;animation:.16s ease-out fade-in}.tab-panel>*,details.panel{min-width:0}.possible-match-summary{background:#fff9e8;border:1px solid #ead7a0;border-radius:8px;margin:12px 0;padding:14px}.possible-match-summary p,.possible-match-summary ul{margin-bottom:0}.inline-identity-actions{border-top:1px solid var(--border);margin-top:16px;padding-top:16px}.inline-identity-actions textarea{width:100%}.identity-candidate-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:12px 0 16px;display:grid}.identity-candidate-tabs button{border:1px solid var(--border-strong);color:var(--text);text-align:left;background:#fff;flex-direction:column;align-items:flex-start;gap:3px;min-width:0;padding:10px;display:flex}.identity-candidate-tabs button.selected{background:#fff9e8;border-color:#d6ad3c;box-shadow:0 0 0 2px #d6ad3c2e}.identity-candidate-tabs span,.identity-candidate-tabs small{font-size:12px}.identity-selected-name{margin:14px 0 10px}.identity-comparison{border:1px solid var(--border);border-radius:8px;overflow:hidden}.identity-compare-row{padding:10px}.identity-compare-row+.identity-compare-row{border-top:1px solid var(--border)}.identity-compare-label{justify-content:space-between;align-items:center;gap:8px;margin-bottom:7px;display:flex}.identity-compare-values{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.identity-compare-values>label{cursor:pointer;overflow-wrap:anywhere;background:#f8f6f8;border-radius:6px;gap:3px;min-width:0;padding:8px;display:grid}.identity-compare-values small{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800}.identity-choice{align-items:center;gap:6px;margin-top:6px;font-size:12px;font-weight:800;display:flex}.identity-match-reasons{margin-top:12px}.program-layout{position:relative}.program-roster-toolbar{gap:14px;display:grid}.roster-summary{margin-top:0}.program-students-table th,.program-students-table td{vertical-align:top}.program-students-table td{white-space:nowrap}.program-students-table td:nth-child(2),.program-students-table td:nth-child(7),.program-students-table td:nth-child(9),.program-students-table td:nth-child(11){white-space:normal}.truncate{text-overflow:ellipsis;white-space:nowrap;vertical-align:top;max-width:280px;display:inline-block;overflow:hidden}.row-actions-menu{position:relative}.row-actions-menu>summary{cursor:pointer;list-style:none}.row-actions-menu>summary::-webkit-details-marker{display:none}.row-actions-panel{border:1px solid var(--border);z-index:5;background:#fff;border-radius:8px;gap:10px;min-width:220px;margin-top:8px;padding:12px;display:grid;position:absolute;top:100%;right:0;box-shadow:0 16px 24px #2329361f}.visitation-edit-panel{width:420px;max-width:calc(100vw - 32px)}.visitation-edit-panel .app-form{max-width:none;margin:0}.program-name-link{font-size:16px}.row-action-link{font-weight:700}.row-action-form{gap:8px;display:grid}.row-action-form label{margin-top:0}.row-action-form select{min-width:180px}.pagination-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:18px;display:flex}.student-cards{display:none}.student-card{border:1px solid var(--border);background:#fff;border-radius:10px;gap:12px;padding:16px;display:grid;box-shadow:0 8px 24px #2329360d}.student-card+.student-card{margin-top:12px}.student-card-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.student-card-name{font-size:16px;font-weight:700}.student-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px;margin:0;display:grid}.student-card-grid dt{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:700}.student-card-grid dd{margin:4px 0 0}.student-card-wide{grid-column:1/-1}.pickup-sequence-overlay{z-index:50;background:#1812187a;justify-content:center;align-items:stretch;padding:24px;display:flex;position:fixed;inset:0}.pickup-sequence-modal{background:#fff;border-radius:14px;gap:16px;width:100%;max-width:1120px;display:grid;overflow:hidden;box-shadow:0 24px 60px #23293638}.pickup-sequence-head,.pickup-sequence-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:20px 24px 0;display:flex}.pickup-sequence-footer{border-top:1px solid var(--border);padding-bottom:20px}.pickup-sequence-list{height:min(68vh,720px);padding:0 24px 8px;overflow:auto}.pickup-sequence-grid,.pickup-sequence-row{border:1px solid var(--border);cursor:grab;text-align:left;background:#fff;border-radius:10px;grid-template-columns:24px 72px 1.5fr 120px 110px 100px minmax(0,1.8fr) auto;align-items:center;gap:12px;width:100%;margin-bottom:10px;padding:10px 12px;display:grid}.pickup-sequence-grid-head{color:var(--muted);cursor:default;text-transform:uppercase;border-style:none;margin-bottom:8px;font-size:12px;font-weight:700}.pickup-sequence-row.drop-target{border-color:var(--accent);box-shadow:inset 0 0 0 2px #a83aa62e}.drag-handle{color:var(--muted);text-align:center;font-size:18px;font-weight:700}.pickup-sequence-position,.pickup-sequence-name{font-weight:700}.pickup-sequence-meta,.pickup-sequence-address{color:var(--text);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pickup-sequence-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.program-main{min-width:0}.route-card-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.route-card-list{gap:12px;display:grid}.route-card{border:1px solid var(--border);background:#fff;border-radius:12px;gap:14px;padding:16px;display:grid}.route-card-title{font-size:17px;font-weight:700;line-height:1.2}.route-card-meta{color:var(--muted);flex-wrap:wrap;gap:10px 14px;margin-top:6px;display:flex}.route-card-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.route-roster-shell{border-top:1px solid var(--border);gap:14px;margin-top:10px;padding-top:14px;display:grid}.roster-filter-bar{margin-bottom:0}.route-sequence-shell{border-top:1px solid var(--border);margin-top:16px;padding-top:16px}.bulk-action-bar{border:1px solid var(--border-strong);background:#fdf8ff;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;display:flex}.row-selected{background:#a83aa612}.link-button{color:var(--accent);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;padding:0}.drawer-backdrop{z-index:35;background:#1812185c;position:fixed;inset:0}.student-drawer{border-left:1px solid var(--border);z-index:40;background:#fff;width:min(560px,100vw);padding:24px;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-24px 0 48px #1d111c29}.drawer-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.image-upload{margin-top:18px}.image-upload-label{margin-bottom:8px;font-weight:700;display:block}.image-upload-dropzone{border:2px dashed var(--border-strong);cursor:pointer;text-align:center;background:#faf7fb;border-radius:8px;justify-content:center;align-items:center;min-height:180px;padding:16px;display:flex}.image-upload-dropzone:focus{outline-offset:2px;outline:3px solid #a83aa640}.image-upload-dropzone.has-image{border-style:solid;padding:0}.image-upload-preview{object-fit:cover;border-radius:6px;width:100%;max-height:320px;display:block}.image-upload-empty{color:var(--muted);gap:4px;display:grid}.image-upload-actions{flex-wrap:wrap;gap:10px;margin-top:10px;display:flex}@keyframes fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.compare-grid{grid-template-columns:160px 1fr 1fr;gap:0 24px;display:grid}.compare-grid>div{border-bottom:1px solid var(--border);padding:8px 0}.compare-grid .compare-head{color:var(--muted);text-transform:uppercase;font-size:13px;font-weight:700}.compare-changed{background:#fff3cd}.inline-form{display:inline}.inline-form button{margin-top:0}.actions-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.rich-text{max-width:760px}.rich-text p{margin:0 0 .75em}.rich-text ul,.rich-text ol{margin:0 0 .75em 1.5em;padding-left:.25em}.rich-text a{word-break:break-word}.rich-text-editor{max-width:760px}.rich-text-toolbar{border:1px solid var(--border-strong);background:#fbf7fb;border-bottom:0;border-radius:6px 6px 0 0;flex-wrap:wrap;gap:4px;padding:8px;display:flex}.rich-text-toolbar__button{color:var(--text);background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:58px;min-height:52px;padding:6px 8px;display:inline-flex}.rich-text-toolbar__button:hover{background:#f4eef4}.rich-text-toolbar__button:focus-visible{outline-offset:2px;outline:3px solid #0b74ad59}.rich-text-toolbar__button[aria-pressed=true]{background:var(--accent);border-color:var(--accent);color:#fff}.rich-text-toolbar__icon-wrap{justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.rich-text-toolbar__icon{width:20px;height:20px;display:inline-flex}.rich-text-toolbar__icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:20px;height:20px}.rich-text-toolbar__label{text-align:center;white-space:normal;max-width:52px;font-size:11px;line-height:1}.rich-text-toolbar__button[aria-pressed=true] .rich-text-toolbar__icon svg,.rich-text-toolbar__button[aria-pressed=true] .rich-text-toolbar__label{color:#fff;stroke:#fff}.rich-text-editor .ProseMirror{border:1px solid var(--border-strong);background:#fff;border-radius:0 0 6px 6px;outline:none;min-height:180px;padding:12px 14px}.rich-text-editor .ProseMirror p{margin:0 0 .75em}.rich-text-editor .ProseMirror ul,.rich-text-editor .ProseMirror ol{margin:0 0 .75em 1.5em;padding-left:.25em}.duplicate-hint{background:#fff3cd;border:1px solid #ffe69c;border-radius:6px;margin-top:10px;padding:10px 14px}.page-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.page-head h1{border:0;margin:0;padding:0}.filter-bar{flex-wrap:wrap;align-items:end;gap:12px;margin-bottom:16px;display:flex}.filter-bar label{margin-top:0;font-size:14px}.filter-bar input,.filter-bar select,.filter-bar button{margin-top:4px}.visitation-card-list{gap:14px;display:grid}.visitation-list-card{background:var(--panel);border:1px solid var(--border);border-left:5px solid var(--accent);border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:20px;display:grid;box-shadow:0 8px 24px #2329360f}.visitation-card-body{min-width:0}.visitation-card-head{justify-content:space-between;align-items:start;gap:12px;display:flex}.visitation-card-head h2{border:0;margin:0;padding:0;font-size:22px}.visitation-card-program{color:var(--accent-dark);letter-spacing:.04em;text-transform:uppercase;margin:0 0 2px;font-size:13px;font-weight:800}.visitation-window{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px;display:grid}.visitation-window>span{border:1px solid var(--border);background:#faf7fb;border-radius:8px;gap:2px;padding:9px 11px;display:grid}.visitation-window strong{color:var(--muted);text-transform:uppercase;font-size:12px}.visitation-card-meta{color:var(--muted);flex-wrap:wrap;gap:8px 18px;margin-top:12px;font-size:14px;display:flex}.visitation-open-button{text-align:center;min-width:150px;margin:0}.visitation-review-box{border:1px solid var(--border);background:#faf7fb;border-radius:8px;margin-top:10px;padding:14px}.visitation-review-box .filter-bar,.visitation-review-box .field-note{margin-bottom:10px}.visitation-review-message{flex:280px}.visitation-review-message textarea{resize:vertical;width:100%;min-width:100%;margin-top:4px}.visitation-response-form{border-top:1px solid var(--border);margin-top:14px;padding-top:14px}.visitation-response-fieldset{border:0;margin:0;padding:0}.visitation-response-fieldset legend{margin:0 0 8px;font-size:14px}.visitation-response-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;display:grid}.visitation-response-choice:nth-child(-n+2){grid-column:span 3}.visitation-response-choice:nth-child(n+3){grid-column:span 2}.visitation-response-choice{border:2px solid var(--border-strong);color:var(--text);cursor:pointer;text-align:center;background:#fff;border-radius:9px;justify-content:center;align-items:center;width:100%;min-height:48px;margin:0;padding:9px 10px;font-size:14px;font-weight:800;transition:background .12s,border-color .12s,box-shadow .12s;display:flex}.visitation-response-choice:hover,.visitation-response-choice:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #a83aa61f}.visitation-response-choice.selected{background:var(--accent-dark);border-color:var(--accent-dark);color:#fff;box-shadow:0 5px 14px #8c2f8a33}.visitation-response-choice.response-yes.selected{background:var(--green);border-color:var(--green)}.visitation-response-choice.response-no.selected,.visitation-response-choice.response-not-home.selected,.visitation-response-choice.response-no-response.selected{background:var(--red);border-color:var(--red)}.visitation-response-notes{max-width:760px;margin-top:12px;font-size:14px;display:block}.visitation-response-notes textarea{resize:vertical;width:100%}.visitation-save-state{min-height:20px;padding-top:6px;font-size:13px;font-weight:800}.visitation-save-state .success{color:var(--green)}.visitation-save-state .error{color:var(--red)}.visitation-readonly-notes{border-top:1px solid var(--border);margin:14px 0 0;padding-top:12px}.possible-match-candidates{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px;margin:18px 0;display:grid}.possible-match-candidates button{border:2px solid var(--border-strong);color:var(--text);text-align:left;background:#fff;flex-direction:column;align-items:flex-start;gap:4px;min-height:96px;display:flex}.possible-match-candidates button.selected{border-color:var(--green);background:#f6fbf4;box-shadow:0 0 0 3px #2a7c411f}.possible-match-candidates button span,.possible-match-candidates button small{font-weight:600}.possible-match-grid{border:1px solid var(--border);border-radius:10px;grid-template-columns:minmax(130px,.7fr) minmax(180px,1fr) minmax(250px,1.35fr);margin-bottom:18px;display:grid;overflow:hidden}.possible-match-head{background:var(--panel-soft,#f7f5f8);border-bottom:1px solid var(--border);padding:12px;font-weight:800}.possible-match-row{display:contents}.possible-match-label,.possible-match-saved,.possible-match-submitted{border-bottom:1px solid var(--border);overflow-wrap:anywhere;min-width:0;padding:12px}.possible-match-label{flex-direction:column;gap:6px;display:flex}.comparison-status{border-radius:999px;width:fit-content;padding:3px 8px;font-size:11px;font-weight:800}.status-same{color:#1f682f;background:#e7f5e9}.status-changed{color:#805000;background:#fff0d6}.status-new{color:#155495;background:#e6f1ff}.status-not-provided{color:#5a5a63;background:#ececef}.possible-match-choices{gap:7px;margin-top:10px;display:grid}.possible-match-choices label{align-items:center;gap:7px;font-size:13px;font-weight:700;display:flex}.possible-match-choices input[type=radio]{width:18px;min-height:18px}.possible-match-actions{margin-top:12px}.tab-count{color:var(--amber);white-space:nowrap;background:#fff3cd;border-radius:999px;margin-left:8px;padding:2px 7px;font-size:11px}.tab-button.active .tab-count{background:#ffffffe6}.visitation-visit-summary{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;display:grid}.visitation-visit-summary>div{gap:2px;display:grid}.visitation-visit-summary>div>span,.visitation-student-info span{color:var(--muted);letter-spacing:.03em;text-transform:uppercase;font-size:12px;font-weight:700}.visitation-visit-summary>p{grid-column:1/-1;margin:0}.attendance-overview-head{align-items:end;margin-bottom:16px}.attendance-overview-head h2{border:0;margin:0;padding:0}.attendance-overview-head p{margin:4px 0 0}.attendance-summary-grid{grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:10px;display:grid}.attendance-summary-card{border:1px solid var(--border);color:var(--text);background:#faf7fb;border-radius:10px;padding:12px;text-decoration:none;display:grid}.attendance-summary-card:hover,.attendance-summary-card.active{border-color:var(--accent);background:#f4eef4}.attendance-summary-card strong{color:var(--accent-dark);font-size:26px;line-height:1.1}.attendance-summary-card span{color:var(--muted);font-size:13px;font-weight:700}.attendance-roster{padding-top:8px;padding-bottom:8px}.attendance-roster-row{justify-content:space-between;align-items:center;gap:16px;padding:13px 0;display:flex}.attendance-roster-row+.attendance-roster-row{border-top:1px solid var(--border)}.attendance-roster-row>div{gap:2px;display:grid}.attendance-roster-row>div>span{color:var(--muted);font-size:13px}.visitation-student-card{border-left:5px solid var(--accent)}.visitation-student-head{justify-content:space-between;align-items:start;gap:14px;display:flex}.visitation-student-head h2{border:0;margin:0;padding:0;font-size:22px}.visitation-student-info{grid-template-columns:minmax(100px,.45fr) minmax(140px,.65fr) minmax(220px,1.5fr);gap:10px;margin:16px 0 12px;display:grid}.visitation-student-info>div{border:1px solid var(--border);background:#faf7fb;border-radius:8px;gap:2px;min-width:0;padding:9px 11px;display:grid}.visitation-student-info strong{overflow-wrap:anywhere}.visitation-student-meta{color:var(--muted);flex-wrap:wrap;gap:6px 18px;margin-bottom:12px;font-size:13px;display:flex}.profile-section-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.profile-section-head h2{border:0;margin:0;padding:0}.profile-edit-link{align-items:center;gap:7px;margin:0;display:inline-flex}.profile-edit-link svg{fill:currentColor;width:16px;height:16px}.profile-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.profile-detail-grid>div{border:1px solid var(--border);background:#faf7fb;border-radius:8px;gap:2px;min-width:0;padding:10px 12px;display:grid}.profile-detail-grid span{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:800}.profile-detail-grid strong{overflow-wrap:anywhere}.profile-detail-grid .profile-detail-notes{grid-column:1/-1}.profile-detail-notes strong{white-space:pre-wrap}.profile-contact-panel>h2{margin-bottom:14px}.profile-contact-panel>h3{text-transform:uppercase;margin:18px 0 8px;font-size:14px}.profile-contact-list{gap:8px;display:grid}.profile-contact-item{border:1px solid var(--border);background:#faf7fb;border-radius:8px;gap:2px;padding:10px 12px;display:grid}.profile-contact-item>div{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.profile-contact-item>span{color:var(--muted);overflow-wrap:anywhere;font-size:13px}.profile-contact-item.is-inactive{opacity:.65}.contact-section-heading{justify-content:space-between;align-items:center;gap:12px;margin:20px 0 9px;display:flex}.contact-section-heading h3{text-transform:uppercase;margin:0;font-size:14px}.contact-card-head{justify-content:space-between;align-items:flex-start!important}.contact-card-head>div:first-child{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.contact-actions{gap:6px;display:flex}.contact-actions form,.contact-actions button{margin:0}.contact-editor{border:1px solid var(--border);background:#faf7fb;border-radius:10px;margin-top:12px;padding:16px}.contact-editor-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.contact-editor-head h4,.contact-editor-head p{margin:0}.contact-editor-head p{color:var(--muted);margin-top:2px;font-size:13px}.contact-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.contact-form-grid+.contact-form-grid{margin-top:14px}.contact-field{min-width:0;margin:0}.contact-field input,.contact-field select{width:100%}.contact-span-2{grid-column:1/-1}.address-autocomplete{position:relative}.address-suggestions{border:1px solid var(--border-strong);z-index:10;background:#fff;border-radius:8px;margin:4px 0 0;padding:0;list-style:none;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 14px 30px #23293629}.address-suggestions button{border:0;border-bottom:1px solid var(--border);color:var(--text);text-align:left;background:#fff;border-radius:0;width:100%;min-height:0;margin:0;padding:10px 12px;font-weight:500;display:block}.address-suggestions li:last-child button{border-bottom:0}.address-suggestions button:hover,.address-suggestions button:focus-visible{color:var(--accent-dark);background:#faf7fb}.registration-address-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px;max-width:760px;display:grid}.registration-address-field{min-width:0}.registration-address-wide{grid-column:1/-1}.visitation-card-notes,.visitation-summary-notes{white-space:pre-wrap}.visitation-summary-notes{grid-column:1/-1;margin:0}.contact-primary-control{border:1px solid var(--border);background:#fff;border-radius:8px;align-items:flex-start;gap:10px;margin-top:14px;padding:10px 12px;display:flex}.contact-primary-control input{accent-color:var(--accent);flex:none;min-height:auto;margin:3px 0 0}.contact-primary-control small{color:var(--muted);font-size:12px;font-weight:400;display:block}.contact-form-actions{justify-content:flex-end;gap:10px;margin-top:16px;display:flex}.contact-form-actions button{margin:0}.profile-disclosure{margin-top:10px}.profile-disclosure>summary{list-style:none}.profile-disclosure>summary::-webkit-details-marker{display:none}.profile-disclosure[open]>summary{border-color:var(--accent);background:#f4eef4}.profile-contact-form,.profile-enrollment-form,.profile-unassign-form{border:1px solid var(--border);background:#faf7fb;border-radius:8px;margin:10px 0 0;padding:12px}.profile-contact-form label,.profile-enrollment-form label,.profile-unassign-form label{flex:140px}.profile-contact-form input,.profile-enrollment-form select,.profile-unassign-form select{width:100%}.profile-contact-form .profile-checkbox{flex:none;align-items:center;gap:7px;padding-bottom:8px;display:flex}.profile-contact-form .profile-checkbox input{width:auto;min-height:auto;margin:0}.profile-enrollment-list{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:8px;display:grid}.profile-enrollment-item{border:1px solid var(--border);background:#faf7fb;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:11px 12px;display:flex}.profile-enrollment-item>div{gap:2px;display:grid}.profile-enrollment-item>div>span{color:var(--muted);font-size:13px}.profile-management-disclosure{border-top:1px solid var(--border);margin-top:16px;padding-top:14px}.profile-management-disclosure>.field-note{margin-bottom:8px}.profile-status-actions{gap:8px;margin-top:10px;display:grid}.notif-unread{border-left:4px solid var(--accent)}.landing-links{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-top:24px;display:grid}.landing-links .content-panel{margin:0}@media (max-width:600px){.visitation-edit-menu{flex:1 0 100%;width:100%}.visitation-edit-menu .visitation-edit-panel{width:100%;max-width:none;position:static}.name-fields,.visitation-schedule-fields,.phone-fields,.address-grid,.grid-2,.compare-grid,.child-form-grid,.registration-address-grid,.child-form-age-box{grid-template-columns:1fr}.child-form-span-2{grid-column:auto}.child-form-section{padding:16px}.child-form-section-head{display:block}.child-form-required-note{margin-top:8px;display:inline-block}.child-form-actions{flex-direction:column-reverse;align-items:stretch}.child-form-actions button{width:100%}main{padding:16px}.visitation-list-card{grid-template-columns:1fr;padding:16px}.visitation-window,.visitation-student-info{grid-template-columns:1fr}.visitation-response-choice{min-height:56px}.possible-match-grid{display:block}.possible-match-head{display:none}.possible-match-row{border-bottom:2px solid var(--border-strong);grid-template-columns:1fr;display:grid}.possible-match-label,.possible-match-saved,.possible-match-submitted{border-bottom:0;padding:10px 12px}.possible-match-saved:before,.possible-match-submitted:before{text-transform:uppercase;margin-bottom:3px;font-size:11px;font-weight:800;display:block}.possible-match-saved:before{content:"Saved child details"}.possible-match-submitted:before{content:"New submitted details"}.profile-detail-grid,.contact-form-grid{grid-template-columns:1fr}.contact-span-2{grid-column:auto}.contact-card-head{gap:10px}.contact-actions{width:100%}.contact-actions form,.contact-actions button,.contact-form-actions button{flex:1}.profile-detail-grid .profile-detail-notes{grid-column:auto}.visitation-student-head{align-items:flex-start}.visitation-open-button{width:100%}.program-students-table{display:none}.student-cards{gap:12px;display:grid}.pickup-sequence-overlay{padding:12px}.pickup-sequence-head,.pickup-sequence-footer,.pickup-sequence-list{padding-left:16px;padding-right:16px}.pickup-sequence-grid,.pickup-sequence-row{grid-template-columns:24px 56px 1fr;grid-template-areas:"handle number name""handle meta1 meta1""handle meta2 meta2""handle meta3 meta3""handle address address""handle actions actions"}.pickup-sequence-grid>:first-child,.pickup-sequence-row>:first-child{grid-area:handle}.pickup-sequence-grid>:nth-child(2),.pickup-sequence-row>:nth-child(2){grid-area:number}.pickup-sequence-grid>:nth-child(3),.pickup-sequence-row>:nth-child(3){grid-area:name}.pickup-sequence-grid>:nth-child(4),.pickup-sequence-row>:nth-child(4){grid-area:meta1}.pickup-sequence-grid>:nth-child(5),.pickup-sequence-row>:nth-child(5){grid-area:meta2}.pickup-sequence-grid>:nth-child(6),.pickup-sequence-row>:nth-child(6){grid-area:meta3}.pickup-sequence-grid>:nth-child(7),.pickup-sequence-row>:nth-child(7){grid-area:address}.pickup-sequence-grid>:nth-child(8),.pickup-sequence-row>:nth-child(8){grid-area:actions}}.student-export-dialog{background:0 0;border:0;width:min(460px,100vw - 32px);max-width:calc(100vw - 32px);max-height:calc(100dvh - 32px);padding:0}.student-export-dialog::backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#2329367a}.student-export-form{background:var(--panel);border:1px solid var(--border);border-radius:16px;gap:16px;padding:24px;display:grid;box-shadow:0 24px 64px #2329363d}.student-export-form label{gap:6px;margin:0;display:grid}.student-export-form select{width:100%;margin:0}.student-export-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.student-export-heading h2{border:0;margin:0 0 4px;padding:0}.student-export-heading p,.student-export-form .field-note{color:var(--muted);margin:0}.dialog-close{color:var(--muted);background:#f7f2f7;border:0;border-radius:999px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;min-height:36px;margin:0;padding:0;font-size:24px;display:inline-flex}.dialog-close:hover{color:var(--text);background:#eee5ee}.student-export-actions{border-top:1px solid var(--border);justify-content:flex-end;gap:10px;padding-top:16px;display:flex}.student-export-actions .btn{margin:0}@media (max-width:640px){.student-export-dialog{width:calc(100vw - 24px);max-width:calc(100vw - 24px);margin:auto 12px 12px}.student-export-form{border-radius:16px;padding:20px}.student-export-actions{grid-template-columns:1fr 1fr;display:grid}.student-export-actions .btn{justify-content:center;width:100%}}
