
*{box-sizing:border-box;margin:0}
body{background:#1D1830;color:#F5F0FF;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;line-height:1.5}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
h1,h3{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif}
.dash{display:flex;min-height:100vh}
.rail{width:70px;flex:0 0 70px;background:#141122;color:#e9edf2;display:flex;flex-direction:column;align-items:center;padding:16px 0;gap:8px;position:sticky;top:0;height:100vh}
.logo{width:40px;height:40px;border-radius:12px;background:#FFC531;color:#141414;display:flex;align-items:center;justify-content:center;font-weight:800;font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;margin-bottom:16px}
.rail nav{display:flex;flex-direction:column;gap:6px;width:100%;align-items:center}
.rail nav a{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:18px;color:rgba(233,237,242,0.6);cursor:pointer}
.rail nav a:hover,.rail nav a.on{background:rgba(233,237,242,0.14);color:#e9edf2}
.railfoot{margin-top:auto;font-size:20px;color:rgba(233,237,242,0.6);cursor:pointer}
.main{flex:1;min-width:0;display:flex;flex-direction:column}
.topbar{display:flex;align-items:center;gap:18px;padding:16px 26px;border-bottom:1px solid rgba(245,240,255,0.12);position:sticky;top:0;background:rgba(29,24,48,0.8);backdrop-filter:blur(8px);z-index:5}
.crumbs b{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-size:18px}
.crumbs span{color:rgba(245,240,255,0.55);margin-left:6px;font-size:14px}
.search{margin-left:auto;display:flex;align-items:center;gap:8px;background:#292246;border:1px solid rgba(245,240,255,0.12);border-radius:999px;padding:8px 16px;max-width:280px;flex:1}
.search span{color:rgba(245,240,255,0.55)}
.search input{border:0;background:none;color:#F5F0FF;font:inherit;outline:none;width:100%}
.acct{display:flex;align-items:center;gap:8px}
.acct img{width:34px;height:34px;border-radius:50%;object-fit:cover}
.acct em{font-style:normal;font-weight:600;font-size:14px;color:#FFC531}
.panelgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:9px 26px}
.panel{background:#292246;color:#ffffff;border:1px solid rgba(255,255,255,0.12);border-radius:24px;padding:20px}
.phead{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.phead h3{font-size:16px}
.tag{font-size:12px;color:rgba(255,255,255,0.58);background:rgba(255,197,49,0.14);padding:3px 10px;border-radius:999px}
.welcome{grid-column:span 4;background:linear-gradient(120deg,rgba(255,197,49,0.14),#292246 60%)}
.welcome .kick{color:#FFC531;font-weight:700;letter-spacing:.16em;font-size:12px;text-transform:uppercase}
.welcome h1{font-size:clamp(26px,3.4vw,40px);margin:8px 0 10px}
.welcome p{color:rgba(255,255,255,0.58);max-width:60ch;margin-bottom:18px}
.btn{display:inline-block;background:#FFC531;color:#141414;padding:11px 22px;border-radius:24px;font-weight:700;font-size:14px}
.btn:hover{filter:brightness(1.08)}
.kpirow{grid-column:span 4;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.kpi{background:#292246;border:1px solid rgba(255,255,255,0.12);border-radius:24px;padding:18px;display:flex;flex-wrap:wrap;align-items:baseline;gap:4px}
.klab{flex:1 0 100%;color:rgba(255,255,255,0.58);font-size:13px}
.knum{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-size:30px;font-weight:800}
.ksuf{font-size:16px;color:rgba(255,255,255,0.58)}
.kdelta{flex:1 0 100%;color:#FFC531;font-size:12px;font-weight:700;margin-top:4px}
.chart{grid-column:span 3}
.chart canvas{width:100%;display:block}
.donut{grid-column:span 1}
.donutwrap{display:flex;flex-direction:column;align-items:center;gap:14px}
.legend{list-style:none;width:100%}
.legend li{display:flex;align-items:center;gap:8px;font-size:13px;padding:4px 0;color:rgba(255,255,255,0.58)}
.legend i{width:11px;height:11px;border-radius:3px;display:inline-block}
.legend b{margin-left:auto;color:#ffffff}
.bars{grid-column:span 2}
.pabout{color:rgba(255,255,255,0.58);font-size:14px;margin-bottom:14px}
.brow{display:grid;grid-template-columns:130px 1fr 42px;align-items:center;gap:12px;margin:9px 0}
.blab{font-size:13px}
.btrack{height:8px;background:rgba(255,197,49,0.14);border-radius:99px;overflow:hidden}
.bfill{display:block;height:100%;background:#FFC531;border-radius:99px}
.bval{font-size:12px;color:rgba(255,255,255,0.58);text-align:right}
.feed{grid-column:span 2}
.feedlist{list-style:none;display:grid;gap:12px}
.feedlist li{display:flex;gap:12px}
.feedlist img{width:38px;height:38px;border-radius:50%;object-fit:cover;flex:0 0 auto}
.feedlist p{font-size:14px}
.feedlist span{color:rgba(255,255,255,0.58);font-size:12px}
.gal{grid-column:span 2}
.thumbs{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.thumbs img{width:100%;height:110px;object-fit:cover;border-radius:calc(24px - 4px)}
.contact{grid-column:span 2}
.contact p{color:rgba(255,255,255,0.58);font-size:14px;margin-bottom:12px}
.cinfo{list-style:none;margin-bottom:16px}
.cinfo li{display:flex;gap:12px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,0.12);font-size:14px}
.cinfo span{color:rgba(255,255,255,0.58);width:60px;flex:0 0 auto}
.dfoot{padding:20px 26px;color:rgba(245,240,255,0.55);font-size:13px;border-top:1px solid rgba(245,240,255,0.12);margin-top:auto}
@media(max-width:940px){.panelgrid{grid-template-columns:repeat(2,1fr)}.welcome,.kpirow{grid-column:span 2}.kpirow{grid-template-columns:1fr 1fr}.chart,.donut,.bars,.feed,.gal,.contact{grid-column:span 2}}
@media(max-width:560px){.rail{width:56px;flex-basis:56px}.panelgrid{grid-template-columns:1fr}.welcome,.kpirow,.chart,.donut,.bars,.feed,.gal,.contact{grid-column:span 1}.kpirow{grid-template-columns:1fr}.search{display:none}}
@media(prefers-reduced-motion:reduce){.bfill{transition:none}}


.xq{box-sizing:border-box;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;color:#F5F0FF;padding:56px 24px;width:100%}
.xq *{box-sizing:border-box;margin:0}
.xq .xq-wrap{max-width:1060px;margin:0 auto}
.xq h2{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-size:1.7rem;line-height:1.2;margin-bottom:8px}
.xq .xq-kick{display:block;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:#FFC531;margin-bottom:10px;font-weight:700}

.xq-badges{padding:26px 24px;border-top:1px solid rgba(245,240,255,0.14);border-bottom:1px solid rgba(245,240,255,0.14);background:rgba(245,240,255,0.05)}
.xq-badge-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px 18px}
.xq-badgehead{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;margin-right:8px}
.xq-badge{border:1.5px solid #FFC531;color:#FFC531;border-radius:999px;padding:7px 16px;font-size:.8rem;font-weight:700;letter-spacing:.04em}


.xq-teamgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:20px;margin-top:22px}
.xq-person img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:20px;display:block;filter:saturate(.9)}
.xq-person figcaption{padding-top:10px}
.xq-person strong{display:block;font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif}
.xq-person span{font-size:.82rem;color:#948BB2}


.xq-hours{border-top:1px solid rgba(245,240,255,0.14)}
.xq-hours-in{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:26px;align-items:start}
.xq-hours address{font-style:normal;color:#948BB2;line-height:1.8;margin-top:8px}
.xq-hourtable{width:100%;border-collapse:collapse}
.xq-hourtable th,.xq-hourtable td{text-align:left;padding:12px 6px;border-bottom:1px solid rgba(245,240,255,0.14)}
.xq-hourtable th{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif}
.xq-hourtable td{color:#FFC531;font-weight:700;text-align:right}


/* =====================================================
   DESIGN DNA: industrial-steel
   Whole-page visual system applied over the layout
   archetype. Appended last so it wins the cascade.
   ===================================================== */
html::after{content:'';position:fixed;inset:0;z-index:99990;pointer-events:none;border:none;background:none;background:repeating-linear-gradient(45deg,#FFC531 0 16px,transparent 16px 32px);background-size:100% 9px;background-repeat:no-repeat;background-position:top}
h1,h2,h3{font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif !important;text-transform:uppercase !important;letter-spacing:.04em !important}
img{filter:grayscale(.55) contrast(1.22);border-radius:0 !important;border:2px solid #f7f3ff !important}
a[class*="btn"],button,span[class*="btn"]{border-radius:0 !important;border:2px solid #f7f3ff !important;box-shadow:4px 4px 0 rgba(247,243,255,.8) !important;text-transform:uppercase;letter-spacing:.1em;font-weight:800}
div[class*="card"]:not([class*="cards"]),article[class*="card"],a[class*="card"],figure[class*="card"],li[class*="card"]{border-radius:0 !important;border-left:5px solid #FFC531 !important;box-shadow:none !important}
html::before{content:'';position:fixed;inset:0;z-index:99980;pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90'%3E%3Ccircle cx='6' cy='6' r='1.6' fill='%23f7f3ff'/%3E%3C/svg%3E");opacity:.14;}
