:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#263f39;background:#f4faf6;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#f8fcf8,#eef8f3)}button,input{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{height:50px;display:flex;align-items:stretch;background:linear-gradient(90deg,#123e4a,#0f766e,#0f8b7d);color:#fff;border-bottom:1px solid rgba(255,255,255,.2)}.brand{width:190px;display:flex;align-items:center;gap:9px;padding:0 18px;font-weight:800;letter-spacing:.04em;border-right:1px solid rgba(255,255,255,.18)}.topbar nav{display:flex;min-width:0;overflow-x:auto}.topbar nav a{color:#e8fffa;text-decoration:none;display:flex;align-items:center;padding:0 20px;font-weight:700;white-space:nowrap;border-right:1px solid rgba(255,255,255,.14)}.topbar nav a.active{background:#ffffff24;box-shadow:inset 0 -3px #d8fff2}.top-status{margin-left:auto;padding:0 17px;display:flex;align-items:center;gap:7px;font-size:13px;white-space:nowrap}.dot{width:8px;height:8px;border-radius:50%;background:#4ade80;box-shadow:0 0 0 3px #4ade802e}main{flex:1;min-height:0}.page{padding:18px 22px 28px}.page-heading{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:14px;border-bottom:1px solid #cae1d2}h1{margin:0;font-size:22px;color:#173f39}h2{margin:0;font-size:15px}p{margin:4px 0 0;color:#62776f}.heading-actions{display:flex;gap:8px}button{border:1px solid #b9d9c4;color:#21483f;background:#fff;border-radius:8px;min-height:34px;padding:6px 12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:7px}button:hover{border-color:#0f8b7d;color:#087066}button.primary{color:#fff;background:linear-gradient(180deg,#12a391,#08796f);border-color:#08796f}.module-section{padding:18px 0 12px;border-bottom:1px solid #d8e9df}.module-section h2{margin-bottom:13px;color:#355b51}.module-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(118px,1fr));gap:12px}.module-tile{min-height:98px;padding:12px 9px;flex-direction:column;background:#ffffffb8}.module-icon{width:43px;height:43px;border:1px solid #b9dcc7;border-radius:12px;display:grid;place-items:center;background:linear-gradient(180deg,#fff,#effaf3);color:#0f766e;box-shadow:0 6px 16px #0f766e14}.module-tile b{font-size:13px;line-height:1.2}.panel,.connector-card{background:#ffffffe0;border:1px solid #c7dfcf;border-radius:11px;box-shadow:0 8px 24px #2352440d}.panel{margin-top:16px;overflow:hidden}.panel-toolbar{padding:10px;display:flex;gap:8px;border-bottom:1px solid #d5e7dc}.search{flex:1;display:flex;align-items:center;gap:8px;border:1px solid #b9d9c4;border-radius:8px;padding:0 10px;background:#fff}.search input{width:100%;border:0;outline:0;min-height:34px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:14px}th{text-align:left;background:#eaf6ee;color:#34564c}th,td{padding:10px 12px;border-bottom:1px solid #e0ece5;white-space:nowrap}tbody tr:hover{background:#f1faf5}.icon-action{min-height:28px;padding:3px 8px;margin-right:5px;font-size:12px}.badge{display:inline-flex;padding:3px 9px;border-radius:999px;background:#dff6e8;color:#087845;font-size:12px;font-weight:800}.badge.warn{background:#fff0cf;color:#9a6500}.journey-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:16px}.journey-step{min-height:54px;border:1px solid #c7dfcf;border-radius:9px;background:#fff;display:flex;align-items:center;gap:8px;padding:9px;font-weight:700;font-size:13px}.journey-step span,.journey-node span{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#e8f4ec}.journey-step.active{border-color:#0f8b7d;background:#e7f8f2;color:#076e63}.split-panel{padding:17px;display:flex;justify-content:space-between;align-items:center;gap:20px}.muted{font-size:13px}.kpis{display:flex;gap:10px}.kpis div{min-width:110px;border-left:3px solid #14a38f;padding-left:10px}.kpis b{display:block;font-size:21px}.kpis span{font-size:12px;color:#657970}.patient-context{display:flex;justify-content:space-between;padding:15px;border-bottom:1px solid #d5e7dc}.patient-context span{display:block;font-size:12px;color:#667a71}.journey-map{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;padding:16px}.journey-node{min-height:72px;border:1px solid #cbded1;border-radius:9px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;font-size:12px;text-align:center}.journey-node.done{background:#e7f7ed}.journey-node.current{border-color:#0f8b7d;box-shadow:inset 0 0 0 2px #0f8b7d1f}.connector-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;margin-top:16px}.connector-card{padding:15px}.connector-title{display:flex;gap:8px;align-items:center;margin-bottom:10px}.connector-card p{font-size:13px;line-height:1.45}footer{height:30px;background:#135a5c;color:#eafff9;padding:0 15px;display:flex;align-items:center;font-size:12px}@media(max-width:900px){.brand{width:auto}.top-status{display:none}.page{padding:14px}.journey-strip,.journey-map{grid-template-columns:1fr 1fr}.split-panel{align-items:flex-start;flex-direction:column}.kpis{width:100%;overflow-x:auto}}
