.under-construction{min-height:calc(100vh - var(--header-height) - (var(--page-padding) * 2));border:2px solid var(--border-color);background-color:var(--container-bg);border-radius:4px;flex-direction:column;justify-content:space-between;padding:clamp(28px,5vw,64px);display:flex;position:relative}.construction-index,.construction-eyebrow,.construction-status{letter-spacing:.15em;font-size:11px;font-weight:900}.construction-index,.construction-eyebrow{color:var(--secondary-color)}.dark-mode .construction-index,.dark .construction-index,.dark-mode .construction-eyebrow,.dark .construction-eyebrow{color:var(--primary-color)}.construction-content{max-width:900px;margin:auto 0}.construction-symbol{border:2px solid var(--border-color);background:var(--primary-color);color:#fff;border-radius:4px;place-items:center;width:64px;height:64px;margin-bottom:24px;display:grid;position:relative}.dark-mode .construction-symbol,.dark .construction-symbol{background:var(--secondary-color);color:#071126}.construction-symbol svg{width:32px;height:32px}.construction-symbol span{background:var(--secondary-color);border-radius:2px;width:16px;height:16px;position:absolute;bottom:-8px;right:-8px}.dark-mode .construction-symbol span,.dark .construction-symbol span{background:#081f4d}.construction-content h1{letter-spacing:-.05em;color:var(--text-primary);margin:12px 0 20px;font-size:clamp(36px,6vw,76px);font-weight:900;line-height:.92}.construction-copy{max-width:580px;color:var(--text-secondary);margin:0 0 28px;font-size:15px;font-weight:500;line-height:1.6}.construction-link{border:1px solid var(--border-color);background:var(--primary-color);color:#fff;letter-spacing:.1em;border-radius:4px;align-items:center;gap:8px;min-height:44px;padding:0 16px;font-size:11px;font-weight:800;transition:all .14s;display:inline-flex}.dark-mode .construction-link,.dark .construction-link{background:var(--secondary-color);color:#071126}.construction-link:hover{opacity:.9;transform:translateY(-1px)}.construction-link svg{width:16px;height:16px}.construction-status{color:var(--text-muted);align-self:flex-end;align-items:center;gap:8px;display:flex}.construction-status svg{color:var(--secondary-color);width:16px;height:16px}@media (max-width:640px){.under-construction{padding:24px 16px}.construction-content h1{font-size:clamp(32px,12vw,54px)}.construction-status{align-self:flex-start}}
