:root{--admin-bg: #f3f6fb;--admin-card: #ffffff;--admin-border: #dbe3f0;--admin-input: #ffffff;--admin-text: #0f172a;--admin-muted: #64748b;--admin-soft: #eef3ff;--admin-primary: #2563eb;--admin-primary-hover: #1d4ed8;--admin-secondary: #e5e7eb;--admin-secondary-hover: #d1d5db;--admin-danger: #dc2626;--admin-success: #059669;--admin-shadow: 0 10px 30px rgba(15, 23, 42, .05);--admin-radius: 16px}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}html,body{margin:0;min-height:100%;background:var(--admin-bg);color:var(--admin-text);font-family:Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans SC,sans-serif;line-height:1.5}body{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}.admin-app{width:100%;max-width:1100px;margin:0 auto;padding:1rem;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom))}.admin-header,.admin-toolbar,.row,.admin-actions{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.admin-header{justify-content:space-between;margin-bottom:1rem;padding:.9rem 1rem;border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:var(--admin-card);box-shadow:var(--admin-shadow)}.header-primary-actions{display:flex;align-items:center;justify-content:flex-end;gap:.55rem}.account-menu{position:relative}.account-menu>summary,.child-create-panel>summary{list-style:none}.account-menu>summary::-webkit-details-marker,.child-create-panel>summary::-webkit-details-marker{display:none}.account-menu-panel{position:absolute;z-index:20;top:calc(100% + .45rem);right:0;display:grid;width:190px;gap:.35rem;padding:.55rem;border:1px solid var(--admin-border);border-radius:8px;background:var(--admin-card);box-shadow:0 16px 38px #0f172a24}.account-menu-panel .btn{width:100%;justify-content:flex-start}.super-admin-actions{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.9rem;padding-top:.85rem;border-top:1px solid var(--admin-border)}.super-admin-actions .btn{min-height:38px}.admin-brand{display:inline-flex;align-items:center;gap:10px;min-width:0}.admin-brand-mark{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);font-weight:800;flex:0 0 auto}.admin-header h1,.admin-card h2,.admin-card h3{margin:0;line-height:1.3;word-break:break-word;text-align:left}.admin-header h1{font-size:1.45rem;font-weight:700}.admin-card h2{font-size:1.15rem;margin-bottom:.35rem}.admin-card h3{font-size:1.02rem;margin-bottom:.65rem}.admin-card{background:var(--admin-card);border:1px solid var(--admin-border);border-radius:var(--admin-radius);padding:1rem;margin-bottom:1rem;box-shadow:var(--admin-shadow);overflow:hidden}.admin-grid{display:grid;gap:.85rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr))}.admin-app input,.admin-app select,.admin-app textarea{width:100%;max-width:100%;background:var(--admin-input);color:var(--admin-text);border:1px solid var(--admin-border);border-radius:12px;padding:.72rem .8rem;font-size:16px;outline:none}.admin-app input:focus,.admin-app select:focus,.admin-app textarea:focus{border-color:var(--admin-primary);box-shadow:0 0 0 3px #2563eb24}.admin-app label{display:grid;gap:.35rem;font-size:.92rem;margin-bottom:.75rem;min-width:0;color:var(--admin-text)}.check-grid{display:grid;gap:.65rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,160px),1fr));margin:.5rem 0 1rem}.check-item{display:flex!important;align-items:center;gap:.5rem;margin:0!important;padding:.55rem .65rem;border:1px solid var(--admin-border);border-radius:12px;background:var(--admin-soft)}.check-item input{width:auto!important;min-width:18px;margin:0;box-shadow:none!important}.muted{color:var(--admin-muted)}.stat{font-size:1.4rem;font-weight:700}.error{color:var(--admin-danger)}.inline-error{display:flex;align-items:center;justify-content:space-between;gap:.75rem;color:var(--admin-danger)}.success{color:var(--admin-success)}.hidden,[hidden]{display:none!important}.list-item{padding:.75rem 0;border-bottom:1px solid var(--admin-border);min-width:0}.list-item:last-child{border-bottom:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:42px;padding:.55rem .95rem;border-radius:12px;border:1px solid transparent;background:var(--admin-secondary);color:var(--admin-text);font-weight:600;cursor:pointer;text-decoration:none!important;white-space:nowrap;user-select:none;-webkit-tap-highlight-color:transparent}.btn:hover{filter:brightness(.98)}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn.tiny{min-height:36px;padding:.4rem .75rem;font-size:.9rem}.btn.primary{background:var(--admin-primary);color:#fff}.btn.primary:hover{background:var(--admin-primary-hover)}.btn.secondary{background:#fff;border-color:var(--admin-border);color:var(--admin-text)}.btn.secondary:hover{background:var(--admin-secondary)}.btn.danger{color:#fff;background:var(--admin-danger)}.btn.danger:hover{background:#b91c1c}.btn.ghost{background:transparent;border-color:transparent;color:var(--admin-muted)}.btn.ghost:hover{background:var(--admin-soft);color:var(--admin-text)}a.btn,a.btn:visited,a.btn:hover,a.btn:active{text-decoration:none!important;color:inherit}.admin-actions .btn,.admin-header .btn,.list-item .btn{min-height:42px}.child-create{display:grid;gap:.65rem;grid-template-columns:1.2fr .8fr auto;width:min(100%,560px)}.child-create-panel{margin-top:1rem}.child-create-panel>summary{width:fit-content}.child-create-panel[open]>summary{margin-bottom:.75rem}.child-item{display:flex;gap:.75rem;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.child-item>div:first-child{flex:1 1 180px;min-width:0}#overviewStats{display:grid;gap:.85rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,150px),1fr))}#overviewStats>div{background:var(--admin-soft);border:1px solid var(--admin-border);border-radius:12px;padding:.85rem .9rem;min-width:0}.api-box{display:grid;gap:.65rem;margin-top:.75rem}.api-box .row{align-items:stretch}.api-box .btn{flex:0 0 auto}.connection-tools{color:var(--admin-muted);font-size:.9rem}.connection-tools>summary{width:fit-content;cursor:pointer}.connection-tools-body{display:flex;align-items:center;gap:.65rem;margin-top:.55rem}#trendsChart{display:block;width:100%;max-width:100%;height:220px;background:var(--admin-soft);border:1px solid var(--admin-border);border-radius:12px}.panel-pair{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))}.panel-pair>.admin-card{margin-bottom:0}@media(max-width:768px){.admin-app{padding:.85rem}.admin-header{align-items:center}.admin-toolbar{width:100%}.admin-toolbar .btn,.admin-actions .btn,.api-box .btn{flex:1 1 calc(50% - .65rem);text-align:center;justify-content:center}.child-create{grid-template-columns:1fr;width:100%}.child-create .btn{width:100%}.admin-card{padding:.9rem}}@media(max-width:480px){.admin-toolbar .btn,.admin-actions .btn,.api-box .btn{flex:1 1 100%}.admin-brand-mark{width:36px;height:36px;border-radius:10px}.admin-header{padding:.75rem}.admin-header .muted{display:none}.header-primary-actions{gap:.35rem}.header-primary-actions>.btn,.account-menu>summary{min-height:44px;padding-inline:.65rem}.super-admin-actions .btn{flex:1 1 calc(50% - .55rem)}}.goal-banner{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:space-between;padding:.85rem 1rem;border-radius:14px;border:1px solid var(--admin-border);background:linear-gradient(135deg,#eef3ff,#f8fbff)}.goal-banner .goal-main{min-width:0;flex:1 1 220px}.goal-banner .goal-title{font-weight:700;margin:0 0 .2rem}.goal-banner .goal-sub{margin:0;color:var(--admin-muted);font-size:.92rem}.goal-banner.ok{border-color:#86efac;background:linear-gradient(135deg,#ecfdf5,#f0fdf4)}.goal-banner.warn{border-color:#fcd34d;background:linear-gradient(135deg,#fffbeb,#fefce8)}.goal-banner.bad{border-color:#fca5a5;background:linear-gradient(135deg,#fef2f2,#fff1f2)}.goal-progress{width:min(100%,220px);height:10px;border-radius:999px;background:#e2e8f0;overflow:hidden;flex:0 0 auto}.goal-progress>span{display:block;height:100%;background:linear-gradient(90deg,#2563eb,#7c3aed)}.goal-banner.ok .goal-progress>span{background:linear-gradient(90deg,#059669,#10b981)}.goal-banner.warn .goal-progress>span{background:linear-gradient(90deg,#d97706,#f59e0b)}.goal-banner.bad .goal-progress>span{background:linear-gradient(90deg,#dc2626,#f43f5e)}.trend-range.active{background:var(--admin-primary)!important;color:#fff!important;border-color:var(--admin-primary)!important}.stat-sub{margin-top:.2rem;color:var(--admin-muted);font-size:.82rem}.wrong-filter{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 .75rem}.wrong-filter .btn.active{background:var(--admin-primary);color:#fff;border-color:var(--admin-primary)}.history-rate-good{color:#059669;font-weight:700}.history-rate-mid{color:#d97706;font-weight:700}.history-rate-low{color:#dc2626;font-weight:700}.ops-grid{display:flex;flex-wrap:wrap;gap:.55rem .85rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.stat-card{background:var(--admin-soft);border:1px solid var(--admin-border);border-radius:14px;padding:.85rem .9rem}.stat-label{color:var(--admin-muted);font-size:.85rem}.stat-value{font-size:1.35rem;font-weight:700;margin-top:.2rem}.wrong-item.resolved{opacity:.72}.history-detail{margin-top:.85rem;padding:.85rem;border-radius:14px;border:1px solid var(--admin-border);background:#f8fbff}.history-detail-head{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.5rem}.archived-children{margin-top:.85rem;padding-top:.75rem;border-top:1px solid var(--admin-border)}.archived-children summary{cursor:pointer;color:var(--admin-muted);font-weight:700}.task-templates{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin:.85rem 0 1rem;padding:.7rem 0;border-top:1px solid var(--admin-border);border-bottom:1px solid var(--admin-border)}.task-templates>span{color:var(--admin-muted);font-size:.88rem;font-weight:700}.custom-task-template-row{display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr) auto auto;align-items:center;gap:.5rem;padding:.7rem 0;border-bottom:1px solid var(--admin-border)}.custom-task-template-row input,.custom-task-template-row select{min-width:0}@media(max-width:760px){.custom-task-template-row{grid-template-columns:1fr 1fr}.custom-task-template-row input,.custom-task-template-row select{grid-column:1 / -1}}.history-detail-metrics{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin:.55rem 0 .75rem;color:var(--admin-muted);font-size:.85rem}.history-detail-filter{margin-bottom:.75rem}.timing-quadrants{display:flex;flex-wrap:wrap;gap:.4rem .9rem;margin:0 0 .75rem;padding:.55rem 0;border-top:1px solid var(--admin-border);border-bottom:1px solid var(--admin-border);color:#334155;font-size:.84rem}.learning-signal-summary{display:flex;flex-wrap:wrap;gap:.4rem .9rem;margin:0 0 .75rem;color:#334155;font-size:.84rem}.learning-signal-summary strong{width:100%}.task-form-grid{margin-bottom:.75rem}.task-list{display:grid;gap:.65rem;margin-top:1rem}.task-item .admin-actions{margin-top:0}.history-answer-list{display:grid;gap:.45rem;max-height:320px;overflow:auto}.history-answer{display:flex;justify-content:space-between;gap:.75rem;padding:.55rem .7rem;border-radius:10px;background:#fff;border:1px solid var(--admin-border)}.history-answer.ok{border-color:#86efac;background:#f0fdf4}.history-answer.bad{border-color:#fca5a5;background:#fef2f2}.weak-op-btn{margin:.15rem .2rem 0 0}.speed-insights{margin-top:1rem;padding:.85rem 0;border-top:1px solid var(--admin-border);border-bottom:1px solid var(--admin-border)}.speed-insights h3{margin:0;font-size:1rem}.speed-insight-row{display:grid;grid-template-columns:minmax(130px,.8fr) minmax(260px,1.5fr) minmax(210px,1fr);align-items:center;gap:.7rem 1rem;min-height:58px;padding:.65rem 0;border-bottom:1px solid #e8edf3}.speed-insight-row:last-child{border-bottom:0}.speed-insight-name{display:grid;gap:.15rem}.speed-insight-name span,.speed-insight-values,.speed-insight-quadrants{color:var(--admin-muted);font-size:.82rem}.speed-insight-values,.speed-insight-quadrants{display:flex;flex-wrap:wrap;gap:.3rem .85rem}@media(max-width:760px){.speed-insight-row{grid-template-columns:1fr;gap:.35rem}.history-answer{align-items:flex-start;flex-direction:column}}.child-shell{margin-bottom:.85rem}.admin-tabs{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1rem;padding-top:.85rem;border-top:1px solid var(--admin-border)}.admin-tab{border:1px solid var(--admin-border);background:#fff;color:var(--admin-text);border-radius:999px;padding:.45rem .9rem;font-size:.92rem;cursor:pointer}.admin-tab:hover{background:var(--admin-soft)}.admin-tab.active{background:var(--admin-primary);border-color:var(--admin-primary);color:#fff;font-weight:700}.mobile-tab-picker{display:none!important}.tab-panel{display:none}.tab-panel.active{display:block}.advanced-settings{margin-top:.75rem;padding:.75rem 0;border-top:1px solid var(--admin-border);border-bottom:1px solid var(--admin-border)}.advanced-settings>summary{width:fit-content;cursor:pointer;color:var(--admin-primary);font-weight:700}.advanced-settings-body,.conditional-fields{margin-top:.75rem}.conditional-fields label{margin-bottom:0}.diagnostic-ok{color:var(--admin-success);font-weight:700}.diagnostic-warning{border-color:#fcd34d;background:#fffbeb;color:#92400e}.section-inline-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.section-inline-head h3{margin-bottom:0}.visibility-section{margin-top:1rem;padding:.85rem 0;border-top:1px solid var(--admin-border);border-bottom:1px solid var(--admin-border)}.summary-chips{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.65rem}.summary-chip{display:inline-flex;align-items:center;min-height:30px;padding:.3rem .6rem;border:1px solid var(--admin-border);border-radius:8px;background:#f8fafc;color:#334155;font-size:.84rem;line-height:1.25}.policy-chips .summary-chip{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.config-preview{margin:.7rem 0 1rem;padding:.65rem 0;border-bottom:1px solid var(--admin-border)}.sync-status{display:inline-flex;align-items:center;min-height:28px;padding:.25rem .55rem;border-radius:999px;background:#ecfdf5;color:#047857;font-size:.82rem;font-weight:700}.sync-status.dirty{background:#fff7ed;color:#c2410c}.history-filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:.85rem}.history-filters label{margin:0}.history-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:1rem 0 .4rem;border-top:1px solid var(--admin-border);border-bottom:1px solid var(--admin-border)}.history-summary-item{padding:.7rem;min-width:0;border-right:1px solid var(--admin-border)}.history-summary-item:last-child{border-right:0}.history-summary-label{display:block;color:var(--admin-muted);font-size:.78rem}.history-summary-value{display:block;margin-top:.15rem;font-size:1.05rem;font-weight:700}.history-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.history-item>div{min-width:0}.history-item-main{display:flex;align-items:center;gap:.65rem}.history-score{display:grid;place-items:center;width:48px;height:48px;flex:0 0 48px;border-radius:50%;background:#eef3ff;color:var(--admin-primary);font-size:.82rem;font-weight:800}.history-score.good{background:#ecfdf5;color:#047857}.history-score.mid{background:#fffbeb;color:#b45309}.history-score.low{background:#fef2f2;color:#b91c1c}.family-summary{display:grid;gap:0;margin-top:.85rem;border-top:1px solid var(--admin-border)}.family-row{display:grid;grid-template-columns:minmax(120px,1.3fr) repeat(4,minmax(90px,1fr)) auto;gap:.7rem;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--admin-border)}.family-metric span{display:block;color:var(--admin-muted);font-size:.75rem}.family-metric strong{display:block;margin-top:.1rem;font-size:.95rem}.alert-heading{margin-top:1.15rem}.parent-alerts{display:grid;gap:.55rem;margin-top:.65rem}.parent-alert{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem .75rem;border-left:4px solid #60a5fa;background:#f8fafc}.parent-alert.warning{border-left-color:#f59e0b;background:#fffbeb}.parent-alert.danger{border-left-color:#ef4444;background:#fef2f2}.parent-alert-title{font-weight:700}.parent-alert-message{color:var(--admin-muted);font-size:.84rem}.parent-alert.read{opacity:.62}.parent-alert-content{flex:1 1 220px;min-width:0}.parent-alert-actions{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:flex-end}.alert-rules-panel{margin-top:1rem;padding-top:.8rem;border-top:1px solid var(--admin-border)}.alert-rules-panel summary{cursor:pointer;font-weight:700}.alert-rules-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem;margin-top:.8rem}.alert-rules-grid label{margin:0}.alert-rule-switches{margin-top:.8rem}.history-pagination{justify-content:center;margin-top:.85rem}@media(max-width:640px){.admin-tabs{display:none}.mobile-tab-picker{display:grid!important;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.7rem;margin:.85rem 0 0!important;padding-top:.85rem;border-top:1px solid var(--admin-border);font-weight:700}.mobile-tab-picker select{min-height:44px}.sticky-form-actions{position:sticky;z-index:10;bottom:calc(.35rem + env(safe-area-inset-bottom));margin:1rem -.35rem -.35rem;padding:.6rem;border:1px solid var(--admin-border);border-radius:8px;background:#fffffff5;box-shadow:0 -8px 24px #0f172a14;backdrop-filter:blur(8px)}.history-filters{grid-template-columns:1fr}.history-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.history-summary-item:nth-child(2){border-right:0}.history-summary-item:nth-child(-n+2){border-bottom:1px solid var(--admin-border)}.history-item{align-items:flex-start;flex-wrap:wrap}.history-item>.btn{margin-left:3.95rem}.family-row{grid-template-columns:repeat(2,minmax(0,1fr))}.family-row>div:first-child{grid-column:1 / -1}.family-row>.btn{grid-column:1 / -1;width:100%}.parent-alert{align-items:flex-start;flex-wrap:wrap}.parent-alert-actions{width:100%;justify-content:flex-start}.alert-rules-grid{grid-template-columns:1fr 1fr}}*:focus-visible{outline:3px solid #0f766e;outline-offset:3px}.skip-link{position:fixed;top:8px;left:8px;z-index:200;padding:10px 14px;border-radius:8px;color:#fff;background:#111827;transition:opacity .16s ease}.skip-link:not(:focus){width:1px;height:1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.sw-update-banner{position:fixed;right:1rem;bottom:max(1rem,env(safe-area-inset-bottom));z-index:150;display:flex;align-items:center;gap:.75rem;max-width:min(440px,calc(100vw - 2rem));padding:.65rem .75rem;border:1px solid var(--admin-border);border-radius:8px;color:var(--admin-text);background:#fff;box-shadow:0 12px 30px #0f172a24}.sw-update-banner[hidden]{display:none}.network-status{position:fixed;top:.5rem;left:50%;z-index:140;width:min(520px,calc(100vw - 2rem));padding:.55rem .75rem;border:1px solid #b45309;border-radius:8px;color:#78350f;background:#fffbeb;text-align:center;font-size:.88rem;font-weight:700;transform:translate(-50%);box-shadow:0 12px 30px #0f172a24}.network-status[hidden]{display:none}@media(forced-colors:active){.btn,input,select,summary,.admin-card,.sync-status{border:1px solid ButtonText}.danger,.error{border-width:3px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
