:root{--background:#f6f7f4;--surface:#ffffff;--surface-soft:#edf4f1;--text:#19201d;--muted:#5d6862;--line:#dce3de;--teal:#16796f;--coral:#c85b46;--amber:#a66f1d;--green:#287448;--red:#b43c3c;--radius:8px}*{box-sizing:border-box}html{background:var(--background)}body{margin:0;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}.shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:32px 0 48px}.topbar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.eyebrow,.metric-card span,.panel-heading span{margin:0;color:var(--teal);font-size:.78rem;font-weight:700;text-transform:uppercase}h1{margin:4px 0 0;font-size:clamp(2.25rem,6vw,5rem);line-height:.95;letter-spacing:0}h2{font-size:1.6rem}h2,h3{margin:0 0 12px;letter-spacing:0}h3{font-size:1rem}p{color:var(--muted);line-height:1.55}.status-cluster{gap:10px;min-height:40px;color:var(--muted);font-size:.95rem}.status-cluster,.status-pill{display:inline-flex;align-items:center}.status-pill{min-height:32px;padding:0 12px;border-radius:999px;color:#ffffff;font-size:.82rem;font-weight:800}.status-passed{background:var(--green)}.status-failed{background:var(--red)}.status-unknown{background:var(--amber)}.status-ready{background:var(--green)}.status-warning{background:var(--amber)}.status-blocked{background:var(--red)}.overview{grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px}.overview,.status-grid{display:grid;gap:12px;margin-bottom:12px}.status-grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px}.metric-card,.panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.metric-card{min-height:150px;padding:18px}.metric-card strong{display:block;margin-top:14px;font-size:2rem;letter-spacing:0;word-break:break-word}.metric-card p,.panel p{margin-bottom:0}.content-grid{display:grid;grid-template-columns:1.35fr .65fr;grid-gap:12px;gap:12px}.panel{min-height:220px;padding:22px}.panel-wide{min-height:280px}.panel-full{grid-column:1/-1}.status-panel{min-height:300px}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}code{overflow-wrap:anywhere;color:var(--coral);font-size:.82rem}.recommendation{color:var(--text);font-size:1.35rem;font-weight:700}.item-list,.task-list{display:grid;grid-gap:12px;gap:12px;margin:0;padding:0}.item-list{list-style:none}.item-list li{display:grid;grid-template-columns:auto 1fr auto;grid-gap:10px;gap:10px;align-items:center;padding-bottom:12px;border-bottom:1px solid var(--line)}.item-list li:last-child{border-bottom:0;padding-bottom:0}.item-list span,.task-list li{color:var(--muted);line-height:1.45}.item-list em{color:var(--amber);font-size:.78rem;font-style:normal;font-weight:800}.task-list{padding-left:20px}.kernel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));grid-gap:14px;gap:14px}.integration-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:14px;gap:14px}.dashboard-module{grid-gap:10px;gap:10px;min-height:220px}.dashboard-module,.integration-module{display:grid;padding:14px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft)}.integration-module{grid-gap:14px;gap:14px;min-height:260px}.dashboard-module-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.dashboard-module strong{color:var(--text);font-size:1.1rem;line-height:1.35;overflow-wrap:anywhere}.dashboard-module span{color:var(--teal);font-size:.85rem;font-weight:700;line-height:1.35;overflow-wrap:anywhere}.dashboard-module p{margin:0;overflow-wrap:anywhere}.kernel-list{display:grid;grid-gap:10px;gap:10px;margin:0;padding:0;list-style:none}.kernel-list li{display:grid;grid-gap:4px;gap:4px;min-height:58px;padding:10px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft)}.kernel-list strong{color:var(--text);line-height:1.35}.kernel-list span{color:var(--muted);font-size:.84rem;line-height:1.35;overflow-wrap:anywhere}.state-list{display:grid;grid-gap:12px;gap:12px;margin:0}.state-list div{display:grid;grid-gap:4px;gap:4px;padding-bottom:10px;border-bottom:1px solid var(--line)}.state-list div:last-child{border-bottom:0;padding-bottom:0}.state-list dt{color:var(--muted);font-size:.78rem;font-weight:700;text-transform:uppercase}.state-list dd{margin:0;color:var(--text);line-height:1.45;overflow-wrap:anywhere}.value-ready{color:var(--green)}.value-action{color:var(--red)}@media (max-width:900px){.topbar{align-items:flex-start;flex-direction:column}.content-grid,.dashboard-grid,.integration-grid,.kernel-grid,.overview,.status-grid{grid-template-columns:1fr}}.product-shell{min-height:100vh;background:#f4f6f2}.product-sidebar{position:fixed;inset:0 auto 0 0;width:288px;overflow-y:auto;border-right:1px solid #d9e1dc;background:rgba(250,251,248,.94);padding:20px 16px 28px}.product-brand{display:flex;align-items:center;gap:12px;min-height:48px;color:var(--text);text-decoration:none}.product-brand-mark,.product-nav-mark{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:8px;font-weight:800}.product-brand-mark{width:42px;height:42px;background:#1d2521;color:#ffffff;font-size:.86rem}.product-brand strong,.product-nav-link strong{display:block;color:var(--text);line-height:1.25}.product-brand em,.product-nav-link em{display:block;color:var(--muted);font-size:.78rem;font-style:normal;line-height:1.35}.product-nav{display:grid;grid-gap:18px;gap:18px;margin-top:24px}.product-nav-group h2{margin:0 0 8px;padding:0 8px;color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.product-nav-group>div{display:grid;grid-gap:4px;gap:4px}.product-nav-link{display:grid;grid-template-columns:34px 1fr;align-items:center;grid-gap:10px;gap:10px;min-height:44px;border-radius:8px;padding:6px 8px;text-decoration:none}.product-nav-link-active,.product-nav-link:hover{background:#ffffff;box-shadow:0 1px 0 rgba(25,32,29,.06)}.product-nav-mark{width:32px;height:32px;background:#e8eee9;color:#24302a;font-size:.7rem;text-transform:uppercase}.product-main{min-height:100vh;padding-left:288px}.product-mobile-header,.product-mobile-nav{display:none}.product-page{width:min(1160px,calc(100% - 40px));margin:0 auto;padding:28px 0 56px}.product-hero,.product-module-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,340px);grid-gap:22px;gap:22px;align-items:stretch;margin-bottom:16px;border:1px solid #d9e1dc;border-radius:8px;background:#ffffff;padding:28px}.product-hero h1,.product-module-hero h1{margin:4px 0 12px;font-size:3rem;line-height:1;letter-spacing:0}.product-hero p,.product-module-hero p{max-width:720px;margin:0}.product-eyebrow,.product-hero-status span,.product-module-metric span,.product-module-tile span,.product-panel-heading span,.product-section-card span,.product-section-heading span{color:var(--teal);font-size:.76rem;font-weight:800;text-transform:uppercase}.product-hero-status,.product-module-metric{display:grid;grid-gap:10px;gap:10px;align-content:center;border-radius:8px;background:#edf4f1;padding:18px}.product-hero-status div{display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:14px;gap:14px;min-height:44px;border-bottom:1px solid #d6e0dc}.product-hero-status div:last-child{border-bottom:0}.product-hero-status strong,.product-large-number,.product-module-metric strong{color:var(--text);font-size:2rem;line-height:1}.product-dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin-bottom:16px}.product-panel,.product-section{border:1px solid #d9e1dc;border-radius:8px;background:#ffffff}.product-panel{min-height:210px;padding:20px}.product-panel-wide{min-height:250px}.product-panel h2,.product-section-heading h2{margin:0;color:var(--text);font-size:1.55rem;letter-spacing:0}.product-panel-heading,.product-section-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.product-command-link,.product-panel-heading a,.product-section-heading a{color:var(--teal);font-size:.86rem;font-weight:800;text-decoration:none}.product-panel-heading button{min-height:36px;border:0;border-radius:8px;background:var(--teal);color:#ffffff;font-weight:800;padding:8px 12px}.product-mini-list,.product-signal-stack{display:grid;grid-gap:10px;gap:10px;margin:16px 0 0}.product-mini-list{padding-left:18px}.product-mini-list li{color:var(--muted);line-height:1.45}.product-signal{display:grid;grid-template-columns:auto 1fr auto;grid-gap:10px;gap:10px;align-items:center;min-height:42px;border-bottom:1px solid #e4ebe7}.product-signal:last-child{border-bottom:0}.product-signal strong{color:var(--text)}.product-signal span:last-child{color:var(--muted);font-size:.8rem}.product-health-dot{width:10px;height:10px;border-radius:999px;background:var(--amber)}.product-health-completed,.product-health-open,.product-health-ready{background:var(--green)}.product-health-blocked,.product-health-failed{background:var(--red)}.product-section{margin-bottom:16px;padding:22px}.product-module-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));grid-gap:12px;gap:12px}.product-module-tile,.product-section-card{display:grid;grid-gap:8px;gap:8px;min-height:154px;border:1px solid #d9e1dc;border-radius:8px;background:#f9fbf8;padding:16px;text-decoration:none}.product-module-tile strong,.product-section-card strong{color:var(--text);font-size:1.08rem}.product-module-tile p,.product-section-card p{margin:0;font-size:.92rem}.product-section-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:12px;gap:12px}.product-chip-grid{display:flex;flex-wrap:wrap;gap:10px}.product-chip-grid a,.product-chip-grid span{min-height:36px;border:1px solid #d9e1dc;border-radius:8px;background:#f9fbf8;padding:8px 12px;color:var(--text);font-weight:700;text-decoration:none}.product-data-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin-bottom:16px}.product-form,.product-inline-form{display:grid;grid-gap:12px;gap:12px}.product-form label{display:grid;grid-gap:6px;gap:6px}.product-form label span{color:var(--muted);font-size:.82rem;font-weight:800}.mobile-form input,.mobile-form select,.mobile-form textarea,.product-form input,.product-form select,.product-form textarea,.product-inline-form input{width:100%;border:1px solid #cfd9d4;border-radius:8px;background:#ffffff;color:var(--text);font:inherit;letter-spacing:0}.mobile-form textarea,.product-form textarea{resize:vertical}.product-form input,.product-form select,.product-form textarea,.product-inline-form input{padding:10px 12px}.mobile-form-row,.product-form-row,.product-inline-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.product-inline-form{grid-template-columns:minmax(0,1fr) auto;margin-bottom:12px}.product-form button,.product-inline-form button{min-height:42px;border:0;border-radius:8px;background:var(--teal);color:#ffffff;font-weight:800}.product-record-list{display:grid;grid-gap:10px;gap:10px}.product-record-list a,.product-record-list article{display:grid;grid-gap:5px;gap:5px;border:1px solid #e1e8e4;border-radius:8px;background:#f9fbf8;padding:12px;text-decoration:none}.product-record-list strong{color:var(--text)}.product-record-list span{color:var(--muted);font-size:.84rem;line-height:1.4}.product-record-list p{display:-webkit-box;overflow:hidden;margin:0;-webkit-box-orient:vertical;-webkit-line-clamp:3}.product-reflection-metrics{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.product-muted,.product-reflection-metrics span{color:var(--muted);font-size:.84rem;font-weight:700}.product-reflection-metrics span{padding:7px 10px}.product-reflection-metrics span,.product-weekly-report{border:1px solid #d9e1dc;border-radius:8px;background:#ffffff}.product-weekly-report{display:grid;grid-gap:10px;gap:10px;margin-top:12px;padding:14px}.product-weekly-report strong{color:var(--text)}.product-weekly-report p{margin:0}.product-error{color:var(--red);font-weight:800}.product-preline{color:var(--text);white-space:pre-wrap}.mobile-shell{min-height:100vh;background:#f6f7f4}.mobile-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:5;border-bottom:1px solid #d9e1dc;background:rgba(246,247,244,.96);padding:12px 14px}.mobile-brand{display:grid;grid-gap:2px;gap:2px;text-decoration:none}.mobile-brand strong{color:var(--text);font-size:1rem}.mobile-brand span{color:var(--muted);font-size:.78rem;font-weight:700}.mobile-tabs{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:6px;gap:6px;border-bottom:1px solid #d9e1dc;background:#ffffff;padding:8px}.mobile-tab{min-width:0;min-height:36px;border:1px solid #d9e1dc;border-radius:8px;padding:9px 4px;color:var(--text);font-size:.74rem;font-weight:800;text-align:center;text-decoration:none}.mobile-tab-active{border-color:#8fc5bc;background:#e1f1ee}.mobile-stack{display:grid;grid-gap:12px;gap:12px;width:min(100% - 20px,560px);margin:0 auto;padding:12px 0 32px}.mobile-card{display:grid;grid-gap:14px;gap:14px;border:1px solid #d9e1dc;border-radius:8px;background:#ffffff;padding:16px}.mobile-card h1,.mobile-hero-card h1{margin:0;font-size:2.4rem}.mobile-card h2{margin:0;font-size:1.2rem}.mobile-eyebrow{color:var(--teal);font-size:.78rem;font-weight:800;text-transform:uppercase}.mobile-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.mobile-action-grid a,.mobile-primary-button{min-height:48px;border:0;border-radius:8px;background:var(--teal);color:#ffffff;font-weight:900;text-align:center;text-decoration:none}.mobile-action-grid a{display:grid;place-items:center}.mobile-form{display:grid;grid-gap:12px;gap:12px}.mobile-form label{display:grid;grid-gap:6px;gap:6px}.mobile-form label span{color:var(--muted);font-size:.78rem;font-weight:800}.mobile-form input,.mobile-form select,.mobile-form textarea{padding:12px;font-size:1rem}.mobile-primary-button{font-size:1rem}.mobile-result{display:flex;flex-wrap:wrap;gap:8px;border-radius:8px;background:#edf4f1;padding:10px}.mobile-chip,.mobile-result span,.mobile-result strong{border-radius:8px;background:#ffffff;padding:7px 9px;color:var(--text);font-size:.82rem;font-weight:800}.mobile-error{color:var(--red)}.mobile-list{display:grid;grid-gap:8px;gap:8px}.mobile-list a{display:grid;grid-gap:4px;gap:4px;border:1px solid #e1e8e4;border-radius:8px;background:#f9fbf8;padding:10px;text-decoration:none}.mobile-list strong{color:var(--text);line-height:1.35}.mobile-list span{color:var(--muted);font-size:.82rem}.mobile-chip-row{display:flex;flex-wrap:wrap;gap:8px}.product-module-hero{border-color:transparent}.product-module-metric{background:rgba(255,255,255,.72)}.product-accent-bg-emerald,.product-accent-emerald{background:#e4f2ea}.product-accent-bg-cyan,.product-accent-cyan{background:#e3f2f4}.product-accent-bg-violet,.product-accent-violet{background:#eee9f7}.product-accent-amber,.product-accent-bg-amber{background:#f5ecd7}.product-accent-bg-lime,.product-accent-lime{background:#edf4dc}.product-accent-bg-orange,.product-accent-orange{background:#f7eadf}.product-accent-bg-rose,.product-accent-rose{background:#f7e6e8}.product-accent-bg-fuchsia,.product-accent-fuchsia{background:#f6e6f0}.product-accent-bg-indigo,.product-accent-indigo{background:#e8eaf7}.product-accent-bg-teal,.product-accent-teal{background:#e1f1ee}.product-accent-bg-sky,.product-accent-sky{background:#e4eff7}.product-accent-bg-black,.product-accent-bg-slate,.product-accent-black,.product-accent-slate{background:#e9edeb}.product-accent-border-emerald{border-top-color:#44a76f}.product-accent-border-cyan{border-top-color:#32a3b2}.product-accent-border-violet{border-top-color:#8b65c6}.product-accent-border-amber{border-top-color:#c49032}.product-accent-border-lime{border-top-color:#88a842}.product-accent-border-orange{border-top-color:#c97837}.product-accent-border-rose{border-top-color:#c95f73}.product-accent-border-fuchsia{border-top-color:#b75e9b}.product-accent-border-indigo{border-top-color:#6571bf}.product-accent-border-teal{border-top-color:#16796f}.product-accent-border-sky{border-top-color:#4f9ac3}.product-accent-border-black,.product-accent-border-slate{border-top-color:#6a746f}@media (max-width:1080px){.product-sidebar{display:none}.product-main{padding-left:0}.product-mobile-header{align-items:center;justify-content:space-between;gap:16px;background:rgba(250,251,248,.94);padding:12px 16px}.product-mobile-header,.product-mobile-nav{display:flex;border-bottom:1px solid #d9e1dc}.product-mobile-nav{gap:8px;overflow-x:auto;background:#ffffff;padding:10px 16px}.product-mobile-nav-link{flex:0 0 auto;min-height:34px;border:1px solid #d9e1dc;border-radius:8px;padding:8px 11px;color:var(--text);font-size:.82rem;font-weight:700;text-decoration:none}.product-mobile-nav-link-active{background:#e1f1ee;border-color:#94c7bd}}@media (max-width:760px){.product-page{width:min(100% - 24px,1160px);padding-top:16px}.product-dashboard-grid,.product-hero,.product-module-hero{grid-template-columns:1fr}.product-hero,.product-module-hero,.product-panel,.product-section{padding:16px}.product-hero h1,.product-module-hero h1{font-size:2.2rem}.product-panel-heading,.product-section-heading{align-items:flex-start;flex-direction:column}.mobile-form-row,.product-data-grid,.product-form-row{grid-template-columns:1fr}}