.login-panel-inner{width:min(430px,100%)}.login-panel-inner .auth-card{width:100%}.login-compact-brand,.login-compact-security{display:none}@media(max-width:900px){.login-page{min-height:100dvh}.login-panel{min-height:100dvh;display:flex;align-items:center;justify-content:center;overflow:auto;padding:max(24px,env(safe-area-inset-top)) 24px max(24px,env(safe-area-inset-bottom))}.login-panel-inner{margin-block:auto}.login-compact-brand{display:flex;align-items:center;gap:10px;margin:0 0 12px;padding:0 4px}.login-compact-brand>div:last-child{min-width:0}.login-compact-brand strong,.login-compact-brand span{display:block}.login-compact-brand strong{font-size:16px}.login-compact-brand span{margin-top:2px;color:var(--muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.login-compact-security{display:flex;align-items:center;gap:8px;margin:0 4px 14px;color:var(--muted);font-size:12px;line-height:1.4}.login-compact-security svg{flex:0 0 auto;width:18px;height:18px;color:var(--success)}}@media(max-width:620px){.login-panel{padding:max(16px,env(safe-area-inset-top)) 14px max(16px,env(safe-area-inset-bottom))}.login-panel-inner .auth-card{padding:22px;border-radius:22px}.login-panel-inner .auth-card h2{font-size:26px}}.demo-login{margin-top:22px;padding-top:2px}.demo-login-heading{display:grid;gap:14px;margin-bottom:12px}.demo-login-divider{display:block;height:1px;background:var(--border)}.demo-login-heading h3{margin:0;font-size:15px;line-height:1.3}.demo-login-heading p{margin:4px 0 0;color:var(--muted);font-size:12px;line-height:1.45}.demo-login-list{display:grid;gap:8px}.demo-login-option{width:100%;min-height:58px;display:grid;grid-template-columns:38px minmax(0,1fr) 20px;align-items:center;gap:10px;padding:9px 12px;border:1px solid var(--border);border-radius:14px;background:var(--surface);color:var(--ink);text-align:left;cursor:pointer;transition:border-color .14s ease,background .14s ease,transform .14s ease}.demo-login-option:hover:not(:disabled){border-color:var(--forest);background:var(--cream);transform:translateY(-1px)}.demo-login-option:focus-visible{outline:3px solid color-mix(in srgb,var(--forest) 28%,transparent);outline-offset:2px}.demo-login-option:disabled{cursor:wait;opacity:.62}.demo-login-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:var(--sage);color:var(--forest)}.demo-login-icon svg,.demo-login-spinner{width:19px;height:19px}.demo-login-account{min-width:0;display:grid;gap:2px}.demo-login-account strong{overflow:hidden;font-size:13px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.demo-login-account small{overflow:hidden;color:var(--muted);font-size:11px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.demo-login-spinner{animation:demo-login-spin .8s linear infinite}@keyframes demo-login-spin{to{transform:rotate(360deg)}}@media(max-width:620px){.demo-login{margin-top:18px}.demo-login-option{min-height:56px;padding-inline:10px}}:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#18352d;background:#f6f3e9;font-synthesis:none;--forest: #173f35;--forest-2: #215448;--sage: #dce9d8;--mint: #eef6ea;--cream: #f8f5ec;--surface: #fffdf8;--ink: #18352d;--muted: #667a72;--line: #dfe6df;--success: #2e745f;--warning: #b87523;--danger: #b84343;--info: #526d9b;--accent: #8f6ca6;--shadow: 0 18px 40px rgba(24, 53, 45, .08);--r-sm: 12px;--r-md: 18px;--r-lg: 26px;--space-1: 6px;--space-2: 10px;--space-3: 14px;--space-4: 18px;--space-5: 24px;--space-6: 32px}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;height:100%}body{background:var(--cream);color:var(--ink)}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.boot-screen{height:100%;display:grid;place-items:center;font-weight:700}.app-shell{height:100%;display:grid;grid-template-columns:118px 1fr;overflow:hidden}.rail{background:var(--forest);color:#eff8f1;padding:16px 10px;display:flex;flex-direction:column;gap:16px;overflow-y:auto}.brand{display:flex;align-items:center;gap:10px}.brand-icon{width:40px;height:40px;border-radius:15px;background:#e9f3df;color:var(--forest);display:grid;place-items:center}.brand strong{display:block;font-size:14px}.brand small{display:block;font-size:10px;opacity:.7}.rail .brand>div:last-child{display:none}.rail nav{display:flex;flex-direction:column;gap:4px}.nav-item{min-height:62px;border-radius:16px;padding:10px 6px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;font-size:11px;color:#eff8f1ad;transition:.18s}.nav-item svg{width:21px}.nav-item:hover,.nav-item.active{background:#ffffff1f;color:#fff}.rail-user{margin-top:auto;display:grid;place-items:center;gap:8px;text-align:center}.rail-user>div:nth-child(2){display:none}.avatar{width:34px;height:34px;border-radius:50%;background:#83a890;display:grid;place-items:center;font-weight:800}.icon-button{border:0;background:transparent;color:inherit;width:40px;height:40px;border-radius:12px;display:grid;place-items:center}.icon-button:hover{background:#0000000f}.workspace{min-width:0;display:flex;flex-direction:column;overflow:hidden}.topbar{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 28px;border-bottom:1px solid var(--line);background:#f8f5eceb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.structure-switch{display:flex;align-items:center;gap:8px;background:var(--surface);padding:8px 12px;border-radius:999px;box-shadow:0 2px 10px #18352d0d}.structure-switch span{font-size:12px;color:var(--muted);font-weight:700}.structure-switch select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;font-weight:800;color:var(--ink);outline:none;padding-right:10px}.sync-pill{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--muted);font-weight:700}.sync-pill i{width:8px;height:8px;border-radius:50%;background:#54a57f;box-shadow:0 0 0 4px #54a57f1f}.page{padding:26px;overflow:auto;min-height:0}.page-header{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px}.page-header h1{font-size:32px;line-height:1.05;margin:0;letter-spacing:-.03em}.subtitle{margin:7px 0 0;color:var(--muted);font-size:14px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:800;color:var(--success);margin:0 0 6px}.header-actions{display:flex;gap:10px;align-items:center}.summary-chip{display:flex;align-items:center;gap:7px;background:var(--surface);padding:10px 14px;border-radius:999px;font-size:13px;font-weight:800}.toolbar{display:flex;gap:12px;justify-content:space-between;align-items:center;margin-bottom:18px}.search-field{display:flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:10px 12px;min-width:260px}.search-field input{border:0;background:transparent;outline:0;min-width:0;flex:1}.search-field button{border:0;background:transparent}.segmented{display:flex;gap:4px;background:#ebece4;border-radius:999px;padding:4px;overflow:auto}.segmented button{border:0;background:transparent;padding:8px 13px;border-radius:999px;white-space:nowrap;color:var(--muted);font-weight:750;font-size:13px}.segmented button[aria-selected=true]{background:var(--surface);color:var(--ink);box-shadow:0 2px 8px #18352d14}.segmented span{margin-left:6px;font-size:11px;opacity:.6}.card{background:var(--surface);border:1px solid rgba(24,53,45,.07);border-radius:var(--r-md);box-shadow:0 8px 24px #18352d0e}.kids-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.kid-card{overflow:hidden;transition:.18s}.kid-card:hover{transform:translateY(-1px);box-shadow:var(--shadow)}.kid-card.sleeping{background:#f4f6fc;border-color:#dbe2ef}.kid-card.attention{box-shadow:inset 4px 0 0 var(--warning),0 8px 24px #18352d0e}.kid-card.absent{opacity:.68}.kid-main{width:100%;border:0;background:transparent;text-align:left;display:flex;align-items:center;gap:12px;padding:14px}.kid-avatar{width:48px;height:48px;border-radius:50%;background:#759e85;color:#fff;display:grid;place-items:center;font-weight:850;position:relative}.kid-avatar svg{position:absolute;right:-3px;bottom:-3px;background:#e9eefb;color:var(--info);border-radius:50%;padding:3px}.kid-identity{min-width:0;flex:1}.kid-identity strong,.kid-identity small{display:block}.kid-identity strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kid-identity small{color:var(--muted);margin-top:3px}.badge{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;background:#edf0eb;color:var(--muted);font-size:11px;font-weight:800}.badge.success{background:#e4f2eb;color:var(--success)}.badge.warning{background:#f8eddc;color:#995d18}.badge.danger{background:#fae5e5;color:var(--danger)}.badge.info{background:#e8edf7;color:var(--info)}.badge.accent{background:#f1e9f5;color:var(--accent)}.kid-status{display:grid;grid-template-columns:1fr 1fr;padding:0 14px 14px;gap:10px}.kid-status>div{background:#18352d09;border-radius:12px;padding:9px}.kid-status span,.kid-status strong{display:block}.kid-status span{font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);font-weight:750}.kid-status strong{font-size:13px;margin-top:2px}.warn-text{color:var(--warning)}.sleep-state{grid-column:1/-1;display:flex;align-items:center;gap:9px;color:var(--info)}.kid-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line)}.kid-actions button{border:0;background:transparent;min-height:66px;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:var(--muted);font-size:11px;font-weight:750}.kid-actions button{border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.kid-actions button:nth-child(3n){border-right:0}.kid-actions button:nth-last-child(-n+3){border-bottom:0}.kid-actions button:hover{background:#18352d09;color:var(--ink)}.kid-actions svg{width:20px}.btn{border:0;border-radius:13px;min-height:44px;padding:10px 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800}.btn.primary{background:var(--forest);color:#fff}.btn.secondary{background:var(--sage);color:var(--ink)}.btn.ghost{background:transparent;color:var(--muted)}.btn.soft{background:#eef5ef;color:var(--forest)}.btn.danger{background:var(--danger);color:#fff}.btn:disabled{opacity:.5;cursor:not-allowed}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.state{min-height:260px;display:grid;place-items:center;align-content:center;gap:10px;color:var(--muted);text-align:center}.state-icon{font-size:36px}.inline-toast{display:flex;align-items:center;gap:8px;padding:11px 13px;border-radius:13px;margin-bottom:14px;background:#e5f3ec;color:var(--success);font-size:13px;font-weight:750}.inline-toast.error{background:#fae5e5;color:var(--danger)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f1f1a6b;z-index:100;display:grid;place-items:center;padding:20px}.modal{width:min(560px,100%);max-height:90vh;background:var(--surface);border-radius:24px;box-shadow:0 30px 90px #0a191447;display:flex;flex-direction:column;overflow:hidden}.modal-head,.modal-foot{display:flex;align-items:center;gap:10px;padding:17px 20px;border-bottom:1px solid var(--line)}.modal-head h2{margin:0;font-size:20px;flex:1}.modal-body{padding:20px;overflow:auto}.modal-foot{border-top:1px solid var(--line);border-bottom:0;justify-content:flex-end}.field{display:grid;gap:6px;margin-bottom:14px}.field>span{font-size:12px;color:var(--muted);font-weight:800}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);background:#fff;border-radius:12px;padding:11px 12px;outline:0;color:var(--ink)}.field input:focus,.field select:focus,.field textarea:focus{border-color:#7aa18d;box-shadow:0 0 0 3px #7aa18d1f}.quantity-stepper{display:flex;align-items:center;justify-content:center;gap:20px;background:var(--mint);border-radius:16px;padding:12px}.quantity-stepper button{width:48px;height:48px;border-radius:12px;border:0;background:#fff;font-size:24px}.quantity-stepper strong{font-size:28px}.quantity-stepper small{font-size:12px;color:var(--muted)}.login-page{min-height:100%;display:grid;grid-template-columns:1.1fr .9fr;background:var(--forest)}.login-art{padding:56px;color:#f1f7f1;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.login-brand{display:flex;align-items:center;gap:10px;font-weight:800}.brand-icon.large{width:50px;height:50px}.login-copy{max-width:620px;position:relative;z-index:1}.login-copy h1{font-size:54px;line-height:1.02;letter-spacing:-.04em;margin:12px 0}.login-copy>p:last-child{color:#f1f7f1ad;font-size:17px;line-height:1.6}.security-note{display:flex;gap:10px;align-items:center;color:#f1f7f1b3;font-size:13px}.garden-orb{position:absolute;border-radius:50%;background:#d8ebcf14}.garden-orb.one{width:420px;height:420px;right:-120px;top:-100px}.garden-orb.two{width:260px;height:260px;left:-90px;bottom:60px}.login-panel{background:var(--cream);display:grid;place-items:center;padding:28px}.auth-card{width:min(430px,100%);background:var(--surface);border-radius:28px;padding:32px;box-shadow:var(--shadow)}.auth-card h2{font-size:30px;margin:4px 0 6px}.auth-card>p,.auth-card>div>p:last-child{color:var(--muted)}.auth-card .btn{width:100%}.auth-icon{width:48px;height:48px;border-radius:16px;background:var(--sage);display:grid;place-items:center}.form-error{color:var(--danger);font-size:13px;font-weight:700}.secret-code{display:block;background:#eef1e9;padding:12px;border-radius:12px;word-break:break-all;margin:12px 0}.detail-layout,.two-column{display:grid;grid-template-columns:320px 1fr;gap:18px}.profile-card{padding:22px;text-align:center}.profile-avatar{width:90px;height:90px;border-radius:50%;background:var(--sage);display:grid;place-items:center;margin:0 auto 12px;font-size:28px;font-weight:850}.profile-meta{display:grid;gap:8px;margin-top:16px;text-align:left}.profile-meta span{display:flex;justify-content:space-between;color:var(--muted)}.timeline-section{min-width:0}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.timeline{display:grid;gap:8px}.timeline-row{display:grid;grid-template-columns:60px 26px 1fr;gap:9px;align-items:start}.timeline-time{font-size:12px;color:var(--muted);padding-top:13px}.timeline-dot{width:26px;height:26px;border-radius:50%;background:var(--sage);display:grid;place-items:center;margin-top:8px}.timeline-dot svg{width:14px}.timeline-row .card{padding:12px 14px}.resource-list,.transmission-list,.operation-grid{display:grid;gap:10px}.resource-row,.operation-card{display:flex;align-items:center;gap:12px;padding:13px}.resource-row>div:nth-child(2),.operation-card>div:nth-child(2){flex:1;min-width:0}.resource-row strong,.resource-row small,.operation-card strong,.operation-card small{display:block}.resource-row small,.operation-card small{color:var(--muted);margin-top:2px}.row-icon,.operation-icon{width:40px;height:40px;border-radius:12px;background:var(--mint);display:grid;place-items:center}.transmission-card{padding:16px}.transmission-head{display:flex;justify-content:space-between;gap:12px}.transmission-card textarea{width:100%;margin:12px 0;border:1px solid var(--line);border-radius:12px;padding:12px}.transmission-actions{display:flex;justify-content:flex-end}.parent-shell{min-height:100%;background:var(--cream)}.parent-top{height:72px;background:var(--surface);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 24px}.shell-user{display:flex;align-items:center;gap:8px}.parent-main{padding:24px}@media(min-width:1280px){.app-shell{grid-template-columns:228px 1fr}.rail{padding:18px 12px}.rail .brand>div:last-child{display:block}.nav-item{min-height:46px;flex-direction:row;justify-content:flex-start;padding:10px 12px;font-size:13px}.rail-user{grid-template-columns:36px 1fr 40px;text-align:left}.rail-user>div:nth-child(2){display:block}.rail-user strong,.rail-user small{display:block}.rail-user small{opacity:.6;font-size:10px}}@media(max-width:900px){.app-shell{grid-template-columns:88px 1fr}.page{padding:18px}.kids-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.toolbar{align-items:stretch;flex-direction:column}.search-field{min-width:0}.detail-layout,.two-column,.login-page{grid-template-columns:1fr}.login-art{display:none}}@media(max-width:620px){.app-shell{display:flex;flex-direction:column}.rail{order:2;height:76px;flex-direction:row;padding:6px;overflow-x:auto}.rail .brand,.rail-user{display:none}.rail nav{flex:1;flex-direction:row}.nav-item{min-width:72px;min-height:60px;padding:6px}.workspace{order:1;flex:1}.topbar{height:58px;padding:0 12px}.page{padding:14px}.page-header{align-items:flex-start;flex-direction:column}.page-header h1{font-size:26px}.kids-grid{grid-template-columns:1fr}.login-panel{padding:14px}.auth-card{padding:22px}.structure-switch span{display:none}}.message-layout{display:grid;grid-template-columns:280px minmax(0,1fr) 280px;gap:14px;min-height:620px}.conversation-list,.announcement-list{display:flex;flex-direction:column;gap:8px}.conversation-item{border:1px solid var(--line);background:var(--surface);border-radius:14px;padding:10px;display:flex;gap:10px;text-align:left;align-items:center}.conversation-item.active{border-color:#8fb3a0;background:var(--mint)}.conversation-avatar{width:38px;height:38px;border-radius:12px;background:var(--sage);display:grid;place-items:center}.conversation-item>div:last-child{min-width:0}.conversation-item strong,.conversation-item small{display:block}.conversation-item small{color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:190px;margin-top:3px}.conversation-panel{display:flex;flex-direction:column;min-height:620px;overflow:hidden}.message-thread{padding:18px;display:flex;flex-direction:column;gap:10px;flex:1;overflow:auto;max-height:520px}.message-bubble{max-width:78%;background:#eef2ec;border-radius:16px 16px 16px 4px;padding:11px 13px}.message-bubble.mine{align-self:flex-end;background:#deeee5;border-radius:16px 16px 4px}.message-bubble>div{display:flex;align-items:center;gap:6px}.message-bubble p{margin:6px 0;white-space:pre-wrap;line-height:1.45}.message-bubble small{color:var(--muted)}.composer{border-top:1px solid var(--line);padding:12px}.composer textarea{width:100%;resize:vertical;border:1px solid var(--line);border-radius:13px;padding:11px}.composer>div{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.announcement-card{padding:12px}.announcement-card p{color:var(--muted);line-height:1.45}.parent-nav{display:flex;gap:6px}.parent-nav a{padding:8px 12px;border-radius:10px;font-weight:750;font-size:13px}.parent-nav a.active,.parent-nav a:hover{background:var(--mint)}@media(max-width:1100px){.message-layout{grid-template-columns:240px 1fr}.announcement-list{display:none}}@media(max-width:720px){.message-layout{grid-template-columns:1fr}.conversation-list{max-height:220px;overflow:auto}.conversation-panel{min-height:520px}.parent-nav{display:none}}.auth-link-button{border:0;background:transparent;color:var(--success);font-weight:750;padding:4px 0 12px;text-align:left}.auth-link{display:block;text-align:center;margin-top:12px;color:var(--success);font-weight:750}.recovery-code-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:18px 0}.recovery-code-grid code{background:var(--mint);padding:10px;border-radius:10px;text-align:center;font-weight:800}.auth-action-page .login-copy h1{font-size:44px}.parent-proof-upload{position:relative;overflow:hidden;cursor:pointer}.parent-proof-upload input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.parent-content{margin-top:16px}.parent-child-card{padding:16px}.parent-child-card .section-heading small{display:block;color:var(--muted);margin-top:3px}.parent-day-stats{display:flex;gap:8px;margin:14px 0}.parent-day-stats span{flex:1;background:var(--mint);border-radius:12px;padding:10px;display:grid;gap:3px;font-size:11px;color:var(--muted)}.parent-day-stats svg{width:18px}.parent-day-stats b{font-size:20px;color:var(--ink)}.parent-event{display:flex;justify-content:space-between;padding:7px 0;border-top:1px solid var(--line);font-size:12px}.parent-event span{color:var(--muted)}.management-list,.admin-list{margin-top:16px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.check-grid label,.toggle-row{display:flex;align-items:center;gap:8px;background:var(--mint);padding:9px;border-radius:10px}.compact-list{margin:12px 0}.modal hr{border:0;border-top:1px solid var(--line);margin:18px 0}@media(max-width:620px){.form-grid,.check-grid{grid-template-columns:1fr}}.toolbar-wrap{flex-wrap:wrap}.toolbar-actions{display:flex;gap:var(--space-2);flex-wrap:wrap}.resource-main-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:inherit;text-align:left;display:grid;gap:.2rem;min-width:0;flex:1;cursor:pointer;padding:var(--space-2);border-radius:var(--radius-md)}.resource-main-button:focus-visible{outline:2px solid currentColor;outline-offset:2px}.admission-row{align-items:center;gap:var(--space-3)}.choice-fieldset{border:0;padding:0;margin:var(--space-4) 0}.choice-fieldset legend{font-weight:700;margin-bottom:var(--space-2)}.chip-grid{display:flex;flex-wrap:wrap;gap:var(--space-2)}.check-chip{min-height:44px;display:inline-flex;align-items:center;gap:var(--space-2);padding:0 var(--space-3);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3);margin-bottom:var(--space-4)}.detail-grid>div{display:grid;gap:.2rem}.compact-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.inline-form{display:flex;gap:var(--space-2);align-items:end}.inline-form>input{flex:1;min-width:0}.stack{display:grid;gap:var(--space-3);margin-top:var(--space-5)}.stack-lg{display:grid;gap:var(--space-4)}@media(max-width:760px){.admission-row{align-items:stretch;flex-wrap:wrap}.resource-main-button{flex-basis:calc(100% - 3.5rem)}.detail-grid{grid-template-columns:1fr}.inline-form{flex-direction:column;align-items:stretch}.toolbar-actions,.toolbar-actions>button{width:100%}.compact-row{align-items:stretch;flex-direction:column}}.dashboard-filters{display:flex;gap:10px;align-items:end;flex-wrap:wrap}.dashboard-filters .field{margin-bottom:0;min-width:150px}.dashboard-updated{color:var(--muted);font-size:12px;margin:-8px 0 16px}.metric-grid,.network-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.network-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.metric,.network-card{padding:16px}.metric{display:flex;gap:12px;align-items:flex-start}.metric-icon{width:42px;height:42px;border-radius:13px;background:var(--mint);display:grid;place-items:center;flex:0 0 auto}.metric>div:last-child{min-width:0}.metric strong,.metric span,.metric small{display:block}.metric strong{font-size:22px}.metric span{font-weight:800;margin-top:2px}.metric small{color:var(--muted);margin-top:4px}.metric-definition,.dashboard-drilldown{display:inline-flex;gap:5px;align-items:center;color:var(--success);font-size:12px;font-weight:800;margin-top:8px}.network-numbers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px}.network-numbers span{background:var(--mint);border-radius:12px;padding:10px;color:var(--muted);font-size:12px}.network-numbers b{display:block;color:var(--ink);font-size:18px}.dashboard-chart{padding:16px;display:grid;gap:12px}.chart-row{display:grid;grid-template-columns:74px minmax(120px,1fr) 180px;align-items:center;gap:10px}.chart-row small{color:var(--muted);text-align:right}.chart-bars{display:grid;gap:4px}.chart-bars span{display:block;min-height:8px;border-radius:999px;background:var(--info)}.chart-bars span.success{background:var(--success)}.hourly-chart{min-height:220px;padding:16px;display:flex;gap:6px;align-items:end;overflow-x:auto}.hourly-column{min-width:36px;height:170px;flex:1 0 36px;display:grid;grid-template-rows:1fr auto auto;gap:4px;text-align:center;align-items:end}.hourly-column>span{width:100%;min-height:4px;background:var(--success);border-radius:7px 7px 3px 3px}.hourly-column b{font-size:11px}.hourly-column small{color:var(--muted);font-size:10px}.dashboard-section-actions{display:flex;align-items:center;gap:10px}@media(max-width:1050px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.network-grid{grid-template-columns:1fr}}@media(max-width:620px){.dashboard-filters,.dashboard-filters .field{width:100%}.dashboard-filters .field{min-width:0}.metric-grid,.network-grid{grid-template-columns:1fr}.chart-row{grid-template-columns:60px 1fr}.chart-row small{grid-column:1 / -1;text-align:left}.network-card .section-heading{align-items:stretch;flex-direction:column}}.network-comparison{padding:14px;display:grid;gap:8px}.comparison-row{display:grid;grid-template-columns:minmax(140px,1fr) 90px 140px;gap:12px;align-items:center;padding:8px 0;border-bottom:1px solid var(--line)}.comparison-row:last-child{border-bottom:0}.comparison-row span{color:var(--muted)}.comparison-row b{text-align:right}@media(max-width:620px){.comparison-row{grid-template-columns:1fr auto}.comparison-row b{grid-column:1 / -1;text-align:left}}.dashboard-header-actions{display:grid;gap:10px}.dashboard-export-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.dashboard-export-actions .btn{min-height:38px;padding:7px 11px}@media(max-width:620px){.dashboard-export-actions,.dashboard-export-actions .btn{width:100%}}.planning-hourly-card{margin:16px 0;padding:16px}.planning-hourly-strip{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.planning-hourly-slot{min-width:76px;display:grid;gap:4px;padding:10px;border:1px solid var(--border);border-radius:10px}.planning-hourly-slot span{color:var(--muted);font-size:12px}.pagination-controls{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);margin-top:var(--space-4);color:var(--muted)}.pagination-controls>div{display:flex;align-items:center;gap:var(--space-2)}@media(max-width:620px){.pagination-controls{align-items:stretch;flex-direction:column}.pagination-controls>div{justify-content:space-between}}.planning-week{margin:16px 0}.planning-week-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.planning-week-heading>div{display:grid;gap:4px}.planning-week-heading small{color:var(--muted)}.planning-week-grid{display:grid;grid-template-columns:repeat(7,minmax(120px,1fr));gap:8px;overflow-x:auto;padding-bottom:4px}.planning-day-card{min-width:120px;padding:0;overflow:hidden}.planning-day-open{width:100%;display:grid;gap:6px;padding:14px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.planning-day-open:hover,.planning-day-open:focus-visible{background:var(--mint)}.planning-day-open span{color:var(--muted);font-size:13px}.planning-day-card .btn{width:calc(100% - 16px);margin:0 8px 8px}@media(max-width:820px){.planning-week-grid{grid-template-columns:repeat(7,minmax(150px,1fr))}}.planning-individual-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.planning-individual-heading>div{display:grid;gap:4px}.planning-individual-heading small{color:var(--muted)}.planning-individual-list{display:grid;gap:8px}.planning-individual-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:12px}.planning-individual-row>div:first-child{display:grid;gap:3px}.planning-individual-row small{color:var(--muted)}@media(max-width:620px){.planning-individual-heading,.planning-individual-row{align-items:stretch}.planning-individual-heading{flex-direction:column}.planning-individual-row{grid-template-columns:1fr}}.annual-revenue-chart{padding:18px;overflow-x:auto}.annual-revenue-columns{min-width:760px;display:grid;grid-template-columns:repeat(12,minmax(48px,1fr));gap:10px;align-items:end}.annual-revenue-month{display:grid;gap:6px;text-align:center;min-width:48px}.annual-revenue-bars{height:260px;display:grid;grid-template-rows:120px 2px 120px}.annual-revenue-positive,.annual-revenue-negative{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-self:stretch}.annual-revenue-negative{flex-direction:column}.annual-revenue-zero{background:var(--ink);opacity:.3}.annual-revenue-month .annual-source{display:block;min-height:2px}.annual-revenue-month small{color:var(--muted);font-size:11px}.annual-revenue-month small.negative{color:var(--danger)}.annual-revenue-legend{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:16px;font-size:12px;color:var(--muted)}.annual-revenue-legend span{display:inline-flex;align-items:center;gap:6px}.annual-revenue-legend i{width:10px;height:10px;border-radius:3px}.annual-source.source-0{background:var(--success)}.annual-source.source-1{background:var(--info)}.annual-source.source-2{background:var(--warning)}.annual-source.source-3{background:var(--danger)}.annual-source.source-4{background:var(--accent)}.annual-source.source-5{background:var(--forest-2)}.annual-source.source-6{background:#5c8f8a}.annual-source.source-7{background:#7d6b91}.profile-component-drag-wrapper[draggable=true]{cursor:grab}.profile-component-drag-wrapper.dragging{opacity:.55}.profile-screen-builder,.profile-builder-overview,.profile-builder-screen-card{display:grid;gap:var(--space-4)}.profile-builder-overview .field{max-width:520px}.profile-primary-toggle,.profile-secondary-toggle,.profile-inline-toggle{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4)}.profile-primary-toggle{padding:var(--space-4);border:1px solid var(--line);border-radius:var(--r-md);background:var(--mint)}.profile-primary-toggle>span,.profile-secondary-toggle>span{display:grid;gap:3px}.profile-primary-toggle small,.profile-secondary-toggle small,.profile-component-heading small,.profile-builder-empty-state small{color:var(--muted)}.profile-primary-toggle input,.profile-secondary-toggle input,.profile-inline-toggle input{width:22px;height:22px;flex:0 0 auto;accent-color:var(--forest)}.profile-permission-stack{display:grid;gap:var(--space-3)}.profile-secondary-toggle{padding:var(--space-3) var(--space-4);border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface)}.profile-secondary-toggle.compact{grid-column:1 / -1;padding:var(--space-3)}.profile-advanced-disclosure{border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface)}.profile-advanced-disclosure summary,.profile-builder-reset summary{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);cursor:pointer;font-weight:700}.profile-advanced-disclosure[open] summary{border-bottom:1px solid var(--line)}.profile-advanced-disclosure>:not(summary){margin:var(--space-3) var(--space-4)}.profile-advanced-disclosure.compact{grid-column:1 / -1}.profile-action-grid,.profile-config-options{display:flex;flex-wrap:wrap;gap:var(--space-3)}.profile-builder-blocks{display:grid;gap:var(--space-3)}.profile-component-drag-wrapper{border-radius:var(--r-md);transition:opacity .12s ease,transform .12s ease}.profile-component-drag-wrapper.dragging{opacity:.55;transform:scale(.99)}.profile-component-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:var(--space-3)}.profile-component-row.is-hidden{background:var(--cream)}.profile-component-heading{display:flex;align-items:center;gap:var(--space-2);min-width:0}.profile-component-heading>div{display:grid;gap:3px;min-width:0}.profile-drag-handle{display:grid;place-items:center;color:var(--muted)}.profile-inline-toggle{white-space:nowrap;font-weight:700}.profile-component-order-actions{display:flex;align-items:center;gap:2px}.profile-builder-empty-state{display:grid;gap:var(--space-1);text-align:center;padding-block:var(--space-6)}.profile-builder-reset{padding:var(--space-2) 0;color:var(--muted)}.profile-builder-reset p,.profile-builder-reset .btn{margin-left:var(--space-4)}@media(max-width:720px){.profile-component-row{grid-template-columns:minmax(0,1fr) auto}.profile-component-order-actions{grid-column:1 / -1;justify-content:flex-end}.profile-primary-toggle,.profile-secondary-toggle{align-items:flex-start}}.profile-wizard-modal{width:min(1120px,100%)}.profile-wizard-modal .modal-body{padding:0}.profile-wizard-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--space-2);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--line);background:var(--cream)}.profile-wizard-steps>div{display:flex;align-items:center;gap:var(--space-2);color:var(--muted);min-width:0}.profile-wizard-steps>div>span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;border:1px solid var(--line);background:var(--surface);font-size:12px;font-weight:800}.profile-wizard-steps>div.active,.profile-wizard-steps>div.done{color:var(--forest)}.profile-wizard-steps>div.active>span,.profile-wizard-steps>div.done>span{background:var(--forest);border-color:var(--forest);color:#fff}.profile-wizard-steps small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:750}.profile-wizard-stage{display:grid;gap:var(--space-5);padding:var(--space-5);min-height:520px}.profile-wizard-stage>header{max-width:720px}.profile-wizard-stage h3{margin:0;font-size:25px;letter-spacing:-.02em}.profile-wizard-stage>header>p:last-child{color:var(--muted);margin:var(--space-2) 0 0;line-height:1.5}.profile-wizard-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3);align-content:start}.profile-wizard-profile-grid>button{min-height:138px;border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface);color:var(--ink);padding:var(--space-4);text-align:left;display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;column-gap:var(--space-3);row-gap:var(--space-1);align-items:center}.profile-wizard-profile-grid>button:hover,.profile-wizard-profile-grid>button.selected{border-color:#7aa18d;box-shadow:0 0 0 3px #7aa18d1f}.profile-wizard-profile-icon{width:42px;height:42px;border-radius:14px;background:var(--mint);display:grid;place-items:center;grid-row:1 / 3}.profile-wizard-profile-grid strong{font-size:16px}.profile-wizard-profile-grid small{color:var(--muted)}.profile-wizard-screen-groups{display:grid;gap:var(--space-5)}.profile-wizard-group-title{display:block;margin-bottom:var(--space-2);color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.1em}.profile-wizard-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-2)}.profile-wizard-choice-grid>label{border:1px solid var(--line);border-radius:var(--r-sm);padding:var(--space-3);display:grid;gap:var(--space-2);background:var(--surface);cursor:pointer}.profile-wizard-choice-grid>label.selected{background:var(--mint);border-color:#91ae9e}.profile-wizard-choice-grid>label.protected{cursor:default;border-style:dashed}.profile-wizard-choice-grid>label.protected>small{color:var(--forest)}.profile-wizard-choice-grid input{position:absolute;opacity:0;pointer-events:none}.profile-wizard-choice-grid label>span{display:flex;align-items:center;gap:var(--space-2)}.profile-wizard-choice-grid label>small{color:var(--muted);padding-left:26px}.profile-wizard-choice-grid label.selected>small{color:var(--success);font-weight:750}.profile-wizard-hint{border-radius:var(--r-sm);background:var(--mint);padding:var(--space-3);color:var(--muted);font-size:13px;margin:0}.profile-wizard-block-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:var(--space-4);min-height:330px}.profile-wizard-block-layout nav{display:grid;align-content:start;gap:var(--space-1);padding-right:var(--space-3);border-right:1px solid var(--line)}.profile-wizard-block-layout nav button{border:0;border-radius:var(--r-sm);background:transparent;color:var(--ink);padding:var(--space-3);text-align:left;display:grid;gap:2px}.profile-wizard-block-layout nav button.active{background:var(--mint)}.profile-wizard-block-layout nav small,.profile-wizard-block-choices small,.profile-wizard-right-row small{color:var(--muted)}.profile-wizard-block-choices{display:grid;gap:var(--space-2);align-content:start}.profile-wizard-block-choices>label{border:1px solid var(--line);border-radius:var(--r-sm);padding:var(--space-3) var(--space-4);display:flex;align-items:center;gap:var(--space-3);cursor:pointer;background:var(--surface)}.profile-wizard-block-choices>label.selected{background:var(--mint);border-color:#91ae9e}.profile-wizard-block-choices input{width:20px;height:20px;accent-color:var(--forest)}.profile-wizard-block-choices label>span{display:grid;gap:2px}.profile-wizard-rights-list{display:grid;gap:var(--space-2)}.profile-wizard-right-row{padding:var(--space-3) var(--space-4);display:flex;align-items:center;justify-content:space-between;gap:var(--space-4)}.profile-wizard-right-row>div:first-child{display:grid;gap:2px}.profile-wizard-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-2)}.profile-wizard-summary>div{border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface);padding:var(--space-3) var(--space-4);display:grid;gap:2px}.profile-wizard-summary strong{font-size:24px}.profile-wizard-summary small{color:var(--muted)}.profile-wizard-preview{min-height:300px;display:grid;grid-template-columns:210px minmax(0,1fr);border:1px solid var(--line);border-radius:var(--r-md);overflow:hidden;background:var(--cream)}.profile-wizard-preview aside{background:var(--forest);color:#fff;padding:var(--space-4) var(--space-3);display:grid;align-content:start;gap:var(--space-1)}.profile-wizard-preview-brand{display:flex;gap:var(--space-2);align-items:center;font-weight:850;margin-bottom:var(--space-3);padding:0 var(--space-2)}.profile-wizard-preview aside button{border:0;border-radius:10px;background:transparent;color:#ffffffb8;padding:9px 10px;text-align:left;font-size:12px}.profile-wizard-preview aside button.active{background:#ffffff1f;color:#fff}.profile-wizard-preview main{padding:var(--space-4);min-width:0}.profile-wizard-preview-head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);margin-bottom:var(--space-4)}.profile-wizard-preview-head>div{display:grid;gap:3px}.profile-wizard-preview-head small{color:var(--muted)}.profile-wizard-preview-head strong{font-size:20px}.profile-wizard-preview-blocks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-2)}.profile-wizard-preview-blocks>div{min-height:82px;border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface);padding:var(--space-3);display:flex;gap:var(--space-2);align-items:flex-start}.profile-wizard-preview-blocks span{width:24px;height:24px;border-radius:8px;display:grid;place-items:center;background:var(--sage);font-size:11px;font-weight:850}.profile-wizard-review{border-top:1px solid var(--line);padding-top:var(--space-3)}.profile-wizard-review summary,.profile-admin-advanced summary{cursor:pointer;font-weight:800}.profile-wizard-review li,.profile-wizard-review p,.profile-admin-advanced>p{color:var(--muted);font-size:13px}.profile-wizard-footer{width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.profile-wizard-footer-main,.profile-admin-row-actions{display:flex;align-items:center;gap:var(--space-2)}.profile-admin-advanced{margin-top:var(--space-4);border-top:1px solid var(--line);padding-top:var(--space-4)}.profile-admin-advanced summary{display:flex;align-items:center;gap:var(--space-2)}@media(max-width:800px){.profile-wizard-stage{padding:var(--space-4)}.profile-wizard-steps{padding:var(--space-3)}.profile-wizard-steps small{display:none}.profile-wizard-profile-grid,.profile-wizard-choice-grid,.profile-wizard-summary{grid-template-columns:1fr 1fr}.profile-wizard-block-layout,.profile-wizard-preview{grid-template-columns:1fr}.profile-wizard-block-layout nav{display:flex;overflow-x:auto;border-right:0;border-bottom:1px solid var(--line);padding:0 0 var(--space-3)}.profile-wizard-block-layout nav button{min-width:170px}.profile-wizard-preview aside{display:flex;overflow-x:auto}.profile-wizard-preview-brand{display:none}.profile-wizard-preview aside button{white-space:nowrap}}@media(max-width:560px){.profile-wizard-profile-grid,.profile-wizard-choice-grid,.profile-wizard-summary,.profile-wizard-preview-blocks{grid-template-columns:1fr}.profile-wizard-right-row,.profile-wizard-footer,.profile-admin-row-actions{align-items:stretch;flex-direction:column}.profile-wizard-footer-main{width:100%}.profile-wizard-footer-main .btn{flex:1}}.profile-wizard-stage-body{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:var(--space-4);align-items:start}.profile-wizard-live-preview{position:sticky;top:0;border:1px solid var(--line);border-radius:var(--r-md);background:var(--cream);overflow:hidden;min-height:280px}.profile-wizard-live-preview-head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);padding:var(--space-3);border-bottom:1px solid var(--line);background:var(--surface)}.profile-wizard-live-preview-head>span{display:flex;align-items:center;gap:var(--space-2);font-weight:850;font-size:13px}.profile-wizard-live-nav{display:flex;gap:4px;padding:var(--space-2);overflow-x:auto;border-bottom:1px solid var(--line)}.profile-wizard-live-nav button{border:0;border-radius:999px;background:transparent;color:var(--muted);padding:6px 9px;white-space:nowrap;font-size:11px;font-weight:750}.profile-wizard-live-nav button.active{background:var(--forest);color:#fff}.profile-wizard-live-screen{padding:var(--space-3);display:grid;gap:var(--space-2)}.profile-wizard-live-screen>small{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:800}.profile-wizard-live-screen>div{display:grid;gap:var(--space-2);margin-top:var(--space-1)}.profile-wizard-live-screen>div>span{border:1px solid var(--line);border-radius:10px;background:var(--surface);padding:9px 10px;font-size:12px;font-weight:700}.profile-wizard-live-screen em,.profile-wizard-live-preview>p{color:var(--muted);font-size:12px;font-style:normal}.profile-wizard-live-preview>p{padding:var(--space-4)}@media(max-width:960px){.profile-wizard-stage-body{grid-template-columns:1fr}.profile-wizard-live-preview{position:static;min-height:0}}.template-card{padding:16px;display:grid;gap:14px}.template-card .section-heading{margin-bottom:0}.template-mapping-summary{color:var(--muted);font-weight:700}.template-mapping-modal,.template-batch-modal{width:min(760px,100%)}.template-mapping-list{display:grid;gap:10px;margin:16px 0}.template-mapping-row{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(240px,1.2fr);gap:14px;align-items:start;padding:12px;border:1px solid var(--line);border-radius:14px;background:var(--mint)}.template-mapping-row code{display:block;overflow-wrap:anywhere;margin-bottom:8px}.template-mapping-row .field{margin-bottom:0}.compact-checkbox{background:transparent;padding:0}.template-batch-actions{margin-bottom:12px}.template-family-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:280px;overflow:auto;margin-bottom:16px}.template-format-options{display:flex;gap:8px;flex-wrap:wrap}.template-batch-report{display:grid;gap:8px;margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.template-report-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.template-report-row small{grid-column:1 / -1;color:var(--muted);overflow-wrap:anywhere}@media(max-width:620px){.template-mapping-row,.template-family-list{grid-template-columns:1fr}.template-card .inline-actions,.template-batch-actions,.template-format-options{align-items:stretch;flex-direction:column}.template-card .inline-actions .btn,.template-batch-actions .btn{width:100%}}@media(max-width:620px){.compliance-section-heading{align-items:stretch;flex-direction:column}.compliance-section-heading>.row{justify-content:space-between;width:100%}.compliance-section-heading .btn{flex:1;white-space:nowrap}}:root{--border: var(--line);--radius-sm: var(--r-sm);--radius-md: var(--r-md);--radius-lg: var(--r-lg)}html,body,#root{min-height:100%}.app-shell{min-height:100dvh;height:100dvh;grid-template-columns:240px minmax(0,1fr)}.rail{padding:18px 12px}.rail .brand>div:last-child,.rail-user>div:nth-child(2){display:block}.desktop-navigation{display:flex;flex-direction:column;gap:14px}.nav-group{display:grid;gap:4px}.nav-group-label{padding:0 12px;color:#eff8f180;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.nav-item{min-height:46px;flex-direction:row;justify-content:flex-start;padding:10px 12px;font-size:13px}.rail-user{grid-template-columns:36px minmax(0,1fr) 44px;place-items:center stretch;text-align:left}.rail-user strong,.rail-user small{display:block}.rail-user small{opacity:.68;font-size:12px}.icon-button{width:44px;height:44px}.nav-item:focus-visible,.mobile-nav-item:focus-visible,.mobile-more-link:focus-visible,.parent-mobile-nav a:focus-visible,.parent-mobile-nav button:focus-visible,.icon-button:focus-visible,.btn:focus-visible,.auth-link-button:focus-visible,.auth-link:focus-visible{outline:3px solid rgba(122,161,141,.72);outline-offset:2px}.workspace{min-height:0}.page{width:100%;max-width:1504px;margin:0 auto;padding:32px}.structure-switch{min-width:0;max-width:min(520px,100%)}.structure-switch select{min-width:0;max-width:340px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sync-pill.connected{display:none}input[type=date],input[type=month],input[type=datetime-local]{min-width:0;max-width:100%}.login-page,.parent-shell{min-height:100dvh}.kid-card.absent{opacity:1;background:#f7f7f1;border-color:#d8dfd7}.mobile-navigation,.parent-mobile-nav{display:none}.mobile-navigation-sheet{width:min(520px,100%)}.mobile-more-list{display:grid;gap:6px}.mobile-more-link{min-height:52px;display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:14px;font-weight:750}.mobile-more-link:hover,.mobile-more-link.active{background:var(--mint)}.mobile-more-link svg{width:20px;flex:0 0 auto}.mobile-account-card{display:grid;gap:14px}.mobile-account-identity{display:grid;gap:3px}.mobile-account-identity small{color:var(--muted)}.planning-header-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}.planning-controls{display:grid;grid-template-columns:minmax(190px,auto) minmax(360px,1fr);gap:12px 18px;align-items:end;margin:18px 0}.planning-filter-controls{grid-column:1 / -1;display:grid;grid-template-columns:minmax(200px,1.5fr) repeat(2,minmax(160px,1fr));gap:12px}.planning-date-navigation{display:grid;grid-template-columns:44px minmax(160px,1fr) auto 44px;gap:8px;align-items:center}.planning-date-navigation .btn{min-width:44px;padding-inline:10px}.schedule-list{display:grid;gap:12px}.schedule-row{display:grid;grid-template-columns:44px minmax(170px,1.5fr) minmax(130px,.8fr) minmax(110px,.6fr) auto;align-items:center;gap:14px;padding:16px}.schedule-avatar{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:var(--mint);color:var(--forest)}.schedule-person,.schedule-slot,.schedule-actual{min-width:0;display:grid;gap:4px}.schedule-person small,.schedule-slot span,.schedule-actual span{color:var(--muted);font-size:12px}.schedule-row>.inline-actions{justify-content:flex-end}.planning-hourly-card{padding:16px;margin-bottom:16px}.planning-hourly-heading{display:grid;gap:4px;margin-bottom:12px}.planning-hourly-heading small{color:var(--muted)}.planning-hourly-strip{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(96px,1fr);gap:8px;overflow-x:auto;padding-bottom:3px}.planning-hourly-slot{display:grid;gap:4px;min-width:0;padding:10px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.planning-hourly-slot span{font-size:12px;color:var(--muted)}@media(max-width:1199px){.schedule-row{grid-template-columns:44px minmax(180px,1fr) repeat(2,minmax(110px,auto))}.schedule-row>.inline-actions,.schedule-row>.schedule-slot:last-of-type{grid-column:2 / -1;justify-content:flex-start}}@media(max-width:1023px)and (min-width:640px){.app-shell{grid-template-columns:76px minmax(0,1fr)}.rail{padding:14px 8px}.rail .brand{justify-content:center}.rail .brand>div:last-child,.nav-group-label,.nav-item span,.rail-user>div:nth-child(2){display:none}.desktop-navigation{gap:8px}.nav-group{gap:3px}.nav-item{min-height:50px;padding:8px;justify-content:center}.rail-user{grid-template-columns:1fr;justify-items:center}.page{padding:24px}.planning-controls{grid-template-columns:minmax(180px,.7fr) minmax(320px,1.3fr)}.planning-filter-controls{grid-template-columns:1fr 1fr}.planning-filter-controls .field:first-child{grid-column:1 / -1}}@media(max-width:639px){.app-shell{display:block;min-height:100dvh;height:100dvh;overflow:hidden}.rail{display:none}.workspace{min-height:100dvh;height:100dvh}.topbar{height:60px;min-height:60px;gap:6px;padding:0 12px}.structure-switch{flex:1 1 auto;max-width:calc(100vw - 76px);padding:7px 9px}.topbar:has(.sync-pill) .structure-switch{max-width:calc(100vw - 174px)}.structure-switch span{display:none}.structure-switch select{flex:1 1 auto;width:100%;max-width:none;padding-right:4px}.sync-pill{flex:0 0 auto;padding:6px 8px;gap:5px;font-size:11px;white-space:nowrap}.page{flex:1 1 auto;max-width:none;padding:16px;overflow-x:hidden}.mobile-navigation{flex:0 0 auto;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);align-items:stretch;gap:2px;background:var(--forest);color:#eff8f1;border-top:1px solid rgba(255,255,255,.08);padding:5px 6px calc(5px + env(safe-area-inset-bottom))}.mobile-nav-item{min-width:0;min-height:58px;border:0;background:transparent;color:#eff8f1b3;border-radius:13px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:5px 3px;font-size:12px;font-weight:750}.mobile-nav-item svg{width:21px;height:21px}.mobile-nav-item.active{background:#ffffff1f;color:#fff}.modal-backdrop:has(.mobile-navigation-sheet){align-items:end;padding:0}.mobile-navigation-sheet{width:100%;max-height:min(78dvh,720px);border-radius:24px 24px 0 0;padding-bottom:env(safe-area-inset-bottom)}.parent-shell{height:100dvh;display:flex;flex-direction:column;overflow:hidden}.parent-top{min-height:60px;height:60px;padding:0 12px}.parent-top .brand small,.parent-top .shell-user>span{display:none}.parent-main{flex:1 1 auto;min-height:0;overflow:auto;padding:16px}.parent-nav{display:none}.parent-mobile-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2px;background:var(--surface);border-top:1px solid var(--line);padding:5px 6px calc(5px + env(safe-area-inset-bottom))}.parent-mobile-nav a,.parent-mobile-nav button{min-height:58px;border:0;background:transparent;color:var(--muted);border-radius:13px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:5px 3px;font-size:12px;font-weight:750}.parent-mobile-nav a.active,.parent-mobile-nav button.active{background:var(--mint);color:var(--forest)}.parent-mobile-nav svg{width:21px;height:21px}.planning-header-actions{width:100%;justify-content:stretch}.planning-header-actions>svg{display:none}.planning-header-actions .btn{flex:1 1 auto}.planning-controls{display:grid;grid-template-columns:1fr;gap:12px;margin:14px 0}.planning-filter-controls{grid-column:auto;grid-template-columns:1fr;gap:10px}.planning-filter-controls .field:first-child{grid-column:auto}.planning-date-navigation{grid-template-columns:44px minmax(0,1fr) 44px}.planning-date-navigation .btn:nth-of-type(2){display:none}.planning-date-navigation input[type=date]{width:100%;min-height:44px;text-align:center}.planning-hourly-card{padding:14px}.schedule-row{grid-template-columns:44px minmax(0,1fr);gap:10px 12px;padding:14px}.schedule-slot,.schedule-actual,.schedule-row>.inline-actions,.schedule-row>.schedule-slot:last-of-type{grid-column:2 / -1}.schedule-row>.inline-actions{justify-content:flex-start;gap:6px}.schedule-row>.inline-actions .btn{flex:1 1 auto}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.dashboard-compact-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px}.dashboard-compact-actions .btn{min-width:0}.dashboard-compact-actions .btn>span:not(.dashboard-control-count){max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-control-count{min-width:22px;height:22px;display:inline-grid;place-items:center;padding:0 6px;border-radius:999px;background:var(--forest);color:#fff;font-size:12px;font-weight:800;line-height:1}.dashboard-period-dialog,.dashboard-filter-dialog,.dashboard-export-menu{display:grid;gap:14px}.dashboard-date-range{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dashboard-filter-dialog,.dashboard-export-menu{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-period-dialog .segmented{width:100%}.metric-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}@media(max-width:1023px){.dashboard-compact-actions{justify-content:flex-start}.dashboard-filter-dialog{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:639px){.dashboard-compact-actions{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-compact-actions .btn{width:100%;padding-inline:9px}.dashboard-compact-actions .btn>span:not(.dashboard-control-count){max-width:100%}.dashboard-date-range,.dashboard-filter-dialog,.dashboard-export-menu{grid-template-columns:1fr}.metric-grid{grid-template-columns:repeat(auto-fit,minmax(155px,1fr));gap:12px}.metric-grid>:last-child:nth-child(odd){grid-column:1 / -1}}@media(max-width:720px){.parent-shell .parent-content .resource-row{align-items:flex-start;flex-wrap:wrap}.parent-shell .parent-content .resource-row:has(>.row-icon){display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center}.parent-shell .parent-content .resource-row:has(>.row-icon)>.row-icon{grid-column:1;grid-row:1}.parent-shell .parent-content .resource-row:has(>.row-icon)>div:nth-child(2){grid-column:2;grid-row:1}.parent-shell .parent-content .resource-row:has(>.row-icon)>.badge{grid-column:2;justify-self:start}.parent-shell .parent-content .resource-row:has(>.row-icon)>.btn{grid-column:1 / -1;width:100%}.parent-shell .parent-content .resource-row:not(:has(>.row-icon))>.badge{flex:0 0 auto}}@media(max-width:639px){.parent-main>.segmented{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));width:100%;overflow:visible;border-radius:18px;gap:4px}.parent-main>.segmented button{min-width:0;min-height:44px;padding:8px 6px;white-space:normal;line-height:1.15;justify-content:center}.parent-main>.segmented button:nth-child(-n+3){grid-column:span 2}.parent-main>.segmented button:nth-child(n+4){grid-column:span 3}}:root{--muted: #53675f;--danger: #a63838;--info: #435e8e;--accent: #77568c}.badge,.segmented span,.kid-status span,.kid-actions button,.eyebrow,.nav-group-label{font-size:12px}.segmented span{opacity:.78}.kid-status span{line-height:1.35}.kid-actions button{line-height:1.25}.stack-sm,.stack-lg{min-width:0;display:grid}.stack-sm{gap:8px}.stack-lg{gap:18px}@media(min-width:1440px){.page{max-width:1504px;padding-inline:32px}}.modal{max-height:min(90dvh,760px)}@media(max-width:639px){.modal-backdrop{padding:max(12px,env(safe-area-inset-top)) 12px max(12px,env(safe-area-inset-bottom))}.modal{width:100%;max-height:calc(100dvh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.modal-body{overscroll-behavior:contain}.modal-foot{flex-wrap:wrap}.modal-foot .btn{min-width:0;flex:1 1 140px}.modal .resource-row{min-width:0;align-items:flex-start;flex-wrap:wrap}.modal .resource-row>.row-icon{flex:0 0 40px}.modal .resource-row>.resource-main-button{min-width:0;flex:1 1 180px}.modal .resource-row>.badge{max-width:100%;flex:0 1 auto;white-space:normal;overflow-wrap:anywhere}.modal-backdrop:has(.modal .field input[type=password][inputmode=numeric]){align-items:end;padding:max(12px,env(safe-area-inset-top)) 0 0}.modal:has(.field input[type=password][inputmode=numeric]){max-height:min(82dvh,720px);border-radius:24px 24px 0 0;padding-bottom:env(safe-area-inset-bottom)}.modal-backdrop:has(.mobile-navigation-sheet){align-items:end;padding:0}.mobile-navigation-sheet{max-height:min(78dvh,720px)}}.planning-mobile-filters{grid-column:1 / -1;min-width:0}.planning-mobile-filters>summary{display:none}.planning-mobile-filters:not([open])>.planning-filter-controls,.planning-mobile-filters[open]>.planning-filter-controls{display:grid}@media(max-width:639px){.planning-mobile-filters{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface)}.planning-mobile-filters>summary{min-height:44px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;color:var(--forest);font-weight:800;list-style:none}.planning-mobile-filters>summary::-webkit-details-marker{display:none}.planning-mobile-filters>summary:after{content:"+";width:24px;height:24px;display:grid;place-items:center;border-radius:999px;background:var(--mint);font-size:18px;line-height:1}.planning-mobile-filters[open]>summary:after{content:"−"}.planning-mobile-filters:not([open])>.planning-filter-controls{display:none}.planning-mobile-filters[open]>.planning-filter-controls{display:grid;padding:0 12px 12px}.planning-filter-count{margin-left:auto;min-width:24px;height:24px;padding:0 7px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--accent-soft, #eee7f2);color:var(--accent);font-size:12px;font-weight:850}}.cleaning-section{display:grid;gap:16px;margin-top:18px}.cleaning-toolbar{display:flex;justify-content:flex-end}.cleaning-card{align-items:flex-start}.cleaning-card>div:nth-child(2){min-width:0}.cleaning-card-status{margin-left:auto;display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px}.cleaning-nonconformity-detail{grid-column:2 / -1;color:var(--muted);overflow-wrap:anywhere}.cleaning-export-form{display:grid;gap:12px}.cleaning-export-period{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cleaning-export-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}@media(max-width:639px){.cleaning-toolbar .btn{width:100%}.cleaning-card-status{grid-column:1 / -1;width:100%;margin-left:0;justify-content:stretch}.cleaning-card-status .btn{flex:1 1 100%}.cleaning-nonconformity-detail{grid-column:1 / -1}.cleaning-export-period,.cleaning-export-actions{grid-template-columns:1fr}}.action-center-card{align-items:flex-start;flex-wrap:wrap;gap:12px}.action-center-copy{flex:1 1 220px;min-width:0;display:grid;gap:4px}.action-center-copy small{color:var(--muted);overflow-wrap:anywhere}.action-center-badges,.action-center-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.action-center-badges{min-width:0}.action-center-actions{margin-left:auto}.transmission-head>div:first-child{min-width:0}.transmission-head .badge{flex:0 0 auto;width:auto;min-width:0;height:auto;aspect-ratio:auto;white-space:nowrap}.modal input[type=file]{width:100%;min-height:52px;padding:7px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--ink)}.modal input[type=file]::file-selector-button{min-height:38px;margin-right:10px;padding:7px 12px;border:0;border-radius:10px;background:var(--mint);color:var(--forest);font:inherit;font-weight:750;cursor:pointer}.modal .form-grid>.field:has(>input[value=CONTRAT]){display:none}.modal .field:has(>input[type=file][accept$=".docx"]){position:relative;min-height:84px;padding:16px 56px 16px 16px;border:1px dashed var(--border);border-radius:var(--radius-md);background:var(--surface);cursor:pointer;transition:border-color .14s ease,box-shadow .14s ease,background .14s ease}.modal .field:has(>input[type=file][accept$=".docx"])>span{position:relative;z-index:1;font-weight:800;pointer-events:none}.modal .field:has(>input[type=file][accept$=".docx"]):after{content:"↑";position:absolute;right:16px;top:50%;display:grid;width:34px;height:34px;place-items:center;transform:translateY(-50%);border-radius:10px;background:var(--mint);color:var(--forest);font-size:20px;font-weight:900;pointer-events:none}.modal .field:has(>input[type=file][accept$=".docx"]):hover{border-color:var(--forest);background:var(--surface-raised, var(--surface))}.modal .field:has(>input[type=file][accept$=".docx"]):focus-within{border-color:var(--forest);box-shadow:0 0 0 3px color-mix(in srgb,var(--forest) 18%,transparent)}.modal .field:has(>input[type=file][accept$=".docx"])>input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;width:100%;height:100%;min-height:0;padding:0;border:0;opacity:0;cursor:pointer}@media(max-width:639px){:root{--mobile-navigation-clearance: calc(72px + env(safe-area-inset-bottom)) }.page,.parent-main{padding-bottom:var(--mobile-navigation-clearance);scroll-padding-bottom:var(--mobile-navigation-clearance)}.operation-grid .operation-card{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:start;gap:10px 12px;width:100%;min-width:0}.operation-grid .operation-card>*{min-width:0}.operation-grid .operation-card>.operation-icon{grid-column:1;grid-row:1}.operation-grid .operation-card>div:nth-child(2){grid-column:2;grid-row:1;width:auto;min-width:0}.operation-grid .operation-card>div:nth-child(2) strong,.operation-grid .operation-card>div:nth-child(2) small{display:block;overflow-wrap:break-word;word-break:normal}.operation-grid .operation-card>.cleaning-card-status{grid-column:1 / -1;grid-row:auto;width:100%;margin:0;justify-content:flex-start}.operation-grid .operation-card>.cleaning-card-status .badge{flex:0 0 auto;max-width:100%}.operation-grid .operation-card>.cleaning-card-status .btn{flex:1 1 100%;width:100%}.operation-grid .operation-card>.cleaning-nonconformity-detail,.operation-grid .operation-card>.check-grid{grid-column:1 / -1}.safety-card>div{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:6px 12px;padding-block:6px}.safety-card>div strong{min-width:0;overflow-wrap:break-word}.safety-card>div span{white-space:nowrap}.metric-grid,.finance-grid{grid-template-columns:minmax(0,1fr)!important}.metric-grid>:last-child:nth-child(odd){grid-column:auto}.metric{min-height:0}.metric-metadata{display:none!important}.action-center-card{display:grid;grid-template-columns:48px minmax(0,1fr);gap:10px 12px;width:100%;min-width:0}.action-center-card>.row-icon{grid-column:1;grid-row:1}.action-center-copy{grid-column:2;grid-row:1;width:auto}.action-center-badges,.action-center-actions{grid-column:1 / -1;width:100%;margin-left:0}.action-center-badges .badge{max-width:100%;white-space:normal;overflow-wrap:anywhere}.action-center-actions .btn{flex:1 1 140px}.transmission-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px 12px}.transmission-head h2{overflow-wrap:break-word}.transmission-head .badge{align-self:start;justify-self:end;max-width:132px;white-space:normal;text-align:center}.transmission-card textarea{min-height:76px}.transmission-actions .btn{width:100%}}.notification-inbox-trigger{position:relative;display:inline-flex;flex:0 0 auto}.notification-inbox-badge{position:absolute;top:-5px;right:-5px;min-width:17px;height:17px;padding:0 4px;border:2px solid var(--surface, #fff);border-radius:999px;background:var(--danger, #b42318);color:#fff;font-size:10px;font-weight:800;line-height:13px;text-align:center;pointer-events:none}.notification-inbox-modal{width:min(560px,calc(100vw - 32px))}.notification-inbox-list{display:grid;gap:10px;max-height:min(62vh,560px);overflow-y:auto;padding:2px}.notification-inbox-item{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px;border:1px solid var(--border, #e4e7ec);border-radius:14px;background:var(--surface, #fff)}.notification-inbox-item.unread{border-color:var(--primary, #287a5b);box-shadow:inset 3px 0 0 var(--primary, #287a5b)}.notification-inbox-copy{min-width:0}.notification-inbox-copy strong,.notification-inbox-copy p{overflow-wrap:anywhere}.notification-inbox-copy p{margin:5px 0 8px}.notification-inbox-copy small{color:var(--muted, #667085)}.notification-inbox-read-action,.notification-inbox-read-status{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;white-space:nowrap;font-size:12px;font-weight:700}.notification-inbox-read-action{min-height:34px;padding:7px 10px;border:1px solid var(--border, #d0d5dd);border-radius:10px;background:transparent;color:inherit;cursor:pointer}.notification-inbox-read-action:hover:not(:disabled){background:var(--surface-subtle, #f7f9f8)}.notification-inbox-read-action:disabled{cursor:wait;opacity:.65}.notification-inbox-read-status{color:var(--muted, #667085)}.notification-inbox-state{display:flex;align-items:center;justify-content:center;gap:8px;min-height:120px;margin:0;color:var(--muted, #667085);text-align:center}@media(max-width:639px){.notification-inbox-item{display:grid;gap:10px}.notification-inbox-read-action,.notification-inbox-read-status{justify-self:start}}.tablet-shell{min-height:100dvh;background:var(--cream);color:var(--ink)}.tablet-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:72px;padding:12px 20px;background:var(--forest);color:#fff}.tablet-header>div{display:grid;gap:2px}.tablet-header small{color:#ffffffbf}.tablet-main{width:min(1440px,100%);margin:0 auto;padding:20px}.tablet-kids-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:16px}.tablet-kid-actions{grid-template-columns:repeat(auto-fit,minmax(96px,1fr))}.tablet-kid-actions button{min-height:72px;font-size:14px}.tablet-kid-actions svg{width:24px;height:24px}.tablet-message-thread{display:grid;gap:10px;max-height:40dvh;overflow:auto;margin-bottom:16px}.tablet-message{padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.tablet-message p{margin:6px 0;white-space:pre-wrap}.tablet-message small{color:var(--muted)}@media(max-width:720px){.tablet-header{align-items:flex-start;padding:10px 12px}.tablet-header .btn{min-width:44px}.tablet-main{padding:12px}.tablet-kids-grid{grid-template-columns:1fr}}@media(orientation:landscape)and (min-width:800px){.tablet-kids-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
