@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@500;600;700&display=swap";:root{--color-primary: #dbaa3d;--color-primary-dark: #b5831f;--color-primary-rgb: 219, 170, 61;--color-secondary: #222222;--color-text: #222222;--color-accent: #f4d189;--color-background: #fafafa;--color-surface: #ffffff;--color-on-primary: #fafafa;--color-on-primary-muted: rgba(250, 250, 250, .8);--color-on-primary-soft: rgba(250, 250, 250, .2);--color-on-secondary: rgba(34, 34, 34, .6);--color-sidebar-bg: #222222;--color-border: rgba(0, 0, 0, .12);--color-border-light: rgba(0, 0, 0, .08);--color-border-lighter: rgba(0, 0, 0, .04);--color-hover: rgba(0, 0, 0, .04);--color-hover-strong: rgba(0, 0, 0, .08);--color-shadow: rgba(0, 0, 0, .1);--color-shadow-strong: rgba(0, 0, 0, .2);--font-title: "Poppins", sans-serif;--font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;font-family:var(--font-body);background-color:var(--color-background);color:var(--color-text)}.construction-icon{margin-bottom:2rem;display:flex;justify-content:center;align-items:center}.marshall-logo{width:200px;height:auto;animation:pulse 2s ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.95}}@media(max-width:768px){.marshall-logo{width:150px}}.construction-container{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;overflow:hidden}.background-video{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.video-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000bf;z-index:1}.construction-content{position:relative;z-index:2;text-align:center;max-width:600px;width:100%;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:4rem 3rem;border-radius:32px;box-shadow:none;animation:fadeIn .8s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.construction-title{font-family:var(--font-title);font-size:2.5rem;font-weight:700;color:#fffffff2;margin-bottom:1.5rem;line-height:1.2}.construction-message{font-family:var(--font-body);font-size:1.125rem;color:#ffffffe6;line-height:1.6;margin-bottom:2rem}.construction-divider{width:60px;height:4px;background:linear-gradient(90deg,transparent,rgba(219,170,61,.8),transparent);margin:2rem auto;border-radius:2px}.construction-footer{font-family:var(--font-body);font-size:.875rem;color:#fffc;font-weight:500;letter-spacing:.5px;text-transform:uppercase}@media(max-width:768px){.construction-content{padding:3rem 2rem}.construction-title{font-size:2rem}.construction-message{font-size:1rem}}
