.landing-page{--landing-bg: #f8f9fa;--landing-bg-alt: #fff;--landing-surface: #fff;--landing-primary: #0d6b5c;--landing-primary-dark: #094d42;--landing-primary-light: #e8f4f2;--landing-text: #1a1a1a;--landing-text-muted: #4a5568;--landing-border: #e2e8f0;--landing-link: #0d6b5c;--landing-link-hover: #094d42;--landing-font-sans: "DM Sans", system-ui, -apple-system, sans-serif;--landing-font-serif: "Source Serif 4", Georgia, serif;--landing-space-xs: .25rem;--landing-space-sm: .5rem;--landing-space-md: 1rem;--landing-space-lg: 1.5rem;--landing-space-xl: 2rem;--landing-space-2xl: 3rem;--landing-space-3xl: 4rem;--landing-radius: 8px;--landing-radius-lg: 12px;--landing-shadow: 0 1px 3px rgba(0, 0, 0, .08);margin:0;font-family:var(--landing-font-sans);font-size:1rem;line-height:1.6;color:var(--landing-text);background:var(--landing-bg)}.landing-page .skip-link{position:absolute;top:-100%;left:var(--landing-space-md);z-index:100;padding:var(--landing-space-sm) var(--landing-space-md);background:var(--landing-primary);color:#fff;text-decoration:none;border-radius:var(--landing-radius);font-weight:600;transition:top .2s}.landing-page .skip-link:focus{top:var(--landing-space-md)}.landing-page a{color:var(--landing-link);text-decoration:none}.landing-page a:hover{color:var(--landing-link-hover);text-decoration:underline}.landing-page .site-header{position:sticky;top:0;z-index:50;background:var(--landing-surface);border-bottom:1px solid var(--landing-border);box-shadow:var(--landing-shadow)}.landing-page .header-inner{max-width:1200px;margin:0 auto;padding:var(--landing-space-md) var(--landing-space-lg);display:flex;flex-wrap:wrap;align-items:center;gap:var(--landing-space-lg)}.landing-page .brand{display:flex;flex-direction:column;gap:0;flex:1;min-width:0}.landing-page .brand-acronym{font-family:var(--landing-font-serif);font-size:1.5rem;font-weight:700;color:var(--landing-primary);letter-spacing:.02em}.landing-page .brand-name{font-size:.8rem;color:var(--landing-text-muted);font-weight:500}.landing-page .landing-menu-btn{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;min-width:44px;min-height:44px;padding:0;background:var(--landing-primary-light);border:1px solid var(--landing-border);border-radius:var(--landing-radius);cursor:pointer;color:var(--landing-primary);-webkit-tap-highlight-color:transparent}.landing-page .landing-menu-btn-bar{display:block;width:22px;height:2px;background:currentColor;border-radius:1px}.landing-page .landing-nav-overlay,.landing-page .landing-nav-drawer{display:none}.landing-page .nav{display:flex;flex-wrap:wrap;gap:var(--landing-space-md);margin-left:auto}.landing-page .nav a{font-weight:500;color:var(--landing-text-muted);padding:var(--landing-space-xs) var(--landing-space-sm)}.landing-page .nav a:hover{color:var(--landing-primary);text-decoration:none}.landing-page .btn{display:inline-block;padding:var(--landing-space-sm) var(--landing-space-lg);font-family:var(--landing-font-sans);font-size:.95rem;font-weight:600;border-radius:var(--landing-radius);border:none;cursor:pointer;text-decoration:none;transition:background .2s,color .2s}.landing-page .btn-primary{background:var(--landing-primary);color:#fff}.landing-page .btn-primary:hover{background:var(--landing-primary-dark);color:#fff;text-decoration:none}.landing-page .btn--large{padding:var(--landing-space-md) var(--landing-space-xl)}.landing-page .btn--sm{padding:var(--landing-space-xs) var(--landing-space-md);font-size:.875rem}.landing-page .container{max-width:960px;margin:0 auto;padding:0 var(--landing-space-lg)}.landing-page .hero{background:linear-gradient(135deg,var(--landing-primary) 0%,var(--landing-primary-dark) 100%);color:#fff;padding:var(--landing-space-3xl) var(--landing-space-lg)}.landing-page .hero .container{max-width:800px}.landing-page .hero-title{font-family:var(--landing-font-serif);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.25;margin:0 0 var(--landing-space-md)}.landing-page .hero-subtitle{font-size:1.1rem;opacity:.95;margin:0 0 var(--landing-space-xl);line-height:1.5}.landing-page .hero-meta{font-size:.9rem;opacity:.9;margin-bottom:var(--landing-space-xl)}.landing-page .btn-hero{background:#fff;color:var(--landing-primary);padding:var(--landing-space-md) var(--landing-space-xl);font-size:1rem}.landing-page .btn-hero:hover{background:var(--landing-primary-light);color:var(--landing-primary-dark);text-decoration:none}.landing-page .section{padding:var(--landing-space-3xl) 0}.landing-page .section--alt{background:var(--landing-bg-alt)}.landing-page .section-title{font-family:var(--landing-font-serif);font-size:1.75rem;font-weight:700;color:var(--landing-primary-dark);margin:0 0 var(--landing-space-lg);padding-bottom:var(--landing-space-sm);border-bottom:3px solid var(--landing-primary);display:inline-block}.landing-page .lead{font-size:1.1rem;color:var(--landing-text);margin:0 0 var(--landing-space-md)}.landing-page .section p{margin:0 0 var(--landing-space-md);color:var(--landing-text-muted)}.landing-page .section p:last-child{margin-bottom:0}.landing-page .bullet-list{margin:var(--landing-space-lg) 0;padding-left:1.5rem;color:var(--landing-text-muted)}.landing-page .bullet-list li{margin-bottom:var(--landing-space-sm)}.landing-page .caps-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:var(--landing-space-md);margin-top:var(--landing-space-lg)}.landing-page .cap-card{background:var(--landing-surface);border:1px solid var(--landing-border);border-radius:var(--landing-radius-lg);padding:var(--landing-space-lg);box-shadow:var(--landing-shadow)}.landing-page .cap-card h3{font-size:1rem;font-weight:700;color:var(--landing-primary-dark);margin:0 0 var(--landing-space-sm)}.landing-page .cap-card p{margin:0;font-size:.9rem;color:var(--landing-text-muted)}.landing-page .capabilities-table-wrap{margin-top:var(--landing-space-lg)}.landing-page .capabilities-table{width:100%;border-collapse:collapse;font-size:.95rem}.landing-page .capabilities-table th,.landing-page .capabilities-table td{padding:var(--landing-space-md) var(--landing-space-lg);text-align:left;vertical-align:top;border-bottom:1px solid var(--landing-border)}.landing-page .capabilities-table th{background:var(--landing-primary-light);color:var(--landing-primary-dark);font-weight:600}.landing-page .capabilities-table tbody tr:hover{background:#0d6b5c0a}.landing-page .capabilities-table td strong{display:block;margin-bottom:.25rem;color:var(--landing-primary-dark)}.landing-page .capabilities-role{display:block;font-size:.875rem;font-weight:400;color:var(--landing-text-muted);line-height:1.4}.landing-page .capabilities-table td:nth-child(2),.landing-page .capabilities-table td:nth-child(3){font-size:.9rem;color:var(--landing-text-muted)}.landing-page .capabilities-ai-cell{display:flex;align-items:flex-start;gap:var(--landing-space-sm)}.landing-page .capabilities-ai-cell .cap-ai-icon{flex-shrink:0;width:20px;height:20px;color:var(--landing-primary);margin-top:2px}.landing-page .capabilities-ai-cell span{min-width:0}.landing-page .capabilities-example{display:block;font-size:.8rem;color:var(--landing-primary-dark);margin-top:.35rem;padding-left:0;font-style:italic;line-height:1.4}.landing-page .table-wrap{overflow-x:auto;margin-top:var(--landing-space-lg);border-radius:var(--landing-radius-lg);border:1px solid var(--landing-border);box-shadow:var(--landing-shadow)}.landing-page .demo-table{width:100%;border-collapse:collapse;font-size:.95rem}.landing-page .demo-table th,.landing-page .demo-table td{padding:var(--landing-space-md) var(--landing-space-lg);text-align:left;border-bottom:1px solid var(--landing-border);vertical-align:top}.landing-page .demo-table th{background:var(--landing-primary-light);color:var(--landing-primary-dark);font-weight:600}.landing-page .demo-table td code{background:var(--landing-primary-light);padding:.2em .45em;border-radius:4px;font-size:.9em;white-space:nowrap}.landing-page .demo-table tbody tr:last-child td{border-bottom:none}.landing-page .demo-table tbody tr:hover{background:#0d6b5c0a}.landing-page .section--demo .lead{margin-bottom:var(--landing-space-xl)}.landing-page .demo-cta{margin-top:var(--landing-space-xl);text-align:center}.landing-page .demo-cta .btn:hover{text-decoration:none}.landing-page .demo-cards{display:none}.landing-page .demo-login-card{background:var(--landing-surface);border:1px solid var(--landing-border);border-radius:var(--landing-radius-lg);padding:var(--landing-space-lg);box-shadow:var(--landing-shadow);margin-bottom:var(--landing-space-md)}.landing-page .demo-login-card:last-child{margin-bottom:0}.landing-page .demo-login-card-role{font-size:1rem;font-weight:700;color:var(--landing-primary-dark);margin:0 0 var(--landing-space-md);padding-bottom:var(--landing-space-sm);border-bottom:2px solid var(--landing-primary-light)}.landing-page .demo-login-card-meta{margin:0 0 var(--landing-space-md);font-size:.9rem}.landing-page .demo-login-card-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5em;margin-bottom:var(--landing-space-sm)}.landing-page .demo-login-card-row:last-child{margin-bottom:0}.landing-page .demo-login-card-row dt{font-weight:600;color:var(--landing-text-muted);margin:0;flex-shrink:0}.landing-page .demo-login-card-row dd{margin:0;color:var(--landing-text);min-width:0}.landing-page .demo-login-card-scope{flex-direction:column;gap:.25em}.landing-page .demo-login-card-scope dd{font-size:.875rem;line-height:1.45;color:var(--landing-text-muted)}.landing-page .demo-login-card dd code{background:var(--landing-primary-light);padding:.2em .45em;border-radius:4px;font-size:.9em}.landing-page .demo-login-card .btn{display:inline-flex;width:100%;text-align:center;justify-content:center}.landing-page .container--flow{max-width:1280px}.landing-page .flow-diagram{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:0;margin-top:var(--landing-space-2xl)}.landing-page .flow-node-wrap{display:flex;align-items:stretch;flex:0 0 auto;max-width:100%}.landing-page .flow-node{position:relative;background:var(--landing-surface);border:2px solid var(--landing-border);border-radius:var(--landing-radius-lg);padding:var(--landing-space-xl);min-width:220px;max-width:280px;text-align:left;box-shadow:var(--landing-shadow);transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;flex-direction:column;gap:var(--landing-space-md)}.landing-page .flow-node:hover{border-color:var(--landing-primary);box-shadow:0 8px 24px #0d6b5c26;transform:translateY(-2px)}.landing-page .flow-node-num{position:absolute;top:12px;right:12px;width:28px;height:28px;border-radius:50%;background:var(--landing-primary);color:#fff;font-size:.875rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-page .flow-node-icon-wrap{width:72px;height:72px;border-radius:50%;background:var(--landing-primary-light);color:var(--landing-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-page .flow-node-icon-svg{width:44px;height:44px;color:inherit}.landing-page .flow-node-content{flex:1;min-width:0}.landing-page .flow-node-title{font-size:1.1rem;font-weight:700;color:var(--landing-primary-dark);margin:0 0 var(--landing-space-xs);line-height:1.3}.landing-page .flow-node-desc{font-size:.9rem;color:var(--landing-text-muted);margin:0 0 var(--landing-space-sm);line-height:1.4}.landing-page .flow-node-bullets{margin:0;padding-left:1.1rem;font-size:.85rem;color:var(--landing-text-muted);line-height:1.5}.landing-page .flow-node-bullets li{margin-bottom:.35rem}.landing-page .flow-node-bullets li:last-child{margin-bottom:0}.landing-page .flow-connector{flex-shrink:0;color:var(--landing-primary);opacity:.85;padding:0 var(--landing-space-sm);display:flex;align-items:center;justify-content:center;align-self:center}.landing-page .flow-connector svg{width:32px;height:32px}.landing-page .site-footer{background:var(--landing-text);color:#ffffffd9;padding:var(--landing-space-xl) var(--landing-space-lg);font-size:.9rem}.landing-page .site-footer p{margin:0 0 var(--landing-space-sm);color:inherit}.landing-page .site-footer a{color:var(--landing-primary-light)}.landing-page .site-footer a:hover{color:#fff}@media (max-width: 768px){.landing-page .site-header{position:relative}.landing-page .header-inner{flex-wrap:nowrap;align-items:center;width:100%}.landing-page .landing-menu-btn{display:flex;flex-shrink:0;order:1;margin-left:auto}.landing-page .nav,.landing-page .header-cta{display:none!important}.landing-page .landing-nav-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#0006;opacity:0;pointer-events:none;transition:opacity .2s ease}.landing-page.landing-menu-open .landing-nav-overlay{opacity:1;pointer-events:auto}.landing-page.landing-menu-open{overflow:hidden}.landing-page .landing-nav-drawer{display:block;position:fixed;top:0;right:0;bottom:0;width:min(280px,85vw);z-index:101;pointer-events:none;visibility:hidden;transition:visibility .2s}.landing-page.landing-menu-open .landing-nav-drawer{pointer-events:auto;visibility:visible}.landing-page .landing-nav-drawer-inner{position:absolute;top:0;right:0;width:100%;height:100%;background:var(--landing-surface);box-shadow:-4px 0 24px #00000026;padding:var(--landing-space-xl) var(--landing-space-lg);display:flex;flex-direction:column;gap:var(--landing-space-lg);transform:translate(100%);transition:transform .25s ease-out}.landing-page.landing-menu-open .landing-nav-drawer-inner{transform:translate(0)}.landing-page .landing-nav-drawer-links{display:flex;flex-direction:column;gap:var(--landing-space-sm)}.landing-page .landing-nav-drawer-links a{font-weight:500;padding:var(--landing-space-md);color:var(--landing-text);border-radius:var(--landing-radius)}.landing-page .landing-nav-drawer-links a:hover{background:var(--landing-primary-light);color:var(--landing-primary);text-decoration:none}.landing-page .hero{padding:var(--landing-space-xl) var(--landing-space-md)}.landing-page .hero-title{font-size:clamp(1.35rem,5vw,2rem)}.landing-page .hero-subtitle{font-size:.95rem}.landing-page .section{padding:var(--landing-space-xl) var(--landing-space-md)}.landing-page .section-title{font-size:1.35rem}.landing-page .lead{font-size:.95rem}.landing-page .bullet-list{padding-left:1.25rem;font-size:.9rem}.landing-page .container{padding-left:var(--landing-space-md);padding-right:var(--landing-space-md)}.landing-page .caps-grid{grid-template-columns:1fr}.landing-page .capabilities-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-left:calc(-1 * var(--landing-space-md));margin-right:calc(-1 * var(--landing-space-md));padding-left:var(--landing-space-md);padding-right:var(--landing-space-md)}.landing-page .capabilities-table{min-width:560px}.landing-page .capabilities-table th,.landing-page .capabilities-table td{padding:var(--landing-space-sm) var(--landing-space-md);font-size:.8rem}.landing-page .capabilities-role{font-size:.8rem}.landing-page .capabilities-example{font-size:.75rem}.landing-page .capabilities-ai-cell .cap-ai-icon{width:18px;height:18px}.landing-page .flow-diagram{flex-direction:column;align-items:center;gap:0}.landing-page .flow-node-wrap{flex-direction:column;width:100%;max-width:340px}.landing-page .flow-node{max-width:none;width:100%;min-width:0}.landing-page .flow-connector{transform:rotate(90deg);padding:var(--landing-space-sm) 0}.landing-page .flow-node-icon-wrap{width:64px;height:64px}.landing-page .flow-node-icon-svg{width:38px;height:38px}.landing-page .demo-table th,.landing-page .demo-table td{padding:var(--landing-space-sm) var(--landing-space-md);font-size:.9rem}.landing-page .section--demo .table-wrap{display:none!important}.landing-page .demo-cards{display:block;margin-top:var(--landing-space-lg)}}.landing-page{overflow-x:hidden;max-width:100%}.landing-page .container{max-width:100%}@media (max-width: 768px){.landing-page .header-inner{padding:var(--landing-space-md) var(--landing-space-md)}.landing-page .table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}}*{box-sizing:border-box}html{overflow-x:hidden;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{overflow-x:hidden;max-width:100vw}#root{min-height:100vh;max-width:100%;overflow-x:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes gentlePulse{0%,to{opacity:1}50%{opacity:.85}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}:root{--font-sans: "Roboto", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--primary: #333399;--primary-hover: #2a2a7d;--primary-light: #e8e8f5;--tata-blue: #486AAE;--tata-blue-dark: #3d5a94;--danger: #c62828;--danger-hover: #b71c1c;--bg-body: #f5f6fa;--bg-card: #ffffff;--border: #dde1e8;--border-focus: #333399;--text: #2c2c2c;--text-muted: #5c5c5c;--text-light: #8a8a8a;--header-bg: linear-gradient(135deg, #333399 0%, #486AAE 100%);--footer-bg: #2a2a7d;--breakpoint-mobile: 768px;--font-size-base: 15px;--font-size-sm: 13px;--font-size-xs: 12px;--font-size-lg: 17px;--font-size-xl: 20px;--font-size-2xl: 24px}body{margin:0;font-family:var(--font-sans);font-size:var(--font-size-base);color:var(--text);background:var(--bg-body);-webkit-font-smoothing:antialiased;line-height:1.5}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;font-family:var(--font-sans);font-size:var(--font-size-base);font-weight:500;border:none;border-radius:4px;cursor:pointer;text-decoration:none;transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .15s ease}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 1px 3px #3333994d}.btn-primary:hover{background:var(--primary-hover);color:#fff;box-shadow:0 2px 6px #33339959}.btn-ghost{background:transparent;color:var(--text-muted)}.btn-ghost:hover{color:var(--primary);background:var(--primary-light)}.btn-danger{background:transparent;color:var(--danger)}.btn-danger:hover{color:var(--danger-hover);background:#ffebee}.input,.select{font-family:var(--font-sans);font-size:var(--font-size-base);padding:10px 14px;border:1px solid var(--border);border-radius:4px;background:#fff;color:var(--text);min-width:120px}.input:focus,.select:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 2px #3393}.input::placeholder{color:var(--text-light)}.search-bar{flex:1;min-width:200px;max-width:400px;padding:10px 14px 10px 40px;font-size:var(--font-size-base);background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%238a8a8a' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E") no-repeat 14px center;border:1px solid var(--border);border-radius:4px}.card{background:var(--bg-card);border-radius:6px;padding:22px;box-shadow:0 1px 4px #00000014;border:1px solid var(--border);transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}.card:hover{box-shadow:0 4px 12px #00000014}.card-two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px 24px}.card-list-two-col ul,.card-list-two-col ol{list-style:none;padding:0;margin:0;column-count:2;column-gap:24px}.card-list-two-col li{break-inside:avoid;padding:8px 0;border-bottom:1px solid var(--border);font-size:var(--font-size-base)}.card-list-two-col li:last-child{border-bottom:none}.dashboard-kpi-card[role=button]:hover{box-shadow:0 4px 12px #0000001f;outline:1px solid var(--border)}.dashboard-trends-card{padding:16px 20px}.dashboard-trend-bars{display:flex;flex-direction:column;gap:10px}.dashboard-trend-bar-row{display:grid;grid-template-columns:100px 1fr 40px;align-items:center;gap:10px;font-size:var(--font-size-sm)}.dashboard-trend-bar-wrap{height:20px;background:var(--border);border-radius:4px;overflow:hidden}.dashboard-trend-bar{height:100%;background:var(--primary);border-radius:4px;min-width:4px}.dashboard-trend-bar--followup{background:var(--tata-blue)}.dashboard-trend-table-wrap{overflow-x:auto}.dashboard-trend-table{width:100%;border-collapse:collapse;font-size:var(--font-size-sm)}.dashboard-trend-table th,.dashboard-trend-table td{padding:6px 10px;text-align:left;border-bottom:1px solid var(--border)}.dashboard-trend-table th{font-weight:600;color:var(--text-muted)}.layout-footer-link{color:var(--primary);text-decoration:none}.layout-footer-link:hover{text-decoration:underline}@media (max-width: 600px){.card-two-col{grid-template-columns:1fr}.card-list-two-col ul,.card-list-two-col ol{column-count:1}}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.page-title{font-size:var(--font-size-2xl);font-weight:700;margin:0;color:var(--text);display:flex;align-items:center;gap:10px}.page-title-icon{opacity:.85;color:var(--primary)}.page-actions{display:flex;gap:12px;align-items:center}.data-table{width:100%;border-collapse:collapse;font-size:var(--font-size-base)}.data-table th{text-align:left;padding:14px 18px;font-weight:600;font-size:var(--font-size-xs);letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);background:#f0f2f7;border-bottom:2px solid var(--border)}.data-table th.sortable-th{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;transition:background .15s,color .15s}.data-table th.sortable-th:hover{background:#f1f5f9;color:var(--primary)}.data-table th.sortable-th .sortable-th-inner{display:inline-flex;align-items:center;gap:4px}.data-table th.sortable-th .sortable-th-arrow{font-size:10px;opacity:.7}.data-table th.sortable-th:hover .sortable-th-arrow{opacity:1}.data-table td{padding:14px 18px;border-bottom:1px solid var(--border);color:var(--text);font-size:var(--font-size-base)}.data-table tbody tr:hover{background:var(--primary-light)}.data-table .link{color:var(--primary);text-decoration:none;font-weight:500}.data-table .link:hover{text-decoration:underline}.link-as-button{background:none;border:none;padding:0;color:var(--primary);text-decoration:none;font:inherit;cursor:pointer}.link-as-button:hover{text-decoration:underline}.filter-bar{display:flex;gap:16px;flex-wrap:wrap;align-items:flex-end;margin-bottom:20px}.filter-bar label{display:flex;flex-direction:column;gap:6px;font-size:var(--font-size-xs);font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.filter-bar .select{min-width:140px;padding:10px 32px 10px 14px;font-size:var(--font-size-base);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%235c5c5c' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.filter-bar .table-filters-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:16px}.filter-bar .table-filters-row .filter-group{display:flex;flex-direction:column;gap:6px}.filter-bar .table-filters-row .filter-group .filter-label{font-size:var(--font-size-xs);font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.offline-banner{position:sticky;top:0;z-index:1000;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:#e65100;color:#fff;font-size:var(--font-size-sm);font-weight:500;box-shadow:0 2px 8px #00000026}.offline-banner-icon{font-size:18px}.layout-quick-guide-btn{position:fixed;bottom:20px;right:20px;z-index:900;padding:10px 16px;font-size:13px;font-weight:600;color:#fff;background:var(--primary);border:none;border-radius:24px;box-shadow:0 4px 12px #3396;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.layout-quick-guide-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #33339980}.quick-guide-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background:#00000080;display:flex;align-items:center;justify-content:center;padding:20px}.quick-guide-modal{background:var(--bg-card);border-radius:12px;max-width:520px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 50px #00000040}.quick-guide-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border)}.quick-guide-header h2{margin:0;font-size:18px;font-weight:700;color:var(--primary-hover)}.quick-guide-close{padding:8px;background:transparent;border:none;cursor:pointer;color:var(--text-muted);border-radius:8px}.quick-guide-close:hover{background:var(--primary-light);color:var(--primary)}.quick-guide-body{padding:20px;overflow-y:auto}.quick-guide-intro{margin:0 0 16px;font-size:14px;color:var(--text-muted);line-height:1.5}.quick-guide-steps{margin:0 0 16px;padding-left:22px;font-size:14px;line-height:1.6;color:var(--text)}.quick-guide-steps li{margin-bottom:8px}.quick-guide-footer{margin:0;font-size:12px;color:var(--text-light);font-style:italic}.child360-page{width:100%;max-width:none;margin:0;position:relative}.child360-screening-standard{margin:0 0 12px;padding:8px 12px;font-size:12px;color:var(--text-muted);background:#3333990f;border-left:3px solid var(--primary);border-radius:4px}.child360-early-warning-badge{display:inline-block;padding:2px 10px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#b71c1c;background:#ffebee;border-radius:6px;border:1px solid #ef9a9a}.child360-section--gains{border-left:4px solid #2e7d32}.child360-risk-result-early-warning .child360-early-warning-text{color:#b71c1c;font-weight:500}.worklist-early-warning-badge{display:inline-block;padding:2px 8px;font-size:11px;font-weight:600;color:#b71c1c;background:#ffebee;border-radius:6px;border:1px solid #ef9a9a}.child360-breadcrumb{animation:fadeInUp .4s ease both}.child360-hero{animation:fadeInUp .45s ease .05s both}.child360-glance{animation:fadeInUp .45s ease .1s both}.child360-risk-banner{animation:fadeInUp .4s ease both}.child360-cols>.child360-section{animation:fadeInUp .5s ease both}.child360-cols>.child360-section:nth-child(1){animation-delay:.12s}.child360-cols>.child360-section:nth-child(2){animation-delay:.15s}.child360-cols>.child360-section:nth-child(3){animation-delay:.18s}.child360-cols>.child360-section:nth-child(4){animation-delay:.21s}.child360-cols>.child360-section:nth-child(5){animation-delay:.24s}.child360-cols>.child360-section:nth-child(6){animation-delay:.27s}.child360-cols>.child360-section:nth-child(7){animation-delay:.3s}.child360-cols>.child360-section:nth-child(8){animation-delay:.33s}.child360-cols>.child360-section:nth-child(9){animation-delay:.36s}.child360-cols>.child360-section:nth-child(10){animation-delay:.39s}.child360-cols>.child360-section:nth-child(n+11){animation-delay:.42s}.child360-hero-actions-inline{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:flex-end;min-width:0;position:relative;z-index:1}.child360-hero-left{min-width:0;flex:1 1 auto}.child360-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 14px;font-family:var(--font-sans);font-size:14px;font-weight:600;border-radius:8px;cursor:pointer;text-decoration:none;transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .15s ease;border:none;white-space:nowrap;box-shadow:0 2px 6px #00000026;min-width:0}@media (max-width: 900px){.child360-hero-top{flex-direction:column;align-items:stretch}.child360-hero-actions-inline{width:100%;justify-content:flex-start}}@media (max-width: 520px){.child360-hero-actions-inline{flex-direction:column;align-items:stretch}.child360-action-btn{width:100%;white-space:normal;text-align:center;padding:12px 14px}}.child360-action-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.child360-action-btn:active{transform:translateY(0)}.child360-action-btn--primary{background:#fff;color:var(--primary)}.child360-action-btn--primary:hover{background:#f0f0ff;color:var(--primary-hover)}.child360-action-btn--secondary{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.5)}.child360-action-btn--secondary:hover{background:#ffffff59;color:#fff;border-color:#ffffffb3}.child360-action-btn svg{flex-shrink:0}.child360-action-btn span{display:inline}.child360-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;animation:child360-modal-fade .2s ease}@keyframes child360-modal-fade{0%{opacity:0}to{opacity:1}}.child360-modal-box{background:var(--bg-card);border-radius:12px;box-shadow:0 20px 50px #00000040,0 0 0 1px #0000000d;max-width:560px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:child360-modal-slide .35s cubic-bezier(.34,1.56,.64,1)}.child360-modal-box.child360-modal-box--wide{max-width:640px}@keyframes child360-modal-slide{0%{opacity:0;transform:scale(.96) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.child360-modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:2px solid var(--primary);background:linear-gradient(180deg,var(--primary-light) 0%,var(--bg-card) 100%);flex-shrink:0}.child360-modal-title{margin:0;font-size:20px;font-weight:700;color:var(--text);letter-spacing:-.01em;display:flex;align-items:center;gap:8px}.child360-modal-title-icon{flex-shrink:0;color:var(--primary);opacity:.9}.child360-modal-close{padding:8px;background:transparent;border:none;border-radius:8px;color:var(--text-muted);cursor:pointer;line-height:1;font-size:20px;transition:background .15s,color .15s}.child360-modal-close:hover{background:var(--primary-light);color:var(--primary)}.child360-modal-body{padding:24px;overflow-y:auto;flex:1;min-height:0}.child360-modal-body--next-steps{padding:20px 24px}.child360-modal-body--next-steps .child360-next-steps-list{padding-left:20px;margin:0}.child360-modal-body--next-steps .child360-next-step-item{margin-bottom:10px}.child360-modal-body--next-steps .child360-next-step-item:last-child{margin-bottom:0}.child360-modal-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.child360-modal-tabs .btn{padding:8px 14px;font-size:13px;border-radius:20px}.child360-modal-subtitle{font-size:14px;color:var(--text-muted);margin:0 0 16px;line-height:1.45}.child360-modal-form{display:grid;grid-template-columns:1fr 1fr;gap:0 24px}.child360-modal-form .form-group{margin-bottom:18px}.child360-modal-form .form-group:last-of-type{margin-bottom:0}.child360-modal-form .form-group label{display:block;font-size:13px;font-weight:600;color:var(--text);margin-bottom:6px;text-transform:none;letter-spacing:0}.child360-modal-form .form-group .input,.child360-modal-form .form-group .select,.child360-modal-form .form-group input,.child360-modal-form .form-group select{width:100%;margin-left:0;padding:10px 14px;font-size:var(--font-size-base)}.child360-modal-form .form-actions{grid-column:1 / -1;margin-top:20px;padding-top:16px;border-top:1px solid var(--border);display:flex;gap:12px;align-items:center}.child360-modal-form .form-actions .btn-primary{min-width:100px}@media (max-width: 520px){.child360-modal-form{grid-template-columns:1fr}}.child360-risk-result{display:flex;flex-direction:column;gap:16px}.child360-risk-result-row{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.child360-risk-result-label{font-size:13px;font-weight:600;color:var(--text-muted);min-width:80px}.child360-risk-result-value{font-size:15px;font-weight:500;color:var(--text)}.child360-risk-result-category{display:inline-block;padding:4px 12px;border-radius:20px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.child360-risk-result-category--high{background:#ffebee;color:var(--danger)}.child360-risk-result-category--medium{background:#fff3e0;color:#e65100}.child360-risk-result-category--low{background:#e8f5e9;color:#2e7d32}.child360-risk-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:var(--text-muted);font-size:15px}.child360-risk-loading-spinner{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:child360-spin .8s linear infinite;margin-bottom:14px}.child360-modal-msg{padding:10px 14px;border-radius:8px;font-size:14px;font-weight:500;margin-bottom:16px}.child360-modal-msg--success{background:#e8f5e9;color:#2e7d32;border:1px solid #a5d6a7}.child360-modal-msg--error{background:#ffebee;color:var(--danger);border:1px solid #ef9a9a}.child360-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:13px;color:var(--text-muted)}.child360-breadcrumb a{color:var(--primary);text-decoration:none;font-weight:500}.child360-breadcrumb a{display:inline-flex;align-items:center;gap:6px}.child360-breadcrumb a{transition:color .2s ease,opacity .2s ease}.child360-breadcrumb a:hover{text-decoration:underline;opacity:.9}.child360-breadcrumb span{color:var(--text-light)}.child360-breadcrumb-icon{opacity:.85;flex-shrink:0}.child360-breadcrumb-sep{color:var(--text-light);opacity:.7}.child360-contact-header{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:16px 20px;margin-bottom:16px;box-shadow:0 1px 4px #0000000f}.child360-contact-header-inner{display:flex;flex-wrap:wrap;align-items:center;gap:16px 24px}.child360-contact-identity{display:flex;align-items:center;gap:14px;min-width:0}.child360-contact-avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--primary) 0%,var(--tata-blue) 100%);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.child360-contact-avatar img{width:100%;height:100%;object-fit:cover}.child360-contact-name-block{min-width:0}.child360-contact-name{margin:0;font-size:var(--font-size-xl);font-weight:700;color:var(--text);letter-spacing:-.02em}.child360-contact-name-child{font-weight:500;color:var(--text-muted, #666);letter-spacing:0}.child360-contact-subtitle{margin:4px 0 0;font-size:var(--font-size-sm);color:var(--text-muted)}.child360-contact-badges{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.child360-contact-responsible{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;gap:2px}.child360-contact-responsible-label{font-size:var(--font-size-xs);font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.child360-contact-responsible-value{font-size:var(--font-size-base);font-weight:500;color:var(--text)}.child360-contact-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.child360-header-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;font-size:var(--font-size-sm);font-weight:500;border-radius:6px;border:1px solid var(--border);background:var(--bg-card);color:var(--text);cursor:pointer;transition:background .2s,border-color .2s,color .2s}.child360-header-btn:hover{background:var(--primary-light);border-color:var(--primary);color:var(--primary)}.child360-header-btn--primary{background:var(--primary);border-color:var(--primary);color:#fff}.child360-header-btn--primary:hover{background:var(--primary-hover);border-color:var(--primary-hover);color:#fff}.child360-three-col{display:grid;grid-template-columns:320px 1fr 340px;gap:18px 20px;align-items:start}.child360-panel{min-width:0}.child360-panel-center,.child360-panel-left{display:flex;flex-direction:column;gap:12px}.child360-detail-tabs{display:flex;flex-wrap:wrap;gap:4px 6px;padding-bottom:8px;border-bottom:1px solid var(--border)}.child360-detail-tab{padding:6px 12px;font-size:var(--font-size-xs);font-weight:500;text-transform:uppercase;letter-spacing:.03em;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--text-muted);cursor:pointer;transition:background .2s,color .2s,border-color .2s}.child360-detail-tab:hover{color:var(--text);background:var(--primary-light)}.child360-detail-tab--active{background:var(--primary-light);color:var(--primary);border-color:#3333994d}.child360-detail-content{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:14px 16px;min-height:200px;box-shadow:0 1px 3px #0000000f}.child360-screening-standard{font-size:var(--font-size-xs);color:var(--text-muted);margin:8px 0 0;padding-top:8px;border-top:1px solid var(--border)}.child360-panel-center .child360-snapshot-card{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:14px 16px;box-shadow:0 1px 3px #0000000f}.child360-snapshot-title{margin:0 0 12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);padding-bottom:6px;border-bottom:1px solid var(--border)}.child360-snapshot-dl{display:flex;flex-direction:column;gap:0;margin:0}.child360-snapshot-row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:baseline;padding:6px 0;border-bottom:1px solid var(--border);margin:0}.child360-snapshot-row:last-child{border-bottom:none}.child360-snapshot-row dt{font-size:var(--font-size-xs);font-weight:600;color:var(--text-muted);margin:0}.child360-snapshot-row dd{font-size:var(--font-size-sm);font-weight:500;color:var(--text);margin:0;text-align:right}.child360-snapshot-row--highlight dd{color:var(--primary);font-weight:600}.child360-panel-right{display:flex;flex-direction:column;gap:14px}.child360-right-card{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:14px 16px;box-shadow:0 1px 3px #0000000f}.child360-right-card-title{margin:0 0 10px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);display:flex;align-items:center;gap:6px}.child360-risk-summary-content{display:flex;flex-direction:column;gap:8px}.child360-risk-summary-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.child360-risk-summary-meaning{margin:10px 0 0;font-size:var(--font-size-sm);color:var(--text-muted);line-height:1.4}.child360-link-btn{margin-top:10px;padding:0;font-size:var(--font-size-sm);font-weight:500;color:var(--primary);background:none;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.child360-link-btn:hover{color:var(--primary-hover)}.child360-next-steps{min-height:120px}.child360-next-steps-list{margin:0;padding:0 0 4px 18px;list-style:disc}.child360-next-step-item{font-size:var(--font-size-sm);margin-bottom:8px;line-height:1.45;color:var(--text)}.child360-next-step-item:last-child{margin-bottom:0}.child360-next-step-item--muted{color:var(--text-muted);font-style:italic}@media (max-width: 1200px){.child360-three-col{grid-template-columns:280px 1fr 300px}}@media (max-width: 1024px){.child360-three-col{grid-template-columns:1fr}.child360-contact-responsible{margin-left:0;align-items:flex-start}}@media (max-width: 640px){.child360-contact-header-inner{flex-direction:column;align-items:stretch}.child360-contact-identity{justify-content:flex-start}.child360-contact-responsible{align-items:flex-start}.child360-contact-actions{width:100%}.child360-detail-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:6px}.child360-detail-tab{flex-shrink:0}}.child360-hero{position:relative;background:var(--header-bg);border-radius:8px;padding:16px 20px;margin-bottom:16px;color:#fff;box-shadow:0 4px 14px #3333994d;overflow:hidden}.child360-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.06) 0%,transparent 50%,rgba(0,0,0,.04) 100%);pointer-events:none}.child360-hero-top{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.child360-hero-title{margin:0;font-size:20px;font-weight:700;letter-spacing:-.02em;display:flex;align-items:center;gap:8px;position:relative;z-index:1}.child360-hero-icon{opacity:.9;flex-shrink:0}.child360-hero-badge{font-size:12px;font-weight:600;background:#fff3;padding:4px 10px;border-radius:6px;letter-spacing:.03em}.child360-hero-meta{position:relative;z-index:1}.child360-hero-meta{display:flex;flex-wrap:wrap;gap:16px;margin-top:8px;font-size:14px;opacity:.95}.child360-hero-meta span{display:flex;align-items:center;gap:6px}.child360-hero-actions{display:flex;gap:10px;align-items:center}.child360-hero-actions .btn{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}.child360-hero-actions .btn:hover{background:#ffffff4d;color:#fff}.child360-hero-actions .btn{display:inline-flex;align-items:center;gap:8px}.child360-risk-banner{background:linear-gradient(135deg,#e8e8f5,#d8d8ed);border:1px solid #b8b8e0;border-radius:8px;padding:14px 18px;margin-bottom:16px;border-left:4px solid var(--primary);box-shadow:0 1px 3px #3333991a}.child360-risk-banner h3{margin:0 0 8px;font-size:var(--font-size-lg);font-weight:600;color:var(--primary-hover);display:flex;align-items:center;gap:8px}.child360-risk-banner-icon{opacity:.9;flex-shrink:0}.child360-risk-banner p{margin:0 0 4px;font-size:var(--font-size-base);color:var(--text);line-height:1.5}.child360-risk-banner p:last-child{margin-bottom:0}.child360-risk-banner-content{display:flex;flex-direction:column;gap:12px}.child360-risk-banner-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px}.child360-risk-banner-label{font-size:var(--font-size-sm);font-weight:600;color:var(--text-muted)}.child360-page [title],.child360-modal-body [title]{cursor:help}.child360-risk-banner-value{font-weight:500;color:var(--text)}.child360-risk-banner-sep{color:var(--text-light);font-weight:400}.child360-risk-simple{margin-top:4px;padding:10px 12px;background:#ffffffb3;border-radius:8px;border:1px solid rgba(51,51,153,.15)}.child360-risk-simple strong{display:block;font-size:var(--font-size-sm);color:var(--primary-hover);margin-bottom:6px}.child360-risk-simple p,.child360-risk-simple ul{margin:0;font-size:var(--font-size-base);color:var(--text);line-height:1.5}.child360-risk-drivers-list{list-style:disc;padding-left:20px;margin-top:4px}.child360-risk-drivers-list li{margin-bottom:4px}.child360-risk-result-simple{display:flex;flex-direction:column;gap:6px;padding:10px 0;border-top:1px solid var(--border)}.child360-risk-result-drivers .child360-risk-result-label{flex-shrink:0}.child360-risk-result-drivers-list{margin:0;padding-left:18px;list-style:disc}.child360-risk-result-drivers-list li{margin-bottom:4px}.child360-recommendations{background:var(--bg-card);border-radius:10px;padding:20px 24px;margin-bottom:20px;box-shadow:0 2px 10px #3333991f;border:1px solid var(--border);border-left:5px solid var(--primary);animation:fadeInUp .45s ease .08s both}.child360-recommendations-title{margin:0 0 12px;font-size:var(--font-size-xl);font-weight:700;color:var(--primary-hover);display:flex;align-items:center;gap:10px}.child360-recommendations-icon{opacity:.95;flex-shrink:0}.child360-recommendations-meta{margin:0 0 16px;font-size:var(--font-size-sm);color:var(--text-muted);display:flex;flex-wrap:wrap;gap:12px 20px}.child360-recommendations-meta span{display:inline}.child360-recommendations-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px}.child360-recommendations-item{display:flex;flex-direction:column;gap:4px;padding:12px 14px;background:var(--bg-body);border-radius:8px;border:1px solid var(--border);transition:border-color .2s ease,box-shadow .2s ease}.child360-recommendations-item:hover{border-color:var(--primary-light);box-shadow:0 1px 6px #33339914}.child360-recommendations-domain{font-size:var(--font-size-sm);font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.04em}.child360-recommendations-activity{font-size:var(--font-size-base);color:var(--text);line-height:1.5}.child360-recommendations-empty{margin:0;font-size:var(--font-size-base);color:var(--text-muted);font-style:italic}.child360-recommendations-ref{margin:12px 0 0;font-size:var(--font-size-xs);color:var(--text-light);line-height:1.4}.child360-glance{position:relative;background:var(--bg-card);border-radius:8px;padding:14px 18px;margin-bottom:16px;box-shadow:0 1px 3px #0000000f;border:1px solid var(--border);border-left:4px solid var(--primary);transition:box-shadow .2s ease,border-left-color .2s ease}.child360-glance:hover{box-shadow:0 2px 12px #3333991a}.child360-glance-row{display:flex;flex-wrap:wrap;gap:16px 24px;align-items:baseline}.child360-glance-item{display:flex;flex-direction:column;gap:2px;min-width:64px}.child360-glance-item--highlight .child360-glance-value{font-weight:600;color:var(--primary)}.child360-glance-label{font-size:var(--font-size-xs);font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.child360-glance-value{font-size:var(--font-size-base);font-weight:500;color:var(--text);word-break:normal;overflow-wrap:break-word}.child360-risk-pill{display:inline-block;padding:2px 8px;border-radius:6px;font-size:var(--font-size-xs);font-weight:600;text-transform:uppercase;letter-spacing:.03em}.child360-risk-pill--high{background:#ffebee;color:var(--danger);animation:gentlePulse 2s ease-in-out infinite;box-shadow:0 0 0 1px #c6282833}.child360-risk-pill--medium{background:#fff3e0;color:#e65100}.child360-risk-pill--low{background:#e8f5e9;color:#2e7d32}.child360-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:14px 18px;align-items:stretch}.child360-cols>.child360-section:last-child{grid-column:1 / -1}@media (max-width: 1100px){.child360-cols{grid-template-columns:repeat(3,1fr)}}@media (max-width: 820px){.child360-cols{grid-template-columns:repeat(2,1fr)}}.child360-cols>.child360-section{min-width:0}.child360-section{display:flex;flex-direction:column;min-height:0;background:var(--bg-card);border-radius:8px;padding:14px 16px;margin-bottom:0;box-shadow:0 1px 3px #0000000f;border:1px solid var(--border);transition:box-shadow .25s ease,transform .25s ease,border-color .2s ease}.child360-section .child360-dl{flex:1;min-height:0}.child360-section:hover{box-shadow:0 6px 20px #3333991f;transform:translateY(-2px);border-color:#3393}.child360-section--compact{padding:10px 14px}.child360-section--compact .child360-section-title{margin-bottom:8px;padding-bottom:6px;font-size:11px}.child360-section-forms{margin-top:16px;margin-bottom:0}.child360-section-title{flex-shrink:0;margin:0 0 10px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);padding-bottom:6px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:6px}.child360-section-icon{opacity:.75;flex-shrink:0;color:var(--text-muted)}.child360-dl{margin:0;font-size:13px}.child360-dl dt{font-weight:500;color:var(--text-muted);margin-top:6px;margin-bottom:0;font-size:11px;text-transform:uppercase;letter-spacing:.03em;line-height:1.35;word-break:break-word}.child360-dl dt:first-child{margin-top:0}.child360-dl dd{margin:0;color:var(--text);font-weight:500}.child360-dl dd.empty,.child360-section .dd.empty{color:var(--text-light);font-weight:400;font-style:italic}.child360-dl-row{min-width:0}.child360-dl-row dt{margin-top:0}.child360-dl--grid{display:grid;grid-template-columns:auto 1fr;column-gap:12px;row-gap:4px;align-items:baseline}.child360-dl--grid .child360-dl-row{display:contents}.child360-dl--grid dt{margin-top:0;grid-column:1}.child360-dl--grid dd{grid-column:2;margin:0}.child360-dl--grid dd.empty{grid-column:2}.child360-dl--two-col{display:flex;flex-direction:column;gap:6px 0}.child360-dl--two-col .child360-dl-row{display:grid;grid-template-columns:minmax(180px,1fr) 1fr;column-gap:14px;row-gap:0;align-items:baseline;min-width:0;width:100%}.child360-dl--two-col .child360-dl-row dt{grid-column:1;margin-top:0;flex-shrink:0;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted)}.child360-dl--two-col .child360-dl-row dd{grid-column:2;margin:0;min-width:0;word-break:normal;overflow-wrap:break-word}.child360-dl--two-col .child360-dl-row dd.empty{grid-column:2}.child360-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.child360-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.child360-tag{display:inline-block;padding:4px 10px;background:#f1f5f9;border-radius:6px;font-size:12px;font-weight:500;color:var(--text)}.child360-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:280px;padding:40px;text-align:center;color:var(--text-muted);background:var(--bg-card);border-radius:12px;border:1px solid var(--border)}.child360-loading-spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:child360-spin .8s linear infinite;margin-bottom:16px}@keyframes child360-spin{to{transform:rotate(360deg)}}.child360-ai-list{list-style:none;padding:0;margin:0}.child360-ai-list li{padding:12px 14px;margin-bottom:8px;background:var(--primary-light);border-radius:6px;border-left:4px solid var(--primary);font-size:var(--font-size-base);line-height:1.5}.child360-ai-list li:last-child{margin-bottom:0}.child360-ai-list strong{color:var(--text-muted);font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.03em;margin-right:8px}.layout-root{min-height:100vh;display:flex;flex-direction:column;max-width:100%;overflow-x:hidden}.layout-header{background:var(--header-bg);color:#fff;min-height:80px;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;position:relative;flex-wrap:wrap;border-bottom:1px solid rgba(255,255,255,.25);overflow:visible}.layout-header>*{position:relative;z-index:1}@media (min-width: 1200px){.layout-header{flex-wrap:nowrap}}@media (min-width: 769px) and (max-width: 1100px){.layout-gov-emblem{height:48px;max-height:48px}.layout-gov-dept-line1{font-size:12px}.layout-gov-dept-line2{font-size:11px}.layout-gov-dept-text{max-width:200px}.layout-gov-photo{width:36px;height:36px;min-width:36px;min-height:36px}.layout-gov-name{font-size:10px}.layout-gov-caption{max-width:200px}.layout-gov-role{font-size:9px}}.layout-gov-banner{display:flex;align-items:center;gap:16px;row-gap:12px;flex:1 1 auto;min-width:0;flex-wrap:nowrap;overflow:visible}@media (max-width: 1199px){.layout-gov-banner{flex-wrap:wrap}}.layout-gov-left{display:flex;align-items:center;gap:12px;flex-shrink:0;min-width:0}.layout-gov-emblem{height:56px;width:auto;max-height:56px;object-fit:contain;display:block;flex-shrink:0;vertical-align:middle}.layout-gov-dept-text{display:flex;flex-direction:column;gap:2px;flex-shrink:1;min-width:0;max-width:280px}.layout-gov-dept-line1{color:#fff;font-size:13px;font-weight:600;line-height:1.3;letter-spacing:.01em;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.layout-gov-dept-line2{color:#fffffff2;font-size:11px;font-weight:500;line-height:1.3;letter-spacing:.01em;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.layout-gov-logos{display:flex;align-items:center;gap:14px;flex-shrink:0}.layout-gov-initiative{height:48px;width:auto;max-height:48px;object-fit:contain;display:block;flex-shrink:0;vertical-align:middle}.layout-gov-portraits{display:flex;align-items:center;gap:12px;margin-left:8px;flex-shrink:0;min-width:0;overflow:visible;flex-wrap:nowrap}.layout-gov-person{display:flex;flex-direction:row;align-items:center;gap:8px;flex-shrink:0;min-width:0;overflow:visible}.layout-gov-photo{width:40px;height:40px;min-width:40px;min-height:40px;border-radius:6px;object-fit:cover;border:1px solid rgba(255,255,255,.35);display:block;flex-shrink:0;vertical-align:middle}.layout-gov-caption{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;line-height:1.35;gap:2px;min-width:0;max-width:220px;overflow:visible;flex-shrink:1}.layout-gov-name{font-weight:700;font-size:11px;color:#fff;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;display:block}.layout-gov-role{font-size:9px;color:#ffffffeb;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;display:block;line-height:1.35}.layout-gov-tagline{font-size:10px;opacity:.9;white-space:normal;word-wrap:break-word;display:block}.layout-header-divider{width:1px;height:36px;background:#ffffff4d;flex-shrink:0;margin:0 8px;min-width:1px}.layout-header-actions{display:flex;align-items:center;gap:18px;min-height:40px;flex-shrink:0;min-width:0}.layout-header-brand{flex-shrink:0;min-width:0}.layout-brand-link{display:inline-flex;align-items:center;min-height:32px;color:#fff;text-decoration:none;font-weight:700;font-size:1.2rem;letter-spacing:.02em;white-space:nowrap;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:inline-block;max-width:100%}.layout-brand-link:hover{color:#fffffff2}.layout-brand-tagline{display:block;font-size:var(--font-size-xs);opacity:.9;margin-top:2px}.layout-menu-btn{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;min-width:44px;min-height:44px;padding:0;background:#ffffff26;border:1px solid rgba(255,255,255,.25);border-radius:8px;cursor:pointer;color:#fff;transition:background .2s;-webkit-tap-highlight-color:transparent}.layout-menu-btn:hover{background:#ffffff40}.layout-menu-btn-bar{display:block;width:22px;height:2px;background:currentColor;border-radius:1px;margin:0 auto}.layout-menu-btn-bar:nth-child(1),.layout-menu-btn-bar:nth-child(2),.layout-menu-btn-bar:nth-child(3){width:22px}.layout-nav{display:none}.layout-header-desk{display:flex;align-items:center;gap:18px;flex:0 0 auto;justify-content:flex-end;min-height:40px}.layout-desk-nav{display:flex;gap:18px;align-items:center}.layout-desk-nav .layout-nav-link,.layout-nav-link{color:#ffffffe6;text-decoration:none;font-size:var(--font-size-base);display:inline-flex;align-items:center;gap:6px;min-height:32px;line-height:1.4}.layout-desk-nav .layout-nav-link:hover,.layout-nav-link:hover{color:#fff;text-decoration:underline}.layout-nav-icon{opacity:.9;flex-shrink:0}.layout-desk-badge{font-size:12px;background:#fff3;color:#fff;padding:4px 10px;border-radius:4px}.layout-desk-user{font-size:var(--font-size-base);color:#fff}.layout-desk-logout{padding:8px 16px;background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:4px;cursor:pointer;font-size:var(--font-size-base)}.layout-desk-logout:hover{background:#ffffff4d}.layout-lang-switcher{display:flex;align-items:center;margin-left:4px;padding-left:14px;border-left:1px solid rgba(255,255,255,.25)}.layout-lang-select{min-height:28px;padding:2px 24px 2px 8px;font-size:12px;font-weight:500;line-height:1.3;color:#fff;background:#ffffff26;border:1px solid rgba(255,255,255,.35);border-radius:4px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='rgba(255,255,255,0.9)' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 6px center;transition:background .2s,border-color .2s}.layout-lang-select:hover{background-color:#ffffff38;border-color:#ffffff80}.layout-lang-select:focus{outline:none;border-color:#fff9;box-shadow:0 0 0 2px #fff3}.layout-lang-select option{background:var(--footer-bg);color:#fff}.layout-main{flex:1;padding:24px;max-width:1400px;margin:0 auto;width:100%;min-width:0;background:var(--bg-body)}.layout-footer{background:var(--footer-bg);color:#ffffffe6;padding:18px 24px;font-size:var(--font-size-sm);text-align:center;border-top:1px solid rgba(255,255,255,.15)}.layout-footer-text{margin-bottom:4px}.layout-footer-meta{font-size:var(--font-size-xs);opacity:.85}@media (max-width: 768px){.layout-header{min-height:auto;padding:8px 12px 10px;gap:8px;flex-direction:column;align-items:stretch;background:var(--header-bg)}.layout-header-divider{display:none}.layout-header-actions{order:0;flex:0 0 auto;width:100%;min-width:0;justify-content:space-between;align-items:center;gap:12px;min-height:44px}.layout-header.layout-menu-open .layout-header-actions{z-index:10002;position:relative}.layout-header-brand{flex:1;min-width:0}.layout-header-brand .layout-brand-link{font-size:1.1rem}.layout-menu-btn{display:flex;flex-shrink:0}.layout-gov-banner{order:1;width:100%;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px;row-gap:8px;padding-top:6px;border-top:1px solid rgba(255,255,255,.2)}.layout-gov-left{gap:6px;flex-shrink:0}.layout-gov-emblem{height:36px;max-height:36px}.layout-gov-dept-text{max-width:55%;min-width:0}.layout-gov-dept-line1{font-size:11px;line-height:1.25;white-space:normal;word-wrap:break-word;color:#fff}.layout-gov-dept-line2{font-size:10px;line-height:1.25;white-space:normal;word-wrap:break-word;color:#fffffff2}.layout-gov-portraits{display:flex;width:auto;max-width:100%;margin-left:0;margin-top:0;padding-top:6px;border-top:1px solid rgba(255,255,255,.15);justify-content:flex-start;gap:10px;flex-wrap:nowrap}.layout-gov-person{display:flex;flex-direction:row;align-items:center;gap:6px;flex-shrink:0}.layout-gov-photo{width:32px;height:32px;min-width:32px;min-height:32px}.layout-gov-caption{min-width:60px;max-width:120px;overflow:visible;justify-content:center}.layout-gov-name{font-size:9px;line-height:1.3;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;color:#fff}.layout-gov-role,.layout-gov-tagline{font-size:8px;line-height:1.3;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;color:#ffffffeb}.layout-header-desk{display:none}.layout-nav{display:block;position:fixed;top:0;left:0;right:0;bottom:0;z-index:10003;pointer-events:none;visibility:hidden;transition:visibility .2s}.layout-nav-open{pointer-events:auto;visibility:visible}.layout-nav-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .25s ease-out;z-index:10004}.layout-nav-open .layout-nav-backdrop{opacity:1}.layout-nav-inner{position:absolute;top:0;left:0;width:min(280px,85vw);max-width:100%;height:100%;background:var(--footer-bg);box-shadow:4px 0 24px #0000004d;display:flex;flex-direction:column;padding:0;transform:translate(-100%);transition:transform .25s ease-out;z-index:10005;overflow-y:auto;overflow-x:hidden}.layout-nav-open .layout-nav-inner{transform:translate(0)}.layout-nav-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.2);flex-shrink:0}.layout-nav-title{font-size:1.1rem;font-weight:700;color:#fff}.layout-nav-close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:transparent;border:none;color:#fff;cursor:pointer;border-radius:6px}.layout-nav-close:hover{background:#ffffff26}.layout-nav-links{flex:0 0 auto;padding:12px 20px;border-bottom:1px solid rgba(255,255,255,.15)}.layout-nav-links .layout-nav-link{display:flex;align-items:center;gap:10px;padding:14px 0;font-size:var(--font-size-base);border-bottom:1px solid rgba(255,255,255,.08);color:#fffffff2;text-decoration:none}.layout-nav-links .layout-nav-link:last-child{border-bottom:none}.layout-nav-links .layout-nav-link:hover{color:#fff}.layout-nav-lang{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.2);flex-shrink:0}.layout-nav-lang-label{font-size:14px;color:#fffffff2;flex-shrink:0}.layout-nav-lang .layout-lang-select--mobile{flex:1;min-width:0;min-height:40px;padding:8px 36px 8px 12px;font-size:14px}.layout-nav-meta{margin-top:auto;padding:20px 20px 24px;border-top:1px solid rgba(255,255,255,.15);display:flex;flex-direction:column;gap:12px;flex-shrink:0}.layout-nav-user{font-size:15px;color:#fffffff2;font-weight:500}.layout-nav-logout{padding:12px 16px;background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:6px;cursor:pointer;font-size:15px;width:100%;font-weight:500}.layout-nav-logout:hover{background:#ffffff4d}.layout-main{padding:16px}.page-header{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:20px}.page-title{font-size:var(--font-size-xl)}.page-actions{width:100%;flex-wrap:wrap}.card{padding:16px}.filter-bar,.filter-bar.table-filters-row{display:grid;grid-template-columns:1fr;gap:14px;margin-bottom:16px}.filter-bar .table-filters-row{display:grid;grid-template-columns:1fr;gap:14px}.filter-bar>div{min-width:0;max-width:none}.filter-bar .filter-group{min-width:0}.filter-bar .filter-group .input,.filter-bar .filter-group .select{width:100%;min-width:0}.search-bar{min-width:0;max-width:none;width:100%}.data-table-wrapper{overflow:visible;margin:0;padding:0 16px 16px}.data-table{min-width:0;width:100%}.data-table thead{display:none}.data-table tbody tr{display:block;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:16px;margin-bottom:12px;box-shadow:0 1px 3px #0000000f}.data-table tbody tr:last-child{margin-bottom:0}.data-table tbody td{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;border:none;border-bottom:1px solid var(--border);font-size:var(--font-size-base)}.data-table tbody td:last-child{border-bottom:none;padding-bottom:0}.data-table tbody td:first-child{padding-top:0}.data-table tbody td:before{content:attr(data-label);font-weight:600;font-size:var(--font-size-sm);color:var(--text-muted);flex-shrink:0}.data-table tbody td .link,.data-table tbody td>span{text-align:right;flex:1;min-width:0}.data-table tbody td .btn,.data-table tbody td .link+.btn{margin-left:auto}.data-table tbody tr.data-table-card-actions td:last-child{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.data-table tbody tr.data-table-card-actions td:last-child:before{width:100%;margin-bottom:4px}.child360-page{padding:0}.child360-glance{padding:10px 14px;margin-bottom:12px}.child360-glance-row{gap:12px 20px}.child360-glance-label{font-size:var(--font-size-xs)}.child360-glance-value{font-size:var(--font-size-sm)}.child360-cols{grid-template-columns:1fr;gap:12px}.child360-breadcrumb{font-size:12px;margin-bottom:10px}.child360-hero{padding:14px 16px;margin-bottom:14px}.child360-hero-title{font-size:18px;flex-wrap:wrap}.child360-hero-meta{gap:10px;font-size:13px}.child360-hero-actions{flex-wrap:wrap}.child360-hero-actions .btn{padding:8px 14px;font-size:13px}.child360-hero-actions-inline{gap:6px;justify-content:flex-start}.child360-action-btn{padding:8px 12px;font-size:13px}.child360-grid{grid-template-columns:1fr;gap:12px}.child360-section{padding:12px 14px;margin-bottom:0}.child360-section-title{font-size:11px;margin-bottom:8px}.child360-dl dt{font-size:11px}.child360-dl dd{font-size:13px}.child360-risk-banner{padding:12px 14px}.child360-risk-banner h3{font-size:14px}.child360-risk-banner p{font-size:13px}.child360-risk-banner-content{gap:10px}.child360-risk-banner-row{gap:6px 10px}.child360-risk-simple{padding:8px 10px;font-size:13px}.child360-risk-simple strong{font-size:12px}.child360-recommendations{padding:16px 18px;margin-bottom:16px}.child360-recommendations-title{font-size:var(--font-size-lg)}.child360-recommendations-meta{font-size:12px;gap:8px 16px}.child360-recommendations-activity{font-size:var(--font-size-sm)}.child360-ai-list li{font-size:13px;padding:8px 10px}.layout-footer{padding:14px 16px;font-size:12px}.layout-footer-meta{font-size:11px}}@media (max-width: 520px){.child360-glance-item{min-width:56px}.child360-risk-banner{padding:10px 12px}.child360-risk-banner-row{flex-direction:column;align-items:flex-start;gap:6px}.child360-risk-banner-sep{display:none}.child360-recommendations{padding:12px 14px}.child360-recommendations-title{font-size:var(--font-size-base)}.child360-recommendations-item{padding:10px 12px}.child360-recommendations-activity{font-size:13px;line-height:1.45}.child360-modal-box{max-width:96vw;margin:12px}.child360-risk-result-row{flex-direction:column;align-items:flex-start;gap:4px}.child360-risk-result-value{word-break:break-word;max-width:100%}}.unified-assessment-form{padding:0}.unified-assessment-sections{display:flex;flex-direction:column;gap:12px}.unified-section{border:1px solid var(--border);border-radius:8px;overflow:hidden}.unified-section-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 14px;background:var(--primary-light);border:none;cursor:pointer;font-size:14px;font-weight:600;text-align:left}.unified-section-header:hover{background:#d8e8e6}.unified-section-chevron{font-size:18px;transition:transform .2s;color:var(--primary)}.unified-section-body{padding:14px;background:var(--bg-card)}.unified-section-hint{font-size:12px;color:var(--text-muted);margin:0 0 12px;line-height:1.4}.unified-grid{display:grid;grid-template-columns:120px 1fr;gap:8px 16px;align-items:center}.unified-grid label{font-size:13px;font-weight:500}.unified-grid input,.unified-grid select{max-width:200px}.unified-checkboxes{display:flex;flex-wrap:wrap;gap:12px 20px}.unified-check{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:13px}.unified-msg{font-size:13px;margin:12px 0 0;padding:8px 12px;border-radius:6px}.unified-msg.success{background:#e8f5e9;color:#2e7d32}.unified-msg.error{background:#ffebee;color:var(--danger)}.unified-actions{display:flex;gap:12px;margin-top:20px;padding-top:16px;border-top:1px solid var(--border)}.growth-chart{padding:12px;border:1px solid var(--border);border-radius:8px;background:var(--bg-card)}.growth-chart-title{margin:0 0 10px;font-size:13px;font-weight:600}.growth-chart-svg{display:block}.growth-chart-empty{margin:0;font-size:12px;color:var(--text-muted)}.growth-chart--empty{min-height:80px;display:flex;flex-direction:column;justify-content:center}.growth-chart-legend{font-size:11px;color:var(--text-muted);margin-top:8px;display:flex;flex-wrap:wrap;gap:8px}.login-page,.login-form h1{font-family:var(--font-sans)}@media (max-width: 480px){body .login-page{padding:16px}body .login-form{padding:28px 22px}body .login-form h1{font-size:20px}}
