.construction-landing{min-height:100vh;display:grid;place-items:center;padding:32px 16px;background-color:var(--bg-body);background-repeat:no-repeat;background-position:center;background-size:cover}.construction-landing-overlay{width:min(560px,100%);background:var(--bg-card);border-radius:12px;padding:18px;box-shadow:0 12px 24px #0f9ba826;display:grid;gap:12px;justify-items:center;text-align:center;position:relative}.construction-landing-logo{width:min(160px,52vw);height:auto;border-radius:12px;background:#fff;padding:8px;box-shadow:0 10px 20px #0000001f}.construction-landing-illustration{width:min(520px,92vw);height:auto;max-height:46vh;object-fit:contain}.construction-landing-content{display:grid;gap:10px}.construction-landing-content p{margin:0;line-height:1.5}:root{--bg-body: #f7fafc;--bg-card: #ffffff;--text-primary: #1f2933;--accent: #0f9ba8}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg-body);color:var(--text-primary)}.layout{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.layout-sidebar{background:#0f9ba8;color:#fff;padding:24px 18px;display:flex;flex-direction:column;gap:24px}.layout-brand{font-size:1.25rem;font-weight:700}.layout-nav{display:flex;flex-direction:column;gap:12px}.layout-nav a{color:#e0f7f9;text-decoration:none;font-weight:500}.layout-nav a.active{color:#0f9ba8;background:#fff;padding:8px 12px;border-radius:8px;font-weight:600}.layout-main{padding:32px}section{background:var(--bg-card);border-radius:12px;padding:24px;box-shadow:0 12px 24px #0f9ba826}h1{margin-top:0}
