/* Itembase V8.9.0 — construction mode is controlled by settings.construction_mode:
   full, subtle or off. */
body{isolation:isolate} main,.site-footer{position:relative;z-index:1}
.construction-stage{position:fixed;z-index:0;inset:var(--header) 0 0;overflow:hidden;pointer-events:none;contain:paint}
.construction-grid{position:absolute;inset:0;opacity:.11;background-image:linear-gradient(rgba(var(--accent-rgb),.12) 1px,transparent 1px),linear-gradient(90deg,rgba(var(--accent-rgb),.12) 1px,transparent 1px);background-size:58px 58px;mask-image:radial-gradient(circle at 50% 28%,#000 0,transparent 70%)}
.construction-tape{--ib-tape-segment-width:calc(100vw + 760px);position:absolute;height:49px;display:flex;align-items:center;overflow:hidden;border-top:2px solid rgba(15,15,11,.75);border-bottom:2px solid rgba(15,15,11,.75);background:repeating-linear-gradient(135deg,#f3c91d 0 18px,#e5b811 18px 36px);color:#16140b;box-shadow:0 15px 44px rgba(0,0,0,.13);opacity:.13;filter:saturate(.9);transform-origin:center;will-change:transform;width:var(--ib-tape-segment-width);left:-380px}
.construction-tape-one{top:13vh;transform:rotate(-7deg)}.construction-tape-two{bottom:12vh;transform:rotate(6deg)}
.construction-tape-track{display:flex;align-items:center;width:calc(var(--ib-tape-segment-width)*4);min-width:calc(var(--ib-tape-segment-width)*4);height:100%;animation:ibTapeForward890 58s linear infinite;will-change:transform}
.construction-tape-two .construction-tape-track{animation:ibTapeReverse890 62s linear infinite}
.construction-tape-group{flex:0 0 var(--ib-tape-segment-width);width:var(--ib-tape-segment-width);min-width:var(--ib-tape-segment-width);height:100%;display:flex;align-items:center;justify-content:space-around;overflow:visible}
.construction-tape-group>span{display:inline-block;padding:0 15px;font-size:10px;font-weight:1000;letter-spacing:.18em;white-space:nowrap}.construction-tape-group>b{padding:0 5px}
@keyframes ibTapeForward890{from{transform:translate3d(0,0,0)}to{transform:translate3d(-25%,0,0)}}@keyframes ibTapeReverse890{from{transform:translate3d(-25%,0,0)}to{transform:translate3d(0,0,0)}}
.construction-live-chip{position:fixed;z-index:21;left:18px;bottom:18px;height:31px;padding:0 11px;display:flex;align-items:center;gap:8px;border:1px solid color-mix(in srgb,#f3c91d 50%,var(--line));border-radius:999px;background:color-mix(in srgb,var(--surface) 88%,transparent);color:var(--text);backdrop-filter:blur(16px);box-shadow:0 10px 34px rgba(0,0,0,.09);pointer-events:none;font-size:8px;font-weight:950;letter-spacing:.14em}
.construction-live-chip i,.construction-subtle-banner i{width:7px;height:7px;border-radius:50%;background:#f0b919;box-shadow:0 0 0 0 rgba(240,185,25,.45);animation:constructionStatusPulse 2.4s ease-out infinite}
@keyframes constructionStatusPulse{0%{box-shadow:0 0 0 0 rgba(240,185,25,.48)}70%,100%{box-shadow:0 0 0 8px rgba(240,185,25,0)}}
.construction-subtle-banner{display:none;position:relative;z-index:20;margin-top:var(--header);min-height:36px;padding:8px 18px;align-items:center;justify-content:center;gap:10px;border-bottom:1px solid color-mix(in srgb,#f3c91d 40%,var(--line));background:color-mix(in srgb,var(--surface) 94%,#f3c91d 6%);color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.02em}

/* Full notice — V8.9.2 balanced editorial layout. */
.construction-notice[hidden]{display:none!important}
.construction-notice{
  position:fixed;
  z-index:300;
  inset:0;
  display:grid;
  place-items:center;
  padding:22px;
  overflow:auto;
}
.construction-notice-backdrop{
  position:absolute;
  inset:0;
  border:0;
  background:rgba(8,8,7,.72);
  backdrop-filter:blur(14px);
  cursor:default;
  animation:constructionBackdropIn .35s ease both;
}
.construction-notice-card{
  position:relative;
  width:min(820px,100%);
  padding:68px 38px 34px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.15);
  border-radius:32px;
  background:
    radial-gradient(circle at 92% 6%,rgba(255,100,48,.17),transparent 31%),
    radial-gradient(circle at 4% 100%,rgba(126,95,255,.13),transparent 36%),
    #181815;
  color:#faf6ed;
  box-shadow:0 42px 150px rgba(0,0,0,.58);
  animation:constructionCardIn .58s cubic-bezier(.16,.84,.28,1.08) both;
}
.construction-notice-card::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.032) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.032) 1px,transparent 1px);
  background-size:34px 34px;
  mask-image:linear-gradient(to bottom,#000,transparent 85%);
  pointer-events:none;
}
.construction-notice-tape{
  --ib-popup-tape-segment-width:900px;
  position:absolute;
  z-index:2;
  left:-10%;
  right:-10%;
  top:13px;
  height:44px;
  overflow:hidden;
  border-top:2px solid #17150a;
  border-bottom:2px solid #17150a;
  background:repeating-linear-gradient(135deg,#f3c91d 0 15px,#e5b811 15px 30px);
  color:#17150a;
  transform:rotate(-1deg);
}
.construction-notice-tape-track{
  display:flex;
  align-items:center;
  width:calc(var(--ib-popup-tape-segment-width)*4);
  min-width:calc(var(--ib-popup-tape-segment-width)*4);
  height:100%;
  animation:ibPopupTape890 34s linear infinite;
  will-change:transform;
}
.construction-notice-tape-group{
  flex:0 0 var(--ib-popup-tape-segment-width);
  width:var(--ib-popup-tape-segment-width);
  min-width:var(--ib-popup-tape-segment-width);
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-around;
}
.construction-notice-tape-group>span{
  padding:0 12px;
  font-size:9.5px;
  font-weight:1000;
  letter-spacing:.18em;
  white-space:nowrap;
}
.construction-notice-tape-group>b{padding:0 3px}
@keyframes ibPopupTape890{from{transform:translate3d(0,0,0)}to{transform:translate3d(-25%,0,0)}}

.construction-notice-close{
  position:absolute;
  z-index:5;
  right:17px;
  top:61px;
  width:39px;
  height:39px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.12);
  border-radius:13px;
  background:rgba(255,255,255,.055);
  color:#fff;
  cursor:pointer;
  font-size:23px;
  line-height:1;
  transition:transform .2s ease,background .2s ease,border-color .2s ease;
}
.construction-notice-close:hover{
  transform:scale(1.06);
  border-color:rgba(255,255,255,.22);
  background:rgba(255,255,255,.11);
}
.construction-notice-shell{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(220px,.72fr);
  gap:34px;
  align-items:stretch;
}
.construction-notice-main{
  min-width:0;
  display:flex;
  flex-direction:column;
}
.construction-notice-status{
  display:flex;
  align-items:center;
  gap:8px;
  color:#f1c626;
  font-size:8px;
  font-weight:950;
  letter-spacing:.16em;
}
.construction-notice-status i{
  width:7px;
  height:7px;
  flex:none;
  border-radius:50%;
  background:#f1c626;
  box-shadow:0 0 16px rgba(241,198,38,.72);
}
.construction-notice-eyebrow{
  display:block;
  margin-top:39px;
  color:#ff7041;
  font-size:9px;
  font-weight:950;
  letter-spacing:.18em;
}
.construction-notice-card h2{
  max-width:520px;
  margin:12px 0 17px;
  padding:0 0 .07em;
  overflow:visible;
  font-size:clamp(47px,7vw,67px);
  line-height:.94;
  letter-spacing:-.06em;
}
.construction-notice-card p{
  max-width:535px;
  margin:0;
  color:#bdb9af;
  font-size:14px;
  line-height:1.72;
}
.construction-notice-actions{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(160px,1fr);
  gap:10px;
  margin-top:26px;
}
.construction-notice-actions .primary-button,
.construction-notice-actions .secondary-button{
  width:100%;
  min-height:50px;
  padding:0 17px;
  justify-content:center;
}
.construction-notice-actions .primary-button{
  display:flex;
  align-items:center;
  gap:12px;
}
.construction-notice-actions .primary-button span{animation:constructionArrow 1.4s ease-in-out infinite}
.construction-notice-actions .secondary-button{
  border-color:rgba(255,255,255,.15);
  color:#f8f4eb;
  background:rgba(255,255,255,.035);
}
.construction-notice-main>small{
  display:block;
  margin-top:16px;
  color:#77746d;
  font-size:9px;
}
.construction-notice-side{
  position:relative;
  min-width:0;
  padding:18px;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(255,255,255,.09);
  border-radius:22px;
  background:linear-gradient(155deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
}
.construction-notice-mark{
  position:relative;
  width:78px;
  height:78px;
  margin:0 0 28px auto;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.1);
  border-radius:23px;
  background:rgba(255,255,255,.045);
  transform:rotate(6deg);
}
.construction-notice-mark span{
  font-size:24px;
  font-weight:1000;
  letter-spacing:-.08em;
}
.construction-notice-mark i{
  position:absolute;
  inset:-12px;
  border:1px dashed rgba(255,255,255,.1);
  border-radius:29px;
  animation:constructionMarkOrbit 16s linear infinite;
}
@keyframes constructionMarkOrbit{to{transform:rotate(360deg)}}
.construction-notice-side-label{
  margin-bottom:11px;
  color:#88847c;
  font-size:8px;
  font-weight:950;
  letter-spacing:.16em;
}
.construction-notice-points{
  display:grid;
  gap:7px;
  margin:0;
}
.construction-notice-points span{
  min-height:49px;
  padding:10px 11px;
  display:grid;
  grid-template-columns:27px minmax(0,1fr);
  align-items:center;
  gap:7px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:12px;
  background:rgba(255,255,255,.032);
}
.construction-notice-points b{
  color:#ff7549;
  font-size:10px;
}
.construction-notice-points em{
  color:#ddd8cf;
  font-size:10px;
  font-style:normal;
  font-weight:800;
}
.construction-notice-open-note{
  margin-top:auto;
  padding-top:16px;
  display:flex;
  align-items:flex-start;
  gap:9px;
  color:#d9d4ca;
}
.construction-notice-open-note>i{
  width:8px;
  height:8px;
  margin-top:3px;
  flex:none;
  border-radius:50%;
  background:#60ce87;
  box-shadow:0 0 13px rgba(96,206,135,.48);
}
.construction-notice-open-note span{display:grid;gap:3px}
.construction-notice-open-note strong{font-size:10px}
.construction-notice-open-note small{color:#77746d;font-size:8px;line-height:1.35}

body.construction-notice-open{overflow:hidden}
@keyframes constructionBackdropIn{from{opacity:0}}
@keyframes constructionCardIn{from{opacity:0;transform:translateY(30px) scale(.94) rotate(-1deg)}to{opacity:1;transform:none}}
@keyframes constructionArrow{50%{transform:translateX(4px)}}
.construction-notice.is-closing{pointer-events:none;animation:constructionNoticeOut .22s ease both}
.construction-notice.is-closing .construction-notice-card{animation:constructionCardOut .22s ease both}
@keyframes constructionNoticeOut{to{opacity:0}}
@keyframes constructionCardOut{to{opacity:0;transform:translateY(12px) scale(.98)}}

@media(max-width:760px){
  .construction-notice{padding:12px}
  .construction-notice-card{padding:67px 21px 25px;border-radius:25px}
  .construction-notice-close{right:10px;top:56px}
  .construction-notice-shell{grid-template-columns:1fr;gap:18px}
  .construction-notice-card h2{max-width:92%;font-size:clamp(42px,13vw,58px)}
  .construction-notice-card p{font-size:13.5px}
  .construction-notice-actions{grid-template-columns:1fr}
  .construction-notice-side{padding:14px}
  .construction-notice-mark{position:absolute;right:14px;top:13px;width:58px;height:58px;margin:0}
  .construction-notice-side-label{padding-right:76px}
  .construction-notice-points{grid-template-columns:repeat(3,minmax(0,1fr));padding-top:54px}
  .construction-notice-points span{min-height:65px;padding:9px;grid-template-columns:1fr;align-content:space-between}
  .construction-notice-open-note{margin-top:14px}
}
@media(max-width:500px){
  .construction-notice-points{grid-template-columns:1fr;padding-top:54px}
  .construction-notice-points span{min-height:43px;grid-template-columns:26px 1fr}
}

/* Feature-flag states. */
body[data-construction-mode="off"] .construction-stage,body[data-construction-mode="off"] .construction-live-chip,body[data-construction-mode="off"] .construction-notice,body[data-construction-mode="off"] .construction-subtle-banner{display:none!important}
body[data-construction-mode="subtle"] .construction-stage,body[data-construction-mode="subtle"] .construction-live-chip,body[data-construction-mode="subtle"] .construction-notice{display:none!important}
body[data-construction-mode="subtle"] .construction-subtle-banner{display:flex}
body[data-construction-mode="full"] .construction-subtle-banner{display:none}
