@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap";*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}:root{--md-sys-color-primary:#007f56;--md-sys-color-primary-container:#e6f4ea;--md-sys-color-on-primary:#fff;--md-sys-color-secondary:#ffb000;--md-sys-color-secondary-container:#fef7e0;--md-sys-color-on-secondary:#202124;--md-sys-color-success:#007f56;--md-sys-color-success-container:#e6f4ea;--md-sys-color-on-success:#137333;--md-sys-color-warning:#b06000;--md-sys-color-warning-container:#fef7e0;--md-sys-color-on-warning:#b06000;--md-sys-color-error:#c5221f;--md-sys-color-error-container:#fce8e6;--md-sys-color-on-error:#c5221f;--md-sys-color-background:#f8f9fa;--md-sys-color-surface:#fff;--md-sys-color-surface-variant:#f1f3f4;--md-sys-color-outline:#dadce0;--md-sys-color-outline-variant:#e8eaed;--md-sys-typescale-body:"Roboto", sans-serif;--md-sys-typescale-header:"Outfit", sans-serif;--md-sys-shape-corner-small:8px;--md-sys-shape-corner-medium:12px;--md-sys-shape-corner-large:16px;--md-sys-shape-corner-extra-large:24px;--md-sys-shape-corner-pill:9999px;--md-sys-elevation-1:0 1px 2px 0 #3c40434d, 0 1px 3px 1px #3c404326;--md-sys-elevation-2:0 1px 3px 0 #3c40434d, 0 4px 8px 3px #3c404326;--safe-t:env(safe-area-inset-top,0px);--safe-b:env(safe-area-inset-bottom,0px);--sidebar-width:260px;--header-height:64px;--text-primary:#202124;--text-secondary:#5f6368;--text-muted:#70757a;--card-bg:#fff;--card-border:#dadce0;--card-shadow:0 1px 2px 0 #3c40431a, 0 1px 3px 1px #3c40430f;--input-bg:#fff;--input-border:#dadce0;--input-color:#202124}.dark-theme{--md-sys-color-primary:#34d399;--md-sys-color-primary-container:#34d39926;--md-sys-color-on-primary:#121212;--md-sys-color-secondary:#fbbf24;--md-sys-color-secondary-container:#fbbf2426;--md-sys-color-on-secondary:#fff;--md-sys-color-success:#34d399;--md-sys-color-success-container:#34d3991a;--md-sys-color-on-success:#34d399;--md-sys-color-warning:#f59e0b;--md-sys-color-warning-container:#f59e0b1a;--md-sys-color-on-warning:#fbbf24;--md-sys-color-error:#f43f5e;--md-sys-color-error-container:#f43f5e1a;--md-sys-color-on-error:#fb7185;--md-sys-color-background:#1f1f1f;--md-sys-color-surface:#2d2d2d;--md-sys-color-surface-variant:#353535;--md-sys-color-outline:#3c4043;--md-sys-color-outline-variant:#4a4a4a;--text-primary:#e8eaed;--text-secondary:#9aa0a6;--text-muted:#bdc1c6;--card-bg:#2d2d2d;--card-border:#3c4043;--card-shadow:0 1px 3px #0000004d;--input-bg:#2d2d2d;--input-border:#3c4043;--input-color:#e8eaed}body{background-color:var(--md-sys-color-background);font-family:var(--md-sys-typescale-body);color:var(--text-primary);-webkit-font-smoothing:antialiased;height:100vh;overflow:hidden}.nebula-container{display:none!important}.m3-glass-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--md-sys-shape-corner-large);box-shadow:var(--card-shadow);padding:24px;transition:border-color .2s,box-shadow .2s;position:relative;overflow:hidden}.m3-glass-card:hover{border-color:#cbd5e1;box-shadow:0 1px 3px #3c404333,0 2px 6px 2px #3c40431a}body.dark-theme .m3-glass-card:hover{border-color:#4a4a4a}.m3-glass-card.interactive:hover{cursor:pointer;background:var(--md-sys-color-surface-variant)}.m3-ai-card{background:var(--md-sys-color-primary-container);box-shadow:none;border:1px solid #007f5626}body.dark-theme .m3-ai-card{background:#34d39914;border-color:#34d39926}.m3-ai-shimmer{background:linear-gradient(90deg,#0000,#007f560d,#0000) 0 0/200% 100%;animation:2.5s linear infinite aiShimmer}@keyframes aiShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.35s cubic-bezier(.2,.8,.2,1) forwards fadeIn}.app-shell{width:100vw;height:100vh;display:flex;overflow:hidden}.navigation-drawer{width:var(--sidebar-width);background:var(--md-sys-color-surface);border-right:1px solid var(--md-sys-color-outline);z-index:50;flex-direction:column;flex-shrink:0;padding:16px 12px;transition:transform .28s cubic-bezier(.2,.8,.2,1);display:flex}.brand-section{border-bottom:1px solid var(--md-sys-color-outline);align-items:center;gap:12px;margin-bottom:16px;padding:8px 12px 20px;display:flex}.brand-title{font-family:var(--md-sys-typescale-header);color:var(--text-primary);letter-spacing:-.5px;font-size:20px;font-weight:700}.brand-subtitle{color:var(--text-secondary);font-size:11px}.drawer-section-title{color:var(--text-muted);letter-spacing:.8px;text-transform:uppercase;padding:14px 12px 6px;font-size:11px;font-weight:700}.drawer-item{border-radius:var(--md-sys-shape-corner-pill);color:var(--text-secondary);cursor:pointer;align-items:center;gap:12px;margin-bottom:3px;padding:10px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.drawer-item:hover{background:var(--md-sys-color-surface-variant);color:var(--text-primary)}.drawer-item.active{font-weight:600;background:var(--md-sys-color-primary-container)!important;color:var(--md-sys-color-primary)!important}body.dark-theme .drawer-item.active{color:#34d399!important;background:#34d39926!important}.drawer-item-badge{background-color:var(--md-sys-color-error);color:#fff;border-radius:10px;margin-left:auto;padding:2px 6px;font-size:10px;font-weight:700}.children-list{border-top:1px solid var(--md-sys-color-outline);margin-top:auto;padding-top:16px}.child-selector-item{border-radius:var(--md-sys-shape-corner-medium);cursor:pointer;border:1px solid #0000;align-items:center;gap:12px;margin-top:4px;padding:8px 12px;transition:background .2s;display:flex}.child-selector-item:hover{background:var(--md-sys-color-surface-variant)}.child-selector-item.active{background:var(--md-sys-color-primary-container);border-color:#007f561f}body.dark-theme .child-selector-item.active{background:#34d39914;border-color:#34d39926}.child-avatar{background:var(--md-sys-color-primary-container);border:1px solid var(--md-sys-color-outline);width:32px;height:32px;color:var(--md-sys-color-primary);border-radius:50%;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}body.dark-theme .child-avatar{color:#34d399;background:#34d39926}.child-info{flex:1;min-width:0}.child-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:600;overflow:hidden}.child-status{color:var(--text-secondary);font-size:11px}.child-online-dot{background-color:var(--md-sys-color-success);border-radius:50%;width:8px;height:8px}.child-online-dot.offline{background-color:var(--text-muted)}.top-app-bar{height:var(--header-height);background:var(--md-sys-color-surface);border-bottom:1px solid var(--md-sys-color-outline);z-index:40;flex-shrink:0;justify-content:space-between;align-items:center;padding:0 24px;display:flex}.top-bar-left{flex-direction:column;display:flex}.top-bar-subtitle{color:var(--text-secondary);text-transform:none;font-size:11px;font-weight:500}.top-bar-title{font-family:var(--md-sys-typescale-header);color:var(--text-primary);letter-spacing:-.3px;margin-top:1px;font-size:20px;font-weight:700}.top-bar-right{align-items:center;gap:12px;display:flex}.main-layout{flex-direction:column;flex:1;height:100%;display:flex;overflow:hidden}.screen-content{-webkit-overflow-scrolling:touch;flex:1;padding:24px;overflow-y:auto}.m3-grid{grid-template-columns:repeat(12,1fr);gap:20px;display:grid}.col-12{grid-column:span 12}.col-8{grid-column:span 8}.col-6{grid-column:span 6}.col-4{grid-column:span 4}.col-3{grid-column:span 3}@media (width<=1024px){.col-8,.col-4{grid-column:span 12}}@media (width<=768px){.navigation-drawer{z-index:1000;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.navigation-drawer.open{transform:translate(0)}.drawer-backdrop{z-index:990;background:#0000004d;display:none;position:fixed;inset:0}.drawer-backdrop.visible{display:block}.top-app-bar{padding:0 16px}.screen-content{padding:16px}.col-6{grid-column:span 12}.col-3{grid-column:span 6}}.m3-btn{border-radius:var(--md-sys-shape-corner-pill);font-family:var(--md-sys-typescale-body);cursor:pointer;border:1px solid #0000;outline:none;justify-content:center;align-items:center;gap:8px;padding:8px 20px;font-size:13.5px;font-weight:500;transition:background-color .15s,border-color .15s;display:inline-flex}.m3-btn-primary{background-color:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary)}.m3-btn-primary:hover{background-color:#064}.m3-btn-tonal{background-color:var(--md-sys-color-primary-container);color:var(--md-sys-color-primary)}.m3-btn-tonal:hover{background-color:#d7edd8}.m3-btn-outlined{border:1px solid var(--md-sys-color-outline);color:var(--md-sys-color-primary);background-color:#0000}.m3-btn-outlined:hover{background-color:var(--md-sys-color-primary-container);border-color:var(--md-sys-color-primary)}.m3-modal-overlay{z-index:1000;background-color:#20212499;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.m3-modal{background-color:var(--md-sys-color-surface);border-radius:var(--md-sys-shape-corner-extra-large);box-shadow:var(--md-sys-elevation-2);border:1px solid var(--md-sys-color-outline);width:90%;max-width:500px;overflow:hidden}.m3-modal-header{border-bottom:1px solid var(--md-sys-color-outline-variant);justify-content:space-between;align-items:center;padding:24px 24px 12px;display:flex}.m3-modal-title{font-family:var(--md-sys-typescale-header);color:var(--text-primary);font-size:18px;font-weight:700}.m3-modal-body{max-height:60vh;padding:20px 24px;overflow-y:auto}.m3-modal-footer{border-top:1px solid var(--md-sys-color-outline-variant);justify-content:flex-end;gap:12px;padding:12px 24px 24px;display:flex}.m3-input-field{margin-bottom:16px}.m3-input-label{color:var(--text-secondary);margin-bottom:6px;font-size:12px;font-weight:600;display:block}.m3-input{background:var(--input-bg);border:1px solid var(--input-border);border-radius:var(--md-sys-shape-corner-medium);width:100%;font-family:var(--md-sys-typescale-body);color:var(--input-color);outline:none;padding:12px 16px;font-size:14px;transition:border-color .2s}.m3-input:focus{border-color:var(--md-sys-color-primary)}.m3-toast{color:#fff;border-radius:var(--md-sys-shape-corner-medium);z-index:10000;background-color:#323336;align-items:center;gap:12px;padding:14px 24px;font-size:13.5px;font-weight:500;animation:.25s ease-out fadeIn;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024}.m3-toast.ok{border-left:4px solid var(--md-sys-color-success)}.m3-toast.err{border-left:4px solid var(--md-sys-color-error)}.premium-loader-screen{background-color:var(--md-sys-color-background);width:100vw;height:100vh;color:var(--text-primary);z-index:99999;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.spinner-core{border:3px solid var(--md-sys-color-outline);border-top-color:var(--md-sys-color-primary);border-radius:50%;width:48px;height:48px;margin-bottom:16px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loader-text{font-family:var(--md-sys-typescale-header);color:var(--md-sys-color-primary);font-size:24px;font-weight:700}.loader-subtext{color:var(--text-secondary);margin-top:4px;font-size:13px}.live-indicator{border-radius:var(--md-sys-shape-corner-pill);background-color:var(--md-sys-color-primary-container);color:var(--md-sys-color-primary);border:1px solid #007f561a;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.live-indicator-dot{background-color:var(--md-sys-color-primary);border-radius:50%;width:6px;height:6px}.live-feed-ticker{flex-direction:column;gap:12px;display:flex}.live-feed-item{background:var(--md-sys-color-surface);border-radius:var(--md-sys-shape-corner-medium);border:1px solid var(--md-sys-color-outline);align-items:flex-start;gap:12px;padding:12px 16px;display:flex}.live-feed-avatar{background-color:var(--md-sys-color-surface-variant);width:28px;height:28px;color:var(--text-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.live-feed-content{color:var(--text-secondary);flex:1;font-size:13px}.live-feed-time{color:var(--text-muted);font-size:11px}.empty-state{text-align:center;padding:32px 16px}.empty-state-icon{margin-bottom:8px;font-size:40px}.empty-state-title{color:var(--text-primary);font-size:15px;font-weight:600}.empty-state-desc{color:var(--text-secondary);font-size:12.5px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--md-sys-color-outline);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.responsive-grid-12{grid-template-columns:repeat(12,1fr);gap:20px;display:grid}.responsive-grid-5{grid-template-columns:repeat(5,1fr);gap:16px;display:grid}.responsive-grid-3{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.responsive-grid-2{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}@media (width<=900px){.responsive-grid-5{grid-template-columns:repeat(3,1fr)}}@media (width<=600px){.responsive-grid-12,.responsive-grid-5,.responsive-grid-2{grid-template-columns:1fr;gap:16px}.responsive-grid-3{grid-template-columns:1fr;gap:12px}}
