@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;600&display=swap";.app{max-width:1100px;margin:0 auto;padding:48px 24px 80px;display:flex;flex-direction:column;gap:32px}.hero{display:flex;flex-wrap:wrap;gap:24px;align-items:flex-end;justify-content:space-between}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.7rem;color:#4a5162;margin:0 0 8px}.hero h1{font-size:clamp(2.2rem,5vw,3.5rem);margin:0 0 12px;color:#16171c}.subtitle{margin:0;max-width:540px;color:#3c4453}.actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.primary,.ghost{border:none;border-radius:999px;padding:12px 20px;font-weight:600;font-size:.95rem;font-family:inherit;line-height:1;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}.primary{background:#111318;color:#f7f3ee;box-shadow:0 12px 24px #11131833}.ghost{background:transparent;color:#111318;border:1px solid #c8cbd6}.primary:hover,.ghost:hover{transform:translateY(-1px)}.panel{background:#ffffffc7;border-radius:20px;padding:24px;box-shadow:0 20px 40px #1f273614;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.panel-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.panel h2{margin:0;font-size:1.3rem}.meta{margin:6px 0 0;font-size:.85rem;color:#59637a}.stats{display:flex;flex-direction:column;gap:18px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.stat-card{border-radius:16px;padding:16px;background:#f4f1ec;border:1px solid #e1e4ee;display:flex;flex-direction:column;gap:6px}.stat-label{margin:0;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:#6a7286}.stat-value{margin:0;font-size:1.8rem;font-weight:700;color:#111318}.stat-note{margin:0;font-size:.85rem;color:#586179}.legend{display:inline-flex;align-items:center;gap:8px;font-size:.85rem;color:#59637a}.legend-dot{width:10px;height:10px;border-radius:50%;background:#111318;box-shadow:0 0 0 4px #1113181f}.lab-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.lab-card{border-radius:18px;overflow:hidden;border:1px solid #e1e4ee;background:#fff;display:flex;flex-direction:column;min-height:100%;box-shadow:0 18px 36px #1f273614;animation:fadeUp .6s ease both;border-top:4px solid var(--accent)}.lab-card:nth-child(2){animation-delay:.06s}.lab-card:nth-child(3){animation-delay:.12s}.lab-media{padding:18px;background:linear-gradient(130deg,#fff3,#00000014)}.lab-image{width:100%;height:170px;object-fit:cover;border-radius:14px;border:1px solid rgba(17,19,24,.08);box-shadow:0 12px 26px #1113181f}.lab-image--planning{filter:blur(6px)}.lab-body{padding:18px;display:flex;flex-direction:column;gap:14px;flex:1}.lab-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.lab-header h3{margin:0;font-size:1.1rem}.status-pill{padding:6px 12px;border-radius:999px;background:#11131814;font-size:.8rem;font-weight:600;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.status-dot{width:8px;height:8px;border-radius:999px;background:#111318;box-shadow:0 0 0 3px #1113181f}.status-pill.status-live{background:#2dbf5a1f;color:#1f3f2b}.status-pill.status-live .status-dot{background:#2dbf5a;box-shadow:0 0 0 3px #2dbf5a33}.status-pill.status-planning{background:#f4b2422e;color:#5a3d12}.status-pill.status-planning .status-dot{background:#f4b242;box-shadow:0 0 0 3px #f4b24233}.status-pill.status-planned{background:#f4b2422e;color:#5a3d12}.status-pill.status-planned .status-dot{background:#f4b242;box-shadow:0 0 0 3px #f4b24233}.status-pill.status-onhold{background:#8c94a633;color:#3e4658}.status-pill.status-onhold .status-dot{background:#8c94a6;box-shadow:0 0 0 3px #8c94a642}.lab-desc{margin:0;color:#3c4453;font-size:.9rem}.lab-status{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:.85rem;color:#59637a}.badge img{display:block;height:20px}.lab-actions{display:flex;gap:10px;margin-top:auto}.small{padding:8px 14px;font-size:.85rem}.primary[disabled]{cursor:not-allowed;opacity:1}.primary.primary-disabled-planned[disabled]{background:#f4b242;color:#5a3d12;box-shadow:none}.ghost[disabled]{cursor:not-allowed;opacity:.65;box-shadow:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:720px){.actions{width:100%;justify-content:flex-start}.panel{padding:20px}.lab-actions{flex-wrap:wrap}}.help-fab-wrap{position:fixed;left:20px;bottom:20px;display:flex;align-items:center;gap:12px;z-index:70}.help-fab{width:52px;height:52px;border-radius:50%;border:none;background:#111318;color:#f7f3ee;font-size:1.2rem;font-weight:700;cursor:pointer;box-shadow:0 16px 30px #11131840;transition:transform .2s ease,box-shadow .2s ease}.help-fab-label{background:#fff;color:#111318;border:1px solid #d7dbe6;border-radius:999px;padding:10px 16px;font-size:.9rem;font-weight:600;box-shadow:0 12px 24px #1f27361f;opacity:0;transform:translate(-8px);pointer-events:none;transition:opacity .3s ease,transform .3s ease;white-space:nowrap}.help-fab-wrap.open .help-fab-label{opacity:1;transform:translate(0)}.help-fab:hover{transform:translateY(-2px);box-shadow:0 20px 40px #11131847}.help-overlay{position:fixed;inset:0;background:#f5f3ef61;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:60;display:flex;align-items:center;justify-content:center;padding:24px}.help-card{width:min(470px,100%);background:#fff;border-radius:18px;padding:22px;border:1px solid #e1e4ee;box-shadow:0 20px 40px #1f27361f;display:flex;flex-direction:column;gap:10px;text-align:left}.help-card h3{margin:0;font-size:1.2rem}.help-card .stat-label,.help-card h3{text-align:center}.help-contact{display:flex;flex-direction:column;gap:10px;margin-top:6px}.help-contact-item{display:inline-flex;align-items:center;gap:12px;justify-content:flex-start;padding:12px 14px;border-radius:12px;border:1px solid #e1e4ee;background:#fff;font-size:.9rem;color:#2a3241;box-shadow:0 10px 20px #1f27360f}.help-contact-item:hover{border-color:#c8cbd6}.help-icon{width:30px;height:30px;min-width:30px;min-height:30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#111318;color:#f7f3ee}.help-contact-text{text-align:left}:root{font-family:Space Grotesk,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#111318;background-color:#f5f2ed;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top left,#f8efe5,#f0eee9 40%,#e9edf2)}a{color:inherit;text-decoration:none}
