
/* ==========================================================
   BEEBO v10.11 — DESIGN DEVELOPED
   Visual hierarchy, responsive navigation, polished surfaces
   ========================================================== */
:root{
  --bg:#08070d;--bg-soft:#0d0b13;--surface:#15121d;--surface-2:#1d1828;
  --surface-3:#272034;--ink:#fff9ea;--muted-2:#c7bed0;--muted-3:#92899d;
  --gold:#ffd45d;--gold-2:#ff9f1c;--purple:#a982ff;--mint-2:#78f6d7;
  --pink-2:#ff7fbd;--stroke:rgba(255,255,255,.105);--stroke-strong:rgba(255,212,93,.28);
  --radius-sm:16px;--radius:24px;--radius-lg:34px;
  --shadow-soft:0 18px 55px rgba(0,0,0,.28);--shadow-deep:0 32px 110px rgba(0,0,0,.48);
}
html{background:var(--bg)}
body{font-family:Inter,Pretendard,"Noto Sans KR",ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;letter-spacing:-.015em;background:
 radial-gradient(circle at 15% -5%,rgba(255,191,45,.20),transparent 32%),
 radial-gradient(circle at 88% 0%,rgba(142,106,255,.15),transparent 30%),
 radial-gradient(circle at 78% 105%,rgba(82,241,209,.09),transparent 30%),
 linear-gradient(145deg,#08070d 0%,#0d0912 48%,#071017 100%)}
body:before{opacity:.48;background-size:72px 72px;mask-image:linear-gradient(to bottom,black,transparent 88%)}
body.global-shell{padding-bottom:36px}

/* NAVIGATION */
.nav.nav-v109{position:sticky;top:0;z-index:50;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:11px clamp(18px,4vw,68px);background:rgba(8,7,13,.84);backdrop-filter:blur(24px) saturate(145%);border-bottom:1px solid rgba(255,255,255,.075);box-shadow:0 12px 34px rgba(0,0,0,.18)}
.nav-v109 .brand{min-width:max-content;gap:10px}.nav-v109 .mark{width:46px;height:46px;border-radius:17px;background:linear-gradient(145deg,#ffda66,#ff9c1a);box-shadow:0 10px 30px rgba(255,164,32,.22)}
.nav-v109 .mark img{width:41px;height:41px;object-fit:contain}.nav-v109 .brand b{font-size:15px;letter-spacing:.01em}.nav-v109 .brand small{font-size:9px;color:#e8c56b;line-height:1.4}.nav-v109 .build-chip{font-style:normal;color:#b8ffd9;background:rgba(121,242,154,.1);border:1px solid rgba(121,242,154,.24);padding:3px 6px;border-radius:999px;margin-left:4px}
.nav-center{display:flex;align-items:center;justify-content:center;gap:5px;min-width:0;overflow-x:auto;scrollbar-width:none}.nav-center::-webkit-scrollbar{display:none}.nav-center a{flex:0 0 auto;border:1px solid transparent;padding:9px 12px;border-radius:999px;color:#d7d0dd;font-size:13px;font-weight:850;transition:.18s}.nav-center a:hover,.nav-center a.active{color:#fff8e7;background:rgba(255,255,255,.075);border-color:rgba(255,255,255,.09)}.nav-center a.active{box-shadow:inset 0 0 0 1px rgba(255,213,91,.16)}
.nav-wallet{display:flex;align-items:center;justify-content:flex-end;gap:7px;min-width:max-content}.nav-wallet .btn{padding:9px 12px;font-size:12px}.nav-wallet .wallet-account-button{background:linear-gradient(135deg,rgba(81,255,198,.16),rgba(59,177,160,.11));border-color:rgba(105,255,214,.18);color:#ddfff3;box-shadow:0 10px 30px rgba(22,147,116,.14)}

/* GLOBAL BANNER */
.global-site-banner{border-bottom:1px solid rgba(255,255,255,.08)!important;background:linear-gradient(90deg,rgba(255,198,54,.11),rgba(111,79,190,.09),rgba(44,177,154,.08))!important;padding:9px clamp(18px,4vw,68px)!important}.global-site-banner .global-banner-inner{max-width:1600px!important}.global-banner-image{height:58px!important;border-radius:16px!important;box-shadow:0 12px 28px rgba(0,0,0,.25)}.global-banner-copy b{font-size:16px!important}.global-banner-copy span{font-size:13px}.global-banner-actions .btn{padding:8px 11px;font-size:12px}

/* CORE SURFACES */
.wrap{width:min(1600px,100%);margin:auto;padding:34px clamp(18px,4vw,68px) 82px}.card{border-radius:var(--radius);border-color:var(--stroke);background:linear-gradient(180deg,rgba(255,255,255,.067),rgba(255,255,255,.028));box-shadow:var(--shadow-soft);padding:24px}.card:before{opacity:.72}.glass{background:linear-gradient(180deg,rgba(255,205,74,.10),rgba(255,255,255,.033));border-color:rgba(255,211,88,.2)}
.section-title{align-items:center;margin:34px 0 18px}.section-title h2{font-size:clamp(30px,3.3vw,50px);letter-spacing:-.04em}.section-title .lead{font-size:16px;line-height:1.72}.eyebrow{font-size:11px;letter-spacing:.02em;padding:7px 10px}.btn{min-height:42px;padding:10px 15px;box-shadow:none}.btn.primary{box-shadow:0 14px 34px rgba(255,156,22,.16)}
.input,textarea,select{background:rgba(4,3,8,.42);border-color:rgba(255,255,255,.11);box-shadow:inset 0 1px 0 rgba(255,255,255,.025)}.input:focus,textarea:focus,select:focus{outline:none;border-color:rgba(255,210,84,.55);box-shadow:0 0 0 4px rgba(255,202,58,.08)}
.status{background:rgba(255,255,255,.035)}

/* HOME */
.home-v109{width:min(1600px,100%);margin:auto;padding:56px clamp(18px,4vw,68px) 28px}.home-hero-v109{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(440px,.96fr);gap:32px;align-items:stretch}.home-copy-v109{display:flex;flex-direction:column;justify-content:center;min-height:590px;padding:28px 0}.home-kicker-row{display:flex;gap:8px;flex-wrap:wrap}.home-v109 h1{font-size:clamp(54px,6vw,88px);line-height:.95;letter-spacing:-.065em;margin:24px 0 22px;max-width:820px}.home-v109 h1 span{display:block;background:linear-gradient(135deg,#fff9e9 20%,#ffdc78 70%,#ff9f2f);-webkit-background-clip:text;background-clip:text;color:transparent}.home-copy-v109 .lead{font-size:17px;max-width:700px}.home-cta-v109{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.home-trust-v109{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:26px}.home-trust-v109 div{border:1px solid rgba(255,255,255,.09);border-radius:18px;padding:14px;background:rgba(255,255,255,.03)}.home-trust-v109 small{display:block;color:var(--muted-3);font-size:10px;text-transform:uppercase;letter-spacing:.09em}.home-trust-v109 b{display:block;margin-top:6px;font-size:13px;color:#f8f0dd}
.home-stage-v109{position:relative;min-height:590px;border:1px solid rgba(255,212,93,.18);border-radius:42px;overflow:hidden;background:radial-gradient(circle at 50% 35%,rgba(255,202,58,.20),transparent 24%),radial-gradient(circle at 20% 15%,rgba(169,130,255,.20),transparent 28%),linear-gradient(165deg,rgba(31,25,42,.96),rgba(12,10,18,.96));box-shadow:var(--shadow-deep);display:flex;flex-direction:column}.home-stage-v109:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,black,transparent 78%)}.home-stage-visual{position:relative;flex:1;min-height:410px;display:grid;place-items:center;padding:40px}.home-stage-visual .hero-bee{width:min(310px,62%);filter:drop-shadow(0 32px 44px rgba(0,0,0,.48));animation:mascotHover 4s ease-in-out infinite;z-index:2}.home-stage-visual .orbit-bee{position:absolute;width:90px;filter:drop-shadow(0 18px 24px rgba(0,0,0,.4));animation:mascotHover 4.7s ease-in-out infinite}.home-stage-visual .orbit-bee.one{left:11%;top:21%;width:72px;animation-delay:-.8s}.home-stage-visual .orbit-bee.two{right:9%;top:17%;width:92px;animation-delay:-1.7s}.home-stage-visual .orbit-bee.three{right:13%;bottom:13%;width:76px;animation-delay:-2.4s}.home-stage-visual .orbit-ring{position:absolute;width:76%;aspect-ratio:1;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:inset 0 0 60px rgba(156,124,255,.07)}.home-stage-copy{position:relative;z-index:3;margin:0 22px 22px;border:1px solid rgba(255,255,255,.09);border-radius:24px;padding:20px 22px;background:rgba(7,6,12,.74);backdrop-filter:blur(18px)}.home-stage-copy h2{font-size:22px;margin:0 0 8px}.home-stage-copy p{margin:0;color:var(--muted-2);line-height:1.65;font-size:14px}.home-mini-stats{display:flex;gap:8px;flex-wrap:wrap;margin-top:13px}.home-mini-stats span{font-size:11px;padding:7px 9px;border-radius:999px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.04);color:#ddd4e3}
.home-ecosystem{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:16px;margin-top:24px}.home-bento{border:1px solid var(--stroke);border-radius:28px;padding:22px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.026));position:relative;overflow:hidden;min-height:190px}.home-bento.primary{min-height:260px;background:linear-gradient(145deg,rgba(255,204,65,.13),rgba(255,255,255,.032))}.home-bento img{position:absolute;right:18px;bottom:10px;width:116px;max-height:118px;object-fit:contain;filter:drop-shadow(0 14px 20px rgba(0,0,0,.34));opacity:.92}.home-bento h3{font-size:24px;margin:12px 0 8px;max-width:70%}.home-bento p{color:var(--muted-2);line-height:1.62;max-width:72%;margin:0}.home-bento .btn{position:absolute;left:22px;bottom:20px}.home-route-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:16px}.home-route-card{border:1px solid var(--stroke);border-radius:22px;padding:18px;background:rgba(255,255,255,.035);transition:.18s}.home-route-card:hover{transform:translateY(-3px);border-color:rgba(255,211,85,.3);background:rgba(255,211,85,.045)}.home-route-card span{font-size:28px}.home-route-card b{display:block;margin-top:16px}.home-route-card small{display:block;color:var(--muted-3);line-height:1.5;margin-top:4px}

/* SERVICES */
.room-shell{padding-top:38px}.room-hero{border-radius:38px!important;background:radial-gradient(circle at 78% 28%,rgba(255,204,63,.18),transparent 22%),linear-gradient(145deg,rgba(36,28,47,.97),rgba(13,11,18,.98))!important;box-shadow:var(--shadow-deep)!important}.room-hero-copy h1{font-size:clamp(56px,6vw,92px)!important;letter-spacing:-.07em!important}.room-resource-bar{border-radius:24px!important;background:rgba(255,255,255,.035)!important}.room-grid{gap:15px!important}.room-card{min-height:245px;border-radius:26px!important;background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.026))!important;box-shadow:var(--shadow-soft)!important}.room-card:hover{transform:translateY(-5px)!important;border-color:rgba(255,210,85,.28)!important}.room-card-mascot{right:14px!important;top:18px!important;width:92px!important;height:92px!important}.room-card h3{font-size:22px!important}

/* BOARD */
.board-page{padding-top:40px}.board-page>.section-title:first-child{padding:26px;border:1px solid rgba(255,255,255,.08);border-radius:30px;background:linear-gradient(135deg,rgba(255,202,58,.085),rgba(155,123,255,.055));box-shadow:var(--shadow-soft)}.auction-notice{border-radius:30px!important;overflow:hidden}.auction-notice:after{content:"AUCTION";position:absolute;right:24px;top:20px;font-size:clamp(60px,10vw,150px);font-weight:950;color:rgba(255,255,255,.018);letter-spacing:-.08em;pointer-events:none}.auction-rule-grid span{background:rgba(5,4,9,.22)!important}.featured-group{border-radius:30px!important;padding:20px!important;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.018))!important;box-shadow:0 18px 60px rgba(0,0,0,.2)}.featured-group.group-gold{box-shadow:inset 4px 0 0 rgba(255,205,75,.65),0 18px 60px rgba(0,0,0,.2)}.featured-group.group-premium{box-shadow:inset 4px 0 0 rgba(164,124,255,.65),0 18px 60px rgba(0,0,0,.2)}.featured-group.group-banner{box-shadow:inset 4px 0 0 rgba(255,110,180,.65),0 18px 60px rgba(0,0,0,.2)}.featured-group.group-sitebanner{box-shadow:inset 4px 0 0 rgba(102,245,208,.65),0 18px 60px rgba(0,0,0,.2)}.featured-slot{border-radius:24px!important;min-height:300px!important;background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025))!important}.featured-slot:hover{transform:translateY(-3px);transition:.18s}.featured-slot.empty-slot{background:radial-gradient(circle at 50% 20%,rgba(255,211,89,.08),transparent 38%),rgba(255,255,255,.018)!important}.featured-slot.empty-slot>img{filter:drop-shadow(0 18px 24px rgba(0,0,0,.42))}.slot-metrics span,.bid-panel>div{background:rgba(4,3,8,.32)!important}.board-compose-card{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:26px;border-radius:32px!important}.board-compose-intro{position:sticky;top:102px;align-self:start}.board-tier{border-radius:22px!important;min-height:112px;background:rgba(255,255,255,.032)!important}.board-tier.active{background:linear-gradient(145deg,rgba(255,202,58,.14),rgba(155,123,255,.07))!important}.board-tier-mascot{width:64px!important;height:64px!important}.post{border-radius:24px!important;background:rgba(255,255,255,.032)!important}.post:hover{border-color:rgba(255,211,84,.22)}.post-avatar{border-radius:22px!important}.board-public-layout{align-items:start}.feed-card{min-width:0}.board-side{position:sticky;top:102px}

/* SKY */
.sky-page{padding-top:38px}.sky-stage-card{padding:18px!important;border-radius:34px!important}.beebo-stage{height:620px!important;border-radius:28px!important;background:radial-gradient(circle at 26% 18%,rgba(255,209,76,.15),transparent 24%),radial-gradient(circle at 78% 20%,rgba(143,108,255,.17),transparent 27%),radial-gradient(circle at 50% 85%,rgba(84,238,208,.08),transparent 26%),linear-gradient(180deg,#12101d,#070810)!important}.beebo-stage:before{content:"";position:absolute;inset:0;background:radial-gradient(circle,rgba(255,255,255,.45) 0 1px,transparent 1.5px);background-size:90px 90px;opacity:.18}.sky-launch-panel{border-radius:32px!important}.sky-tier-grid{gap:12px!important}.sky-tier-grid .tier{border-radius:22px!important;min-height:170px;display:flex!important;flex-direction:column;align-items:flex-start;text-align:left!important}.sky-tier-thumb{width:68px!important;height:68px!important;align-self:center}.sky-tier-grid .tier h4{font-size:18px}.sky-message-box{border-radius:24px!important;background:rgba(255,255,255,.025);padding:16px;border:1px solid rgba(255,255,255,.08)}

/* SHOP + MY BEEBO */
.shop-item-preview,.selected-item-preview{border-radius:24px!important;background:radial-gradient(circle at 50% 38%,rgba(255,216,92,.13),transparent 45%),rgba(255,255,255,.025)!important}.preview-beebo,.preview-beebo-large{border-radius:38px!important;background:radial-gradient(circle at 50% 30%,rgba(255,226,136,.16),transparent 24%),linear-gradient(145deg,rgba(255,203,61,.12),rgba(116,240,215,.055))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 24px 60px rgba(0,0,0,.28)}.beebo-avatar{transition:.25s}.beebo-avatar:hover{transform:translateY(-3px) scale(1.02)}

/* ADMIN */
body[data-no-site-banner="1"] .wrap{max-width:1700px}.admin-media-card{border-radius:26px!important;background:rgba(255,255,255,.032)!important}.admin-media-card>img{border-radius:20px!important}.admin-auth-choice>div{border-radius:20px!important}

/* MODALS */
.site-banner-modal{background:rgba(3,2,7,.82)!important;backdrop-filter:blur(16px)!important}.site-banner-dialog{border-radius:30px!important;background:linear-gradient(180deg,#221b2d,#0c0a11)!important}

/* MOTION */
@keyframes subtleRise{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
.home-copy-v109,.home-stage-v109,.home-bento,.home-route-card,.featured-group,.room-card{animation:subtleRise .48s both}.home-stage-v109{animation-delay:.08s}.home-bento:nth-child(2){animation-delay:.05s}.home-bento:nth-child(3){animation-delay:.1s}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* RESPONSIVE */
@media(max-width:1280px){
 .nav.nav-v109{grid-template-columns:auto 1fr}.nav-center{grid-column:1/-1;grid-row:2;justify-content:flex-start;padding-bottom:2px}.nav-wallet{grid-column:2;grid-row:1}
 .home-hero-v109{grid-template-columns:1fr 430px}.home-v109 h1{font-size:clamp(52px,6.5vw,78px)}
 .home-ecosystem{grid-template-columns:1fr 1fr}.home-bento.primary{grid-column:1/-1}.home-route-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .board-compose-card{grid-template-columns:1fr}.board-compose-intro{position:relative;top:auto}.board-side{position:relative;top:auto}
}
@media(max-width:920px){
 .home-hero-v109{grid-template-columns:1fr}.home-copy-v109{min-height:auto}.home-stage-v109{min-height:500px}.home-trust-v109{grid-template-columns:1fr 1fr}.home-ecosystem{grid-template-columns:1fr}.home-bento.primary{grid-column:auto}.home-route-grid{grid-template-columns:1fr 1fr}
 .nav-wallet .btn:not(.wallet-account-button){display:none!important}.nav-v109 .brand small{display:none}
 .board-page>.section-title:first-child{display:block}.board-page>.section-title:first-child .button-row{margin-top:16px}
}
@media(max-width:640px){
 .nav.nav-v109{padding:10px 14px;gap:8px}.nav-v109 .mark{width:40px;height:40px}.nav-v109 .mark img{width:35px;height:35px}.nav-center a{font-size:12px;padding:8px 10px}.nav-wallet .wallet-account-button{max-width:148px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
 .wrap,.home-v109{padding-left:16px;padding-right:16px}.home-v109{padding-top:30px}.home-v109 h1{font-size:clamp(44px,14vw,62px)}.home-copy-v109 .lead{font-size:15px}.home-trust-v109{grid-template-columns:1fr}.home-stage-v109{min-height:430px;border-radius:30px}.home-stage-visual{min-height:310px;padding:20px}.home-stage-visual .hero-bee{width:210px}.home-stage-visual .orbit-bee.one{left:6%;top:16%;width:52px}.home-stage-visual .orbit-bee.two{right:4%;top:14%;width:64px}.home-stage-visual .orbit-bee.three{right:8%;bottom:10%;width:54px}.home-stage-copy{margin:0 12px 12px;padding:16px}.home-stage-copy h2{font-size:19px}.home-ecosystem,.home-route-grid{grid-template-columns:1fr}.home-bento{min-height:210px}.home-bento p,.home-bento h3{max-width:72%}
 .section-title{display:block}.section-title>.button-row{margin-top:14px}.auction-notice{grid-template-columns:1fr!important}.board-compose-card{padding:16px}.featured-group{padding:14px!important}.beebo-stage{height:500px!important}.sky-tier-grid .tier{min-height:150px}.global-site-banner{padding:8px 14px!important}
}


/* BEEBO v10.11 English auction and responsive payment polish */
.global-site-banner{padding:7px clamp(14px,3vw,42px)!important}.global-site-banner .global-banner-inner{grid-template-columns:clamp(110px,16vw,220px) minmax(0,1fr) auto!important;gap:12px!important}.global-banner-image{width:100%!important;height:54px!important;aspect-ratio:auto!important;border-radius:12px!important}.global-banner-copy{appearance:none;border:0;background:transparent;color:inherit;text-align:left;padding:0;cursor:pointer;min-width:0}.global-banner-copy .eyebrow{padding:3px 7px;font-size:9px}.global-banner-copy b{font-size:15px!important}.global-banner-copy span{font-size:12px!important}.global-banner-copy small{font-size:10px}.global-banner-actions .btn{padding:7px 10px!important;font-size:11px!important}
.premium-order-v109{gap:14px!important}.compact-featured-group{padding:14px!important;border-radius:24px!important}.compact-featured-group .featured-group-head{margin-bottom:10px}.compact-featured-group .featured-group-head h3{font-size:18px!important}.compact-placement{min-height:150px!important;padding:13px!important;border-radius:19px!important;display:grid;grid-template-columns:auto minmax(0,1fr);gap:11px;align-items:center;cursor:pointer}.compact-placement:hover{transform:translateY(-2px) scale(1.005)}.compact-placement.empty-slot{display:grid!important;text-align:left!important;align-content:initial!important}.compact-placement-top{display:contents}.compact-placement-top img,.placement-mascot{width:64px!important;height:64px!important;object-fit:contain}.approved-banner-thumb{width:110px;height:72px;object-fit:cover;border-radius:13px;border:1px solid var(--line)}.compact-placement-copy{min-width:0}.compact-placement .eyebrow{font-size:10px;padding:5px 8px}.compact-placement h3{font-size:17px!important;margin:5px 0!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.compact-placement p{font-size:12px;line-height:1.45;margin:3px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.compact-placement-meta{display:flex;gap:7px;flex-wrap:wrap;font-size:10px;color:var(--muted);margin-top:8px}.compact-placement-meta b{color:#fff2c8}.compact-open-hint{font-size:10px;color:#8fffe1}.placement-detail-dialog{width:min(760px,100%)}.placement-modal-image{width:100%;aspect-ratio:4/1;object-fit:cover;border-radius:18px;margin-bottom:14px}
.board-compose-v109{grid-template-columns:minmax(260px,.62fr) minmax(0,1.38fr)!important}.board-tier-grid-v109{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:9px;overflow-x:auto;padding-bottom:5px}.board-tier.compact-product{min-height:96px!important;padding:10px!important;display:flex;align-items:center;gap:8px}.board-tier.compact-product .board-tier-mascot{width:50px!important;height:50px!important}.board-tier.compact-product b{font-size:14px}.board-tier.compact-product small{font-size:10px;line-height:1.3}.board-tier.compact-product strong{font-size:11px}.payment-builder-v109{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:14px;align-items:start}.form-split{display:grid;grid-template-columns:1fr 1fr;gap:10px}.payment-summary-v109{position:sticky;top:96px;border:1px solid rgba(255,202,58,.28);border-radius:22px;padding:15px;background:linear-gradient(180deg,rgba(255,202,58,.1),rgba(255,255,255,.025));display:grid;gap:10px}.payment-summary-v109>div{display:flex;justify-content:space-between;gap:12px;padding:9px;border-radius:13px;background:rgba(0,0,0,.2)}.payment-summary-v109 span{color:var(--muted);font-size:11px}.payment-summary-v109 b{font-size:13px;text-align:right}.payment-summary-v109 .total{border:1px solid rgba(255,202,58,.36)}.payment-summary-v109 .total b{font-size:18px;color:#ffe391}.payment-summary-v109 p{font-size:11px;line-height:1.5;color:var(--muted);margin:0}.bid-panel-v109{grid-template-columns:repeat(4,minmax(0,1fr))!important}.compact-auction-notice h3{font-size:25px!important}
.sky-auction-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin:12px 0}.sky-auction-summary>div{border:1px solid var(--line);border-radius:16px;padding:11px;background:rgba(0,0,0,.2)}.sky-auction-summary span{display:block;color:var(--muted);font-size:11px}.sky-auction-summary b{display:block;margin-top:4px;color:#fff2c8}.sky-mascot-v109{position:absolute;overflow:visible;cursor:pointer;animation:skyFloatV109 5.5s ease-in-out infinite alternate;filter:drop-shadow(0 22px 22px rgba(0,0,0,.55));transition:transform .18s ease,filter .18s ease}.sky-mascot-v109:hover{transform:scale(1.08)}.sky-mascot-v109 img{width:100%;height:100%;object-fit:contain}.sky-mascot-v109.tier-small{width:86px;height:86px}.sky-mascot-v109.tier-stylish{width:108px;height:108px}.sky-mascot-v109.tier-large{width:132px;height:132px}.sky-mascot-v109.tier-mega{width:170px;height:170px}.sky-mascot-v109.tier-queen{width:205px;height:205px}.premium-sky-layer{filter:drop-shadow(0 28px 38px rgba(255,202,58,.22))}.sky-mascot-tag{position:absolute;left:50%;bottom:-8px;transform:translateX(-50%);white-space:nowrap;background:rgba(3,4,11,.9);border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:5px 9px;color:#fff;font-size:10px;font-weight:900}.tier-flare{position:absolute;right:0;top:-10px;font-size:24px}@keyframes skyFloatV109{0%{translate:0 0;rotate:-2deg}50%{translate:14px -12px;rotate:2deg}100%{translate:-10px 6px;rotate:-1deg}}
.shop-filter-row{display:flex;gap:9px;flex-wrap:wrap;margin:10px 0 18px}.shop-filter-row .active{background:linear-gradient(135deg,var(--honey),var(--amber));color:#201006}.shop-layout-v109{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:20px;align-items:start}.shop-product-grid-v109{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.shop-product-card{border:1px solid var(--line);border-radius:24px;padding:14px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));cursor:pointer;display:grid;grid-template-columns:92px minmax(0,1fr);gap:13px;min-height:160px}.shop-product-card.active{border-color:rgba(255,202,58,.62);box-shadow:0 0 0 2px rgba(255,202,58,.08)}.shop-product-card h3{font-size:18px;margin:5px 0}.item-asset-only{width:92px;height:92px;border-radius:20px;display:grid;place-items:center;background:radial-gradient(circle at 50% 40%,rgba(255,215,90,.15),transparent 52%),rgba(255,255,255,.025);border:1px solid var(--line)}.item-only-icon{font-size:46px;filter:drop-shadow(0 8px 12px rgba(0,0,0,.4))}.body-product-image{width:82px;height:82px;object-fit:contain}.shop-checkout-v109{position:sticky;top:96px}.selected-product-v109{display:grid;grid-template-columns:88px minmax(0,1fr);gap:12px;align-items:center;margin:12px 0}.selected-asset-only{width:88px;height:88px;border:1px solid var(--line);border-radius:18px;display:grid;place-items:center;background:rgba(255,255,255,.03)}.selected-asset-only .item-only-icon{font-size:42px}.selected-asset-only .body-product-image{width:78px;height:78px}.shop-preview-dialog{text-align:center}.shop-preview-dialog .preview-beebo{margin:14px auto}.form-ownership-v109{display:grid;gap:8px;margin-top:12px}.form-unlock-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:15px;padding:10px;background:rgba(255,255,255,.025)}.form-unlock-row b,.form-unlock-row small{display:block}.form-unlock-row small{color:var(--muted);margin-top:3px}.btn.mini{padding:7px 10px;font-size:11px}
@media(max-width:1200px){.board-tier-grid-v109{grid-template-columns:repeat(3,minmax(170px,1fr))}.payment-builder-v109{grid-template-columns:1fr}.payment-summary-v109{position:static}.shop-product-grid-v109{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-layout-v109{grid-template-columns:1fr}.shop-checkout-v109{position:static}}
@media(max-width:820px){.global-site-banner .global-banner-inner{grid-template-columns:90px minmax(0,1fr)!important}.global-banner-actions{grid-column:1/-1}.board-compose-v109{grid-template-columns:1fr!important}.board-compose-intro{position:static!important}.board-tier-grid-v109{grid-template-columns:repeat(2,minmax(160px,1fr))}.bid-panel-v109,.sky-auction-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.compact-placement{grid-template-columns:58px minmax(0,1fr)}.approved-banner-thumb{width:58px;height:58px}.shop-product-grid-v109{grid-template-columns:1fr}}
@media(max-width:560px){.global-site-banner .global-banner-inner{grid-template-columns:1fr!important}.global-banner-image{height:auto!important;aspect-ratio:4/1!important}.board-tier-grid-v109{grid-template-columns:1fr}.bid-panel-v109,.sky-auction-summary,.form-split{grid-template-columns:1fr}.compact-placement{min-height:135px!important}.shop-product-card{grid-template-columns:76px minmax(0,1fr)}.item-asset-only{width:76px;height:76px}.sky-mascot-v109.tier-mega{width:135px;height:135px}.sky-mascot-v109.tier-queen{width:158px;height:158px}}


/* BEEBO v10.11 progressive bidding, review rounds, and timed forms */
.bid-mode-switch{display:flex;gap:10px;flex-wrap:wrap;margin:10px 0 4px}
.bid-mode-switch .btn{min-height:42px;padding:10px 15px}
.bid-mode-switch .btn.active{border-color:rgba(255,199,67,.8);background:linear-gradient(135deg,rgba(255,196,45,.26),rgba(255,132,35,.15));box-shadow:0 0 0 2px rgba(255,194,55,.1) inset;color:#fff8db}
.bid-validation{display:block;margin-top:7px;font-size:12px;line-height:1.45;color:var(--muted)}
.bid-validation.bad{color:#ff9da6}.bid-validation.ok{color:#8ff2b2}
.reapply-warning{margin-top:10px;padding:12px 14px;border:1px solid rgba(255,122,135,.34);border-radius:16px;background:rgba(100,27,42,.2);color:#ffd5d9;font-size:13px;line-height:1.6}
.reapply-fee-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:12px}
.reapply-fee-steps span{padding:10px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.035);font-size:12px;color:var(--muted)}
.reapply-fee-steps b{display:block;color:#fff1b4;margin-bottom:4px}
.form-access-note{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
.form-access-note .pill.expiring{border-color:rgba(255,190,70,.45);color:#ffe29a}
.form-access-note .pill.expired{border-color:rgba(255,105,120,.45);color:#ffbdc5}
.access-expiry{display:block;margin-top:5px;font-size:12px;color:var(--muted)}
.form-unlock-row .access-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.shop-product-card .term-badge{display:inline-flex;margin-top:8px;padding:6px 9px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);font-size:11px;color:#d9d1e6}
.shop-product-card .term-badge.timed{border-color:rgba(255,190,70,.34);color:#ffe09a}
.shop-checkout-v109 .selected-access{margin-top:10px;padding:10px 12px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.035);font-size:12px;color:var(--muted)}
@media(max-width:780px){.reapply-fee-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.bid-mode-switch{display:grid;grid-template-columns:1fr 1fr}.bid-mode-switch .btn{width:100%}}


/* ==========================================================
   BEEBO v10.11 — GLOBAL BANNER + RESPONSIVE LAYOUT FIXES
   ========================================================== */
html,body{max-width:100%;overflow-x:hidden}.nav.nav-v109+main{border-top:0}
.global-site-banner{position:relative;z-index:35;width:100%;min-height:76px;padding:8px clamp(16px,3.6vw,58px)!important;border-bottom:1px solid rgba(255,255,255,.09)!important;background:linear-gradient(90deg,rgba(255,196,48,.14),rgba(74,46,112,.14),rgba(24,112,104,.12))!important;box-sizing:border-box}
.global-site-banner .global-banner-inner{width:min(1540px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(100px,210px) minmax(0,1fr) auto;align-items:center;gap:14px}
.global-site-banner-loading{opacity:.88}.global-banner-placeholder-bee{width:72px;height:58px;object-fit:contain;justify-self:center;filter:drop-shadow(0 9px 14px rgba(0,0,0,.35))}.global-site-banner-empty .global-banner-inner{grid-template-columns:90px minmax(0,1fr) auto}.global-site-banner-empty{background:linear-gradient(90deg,rgba(255,192,42,.15),rgba(98,62,132,.12))!important}
.global-banner-image{display:block;width:100%!important;height:58px!important;aspect-ratio:4/1;object-fit:cover;border-radius:13px!important;border:1px solid rgba(255,255,255,.16);box-shadow:0 10px 28px rgba(0,0,0,.28)}
.global-banner-copy{appearance:none;border:0;background:transparent;color:inherit;text-align:left;padding:0;min-width:0;cursor:pointer}.global-banner-copy.static-copy{cursor:default}.global-banner-copy b,.global-banner-copy span,.global-banner-copy small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.global-banner-copy b{font-size:15px!important;color:#fff7df}.global-banner-copy span{font-size:12px!important;color:#d4cadb;margin-top:3px}.global-banner-copy small{font-size:10px;color:#9e94aa;margin-top:3px}.global-banner-copy .eyebrow{display:inline-flex;width:auto;font-size:9px!important;margin:0 0 2px;color:#ffe58b}.global-banner-actions{display:flex;gap:7px;justify-content:flex-end;flex-wrap:wrap}.global-banner-actions .btn{min-height:36px;padding:7px 10px!important;font-size:11px!important}
.recovery-banner{padding:13px 15px!important;margin:12px 0!important;border-radius:18px!important;min-height:0}.recovery-banner p{font-size:12px!important;margin-top:4px!important}.recovery-banner .btn{min-height:38px;padding:8px 12px}
/* Home: fix class-version mismatch and avoid oversized/broken grids */
.home-v108,.home-v109{width:min(1500px,100%);margin:auto;padding:38px clamp(16px,3.6vw,58px) 64px;box-sizing:border-box}.home-hero-v108,.home-hero-v109{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:24px;align-items:stretch}.home-copy-v108,.home-copy-v109{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:18px 0}.home-v108 h1,.home-v109 h1{font-size:clamp(46px,5.6vw,82px);line-height:.96;letter-spacing:-.055em;margin:20px 0;max-width:820px;overflow-wrap:normal}.home-v108 h1 span,.home-v109 h1 span{display:block;background:linear-gradient(135deg,#fff9e9 20%,#ffdc78 70%,#ff9f2f);-webkit-background-clip:text;background-clip:text;color:transparent}.home-stage-v108,.home-stage-v109{position:relative;min-width:0;min-height:520px;border:1px solid rgba(255,212,93,.18);border-radius:34px;overflow:hidden;background:radial-gradient(circle at 50% 35%,rgba(255,202,58,.20),transparent 24%),radial-gradient(circle at 20% 15%,rgba(169,130,255,.20),transparent 28%),linear-gradient(165deg,rgba(31,25,42,.96),rgba(12,10,18,.96));box-shadow:0 28px 90px rgba(0,0,0,.42);display:flex;flex-direction:column}.home-stage-visual{min-height:340px;padding:30px}.home-stage-visual .hero-bee{width:min(270px,58%)}.home-stage-copy{margin:0 18px 18px;padding:17px 18px}.home-ecosystem{grid-template-columns:1.1fr .95fr .95fr}.home-bento{min-width:0}.home-route-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
/* My Page */
.my-hero{grid-template-columns:minmax(0,1.28fr) minmax(300px,.72fr);gap:18px;margin:18px 0}.my-hero h1{font-size:clamp(38px,5vw,70px);letter-spacing:-.045em;line-height:.98}.trust-card{min-height:0;padding:20px!important;align-self:stretch}.trust-card p{line-height:1.65;margin:8px 0 14px}.trust-card .mono-box{font-size:12px;padding:10px 12px}.my-shell .metric-grid{gap:10px}.my-shell .stat{min-width:0}.my-shell .stat b{overflow-wrap:anywhere}
/* Board compact layout */
.board-page{padding-top:24px}.board-page>.section-title{display:grid!important;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:end;margin:10px 0 14px}.board-page>.section-title h2{font-size:clamp(34px,4vw,54px)}.compact-auction-notice{display:grid!important;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr)!important;gap:18px;padding:18px!important}.compact-auction-notice h3{font-size:22px!important;line-height:1.2;margin:9px 0}.compact-auction-notice p{font-size:13px;line-height:1.58;margin:8px 0}.auction-rule-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.auction-rule-grid span{padding:11px!important;font-size:12px;min-height:92px}.moderation-rules-v111{margin:14px 0;padding:17px!important;display:grid;grid-template-columns:minmax(0,.65fr) minmax(0,1.35fr);gap:18px;align-items:start}.moderation-rules-v111 h3{margin:8px 0;font-size:20px}.moderation-grid-v111{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.moderation-grid-v111 div{border:1px solid var(--line);border-radius:14px;padding:10px;background:rgba(255,255,255,.03);font-size:11px;line-height:1.45;color:var(--muted)}.moderation-grid-v111 b{display:block;color:#fff0ba;margin-bottom:4px}.premium-order-v109{gap:12px!important}.featured-group{padding:12px!important;border-radius:22px!important}.featured-group-head{margin-bottom:9px!important}.featured-group-head h3{font-size:20px!important}.compact-placement{min-height:104px!important;padding:10px!important;border-radius:17px!important}.compact-placement-top img,.placement-mascot{width:52px!important;height:52px!important}.approved-banner-thumb{width:72px!important;height:52px!important}.board-compose-card{padding:18px!important}.board-compose-v109{grid-template-columns:minmax(220px,.48fr) minmax(0,1.52fr)!important;gap:16px!important}.board-compose-intro{position:sticky;top:104px}.board-compose-intro h3{font-size:23px;line-height:1.25}.board-tier-grid-v109{grid-template-columns:repeat(5,minmax(125px,1fr))!important;gap:8px!important}.board-tier.compact-product{min-height:88px!important;padding:9px!important;gap:7px!important}.board-tier.compact-product .board-tier-mascot{width:42px!important;height:42px!important}.board-tier.compact-product b{font-size:12px!important}.board-tier.compact-product small{font-size:9px!important}.bid-panel-v109{gap:8px!important}.bid-panel-v109>div{padding:10px!important;min-height:72px}.payment-builder-v109{grid-template-columns:minmax(0,1fr) 250px!important}.payment-summary-v109{padding:13px!important}.media-reapply-card{padding:18px!important}.board-public-layout{grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr)!important;gap:16px!important}.feed-card{min-height:0!important;padding:18px!important}.post.basic{padding:13px!important;border-radius:18px!important;gap:12px!important;margin-bottom:10px!important}.post.basic .post-avatar{width:54px!important;height:54px!important;min-width:54px!important}.post.basic .post-avatar img{width:48px!important;height:48px!important}.post.basic h3{font-size:17px!important;margin:5px 0!important}.post.basic .post-body>p{font-size:12px!important;line-height:1.5!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:5px 0 9px}.post.basic .meta{font-size:10px!important}.post.basic .button-row{gap:6px}.post.basic .btn,.post.basic .pill{min-height:31px!important;padding:5px 8px!important;font-size:10px!important}.standard-post-dialog{width:min(720px,100%)}.standard-post-dialog .post-full-copy{white-space:pre-wrap;line-height:1.75;color:#ddd3e6}
/* Sky movement */
.beebo-stage{overflow:hidden!important}.sky-mascot-v109{will-change:transform;animation-timing-function:ease-in-out!important;animation-iteration-count:infinite!important;animation-direction:alternate!important}.sky-mascot-v109.motion-glide{animation-name:beeboGlideV111!important}.sky-mascot-v109.motion-dance{animation-name:beeboDanceV111!important}.sky-mascot-v109.motion-float{animation-name:beeboFloatV111!important}.sky-mascot-v109.motion-orbit{animation-name:beeboOrbitV111!important}@keyframes beeboGlideV111{0%{transform:translate3d(-10px,4px,0) rotate(-4deg)}45%{transform:translate3d(32px,-18px,0) rotate(4deg)}100%{transform:translate3d(-2px,16px,0) rotate(-1deg)}}@keyframes beeboDanceV111{0%,100%{transform:translate3d(0,4px,0) rotate(-7deg) scale(1)}25%{transform:translate3d(9px,-9px,0) rotate(7deg) scale(1.04)}50%{transform:translate3d(-7px,-15px,0) rotate(-3deg) scale(.98)}75%{transform:translate3d(6px,-5px,0) rotate(8deg) scale(1.03)}}@keyframes beeboFloatV111{0%{transform:translate3d(0,10px,0) rotate(-2deg)}50%{transform:translate3d(14px,-13px,0) rotate(3deg)}100%{transform:translate3d(-11px,1px,0) rotate(-1deg)}}@keyframes beeboOrbitV111{0%{transform:translate3d(-15px,0,0) rotate(-5deg)}50%{transform:translate3d(12px,-20px,0) rotate(5deg)}100%{transform:translate3d(21px,6px,0) rotate(-2deg)}}
/* My Beebo ownership repair/search */
.owned-item-browser-v111{margin-top:14px;border:1px solid var(--line);border-radius:18px;padding:12px;background:rgba(255,255,255,.025)}.owned-item-browser-v111 .owned-search-row{display:flex;gap:8px;align-items:center}.owned-item-browser-v111 input{min-width:0}.owned-item-list-v111{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:10px;max-height:220px;overflow:auto}.owned-item-chip-v111{display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.08);border-radius:13px;padding:8px;background:rgba(0,0,0,.16);font-size:11px}.owned-item-chip-v111 .icon{font-size:22px}.owned-item-chip-v111 b,.owned-item-chip-v111 small{display:block}.owned-item-chip-v111 small{color:var(--muted);margin-top:2px}.ownership-diagnostic-v111{font-size:11px;color:var(--muted);line-height:1.5;margin-top:8px}
@media(max-width:1180px){.home-hero-v108,.home-hero-v109{grid-template-columns:1fr}.home-copy-v108,.home-copy-v109{padding-bottom:0}.home-stage-v108,.home-stage-v109{min-height:500px}.home-ecosystem{grid-template-columns:1fr 1fr}.home-bento.primary{grid-column:1/-1}.compact-auction-notice,.moderation-rules-v111{grid-template-columns:1fr!important}.board-compose-v109{grid-template-columns:1fr!important}.board-compose-intro{position:static}.board-tier-grid-v109{grid-template-columns:repeat(3,minmax(140px,1fr))!important}.board-public-layout{grid-template-columns:1fr!important}}
@media(max-width:860px){.global-site-banner .global-banner-inner,.global-site-banner-empty .global-banner-inner{grid-template-columns:78px minmax(0,1fr)}.global-banner-actions{grid-column:1/-1;justify-content:flex-start}.home-ecosystem,.home-route-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.my-hero{grid-template-columns:1fr}.moderation-grid-v111{grid-template-columns:repeat(2,minmax(0,1fr))}.board-page>.section-title{grid-template-columns:1fr}.payment-builder-v109{grid-template-columns:1fr!important}.board-tier-grid-v109{grid-template-columns:repeat(2,minmax(140px,1fr))!important}}
@media(max-width:560px){.global-site-banner .global-banner-inner,.global-site-banner-empty .global-banner-inner{grid-template-columns:1fr}.global-banner-placeholder-bee{display:none}.global-banner-copy b,.global-banner-copy span,.global-banner-copy small{white-space:normal}.global-banner-image{height:auto!important;aspect-ratio:4/1}.home-v108,.home-v109{padding:24px 14px 50px}.home-v108 h1,.home-v109 h1{font-size:clamp(42px,14vw,62px)}.home-stage-v108,.home-stage-v109{min-height:430px}.home-stage-visual{min-height:280px}.home-ecosystem,.home-route-grid{grid-template-columns:1fr}.moderation-grid-v111,.owned-item-list-v111{grid-template-columns:1fr}.board-tier-grid-v109{grid-template-columns:1fr!important}.auction-rule-grid{grid-template-columns:1fr!important}}



/* ==========================================================
   BEEBO v10.12 — SELF-CONTAINED LAYOUT / SKY / SHOP FIXES
   ========================================================== */
:root{--nav-pill:rgba(255,255,255,.045);--nav-pill-border:rgba(255,255,255,.105)}
html[translate="no"],body[translate="no"]{font-synthesis:none}
body{overflow-x:hidden!important}

/* Clearly separated navigation categories */
.nav.nav-v109{min-height:72px;grid-template-columns:auto minmax(0,1fr) auto!important;padding:10px clamp(14px,3vw,46px)!important;gap:14px!important}
.nav-center{gap:7px!important;padding:2px!important}
.nav-center a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:38px!important;padding:8px 12px!important;border:1px solid var(--nav-pill-border)!important;background:var(--nav-pill)!important;border-radius:999px!important;color:#ddd5e3!important;line-height:1!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important}
.nav-center a:hover{border-color:rgba(255,212,93,.32)!important;background:rgba(255,212,93,.08)!important;color:#fff6d7!important}
.nav-center a.active{border-color:rgba(255,212,93,.6)!important;background:linear-gradient(135deg,rgba(255,207,65,.22),rgba(172,126,255,.12))!important;color:#fff4bd!important;box-shadow:0 0 0 2px rgba(255,204,64,.07),inset 0 1px 0 rgba(255,255,255,.08)!important}
.nav-wallet{gap:7px!important}.nav-wallet .btn{min-height:38px!important;padding:8px 11px!important}

/* Home: never allow the mascot artwork to escape its stage */
.home-v108,.home-v109{width:min(1460px,100%)!important;padding-top:34px!important}
.home-hero-v108,.home-hero-v109{grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr)!important;gap:26px!important;align-items:center!important}
.home-copy-v108,.home-copy-v109{min-height:520px!important;padding:20px 0!important}
.home-v108 h1,.home-v109 h1{font-size:clamp(48px,5.4vw,78px)!important;line-height:.98!important;max-width:760px!important}
.home-stage-v108,.home-stage-v109{height:auto!important;min-height:540px!important;max-height:650px!important;overflow:hidden!important}
.home-stage-visual{position:relative!important;flex:1 1 auto!important;min-height:340px!important;max-height:410px!important;padding:28px!important;overflow:hidden!important}
.home-stage-visual .hero-bee{display:block!important;width:230px!important;max-width:44%!important;height:230px!important;max-height:72%!important;object-fit:contain!important;position:relative!important;z-index:2!important}
.home-stage-visual .orbit-bee{display:block!important;max-width:92px!important;max-height:92px!important;object-fit:contain!important}
.home-stage-visual .orbit-bee.one{width:62px!important}.home-stage-visual .orbit-bee.two{width:80px!important}.home-stage-visual .orbit-bee.three{width:68px!important}
.home-stage-copy{flex:0 0 auto!important;min-height:132px!important;max-height:none!important;overflow:visible!important}
.home-ecosystem{margin-top:24px!important}

/* Global banner notice remains compact and readable */
.global-site-banner{min-height:74px!important}.global-banner-copy b{font-size:14px!important}.global-banner-copy span{line-height:1.4!important}.global-banner-actions .btn{white-space:nowrap}
.site-banner-dialog .notice-list-v112{display:grid;gap:9px;margin:14px 0;padding:0;list-style:none}.site-banner-dialog .notice-list-v112 li{border:1px solid rgba(255,255,255,.09);border-radius:14px;padding:10px 12px;background:rgba(255,255,255,.035);color:#d8cfdf;line-height:1.55;font-size:13px}.site-banner-dialog .notice-list-v112 b{color:#ffe399}

/* Sky sizing: compact, tier-distinct, and contained */
.sky-stage-card{overflow:hidden!important}.beebo-stage{height:540px!important;min-height:540px!important;position:relative!important;overflow:hidden!important}
.sky-mascot-v109{transform-origin:center!important;max-width:150px!important;max-height:150px!important}
.sky-mascot-v109 img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important}
.sky-mascot-v109.tier-small{width:58px!important;height:58px!important;filter:drop-shadow(0 12px 15px rgba(0,0,0,.48))!important}
.sky-mascot-v109.tier-stylish{width:78px!important;height:78px!important;filter:drop-shadow(0 16px 20px rgba(173,132,255,.35))!important}
.sky-mascot-v109.tier-stylish:before{content:"✦";position:absolute;left:-7px;top:-8px;color:#f7dcff;font-size:16px;text-shadow:18px 7px 0 #ffd966,4px 29px 0 #d8b8ff;animation:stylishSparkV112 2.8s ease-in-out infinite;z-index:3}
.sky-mascot-v109.tier-large{width:98px!important;height:98px!important}
.sky-mascot-v109.tier-mega{width:124px!important;height:124px!important}
.sky-mascot-v109.tier-queen{width:148px!important;height:148px!important}
@keyframes stylishSparkV112{0%,100%{opacity:.55;transform:scale(.85) rotate(-8deg)}50%{opacity:1;transform:scale(1.12) rotate(8deg)}}
.sky-tier-grid{grid-template-columns:repeat(5,minmax(150px,1fr))!important;gap:10px!important}
.sky-tier-grid .tier{min-height:154px!important;padding:12px!important;color:#f5edf9!important}.sky-tier-grid .tier *{color:inherit}.sky-tier-grid .tier .muted{color:#beb3c8!important}.sky-tier-grid .tier.active{border-color:rgba(255,211,79,.68)!important;background:linear-gradient(155deg,rgba(255,201,55,.16),rgba(123,92,190,.09))!important}.sky-tier-thumb{width:54px!important;height:54px!important}
.sky-tier-difference-v112{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:12px 0}.sky-tier-difference-v112 article{border:1px solid var(--line);border-radius:17px;padding:12px;background:rgba(255,255,255,.03);display:grid;grid-template-columns:54px minmax(0,1fr);gap:10px;align-items:center}.sky-tier-difference-v112 img{width:54px;height:54px;object-fit:contain}.sky-tier-difference-v112 b,.sky-tier-difference-v112 small{display:block}.sky-tier-difference-v112 small{color:var(--muted);line-height:1.45;margin-top:3px}

/* Shop: responsive product grid and stable checkout */
.shop-v109{padding-top:28px!important}.shop-layout-v109{grid-template-columns:minmax(0,1fr) 360px!important;gap:18px!important}.shop-product-grid-v109{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important;gap:12px!important}.shop-product-card{min-height:148px!important;padding:13px!important;grid-template-columns:84px minmax(0,1fr)!important;overflow:hidden!important}.item-asset-only{width:84px!important;height:84px!important}.shop-product-card h3{font-size:17px!important;overflow-wrap:anywhere}.shop-checkout-v109{top:88px!important;max-width:360px!important}.selected-product-v109{grid-template-columns:78px minmax(0,1fr)!important}.selected-asset-only{width:78px!important;height:78px!important}.shop-purchase-result-v112{margin-top:10px;border:1px solid rgba(121,242,154,.28);background:rgba(121,242,154,.075);border-radius:14px;padding:10px;font-size:12px;line-height:1.5}.shop-purchase-result-v112 a{display:inline-flex;margin-top:8px}

/* Showcase: purchased forms shelf + compact public cards */
.showcase-owned-v112{margin:14px 0 22px;padding:16px!important}.owned-form-grid-v112{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px}.owned-form-card-v112{border:1px solid var(--line);border-radius:19px;padding:12px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.02));display:grid;grid-template-columns:70px minmax(0,1fr);gap:10px;align-items:center}.owned-form-card-v112 img{width:70px;height:70px;object-fit:contain}.owned-form-card-v112 b,.owned-form-card-v112 small{display:block}.owned-form-card-v112 small{color:var(--muted);line-height:1.4;margin-top:3px}.showcase-card{padding:16px!important}.showcase-card .preview-beebo{min-height:220px!important}

@media(max-width:1180px){.home-hero-v108,.home-hero-v109{grid-template-columns:1fr!important}.home-copy-v108,.home-copy-v109{min-height:auto!important}.home-stage-v108,.home-stage-v109{min-height:500px!important}.shop-layout-v109{grid-template-columns:1fr!important}.shop-checkout-v109{position:static!important;max-width:none!important}.sky-tier-grid{grid-template-columns:repeat(3,minmax(150px,1fr))!important}}
@media(max-width:840px){.nav.nav-v109{grid-template-columns:auto minmax(0,1fr)!important}.nav-center{grid-column:1/-1!important;grid-row:2!important;justify-content:flex-start!important}.nav-wallet{grid-column:2!important;grid-row:1!important}.home-stage-visual .hero-bee{width:200px!important;height:200px!important}.sky-tier-grid{grid-template-columns:repeat(2,minmax(140px,1fr))!important}.sky-tier-difference-v112{grid-template-columns:1fr}.beebo-stage{height:470px!important;min-height:470px!important}}
@media(max-width:560px){.nav.nav-v109{padding:8px 10px!important}.nav-center a{font-size:11px!important;min-height:34px!important;padding:7px 9px!important}.home-v108,.home-v109{padding-top:20px!important}.home-v108 h1,.home-v109 h1{font-size:clamp(42px,13vw,58px)!important}.home-stage-v108,.home-stage-v109{min-height:440px!important}.home-stage-visual{min-height:270px!important}.home-stage-visual .hero-bee{width:160px!important;height:160px!important}.shop-product-grid-v109{grid-template-columns:1fr!important}.shop-product-card{grid-template-columns:72px minmax(0,1fr)!important}.item-asset-only{width:72px!important;height:72px!important}.sky-tier-grid{grid-template-columns:1fr!important}.beebo-stage{height:410px!important;min-height:410px!important}.sky-mascot-v109.tier-small{width:48px!important;height:48px!important}.sky-mascot-v109.tier-stylish{width:64px!important;height:64px!important}.sky-mascot-v109.tier-large{width:78px!important;height:78px!important}.sky-mascot-v109.tier-mega{width:100px!important;height:100px!important}.sky-mascot-v109.tier-queen{width:120px!important;height:120px!important}}
/* v10.12 aliases for pages still using v108 class names */
.home-cta-v108,.home-cta-v109{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.home-trust-v108,.home-trust-v109{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:24px}
.home-trust-v108 div,.home-trust-v109 div{border:1px solid rgba(255,255,255,.09);border-radius:16px;padding:12px 13px;background:rgba(255,255,255,.03)}
.home-trust-v108 small,.home-trust-v109 small{display:block;color:var(--muted-3);font-size:9px;text-transform:uppercase;letter-spacing:.09em}
.home-trust-v108 b,.home-trust-v109 b{display:block;margin-top:5px;font-size:12px;color:#f8f0dd;line-height:1.35}
@media(max-width:760px){.home-trust-v108,.home-trust-v109{grid-template-columns:1fr}}
