:root{font-family:Inter,PingFang SC,Microsoft YaHei,Noto Sans SC,Arial,sans-serif;color:#24313f;background:#f6f8fa;--mint: #17b89c;--mint-soft: #e9faf6;--line: #e2e8ee;--muted: #7b8794;--card: #ffffff;--shadow: 0 14px 36px rgba(31, 52, 72, .06)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;-webkit-font-smoothing:antialiased;background:#f6f8fa}button,input{font:inherit}button{cursor:pointer}.app-shell{--sidebar-expanded-width: 222px;--sidebar-collapsed-width: 76px;--sidebar-current-width: var(--sidebar-expanded-width);display:block;min-height:100vh;overflow:visible}.app-shell.sidebar-collapsed{--sidebar-current-width: var(--sidebar-collapsed-width)}.sidebar{width:var(--sidebar-current-width);min-width:var(--sidebar-current-width);background:#ffffffed;border-right:1px solid var(--line);display:flex;flex-direction:column;position:fixed;left:0;top:0;bottom:0;height:100vh;z-index:3;transition:width .18s ease,min-width .18s ease}.brand{height:72px;display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--line);position:relative}.brand img{width:46px;height:46px;object-fit:contain;border-radius:0;flex:0 0 auto}.kxc-ip{object-fit:cover;object-position:50% 24%;background:#c9eef7;box-shadow:inset 0 0 0 1px #ffffff8f}.brand img.kxc-ip-brand{border-radius:15px;object-position:50% 24%}.brand>div{min-width:0;flex:1}.brand strong{display:block;font-size:14px;line-height:1.2;letter-spacing:0;color:#111827;white-space:normal}.brand span{display:block;margin-top:5px;font-size:11px;color:#637381;white-space:nowrap}.sidebar-toggle{width:30px;height:30px;border:1px solid #dce7ee;border-radius:8px;background:#fffffff5;color:#607080;display:grid;place-items:center;padding:0;position:absolute;top:20px;right:-15px;z-index:4;box-shadow:0 8px 20px #1f34481f;transition:background .16s ease,color .16s ease,border-color .16s ease}.sidebar-toggle:hover{background:#f3fbf9;border-color:#9bded1;color:#078b76}.sidebar nav{flex:1;min-height:0;padding:12px 12px 8px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cdd8e1 transparent}.nav-group{margin-bottom:7px}.nav-home-group{margin-bottom:12px;padding-bottom:11px;border-bottom:1px solid #edf2f5}.nav-group-trigger{width:100%;height:38px;border:1px solid transparent;border-radius:9px;background:transparent;color:#667483;display:flex;align-items:center;gap:8px;padding:0 10px;margin-bottom:3px;text-align:left;transition:background .16s ease,border-color .16s ease,color .16s ease}.nav-group-trigger:hover{background:#f4f7f9;color:#1f2937}.nav-group-trigger.is-open{background:#f7fafb;border-color:#e2ebf1;color:#1f2937}.nav-group-trigger.is-active{background:#e9faf6;border-color:#bbe9df;color:#078b76}.nav-group-label{min-width:0;flex:1;display:flex;align-items:center;gap:9px}.nav-group-label svg{flex:0 0 auto}.nav-group-label span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:750}.nav-group-trigger em{min-width:22px;height:20px;border-radius:999px;background:#edf3f6;color:#758390;display:grid;place-items:center;padding:0 6px;font-size:11px;font-style:normal;font-weight:750}.nav-group-trigger.is-active em{background:#fff;color:#07957e}.nav-group-caret{flex:0 0 auto;color:currentColor}.nav-group-items{display:grid;gap:3px;margin:2px 0 8px}.nav-item{width:100%;height:38px;border:0;border-radius:8px;background:transparent;color:#344054;display:flex;align-items:center;gap:10px;padding:0 11px;font-size:13px;margin-bottom:0;transition:background .16s ease,color .16s ease,transform .16s ease}.nav-item:hover{background:#f3f6f8;color:#0b8f7b}.nav-item.is-active{background:linear-gradient(90deg,#e6f8f4,#eefaf7);color:#07957e;font-weight:650}.nav-item svg{flex:0 0 auto}.nav-item span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-tree-item{width:100%}.nav-caret{margin-left:auto;flex:0 0 auto}.nav-subitems{display:grid;gap:3px;margin:1px 0 5px 30px;padding-left:9px;border-left:1px solid #e3ebf1}.nav-subitem{width:100%;min-height:29px;border:0;border-radius:7px;background:transparent;color:#60707f;display:flex;align-items:center;padding:0 10px;font-size:12px;text-align:left}.nav-subitem:hover{background:#f3f6f8;color:#0b8f7b}.nav-subitem.is-active{background:#e9faf6;color:#078b76;font-weight:700}.app-shell.sidebar-collapsed .brand{justify-content:center;padding:12px}.app-shell.sidebar-collapsed .brand div,.app-shell.sidebar-collapsed .nav-group-label span,.app-shell.sidebar-collapsed .nav-group-trigger em,.app-shell.sidebar-collapsed .nav-group-caret,.app-shell.sidebar-collapsed .nav-item span{display:none}.app-shell.sidebar-collapsed .sidebar nav{padding:12px 9px 8px}.app-shell.sidebar-collapsed .nav-home-group{padding-bottom:8px;margin-bottom:8px}.app-shell.sidebar-collapsed .nav-group-trigger{justify-content:center;padding:0}.app-shell.sidebar-collapsed .nav-group-label{flex:0 0 auto;justify-content:center}.app-shell.sidebar-collapsed .nav-item{justify-content:center;padding:0}.app-shell.sidebar-collapsed .nav-caret,.app-shell.sidebar-collapsed .nav-subitems{display:none}.main{min-width:0;display:flex;flex-direction:column;width:calc(100% - var(--sidebar-current-width));min-height:100vh;margin-left:var(--sidebar-current-width);transition:width .18s ease,margin-left .18s ease}.topbar{height:72px;background:#ffffffe0;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px 0 22px;position:sticky;top:0;z-index:2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.page-title{font-size:21px;font-weight:750;color:#111827}.top-actions{display:flex;align-items:center;gap:14px}.top-actions>*{flex:0 0 auto}.hospital-switch,.profile,.icon-btn{border:0;background:#fff;box-shadow:0 4px 18px #1c2d3e0f;border-radius:16px;color:#1f2937;display:flex;align-items:center;gap:9px}.hospital-switch{height:40px;padding:0 14px;font-size:15px;font-weight:650}.hospital-switch span{white-space:nowrap}.hospital-switch svg{color:#2287e9}.weather{display:flex;align-items:center;gap:8px;color:#374151;font-size:14px;border-right:1px solid #d8e0e7;padding-right:14px}.weather svg{color:#5fa7ec;fill:#ffe2a8}.weather b{color:#15a889;background:#e5f7f2;padding:3px 8px;border-radius:999px;font-size:12px}.icon-btn{width:40px;height:40px;justify-content:center;position:relative}.icon-btn i{position:absolute;top:-3px;right:-3px;background:#ff564c;color:#fff;border:2px solid #fff;border-radius:999px;font-size:10px;line-height:16px;width:20px;height:20px;font-style:normal;font-weight:750}.profile{height:48px;padding:0 12px 0 8px;white-space:nowrap}.profile-avatar{display:grid;place-items:center;border-radius:50%;font-weight:750}.profile-avatar{width:36px;height:36px;background:linear-gradient(145deg,#dff4ff,#ffe4d7);color:#286986}.profile strong,.profile small{display:block;text-align:left}.profile strong{font-size:14px}.profile small{margin-top:2px;color:#7b8794;font-size:11px}.dashboard{padding:20px 22px 18px}.intro{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px}.intro h1{font-size:24px;line-height:1.2;margin:0 0 8px;color:#111827;letter-spacing:0}.intro p{margin:0;color:#6b7280;font-size:14px}.date-pill{display:flex;align-items:center;gap:8px;color:#616b76;font-size:13px;padding-top:7px;white-space:nowrap}.panel{background:#fffffff5;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow)}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.panel-header h2{margin:0;font-size:18px;line-height:1.25;color:#1f2937;letter-spacing:0}.panel-header h2 span{color:#606f7c;font-weight:500}.panel-header button{border:0;background:transparent;color:#5f6d7a;display:flex;align-items:center;gap:2px;font-size:12px;padding:4px 0}.flow-panel{padding:18px 20px 20px;margin-bottom:16px}.flow-row{display:grid;grid-template-columns:repeat(6,minmax(118px,1fr)) 86px;gap:12px;align-items:center;margin-top:16px}.flow-wrap{display:flex;align-items:center;min-width:0}.flow-card{min-height:156px;width:100%;border:1px solid #cfe1e7;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px 12px 12px;text-align:center;position:relative;background:linear-gradient(180deg,#fbffff,#f9fbfd)}.flow-icon{margin-bottom:10px}.flow-card h3{margin:0;font-size:14px;color:#233142}.flow-card p{margin:8px 0 0;color:#677483;font-size:12px;line-height:1.55}.step-number{position:absolute;left:10px;top:78px;width:20px;height:20px;border-radius:50%;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:800}.flow-arrow{color:#a7b2bd;flex:0 0 auto;margin-left:6px}.mascot{width:86px;height:108px;object-fit:cover;justify-self:center;align-self:end}.mascot.kxc-ip-flow{width:98px;height:118px;border-radius:28px;object-position:51% 24%;box-shadow:0 14px 30px #1e7a992e}.tone-mint{--tone: #16b99d;--soft: #e8faf5;--border: #bae8df}.tone-blue{--tone: #3c93e6;--soft: #edf6ff;--border: #c6dcf7}.tone-sky{--tone: #5da9ee;--soft: #eef8ff;--border: #c8e1f7}.tone-violet{--tone: #8169d9;--soft: #f5f1ff;--border: #dfd5fa}.tone-coral{--tone: #fb7669;--soft: #fff2f0;--border: #ffd2cc}.tone-amber{--tone: #f4a63d;--soft: #fff6e8;--border: #f8dfb8}.tone-teal{--tone: #1bb3a6;--soft: #e9fbf7;--border: #bee9e3}.flow-card[class*=tone-]{border-color:var(--border);background:linear-gradient(180deg,#ffffff 0%,var(--soft) 100%)}.flow-card[class*=tone-] .flow-icon,.flow-card[class*=tone-] .step-number,.stat-card[class*=tone-] .stat-icon{color:var(--tone)}.flow-card[class*=tone-] .step-number{background:var(--tone)}.stats-panel{padding:18px 20px;margin-bottom:16px}.system-alignment-panel{padding:18px 20px 20px;margin-bottom:16px}.system-alignment-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}.system-map-card{min-width:0;border:1px solid var(--border);border-radius:10px;background:linear-gradient(180deg,#ffffff 0%,var(--soft) 100%);padding:14px}.system-map-head{display:flex;align-items:center;gap:9px;margin-bottom:13px}.system-map-head span{width:36px;height:36px;border-radius:10px;background:#fff;color:var(--tone);display:grid;place-items:center;box-shadow:0 8px 18px #1f34480f}.system-map-head strong{color:#111827;font-size:16px}.system-map-block+.system-map-block{margin-top:12px;padding-top:12px;border-top:1px solid color-mix(in srgb,var(--border) 60%,#ffffff)}.system-map-block p{margin:0 0 8px;color:#5f6d7a;font-size:12px;font-weight:700}.system-tags{display:flex;flex-wrap:wrap;gap:6px}.system-tags span{min-width:0;border:1px solid color-mix(in srgb,var(--border) 74%,#ffffff);border-radius:999px;background:#ffffffc2;color:#526170;padding:5px 8px;font-size:11px;line-height:1.2}.capability-tags span{color:#1f2937;font-weight:650}.stats-grid{margin-top:16px;display:grid;grid-template-columns:repeat(6,minmax(128px,1fr));gap:18px}.stat-card{height:100px;border:1px solid var(--line);border-radius:10px;background:#fff;display:flex;align-items:center;gap:14px;padding:15px 14px}.stat-card[class*=tone-]{border-color:color-mix(in srgb,var(--border) 70%,#e3e8ed)}.stat-icon{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:var(--soft);flex:0 0 auto}.stat-card p{margin:0 0 4px;color:#66717d;font-size:12px}.stat-card strong{display:block;color:#111827;font-size:22px;line-height:1.15;letter-spacing:0}.stat-card span{display:block;margin-top:6px;color:#0ca678;font-size:12px}.content-grid{display:grid;grid-template-columns:1.05fr 1fr 1.25fr;gap:16px}.content-grid>.panel{padding:16px 16px 14px;min-width:0}.question-list,.project-list,.product-list{margin-top:13px}.question-row{display:grid;grid-template-columns:38px minmax(0,1fr) 54px;gap:10px;align-items:center;padding:9px 0;border-bottom:1px solid #eef2f5}.question-row:last-child,.project-row:last-child,.product-row:last-child{border-bottom:0}.doctor-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;background:#eef5f7}.question-main{min-width:0}.question-main>div{display:flex;align-items:center;gap:7px;min-width:0}.question-main strong{font-size:13px}.question-main small{color:#6b7280;font-size:11px}.question-main em{font-style:normal;color:#1d9f85;background:#e4f7f1;border-radius:999px;padding:2px 7px;font-size:11px;white-space:nowrap}.question-main p{margin:6px 0 0;color:#5a6570;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.row-status{text-align:right}.row-status span{display:inline-block;border-radius:999px;padding:4px 7px;font-size:11px}.row-status .pending{color:#f06f54;background:#fff0ec}.row-status .done{color:#13a06f;background:#e7f8ef}.row-status time{display:block;margin-top:5px;color:#7c8793;font-size:11px}.project-row{display:grid;grid-template-columns:54px minmax(0,1fr) 34px;gap:10px;align-items:center;padding:8px 0;border-bottom:1px solid #eef2f5}.project-thumb,.product-thumb{overflow:hidden;background:#eff8f6;border:1px solid #e3edf2;flex:0 0 auto}.project-thumb{width:54px;height:44px;border-radius:8px;display:grid;place-items:center}.project-thumb img{width:54px;height:54px;object-fit:cover}.project-body{min-width:0}.project-top{display:flex;justify-content:space-between;gap:8px}.project-top strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-top span{white-space:nowrap;color:#5d6874;font-size:12px}.project-body p{margin:5px 0 7px;font-size:11px;color:#72808d}.progress-track{height:5px;border-radius:999px;background:#dbe3ea;overflow:hidden}.progress-track i{height:100%;border-radius:inherit;display:block;background:#13b497}.project-row>b{color:#3a4754;font-size:13px;text-align:right}.search-box{height:34px;margin-top:12px;border:1px solid #dfe7ee;border-radius:8px;display:flex;align-items:center;gap:8px;padding:0 10px;color:#8793a0;background:#fbfcfd}.search-box input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:#24313f;font-size:12px}.product-row{display:grid;grid-template-columns:56px minmax(0,1fr) 64px 116px;gap:10px;align-items:center;min-height:66px;border-bottom:1px solid #eef2f5;transition:background .16s ease}.product-row.approved{background:linear-gradient(90deg,rgba(232,250,245,.72),transparent)}.product-thumb{width:48px;height:48px;border-radius:8px;display:grid;place-items:center}.product-thumb img{width:48px;height:48px;object-fit:cover}.product-1{background:#f3f8ff}.product-2{background:#f0fbf7}.product-3{background:#fff8ed}.product-4{background:#fff2f0}.product-info{min-width:0}.product-info strong{display:block;font-size:13px;color:#25313d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-info p{margin:4px 0 2px;color:#6f7b87;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-info span{color:#293542;font-size:12px}.product-row em{justify-self:start;font-style:normal;color:#16a181;background:#e9f8f3;border-radius:999px;padding:3px 7px;font-size:11px;white-space:nowrap}.review-actions{display:flex;gap:7px;justify-content:flex-end}.review-actions button{height:28px;border-radius:6px;display:flex;align-items:center;gap:3px;padding:0 9px;font-size:12px}.reject{border:1px solid #d6dfe7;color:#6b7580;background:#fff}.approve{border:1px solid #0db18e;background:#10b995;color:#fff}.expert-science-spotlight{padding:18px;margin-bottom:16px;overflow:hidden;background:linear-gradient(135deg,#fffffffa,#f8fcfbfa 58%,#fff9efeb)}.expert-science-spotlight.compact{margin-bottom:0}.spotlight-status-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.spotlight-status-card{min-width:0;min-height:86px;border:1px solid #e3edf2;border-radius:10px;background:#fff;padding:12px;display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:center}.spotlight-status-card[class*=tone-]{border-color:var(--border);background:linear-gradient(135deg,#ffffff 0%,var(--soft) 100%)}.spotlight-status-card>span{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;color:var(--tone);background:#fff;border:1px solid var(--border)}.spotlight-status-card strong,.spotlight-status-card p,.spotlight-status-card em{display:block}.spotlight-status-card strong{color:#17212b;font-size:13px}.spotlight-status-card p{margin:4px 0 0;color:#17212b;font-size:20px;line-height:1.15;font-weight:800}.spotlight-status-card em{margin-top:6px;color:var(--tone);font-size:11px;font-style:normal;font-weight:700}.spotlight-feature{min-width:0;margin-top:12px;border:1px solid var(--border);border-radius:12px;background:linear-gradient(135deg,#ffffff 0%,var(--soft) 100%);padding:14px;display:grid;gap:14px}.expert-profile{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:10px;align-items:center}.expert-profile img{width:44px;height:44px;border-radius:50%;object-fit:cover;background:#eef5f7;border:2px solid #fff}.expert-profile strong,.expert-profile span{display:block}.expert-profile strong{color:#17212b;font-size:15px}.expert-profile span{margin-top:4px;color:#60707f;font-size:12px}.expert-profile em{font-style:normal;color:var(--tone);background:#fff;border:1px solid var(--border);border-radius:999px;padding:5px 9px;font-size:11px;font-weight:750;white-space:nowrap}.lead-topic{border-radius:12px;background:#ffffffbd;border:1px solid rgba(255,255,255,.86);padding:14px}.lead-topic>span{display:inline-flex;align-items:center;gap:7px;color:var(--tone);font-size:12px;font-weight:800}.lead-topic h3{margin:9px 0 7px;color:#17212b;font-size:19px;line-height:1.3;letter-spacing:0}.lead-topic p{margin:0;color:#5f6d7a;font-size:13px;line-height:1.65}.family-task{display:grid;grid-template-columns:24px minmax(0,1fr);gap:8px;align-items:start;color:#334252;font-size:12px;line-height:1.6}.family-task svg{color:var(--tone);margin-top:2px}.five-health-track{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:14px}.five-health-card{min-width:0;min-height:124px;border:1px solid var(--border);border-radius:12px;background:#fff;padding:12px;display:grid;grid-template-columns:36px minmax(0,1fr);gap:10px}.topic-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:var(--tone);background:var(--soft);border:1px solid var(--border)}.five-health-card strong,.five-health-card p,.five-health-card em{display:block}.five-health-card strong{color:#17212b;font-size:13px}.five-health-card p{margin:5px 0 0;color:#5f6d7a;font-size:12px;line-height:1.45}.five-health-card em{margin-top:8px;color:var(--tone);font-size:11px;font-style:normal;font-weight:700}.parent-intro{align-items:center}.parent-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}.parent-main{display:grid;gap:16px;min-width:0}.parent-journey-panel,.child-panel,.module-panel,.article-panel,.service-panel,.companion-panel,.phone-preview{padding:16px}.parent-journey{margin-top:14px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.parent-journey article{border:1px solid #dce9ef;border-radius:10px;padding:14px 14px 13px;min-height:126px;background:linear-gradient(180deg,#fff,#f7fcfb);position:relative}.parent-journey article span{position:absolute;right:12px;top:12px;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;color:#fff;background:#13b497;font-size:12px;font-weight:800}.parent-journey article svg{color:#139f88;margin-bottom:12px}.parent-journey article strong,.child-list strong,.module-summary strong,.parent-article-list strong,.parent-service-grid strong,.companion-card strong,.task-list strong{display:block;color:#1f2937;font-size:14px}.parent-journey article p,.module-summary p,.parent-article-list p,.parent-service-grid p,.companion-card p,.task-list p{margin:6px 0 0;color:#65727e;font-size:12px;line-height:1.55}.parent-two-col{display:grid;grid-template-columns:.95fr 1.05fr;gap:16px}.parent-three-col{display:grid;grid-template-columns:1.1fr 1fr .95fr;gap:16px}.child-list,.parent-article-list,.task-list{margin-top:13px}.child-list button{width:100%;border:1px solid #edf2f5;background:#fff;border-radius:10px;padding:11px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:10px;align-items:center;text-align:left;margin-bottom:9px}.child-list button.selected{border-color:#9de0d2;background:#effbf7}.child-list button>span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#e0f7f1;color:#0b8f7b;font-weight:800}.child-list p{margin:5px 0 0;color:#687786;font-size:12px}.child-list em{font-style:normal;color:#168d78;background:#e5f7f2;padding:4px 8px;border-radius:999px;font-size:11px;white-space:nowrap}.parent-module-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px}.parent-module-tabs button{height:34px;border:1px solid #dde7ee;border-radius:8px;background:#fff;color:#54616f;display:flex;align-items:center;gap:6px;padding:0 10px;font-size:12px}.parent-module-tabs button.active{color:#078b76;border-color:#9cddd0;background:#ecfaf6;font-weight:700}.module-summary{margin-top:14px;padding:13px;border-radius:10px;background:linear-gradient(135deg,#f0fbf8,#f7fbff);border:1px solid #dcefeb}.module-summary.rich{background:linear-gradient(135deg,var(--soft),#ffffff);border-color:var(--border);padding:14px}.module-summary-top{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;align-items:center;margin-bottom:11px}.module-summary-top>span{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;color:var(--tone);background:#fff;border:1px solid var(--border)}.module-summary-top p{margin-top:4px}.module-summary-top em{font-style:normal;color:var(--tone);background:#fff;border:1px solid var(--border);border-radius:999px;padding:5px 9px;font-size:11px;font-weight:700;white-space:nowrap}.module-kpi-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:13px}.module-kpi-row div{min-height:66px;border-radius:10px;background:#ffffffd1;border:1px solid rgba(255,255,255,.78);padding:10px}.module-kpi-row span,.module-kpi-row strong{display:block}.module-kpi-row span{color:#6d7a87;font-size:11px}.module-kpi-row strong{margin-top:7px;color:#17212b;font-size:18px;line-height:1.15}.module-content-list,.module-action-list,.module-rule-list{margin-top:13px}.module-content-list{display:grid;gap:10px}.module-content-list div{min-height:92px;border:1px solid #e5edf2;border-radius:12px;background:linear-gradient(180deg,#fff,#f9fcfb);padding:12px}.module-content-list span{display:inline-flex;color:#0b8f7b;background:#e7f8f4;border-radius:999px;padding:3px 7px;font-size:11px;font-weight:700;margin-bottom:8px}.module-content-list strong,.module-action-list p,.module-rule-list p{color:#1f2937}.module-content-list strong{display:block;font-size:14px}.module-content-list p,.module-action-list p,.module-rule-list p{margin:6px 0 0;color:#65727e;font-size:12px;line-height:1.55}.module-action-list{display:grid;gap:10px}.module-action-list div{display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;align-items:start;border:1px solid #e5edf2;border-radius:12px;background:#fff;padding:11px}.module-action-list span{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#e8faf5;color:#0b8f7b;font-size:12px;font-weight:800}.module-action-list p,.module-rule-list p{margin-top:0}.module-rule-list{display:grid;gap:9px}.module-rule-list div{display:grid;grid-template-columns:20px minmax(0,1fr);gap:8px;align-items:start;padding:10px 0;border-bottom:1px solid #eef2f5}.module-rule-list div:last-child{border-bottom:0}.module-rule-list svg{color:#16b99d;margin-top:2px}.parent-article-list div{border-bottom:1px solid #eef2f5;padding:10px 0}.parent-article-list div:first-child{padding-top:0}.parent-article-list span,.parent-article-list em{display:inline-flex;margin:8px 6px 0 0;border-radius:999px;padding:3px 7px;font-size:11px;font-style:normal}.parent-article-list span{background:#eef7ff;color:#2f7ec4}.parent-article-list em{background:#fff4df;color:#b36a0b}.parent-service-grid{margin-top:13px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.parent-service-grid div{border:1px solid #edf2f5;border-radius:10px;padding:12px;min-height:112px;background:#fff}.parent-service-grid svg{color:#268ee2;margin-bottom:10px}.companion-card{margin-top:13px;border-radius:12px;background:linear-gradient(135deg,#e7fbf6,#fff6e9);border:1px solid #d6efe9;display:flex;align-items:center;gap:12px;padding:12px}.companion-card img{width:58px;height:58px;object-fit:contain}.companion-card img.kxc-ip-card{border-radius:18px;object-position:50% 24%}.task-list>div{display:grid;grid-template-columns:24px minmax(0,1fr);gap:9px;align-items:start;padding:10px 0;border-bottom:1px solid #eef2f5}.task-list>div:last-child{border-bottom:0}.task-list span{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;color:#f2a43d;background:#fff3dd}.task-list span.done{color:#fff;background:#16b99d}.phone-preview{position:sticky;top:88px}.phone-shell{width:100%;border-radius:30px;border:10px solid #21313d;background:#f6f8fa;overflow:hidden;box-shadow:0 18px 40px #20303e2e}.phone-status,.phone-tabbar{height:42px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 16px;color:#1f2937;font-size:12px}.phone-status b{font-size:13px}.phone-hero{margin:10px;border-radius:20px;background:linear-gradient(135deg,#17b89c,#62b8ed);color:#fff;min-height:146px;padding:18px 16px;display:flex;align-items:center;justify-content:space-between;overflow:hidden}.phone-hero p,.phone-hero h3{margin:0}.phone-hero h3{margin-top:8px;font-size:22px;line-height:1.2}.phone-hero span{display:inline-flex;margin-top:12px;background:#ffffff38;border-radius:999px;padding:5px 9px;font-size:11px}.phone-hero img{width:86px;height:96px;object-fit:contain}.phone-hero img.kxc-ip-phone{width:96px;height:104px;border-radius:24px;object-fit:cover;object-position:51% 24%;flex:0 0 auto;box-shadow:0 14px 28px #114e6833}.phone-auth{display:grid;grid-template-columns:1fr 1fr;margin:0 10px 10px;gap:8px}.phone-auth button{height:34px;border:1px solid #dfe7ee;border-radius:10px;color:#60707f;background:#fff}.phone-auth button.active{border-color:#16b99d;color:#078b76;background:#e9faf6;font-weight:700}.phone-core-science{margin:0 10px 10px;border-radius:16px;background:#fff;border:1px solid #bae8df;padding:12px;box-shadow:0 8px 18px #2333430f}.phone-core-science span,.phone-core-science strong,.phone-core-science p{display:block}.phone-core-science span{width:max-content;max-width:100%;color:#0b8f7b;background:#e8faf5;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:750}.phone-core-science strong{margin-top:8px;color:#17212b;font-size:14px;line-height:1.25}.phone-core-science p{margin:6px 0 0;color:#64717e;font-size:11px;line-height:1.45}.scan-card{margin:0 10px 10px;padding:11px;border-radius:14px;background:#fff;display:flex;gap:10px;align-items:center;border:1px solid #e4edf3}.scan-card svg{color:#16b99d;flex:0 0 auto}.scan-card strong{display:block;font-size:13px}.scan-card p{margin:4px 0 0;color:#66717d;font-size:11px;line-height:1.45}.phone-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:0 10px 10px}.phone-grid button{border:1px solid var(--border);background:#fff;border-radius:14px;padding:11px;min-height:104px;text-align:left;color:#22313f}.phone-grid svg{color:var(--tone);margin-bottom:8px}.phone-grid strong,.phone-grid span{display:block}.phone-grid strong{font-size:13px}.phone-grid span{color:#6b7784;font-size:11px;line-height:1.45;margin-top:5px}.phone-section{background:#fff;margin:0 10px 10px;border-radius:16px;padding:12px;border:1px solid #e4edf3}.phone-section>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.phone-section button{border:0;background:transparent;color:#0c9b84;font-size:11px}.phone-section article{display:grid;grid-template-columns:24px minmax(0,1fr) auto;gap:8px;align-items:center;padding:8px 0;border-bottom:1px solid #eef2f5}.phone-section article:last-child{border-bottom:0}.phone-section svg{color:#16b99d}.phone-section p{margin:0;color:#263442;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phone-section em{font-style:normal;color:#8a96a3;font-size:10px;white-space:nowrap;max-width:92px;overflow:hidden;text-overflow:ellipsis}.phone-tabbar{border-top:1px solid #e6edf2;height:52px}.phone-tabbar span{display:grid;place-items:center;gap:2px;color:#6a7885}.module-intro{align-items:center}.module-badge{min-width:168px;height:46px;border-radius:999px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--tone);background:var(--soft);border:1px solid var(--border);font-weight:750;white-space:nowrap}.module-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:16px}.module-stat{min-height:112px;padding:18px}.module-stat p{margin:0;color:#697684;font-size:13px}.module-stat strong{display:block;margin-top:10px;color:#111827;font-size:28px;line-height:1.1}.module-stat span{display:inline-flex;margin-top:10px;color:#0a9f78;background:#e8f8f2;border-radius:999px;padding:4px 8px;font-size:12px}.module-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px;align-items:start}.module-left{display:grid;gap:16px;min-width:0}.module-table-panel,.module-flow-panel,.module-detail-card,.module-side-card{padding:16px}.module-search{margin-bottom:12px}.module-table{border:1px solid #e5edf3;border-radius:10px;overflow:hidden}.module-table-head,.module-table button{display:grid;align-items:center;gap:10px}.module-table-head{min-height:42px;background:#f5f8fa;color:#697684;font-size:12px;font-weight:700;padding:0 14px}.module-table button{width:100%;min-height:52px;border:0;border-top:1px solid #edf2f5;background:#fff;color:#354250;text-align:left;padding:0 14px;font-size:13px}.module-table button:hover,.module-table button.selected{background:#f0fbf8}.module-table span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-cell{justify-self:start;color:#0c967c;background:#e8f8f2;border-radius:999px;padding:4px 8px;font-size:12px}.module-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}.module-flow div{min-height:86px;border:1px solid #dfe9ef;border-radius:10px;background:linear-gradient(180deg,#fff,#f8fbfc);display:flex;align-items:center;gap:8px;padding:12px;position:relative}.module-flow div>span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#16b99d;color:#fff;font-size:12px;font-weight:800;flex:0 0 auto}.module-flow strong{font-size:13px;color:#24313f}.module-flow svg{margin-left:auto;color:#a5b1bd}.module-right{display:grid;gap:16px;position:sticky;top:88px}.module-detail-card{min-height:226px;background:linear-gradient(135deg,#fff,#eefbf7)}.detail-icon{width:58px;height:58px;border-radius:16px;display:grid;place-items:center;color:#0b967e;background:#dff8f2}.module-detail-card p{margin:16px 0 7px;color:#6c7a87;font-size:12px}.module-detail-card strong{display:block;color:#111827;font-size:22px;line-height:1.2}.module-detail-card span{display:block;margin-top:12px;color:#667481;font-size:12px;line-height:1.65}.side-check-list{display:grid;gap:10px;margin-top:14px}.side-check-list div{display:grid;grid-template-columns:22px minmax(0,1fr);gap:8px;align-items:start;color:#425160;font-size:13px;line-height:1.45}.side-check-list svg{width:20px;height:20px;color:#fff;background:#16b99d;border-radius:50%;padding:3px}.redesigned-intro{border-bottom:1px solid #e5edf3;padding-bottom:14px}.module-stat-grid.redesigned .module-stat{border-radius:8px;box-shadow:0 8px 22px #1f34480b}.special-workspace{display:grid;gap:16px;align-items:start}.special-workspace .panel{border-radius:8px}.care-workspace{grid-template-columns:minmax(0,1fr) 320px}.triage-board,.quick-appointment-board,.compliance-card,.schedule-card,.charity-hero,.charity-list-panel,.charity-lane,.commerce-board,.checklist-card,.pipeline-card,.editorial-calendar,.content-preview,.content-rules,.asset-hero-panel,.asset-source-panel,.sticker-production-panel,.sticker-gallery-panel,.ip-material-panel,.asset-rules-panel,.analytics-main,.analytics-matrix,.analytics-actions{padding:16px}.quick-appointment-board{grid-column:1 / -1}.quick-appointment-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:14px;margin-top:14px}.quick-appointment-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.quick-appointment-summary div{min-height:104px;border-radius:10px;border:1px solid #d9e9f2;background:linear-gradient(180deg,#fff,#f5fbff);padding:13px}.quick-appointment-summary svg{color:#3c93e6;margin-bottom:10px}.quick-appointment-summary span,.quick-appointment-summary strong{display:block}.quick-appointment-summary span{color:#65727f;font-size:12px}.quick-appointment-summary strong{margin-top:6px;color:#111827;font-size:24px;line-height:1.1}.quick-appointment-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.quick-appointment-list button{min-width:0;border:1px solid var(--border);border-radius:10px;background:linear-gradient(135deg,#ffffff 0%,var(--soft) 100%);padding:13px;text-align:left;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;align-items:start}.quick-appointment-list strong,.quick-appointment-list span,.quick-appointment-list p,.quick-appointment-list em,.quick-appointment-list b{display:block}.quick-appointment-list strong{color:#1f2937;font-size:14px}.quick-appointment-list span{margin-top:5px;color:#667483;font-size:12px}.quick-appointment-list p{margin:0;color:#1f2937;font-size:13px;font-weight:750;justify-self:end}.quick-appointment-list em{grid-column:1;color:var(--tone);font-size:12px;font-style:normal;font-weight:750}.quick-appointment-list b{justify-self:end;border-radius:999px;background:#fff;color:var(--tone);border:1px solid var(--border);padding:4px 8px;font-size:11px}.triage-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}.triage-columns>div{min-height:360px;border-radius:8px;background:#f6f9fb;border:1px solid #e2ebf1;padding:12px}.triage-columns h3{margin:0 0 10px;color:#526170;font-size:13px}.triage-columns button,.rows-stack button{width:100%;border:1px solid #e4edf3;border-radius:8px;background:#fff;text-align:left;padding:12px;margin-bottom:10px}.triage-columns button.selected,.rows-stack button.selected,.charity-cards button.selected,.commerce-grid button.selected,.editorial-grid button.selected,.bar-chart button.selected{border-color:#16b99d;box-shadow:0 0 0 3px #16b99d1f}.triage-columns strong,.rows-stack strong,.charity-cards strong,.commerce-grid strong,.editorial-grid strong{display:block;color:#1f2937;font-size:14px}.triage-columns span,.rows-stack span,.charity-cards p,.commerce-grid p,.editorial-grid p{display:block;margin-top:6px;color:#687786;font-size:12px;line-height:1.45}.triage-columns em,.rows-stack em,.charity-cards span,.commerce-grid em,.editorial-grid em{display:inline-flex;margin-top:10px;border-radius:999px;background:#e8f8f2;color:#0b9279;padding:4px 8px;font-size:11px;font-style:normal}.care-side,.commerce-side{display:grid;gap:16px}.compliance-card{background:linear-gradient(135deg,#f4fbff,#eefaf7)}.compliance-card svg{color:#118f79}.compliance-card h2,.schedule-card h2,.charity-lane h2,.checklist-card h2,.pipeline-card h2,.content-preview h2,.content-rules h2,.asset-rules-panel h2,.analytics-matrix h2,.analytics-actions h2{margin:10px 0 12px;color:#1f2937;font-size:17px}.compliance-card p,.charity-lane p,.content-rules p,.asset-rules-panel p,.analytics-actions p{margin:8px 0 0;color:#5f6d7a;font-size:12px;line-height:1.55}.schedule-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.schedule-grid span{min-height:54px;border-radius:8px;background:#f3f7fa;color:#536273;display:grid;place-items:center;text-align:center;font-size:12px;padding:8px}.schedule-grid span.hot{background:#e7f8f3;color:#0b9279;font-weight:700}.charity-workspace{grid-template-columns:minmax(0,1fr) 300px;grid-template-areas:"hero side" "list side"}.charity-hero{grid-area:hero;min-height:190px;background:linear-gradient(135deg,#fff7f5,#eefbf7);display:flex;justify-content:space-between;gap:18px;align-items:center}.charity-hero p,.charity-hero h2,.charity-hero span{margin:0}.charity-hero p{color:#f0644e;font-weight:750}.charity-hero h2{margin-top:10px;color:#1f2937;font-size:28px}.charity-hero span{display:block;max-width:620px;margin-top:10px;color:#65727e;line-height:1.6}.charity-ring{width:126px;height:126px;border:12px solid #ffd8d2;border-top-color:#16b99d;border-radius:50%;display:grid;place-items:center;text-align:center;flex:0 0 auto}.charity-ring strong,.charity-ring span{display:block}.charity-ring strong{font-size:24px;color:#1f2937}.charity-ring span{margin:0;font-size:11px}.charity-list-panel{grid-area:list}.charity-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}.charity-cards button{border:1px solid #e4edf3;border-radius:8px;background:#fff;padding:10px;text-align:left}.charity-cards img{width:100%;height:86px;object-fit:cover;border-radius:6px;margin-bottom:10px}.charity-lane{grid-area:side;min-height:100%}.charity-lane div,.pipeline-card div,.analytics-matrix div{display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;align-items:start;padding:11px 0;border-bottom:1px solid #edf2f5}.charity-lane div span,.pipeline-card div span{width:26px;height:26px;border-radius:50%;background:#16b99d;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:800}.commerce-workspace{grid-template-columns:minmax(0,1fr) 330px}.commerce-board{min-height:520px}.commerce-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:14px}.commerce-grid button{min-height:190px;border:1px solid #e3ebf1;border-radius:8px;background:linear-gradient(180deg,#fff,#f8fbfd);padding:14px;text-align:left}.commerce-grid img{width:54px;height:54px;object-fit:cover;border-radius:8px;border:1px solid #e5edf3;margin-bottom:14px}.commerce-grid svg{color:#139f88;margin-bottom:14px}.pipeline-card div p,.analytics-matrix div span{margin:0;color:#536273;font-size:13px}.content-workspace{grid-template-columns:minmax(0,1.3fr) minmax(280px,.8fr) 280px}.editorial-grid{display:grid;gap:10px;margin-top:14px}.editorial-grid button{border:1px solid #e4edf3;border-radius:8px;background:#fff;padding:12px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:10px;align-items:center;text-align:left}.editorial-grid button>span{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#eef7ff;color:#2f7ec4;font-weight:800}.editorial-grid em{margin:0}.content-preview{min-height:360px;background:linear-gradient(180deg,#fff,#f7fbff)}.content-preview p{color:#65727e;font-size:13px;line-height:1.7}.content-preview div{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.content-preview span{border-radius:999px;background:#f1f5ff;color:#526bb0;padding:6px 10px;font-size:12px}.asset-library-workspace{grid-template-columns:minmax(0,1.35fr) 320px;grid-template-areas:"studio studio" "hero hero" "sources rules" "stickers rules" "materials rules"}.sticker-studio-panel{grid-area:studio;padding:20px}.studio-title-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.studio-title-row>div:first-child>span{color:#078b76;font-size:12px;font-weight:800}.studio-title-row h2{margin:5px 0 0;color:#17212b;font-size:21px;line-height:1.2}.studio-api-state{min-height:34px;border:1px solid #d9e4eb;border-radius:999px;background:#f7fafb;color:#667483;display:inline-flex;align-items:center;gap:8px;padding:0 12px;font-size:12px;font-weight:700;white-space:nowrap}.studio-api-state i{width:8px;height:8px;border-radius:50%;background:#a9b5bf}.studio-api-state.connected{border-color:#9edfd3;background:#eefaf7;color:#087f6e}.studio-api-state.connected i{background:#16b99d}.studio-stepper{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:16px;border:1px solid #dfe8ee;border-radius:8px;overflow:hidden}.studio-stepper button{min-width:0;height:54px;border:0;border-right:1px solid #dfe8ee;background:#fff;color:#687684;display:flex;align-items:center;justify-content:center;gap:9px;padding:0 10px}.studio-stepper button:last-child{border-right:0}.studio-stepper button>span{width:25px;height:25px;border-radius:50%;background:#eef3f6;color:#65727f;display:grid;place-items:center;flex:0 0 auto;font-size:11px;font-weight:800}.studio-stepper button strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.studio-stepper button.active{background:#eefaf7;color:#087f6e}.studio-stepper button.active>span,.studio-stepper button.complete>span{background:#16b99d;color:#fff}.studio-layout{display:grid;grid-template-columns:minmax(0,1.45fr) 340px;margin-top:16px;border:1px solid #e0e8ee;border-radius:8px;overflow:hidden}.studio-controls{min-width:0;padding:18px}.studio-stage-title{display:flex;align-items:center;gap:10px}.studio-stage-title span{color:#2f7ec4;font-size:11px;font-weight:800}.studio-stage-title strong{color:#1f2937;font-size:15px}.studio-control-stage{min-height:244px;margin-top:14px}.studio-character-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.studio-character-grid button{min-width:0;min-height:214px;border:1px solid #dfe7ed;border-radius:8px;background:#fff;padding:8px;position:relative;text-align:left}.studio-character-grid button:hover,.studio-character-grid button.selected{border-color:#16b99d;box-shadow:0 0 0 3px #16b99d1a}.studio-character-grid img{width:100%;height:146px;border-radius:6px;background:#f2f7f9;object-fit:contain}.studio-character-grid span,.studio-character-grid strong{display:block}.studio-character-grid span{margin-top:8px;color:#2f7ec4;font-size:10px;font-weight:750}.studio-character-grid strong{margin-top:4px;color:#273442;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-character-grid button>svg{position:absolute;top:12px;right:12px;width:22px;height:22px;border-radius:50%;background:#16b99d;color:#fff;padding:4px}.studio-copy-step{max-width:720px}.studio-field>span,.studio-field-label{display:block;margin-bottom:8px;color:#394858;font-size:12px;font-weight:750}.studio-field>div{height:48px;border:1px solid #cfdae2;border-radius:8px;background:#fff;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:0 12px}.studio-field>div:focus-within{border-color:#16b99d;box-shadow:0 0 0 3px #16b99d1a}.studio-field input{min-width:0;border:0;outline:0;background:transparent;color:#17212b;font-size:15px;font-weight:650}.studio-field small{color:#8793a0;font-size:11px}.studio-quick-copy{display:flex;flex-wrap:wrap;gap:7px;margin:10px 0 18px}.studio-quick-copy button{min-height:30px;border:1px solid #dce5eb;border-radius:999px;background:#fff;color:#5f6d7a;padding:0 10px;font-size:11px}.studio-quick-copy button.selected,.studio-quick-copy button:hover{border-color:#8bd5c7;background:#eefaf7;color:#087f6e}.studio-segmented{width:min(100%,520px);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #dce5eb;border-radius:8px;overflow:hidden}.studio-segmented button{min-width:0;height:38px;border:0;border-right:1px solid #dce5eb;background:#fff;color:#65727f;font-size:12px}.studio-segmented button:last-child{border-right:0}.studio-segmented button.selected{background:#eefaf7;color:#087f6e;font-weight:750}.studio-motion-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.studio-motion-grid button{min-width:0;min-height:92px;border:1px solid #dfe7ed;border-radius:8px;background:#fff;color:#6f7c88;display:grid;grid-template-columns:28px minmax(0,1fr) 18px;gap:10px;align-items:center;padding:13px;text-align:left}.studio-motion-grid button:hover,.studio-motion-grid button.selected{border-color:#83cfc1;background:#f2fbf9;color:#078b76}.studio-motion-grid strong,.studio-motion-grid span{display:block}.studio-motion-grid strong{color:#273442;font-size:13px}.studio-motion-grid span{margin-top:5px;color:#74818e;font-size:11px}.studio-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid #e3eaf0}.studio-summary>div{min-width:0;min-height:66px;border-bottom:1px solid #e3eaf0;padding:12px 8px}.studio-summary>div:nth-child(odd){border-right:1px solid #e3eaf0}.studio-summary span,.studio-summary strong{display:block}.studio-summary span{color:#7b8794;font-size:11px}.studio-summary strong{margin-top:5px;color:#273442;font-size:13px}.studio-navigation,.studio-output-actions{display:flex;align-items:center;gap:9px}.studio-navigation{justify-content:flex-end;min-height:40px;margin-top:14px}.studio-primary-action,.studio-secondary-action,.studio-link-action{min-height:38px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 14px;font-size:12px;font-weight:750}.studio-primary-action{border:1px solid #0da88b;background:#12b696;color:#fff}.studio-secondary-action{border:1px solid #d6e0e7;background:#fff;color:#5f6d7a}.studio-link-action{border:0;background:transparent;color:#2f7ec4;padding:0 5px}.studio-primary-action:disabled,.studio-secondary-action:disabled{cursor:not-allowed;opacity:.46}.studio-preview-pane{min-width:0;border-left:1px solid #e0e8ee;background:#f7fafb;padding:18px}.studio-preview-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.studio-preview-head>strong{color:#273442;font-size:13px}.studio-mode{border-radius:999px;background:#edf2f5;color:#6d7a87;padding:4px 8px;font-size:10px;font-weight:750}.studio-mode.mode-api{background:#e8f8f2;color:#078b76}.studio-preview-stage{width:min(100%,248px);aspect-ratio:1;margin:14px auto 0;border:1px solid #dce5eb;border-radius:8px;background:#fff;display:grid;place-items:center;overflow:hidden;position:relative}.studio-preview-stage img{width:100%;height:100%;object-fit:contain}.studio-preview-stage>strong{position:absolute;left:12px;right:12px;bottom:12px;border-radius:7px;background:#ffffffeb;color:#17212b;padding:7px 9px;font-size:16px;text-align:center}.studio-job-status{margin-top:14px}.studio-job-status>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}.studio-job-status span,.studio-job-status strong{color:#65727f;font-size:11px}.studio-job-status.status-ready span,.studio-job-status.status-ready strong,.studio-job-status.status-saved span,.studio-job-status.status-saved strong{color:#078b76}.studio-job-status.status-error span,.studio-job-status.status-error strong{color:#d95f51}.studio-progress{height:6px;margin-top:8px;border-radius:999px;background:#e1e8ed;overflow:hidden}.studio-progress i{display:block;height:100%;border-radius:inherit;background:#16b99d;transition:width .22s ease}.studio-task-id{display:block;margin-top:8px;color:#8a96a1;font-size:10px;overflow-wrap:anywhere}.studio-output-actions{justify-content:flex-end;margin-top:14px;padding-top:14px;border-top:1px solid #e7edf1}.asset-hero-panel{grid-area:hero;display:grid;grid-template-columns:minmax(280px,.92fr) minmax(0,1.08fr);gap:16px;align-items:stretch;background:linear-gradient(135deg,#f6fbff,#fff7f6)}.asset-hero-banner{width:100%;min-height:210px;max-height:300px;object-fit:cover;border-radius:8px;border:1px solid #dbe8f0;background:#fff}.asset-hero-copy{min-width:0;border:1px solid #dce9f1;border-radius:8px;background:#ffffffc7;padding:18px;display:grid;grid-template-columns:68px minmax(0,1fr);gap:14px;align-items:center}.asset-hero-copy img{width:68px;height:68px;object-fit:cover;border-radius:16px;border:1px solid #dce9f1}.asset-hero-copy p{margin:0 0 8px;color:#2f7ec4;font-size:12px;font-weight:800}.asset-hero-copy h2{margin:0;color:#111827;font-size:25px;line-height:1.18}.asset-hero-copy span{display:block;margin-top:10px;color:#5f6d7a;font-size:13px;line-height:1.6}.asset-source-panel{grid-area:sources}.asset-source-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:14px}.asset-source-list button{min-width:0;min-height:116px;border:1px solid #e1ebf2;border-radius:8px;background:#fff;padding:12px;text-align:left}.asset-source-list button.selected{border-color:#16b99d;box-shadow:0 0 0 3px #16b99d1f}.asset-source-list strong,.asset-source-list span,.asset-source-list em,.asset-source-list b{display:block}.asset-source-list strong{color:#1f2937;font-size:13px}.asset-source-list span{margin-top:7px;color:#65727f;font-size:12px;line-height:1.45}.asset-source-list em{margin-top:10px;color:#2f7ec4;font-size:12px;font-style:normal;font-weight:750}.asset-source-list b{margin-top:7px;width:max-content;max-width:100%;border-radius:999px;background:#e8f8f2;color:#0b9279;padding:4px 8px;font-size:11px}.sticker-gallery-panel{grid-area:stickers}.sticker-production-panel{grid-area:process}.production-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px}.production-kpis div{min-width:0;border:1px solid #dbe8f0;border-radius:8px;background:linear-gradient(180deg,#fff,#f6fbff);padding:12px}.production-kpis span,.production-kpis strong,.production-kpis p{display:block}.production-kpis span{color:#65727f;font-size:12px}.production-kpis strong{margin-top:6px;color:#111827;font-size:22px;line-height:1.1}.production-kpis p{margin:7px 0 0;color:#667483;font-size:12px;line-height:1.35}.production-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px}.production-flow article{min-width:0;min-height:148px;border:1px solid #e1ebf2;border-radius:8px;background:#fff;padding:12px;display:grid;grid-template-columns:30px minmax(0,1fr);gap:8px;align-items:start}.production-flow article>span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#e8f6ff;color:#2f7ec4;font-size:12px;font-weight:800}.production-flow strong{display:block;color:#1f2937;font-size:13px}.production-flow p{margin:6px 0 0;color:#65727f;font-size:12px;line-height:1.45}.production-flow em{display:inline-flex;margin-top:9px;color:#2f7ec4;font-size:11px;font-style:normal;font-weight:700}.production-flow b{grid-column:1 / -1;width:max-content;max-width:100%;border-radius:999px;background:#e8f8f2;color:#0b9279;padding:4px 8px;font-size:11px;align-self:end}.sticker-gallery{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:10px;margin-top:14px}.sticker-card{min-width:0;border:1px solid #e1ebf2;border-radius:8px;background:linear-gradient(180deg,#fff,#f8fbfd);padding:10px;text-align:center}.sticker-card img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:7px;background:#f5f8fb}.sticker-card strong{display:block;margin-top:8px;color:#1f2937;font-size:12px;line-height:1.25}.sticker-card span{display:block;margin-top:5px;color:#6a7886;font-size:11px}.ip-material-panel{grid-area:materials}.ip-material-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}.ip-material-card{min-width:0;border:1px solid #e1ebf2;border-radius:8px;background:#fff;padding:10px}.ip-material-card img{width:100%;aspect-ratio:1.55;object-fit:contain;border-radius:7px;background:#f7fafc}.ip-material-card strong,.ip-material-card span{display:block}.ip-material-card strong{margin-top:9px;color:#1f2937;font-size:13px}.ip-material-card span{margin-top:5px;color:#2f7ec4;font-size:12px}.asset-rules-panel{grid-area:rules;position:sticky;top:88px;background:linear-gradient(180deg,#fff,#f5fbff)}.asset-flow-list{display:grid;gap:8px;margin-top:16px}.asset-flow-list span{border-radius:8px;background:#edf7ff;color:#365f86;padding:10px;font-size:12px;font-weight:700}.analytics-workspace{grid-template-columns:minmax(0,1.4fr) 310px 310px}.endpoint-workspace{grid-template-columns:minmax(0,1fr) 330px;grid-template-areas:"hero hero" "list side"}.endpoint-hero{grid-area:hero;min-height:170px;padding:18px;display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:18px;align-items:stretch;border-color:var(--border);background:linear-gradient(135deg,#ffffff 0%,var(--soft) 100%)}.endpoint-hero span{display:inline-flex;width:max-content;max-width:100%;color:var(--tone);background:#fff;border:1px solid var(--border);border-radius:999px;padding:5px 10px;font-size:12px;font-weight:750}.endpoint-hero h2{margin:13px 0 8px;color:#111827;font-size:28px;line-height:1.15;letter-spacing:0}.endpoint-hero p{max-width:760px;margin:0;color:#5e6b78;font-size:14px;line-height:1.7}.endpoint-focus{min-width:0;border-radius:12px;background:#ffffffd1;border:1px solid rgba(255,255,255,.95);padding:15px}.endpoint-focus svg{color:var(--tone);margin-bottom:12px}.endpoint-focus strong,.endpoint-focus p{display:block}.endpoint-focus strong{color:#17212b;font-size:18px;line-height:1.3}.endpoint-focus p{margin-top:8px;color:#60707f;font-size:12px;line-height:1.55}.endpoint-list-panel{grid-area:list;padding:16px;min-height:460px}.endpoint-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.endpoint-cards button{min-width:0;min-height:152px;border:1px solid #e4edf3;border-radius:10px;background:linear-gradient(180deg,#fff,#f8fbfd);padding:14px;text-align:left}.endpoint-cards button.selected{border-color:#16b99d;box-shadow:0 0 0 3px #16b99d1f}.endpoint-cards strong,.endpoint-cards p,.endpoint-cards span,.endpoint-cards em{display:block}.endpoint-cards strong{color:#1f2937;font-size:15px}.endpoint-cards p{margin:8px 0 0;color:#65727f;font-size:12px;line-height:1.5}.endpoint-cards span{margin-top:10px;color:#2f7ec4;font-size:12px}.endpoint-cards em{width:max-content;max-width:100%;margin-top:10px;color:#0b9279;background:#e8f8f2;border-radius:999px;padding:4px 8px;font-size:11px;font-style:normal;font-weight:750}.endpoint-side{grid-area:side;display:grid;gap:16px}.endpoint-rule-card,.endpoint-flow-card{padding:16px}.endpoint-rule-card h2,.endpoint-flow-card h2{margin:0 0 12px;color:#1f2937;font-size:17px}.endpoint-flow-card div{display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;align-items:start;padding:11px 0;border-bottom:1px solid #edf2f5}.endpoint-flow-card div:last-child{border-bottom:0}.endpoint-flow-card span{width:26px;height:26px;border-radius:50%;background:#16b99d;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:800}.endpoint-flow-card p{margin:0;color:#536273;font-size:13px}.analytics-main{min-height:460px}.bar-chart{height:340px;display:grid;grid-template-columns:repeat(4,1fr);align-items:end;gap:18px;margin-top:24px;padding:18px 12px 0;border-bottom:1px solid #dbe5ec}.bar-chart button{border:0;background:transparent;display:grid;justify-items:center;gap:8px}.bar-chart i{width:58px;min-height:80px;border-radius:12px 12px 0 0;background:linear-gradient(180deg,#16b99d,#7ddac8);display:block}.bar-chart span,.bar-chart strong{color:#334252;font-size:12px}.analytics-matrix div{grid-template-columns:minmax(0,1fr) auto}.analytics-matrix strong{color:#111827}@media(max-width:1160px){.care-workspace,.charity-workspace,.commerce-workspace,.content-workspace,.asset-library-workspace,.analytics-workspace,.endpoint-workspace{grid-template-columns:1fr;grid-template-areas:none}.charity-hero,.charity-list-panel,.charity-lane,.sticker-studio-panel,.asset-hero-panel,.asset-source-panel,.sticker-production-panel,.sticker-gallery-panel,.ip-material-panel,.asset-rules-panel,.endpoint-hero,.endpoint-list-panel,.endpoint-side{grid-area:auto}.charity-cards,.commerce-grid,.asset-source-list,.production-kpis,.production-flow,.triage-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.sticker-gallery{grid-template-columns:repeat(6,minmax(0,1fr))}.ip-material-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-appointment-layout{grid-template-columns:1fr}.quick-appointment-summary{grid-template-columns:repeat(4,minmax(0,1fr))}.quick-appointment-list{grid-template-columns:repeat(2,minmax(0,1fr))}.endpoint-hero{grid-template-columns:minmax(0,1fr) 260px}.asset-rules-panel{position:static}.studio-layout{grid-template-columns:1fr}.studio-preview-pane{border-left:0;border-top:1px solid #e0e8ee}}@media(max-width:760px){.charity-cards,.commerce-grid,.triage-columns,.asset-hero-panel,.asset-source-list,.production-kpis,.production-flow,.quick-appointment-layout,.quick-appointment-summary,.quick-appointment-list,.endpoint-hero,.endpoint-cards,.schedule-grid,.analytics-workspace{grid-template-columns:1fr}.sticker-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}.ip-material-grid{grid-template-columns:1fr}.charity-hero{display:block}.charity-ring{margin-top:16px}.editorial-grid button{grid-template-columns:34px minmax(0,1fr)}.editorial-grid em{grid-column:2;justify-self:start}.bar-chart{overflow-x:auto;grid-template-columns:repeat(4,90px)}}footer{margin-top:auto;min-height:44px;border-top:1px solid var(--line);background:#fff;color:#77828e;font-size:11px;display:flex;align-items:center;gap:22px;padding:0 28px}footer button{border:0;background:transparent;color:#77828e;padding:0}footer button:first-of-type{margin-left:auto}@media(max-width:1160px){.app-shell{--sidebar-current-width: var(--sidebar-collapsed-width)}.sidebar{width:76px;min-width:76px}.sidebar-toggle{display:none}.brand{justify-content:center;padding:12px}.brand div,.nav-group-label span,.nav-group-trigger em,.nav-group-caret,.nav-item span{display:none}.sidebar nav{padding:12px 9px 8px}.nav-home-group{padding-bottom:8px;margin-bottom:8px}.nav-group-trigger{justify-content:center;padding:0}.nav-group-label{flex:0 0 auto;justify-content:center}.nav-item{justify-content:center;padding:0}.nav-caret,.nav-subitems{display:none}.flow-row,.stats-grid,.system-alignment-grid,.content-grid,.module-stat-grid,.module-flow,.parent-journey,.module-kpi-row{grid-template-columns:1fr 1fr}.spotlight-status-row,.five-health-track{grid-template-columns:repeat(2,minmax(0,1fr))}.parent-layout,.module-layout,.parent-three-col{grid-template-columns:1fr}.phone-preview,.module-right{position:static}.mascot{display:none}}@media(max-width:760px){.app-shell{--sidebar-current-width: 0px;display:block;overflow-x:hidden}.sidebar{position:sticky;top:0;z-index:6;width:100%;height:auto;min-width:0;border-right:0;border-bottom:1px solid var(--line);background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.main,.app-shell.sidebar-collapsed .main{width:100%;margin-left:0}.brand div,.nav-item span,.nav-group-label span,.app-shell.sidebar-collapsed .brand div,.app-shell.sidebar-collapsed .nav-item span,.app-shell.sidebar-collapsed .nav-group-label span{display:block}.brand{height:52px;gap:9px;padding:6px 12px}.brand img{width:38px;height:38px}.brand img.kxc-ip-brand{border-radius:12px}.brand strong{font-size:17px;line-height:1.08}.brand span{margin-top:2px;font-size:10px}.sidebar nav{display:flex;gap:6px;overflow-x:auto;overscroll-behavior-x:contain;padding:8px 10px;scrollbar-width:none}.sidebar nav::-webkit-scrollbar,.top-actions::-webkit-scrollbar{display:none}.nav-group{display:flex;gap:6px;margin:0;flex:0 0 auto;width:max-content;align-items:center}.nav-home-group{padding-bottom:0;border-bottom:0}.nav-group-trigger{width:max-content;height:34px;flex:0 0 auto;border-color:#dde7ee;background:#fff;gap:6px;padding:0 10px}.nav-group-trigger em,.nav-group-caret{display:none}.nav-group-items{display:flex;gap:6px;margin:0;width:max-content;flex:0 0 auto}.nav-tree-item{display:flex;gap:6px;flex:0 0 auto;width:max-content;min-width:max-content}.nav-subitems{display:flex;gap:5px;margin:0;padding-left:0;border-left:0}.nav-subitem{width:max-content;min-height:34px;border:1px solid #dde7ee;border-radius:8px;background:#fff;white-space:nowrap;padding:0 9px;font-size:12px}.nav-item{width:max-content;height:34px;white-space:nowrap;gap:6px;padding:0 10px;font-size:12px}.nav-item svg,.nav-group-label svg{width:16px;height:16px}.nav-caret{width:12px;height:12px}.topbar{height:auto;min-height:0;align-items:flex-start;flex-direction:column;gap:9px;padding:10px 12px;position:static}.page-title{font-size:18px;line-height:1.2}.top-actions{width:100%;gap:7px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.hospital-switch{height:34px;max-width:190px;border-radius:12px;gap:6px;padding:0 10px;font-size:12px}.hospital-switch span{overflow:hidden;text-overflow:ellipsis}.weather{gap:5px;padding-right:8px;font-size:12px}.weather b{padding:2px 6px;font-size:11px}.icon-btn{width:34px;height:34px;border-radius:12px}.profile{width:34px;height:34px;border-radius:12px;justify-content:center;gap:0;padding:0}.profile-avatar{width:26px;height:26px;font-size:12px}.profile strong{font-size:12px}.profile small{display:none}.profile>span:not(.profile-avatar),.profile>svg{display:none}.dashboard{padding:12px}.intro{display:block;margin-bottom:10px}.intro h1{margin-bottom:5px;font-size:21px}.intro p{font-size:12px;line-height:1.5}.date-pill{margin-top:8px;padding-top:0;font-size:12px}.panel{border-radius:10px}.panel-header{gap:8px}.panel-header h2{font-size:17px}.flow-panel,.stats-panel,.system-alignment-panel,.expert-science-spotlight{margin-bottom:12px;padding:14px}.flow-row,.content-grid,.system-alignment-grid,.parent-journey,.parent-two-col,.parent-three-col,.parent-service-grid,.module-kpi-row{grid-template-columns:1fr}.flow-row,.stats-grid,.system-alignment-grid,.module-stat-grid,.module-flow,.spotlight-status-row,.five-health-track,.quick-appointment-summary,.endpoint-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.system-alignment-grid{grid-template-columns:1fr}.flow-row,.flow-wrap{align-items:stretch}.flow-arrow,.flow-row .mascot{display:none}.flow-card{min-height:118px;padding:12px 10px}.flow-icon{margin-bottom:6px}.flow-icon svg{width:34px;height:34px}.flow-card h3{font-size:13px}.flow-card p,.lead-topic p,.five-health-card p,.endpoint-cards p{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.step-number{left:8px;top:8px}.stat-card{min-height:86px;height:auto;gap:9px;padding:12px}.stat-icon{width:38px;height:38px}.stat-icon svg{width:20px;height:20px}.stat-card strong{font-size:18px}.stat-card span{margin-top:4px;font-size:11px}.spotlight-status-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.spotlight-status-card{min-height:72px;grid-template-columns:1fr;gap:4px;padding:10px}.spotlight-status-card>span{display:none}.spotlight-status-card p{font-size:18px}.spotlight-status-card em{margin-top:3px}.spotlight-feature{gap:10px;padding:12px}.expert-profile{grid-template-columns:44px minmax(0,1fr)}.expert-profile em{grid-column:1 / -1;justify-self:start}.lead-topic{padding:12px}.lead-topic h3{font-size:17px}.five-health-card{min-height:110px;grid-template-columns:30px minmax(0,1fr);gap:8px;padding:10px}.topic-icon{width:30px;height:30px}.module-intro{display:grid;gap:10px}.module-badge{width:fit-content;min-width:0;height:36px;padding:0 12px;font-size:13px}.module-stat-grid{margin-bottom:12px}.module-stat{min-height:90px;padding:13px}.module-stat p{font-size:12px}.module-stat strong{margin-top:7px;font-size:22px}.module-stat span{margin-top:7px;padding:3px 7px;font-size:11px}.special-workspace{gap:12px}.quick-appointment-board,.triage-board,.compliance-card,.schedule-card,.charity-hero,.charity-list-panel,.charity-lane,.commerce-board,.checklist-card,.pipeline-card,.editorial-calendar,.content-preview,.content-rules,.sticker-studio-panel,.asset-hero-panel,.asset-source-panel,.sticker-production-panel,.sticker-gallery-panel,.ip-material-panel,.asset-rules-panel,.analytics-main,.analytics-matrix,.analytics-actions,.module-table-panel,.module-flow-panel,.module-detail-card,.module-side-card,.endpoint-list-panel,.endpoint-rule-card,.endpoint-flow-card{padding:14px}.quick-appointment-layout{gap:12px;margin-top:12px}.quick-appointment-summary div{min-height:86px;padding:11px}.quick-appointment-summary svg{width:20px;height:20px;margin-bottom:6px}.quick-appointment-summary strong{font-size:21px}.quick-appointment-list{grid-template-columns:1fr}.quick-appointment-list button{padding:12px}.endpoint-workspace{grid-template-areas:none}.endpoint-hero,.endpoint-list-panel,.endpoint-side{grid-area:auto}.endpoint-hero{min-height:0;gap:12px;padding:14px}.endpoint-hero h2{margin:9px 0 6px;font-size:22px}.endpoint-hero p{font-size:12px;line-height:1.55}.endpoint-focus{padding:12px}.endpoint-focus svg{width:24px;height:24px;margin-bottom:8px}.endpoint-focus strong{font-size:16px}.endpoint-list-panel{min-height:0}.endpoint-cards button{min-height:118px;padding:12px}.endpoint-cards strong{font-size:13px}.endpoint-cards span,.endpoint-cards em{margin-top:7px;font-size:11px}.endpoint-side{gap:12px}.module-summary-top{grid-template-columns:42px minmax(0,1fr)}.module-summary-top em{grid-column:1 / -1;justify-self:start}.module-table{overflow-x:auto}.module-table-head,.module-table button{min-width:720px}.product-row{grid-template-columns:50px minmax(0,1fr)}.product-row em,.review-actions{grid-column:2}.review-actions{justify-content:flex-start}footer{flex-wrap:wrap;padding:12px 16px;gap:10px}}@media(max-width:420px){.dashboard{padding:10px}.brand strong{font-size:16px}.hospital-switch{max-width:164px}.weather{border-right:0}.flow-row,.stats-grid,.system-alignment-grid,.module-stat-grid,.module-flow,.five-health-track,.quick-appointment-summary,.endpoint-cards{gap:8px}.spotlight-status-row{gap:6px}.spotlight-status-card{padding:8px}.spotlight-status-card strong,.module-stat p,.stat-card p{font-size:11px}.spotlight-status-card p{font-size:16px}.endpoint-cards{grid-template-columns:1fr}}.system-module-intro{position:relative;border-bottom:1px solid #dfe6eb;padding-bottom:16px}.system-module-intro:after{content:"";width:52px;height:3px;position:absolute;left:0;bottom:-1px;background:var(--system-accent)}.system-intro-space{--system-accent: #ef746c}.system-intro-behavior{--system-accent: #7968d7}.system-intro-content{--system-accent: #3189c8}.system-intro-commerce{--system-accent: #db8b24}.system-module-intro .module-system-kicker{color:var(--system-accent)}.system-workspace{min-width:0;display:grid;gap:14px}.system-workspace button,.system-workspace select,.system-workspace textarea{font:inherit}.workspace-section-head{min-width:0;display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.workspace-section-head small,.workspace-section-head h2,.workspace-section-head span{min-width:0;display:block}.workspace-section-head small{color:#798895;font-size:9px;font-weight:800}.workspace-section-head h2{margin:4px 0 0;color:#1e2d3c;font-size:17px}.workspace-section-head>span{color:#84919b;font-size:9px}.workspace-segmented{min-width:0;display:inline-grid;grid-auto-flow:column;grid-auto-columns:minmax(74px,auto);border:1px solid #d9e2e8;border-radius:7px;background:#fff;overflow:hidden}.workspace-segmented button{min-height:34px;border:0;border-right:1px solid #d9e2e8;background:#fff;color:#6e7c89;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 11px;font-size:10px;font-weight:750;white-space:nowrap}.workspace-segmented button:last-child{border-right:0}.workspace-segmented button.active{background:#edf5f8;color:#263746;box-shadow:inset 0 -2px 0 currentColor}.workspace-note{display:block}.workspace-note>span{display:block;margin-bottom:6px;color:#50606f;font-size:10px;font-weight:800}.workspace-note textarea{width:100%;min-height:66px;border:1px solid #d8e1e7;border-radius:6px;background:#fff;color:#334454;outline:none;padding:9px;font-size:10px;line-height:1.45;resize:vertical}.workspace-note textarea:focus{border-color:#7bb9c7;box-shadow:0 0 0 3px #409db21c}.system-workspace-feedback{min-height:34px;border:1px solid #bde2d8;border-radius:6px;background:#effaf6;color:#087d68;display:flex;align-items:center;gap:7px;padding:7px 9px;font-size:9px;line-height:1.4}.workspace-action-row,.content-control-actions,.commerce-actions{display:flex;justify-content:flex-end;gap:8px}.system-workspace button.primary,.system-workspace button.secondary{min-height:36px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;font-size:10px;font-weight:800}.system-workspace button.primary{border:1px solid #243746;background:#243746;color:#fff}.system-workspace button.secondary{border:1px solid #d3dde4;background:#fff;color:#5d6d7a}.system-workspace button:disabled{cursor:not-allowed;opacity:.42}.workspace-table-wrap{width:100%;min-width:0;overflow-x:auto}.workspace-table-wrap table{width:100%;min-width:720px;border-collapse:collapse;table-layout:fixed}.workspace-table-wrap th,.workspace-table-wrap td{border-bottom:1px solid #e4eaee;padding:10px 12px;text-align:left;overflow-wrap:anywhere}.workspace-table-wrap th{background:#f5f8fa;color:#758491;font-size:9px;font-weight:800}.workspace-table-wrap td{color:#475867;font-size:10px}.workspace-table-wrap tbody tr{cursor:pointer;transition:background .15s ease}.workspace-table-wrap tbody tr:hover,.workspace-table-wrap tbody tr.selected{background:#f1f8fa}.workspace-status,.commerce-status{display:inline-flex;align-items:center;border-radius:999px;background:#edf7f4;color:#0d8d76;padding:4px 7px;font-size:9px;font-weight:800}.spatial-workspace{--spatial-coral: #e96e67;--spatial-teal: #199b8a;--spatial-ink: #334555}.spatial-toolbar{min-height:58px;border:1px solid #dce4e9;background:#fff;display:grid;grid-template-columns:minmax(210px,1fr) auto minmax(310px,1fr);align-items:center;gap:18px;padding:10px 14px}.spatial-toolbar>div:first-child span,.spatial-toolbar>div:first-child strong{display:block}.spatial-toolbar>div:first-child span{color:#85919b;font-size:9px}.spatial-toolbar>div:first-child strong{margin-top:4px;color:var(--spatial-ink);font-size:12px}.spatial-toolbar .workspace-segmented button.active{background:#fff2f0;color:#d85f58}.spatial-layer-controls{display:flex;align-items:center;justify-content:flex-end;gap:6px}.spatial-layer-controls button{min-height:30px;border:1px solid #dce4e9;border-radius:6px;background:#fff;color:#7b8995;display:inline-flex;align-items:center;gap:6px;padding:0 8px;font-size:9px}.spatial-layer-controls button i{width:7px;height:7px;border:1px solid #aab6bf;border-radius:2px}.spatial-layer-controls button[aria-pressed=true]{border-color:#ebaaa5;background:#fff5f4;color:#be514b}.spatial-layer-controls button[aria-pressed=true] i{border-color:var(--spatial-coral);background:var(--spatial-coral)}.spatial-main-grid{min-width:0;display:grid;grid-template-columns:minmax(0,1.72fr) minmax(280px,.68fr);gap:14px;align-items:stretch}.spatial-map-panel,.spatial-inspector,.spatial-register{min-width:0;border:1px solid #dbe3e8;background:#fff}.spatial-map-panel{padding:14px}.spatial-map-head{min-height:42px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.spatial-map-head small,.spatial-map-head h2,.spatial-map-head>span{display:block}.spatial-map-head small{color:var(--spatial-coral);font-size:9px;font-weight:800}.spatial-map-head h2{margin:4px 0 0;color:#203140;font-size:17px}.spatial-map-head>span{color:#84919b;font-size:9px}.spatial-floor-map{height:470px;position:relative;margin-top:12px;border:1px solid #cfd9df;background-color:#f3f6f7;background-image:linear-gradient(#e3e9ed 1px,transparent 1px),linear-gradient(90deg,#e3e9ed 1px,transparent 1px);background-size:24px 24px;overflow:hidden}.spatial-room{position:absolute;border:2px solid #aebbc4;background:#ffffffe6}.spatial-room span{position:absolute;left:8px;top:7px;color:#89959e;font-size:9px;font-weight:800}.room-entry{left:4%;top:34%;width:18%;height:31%}.room-wait{left:25%;top:8%;width:36%;height:40%}.room-clinic{right:4%;top:8%;width:31%;height:40%}.room-check{left:25%;bottom:8%;width:30%;height:34%}.room-service{right:4%;bottom:8%;width:37%;height:34%}.spatial-route-line{height:0;position:absolute;left:12%;right:10%;top:56%;border-top:3px dashed rgba(25,155,138,.58);transform:rotate(-4deg)}.mode-points .spatial-route-line{opacity:.35}.mode-route .spatial-route-line{border-top-width:5px;opacity:1}.spatial-marker{min-width:0;position:absolute;z-index:2;border:0;background:transparent;color:#415261;display:flex;align-items:center;gap:6px;padding:0;text-align:left}.spatial-marker>span{width:28px;height:28px;flex:0 0 28px;border:3px solid #fff;border-radius:50%;background:#71808d;color:#fff;box-shadow:0 4px 12px #28374438;display:grid;place-items:center;font-size:9px;font-weight:850}.spatial-marker>strong{max-width:112px;border:1px solid #d9e2e7;border-radius:5px;background:#fffffff0;padding:5px 7px;font-size:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.spatial-marker:hover>span,.spatial-marker.active>span{background:var(--spatial-coral);transform:scale(1.08)}.spatial-marker.active>strong{border-color:var(--spatial-coral);color:#b94e48}.spatial-marker.complete>span{background:var(--spatial-teal)}.marker-1{left:10%;top:47%}.marker-2{left:38%;top:26%}.marker-3{right:11%;top:26%}.marker-4{left:36%;bottom:18%}.marker-5{right:17%;bottom:18%}.marker-6,.marker-7,.marker-8{right:28%;top:51%}.spatial-map-legend{position:absolute;left:10px;bottom:10px;z-index:3;border:1px solid #dce4e8;background:#fffffff2;display:flex;gap:10px;padding:7px 9px}.spatial-map-legend span{color:#73818d;display:flex;align-items:center;gap:5px;font-size:8px}.spatial-map-legend i{width:7px;height:7px;border-radius:50%;background:#71808d}.spatial-map-legend i.active{background:var(--spatial-coral)}.spatial-map-legend i.complete{background:var(--spatial-teal)}.spatial-inspector{border-top:4px solid var(--spatial-coral);padding:15px}.spatial-inspector-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;border-bottom:1px solid #e3e9ed;padding-bottom:12px}.spatial-inspector-head small,.spatial-inspector-head h2{display:block}.spatial-inspector-head small{color:var(--spatial-coral);font-size:9px;font-weight:800}.spatial-inspector-head h2{margin:4px 0 0;color:#263746;font-size:17px}.spatial-inspector-head em{border-radius:999px;background:#fff0ee;color:#c65750;padding:5px 7px;font-size:9px;font-style:normal;font-weight:800;white-space:nowrap}.spatial-field-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;border-bottom:1px solid #e3e9ed}.spatial-field-list>div{min-width:0;padding:11px 8px 11px 0}.spatial-field-list dt,.spatial-field-list dd{margin:0}.spatial-field-list dt{color:#8a96a0;font-size:8px}.spatial-field-list dd{margin-top:4px;color:#445666;font-size:10px;font-weight:700;overflow-wrap:anywhere}.spatial-progress{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;margin-top:12px}.spatial-progress>span{height:6px;border-radius:999px;background:#edf1f3;overflow:hidden}.spatial-progress i{height:100%;border-radius:inherit;background:var(--spatial-coral);display:block}.spatial-progress strong{color:#657581;font-size:9px}.spatial-checklist,.behavior-checklist,.content-production-controls fieldset,.commerce-inspector fieldset{display:grid;gap:6px;border:0;margin:14px 0;padding:0}.spatial-checklist legend,.behavior-checklist legend,.content-production-controls fieldset legend,.commerce-inspector fieldset legend{width:100%;margin-bottom:6px;color:#50606f;font-size:10px;font-weight:800}.spatial-checklist legend span,.behavior-checklist legend span,.content-production-controls fieldset legend span,.commerce-inspector fieldset legend span{float:right;color:#71808d}.spatial-checklist label,.behavior-checklist label,.content-production-controls fieldset label,.commerce-inspector fieldset label{min-height:34px;border:1px solid #e0e7eb;border-radius:6px;background:#fff;color:#566674;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;padding:6px 8px;font-size:9px;cursor:pointer}.spatial-checklist label.checked,.behavior-checklist label.checked,.content-production-controls fieldset label.checked,.commerce-inspector fieldset label.checked{border-color:#b9dfd6;background:#f0faf6}.spatial-checklist input,.behavior-checklist input,.content-production-controls fieldset input,.commerce-inspector fieldset input{position:absolute;opacity:0;pointer-events:none}.spatial-checklist label>span,.behavior-checklist label>span,.content-production-controls fieldset label>span,.commerce-inspector fieldset label>span{width:17px;height:17px;border:1px solid #c8d3da;border-radius:4px;color:#fff;display:grid;place-items:center}.spatial-checklist label.checked>span,.behavior-checklist label.checked>span,.content-production-controls fieldset label.checked>span,.commerce-inspector fieldset label.checked>span{border-color:#13977f;background:#13977f}.spatial-inspector .workspace-note{margin-top:12px}.spatial-inspector .system-workspace-feedback{margin-top:10px}.spatial-inspector .workspace-action-row{margin-top:12px}.spatial-inspector button.primary{border-color:var(--spatial-coral);background:var(--spatial-coral)}.spatial-register{padding:14px}.spatial-register .workspace-table-wrap{margin-top:12px;border:1px solid #e0e7eb}.behavior-workspace{--behavior-violet: #7563d5;--behavior-teal: #1ca58f;--behavior-coral: #ed776c}.behavior-journey-board{min-width:0;border:1px solid #dcdfe8;border-left:4px solid var(--behavior-violet);background:#fff;padding:15px}.behavior-live-metrics{display:flex;align-items:center;gap:18px}.behavior-live-metrics span{color:#7d8994;font-size:9px}.behavior-live-metrics b{margin-right:4px;color:#334454;font-size:14px}.behavior-stage-lane{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:15px;border:1px solid #dfe5ea;overflow:hidden}.behavior-stage-lane>div{min-width:0;min-height:94px;position:relative;border-right:1px solid #dfe5ea;background:#f8f9fb;padding:13px 10px 10px 39px}.behavior-stage-lane>div:last-child{border-right:0}.behavior-stage-lane>div.active{background:#f2effc;box-shadow:inset 0 -4px 0 var(--behavior-violet)}.behavior-stage-lane>div.complete{background:#eff9f6}.behavior-stage-lane span{width:23px;height:23px;position:absolute;left:9px;top:12px;border-radius:50%;background:#e4e9ed;color:#74828e;display:grid;place-items:center;font-size:9px;font-weight:800}.behavior-stage-lane .active span{background:var(--behavior-violet);color:#fff}.behavior-stage-lane .complete span{background:var(--behavior-teal);color:#fff}.behavior-stage-lane strong,.behavior-stage-lane small{display:block}.behavior-stage-lane strong{color:#3e4f5f;font-size:10px}.behavior-stage-lane small{margin-top:7px;color:#82909b;font-size:8px;line-height:1.45}.behavior-main-grid{min-width:0;display:grid;grid-template-columns:minmax(220px,.68fr) minmax(430px,1.55fr) minmax(220px,.65fr);gap:14px;align-items:start}.behavior-queue,.behavior-action-console,.behavior-collaboration-rail{min-width:0;border:1px solid #dde4e9;background:#fff}.behavior-queue{padding:13px}.behavior-queue-head{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;border-bottom:1px solid #e3e8ec;padding-bottom:11px}.behavior-queue-head small,.behavior-queue-head h2{display:block}.behavior-queue-head small{color:var(--behavior-violet);font-size:9px;font-weight:800}.behavior-queue-head h2{margin:4px 0 0;color:#293a49;font-size:14px}.behavior-queue-head .workspace-segmented{grid-auto-columns:44px}.behavior-queue-head .workspace-segmented button{min-height:29px;padding:0 7px;font-size:9px}.behavior-queue-head .workspace-segmented button.active{background:#f1eefc;color:var(--behavior-violet)}.behavior-queue-list{display:grid;margin-top:5px}.behavior-queue-list>button{min-width:0;min-height:76px;border:0;border-bottom:1px solid #e5eaee;background:#fff;display:grid;grid-template-columns:8px minmax(0,1fr) auto 14px;align-items:center;gap:8px;padding:9px 5px;text-align:left}.behavior-queue-list>button:last-child{border-bottom:0}.behavior-queue-list>button:hover,.behavior-queue-list>button.active{background:#f5f3fc}.behavior-queue-list>button>i{width:7px;height:7px;border-radius:50%;background:#b3bdc5}.behavior-queue-list>button.active>i{background:var(--behavior-violet);box-shadow:0 0 0 4px #e9e5fa}.behavior-queue-list span,.behavior-queue-list strong,.behavior-queue-list small{min-width:0;display:block}.behavior-queue-list strong{color:#384958;font-size:10px}.behavior-queue-list small{margin-top:4px;color:#87939d;font-size:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.behavior-queue-list em{color:var(--behavior-violet);font-size:8px;font-style:normal;font-weight:800;white-space:nowrap}.behavior-queue-list svg{color:#9ba6ae}.behavior-action-console{padding:15px}.behavior-action-console>header,.commerce-inspector>header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;border-bottom:1px solid #e2e8ec;padding-bottom:12px}.behavior-action-console>header small,.behavior-action-console>header h2{display:block}.behavior-action-console>header small{color:var(--behavior-violet);font-size:9px;font-weight:800}.behavior-action-console>header h2{margin:4px 0 0;color:#213241;font-size:19px}.behavior-action-console>header>span,.commerce-inspector>header>span{border-radius:999px;background:#f1eefc;color:var(--behavior-violet);padding:5px 8px;font-size:9px;font-weight:800;white-space:nowrap}.behavior-record-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid #e2e8ec}.behavior-record-grid>div{min-width:0;border-right:1px solid #e2e8ec;padding:11px}.behavior-record-grid>div:first-child{padding-left:0}.behavior-record-grid>div:last-child{border-right:0}.behavior-record-grid span,.behavior-record-grid strong{display:block}.behavior-record-grid span{color:#89959f;font-size:8px}.behavior-record-grid strong{margin-top:4px;color:#4b5c6a;font-size:10px;overflow-wrap:anywhere}.behavior-current-goal{border-left:3px solid var(--behavior-coral);background:#fff5f3;margin-top:12px;padding:9px 10px}.behavior-current-goal span,.behavior-current-goal strong{display:block}.behavior-current-goal span{color:#d86159;font-size:8px;font-weight:800}.behavior-current-goal strong{margin-top:4px;color:#5d6268;font-size:10px;line-height:1.45}.behavior-checklist{grid-template-columns:1fr 1fr}.behavior-checklist legend{grid-column:1 / -1}.behavior-checklist label:last-child{grid-column:1 / -1}.behavior-checklist label strong{color:#566674;font-size:9px}.behavior-action-console .system-workspace-feedback{margin-top:10px}.behavior-actions{margin-top:12px}.behavior-action-console button.primary{border-color:var(--behavior-violet);background:var(--behavior-violet)}.behavior-collaboration-rail{padding:13px}.behavior-collaboration-rail>div:first-child>small,.behavior-handoffs>small,.behavior-activity>small{display:block;margin-bottom:7px;color:#596a78;font-size:9px;font-weight:800}.behavior-collaboration-rail select,.content-production-controls select,.commerce-owner select{width:100%;height:36px;border:1px solid #d6e0e6;border-radius:6px;background:#fff;color:#405261;outline:none;padding:0 8px;font-size:9px}.behavior-handoffs,.behavior-activity{margin-top:17px;border-top:1px solid #e3e9ed;padding-top:13px}.behavior-handoffs p,.behavior-activity p{margin:0}.behavior-handoffs p{min-height:47px;display:grid;grid-template-columns:23px minmax(0,1fr);align-items:center;gap:8px;border-bottom:1px solid #e7ecef}.behavior-handoffs p>i{width:22px;height:22px;border-radius:50%;background:#e8edf0;color:#7f8d98;display:grid;place-items:center;font-size:8px;font-style:normal;font-weight:800}.behavior-handoffs p.ready>i{background:#dcf3ed;color:#0b8b74}.behavior-handoffs span,.behavior-handoffs strong,.behavior-handoffs em{min-width:0;display:block}.behavior-handoffs strong{color:#4b5c6a;font-size:9px}.behavior-handoffs em{margin-top:3px;color:#929da6;font-size:8px;font-style:normal}.behavior-activity p{min-height:49px;display:grid;grid-template-columns:7px minmax(0,1fr) auto;align-items:start;gap:7px;padding:7px 0}.behavior-activity p>i{width:6px;height:6px;border-radius:50%;background:var(--behavior-violet);margin-top:4px}.behavior-activity span,.behavior-activity strong,.behavior-activity em{min-width:0;display:block}.behavior-activity strong{color:#4c5d6b;font-size:8px}.behavior-activity em{margin-top:3px;color:#919da6;font-size:7px;font-style:normal;line-height:1.4}.behavior-activity time{color:#a0a9b0;font-size:7px;white-space:nowrap}.content-studio-workspace{--content-blue: #2c86c5;--content-coral: #ed716b;--content-teal: #159e88}.content-production-line{min-width:0;min-height:72px;border:1px solid #dbe4e9;border-top:4px solid var(--content-blue);background:#fff;display:grid;grid-template-columns:minmax(170px,.65fr) minmax(500px,2fr) auto;align-items:center;gap:18px;padding:12px 14px}.content-production-line>div:first-child small,.content-production-line>div:first-child h2{display:block}.content-production-line>div:first-child small{color:var(--content-blue);font-size:9px;font-weight:800}.content-production-line>div:first-child h2{margin:4px 0 0;color:#233443;font-size:15px}.content-production-line>em{border-radius:999px;background:#edf4f8;color:#6e7e8b;padding:5px 8px;font-size:8px;font-style:normal;font-weight:800;white-space:nowrap}.content-stage-track{min-width:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid #dce5ea;overflow:hidden}.content-stage-track>div{min-width:0;min-height:39px;border-right:1px solid #dce5ea;background:#f8fafb;display:flex;align-items:center;gap:6px;padding:6px}.content-stage-track>div:last-child{border-right:0}.content-stage-track>div.active{background:#eaf5fb;box-shadow:inset 0 -3px 0 var(--content-blue)}.content-stage-track>div.complete{background:#eef9f5}.content-stage-track span{width:20px;height:20px;flex:0 0 20px;border-radius:50%;background:#e3e9ed;color:#73818d;display:grid;place-items:center;font-size:8px;font-weight:800}.content-stage-track .active span{background:var(--content-blue);color:#fff}.content-stage-track .complete span{background:var(--content-teal);color:#fff}.content-stage-track strong{min-width:0;color:#5f6f7c;font-size:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content-studio-grid{min-width:0;display:grid;grid-template-columns:minmax(210px,.62fr) minmax(430px,1.4fr) minmax(250px,.72fr);gap:14px;align-items:start}.content-topic-queue,.content-preview-editor,.content-production-controls,.content-asset-dock{min-width:0;border:1px solid #dbe4e9;background:#fff}.content-topic-queue{max-height:660px;overflow-y:auto;padding:13px;scrollbar-width:thin;scrollbar-color:#c9d8e1 transparent}.content-topic-queue>button{width:100%;min-height:78px;border:0;border-bottom:1px solid #e3e9ed;background:#fff;display:grid;grid-template-columns:minmax(0,1fr) 14px;gap:4px 8px;padding:10px 7px;text-align:left}.content-topic-queue>button:last-child{border-bottom:0}.content-topic-queue>button:hover,.content-topic-queue>button.active{background:#eef7fb;box-shadow:inset 3px 0 0 var(--content-blue)}.content-topic-queue>button span,.content-topic-queue>button strong,.content-topic-queue>button small{grid-column:1;min-width:0;display:block}.content-topic-queue>button span{color:var(--content-blue);display:flex;align-items:center;gap:5px;font-size:8px;font-weight:800}.content-topic-queue>button span i{width:6px;height:6px;border-radius:50%;background:currentColor}.content-topic-queue>button strong{color:#3a4b59;font-size:10px}.content-topic-queue>button small{color:#8a96a0;font-size:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content-topic-queue>button svg{grid-column:2;grid-row:1 / span 3;align-self:center;color:#9ca7af}.content-preview-editor{padding:13px}.content-editor-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px}.content-editor-toolbar .workspace-segmented button.active{background:#eaf5fb;color:var(--content-blue)}.content-editor-toolbar>span{color:#82909b;font-size:9px}.content-preview-sheet{min-height:390px;position:relative;margin-top:11px;border:1px solid #cfdde4;background:#f4fbfd;display:flex;flex-direction:column;justify-content:center;padding:32px 42px;overflow:hidden}.content-preview-sheet.parent{background:#fff9f6;border-color:#ecd8ce}.content-preview-sheet:after{content:"";width:120px;height:120px;position:absolute;right:-45px;bottom:-45px;border:24px solid rgba(45,134,197,.12);border-radius:50%}.content-preview-sheet.parent:after{border-color:#ed716b1f}.content-preview-brand{display:flex;align-items:center;gap:9px;margin-bottom:22px}.content-preview-brand img{width:46px;height:46px;border-radius:8px;object-fit:cover;object-position:50% 24%}.content-preview-brand span{color:var(--content-blue);font-size:10px;font-weight:850}.content-preview-sheet.parent .content-preview-brand span{color:#d35e58}.content-preview-sheet>small{color:#6d7d89;font-size:9px;font-weight:750}.content-preview-sheet>h2{max-width:430px;margin:8px 0 0;color:#183148;font-size:27px;line-height:1.22}.content-preview-sheet>p{max-width:500px;margin:12px 0 0;color:#607382;font-size:12px;line-height:1.7}.content-preview-callout{width:fit-content;border-left:3px solid var(--content-coral);background:#fff;color:#526572;display:flex;align-items:center;gap:8px;margin-top:20px;padding:8px 11px;font-size:9px;font-weight:750}.content-preview-callout svg{color:var(--content-coral)}.content-preview-sheet>footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:25px;border-top:1px solid rgba(104,133,150,.25);padding-top:10px;color:#7b8b96;font-size:8px}.content-preview-sheet>footer strong{color:#4d6070}.content-source-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:10px;border:1px solid #e0e7eb}.content-source-fields>div{min-width:0;border-right:1px solid #e0e7eb;padding:9px}.content-source-fields>div:last-child{border-right:0}.content-source-fields span,.content-source-fields strong{display:block}.content-source-fields span{color:#8a96a0;font-size:8px}.content-source-fields strong{margin-top:4px;color:#536472;font-size:9px;overflow-wrap:anywhere}.content-production-controls{border-top:4px solid var(--content-coral);padding:13px}.content-production-controls>label:not(.workspace-note),.commerce-owner{display:block;margin-top:12px}.content-production-controls>label>span,.commerce-owner>span{display:block;margin-bottom:6px;color:#536472;font-size:9px;font-weight:800}.content-production-controls .system-workspace-feedback{margin-top:10px}.content-control-actions{margin-top:12px}.content-production-controls button.primary{border-color:var(--content-blue);background:var(--content-blue)}.content-asset-dock{display:grid;grid-template-columns:minmax(155px,.55fr) repeat(4,minmax(145px,1fr));gap:0;padding:0;overflow:hidden}.content-asset-dock>div,.content-asset-dock>button{min-width:0;min-height:86px;border:0;border-right:1px solid #e1e7eb;background:#fff;padding:10px}.content-asset-dock>div{display:flex;flex-direction:column;justify-content:center}.content-asset-dock>div small,.content-asset-dock>div h2{display:block}.content-asset-dock>div small{color:var(--content-blue);font-size:8px;font-weight:800}.content-asset-dock>div h2{margin:4px 0 0;color:#2d3e4d;font-size:14px}.content-asset-dock>button{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:8px;text-align:left}.content-asset-dock>button:last-child{border-right:0}.content-asset-dock>button:hover{background:#eef7fb}.content-asset-dock img{width:48px;height:58px;object-fit:contain;background:#d8f3f7}.content-asset-dock>button span{min-width:0;color:#4c5d6b;font-size:9px;font-weight:700}.content-asset-dock>button em{color:var(--content-blue);font-size:8px;font-style:normal;font-weight:800}.commerce-workspace{--commerce-amber: #d98922;--commerce-green: #168e74;--commerce-red: #d9635c}.system-workspace.commerce-workspace{grid-template-columns:minmax(0,1fr)}.commerce-summary-strip{min-width:0;border:1px solid #dde4e8;border-top:4px solid var(--commerce-amber);background:#fff;display:grid;grid-template-columns:repeat(4,minmax(120px,1fr)) auto;align-items:stretch}.commerce-summary-strip>div{min-width:0;border-right:1px solid #e2e7eb;padding:12px 14px}.commerce-summary-strip small,.commerce-summary-strip strong,.commerce-summary-strip span{display:block}.commerce-summary-strip small{color:#85919b;font-size:8px}.commerce-summary-strip strong{margin-top:4px;color:#263746;font-size:19px}.commerce-summary-strip span{margin-top:3px;color:#778692;font-size:8px}.commerce-summary-strip>button{min-width:142px;border:0;background:#fff8ee;color:#b86d15;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 14px;font-size:9px;font-weight:800}.commerce-summary-strip>button:hover{background:#ffefd7}.commerce-main-grid{min-width:0;display:grid;grid-template-columns:minmax(540px,1.6fr) minmax(290px,.68fr);gap:14px;align-items:start}.commerce-ledger,.commerce-inspector{min-width:0;border:1px solid #dce4e9;background:#fff}.commerce-ledger{overflow:hidden}.commerce-ledger-head{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #e0e6ea;padding:11px 14px}.commerce-ledger-head small,.commerce-ledger-head h2{display:block}.commerce-ledger-head small{color:var(--commerce-amber);font-size:9px;font-weight:800}.commerce-ledger-head h2{margin:4px 0 0;color:#263746;font-size:16px}.commerce-ledger-head .workspace-segmented button.active{background:#fff6e9;color:#b56a13}.commerce-table-wrap table{min-width:760px}.commerce-table-wrap th{background:#f7f7f5}.commerce-table-wrap td strong{color:#2f4050;font-size:10px}.commerce-table-wrap tbody tr:hover,.commerce-table-wrap tbody tr.selected{background:#fff8ee;box-shadow:inset 3px 0 0 var(--commerce-amber)}.commerce-status{background:#fff3df;color:#ad681a}.commerce-inspector{border-top:4px solid var(--commerce-amber);padding:14px}.commerce-inspector>header small,.commerce-inspector>header h2{display:block}.commerce-inspector>header small{color:var(--commerce-amber);font-size:9px;font-weight:800}.commerce-inspector>header h2{margin:4px 0 0;color:#263746;font-size:17px}.commerce-inspector>header>span{background:#fff2de;color:#b76c17}.commerce-stage-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:12px;border:1px solid #e0e6ea;overflow:hidden}.commerce-stage-list>div{min-width:0;min-height:55px;border-right:1px solid #e0e6ea;background:#f8f9fa;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:5px 3px;text-align:center}.commerce-stage-list>div:last-child{border-right:0}.commerce-stage-list>div.active{background:#fff3df;box-shadow:inset 0 -3px 0 var(--commerce-amber)}.commerce-stage-list>div.complete{background:#edf8f4}.commerce-stage-list span{width:18px;height:18px;border-radius:50%;background:#e4e9ec;color:#76848f;display:grid;place-items:center;font-size:7px;font-weight:800}.commerce-stage-list .active span{background:var(--commerce-amber);color:#fff}.commerce-stage-list .complete span{background:var(--commerce-green);color:#fff}.commerce-stage-list strong{color:#687783;font-size:7px;line-height:1.2}.commerce-inspector>dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:12px 0 0;border:1px solid #e1e7eb}.commerce-inspector>dl>div{min-width:0;border-right:1px solid #e1e7eb;border-bottom:1px solid #e1e7eb;padding:9px}.commerce-inspector>dl>div:nth-child(2n){border-right:0}.commerce-inspector>dl>div:nth-last-child(-n+2){border-bottom:0}.commerce-inspector dt,.commerce-inspector dd{margin:0}.commerce-inspector dt{color:#89959f;font-size:8px}.commerce-inspector dd{margin-top:4px;color:#4c5d6b;font-size:9px;font-weight:750;overflow-wrap:anywhere}.commerce-inspector .system-workspace-feedback{margin-top:10px}.commerce-actions{margin-top:12px}.commerce-inspector button.primary{border-color:var(--commerce-amber);background:var(--commerce-amber)}@media(max-width:1180px){.spatial-toolbar{grid-template-columns:minmax(180px,1fr) auto}.spatial-layer-controls{grid-column:1 / -1;justify-content:flex-start}.behavior-main-grid{grid-template-columns:minmax(220px,.65fr) minmax(420px,1.35fr)}.behavior-collaboration-rail{grid-column:1 / -1;display:grid;grid-template-columns:minmax(180px,.6fr) 1fr 1fr;gap:18px}.behavior-handoffs,.behavior-activity{margin-top:0;border-top:0;border-left:1px solid #e3e9ed;padding:0 0 0 14px}.content-production-line{grid-template-columns:minmax(160px,.5fr) minmax(420px,1.5fr)}.content-production-line>em{display:none}.content-studio-grid{grid-template-columns:minmax(200px,.55fr) minmax(420px,1.45fr)}.content-production-controls{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px}.content-production-controls>.workspace-section-head,.content-production-controls>fieldset,.content-production-controls>.system-workspace-feedback,.content-production-controls>.content-control-actions{grid-column:1 / -1}.content-asset-dock{grid-template-columns:repeat(4,minmax(145px,1fr))}.content-asset-dock>div{grid-column:1 / -1;min-height:58px;border-right:0;border-bottom:1px solid #e1e7eb}}@media(max-width:900px){.spatial-main-grid,.commerce-main-grid{grid-template-columns:1fr}.spatial-inspector,.commerce-inspector{border-top-width:4px}.behavior-stage-lane{grid-template-columns:1fr}.behavior-stage-lane>div{min-height:58px;border-right:0;border-bottom:1px solid #dfe5ea}.behavior-stage-lane>div:last-child{border-bottom:0}.behavior-main-grid,.content-studio-grid{grid-template-columns:1fr}.behavior-collaboration-rail,.content-production-controls{grid-column:1}.content-topic-queue{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-height:540px}.content-topic-queue>.workspace-section-head{grid-column:1 / -1}.content-topic-queue>button:nth-child(2n){border-right:1px solid #e3e9ed}.commerce-summary-strip{grid-template-columns:repeat(2,minmax(120px,1fr))}.commerce-summary-strip>div:nth-child(2){border-right:0}.commerce-summary-strip>div:nth-child(-n+2){border-bottom:1px solid #e2e7eb}.commerce-summary-strip>button{grid-column:1 / -1;min-height:42px}}@media(max-width:760px){.spatial-toolbar,.content-production-line{grid-template-columns:1fr}.spatial-toolbar .workspace-segmented,.content-production-line .content-stage-track{width:100%}.spatial-layer-controls{grid-column:1;flex-wrap:wrap}.spatial-floor-map{height:420px}.spatial-marker>strong{display:none}.spatial-map-legend{right:10px;flex-wrap:wrap}.behavior-live-metrics{width:100%;justify-content:space-between;margin-top:10px}.behavior-journey-board>.workspace-section-head,.behavior-queue-head,.commerce-ledger-head{align-items:stretch;flex-direction:column}.behavior-checklist{grid-template-columns:1fr}.behavior-checklist label:last-child,.behavior-checklist legend{grid-column:1}.behavior-actions,.workspace-action-row,.content-control-actions,.commerce-actions{display:grid;grid-template-columns:1fr}.behavior-collaboration-rail,.content-production-controls{display:block}.behavior-handoffs,.behavior-activity{margin-top:16px;border-top:1px solid #e3e9ed;border-left:0;padding:13px 0 0}.content-stage-track{grid-template-columns:1fr}.content-stage-track>div{border-right:0;border-bottom:1px solid #dce5ea}.content-stage-track>div:last-child{border-bottom:0}.content-topic-queue{grid-template-columns:1fr;max-height:520px}.content-topic-queue>button:nth-child(2n){border-right:0}.content-preview-sheet{min-height:360px;padding:24px 20px}.content-preview-sheet>h2{font-size:22px}.content-source-fields{grid-template-columns:1fr}.content-source-fields>div{border-right:0;border-bottom:1px solid #e0e7eb}.content-source-fields>div:last-child{border-bottom:0}.content-asset-dock{grid-template-columns:1fr}.content-asset-dock>div,.content-asset-dock>button{border-right:0;border-bottom:1px solid #e1e7eb}.content-asset-dock>button:last-child{border-bottom:0}.commerce-stage-list{grid-template-columns:1fr}.commerce-stage-list>div{min-height:39px;border-right:0;border-bottom:1px solid #e0e6ea;flex-direction:row;justify-content:flex-start;padding:6px 8px;text-align:left}.commerce-stage-list>div:last-child{border-bottom:0}}@media(max-width:420px){.spatial-toolbar,.spatial-map-panel,.spatial-inspector,.spatial-register,.behavior-journey-board,.behavior-queue,.behavior-action-console,.behavior-collaboration-rail,.content-production-line,.content-topic-queue,.content-preview-editor,.content-production-controls,.commerce-ledger,.commerce-inspector{padding:11px}.spatial-floor-map{height:360px}.spatial-map-head,.workspace-section-head,.content-editor-toolbar{align-items:stretch;flex-direction:column}.spatial-map-head>span{margin-top:6px}.spatial-field-list,.behavior-record-grid,.commerce-inspector>dl{grid-template-columns:1fr}.behavior-record-grid>div,.spatial-field-list>div,.commerce-inspector>dl>div{border-right:0;border-bottom:1px solid #e2e8ec;padding:9px 0}.commerce-inspector>dl>div:nth-last-child(-n+2){border-bottom:1px solid #e2e8ec}.commerce-inspector>dl>div:last-child{border-bottom:0}.commerce-summary-strip{grid-template-columns:1fr}.commerce-summary-strip>div,.commerce-summary-strip>div:nth-child(2){border-right:0;border-bottom:1px solid #e2e7eb}}.ip-hub-banner{min-height:210px;margin-bottom:16px;border:1px solid #dfe8ee;border-left:4px solid #16b99d;border-radius:12px;background:#fff;box-shadow:var(--shadow);display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.7fr);overflow:hidden}.ip-hub-copy{min-width:0;padding:24px 28px}.ip-hub-kicker{display:inline-flex;align-items:center;gap:7px;color:#087f6e;font-size:12px;font-weight:800}.ip-hub-copy h1{margin:12px 0 8px;color:#111827;font-size:30px;line-height:1.15;letter-spacing:0}.ip-hub-copy>p{max-width:760px;margin:0;color:#5f6d7a;font-size:14px;line-height:1.7}.ip-hub-systems{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:20px}.ip-hub-systems span{min-width:0;border-top:2px solid #fb7669;padding-top:8px;color:#344054;font-size:12px;font-weight:750;text-align:center}.ip-hub-systems span:nth-child(2){border-color:#8169d9}.ip-hub-systems span:nth-child(3){border-color:#5da9ee}.ip-hub-systems span:nth-child(4){border-color:#f4a63d}.ip-hub-visual{min-width:0;border-left:1px solid #e6edf2;background:#f6fbfa;display:grid;grid-template-columns:118px minmax(0,1fr);gap:18px;align-items:center;padding:24px}.ip-hub-visual img{width:118px;height:136px;border-radius:18px;object-position:50% 24%}.ip-hub-visual strong,.ip-hub-visual span,.ip-hub-visual small{display:block}.ip-hub-visual strong{color:#111827;font-size:24px;line-height:1.2}.ip-hub-visual span{margin-top:7px;color:#087f6e;font-size:13px;font-weight:700;line-height:1.5}.ip-hub-visual small{margin-top:18px;color:#7b8794;font-size:11px}.ip-incubation-workspace{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,.75fr);gap:14px}.incubation-flow-panel{grid-column:1 / -1;padding:18px 20px 20px}.incubation-flow-list{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin-top:16px;border-top:1px solid #e3ebf1;border-bottom:1px solid #e3ebf1}.incubation-flow-list>div{min-width:0;min-height:156px;padding:15px 13px;border-right:1px solid #e3ebf1;display:flex;flex-direction:column;align-items:flex-start}.incubation-flow-list>div:last-child{border-right:0}.incubation-flow-list span{width:28px;height:28px;border-radius:50%;background:#e8f6ff;color:#2f7ec4;display:grid;place-items:center;font-size:12px;font-weight:800}.incubation-flow-list strong{margin-top:12px;color:#1f2937;font-size:13px}.incubation-flow-list p{margin:6px 0 12px;color:#65727f;font-size:12px;line-height:1.5}.incubation-flow-list em{margin-top:auto;color:#0b9279;font-size:11px;font-style:normal;font-weight:750}.incubation-queue-panel,.incubation-assets-panel{padding:18px}.incubation-queue{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.incubation-queue button{min-width:0;min-height:118px;border:1px solid #e1e9ef;border-radius:8px;background:#fff;padding:12px;text-align:left}.incubation-queue button:hover,.incubation-queue button.selected{border-color:#8bd5c7;background:#f1fbf8}.incubation-queue span,.incubation-queue strong,.incubation-queue p,.incubation-queue em{display:block}.incubation-queue span{color:#2f7ec4;font-size:11px;font-weight:750}.incubation-queue strong{margin-top:7px;color:#1f2937;font-size:13px}.incubation-queue p{margin:6px 0 8px;color:#65727f;font-size:12px;line-height:1.4}.incubation-queue em{color:#0b9279;font-size:11px;font-style:normal;font-weight:750}.incubation-assets-panel h2{margin:0 0 12px;color:#1f2937;font-size:16px}.incubation-assets-panel>div:not(.incubation-selected){display:grid;grid-template-columns:24px minmax(0,1fr);gap:8px;align-items:start;padding:10px 0;border-bottom:1px solid #edf2f5}.incubation-assets-panel>div:not(.incubation-selected) span{width:22px;height:22px;border-radius:50%;background:#f0f4f7;color:#526170;display:grid;place-items:center;font-size:11px;font-weight:750}.incubation-assets-panel p{margin:1px 0 0;color:#5f6d7a;font-size:12px;line-height:1.45}.incubation-selected{margin-top:14px;border-left:3px solid #16b99d;background:#f3fbf9;padding:10px 12px}.incubation-selected small,.incubation-selected strong{display:block}.incubation-selected small{color:#758390;font-size:11px}.incubation-selected strong{margin-top:4px;color:#1f2937;font-size:13px}@media(max-width:1160px){.ip-hub-banner{grid-template-columns:minmax(0,1fr) 330px}.studio-character-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.incubation-flow-list{grid-template-columns:repeat(3,minmax(0,1fr))}.incubation-flow-list>div:nth-child(3){border-right:0}.incubation-flow-list>div:nth-child(-n+3){border-bottom:1px solid #e3ebf1}}@media(max-width:760px){.ip-hub-banner,.ip-incubation-workspace{grid-template-columns:1fr}.studio-title-row{align-items:flex-start;flex-direction:column}.studio-stepper{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-stepper button:nth-child(2){border-right:0}.studio-stepper button:nth-child(-n+2){border-bottom:1px solid #dfe8ee}.studio-character-grid,.studio-segmented,.studio-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-motion-grid{grid-template-columns:1fr}.studio-output-actions{align-items:stretch;flex-wrap:wrap}.ip-hub-visual{border-left:0;border-top:1px solid #e6edf2}.ip-hub-systems,.incubation-flow-list,.incubation-queue{grid-template-columns:repeat(2,minmax(0,1fr))}.incubation-flow-panel{grid-column:auto}.incubation-flow-list>div,.incubation-flow-list>div:nth-child(3){border-right:1px solid #e3ebf1}.incubation-flow-list>div:nth-child(2n){border-right:0}.incubation-flow-list>div:nth-child(-n+4){border-bottom:1px solid #e3ebf1}}@media(max-width:420px){.ip-hub-copy,.ip-hub-visual{padding:18px}.ip-hub-copy h1{font-size:25px}.sticker-studio-panel,.studio-controls,.studio-preview-pane{padding:12px}.studio-title-row h2{font-size:18px}.studio-stepper button{height:48px;gap:6px}.studio-character-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.studio-character-grid button{min-height:176px}.studio-character-grid img{height:112px}.studio-segmented{grid-template-columns:1fr}.studio-segmented button{border-right:0;border-bottom:1px solid #dce5eb}.studio-segmented button:last-child{border-bottom:0}.studio-navigation,.studio-output-actions{display:grid;grid-template-columns:1fr 1fr}.studio-output-actions .studio-link-action{grid-column:1 / -1}.ip-hub-visual{grid-template-columns:88px minmax(0,1fr)}.ip-hub-visual img{width:88px;height:108px}.incubation-flow-list,.incubation-queue{grid-template-columns:1fr}.incubation-flow-list>div,.incubation-flow-list>div:nth-child(3),.incubation-flow-list>div:nth-child(2n){min-height:132px;border-right:0;border-bottom:1px solid #e3ebf1}.incubation-flow-list>div:last-child{border-bottom:0}}.hospital-integration-workspace{grid-template-columns:minmax(0,1.45fr) minmax(290px,.75fr)}.hospital-connection-panel{grid-column:1 / -1;padding:16px}.hospital-connection-head,.hospital-operation-head,.hospital-queue-panel .panel-header{display:flex;align-items:center;justify-content:space-between;gap:14px}.hospital-connection-head span,.hospital-operation-head span,.hospital-queue-panel .panel-header span{color:#71808d;font-size:11px;font-weight:700}.hospital-connection-head h2,.hospital-operation-head h2,.hospital-queue-panel .panel-header h2{margin:3px 0 0;color:#172434;font-size:17px}.hospital-adapter-state,.hospital-operation-head>em,.hospital-queue-panel .panel-header>em{border-radius:999px;background:#fff4e8;color:#ad681e;padding:6px 9px;font-size:11px;font-style:normal;font-weight:750;white-space:nowrap}.hospital-adapter-state{display:inline-flex;align-items:center;gap:7px}.hospital-adapter-state i{width:7px;height:7px;border-radius:50%;background:#e58a2f}.hospital-adapter-state.configured{background:#e9f8f3;color:#087e6a}.hospital-adapter-state.configured i{background:#16a085}.hospital-connection-note{margin:10px 0 0;border-left:3px solid #e9a154;background:#fffaf4;color:#6b5a48;padding:8px 10px;font-size:12px;line-height:1.55}.hospital-interface-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:14px;border:1px solid #e0e8ee;border-radius:7px;overflow:hidden}.hospital-interface-grid>div{min-width:0;min-height:74px;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:8px;border-right:1px solid #e0e8ee;padding:10px}.hospital-interface-grid>div:last-child{border-right:0}.hospital-interface-grid svg{color:#3d89cb}.hospital-interface-grid p,.hospital-interface-grid strong,.hospital-interface-grid span{min-width:0;display:block}.hospital-interface-grid p{margin:0}.hospital-interface-grid strong{color:#263647;font-size:12px}.hospital-interface-grid span{margin-top:3px;color:#788591;font-size:10px}.hospital-interface-grid em{grid-column:2;justify-self:start;color:#b16e27;font-size:10px;font-style:normal;font-weight:750}.hospital-journey-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin-top:14px;border:1px solid #dce6ed;border-radius:7px;overflow:hidden}.hospital-journey-strip>div{min-width:0;min-height:62px;display:flex;align-items:center;gap:7px;border-right:1px solid #dce6ed;background:#f8fafb;padding:9px}.hospital-journey-strip>div:last-child{border-right:0}.hospital-journey-strip>div.active{background:#edf7ff;box-shadow:inset 0 -3px #3c93e6}.hospital-journey-strip span{width:23px;height:23px;flex:0 0 23px;border-radius:50%;background:#e3eaf0;color:#607080;display:grid;place-items:center;font-size:10px;font-weight:800}.hospital-journey-strip .active span{background:#3c93e6;color:#fff}.hospital-journey-strip strong{min-width:0;color:#526170;font-size:11px;line-height:1.35}.hospital-journey-strip .active strong{color:#1f5f97}.hospital-request-panel,.hospital-queue-panel{min-width:0;padding:16px}.hospital-operation-head>em,.hospital-queue-panel .panel-header>em{background:#edf4fa;color:#3f6e98}.hospital-request-layout{display:grid;grid-template-columns:minmax(0,1fr) 236px;gap:16px;margin-top:15px}.hospital-request-controls,.hospital-request-summary{min-width:0}.hospital-selector-group+.hospital-selector-group{margin-top:17px}.hospital-selector-group>label{display:block;margin-bottom:8px;color:#425264;font-size:12px;font-weight:750}.hospital-child-selector{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.hospital-child-selector button{min-width:0;min-height:61px;border:1px solid #dce5eb;border-radius:7px;background:#fff;display:grid;grid-template-columns:29px minmax(0,1fr) 15px;align-items:center;gap:7px;padding:8px;text-align:left}.hospital-child-selector button.selected,.hospital-service-options button.selected{border-color:#3c93e6;background:#f2f9ff;box-shadow:inset 0 0 0 1px #3c93e6}.hospital-child-selector button>span{width:29px;height:29px;border-radius:50%;background:#e7f2fb;color:#2d79b9;display:grid;place-items:center;font-size:12px;font-weight:800}.hospital-child-selector p,.hospital-child-selector strong,.hospital-child-selector em{min-width:0;display:block}.hospital-child-selector p{margin:0}.hospital-child-selector strong{color:#263646;font-size:11px}.hospital-child-selector em{margin-top:3px;color:#758390;font-size:9px;font-style:normal;line-height:1.25}.hospital-child-selector svg{color:#3186ca}.hospital-service-options{display:grid;gap:7px}.hospital-service-options button{min-width:0;min-height:59px;border:1px solid #dce5eb;border-radius:7px;background:#fff;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 10px;text-align:left}.hospital-service-options strong,.hospital-service-options span,.hospital-service-options p,.hospital-service-options em{display:block}.hospital-service-options strong{color:#263646;font-size:12px}.hospital-service-options span{margin-top:4px;color:#758390;font-size:10px}.hospital-service-options p{margin:0;color:#245f91;font-size:11px;font-weight:750;text-align:right}.hospital-service-options em{margin-top:4px;color:#788591;font-size:9px;font-style:normal;font-weight:500}.hospital-request-summary{align-self:start;border-left:1px solid #e1e8ed;padding-left:16px}.hospital-request-summary>span{color:#768491;font-size:10px;font-weight:750}.hospital-request-summary h3{margin:5px 0 12px;color:#1f2e3d;font-size:16px;line-height:1.35}.hospital-request-summary dl{margin:0}.hospital-request-summary dl>div{display:flex;justify-content:space-between;gap:10px;border-bottom:1px solid #edf1f4;padding:7px 0}.hospital-request-summary dt,.hospital-request-summary dd{margin:0;font-size:10px}.hospital-request-summary dt{color:#7a8793}.hospital-request-summary dd{color:#304153;font-weight:700;text-align:right}.hospital-submit-action{width:100%;min-height:40px;border:1px solid #2f83c8;border-radius:7px;background:#388fd5;color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;margin-top:14px;font-size:12px;font-weight:750}.hospital-submit-action:disabled{cursor:wait;opacity:.62}.hospital-request-summary>small{display:block;margin-top:8px;color:#7d6a55;font-size:9px;line-height:1.45}.hospital-request-result{display:flex;align-items:flex-start;gap:8px;margin-top:11px;border:1px solid #cce8df;border-radius:7px;background:#f1faf7;color:#087b67;padding:9px}.hospital-request-result.status-submitting{border-color:#dce5eb;background:#f7f9fa;color:#647482}.hospital-request-result.status-error{border-color:#f0c8c8;background:#fff5f5;color:#b54444}.hospital-request-result strong,.hospital-request-result span{display:block}.hospital-request-result strong{font-size:11px}.hospital-request-result span{margin-top:3px;font-size:9px;overflow-wrap:anywhere}.hospital-queue-panel{align-self:start}.hospital-queue-list{margin-top:14px;border:1px solid #e0e8ee;border-radius:7px;overflow:hidden}.hospital-queue-head,.hospital-queue-row{display:grid;grid-template-columns:102px 42px minmax(0,1fr) 104px;align-items:center;gap:8px;padding:9px 10px}.hospital-queue-head{background:#f2f6f8;color:#70808d;font-size:9px;font-weight:750}.hospital-queue-row{border-top:1px solid #e6edf2;background:#fff}.hospital-queue-row strong,.hospital-queue-row>span,.hospital-queue-row p,.hospital-queue-row b{min-width:0;font-size:10px}.hospital-queue-row strong{color:#456073;overflow-wrap:anywhere}.hospital-queue-row>span{color:#253647;font-weight:750}.hospital-queue-row p{margin:0;color:#304153;line-height:1.35}.hospital-queue-row p em{display:block;margin-top:3px;color:#7a8793;font-size:9px;font-style:normal}.hospital-queue-row b{justify-self:start;border-radius:999px;background:#fff4e8;color:#a76521;padding:4px 7px;line-height:1.25}@media(max-width:1080px){.hospital-integration-workspace{grid-template-columns:1fr}.hospital-connection-panel,.hospital-request-panel,.hospital-queue-panel{grid-column:1}.hospital-queue-head,.hospital-queue-row{grid-template-columns:130px 60px minmax(0,1fr) 130px}}@media(max-width:760px){.hospital-interface-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hospital-interface-grid>div:nth-child(2){border-right:0}.hospital-interface-grid>div:nth-child(-n+2){border-bottom:1px solid #e0e8ee}.hospital-journey-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.hospital-journey-strip>div:nth-child(2n){border-right:0}.hospital-journey-strip>div:nth-child(-n+4){border-bottom:1px solid #dce6ed}.hospital-request-layout{grid-template-columns:1fr}.hospital-request-summary{border-left:0;border-top:1px solid #e1e8ed;padding:15px 0 0}.hospital-queue-head{display:none}.hospital-queue-row{grid-template-columns:minmax(0,1fr) auto;gap:7px 12px;padding:11px}.hospital-queue-row strong{grid-column:1}.hospital-queue-row>span{grid-column:2;grid-row:1}.hospital-queue-row p{grid-column:1}.hospital-queue-row b{grid-column:2;align-self:center}}@media(max-width:420px){.hospital-connection-panel,.hospital-request-panel,.hospital-queue-panel{padding:12px}.hospital-connection-head,.hospital-operation-head,.hospital-queue-panel .panel-header{align-items:flex-start}.hospital-child-selector{grid-template-columns:1fr}.hospital-interface-grid>div{grid-template-columns:24px minmax(0,1fr);padding:8px}.hospital-journey-strip>div{min-height:70px}.hospital-service-options button{grid-template-columns:1fr}.hospital-service-options p{text-align:left}}.operations-command-center{padding:18px}.command-center-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(440px,.85fr);align-items:end;gap:24px;padding-bottom:16px;border-bottom:1px solid #e2e9ee}.command-center-head>div:first-child>span{color:#0a8b75;font-size:11px;font-weight:800}.command-center-head h2{margin:5px 0 0;color:#172434;font-size:20px}.command-center-head p{margin:6px 0 0;color:#6f7d89;font-size:12px;line-height:1.5}.command-journey{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #dce6ec;border-radius:8px;overflow:hidden}.command-journey>div{min-width:0;min-height:54px;display:flex;align-items:center;gap:7px;border-right:1px solid #dce6ec;background:#f8fafb;padding:8px}.command-journey>div:last-child{border-right:0}.command-journey span{width:22px;height:22px;flex:0 0 22px;border-radius:50%;background:#dcf3ed;color:#087e6a;display:grid;place-items:center;font-size:10px;font-weight:800}.command-journey strong{color:#405162;font-size:10px;line-height:1.3}.today-operation-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:4px}.today-operation-list>button{min-width:0;min-height:86px;border:0;border-right:1px solid #e4eaef;border-bottom:1px solid #e4eaef;background:#fff;display:grid;grid-template-columns:38px minmax(0,1fr) auto 18px;align-items:center;gap:11px;padding:13px 12px;text-align:left;transition:background .16s ease,box-shadow .16s ease}.today-operation-list>button:nth-child(2n){border-right:0}.today-operation-list>button:nth-last-child(-n+2){border-bottom:0}.today-operation-list>button:hover,.today-operation-list>button:focus-visible{background:var(--soft);box-shadow:inset 3px 0 0 var(--tone)}.today-operation-icon{width:38px;height:38px;border-radius:8px;background:var(--soft);color:var(--tone);display:grid;place-items:center}.today-operation-copy,.today-operation-meta,.today-operation-copy em,.today-operation-copy strong,.today-operation-copy small,.today-operation-meta em,.today-operation-meta small{min-width:0;display:block}.today-operation-copy em{color:var(--tone);font-size:9px;font-style:normal;font-weight:800}.today-operation-copy strong{margin-top:3px;color:#263545;font-size:13px}.today-operation-copy small{margin-top:4px;color:#778591;font-size:10px;line-height:1.35}.today-operation-meta{text-align:right}.today-operation-meta em{color:var(--tone);font-size:10px;font-style:normal;font-weight:800}.today-operation-meta small{margin-top:5px;color:#87939d;font-size:9px;white-space:nowrap}.today-operation-list>button>svg{color:#9aa6af}.module-system-kicker{display:block;margin-bottom:5px;color:#0b8d77;font-size:10px;font-weight:800}.journey-module-intro{align-items:flex-end}.journey-module-intro h1{margin-top:0}.journey-ops-workspace{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(420px,1.55fr) minmax(240px,.82fr);gap:14px;align-items:start}.journey-context-bar{grid-column:1 / -1;min-width:0;min-height:88px;border:1px solid #dce5eb;border-top:3px solid var(--tone);border-radius:8px;background:#fff;box-shadow:0 10px 26px #1f34480b;display:grid;grid-template-columns:minmax(150px,.72fr) minmax(290px,1.65fr) 90px minmax(150px,.78fr) auto;align-items:center;gap:18px;padding:15px 17px}.journey-role-mark{min-width:0;display:flex;align-items:center;gap:10px}.journey-role-mark>span{width:38px;height:38px;flex:0 0 38px;border-radius:8px;background:var(--soft);color:var(--tone);display:grid;place-items:center}.journey-context-bar small,.journey-context-bar strong{min-width:0;display:block}.journey-context-bar small{color:#7d8994;font-size:9px}.journey-role-mark strong,.journey-context-metric strong,.journey-context-progress strong{margin-top:4px;color:#263545;font-size:13px}.journey-context-outcome{min-width:0;border-left:1px solid #e2e8ed;padding-left:18px}.journey-context-outcome strong{margin-top:5px;color:#344556;font-size:11px;font-weight:650;line-height:1.5}.journey-context-metric{border-left:1px solid #e2e8ed;padding-left:16px}.journey-context-progress>div{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.journey-context-progress>span{height:5px;border-radius:999px;background:#edf1f4;display:block;margin-top:8px;overflow:hidden}.journey-context-progress>span i{height:100%;border-radius:inherit;background:var(--tone);display:block;transition:width .22s ease}.journey-context-bar>em{border-radius:999px;background:#f1f4f6;color:#667583;padding:5px 8px;font-size:9px;font-style:normal;font-weight:750;white-space:nowrap}.journey-object-panel,.journey-execution-panel,.journey-activity-panel{min-width:0;border-radius:8px;padding:15px}.journey-panel-head{min-height:33px;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.journey-panel-head>div{min-width:0;display:flex;align-items:center;gap:8px}.journey-panel-head small{color:var(--tone);font-size:9px;font-weight:800}.journey-panel-head h2{margin:0;color:#1f2e3d;font-size:15px}.journey-panel-head>span{border-radius:999px;background:var(--soft);color:var(--tone);padding:4px 7px;font-size:9px;font-weight:800}.journey-queue-filter{display:grid;grid-template-columns:1fr 1fr;border:1px solid #dce5eb;border-radius:7px;margin-top:10px;overflow:hidden}.journey-queue-filter button{height:32px;border:0;border-right:1px solid #dce5eb;background:#fff;color:#6f7d89;font-size:10px;font-weight:700}.journey-queue-filter button:last-child{border-right:0}.journey-queue-filter button.active{background:var(--soft);color:var(--tone)}.journey-object-list{display:grid;gap:7px;margin-top:10px}.journey-object-list>button{min-width:0;min-height:92px;border:1px solid #e0e7ec;border-radius:7px;background:#fff;display:grid;grid-template-columns:minmax(0,1fr) 15px;gap:3px 8px;padding:10px;text-align:left;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.journey-object-list>button:hover,.journey-object-list>button:focus-visible{border-color:var(--border);background:#fbfcfd}.journey-object-list>button.selected{border-color:var(--tone);background:var(--soft);box-shadow:inset 3px 0 0 var(--tone)}.journey-object-status{color:var(--tone);display:flex;align-items:center;gap:5px;font-size:9px;font-weight:800}.journey-object-status i{width:6px;height:6px;border-radius:50%;background:var(--tone)}.journey-object-list strong,.journey-object-list p,.journey-object-list small{grid-column:1;min-width:0;display:block}.journey-object-list strong{color:#263545;font-size:12px;line-height:1.35}.journey-object-list p{margin:0;color:#697885;font-size:10px;line-height:1.35}.journey-object-list small{color:#8a96a0;font-size:9px}.journey-object-list>button>svg{grid-column:2;grid-row:1 / span 4;align-self:center;color:#9ba6af}.journey-queue-empty{min-height:168px;border:1px dashed #cedbe3;border-radius:7px;color:#6d7c88;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center}.journey-queue-empty svg{color:#17a087}.journey-queue-empty strong{font-size:11px}.journey-queue-empty button{border:0;background:transparent;color:#2f7ec4;font-size:10px}.journey-active-record{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:9px;border-top:1px solid #e5ebef;border-bottom:1px solid #e5ebef;padding:10px 0}.journey-active-record small{color:#7d8994;font-size:9px}.journey-active-record h3{margin:4px 0 0;color:#172434;font-size:17px;line-height:1.3}.journey-active-record>em{border-radius:999px;background:var(--soft);color:var(--tone);padding:5px 8px;font-size:9px;font-style:normal;font-weight:800;white-space:nowrap}.journey-record-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;border-bottom:1px solid #e5ebef}.journey-record-fields>div{min-width:0;border-right:1px solid #e5ebef;padding:10px}.journey-record-fields>div:first-child{padding-left:0}.journey-record-fields>div:last-child{border-right:0;padding-right:0}.journey-record-fields dt,.journey-record-fields dd{margin:0}.journey-record-fields dt{color:#84909a;font-size:9px}.journey-record-fields dd{margin-top:5px;color:#3c4d5e;font-size:10px;font-weight:700;overflow-wrap:anywhere}.journey-stage-track{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:14px;border:1px solid #dce5eb;border-radius:7px;overflow:hidden}.journey-stage-track>div{min-width:0;min-height:58px;border-right:1px solid #dce5eb;background:#f8fafb;display:flex;align-items:center;gap:6px;padding:7px}.journey-stage-track>div:last-child{border-right:0}.journey-stage-track>div.active{background:var(--soft);box-shadow:inset 0 -3px 0 var(--tone)}.journey-stage-track>div.complete{background:#f1faf7}.journey-stage-track span{width:21px;height:21px;flex:0 0 21px;border-radius:50%;background:#e3e9ed;color:#6f7d89;display:grid;place-items:center;font-size:9px;font-weight:800}.journey-stage-track .active span{background:var(--tone);color:#fff}.journey-stage-track .complete span{background:#18a78e;color:#fff}.journey-stage-track strong{min-width:0;color:#667582;font-size:9px;line-height:1.3}.journey-stage-track .active strong{color:#344556}.journey-stage-brief{display:flex;align-items:center;gap:10px;border-left:3px solid var(--tone);background:var(--soft);margin-top:10px;padding:8px 10px}.journey-stage-brief span{color:var(--tone);font-size:9px;font-weight:800;white-space:nowrap}.journey-stage-brief strong{color:#455667;font-size:10px;font-weight:650;line-height:1.4}.journey-quality-gate{display:grid;gap:6px;border:0;margin:13px 0 0;padding:0}.journey-quality-gate legend{width:100%;color:#445565;font-size:10px;font-weight:800;margin-bottom:7px}.journey-quality-gate legend span{float:right;color:var(--tone)}.journey-quality-gate label{min-height:35px;border:1px solid #e0e7ec;border-radius:7px;background:#fff;display:grid;grid-template-columns:19px minmax(0,1fr);align-items:center;gap:8px;padding:6px 9px;cursor:pointer}.journey-quality-gate label.checked{border-color:#bde3da;background:#f2faf7}.journey-quality-gate input{position:absolute;opacity:0;pointer-events:none}.journey-quality-gate label>span{width:18px;height:18px;border:1px solid #cbd6de;border-radius:5px;color:#fff;display:grid;place-items:center}.journey-quality-gate label.checked>span{border-color:#149b83;background:#149b83}.journey-quality-gate label strong{color:#516170;font-size:10px;font-weight:650}.journey-note-field{display:block;margin-top:12px}.journey-note-field>span,.journey-owner-field>span,.journey-handoff-list>span,.journey-activity-log>span{display:block;margin-bottom:7px;color:#445565;font-size:10px;font-weight:800}.journey-note-field textarea,.journey-owner-field select{width:100%;border:1px solid #d8e2e8;border-radius:7px;background:#fff;color:#354657;font:inherit;font-size:10px;outline:none}.journey-note-field textarea{min-height:68px;resize:vertical;padding:9px;line-height:1.45}.journey-note-field textarea:focus,.journey-owner-field select:focus{border-color:var(--tone);box-shadow:0 0 0 3px var(--soft)}.journey-feedback{display:flex;align-items:center;gap:7px;border:1px solid #bde3da;border-radius:7px;background:#f1faf7;color:#087d68;margin-top:10px;padding:8px 9px;font-size:9px;line-height:1.4}.journey-execution-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.journey-secondary-action,.journey-primary-action{min-height:37px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 13px;font-size:10px;font-weight:800}.journey-secondary-action{border:1px solid #d4dfe6;background:#fff;color:#5e6d7a}.journey-primary-action{border:1px solid var(--tone);background:var(--tone);color:#fff}.journey-secondary-action:disabled,.journey-primary-action:disabled{cursor:not-allowed;opacity:.42}.journey-action-hint{display:block;margin-top:6px;color:#8a96a0;font-size:9px;text-align:right}.journey-owner-field{display:block;margin-top:10px;border-top:1px solid #e5ebef;padding-top:12px}.journey-owner-field select{height:37px;padding:0 9px}.journey-handoff-list,.journey-activity-log{margin-top:17px}.journey-handoff-list>div{min-height:47px;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:2px 8px;border-bottom:1px solid #e7edf1;padding:7px 0}.journey-handoff-list>div:last-child{border-bottom:0}.journey-handoff-list i{width:21px;height:21px;grid-row:1 / span 2;border-radius:50%;background:#e7edf1;color:#74828e;display:grid;place-items:center;font-size:9px;font-style:normal;font-weight:800}.journey-handoff-list .ready i{background:#dff4ee;color:#0b8f78}.journey-handoff-list strong{color:#425365;font-size:10px}.journey-handoff-list em{color:#8a96a0;font-size:8px;font-style:normal}.journey-activity-log>div{min-height:53px;display:grid;grid-template-columns:8px minmax(0,1fr) auto;align-items:start;gap:8px;padding:7px 0}.journey-activity-log>div>i{width:7px;height:7px;border-radius:50%;background:var(--tone);margin-top:4px}.journey-activity-log p,.journey-activity-log strong,.journey-activity-log small{min-width:0;display:block}.journey-activity-log p{margin:0}.journey-activity-log strong{color:#425365;font-size:9px}.journey-activity-log small{margin-top:4px;color:#89959f;font-size:8px;line-height:1.4}.journey-activity-log time{color:#98a3ac;font-size:8px;white-space:nowrap}@media(max-width:1180px){.command-center-head{grid-template-columns:1fr}.journey-ops-workspace{grid-template-columns:minmax(220px,.72fr) minmax(0,1.6fr)}.journey-context-bar{grid-template-columns:minmax(150px,.7fr) minmax(260px,1.6fr) 80px minmax(140px,.7fr)}.journey-context-bar>em{grid-column:4;justify-self:end}.journey-activity-panel{grid-column:1 / -1;display:grid;grid-template-columns:minmax(180px,.75fr) repeat(2,minmax(0,1fr));gap:16px}.journey-activity-panel .journey-panel-head{grid-column:1 / -1}.journey-owner-field,.journey-handoff-list,.journey-activity-log{margin-top:0}.journey-owner-field{border-top:0;padding-top:0}}@media(max-width:760px){.operations-command-center{padding:14px}.command-journey,.today-operation-list{grid-template-columns:1fr}.command-journey>div,.today-operation-list>button{border-right:0;border-bottom:1px solid #e4eaef}.command-journey>div:last-child,.today-operation-list>button:last-child{border-bottom:0}.today-operation-list>button{grid-template-columns:38px minmax(0,1fr) 18px}.today-operation-meta{grid-column:2;text-align:left}.today-operation-list>button>svg{grid-column:3;grid-row:1 / span 2}.journey-ops-workspace{grid-template-columns:1fr}.journey-context-bar,.journey-object-panel,.journey-execution-panel,.journey-activity-panel{grid-column:1}.journey-context-bar{grid-template-columns:1fr 1fr;gap:14px}.journey-context-outcome{grid-column:1 / -1;grid-row:2;border-left:0;border-top:1px solid #e2e8ed;padding:12px 0 0}.journey-context-metric{grid-column:1;border-left:0;padding-left:0}.journey-context-progress{grid-column:2}.journey-context-bar>em{grid-column:2;grid-row:1;justify-self:end;align-self:start}.journey-role-mark{grid-column:1;grid-row:1}.journey-activity-panel{display:block}.journey-owner-field,.journey-handoff-list,.journey-activity-log{margin-top:15px}.journey-owner-field{border-top:1px solid #e5ebef;padding-top:12px}}@media(max-width:420px){.journey-context-bar,.journey-object-panel,.journey-execution-panel,.journey-activity-panel{padding:12px}.journey-record-fields{grid-template-columns:1fr}.journey-record-fields>div,.journey-record-fields>div:first-child,.journey-record-fields>div:last-child{border-right:0;border-bottom:1px solid #e5ebef;padding:8px 0}.journey-record-fields>div:last-child{border-bottom:0}.journey-stage-track{grid-template-columns:1fr}.journey-stage-track>div{min-height:43px;border-right:0;border-bottom:1px solid #dce5eb}.journey-stage-track>div:last-child{border-bottom:0}.journey-stage-track>div.active{box-shadow:inset 3px 0 0 var(--tone)}.journey-stage-brief{align-items:flex-start;flex-direction:column}.journey-execution-actions{display:grid;grid-template-columns:1fr}.journey-secondary-action,.journey-primary-action{width:100%}}.analytics-main .panel-header>div:first-child>span,.analytics-matrix>span{color:#75838f;font-size:9px;font-weight:750}.analytics-main .panel-header>div:first-child h2{margin:4px 0 0}.analytics-toolbar{display:flex;align-items:center;gap:8px}.analytics-toolbar>div{display:flex;border:1px solid #d8e2e8;border-radius:7px;overflow:hidden}.analytics-toolbar>div button{min-width:46px;height:31px;border:0;border-right:1px solid #d8e2e8;background:#fff;color:#6b7986;padding:0 8px;font-size:9px;font-weight:700}.analytics-toolbar>div button:last-child{border-right:0}.analytics-toolbar>div button.active{background:#eaf8f4;color:#078d76}.analytics-toolbar>button{min-height:32px;border:1px solid #0fa88c;border-radius:7px;background:#13b394;color:#fff;display:inline-flex;align-items:center;gap:5px;padding:0 10px;font-size:9px;font-weight:800}.analytics-main .bar-chart{grid-template-columns:repeat(auto-fit,minmax(54px,1fr));gap:8px}.analytics-main .bar-chart i{width:min(46px,75%);border-radius:7px 7px 0 0;transition:height .22s ease}.analytics-main .bar-chart span,.analytics-main .bar-chart strong{font-size:9px;text-align:center}.analytics-export-feedback{display:inline-flex;align-items:center;gap:6px;border:1px solid #bde3da;border-radius:7px;background:#f1faf7;color:#087d68;margin-top:12px;padding:7px 9px;font-size:9px;font-weight:750}.analytics-matrix>h2{margin:5px 0 10px;font-size:16px}.analytics-matrix>h3{margin:18px 0 8px;color:#445565;font-size:11px}.analytics-selected-value{border-left:3px solid #16b99d;background:#f0faf7;display:block!important;padding:10px!important}.analytics-selected-value strong,.analytics-selected-value small{display:block}.analytics-selected-value strong{font-size:21px}.analytics-selected-value small{margin-top:4px;color:#73818d;font-size:9px}@media(max-width:760px){.analytics-main .panel-header,.analytics-toolbar{align-items:stretch;flex-direction:column}.analytics-toolbar>div{display:grid;grid-template-columns:repeat(3,1fr)}.analytics-toolbar>div button{min-width:0}.analytics-main .bar-chart{grid-template-columns:repeat(3,minmax(54px,1fr));overflow-x:auto}}.expert-resource-workspace{display:grid;gap:14px}.expert-profile-hero{min-width:0;display:grid;grid-template-columns:142px minmax(0,1fr) 230px;gap:18px;border-top:3px solid #8068d7;padding:17px;overflow:hidden}.expert-profile-portrait{min-width:0;border-right:1px solid #e4e9ed;padding-right:17px}.expert-profile-portrait img{width:100%;aspect-ratio:4 / 5;border-radius:8px;background:#e9dff4;object-fit:cover;object-position:50% 18%}.expert-profile-portrait span{display:block;margin-top:7px;color:#8a769e;font-size:9px;text-align:center}.expert-profile-copy{min-width:0;padding-top:2px}.expert-profile-copy>span{color:#7a62cc;font-size:10px;font-weight:800}.expert-profile-copy h2{margin:6px 0 0;color:#1c2937;font-size:24px}.expert-profile-copy h2 em{margin-left:7px;color:#8068d7;font-size:12px;font-style:normal;font-weight:750}.expert-profile-copy>p{max-width:760px;margin:8px 0 0;color:#5d6c79;font-size:11px;line-height:1.65}.expert-focus-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:11px}.expert-focus-tags span{border:1px solid #ddd5f4;border-radius:999px;background:#f7f4fd;color:#6f59b7;padding:4px 7px;font-size:9px;font-weight:700}.expert-impact-chain{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:13px;border:1px solid #dfe6eb;border-radius:7px;overflow:hidden}.expert-impact-chain>div{min-width:0;min-height:48px;display:flex;align-items:center;gap:6px;border-right:1px solid #dfe6eb;background:#fafbfc;padding:7px}.expert-impact-chain>div:last-child{border-right:0}.expert-impact-chain span{width:20px;height:20px;flex:0 0 20px;border-radius:50%;background:#ebe6f8;color:#715abb;display:grid;place-items:center;font-size:8px;font-weight:800}.expert-impact-chain strong{color:#4c5c6d;font-size:8px;line-height:1.3}.expert-profile-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-left:1px solid #e4e9ed;padding-left:18px}.expert-profile-summary>div{min-width:0;align-self:center;border-bottom:1px solid #e6ebef;padding:10px 7px}.expert-profile-summary>div:nth-child(odd){border-right:1px solid #e6ebef}.expert-profile-summary>div:nth-last-child(-n+2){border-bottom:0}.expert-profile-summary span,.expert-profile-summary strong{display:block}.expert-profile-summary span{color:#84909a;font-size:9px}.expert-profile-summary strong{margin-top:5px;color:#263545;font-size:17px}.expert-view-tabs{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid #dddfe7;border-radius:7px;margin-top:1px;overflow:hidden}.expert-view-tabs button{height:38px;border:0;border-right:1px solid #dddfe7;background:#fff;color:#6d7a87;font-size:10px;font-weight:750}.expert-view-tabs button:last-child{border-right:0}.expert-view-tabs button.active{background:#f2eefb;color:#6d56b8;box-shadow:inset 0 -3px #8068d7}.expert-capability-panel,.expert-task-creator,.expert-task-queue,.expert-file-library,.expert-knowledge-map,.expert-roadmap-panel,.expert-acceptance-panel{min-width:0;padding:16px}.expert-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.expert-section-head span,.expert-section-head h2{display:block}.expert-section-head span{color:#7a62cc;font-size:9px;font-weight:800}.expert-section-head h2{margin:4px 0 0;color:#213141;font-size:16px}.expert-section-head>em{border-radius:999px;background:#f1f4f6;color:#6f7d89;padding:5px 8px;font-size:9px;font-style:normal;font-weight:700;white-space:nowrap}.expert-capability-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:14px}.expert-capability-grid button{--capability-tone: #3c93e6;--capability-soft: #eef7ff;min-width:0;min-height:154px;border:1px solid #dee6eb;border-radius:7px;background:#fff;display:grid;grid-template-columns:32px minmax(0,1fr) 15px;align-content:start;gap:6px 8px;padding:11px;text-align:left}.expert-capability-grid button:nth-child(2){--capability-tone: #8169d9;--capability-soft: #f5f1ff}.expert-capability-grid button:nth-child(3){--capability-tone: #fb7669;--capability-soft: #fff2f0}.expert-capability-grid button:nth-child(4){--capability-tone: #16a88d;--capability-soft: #eaf8f4}.expert-capability-grid button:nth-child(5){--capability-tone: #d98d24;--capability-soft: #fff6e8}.expert-capability-grid button.selected{border-color:var(--capability-tone);background:var(--capability-soft);box-shadow:inset 0 0 0 1px var(--capability-tone)}.expert-capability-grid button>span{width:32px;height:32px;border-radius:7px;background:var(--capability-soft);color:var(--capability-tone);display:grid;place-items:center}.expert-capability-grid button>svg{align-self:center;color:var(--capability-tone)}.expert-capability-grid strong,.expert-capability-grid p,.expert-capability-grid em{min-width:0;display:block;grid-column:1 / -1}.expert-capability-grid strong{color:#2d3e4e;font-size:11px}.expert-capability-grid p{margin:0;color:#697885;font-size:9px;line-height:1.45}.expert-capability-grid em{align-self:end;border-top:1px solid #e6ebef;color:var(--capability-tone);padding-top:7px;font-size:8px;font-style:normal;line-height:1.35}.expert-workbench-grid{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(0,1.45fr);gap:14px;align-items:start}.expert-capability-brief{border-left:3px solid #8068d7;background:#f6f3fc;margin-top:14px;padding:9px 10px}.expert-capability-brief strong,.expert-capability-brief span{display:block}.expert-capability-brief strong{color:#4b3f66;font-size:10px;line-height:1.45}.expert-capability-brief span{margin-top:4px;color:#766b86;font-size:8px}.expert-form-field{display:block;margin-top:12px}.expert-form-field>span{display:block;margin-bottom:6px;color:#475868;font-size:9px;font-weight:750}.expert-form-field input,.expert-form-field select{width:100%;height:38px;border:1px solid #d8e2e8;border-radius:7px;background:#fff;color:#354657;padding:0 10px;font:inherit;font-size:10px;outline:none}.expert-form-field input:focus,.expert-form-field select:focus{border-color:#8068d7;box-shadow:0 0 0 3px #f2eefb}.expert-task-context{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #e4eaef;border-bottom:1px solid #e4eaef;margin-top:14px}.expert-task-context>div{min-width:0;border-right:1px solid #e4eaef;padding:9px 7px}.expert-task-context>div:last-child{border-right:0}.expert-task-context span,.expert-task-context strong{display:block}.expert-task-context span{color:#84909a;font-size:8px}.expert-task-context strong{margin-top:4px;color:#465767;font-size:9px;line-height:1.35}.expert-primary-action{width:100%;min-height:39px;border:1px solid #7159c0;border-radius:7px;background:#8068d7;color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;margin-top:14px;font-size:10px;font-weight:800}.expert-primary-action:disabled{cursor:not-allowed;opacity:.43}.expert-task-feedback{display:flex;align-items:center;gap:7px;border:1px solid #bde3da;border-radius:7px;background:#f1faf7;color:#087d68;margin-top:10px;padding:8px 9px;font-size:9px;line-height:1.4}.expert-task-list{margin-top:14px;border:1px solid #e0e7ec;border-radius:7px;overflow:hidden}.expert-task-list>div{min-width:0;min-height:79px;display:grid;grid-template-columns:78px minmax(0,1fr) auto 116px;align-items:center;gap:10px;border-bottom:1px solid #e5ebef;padding:10px}.expert-task-list>div:last-child{border-bottom:0}.expert-task-id{color:#7d6a9c;font-size:8px;font-weight:750;overflow-wrap:anywhere}.expert-task-copy,.expert-task-copy strong,.expert-task-copy p,.expert-task-copy small{min-width:0;display:block}.expert-task-copy strong{color:#2c3c4d;font-size:11px}.expert-task-copy p{margin:4px 0 0;color:#6f7d89;font-size:9px;line-height:1.35}.expert-task-copy small{margin-top:4px;color:#929ca5;font-size:8px}.expert-task-list>div>em{border-radius:999px;background:#f3effb;color:#7059b8;padding:5px 7px;font-size:8px;font-style:normal;font-weight:750;white-space:nowrap}.expert-task-list>div>button,.expert-task-done{min-height:31px;border-radius:7px;display:flex;align-items:center;justify-content:center;gap:4px;padding:0 8px;font-size:8px;font-weight:750}.expert-task-list>div>button{border:1px solid #d8d0ef;background:#fff;color:#6f59b7}.expert-task-done{color:#0b8c76}.expert-resource-grid,.expert-roadmap-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(270px,.65fr);gap:14px;align-items:start}.expert-file-list{display:grid;gap:9px;margin-top:14px}.expert-file-list a{min-width:0;min-height:112px;border:1px solid #dfe6eb;border-radius:7px;color:inherit;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:11px;padding:12px;text-decoration:none}.expert-file-list a:hover,.expert-file-list a:focus-visible{border-color:#9c8ad7;background:#fbfaff}.expert-file-list a>span{width:40px;height:40px;border-radius:7px;background:#f2eefb;color:#7159bd;display:grid;place-items:center}.expert-file-list a div,.expert-file-list a em,.expert-file-list a strong,.expert-file-list a p,.expert-file-list a small{min-width:0;display:block}.expert-file-list a em{color:#8068d7;font-size:8px;font-style:normal;font-weight:800}.expert-file-list a strong{margin-top:3px;color:#2b3b4b;font-size:12px}.expert-file-list a p{margin:5px 0 0;color:#6b7986;font-size:9px;line-height:1.45}.expert-file-list a small{margin-top:5px;color:#919ca5;font-size:8px}.expert-file-list a b{color:#6f59b7;display:flex;align-items:center;gap:4px;font-size:9px;white-space:nowrap}.expert-topic-cloud{display:flex;flex-wrap:wrap;gap:7px;margin-top:15px}.expert-topic-cloud span{border:1px solid #dce4e9;border-radius:999px;background:#f8fafb;color:#667582;padding:6px 8px;font-size:9px}.expert-topic-cloud span.active{border-color:#d6cbf1;background:#f3effb;color:#6d56b8}.expert-resource-flow{margin-top:19px;border-top:1px solid #e4eaef}.expert-resource-flow>div{min-height:45px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #e4eaef}.expert-resource-flow span{width:21px;height:21px;border-radius:50%;background:#eaf8f4;color:#0b8c76;display:grid;place-items:center;font-size:8px;font-weight:800}.expert-resource-flow strong{color:#4f6070;font-size:9px}.expert-roadmap-list{display:grid;margin-top:15px}.expert-roadmap-list>div{min-width:0;min-height:104px;display:grid;grid-template-columns:72px 26px minmax(0,1fr) auto;align-items:center;gap:6px 10px;border-top:1px solid #e3e9ee;padding:12px 4px}.expert-roadmap-list>div.active{border-left:3px solid #8068d7;background:#faf8fe;padding-left:10px}.expert-roadmap-list>div>span{color:#745dbe;font-size:10px;font-weight:800}.expert-roadmap-list>div>i{width:25px;height:25px;grid-row:1 / span 2;border-radius:50%;background:#ece7f8;color:#7159bd;display:grid;place-items:center;font-size:9px;font-style:normal;font-weight:800}.expert-roadmap-list>div>strong{color:#2d3d4e;font-size:11px}.expert-roadmap-list>div>p{grid-column:3;margin:0;color:#6f7d89;font-size:9px;line-height:1.45}.expert-roadmap-list>div>em{grid-column:4;grid-row:1 / span 2;border-radius:999px;background:#f1f4f6;color:#74828e;padding:5px 7px;font-size:8px;font-style:normal;font-weight:750}.expert-roadmap-list>div.active>em{background:#f0ebfb;color:#6e56b7}.expert-acceptance-panel>div:not(.expert-section-head):not(.expert-boundary-note){min-height:61px;display:grid;grid-template-columns:25px minmax(0,1fr);align-items:center;gap:9px;border-bottom:1px solid #e4eaef}.expert-acceptance-panel>div>span{width:24px;height:24px;border-radius:50%;background:#eaf8f4;color:#0b8c76;display:grid;place-items:center;font-size:8px;font-weight:800}.expert-acceptance-panel p,.expert-acceptance-panel strong,.expert-acceptance-panel small{display:block}.expert-acceptance-panel p{margin:0}.expert-acceptance-panel strong{color:#405162;font-size:10px}.expert-acceptance-panel small{margin-top:4px;color:#84909a;font-size:8px}.expert-boundary-note{display:flex;align-items:flex-start;gap:8px;border:1px solid #f0d8b7;border-radius:7px;background:#fff9f0;color:#7d6544;margin-top:15px;padding:10px;font-size:9px;line-height:1.5}.expert-boundary-note svg{flex:0 0 auto;color:#cf8a2d}@media(max-width:1180px){.expert-profile-hero{grid-template-columns:128px minmax(0,1fr)}.expert-profile-summary{grid-column:1 / -1;grid-template-columns:repeat(4,minmax(0,1fr));border-left:0;border-top:1px solid #e4e9ed;padding:8px 0 0}.expert-profile-summary>div{border-right:1px solid #e6ebef;border-bottom:0}.expert-profile-summary>div:last-child{border-right:0}.expert-capability-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.expert-resource-grid,.expert-roadmap-grid{grid-template-columns:1fr}}@media(max-width:760px){.expert-profile-hero,.expert-workbench-grid{grid-template-columns:1fr}.expert-profile-portrait{display:grid;grid-template-columns:92px minmax(0,1fr);align-items:end;gap:10px;border-right:0;border-bottom:1px solid #e4e9ed;padding:0 0 12px}.expert-profile-portrait img{width:92px;height:112px}.expert-profile-portrait span{text-align:left}.expert-impact-chain,.expert-capability-grid{grid-template-columns:1fr}.expert-impact-chain>div,.expert-capability-grid button{border-right:0;border-bottom:1px solid #dfe6eb}.expert-impact-chain>div:last-child{border-bottom:0}.expert-capability-grid button{min-height:126px}.expert-task-list>div{grid-template-columns:minmax(0,1fr) auto;gap:7px 10px}.expert-task-id{grid-column:1}.expert-task-copy{grid-column:1 / -1}.expert-task-list>div>em{grid-column:2;grid-row:1}.expert-task-list>div>button,.expert-task-done{grid-column:1 / -1;justify-self:stretch}.expert-file-list a{grid-template-columns:40px minmax(0,1fr)}.expert-file-list a b{grid-column:2}}@media(max-width:420px){.expert-profile-hero,.expert-capability-panel,.expert-task-creator,.expert-task-queue,.expert-file-library,.expert-knowledge-map,.expert-roadmap-panel,.expert-acceptance-panel{padding:12px}.expert-profile-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.expert-profile-summary>div:nth-child(2){border-right:0}.expert-profile-summary>div:nth-child(-n+2){border-bottom:1px solid #e6ebef}.expert-view-tabs{grid-template-columns:1fr}.expert-view-tabs button{border-right:0;border-bottom:1px solid #dddfe7}.expert-view-tabs button:last-child{border-bottom:0}.expert-view-tabs button.active{box-shadow:inset 3px 0 #8068d7}.expert-task-context{grid-template-columns:1fr}.expert-task-context>div{border-right:0;border-bottom:1px solid #e4eaef}.expert-task-context>div:last-child{border-bottom:0}.expert-roadmap-list>div,.expert-roadmap-list>div.active{grid-template-columns:58px 25px minmax(0,1fr);padding:10px 0}.expert-roadmap-list>div.active{padding-left:7px}.expert-roadmap-list>div>em{grid-column:3;grid-row:3;justify-self:start}}.project-program-panel{padding:18px}.project-program-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(440px,.9fr);align-items:end;gap:24px;border-bottom:1px solid #e2e9ee;padding-bottom:15px}.project-program-head>div:first-child>span{color:#2f7ec4;font-size:10px;font-weight:800}.project-program-head h2{margin:5px 0 0;color:#1b2938;font-size:19px}.project-program-head p{margin:6px 0 0;color:#70808d;font-size:11px;line-height:1.5}.program-value-chain{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid #dce5eb;border-radius:7px;overflow:hidden}.program-value-chain>div{min-width:0;min-height:52px;display:flex;align-items:center;gap:6px;border-right:1px solid #dce5eb;background:#f8fafb;padding:7px}.program-value-chain>div:last-child{border-right:0}.program-value-chain span{width:20px;height:20px;flex:0 0 20px;border-radius:50%;background:#e3f1fb;color:#2f7ec4;display:grid;place-items:center;font-size:8px;font-weight:800}.program-value-chain strong{color:#536373;font-size:8px;line-height:1.3}.project-program-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:14px}.project-program-grid>button{min-width:0;min-height:224px;border:1px solid var(--border);border-radius:7px;background:#fff;display:flex;flex-direction:column;padding:12px;text-align:left;transition:background .16s ease,box-shadow .16s ease}.project-program-grid>button:hover,.project-program-grid>button:focus-visible{background:var(--soft);box-shadow:inset 0 -3px 0 var(--tone)}.project-program-title{min-width:0;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:8px}.project-program-title>span{width:34px;height:34px;border-radius:7px;background:var(--soft);color:var(--tone);display:grid;place-items:center}.project-program-title div,.project-program-title em,.project-program-title strong{min-width:0;display:block}.project-program-title em{color:var(--tone);font-size:8px;font-style:normal;font-weight:800}.project-program-title strong{margin-top:3px;color:#2c3c4c;font-size:11px;line-height:1.3}.project-program-title b{border-radius:999px;background:var(--soft);color:var(--tone);padding:4px 6px;font-size:8px;white-space:nowrap}.project-program-grid dl{margin:13px 0 0;border-top:1px solid #e5ebef;border-bottom:1px solid #e5ebef}.project-program-grid dl>div{display:grid;grid-template-columns:52px minmax(0,1fr);gap:8px;padding:7px 0}.project-program-grid dt,.project-program-grid dd{margin:0;font-size:8px;line-height:1.4}.project-program-grid dt{color:#89959f}.project-program-grid dd{color:#4d5e6e;font-weight:650}.program-output-list{display:flex;flex-wrap:wrap;gap:5px;margin-top:10px}.program-output-list span{border-radius:999px;background:#f3f6f8;color:#637280;padding:4px 6px;font-size:8px}.project-program-action{display:flex;align-items:center;justify-content:space-between;color:var(--tone);margin-top:auto;padding-top:11px;font-size:9px;font-weight:800}.expert-view-tabs{grid-template-columns:repeat(4,minmax(0,1fr))}.expert-blueprint-workspace{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(310px,.7fr);gap:14px;align-items:start}.expert-blueprint-intro,.expert-assessment-panel,.expert-stakeholder-panel,.expert-clinic-flow-panel{min-width:0;padding:16px}.expert-blueprint-intro{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.65fr) auto;align-items:center;gap:18px;border-left:3px solid #8068d7}.expert-blueprint-intro>div:first-child>span{color:#765fbe;font-size:9px;font-weight:800}.expert-blueprint-intro h2{margin:5px 0 0;color:#203040;font-size:18px}.expert-blueprint-intro p{margin:6px 0 0;color:#687784;font-size:10px;line-height:1.55}.expert-blueprint-positioning{display:flex;align-items:flex-start;gap:8px;border-left:1px solid #e1e7eb;padding-left:17px}.expert-blueprint-positioning svg{flex:0 0 auto;color:#d88c28}.expert-blueprint-positioning strong,.expert-blueprint-positioning span{display:block}.expert-blueprint-positioning strong{color:#4b5967;font-size:9px}.expert-blueprint-positioning span{margin-top:4px;color:#786648;font-size:8px;line-height:1.45}.expert-blueprint-intro>button{min-height:36px;border:1px solid #7159c0;border-radius:7px;background:#8068d7;color:#fff;display:inline-flex;align-items:center;gap:6px;padding:0 11px;font-size:9px;font-weight:800;white-space:nowrap}.expert-assessment-panel{grid-column:1}.expert-assessment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid #e0e7ec;border-radius:7px;margin-top:14px;overflow:hidden}.expert-assessment-grid>div{min-width:0;min-height:154px;display:grid;grid-template-columns:24px minmax(0,1fr);align-content:start;gap:5px 8px;border-right:1px solid #e0e7ec;border-bottom:1px solid #e0e7ec;padding:11px}.expert-assessment-grid>div:nth-child(3n){border-right:0}.expert-assessment-grid>div:nth-last-child(-n+3){border-bottom:0}.expert-assessment-grid>div>span{width:24px;height:24px;grid-row:1 / span 2;border-radius:50%;background:#ece7f8;color:#7159bd;display:grid;place-items:center;font-size:9px;font-weight:800}.expert-assessment-grid>div>strong{color:#334454;font-size:10px}.expert-assessment-grid>div>p{margin:0;color:#765fbe;font-size:9px}.expert-assessment-grid dl{grid-column:1 / -1;display:grid;grid-template-columns:34px minmax(0,1fr);gap:4px 6px;border-top:1px solid #e8edf1;margin:6px 0 0;padding-top:8px}.expert-assessment-grid dt,.expert-assessment-grid dd{margin:0;font-size:8px;line-height:1.4}.expert-assessment-grid dt{color:#8b97a1}.expert-assessment-grid dd{color:#566675}.expert-stakeholder-panel{grid-column:2}.expert-stakeholder-grid{display:grid;gap:7px;margin-top:14px}.expert-stakeholder-grid>div{min-height:90px;display:grid;grid-template-columns:32px minmax(0,1fr);align-items:start;gap:4px 9px;border-bottom:1px solid #e3e9ee;padding:9px 0}.expert-stakeholder-grid>div:last-child{border-bottom:0}.expert-stakeholder-grid>div>span{width:32px;height:32px;grid-row:1 / span 3;border-radius:7px;background:#eaf8f4;color:#0b9279;display:grid;place-items:center}.expert-stakeholder-grid strong{color:#344555;font-size:10px}.expert-stakeholder-grid p{margin:0;color:#71808d;font-size:8px;line-height:1.35}.expert-stakeholder-grid em{color:#0a8e77;font-size:8px;font-style:normal;font-weight:700}.expert-clinic-flow-panel{grid-column:1 / -1}.expert-clinic-flow{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border:1px solid #dce5eb;border-radius:7px;margin-top:14px;overflow:hidden}.expert-clinic-flow>div{min-width:0;min-height:61px;display:grid;grid-template-columns:22px minmax(0,1fr) 14px;align-items:center;gap:5px;border-right:1px solid #dce5eb;background:#f9fafb;padding:7px}.expert-clinic-flow>div:last-child{border-right:0}.expert-clinic-flow span{width:22px;height:22px;border-radius:50%;background:#dff4ee;color:#0b8e77;display:grid;place-items:center;font-size:8px;font-weight:800}.expert-clinic-flow strong{color:#4d5d6c;font-size:8px;line-height:1.35}.expert-clinic-flow svg{color:#a0aab2}@media(max-width:1180px){.project-program-head{grid-template-columns:1fr}.project-program-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.expert-blueprint-workspace{grid-template-columns:1fr}.expert-assessment-panel,.expert-stakeholder-panel{grid-column:1}.expert-stakeholder-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.expert-stakeholder-grid>div:nth-last-child(-n+2){border-bottom:0}}@media(max-width:760px){.project-program-panel{padding:14px}.program-value-chain,.project-program-grid,.expert-assessment-grid,.expert-stakeholder-grid,.expert-clinic-flow{grid-template-columns:1fr}.program-value-chain>div,.expert-assessment-grid>div,.expert-assessment-grid>div:nth-child(3n),.expert-assessment-grid>div:nth-last-child(-n+3),.expert-clinic-flow>div{border-right:0;border-bottom:1px solid #dce5eb}.program-value-chain>div:last-child,.expert-assessment-grid>div:last-child,.expert-clinic-flow>div:last-child{border-bottom:0}.project-program-grid>button{min-height:218px}.expert-blueprint-intro{grid-template-columns:1fr}.expert-blueprint-positioning{border-left:0;border-top:1px solid #e1e7eb;padding:12px 0 0}.expert-blueprint-intro>button{justify-content:center}.expert-clinic-flow>div{grid-template-columns:22px minmax(0,1fr)}.expert-clinic-flow svg{display:none}}@media(max-width:420px){.project-program-grid,.expert-view-tabs{grid-template-columns:1fr}.expert-blueprint-intro,.expert-assessment-panel,.expert-stakeholder-panel,.expert-clinic-flow-panel{padding:12px}}
