:root{--owc-bg:#07090f;--owc-t:#f6f8ff;--owc-m:#909bb3;--owc-line:rgba(255,255,255,.09);--owc-v:#765dff;--owc-c:#35d1ff;--owc-g:#ffd36c}
body.page-club{background:var(--owc-bg)!important}
.owc-wrap{box-sizing:border-box;position:relative;width:min(1180px,calc(100vw - 40px));max-width:none;margin:0 auto;padding:34px 34px 64px;color:var(--owc-t);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(1050px 520px at 18% -10%,rgba(118,93,255,.28),transparent 64%),radial-gradient(700px 420px at 92% 12%,rgba(53,209,255,.10),transparent 66%),var(--owc-bg);min-height:calc(100vh - 40px);border-radius:28px;overflow:hidden}
.owc-wrap *{box-sizing:border-box}.owc-brand{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.owc-logo{font-weight:950;letter-spacing:.08em;text-transform:uppercase;font-size:16px}.owc-sub,.owc-wrap p,.owc-note{color:var(--owc-m)}.owc-sub{font-size:12px;margin-top:3px}.owc-pill{border:1px solid var(--owc-line);border-radius:999px;padding:8px 12px;font-size:11px;letter-spacing:.08em}.owc-hero{padding:18px 0 24px}.owc-eyebrow{font-size:12px;font-weight:900;color:var(--owc-c);letter-spacing:.14em;text-transform:uppercase}.owc-hero h1{color:var(--owc-t)!important;font-size:clamp(42px,5vw,72px)!important;line-height:.98!important;letter-spacing:-.055em!important;margin:14px 0 18px!important;max-width:720px}.owc-hero p,.owc-card p{line-height:1.6}.owc-hero p{font-size:16px;max-width:650px;margin-bottom:0}.owc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.owc-metric,.owc-card{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));border:1px solid var(--owc-line);border-radius:24px;padding:22px;box-shadow:0 18px 50px rgba(0,0,0,.12)}.owc-card{margin-top:14px}.owc-metric label{display:block;color:var(--owc-m);font-size:11px;letter-spacing:.09em;font-weight:900;text-transform:uppercase}.owc-metric strong{display:block;font-size:clamp(32px,3.5vw,48px);line-height:1.05;margin:10px 0 6px}.owc-metric span{display:block;color:var(--owc-m);font-size:13px;line-height:1.4}.owc-points strong,.owc-delta b{color:var(--owc-g)}.owc-xp strong,.owc-delta span{color:var(--owc-c)}.owc-level{display:flex;justify-content:space-between;align-items:end;gap:18px}.owc-level span{display:block;color:var(--owc-m);font-size:12px}.owc-level b{display:block;font-size:30px;line-height:1.1;margin-top:5px}.owc-level em{font-style:normal;color:var(--owc-m);font-size:13px;white-space:nowrap}.owc-progress{height:10px;background:rgba(255,255,255,.07);border-radius:99px;overflow:hidden;margin-top:18px}.owc-progress i{display:block;height:100%;background:linear-gradient(90deg,var(--owc-v),var(--owc-c));border-radius:99px}.owc-btn{width:100%;border:0;border-radius:16px;padding:16px 18px;font:inherit;font-weight:900;color:#fff;background:linear-gradient(135deg,var(--owc-v),#538fff);cursor:pointer;transition:transform .18s ease,filter .18s ease}.owc-btn:hover{filter:brightness(1.08);transform:translateY(-1px)}.owc-btn:disabled{opacity:.55}.owc-note{font-size:12px;line-height:1.5;margin-top:11px}.owc-history{margin-top:18px}.owc-history> b{display:block;margin-bottom:8px;font-size:16px}.owc-history>.owc-card{margin-top:0;padding-top:8px;padding-bottom:8px}.owc-event{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;padding:16px 6px;border-bottom:1px solid var(--owc-line)}.owc-event:last-child{border:0}.owc-event small{display:block;color:var(--owc-m);margin-top:5px}.owc-delta{text-align:right;white-space:nowrap}.owc-delta b,.owc-delta span{display:block}.owc-delta span{font-size:12px;margin-top:3px}.owc-empty{text-align:center;padding:30px 8px;color:var(--owc-m)}.owc-error{color:#ff9ca8}.owc-dashboard{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:28px;align-items:start}.owc-dashboard-main,.owc-dashboard-side{min-width:0}.owc-dashboard-side{padding-top:18px;position:sticky;top:20px}.owc-dashboard-side .owc-card:first-child{margin-top:0}.owc-level-card{padding:25px}.owc-push-card{padding:22px}.owc-landing-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:34px;align-items:center;min-height:560px}.owc-landing-side{min-width:0}.owc-landing-side>.owc-card{margin-top:14px}
/* Break out of narrow WordPress content columns on desktop. */
@media(min-width:900px){.owc-wrap{left:50%;transform:translateX(-50%);margin-left:0;margin-right:0}}
@media(max-width:1024px){.owc-wrap{width:min(920px,calc(100vw - 32px));padding:30px 26px 54px}.owc-dashboard,.owc-landing-layout{grid-template-columns:1fr;gap:18px}.owc-dashboard-side{position:static;padding-top:0}.owc-hero h1{font-size:clamp(42px,8vw,62px)!important}.owc-history>.owc-card{padding-left:18px;padding-right:18px}}
@media(max-width:680px){.owc-wrap{width:100vw;min-height:100vh;padding:24px 18px 48px;border-radius:0}.owc-brand{margin-bottom:18px}.owc-hero{padding:14px 0 20px}.owc-hero h1{font-size:clamp(36px,11vw,50px)!important}.owc-hero p{font-size:15px}.owc-grid{grid-template-columns:1fr 1fr;gap:10px}.owc-metric,.owc-card{border-radius:20px;padding:18px}.owc-metric strong{font-size:30px}.owc-level b{font-size:25px}.owc-dashboard,.owc-landing-layout{display:block;min-height:0}.owc-dashboard-side{padding-top:0}.owc-history{margin-top:22px}.owc-event{padding:14px 0}}
@media(max-width:420px){.owc-wrap{padding-left:14px;padding-right:14px}.owc-grid{grid-template-columns:1fr 1fr}.owc-metric{padding:15px}.owc-metric strong{font-size:26px}.owc-metric span{font-size:11px}.owc-level{align-items:flex-start;flex-direction:column}.owc-level em{white-space:normal}.owc-event{gap:10px}.owc-delta{font-size:13px}}
.owc-member-card{display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:20px;align-items:center;padding:22px}.owc-member-copy>span{display:block;color:var(--owc-c);font-size:10px;letter-spacing:.12em;font-weight:900}.owc-member-copy>b{display:block;font-size:20px;margin:7px 0}.owc-member-copy p{font-size:13px;margin:0}.owc-member-qr{width:196px;height:196px;background:#fff;border-radius:18px;padding:10px;display:grid;place-items:center;justify-self:end}.owc-member-qr img,.owc-member-qr canvas{max-width:176px!important;max-height:176px!important}.owc-member-card{margin-top:0!important}.owc-push-card{margin-top:14px!important}@media(max-width:680px){.owc-member-card{grid-template-columns:1fr;text-align:center}.owc-member-qr{justify-self:center;width:220px;height:220px}.owc-member-qr img,.owc-member-qr canvas{max-width:200px!important;max-height:200px!important}}

.owc-gift-card{position:relative;overflow:hidden;padding:24px;background:radial-gradient(500px 230px at 0 0,rgba(255,211,108,.13),transparent 62%),linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025))}
.owc-gift-card.is-available{border-color:rgba(255,211,108,.34);box-shadow:0 18px 55px rgba(255,211,108,.07)}
.owc-gift-card.is-active{border-color:rgba(99,230,165,.30)}
.owc-gift-kicker{font-size:10px;font-weight:950;letter-spacing:.12em;color:var(--owc-g);text-transform:uppercase}
.owc-gift-title{font-size:24px;font-weight:950;line-height:1.12;margin:9px 0 7px;color:var(--owc-t)}
.owc-gift-description{font-size:13px;margin:0 0 15px!important}
.owc-gift-btn{margin-top:3px}
.owc-gift-status{display:inline-flex;align-items:center;padding:9px 12px;border-radius:999px;background:rgba(99,230,165,.10);border:1px solid rgba(99,230,165,.20);color:#8ff0bd;font-size:12px;font-weight:850}
.owc-gift-status.muted{background:rgba(255,255,255,.04);border-color:var(--owc-line);color:var(--owc-m)}
@media(max-width:680px){.owc-gift-title{font-size:21px}}

/* Character progression */
.owc-character-card{display:grid;grid-template-columns:minmax(190px,.78fr) minmax(0,1.22fr);gap:22px;align-items:center;padding:24px;overflow:hidden;position:relative;background:radial-gradient(420px 260px at 12% 45%,rgba(53,209,255,.11),transparent 70%),linear-gradient(180deg,rgba(255,255,255,.058),rgba(255,255,255,.025))}
.owc-character-stage{height:238px;position:relative;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.075);border-radius:20px;background:radial-gradient(circle at 50% 40%,rgba(118,93,255,.20),rgba(6,10,20,.76) 56%,rgba(3,5,10,.96));isolation:isolate}
.owc-character-stage:before{content:"";position:absolute;inset:auto 12% 15px;height:20px;border-radius:50%;background:rgba(53,209,255,.16);filter:blur(10px)}
.owc-character{position:relative;width:126px;height:184px;animation:owc-char-float 4s ease-in-out infinite;z-index:2}
@keyframes owc-char-float{0%,100%{transform:translateY(3px)}50%{transform:translateY(-5px)}}
.owc-char-head{position:absolute;left:25px;top:19px;width:76px;height:68px;border:2px solid rgba(196,210,255,.72);border-radius:31px 31px 25px 25px;background:linear-gradient(155deg,rgba(211,220,255,.26),rgba(58,67,98,.28));box-shadow:inset 0 0 20px rgba(255,255,255,.07),0 10px 28px rgba(0,0,0,.26)}
.owc-char-visor{position:absolute;left:11px;right:11px;top:17px;height:29px;border-radius:12px 12px 15px 15px;background:linear-gradient(135deg,rgba(31,45,80,.96),rgba(21,194,242,.28));border:1px solid rgba(91,222,255,.25);overflow:hidden;transition:.35s}
.owc-char-visor:after{content:"";position:absolute;width:52px;height:9px;left:8px;top:3px;transform:rotate(-15deg);background:rgba(255,255,255,.08);filter:blur(2px)}
.owc-char-visor i{position:absolute;top:11px;width:6px;height:6px;border-radius:50%;background:#4ad8ff;box-shadow:0 0 8px rgba(74,216,255,.75)}.owc-char-visor i:first-child{left:18px}.owc-char-visor i:last-child{right:18px}
.owc-char-body{position:absolute;left:30px;top:83px;width:66px;height:79px;border:2px solid rgba(196,210,255,.55);border-radius:17px 17px 25px 25px;background:linear-gradient(160deg,rgba(113,100,194,.45),rgba(32,38,62,.82));box-shadow:inset 0 0 22px rgba(255,255,255,.05)}
.owc-char-core{position:absolute;left:50%;top:21px;width:22px;height:22px;transform:translateX(-50%);border-radius:50%;border:2px solid rgba(53,209,255,.42);background:#13233a;box-shadow:0 0 0 rgba(53,209,255,0);transition:.35s}
.owc-char-badge{position:absolute;bottom:9px;left:50%;transform:translateX(-50%);font-size:8px;font-weight:950;letter-spacing:.08em;color:rgba(255,255,255,.72)}
.owc-char-arm{position:absolute;top:91px;width:21px;height:67px;border:2px solid rgba(196,210,255,.44);background:linear-gradient(180deg,rgba(94,91,160,.48),rgba(31,35,55,.88));border-radius:11px}.owc-char-arm.left{left:8px;transform:rotate(8deg)}.owc-char-arm.right{right:8px;transform:rotate(-8deg)}
.owc-char-shoulder{opacity:0;position:absolute;top:86px;width:31px;height:22px;border:2px solid rgba(255,211,108,.6);background:linear-gradient(135deg,rgba(255,211,108,.24),rgba(91,67,38,.35));transition:.35s}.owc-char-shoulder.left{left:1px;border-radius:15px 5px 12px 5px;transform:rotate(-11deg)}.owc-char-shoulder.right{right:1px;border-radius:5px 15px 5px 12px;transform:rotate(11deg)}
.owc-char-wing{opacity:0;position:absolute;top:101px;width:35px;height:57px;border:1px solid rgba(53,209,255,.43);background:linear-gradient(180deg,rgba(53,209,255,.14),transparent);transition:.35s}.owc-char-wing.left{left:-22px;clip-path:polygon(100% 0,100% 100%,0 82%,35% 13%)}.owc-char-wing.right{right:-22px;clip-path:polygon(0 0,0 100%,100% 82%,65% 13%)}
.owc-char-antenna{position:absolute;left:50%;top:0;width:2px;height:19px;background:rgba(200,213,255,.55)}.owc-char-antenna i{position:absolute;width:7px;height:7px;left:-2.5px;top:-3px;border-radius:50%;background:#7786b8}
.owc-char-crown{opacity:0;position:absolute;left:43px;top:-13px;width:40px;height:25px;transition:.35s}.owc-char-crown:after{content:"";position:absolute;bottom:0;left:3px;width:34px;height:5px;border-radius:6px;background:#ffd36c;box-shadow:0 0 15px rgba(255,211,108,.6)}.owc-char-crown i{position:absolute;bottom:4px;width:8px;height:17px;background:linear-gradient(#fff1b4,#ffd36c);clip-path:polygon(50% 0,100% 100%,0 100%)}.owc-char-crown i:nth-child(1){left:2px}.owc-char-crown i:nth-child(2){left:16px;height:22px}.owc-char-crown i:nth-child(3){right:2px}
.owc-character-orbit{position:absolute;left:50%;top:50%;border-radius:50%;border:1px solid rgba(53,209,255,.16);transform:translate(-50%,-50%) rotate(-16deg);z-index:1}.orbit-one{width:190px;height:92px}.orbit-two{width:160px;height:160px;border-color:rgba(118,93,255,.14);transform:translate(-50%,-50%) rotate(28deg)}
.owc-character-kicker{font-size:10px;font-weight:950;letter-spacing:.14em;color:var(--owc-c)}.owc-character-info h3{font-size:27px!important;line-height:1.1!important;margin:7px 0 8px!important;color:var(--owc-t)!important}.owc-character-rank{font-size:13px;color:var(--owc-m)}.owc-character-rank b{color:var(--owc-g)}.owc-character-info p{font-size:13px;margin:11px 0 14px!important}.owc-character-pips{display:flex;gap:6px;margin:4px 0 15px}.owc-character-pips i{width:25px;height:5px;border-radius:8px;background:rgba(255,255,255,.08)}.owc-character-pips i.on{background:linear-gradient(90deg,var(--owc-v),var(--owc-c));box-shadow:0 0 8px rgba(53,209,255,.22)}
.owc-character-unlock{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2px 12px;padding:12px 14px;border-radius:15px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.035)}.owc-character-unlock span{grid-column:1/-1;color:var(--owc-m);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.owc-character-unlock b{font-size:13px}.owc-character-unlock em{font-style:normal;color:var(--owc-c);font-size:11px;align-self:center}.owc-character-unlock.max b{color:var(--owc-g)}
/* Visual unlocks by XP rank */
.owc-character-card.level-explorer .owc-char-visor,.owc-character-card.level-hunter .owc-char-visor,.owc-character-card.level-veteran .owc-char-visor,.owc-character-card.level-commander .owc-char-visor,.owc-character-card.level-legend .owc-char-visor{border-color:rgba(53,209,255,.7);box-shadow:inset 0 0 15px rgba(53,209,255,.15),0 0 13px rgba(53,209,255,.15)}
.owc-character-card.level-hunter .owc-char-shoulder,.owc-character-card.level-veteran .owc-char-shoulder,.owc-character-card.level-commander .owc-char-shoulder,.owc-character-card.level-legend .owc-char-shoulder{opacity:1}
.owc-character-card.level-veteran .owc-char-core,.owc-character-card.level-commander .owc-char-core,.owc-character-card.level-legend .owc-char-core{background:#35d1ff;box-shadow:0 0 18px rgba(53,209,255,.75),0 0 38px rgba(118,93,255,.35)}
.owc-character-card.level-commander .owc-char-wing,.owc-character-card.level-legend .owc-char-wing{opacity:1}
.owc-character-card.level-legend .owc-char-crown{opacity:1}.owc-character-card.level-legend .owc-character-orbit{border-color:rgba(255,211,108,.40);box-shadow:0 0 18px rgba(255,211,108,.08)}.owc-character-card.level-legend .owc-character-stage{background:radial-gradient(circle at 50% 40%,rgba(255,211,108,.16),rgba(118,93,255,.18) 47%,rgba(3,5,10,.96))}
/* Birthday return */
.owc-birthday-reward{display:flex;gap:16px;align-items:center;padding:20px 22px;border-color:rgba(255,211,108,.34);background:radial-gradient(360px 130px at 0 50%,rgba(255,211,108,.15),transparent 70%),linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025))}.owc-birthday-icon{display:grid;place-items:center;flex:0 0 54px;width:54px;height:54px;border-radius:17px;background:rgba(255,211,108,.10);border:1px solid rgba(255,211,108,.22);font-size:27px}.owc-birthday-kicker{font-size:9px;font-weight:950;letter-spacing:.12em;color:var(--owc-g);margin-bottom:4px}.owc-birthday-copy>b{font-size:18px}.owc-birthday-copy p{font-size:12px;margin:5px 0 0!important}
@media(max-width:680px){.owc-character-card{grid-template-columns:1fr;padding:18px}.owc-character-stage{height:220px}.owc-character-info h3{font-size:24px!important}.owc-birthday-reward{align-items:flex-start;padding:17px}.owc-birthday-icon{flex-basis:46px;width:46px;height:46px;border-radius:14px;font-size:23px}}

/* Shmooter Club character module — self-contained SVG, visual only */
.owc-shmooter-picker{padding:24px;background:radial-gradient(480px 220px at 50% 0,rgba(128,86,255,.13),transparent 70%),linear-gradient(180deg,rgba(255,255,255,.058),rgba(255,255,255,.025))}
.owc-shmooter-picker h3{font-size:25px!important;margin:7px 0 6px!important}.owc-shmooter-picker>p{font-size:13px;margin:0 0 16px!important}
.owc-shmooter-choices{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.owc-shmooter-choice{appearance:none;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.035);padding:8px;border-radius:18px;color:var(--owc-t);text-align:left;cursor:pointer;transition:.2s;overflow:hidden}.owc-shmooter-choice:hover{transform:translateY(-2px);border-color:rgba(53,209,255,.34)}.owc-shmooter-choice:disabled{opacity:.6;cursor:wait}
.owc-shmooter-crop{display:grid;place-items:center;height:190px;border-radius:13px;overflow:hidden;background:radial-gradient(circle at 50% 35%,rgba(84,102,190,.26),#080b12 72%);position:relative}.owc-shmooter-crop:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 66%,rgba(4,6,10,.42))}
.owc-shmooter-choice.is-girl .owc-shmooter-crop{background:radial-gradient(circle at 50% 35%,rgba(198,73,190,.22),#080b12 72%)}
.owc-shmooter-choice b{display:block;font-size:15px;padding:10px 6px 0}.owc-shmooter-choice small{display:block;color:var(--owc-m);font-size:10px;padding:2px 6px 6px}
.owc-shmooter-card{display:grid;grid-template-columns:minmax(220px,.92fr) minmax(0,1.08fr);gap:22px;align-items:center;padding:24px;overflow:hidden;position:relative;background:radial-gradient(420px 250px at 15% 45%,rgba(53,209,255,.10),transparent 72%),linear-gradient(180deg,rgba(255,255,255,.058),rgba(255,255,255,.025))}
.owc-shmooter-card.gender-girl{background:radial-gradient(420px 250px at 15% 45%,rgba(255,79,200,.08),transparent 72%),linear-gradient(180deg,rgba(255,255,255,.058),rgba(255,255,255,.025))}
.owc-shmooter-stage{height:330px;position:relative;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:21px;background:radial-gradient(circle at 50% 42%,rgba(78,94,190,.21),rgba(6,8,16,.94) 67%);isolation:isolate}
.gender-girl .owc-shmooter-stage{background:radial-gradient(circle at 50% 42%,rgba(166,70,179,.18),rgba(6,8,16,.94) 67%)}
.owc-shmooter-avatar{position:absolute;inset:8px 12px 20px;z-index:2;display:grid;place-items:center}.owc-avatar-svg{width:100%;height:100%;max-width:300px;overflow:visible;filter:drop-shadow(0 18px 20px rgba(0,0,0,.34))}.owc-avatar-svg.is-compact{width:175px;height:205px;transform:translateY(11px)}
.owc-avatar-shadow{fill:rgba(0,0,0,.34)}.owc-avatar-hair-back,.owc-avatar-hair,.owc-avatar-fringe{stroke:rgba(255,255,255,.06);stroke-width:1}.owc-avatar-neck,.owc-avatar-face{stroke:rgba(255,255,255,.16);stroke-width:1.5}.owc-avatar-brow,.owc-avatar-mouth{fill:none;stroke:#322536;stroke-width:2;stroke-linecap:round}.owc-avatar-eye{fill:#101522}.gender-girl .owc-avatar-eye{fill:#2b1d35}
.owc-avatar-chest{stroke:rgba(218,226,255,.38);stroke-width:2}.owc-avatar-panel{fill:#1e263b;stroke:rgba(218,226,255,.19);stroke-width:1.5}.owc-avatar-waist,.owc-avatar-leg,.owc-avatar-arm{fill:#222a3e;stroke:rgba(209,220,255,.25);stroke-width:2}.gender-boy .owc-avatar-leg{fill:#1c2638}.gender-girl .owc-avatar-leg{fill:#27223d}
.owc-avatar-accent,.owc-avatar-emblem{filter:drop-shadow(0 0 8px rgba(53,209,255,.25))}.gender-girl .owc-avatar-accent,.gender-girl .owc-avatar-emblem{filter:drop-shadow(0 0 8px rgba(255,79,200,.24))}
.owc-avatar-svg .gear-u1,.owc-avatar-svg .gear-u2,.owc-avatar-svg .gear-u3,.owc-avatar-svg .gear-u4,.owc-avatar-svg .gear-u5{opacity:0;transition:opacity .35s ease}.owc-avatar-visor{opacity:.72;filter:drop-shadow(0 0 10px rgba(53,209,255,.65))}.gender-girl .owc-avatar-visor{filter:drop-shadow(0 0 10px rgba(255,79,200,.55))}.owc-avatar-visor-glint{fill:none;stroke:rgba(255,255,255,.67);stroke-width:2;stroke-linecap:round}.owc-avatar-shoulder{stroke:rgba(255,255,255,.38);stroke-width:2}.owc-avatar-collar{fill:#2b334b;stroke:rgba(255,255,255,.34);stroke-width:2}.owc-avatar-core-glow{opacity:.75}.owc-avatar-core{stroke:#fff;stroke-opacity:.5;stroke-width:2}.owc-avatar-core-ring{fill:none;stroke:rgba(255,255,255,.52);stroke-width:2;stroke-dasharray:5 6}.owc-avatar-fin{opacity:.82;stroke:rgba(255,255,255,.34);stroke-width:2}.owc-avatar-command-line{fill:none;stroke:#80e6ff;stroke-width:3;stroke-linecap:round;filter:drop-shadow(0 0 6px rgba(53,209,255,.6))}.gender-girl .owc-avatar-command-line{stroke:#ff78d7;filter:drop-shadow(0 0 6px rgba(255,79,200,.55))}.owc-avatar-legend-halo{fill:none;stroke:#ffd36c;stroke-width:3;stroke-dasharray:3 9;filter:drop-shadow(0 0 10px rgba(255,211,108,.7))}.owc-avatar-crown{fill:#ffd36c;stroke:#fff2b7;stroke-width:1.5;filter:drop-shadow(0 0 8px rgba(255,211,108,.8))}
/* picker previews show only the base hero so the two choices are genuinely different */
.owc-shmooter-picker .gear-u1,.owc-shmooter-picker .gear-u2,.owc-shmooter-picker .gear-u3,.owc-shmooter-picker .gear-u4,.owc-shmooter-picker .gear-u5{opacity:0!important}
/* Real equipment unlocks on the hero according to existing XP rank */
.owc-shmooter-card.level-explorer .gear-u1,.owc-shmooter-card.level-hunter .gear-u1,.owc-shmooter-card.level-veteran .gear-u1,.owc-shmooter-card.level-commander .gear-u1,.owc-shmooter-card.level-legend .gear-u1{opacity:1}
.owc-shmooter-card.level-hunter .gear-u2,.owc-shmooter-card.level-veteran .gear-u2,.owc-shmooter-card.level-commander .gear-u2,.owc-shmooter-card.level-legend .gear-u2{opacity:1}
.owc-shmooter-card.level-veteran .gear-u3,.owc-shmooter-card.level-commander .gear-u3,.owc-shmooter-card.level-legend .gear-u3{opacity:1}
.owc-shmooter-card.level-commander .gear-u4,.owc-shmooter-card.level-legend .gear-u4{opacity:1}
.owc-shmooter-card.level-legend .gear-u5{opacity:1}
.owc-shmooter-aura{position:absolute;width:205px;height:205px;left:50%;top:48%;transform:translate(-50%,-50%);border-radius:50%;z-index:1;opacity:.08;background:radial-gradient(circle,rgba(53,209,255,.75),transparent 67%);filter:blur(5px);transition:.3s}.gender-girl .owc-shmooter-aura{background:radial-gradient(circle,rgba(255,79,200,.66),transparent 67%)}
.owc-shmooter-ring{position:absolute;z-index:1;left:50%;top:48%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(53,209,255,.18);opacity:0;transition:.3s}.gender-girl .owc-shmooter-ring{border-color:rgba(255,79,200,.18)}.owc-shmooter-ring.ring-a{width:206px;height:206px}.owc-shmooter-ring.ring-b{width:235px;height:126px;transform:translate(-50%,-50%) rotate(-19deg)}
.owc-shmooter-card.level-veteran .owc-shmooter-ring,.owc-shmooter-card.level-commander .owc-shmooter-ring,.owc-shmooter-card.level-legend .owc-shmooter-ring{opacity:1}.owc-shmooter-card.level-commander .owc-shmooter-aura{opacity:.24}.owc-shmooter-card.level-legend .owc-shmooter-aura{opacity:.46;background:radial-gradient(circle,rgba(255,211,108,.82),rgba(118,93,255,.28) 42%,transparent 70%)}.owc-shmooter-card.level-legend .owc-shmooter-stage{border-color:rgba(255,211,108,.33)}
.owc-shmooter-stage-label{position:absolute;left:14px;right:14px;bottom:13px;z-index:5;display:flex;align-items:flex-end;justify-content:space-between}.owc-shmooter-stage-label span{font-size:9px;font-weight:950;letter-spacing:.15em;color:#fff}.owc-shmooter-stage-label b{font-size:11px;color:var(--owc-c)}
.owc-shmooter-switch{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px;color:var(--owc-m);font-size:10px}.owc-shmooter-switch button{appearance:none;border:0;background:none;color:var(--owc-c);font:inherit;font-weight:850;padding:4px;cursor:pointer}.owc-shmooter-switch button:disabled{opacity:.5}
@media(max-width:680px){.owc-shmooter-card{grid-template-columns:1fr;padding:18px}.owc-shmooter-stage{height:335px}.owc-shmooter-choices{gap:8px}.owc-shmooter-crop{height:176px}.owc-shmooter-picker{padding:18px}.owc-avatar-svg.is-compact{width:155px;height:190px}}


/* 0.3.4 — cartoon shooter character redesign. Client-only visuals; amoCRM flow untouched. */
.owc-sm-avatar{max-width:330px!important;filter:drop-shadow(0 20px 22px rgba(0,0,0,.42));transform-origin:50% 82%}
.owc-sm-avatar.is-compact{width:190px!important;height:218px!important;transform:translateY(8px) scale(.98)}
.owc-sm-avatar *{vector-effect:non-scaling-stroke}
.owc-sm-ground{fill:rgba(0,0,0,.42)}.owc-sm-ground-glow{opacity:.22}
.owc-sm-face,.owc-sm-ear,.owc-sm-neck,.owc-sm-torso,.owc-sm-arm,.owc-sm-thigh,.owc-sm-boot,.owc-sm-headset,.owc-sm-gun-body,.owc-sm-gun-barrel,.owc-sm-gun-grip{stroke:#111622;stroke-width:3.2;stroke-linejoin:round}
.owc-sm-hair,.owc-sm-hair-back,.owc-sm-fringe{stroke:#111622;stroke-width:3.2;stroke-linejoin:round}
.owc-sm-hair-highlight{fill:none;stroke:rgba(255,255,255,.16);stroke-width:3;stroke-linecap:round}
.owc-sm-brow{fill:none;stroke:#352636;stroke-width:4.2;stroke-linecap:round}.gender-boy .owc-sm-brow{stroke:#292435}
.owc-sm-eye{fill:#fff;stroke:#181a23;stroke-width:2.7}.owc-sm-eye-dot{fill:#11151f}.gender-girl .owc-sm-eye-dot{fill:#45233f}
.owc-sm-nose,.owc-sm-mouth,.owc-sm-cheek{fill:none;stroke:#8a584e;stroke-width:2.4;stroke-linecap:round}.owc-sm-mouth{stroke-width:3}.owc-sm-cheek{stroke:rgba(216,92,122,.38)}
.owc-sm-headset-band{fill:none;stroke:#242c3b;stroke-width:6;stroke-linecap:round}.owc-sm-headset-light{stroke:#fff;stroke-opacity:.32;stroke-width:2;filter:drop-shadow(0 0 7px rgba(53,209,255,.7))}.gender-girl .owc-sm-headset-light{filter:drop-shadow(0 0 7px rgba(255,79,200,.66))}
.owc-sm-knee,.owc-sm-sole,.owc-sm-vest,.owc-sm-vest-accent,.owc-sm-belt,.owc-sm-buckle,.owc-sm-gun-top,.owc-sm-gun-muzzle{stroke:#111622;stroke-width:3;stroke-linejoin:round}
.owc-sm-harness{fill:none;stroke:rgba(218,229,255,.46);stroke-width:4;stroke-linecap:round}.owc-sm-belt{fill:#171c29}.owc-sm-buckle{filter:drop-shadow(0 0 7px rgba(53,209,255,.38))}.gender-girl .owc-sm-buckle{filter:drop-shadow(0 0 7px rgba(255,79,200,.32))}
.owc-sm-gun-line{fill:none;stroke:rgba(224,234,255,.26);stroke-width:3;stroke-linecap:round}.owc-sm-gun-core{stroke:#fff;stroke-opacity:.48;stroke-width:2.4;filter:drop-shadow(0 0 8px rgba(53,209,255,.7))}.gender-girl .owc-sm-gun-core{filter:drop-shadow(0 0 8px rgba(255,79,200,.62))}
.owc-sm-pony-band{stroke:#111622;stroke-width:2.7}
/* Upgrades */
.owc-sm-visor{stroke:#fff;stroke-opacity:.38;stroke-width:2.6;filter:drop-shadow(0 0 11px rgba(53,209,255,.68));opacity:.88}.gender-girl .owc-sm-visor{filter:drop-shadow(0 0 11px rgba(255,79,200,.62))}
.owc-sm-visor-glint{fill:none;stroke:rgba(255,255,255,.76);stroke-width:3;stroke-linecap:round}.owc-sm-visor-side{fill:#242b3d;stroke:#111622;stroke-width:2.8}
.owc-sm-shoulder{stroke:#111622;stroke-width:3.2;filter:drop-shadow(0 0 7px rgba(53,209,255,.32))}.gender-girl .owc-sm-shoulder{filter:drop-shadow(0 0 7px rgba(255,79,200,.28))}
.owc-sm-shield{fill:rgba(53,209,255,.10);stroke:#64e6ff;stroke-width:3;stroke-dasharray:7 6;filter:drop-shadow(0 0 11px rgba(53,209,255,.52))}.gender-girl .owc-sm-shield{fill:rgba(255,79,200,.09);stroke:#ff86dc;filter:drop-shadow(0 0 11px rgba(255,79,200,.46))}.owc-sm-shield-inner{fill:rgba(255,255,255,.025);stroke:rgba(255,255,255,.32);stroke-width:2}.owc-sm-shield-mark{fill:none;stroke:#fff;stroke-opacity:.62;stroke-width:3}
.owc-sm-gun-glow{opacity:.60}.owc-sm-gun-reactor{stroke:#fff;stroke-width:2.5;filter:drop-shadow(0 0 12px rgba(53,209,255,.75))}.gender-girl .owc-sm-gun-reactor{filter:drop-shadow(0 0 12px rgba(255,79,200,.70))}.owc-sm-gun-rail{stroke:#111622;stroke-width:2.8}.owc-sm-gun-bolt{fill:none;stroke:#9cf5ff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 8px rgba(53,209,255,.8))}.gender-girl .owc-sm-gun-bolt{stroke:#ff9fe6;filter:drop-shadow(0 0 8px rgba(255,79,200,.75))}
.owc-sm-pack{stroke:#111622;stroke-width:3.2}.owc-sm-jet{stroke:#111622;stroke-width:2.8;filter:drop-shadow(0 5px 11px rgba(53,209,255,.52));animation:owc-sm-jet 1.25s ease-in-out infinite}.gender-girl .owc-sm-jet{filter:drop-shadow(0 5px 11px rgba(255,79,200,.46))}.owc-sm-jet-hot{fill:#fff6bc;opacity:.8;animation:owc-sm-jet .85s ease-in-out infinite alternate}
@keyframes owc-sm-jet{0%,100%{transform:scaleY(.93);transform-origin:center top}50%{transform:scaleY(1.08);transform-origin:center top}}
.owc-sm-legend-ring{fill:none;stroke:#ffd36c;stroke-width:3.4;stroke-dasharray:4 10;filter:drop-shadow(0 0 11px rgba(255,211,108,.75));animation:owc-sm-ring 16s linear infinite;transform-origin:167px 184px}.owc-sm-legend-stars{fill:#ffe59a;filter:drop-shadow(0 0 7px rgba(255,211,108,.75))}.owc-sm-crown{fill:#ffd36c;stroke:#fff2b7;stroke-width:2.2;filter:drop-shadow(0 0 9px rgba(255,211,108,.8))}.owc-sm-gold-trim path{fill:none;stroke:#ffd36c;stroke-width:4;stroke-linecap:round;filter:drop-shadow(0 0 6px rgba(255,211,108,.62))}
@keyframes owc-sm-ring{to{transform:rotate(360deg)}}
/* rank personality: hero becomes more animated as XP grows */
.owc-shmooter-card.level-veteran .owc-sm-gun-reactor,.owc-shmooter-card.level-commander .owc-sm-gun-reactor,.owc-shmooter-card.level-legend .owc-sm-gun-reactor{animation:owc-sm-core 1.8s ease-in-out infinite}
@keyframes owc-sm-core{0%,100%{opacity:.76}50%{opacity:1;transform:scale(1.08);transform-origin:219px 245px}}
.owc-shmooter-card.level-commander .owc-sm-avatar,.owc-shmooter-card.level-legend .owc-sm-avatar{animation:owc-sm-float 3.4s ease-in-out infinite}
@keyframes owc-sm-float{0%,100%{transform:translateY(2px)}50%{transform:translateY(-5px)}}
/* picker: retain the base blaster/headset, but hide XP-only equipment */
.owc-shmooter-picker .owc-sm-avatar{filter:drop-shadow(0 13px 14px rgba(0,0,0,.38))}.owc-shmooter-picker .gear-u1,.owc-shmooter-picker .gear-u2,.owc-shmooter-picker .gear-u3,.owc-shmooter-picker .gear-u4,.owc-shmooter-picker .gear-u5{opacity:0!important}
/* stage gets a more playful arena/card presentation */
.owc-shmooter-stage{background:radial-gradient(circle at 50% 34%,rgba(44,196,242,.14),transparent 33%),linear-gradient(160deg,#11182a 0%,#080b14 55%,#05070d 100%)!important}.gender-girl .owc-shmooter-stage{background:radial-gradient(circle at 50% 34%,rgba(239,79,202,.13),transparent 33%),linear-gradient(160deg,#181128 0%,#0b0914 55%,#05070d 100%)!important}.owc-shmooter-stage:before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(90deg,transparent 49.6%,rgba(255,255,255,.035) 50%,transparent 50.4%),linear-gradient(0deg,transparent 49.6%,rgba(255,255,255,.025) 50%,transparent 50.4%);background-size:42px 42px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 78%)}
.owc-shmooter-crop{background:radial-gradient(circle at 50% 28%,rgba(36,200,243,.22),#080b12 69%)!important}.owc-shmooter-choice.is-girl .owc-shmooter-crop{background:radial-gradient(circle at 50% 28%,rgba(239,79,202,.20),#080b12 69%)!important}
@media(max-width:680px){.owc-sm-avatar{max-width:310px!important}.owc-sm-avatar.is-compact{width:170px!important;height:200px!important}.owc-shmooter-stage{height:355px!important}}

.owc-pin-card{margin-top:14px}.owc-pin-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.owc-pin-head span{display:block;font-size:10px;font-weight:900;letter-spacing:.13em;color:#78e5ff}.owc-pin-head b{display:block;font-size:18px;margin-top:4px}.owc-pin-head em{font-style:normal;border:1px solid rgba(111,225,255,.22);background:rgba(82,201,255,.08);color:#8cecff;border-radius:999px;padding:7px 9px;font-size:11px;font-weight:900}.owc-pin-card p{color:#9da7ba;font-size:13px;line-height:1.5}.owc-pin-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0}.owc-pin-fields input{width:100%;min-width:0;border:1px solid rgba(255,255,255,.12);background:#0b0f19;color:#fff;border-radius:11px;padding:11px 12px;outline:0}.owc-pin-fields input:focus{border-color:#5bdcff;box-shadow:0 0 0 3px rgba(91,220,255,.1)}@media(max-width:520px){.owc-pin-fields{grid-template-columns:1fr}}

.owc-brand-lockup{display:flex;align-items:center;gap:12px}.owc-official-logo{display:inline-flex;align-items:center;justify-content:center;background:#fff;border-radius:14px;padding:7px 12px;border:1px solid rgba(255,255,255,.18);box-shadow:0 8px 24px rgba(0,0,0,.15)}.owc-official-logo img{display:block;width:96px;height:auto}.owc-brand-lockup .owc-sub{margin:0;white-space:nowrap}@media(max-width:520px){.owc-brand{align-items:flex-start}.owc-brand-lockup{align-items:flex-start;flex-direction:column;gap:6px}.owc-official-logo img{width:84px}.owc-official-logo{padding:6px 10px}}

/* Engagement: missions, streak, offers, family, achievements */
.owc-engagement-head{display:grid;grid-template-columns:1.2fr .8fr;gap:12px;margin-top:14px}.owc-streak-card,.owc-vip-card{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.owc-streak-card span,.owc-vip-card>span,.owc-section-kicker{font-size:9px;font-weight:950;letter-spacing:.13em;color:#70e5ff}.owc-streak-card b,.owc-vip-card b{display:block;font-size:24px;margin-top:5px}.owc-streak-card p,.owc-vip-card p{margin:6px 0 0;color:var(--owc-m);font-size:11px;line-height:1.5}.owc-streak-card em{font-style:normal;color:#ffd36c;font-weight:900;font-size:12px}.owc-vip-card{display:block;position:relative;overflow:hidden}.owc-vip-card.is-vip,.owc-vip-card.is-vip_gold{border-color:rgba(255,211,108,.28);background:radial-gradient(circle at 95% 10%,rgba(255,211,108,.16),transparent 38%),var(--owc-card)}.owc-vip-card.is-vip b,.owc-vip-card.is-vip_gold b{color:#ffd36c}.owc-offer-card,.owc-missions-card,.owc-family-card,.owc-achievements-card{margin-top:14px}.owc-offer-row{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.07)}.owc-offer-row:last-of-type{border-bottom:0}.owc-offer-row b{font-size:17px}.owc-offer-row p{margin:5px 0 0;color:var(--owc-m);font-size:12px;line-height:1.45}.owc-offer-row em{font-style:normal;color:#8df0ff;font-size:11px;white-space:nowrap}.owc-missions-card h3 h3,.owc-family-card h3,.owc-achievements-card h3{margin:5px 0 12px;font-size:20px}.owc-mission{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.07)}.owc-mission:last-child{border-bottom:0}.owc-mission-top{display:flex;justify-content:space-between;gap:12px}.owc-mission-top b{display:block}.owc-mission-top small{display:block;color:var(--owc-m);margin-top:3px}.owc-mission-top em{font-style:normal;color:#ffd36c;font-size:10px;font-weight:850;text-align:right}.owc-mission-progress{height:7px;border-radius:99px;background:#0b101a;overflow:hidden;margin:10px 0 5px}.owc-mission-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#735cff,#29d5ee)}.owc-mission>span{font-size:10px;color:#8d98aa}.owc-family-card>p{color:var(--owc-m);font-size:12px;line-height:1.5}.owc-family-list{margin:12px 0}.owc-family-member{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06)}.owc-family-member b,.owc-family-member small{display:block}.owc-family-member small{color:var(--owc-m);margin-top:3px;font-size:10px}.owc-family-member button{border:0;background:#171c28;color:#aab3c4;border-radius:9px;width:30px;height:30px;cursor:pointer}.owc-family-form{display:grid;grid-template-columns:1.1fr 1fr 1fr auto;gap:7px;margin-top:12px}.owc-family-form input,.owc-family-form select{min-width:0;background:#0a0f18;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:10px;color:#fff}.owc-family-form .owc-btn{white-space:nowrap}.owc-achievements{display:grid;grid-template-columns:1fr 1fr;gap:8px}.owc-achievement{display:flex;gap:10px;align-items:center;background:#0a0f18;border:1px solid rgba(255,255,255,.07);border-radius:13px;padding:11px}.owc-achievement i{font-style:normal;font-size:25px}.owc-achievement b,.owc-achievement small{display:block}.owc-achievement small{color:var(--owc-m);font-size:9px;margin-top:3px;line-height:1.35}@media(max-width:680px){.owc-engagement-head{grid-template-columns:1fr}.owc-mission-top{display:block}.owc-mission-top em{display:block;text-align:left;margin-top:5px}.owc-family-form{grid-template-columns:1fr 1fr}.owc-family-form .owc-btn{grid-column:1/-1}.owc-achievements{grid-template-columns:1fr}}

/* =========================================================
   CLUB 1.0 — GAME UI
   ========================================================= */
.owc-game{margin:16px 0 8px;display:grid;gap:14px}
.owc-game-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:20px;align-items:center;padding:26px;border:1px solid rgba(105,225,255,.2);border-radius:24px;background:radial-gradient(circle at 82% 20%,rgba(85,92,255,.28),transparent 34%),radial-gradient(circle at 20% 100%,rgba(24,209,234,.13),transparent 34%),linear-gradient(135deg,#080c17,#10152a 60%,#090a12)}
.owc-game-stars{position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(circle at 14% 22%,rgba(255,255,255,.7) 0 1px,transparent 1.5px),radial-gradient(circle at 48% 30%,rgba(123,233,255,.65) 0 1px,transparent 1.5px),radial-gradient(circle at 70% 70%,rgba(255,255,255,.55) 0 1px,transparent 1.5px),radial-gradient(circle at 88% 12%,rgba(255,255,255,.4) 0 1px,transparent 1.5px);background-size:170px 130px,210px 170px,150px 190px,230px 150px;opacity:.65}
.owc-game-hero-copy,.owc-game-orb{position:relative;z-index:1}.owc-game-kicker{font-size:10px;font-weight:900;letter-spacing:.15em;color:#8ef0ff}.owc-live-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#58f5aa;box-shadow:0 0 16px rgba(88,245,170,.8);margin-right:7px}
.owc-game-hero h2{font-size:34px;line-height:1;margin:12px 0 16px;letter-spacing:.02em}.owc-game-hero h2 span{display:block;color:#8eefff;font-size:16px;margin-top:7px;letter-spacing:.12em}
.owc-agent-level{display:grid;grid-template-columns:auto minmax(120px,1fr) auto;align-items:center;gap:10px;max-width:600px}.owc-agent-level strong{font-size:13px;color:#fff}.owc-agent-level>div{height:8px;background:rgba(255,255,255,.08);border-radius:99px;overflow:hidden}.owc-agent-level i{display:block;height:100%;background:linear-gradient(90deg,#7159ff,#30d9ed);border-radius:inherit}.owc-agent-level em{font-style:normal;font-size:9px;color:#8593ab}.owc-game-hero-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.owc-game-hero-meta span{font-size:10px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);padding:7px 10px;border-radius:999px}
.owc-game-orb{width:168px;height:168px;margin:auto;display:grid;place-items:center;border-radius:50%;background:radial-gradient(circle,rgba(71,218,255,.18),rgba(96,65,255,.08) 46%,transparent 47%)}.owc-orb-ring{position:absolute;inset:8px;border:1px solid rgba(122,235,255,.45);border-radius:50%;box-shadow:inset 0 0 30px rgba(104,93,255,.16),0 0 35px rgba(62,219,255,.08)}.owc-orb-ring:before,.owc-orb-ring:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:50%;inset:18px}.owc-orb-ring:after{inset:36px}.owc-orb-core{font-size:55px;font-weight:950;color:#fff;text-shadow:0 0 22px rgba(112,228,255,.3)}.owc-game-orb>span{position:absolute;bottom:30px;font-size:8px;letter-spacing:.15em;color:#88dfee;font-weight:900}
.owc-game-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.owc-game-stats>div{padding:14px 16px;border:1px solid rgba(255,255,255,.07);border-radius:16px;background:linear-gradient(145deg,rgba(13,19,33,.94),rgba(8,12,20,.94))}.owc-game-stats span,.owc-game-stats small{display:block}.owc-game-stats span{font-size:9px;color:#8290a8;font-weight:850;letter-spacing:.08em}.owc-game-stats b{display:block;font-size:22px;margin:5px 0;color:#fff}.owc-game-stats small{font-size:9px;color:#66738a}
.owc-game-panel{padding:20px;border:1px solid rgba(255,255,255,.075);border-radius:20px;background:linear-gradient(145deg,rgba(10,15,26,.96),rgba(7,10,17,.96));position:relative;overflow:hidden}.owc-panel-title{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.owc-panel-title span{font-size:9px;font-weight:950;letter-spacing:.13em;color:#78e7fa}.owc-panel-title h3{margin:5px 0 0;font-size:20px}.owc-panel-title em{font-size:9px;color:#738097;font-style:normal;text-align:right}
.owc-daily-drop{background:radial-gradient(circle at 90% 0,rgba(87,81,255,.22),transparent 34%),linear-gradient(145deg,#0b1020,#080b14)}.owc-drop-icon{font-size:38px;color:#85efff;text-shadow:0 0 25px rgba(79,224,255,.35)}.owc-daily-drop>p{color:#91a0b8;font-size:11px;line-height:1.55;max-width:660px}
.owc-week-track{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin:16px 0}.owc-week-track i{font-style:normal;display:flex;flex-direction:column;gap:4px;align-items:center;padding:8px 3px;border:1px solid rgba(255,255,255,.06);border-radius:11px;background:#080c14;color:#69758b}.owc-week-track i.done{border-color:rgba(95,228,255,.25);background:rgba(65,207,238,.06);color:#a8f4ff}.owc-week-track b{font-size:9px}.owc-week-track span{font-size:16px}
.owc-game-btn{border:1px solid rgba(111,228,255,.28);background:#10192b;color:#dffbff;border-radius:11px;padding:11px 14px;font-size:10px;font-weight:950;letter-spacing:.07em;cursor:pointer;min-height:42px}.owc-game-btn.primary{background:linear-gradient(135deg,#6857ff,#28cfe5);border:0;color:#fff;box-shadow:0 10px 26px rgba(60,120,230,.13)}.owc-game-btn.ghost{background:transparent;border-color:rgba(255,255,255,.12);color:#a9b5c8}.owc-game-btn.mini{padding:8px 11px;min-height:36px}.owc-game-btn:disabled{opacity:.55;cursor:default}
.owc-game-status{margin-top:10px;padding:8px 10px;border-radius:10px;font-size:10px;background:rgba(255,255,255,.04);color:#91a0b8}.owc-game-status.ok{background:rgba(69,235,166,.07);color:#78eab1;border:1px solid rgba(69,235,166,.12)}.owc-game-status.wait{background:rgba(255,209,103,.06);color:#f1cf76}.owc-game-note{min-height:14px;margin-top:8px;color:#9aa8bd;font-size:10px}.owc-game-note.ok{color:#6ce6a9}
.owc-daily-mission-list{display:grid;gap:9px;margin-top:14px}.owc-daily-mission{display:grid;grid-template-columns:42px minmax(0,1fr);gap:11px;padding:13px;border:1px solid rgba(255,255,255,.06);border-radius:14px;background:#080c15}.owc-daily-mission.is-done{opacity:.65;border-color:rgba(77,235,165,.12)}.owc-daily-mission.is-loading{opacity:.6}.owc-mission-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:rgba(98,91,255,.12);font-size:20px}.owc-mission-heading{display:flex;justify-content:space-between;gap:12px}.owc-mission-heading b,.owc-mission-heading small{display:block}.owc-mission-heading b{font-size:13px}.owc-mission-heading small{font-size:9px;color:#7e8ba1;margin-top:3px}.owc-mission-heading em{font-style:normal;font-size:9px;color:#ffd778;white-space:nowrap}.owc-challenge{margin-top:10px}.owc-challenge>p{font-size:11px;color:#b8c3d4}.owc-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:5px}.owc-choice-grid button,.owc-memory-buttons button{appearance:none;border:1px solid rgba(255,255,255,.08);background:#0e1421;color:#d9e3f0;border-radius:9px;padding:9px;font-size:10px;cursor:pointer}.owc-choice-grid button:hover,.owc-memory-buttons button:hover{border-color:rgba(105,230,255,.35)}
.owc-reactor-bar{height:20px;border-radius:99px;background:linear-gradient(90deg,#30121b 0 38%,#173624 42% 72%,#30121b 76%);position:relative;margin:10px 0 8px;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.owc-reactor-bar i{position:absolute;left:45%;width:26%;top:0;bottom:0;background:rgba(80,235,147,.14)}.owc-reactor-bar span{position:absolute;top:-3px;bottom:-3px;width:4px;border-radius:99px;background:#fff;box-shadow:0 0 14px #7beaff}
.owc-memory-screen{padding:12px;border-radius:10px;background:#05080e;border:1px solid rgba(112,231,255,.12);font-size:18px;letter-spacing:.3em;text-align:center;color:#9ceeff;min-height:48px;display:grid;place-items:center}.owc-memory-buttons{display:grid;grid-template-columns:repeat(6,1fr);gap:4px;margin-top:6px}.owc-memory-answer{text-align:center;min-height:26px;margin:6px 0;color:#fff;letter-spacing:.25em}
.owc-daily-set{display:flex;justify-content:space-between;gap:10px;margin-top:12px;padding:10px 12px;border-radius:12px;background:rgba(255,210,102,.05);border:1px solid rgba(255,210,102,.1);font-size:10px}.owc-daily-set b{color:#ffd778}
.owc-world-panel{background:radial-gradient(circle at 50% 20%,rgba(67,87,255,.12),transparent 38%),#080c15}.owc-world-track{display:flex;gap:12px;overflow-x:auto;padding:20px 2px 8px;scroll-snap-type:x proximity}.owc-world-node{min-width:190px;max-width:190px;scroll-snap-align:start;display:flex;flex-direction:column;gap:10px}.owc-world-planet{width:74px;height:74px;border-radius:50%;display:grid;place-items:center;font-size:38px;background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.11),rgba(46,60,105,.16) 55%,rgba(7,10,17,.2));border:1px solid rgba(120,232,255,.16);box-shadow:0 0 24px rgba(65,105,240,.08)}.owc-world-node.locked{opacity:.45;filter:saturate(.5)}.owc-world-copy span,.owc-world-copy b,.owc-world-copy small,.owc-world-copy em{display:block}.owc-world-copy span{font-size:8px;color:#708097;letter-spacing:.08em}.owc-world-copy b{font-size:13px;margin-top:3px}.owc-world-copy small{font-size:9px;color:#8492a8;line-height:1.45;margin-top:4px}.owc-world-copy em{font-style:normal;font-size:8px;color:#6fe7a9;margin-top:7px}.owc-world-node.locked em{color:#98a4b6}
.owc-inventory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}.owc-inventory-item{text-align:left;appearance:none;border:1px solid rgba(255,255,255,.07);background:#080c14;color:#fff;border-radius:14px;padding:12px;cursor:pointer;min-width:0}.owc-inventory-item i,.owc-inventory-item span,.owc-inventory-item b,.owc-inventory-item small,.owc-inventory-item em{display:block}.owc-inventory-item i{font-style:normal;font-size:27px}.owc-inventory-item span{font-size:7px;letter-spacing:.12em;color:#7e8ba0;margin-top:8px}.owc-inventory-item b{font-size:11px;margin-top:3px}.owc-inventory-item small{font-size:8px;color:#748197;line-height:1.4;margin-top:5px;min-height:23px}.owc-inventory-item em{font-size:8px;font-style:normal;color:#76e8f9;margin-top:8px}.owc-inventory-item.equipped{border-color:rgba(89,232,255,.3);background:rgba(53,187,226,.06)}.owc-inventory-item.rarity-epic{box-shadow:inset 0 0 30px rgba(114,74,255,.045)}.owc-inventory-item.rarity-legendary,.owc-inventory-item.rarity-artifact{border-color:rgba(255,208,94,.14);box-shadow:inset 0 0 32px rgba(255,190,63,.035)}
.owc-social-panel{background:radial-gradient(circle at 10% 0,rgba(36,220,233,.12),transparent 32%),radial-gradient(circle at 100% 100%,rgba(106,77,255,.13),transparent 34%),#080c15}.owc-social-signal{display:grid;grid-template-columns:84px minmax(0,1fr);gap:15px;align-items:center}.owc-social-signal span{font-size:9px;color:#7ceafd;font-weight:900;letter-spacing:.11em}.owc-social-signal h3{font-size:22px;margin:4px 0}.owc-social-signal p{font-size:10px;color:#91a0b6;line-height:1.5}.owc-signal-radar{width:78px;height:78px;border-radius:50%;display:grid;place-items:center;position:relative;border:1px solid rgba(95,232,255,.2);background:radial-gradient(circle,rgba(57,217,239,.16),transparent 60%)}.owc-signal-radar i{position:absolute;inset:10px;border-radius:50%;border:1px dashed rgba(97,231,255,.25)}.owc-signal-radar b{font-size:27px}.owc-social-reward{display:flex;justify-content:space-between;gap:10px;padding:10px 12px;margin:12px 0;border-radius:11px;background:rgba(255,210,97,.05);font-size:9px}.owc-social-reward span{color:#8492a8}.owc-social-reward b{color:#f6d77d}.owc-share-card{margin:12px 0;padding:22px;border-radius:18px;border:1px solid rgba(116,233,255,.2);background:radial-gradient(circle at 85% 25%,rgba(80,70,255,.25),transparent 30%),linear-gradient(135deg,#090e1b,#15182e);min-height:190px;position:relative;overflow:hidden}.owc-share-card:after{content:"";position:absolute;width:180px;height:180px;border:1px solid rgba(110,231,255,.2);border-radius:50%;right:-35px;bottom:-55px;box-shadow:0 0 35px rgba(76,157,255,.08)}.owc-share-card span{font-size:9px;color:#79e9fa;letter-spacing:.13em;font-weight:900}.owc-share-card h4{font-size:23px;margin:25px 0 4px}.owc-share-card strong{font-size:38px;color:#fff}.owc-share-card p{color:#90a0b7;font-size:10px}.owc-share-card em{display:block;font-style:normal;font-size:10px;color:#7ceafd;margin-top:17px;letter-spacing:.08em}.owc-social-actions{display:flex;gap:7px;flex-wrap:wrap}.owc-social-proof{display:grid;grid-template-columns:.65fr 1.5fr auto;gap:6px;margin-top:12px}.owc-social-proof select,.owc-social-proof input{min-width:0;background:#060a11;border:1px solid rgba(255,255,255,.09);border-radius:10px;color:#fff;padding:10px;font-size:11px}.owc-game-empty{padding:16px;color:#7f8da4;font-size:10px;text-align:center}
.owc-game-landing .owc-hero{background:radial-gradient(circle at 80% 15%,rgba(77,76,255,.18),transparent 30%)}.owc-landing-cta{display:flex;gap:7px;flex-wrap:wrap;margin-top:20px}.owc-landing-cta .owc-btn{text-decoration:none;display:inline-flex;align-items:center}.owc-game-preview{padding:24px;border:1px solid rgba(98,230,255,.16);border-radius:22px;background:radial-gradient(circle at 80% 10%,rgba(87,77,255,.22),transparent 34%),#090d17;display:grid;grid-template-columns:1fr 1fr;gap:8px}.owc-game-preview>span,.owc-game-preview>b,.owc-game-preview>em{grid-column:1/-1}.owc-game-preview>span{font-size:9px;color:#74e7fa;letter-spacing:.12em}.owc-game-preview>b{font-size:22px;margin:7px 0}.owc-game-preview>i{font-style:normal;padding:9px;border-radius:10px;background:#0e1420;font-size:10px}.owc-game-preview>em{font-size:10px;font-style:normal;color:#8e9cb2;margin-top:10px}
@media(max-width:780px){.owc-game-hero{grid-template-columns:1fr}.owc-game-orb{width:130px;height:130px}.owc-orb-core{font-size:42px}.owc-game-orb>span{bottom:22px}.owc-game-stats{grid-template-columns:1fr 1fr}.owc-game-stats>div:last-child{grid-column:1/-1}.owc-inventory-grid{grid-template-columns:1fr 1fr}.owc-social-proof{grid-template-columns:1fr}.owc-agent-level{grid-template-columns:auto 1fr}.owc-agent-level em{grid-column:1/-1}.owc-mission-heading{display:block}.owc-mission-heading em{display:block;margin-top:5px}.owc-social-signal{grid-template-columns:1fr}.owc-signal-radar{width:62px;height:62px}.owc-choice-grid{grid-template-columns:1fr}.owc-memory-buttons{grid-template-columns:repeat(3,1fr)}}
@media(max-width:430px){.owc-game-hero{padding:18px}.owc-game-hero h2{font-size:27px}.owc-game-panel{padding:15px}.owc-game-stats{grid-template-columns:1fr}.owc-game-stats>div:last-child{grid-column:auto}.owc-inventory-grid{grid-template-columns:1fr}.owc-week-track{gap:3px}.owc-week-track i{padding:6px 1px}.owc-world-node{min-width:165px;max-width:165px}}

/* Club 1.0.1 — compact mission center */
.owc-mission-launcher{border:1px solid rgba(112,230,255,.13);border-radius:18px;background:radial-gradient(circle at 0 50%,rgba(94,74,255,.13),transparent 36%),linear-gradient(145deg,#0a0f1a,#080c14);overflow:hidden}
.owc-mission-launch-btn{width:100%;appearance:none;border:0;background:transparent;color:#fff;display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:12px;align-items:center;padding:15px 16px;text-align:left;cursor:pointer}
.owc-mission-launch-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;position:relative;background:linear-gradient(145deg,rgba(107,86,255,.18),rgba(49,212,235,.10));border:1px solid rgba(118,232,255,.16)}
.owc-mission-launch-icon>span{font-size:22px}.owc-mission-launch-icon>i{position:absolute;right:-5px;top:-5px;min-width:19px;height:19px;padding:0 5px;border-radius:99px;display:grid;place-items:center;background:#6d5dff;color:#fff;border:2px solid #090e18;font-size:8px;font-style:normal;font-weight:950}
.owc-mission-launch-copy span,.owc-mission-launch-copy b,.owc-mission-launch-copy small{display:block}.owc-mission-launch-copy span{font-size:8px;color:#79e9fa;font-weight:950;letter-spacing:.13em}.owc-mission-launch-copy b{font-size:14px;margin:4px 0}.owc-mission-launch-copy small{font-size:9px;color:#7f8da3;line-height:1.45}.owc-mission-launch-action{display:flex;align-items:center;gap:8px}.owc-mission-launch-action em{font-size:8px;font-style:normal;color:#8fefff;font-weight:900;letter-spacing:.08em}.owc-mission-launch-action strong{font-size:24px;font-weight:400;color:#7890aa}.owc-mission-progress-mini{height:3px;background:rgba(255,255,255,.04)}.owc-mission-progress-mini i{display:block;height:100%;background:linear-gradient(90deg,#735bff,#32d9ed)}
@media(hover:hover) and (pointer:fine){.owc-mission-launch-btn:hover{background:rgba(255,255,255,.018)}.owc-mission-launch-btn:hover .owc-mission-launch-action strong{transform:translateX(2px)}}
.owc-mission-overlay{position:fixed;inset:0;z-index:100000;background:rgba(2,5,10,.72);backdrop-filter:blur(7px);opacity:0;transition:opacity .2s ease}.owc-mission-overlay.is-open{opacity:1}
.owc-mission-sheet{position:fixed;z-index:100001;left:50%;bottom:20px;transform:translate(-50%,calc(100% + 40px));width:min(720px,calc(100% - 28px));max-height:min(82vh,780px);overflow:auto;border:1px solid rgba(117,232,255,.18);border-radius:24px;background:radial-gradient(circle at 90% 0,rgba(83,71,255,.18),transparent 28%),linear-gradient(145deg,#0b101d,#070a11);box-shadow:0 30px 90px rgba(0,0,0,.55);padding:20px;opacity:0;transition:transform .24s cubic-bezier(.2,.85,.2,1),opacity .2s ease}
.owc-mission-sheet.is-open{transform:translate(-50%,0);opacity:1}.owc-mission-sheet[hidden],.owc-mission-overlay[hidden]{display:none!important}.owc-missions-open{overflow:hidden!important}
.owc-mission-sheet-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;position:sticky;top:-20px;z-index:3;margin:-20px -20px 0;padding:20px 20px 14px;background:linear-gradient(180deg,#0b101d 82%,rgba(11,16,29,0));border-radius:24px 24px 0 0}.owc-mission-sheet-head span{font-size:8px;color:#79e9fa;font-weight:950;letter-spacing:.13em}.owc-mission-sheet-head h3{font-size:22px;margin:4px 0}.owc-mission-sheet-head p{font-size:9px;color:#7f8ca1;line-height:1.5;margin:0;max-width:520px}.owc-mission-close{appearance:none;border:1px solid rgba(255,255,255,.08);background:#101724;color:#b9c5d5;border-radius:12px;width:40px;height:40px;font-size:24px;cursor:pointer;flex:0 0 auto}.owc-mission-sheet-reward{display:flex;justify-content:space-between;gap:12px;align-items:center;margin:8px 0 13px;padding:10px 12px;border-radius:12px;background:rgba(255,209,100,.05);border:1px solid rgba(255,209,100,.09)}.owc-mission-sheet-reward span{font-size:8px;color:#8d99ab;font-weight:850}.owc-mission-sheet-reward b{font-size:10px;color:#f3d57e}.owc-mission-sheet .owc-daily-mission-list{margin-top:0}.owc-mission-sheet .owc-daily-mission{background:#080c15}
@media(max-width:560px){.owc-mission-launch-btn{grid-template-columns:44px minmax(0,1fr)}.owc-mission-launch-action{grid-column:2;justify-content:flex-start}.owc-mission-launch-action strong{display:none}.owc-mission-sheet{left:8px;right:8px;bottom:8px;width:auto;max-height:86vh;transform:translateY(calc(100% + 30px));border-radius:20px;padding:15px}.owc-mission-sheet.is-open{transform:translateY(0)}.owc-mission-sheet-head{top:-15px;margin:-15px -15px 0;padding:15px 15px 12px}.owc-mission-sheet-reward{display:block}.owc-mission-sheet-reward b{display:block;margin-top:4px}}

/* Club 1.0.2 — unified mission center + visual equipment avatar */
.owc-missions-card{display:none!important}
.owc-mission-group-title{display:flex;justify-content:space-between;gap:10px;align-items:end;margin:10px 2px 7px}.owc-mission-group-title span{font-size:9px;color:#7be9fb;font-weight:950;letter-spacing:.13em}.owc-mission-group-title small{font-size:8px;color:#6f7d93}.owc-mission-group-title.long{margin-top:18px;padding-top:15px;border-top:1px solid rgba(255,255,255,.07)}
.owc-long-mission-list{display:grid;gap:8px}.owc-long-mission{padding:12px;border-radius:14px;background:#080c15;border:1px solid rgba(255,255,255,.06)}.owc-long-mission-top{display:flex;justify-content:space-between;gap:12px}.owc-long-mission-top>div{display:flex;gap:9px;min-width:0}.owc-long-mission-top>div>span{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;flex:0 0 auto;background:rgba(102,86,255,.10);color:#80eafb}.owc-long-mission-top b,.owc-long-mission-top small{display:block}.owc-long-mission-top b{font-size:11px}.owc-long-mission-top small{font-size:8px;color:#76849a;line-height:1.35;margin-top:3px}.owc-long-mission-top em{font-style:normal;font-size:8px;color:#f0d276;white-space:nowrap}.owc-long-progress{display:flex;justify-content:space-between;margin-top:5px;font-size:8px;color:#7d8ba1}.owc-long-progress strong{color:#a7b5c8}

/* Layered game agent */
.owc-agent-avatar{width:200px;height:220px;margin:auto;position:relative;display:grid;place-items:center;isolation:isolate;filter:drop-shadow(0 18px 28px rgba(0,0,0,.28))}
.owc-avatar-bgfx{position:absolute;inset:12px 8px 26px;border-radius:50%;background:radial-gradient(circle at 50% 48%,rgba(78,224,255,.15),rgba(87,73,255,.06) 45%,transparent 66%);border:1px solid rgba(121,232,255,.12);z-index:-2}
.owc-avatar-frame{position:absolute;inset:3px 0 20px;border-radius:46% 46% 38% 38%;border:1px solid rgba(123,231,255,.18);opacity:.42;z-index:-1}
.owc-avatar-body{width:132px;height:172px;position:relative;margin-top:7px}
.owc-avatar-head{position:absolute;left:40px;top:4px;width:54px;height:56px}
.owc-avatar-face{position:absolute;left:4px;top:8px;width:46px;height:42px;border-radius:18px 18px 15px 15px;background:linear-gradient(160deg,#202c3d,#0c121e);border:2px solid #4c5d72;box-shadow:inset 0 -8px 14px rgba(0,0,0,.3)}
.owc-avatar-face:after{content:"";position:absolute;left:9px;right:9px;top:18px;height:2px;background:rgba(116,233,255,.18)}
.owc-avatar-face i{position:absolute;top:15px;width:8px;height:4px;border-radius:99px;background:#7beaff;box-shadow:0 0 9px rgba(103,232,255,.75)}.owc-avatar-face i:first-child{left:9px}.owc-avatar-face i:last-child{right:9px}
.owc-avatar-helmet{position:absolute;inset:0;border-radius:22px 22px 14px 14px;border:3px solid #526277;border-bottom-color:transparent;box-shadow:inset 0 5px 0 rgba(255,255,255,.04)}
.owc-avatar-neck{position:absolute;left:57px;top:55px;width:20px;height:13px;background:#273446;border:1px solid #526277;border-radius:4px}
.owc-avatar-torso{position:absolute;left:27px;top:65px;width:80px;height:76px;border-radius:20px 20px 13px 13px;background:linear-gradient(160deg,#28384d,#101724);border:2px solid #526277;box-shadow:inset 0 -12px 18px rgba(0,0,0,.22)}
.owc-avatar-armor{position:absolute;inset:7px 8px 13px;border-radius:14px 14px 9px 9px;border:1px solid rgba(120,148,177,.25)}
.owc-avatar-reactor{position:absolute;width:22px;height:22px;border-radius:50%;left:50%;top:29px;transform:translateX(-50%);background:#182331;border:2px solid #4e6074;box-shadow:inset 0 0 8px rgba(0,0,0,.5)}
.owc-avatar-badge{position:absolute;right:11px;top:12px;width:9px;height:9px;border-radius:3px;background:#5c6c80;opacity:.35}
.owc-avatar-arm{position:absolute;top:73px;width:25px;height:67px;border-radius:14px;background:linear-gradient(#253448,#0f1723);border:2px solid #4d5d71;transform-origin:top center}.owc-avatar-arm.left{left:7px;transform:rotate(9deg)}.owc-avatar-arm.right{right:7px;transform:rotate(-9deg)}
.owc-avatar-weapon{position:absolute;right:-5px;top:95px;width:49px;height:12px;border-radius:5px;background:#1b2736;border:2px solid #4d5d71;transform:rotate(-8deg);opacity:0}
.owc-avatar-drone{position:absolute;right:7px;top:37px;width:39px;height:21px;border:1px solid rgba(118,232,255,.16);border-radius:12px;background:#111a27;opacity:0}.owc-avatar-drone:before,.owc-avatar-drone:after{content:"";position:absolute;top:7px;width:14px;height:1px;background:#78eaff}.owc-avatar-drone:before{left:-11px}.owc-avatar-drone:after{right:-11px}.owc-avatar-drone i{position:absolute;width:5px;height:5px;border-radius:50%;background:#7beaff;left:50%;top:7px;transform:translateX(-50%);box-shadow:0 0 10px #72eaff}
.owc-avatar-level{position:absolute;bottom:0;left:50%;transform:translateX(-50%);text-align:center;white-space:nowrap;padding:6px 10px;border-radius:10px;background:rgba(7,11,18,.86);border:1px solid rgba(121,232,255,.13)}.owc-avatar-level b,.owc-avatar-level span{display:block}.owc-avatar-level b{font-size:12px;color:#fff}.owc-avatar-level span{font-size:7px;color:#78e9fa;letter-spacing:.13em;margin-top:1px}

/* Helmet variants */
.owc-agent-avatar[data-helmet="signal_visor"] .owc-avatar-helmet{border-color:#67dcec;border-bottom-color:#67dcec;background:linear-gradient(180deg,rgba(72,212,234,.12),transparent 55%);box-shadow:0 0 18px rgba(70,220,239,.14)}
.owc-agent-avatar[data-helmet="signal_visor"] .owc-avatar-face:before{content:"";position:absolute;left:3px;right:3px;top:11px;height:17px;border-radius:8px;background:linear-gradient(90deg,rgba(56,210,235,.08),rgba(111,238,255,.25),rgba(56,210,235,.08));border:1px solid rgba(114,235,255,.35)}
.owc-agent-avatar[data-helmet="dark_helmet"] .owc-avatar-helmet{border-color:#9c71ff;background:linear-gradient(180deg,rgba(106,62,205,.26),rgba(24,16,43,.12));box-shadow:0 0 22px rgba(137,76,255,.23)}
.owc-agent-avatar[data-helmet="dark_helmet"] .owc-avatar-face i{background:#bd8aff;box-shadow:0 0 10px #9e5fff}

/* Armor */
.owc-agent-avatar[data-armor="moon_armor"] .owc-avatar-torso{border-color:#8da5bd;background:linear-gradient(160deg,#43576d,#182434)}.owc-agent-avatar[data-armor="moon_armor"] .owc-avatar-armor{border:2px solid #819cb6;background:linear-gradient(145deg,rgba(172,202,224,.12),rgba(79,106,135,.12));clip-path:polygon(0 0,100% 0,88% 100%,12% 100%)}

/* Reactor */
.owc-agent-avatar[data-reactor="portal_core"] .owc-avatar-reactor{background:radial-gradient(circle,#e8fbff 0 16%,#74eaff 18% 38%,#725fff 41% 64%,#121b29 67%);border-color:#8aefff;box-shadow:0 0 20px rgba(94,222,255,.68),inset 0 0 7px #fff}

/* Weapon */
.owc-agent-avatar[data-weapon="mars_blaster"] .owc-avatar-weapon{opacity:1;border-color:#d57468;background:linear-gradient(90deg,#713b38,#d17363 65%,#28202a);box-shadow:0 0 12px rgba(240,103,75,.22)}
.owc-agent-avatar[data-weapon="mars_blaster"] .owc-avatar-weapon:after{content:"";position:absolute;right:-9px;top:2px;width:10px;height:4px;background:#ff826f;box-shadow:0 0 9px #ff735f}

/* Drone */
.owc-agent-avatar[data-drone="nexus_drone"] .owc-avatar-drone{opacity:1;border-color:#8c73ff;background:linear-gradient(145deg,#322c58,#12182a);box-shadow:0 0 16px rgba(119,82,255,.23)}

/* Badge */
.owc-agent-avatar[data-badge="cadet_badge"] .owc-avatar-badge,.owc-agent-avatar[data-badge="signal_badge"] .owc-avatar-badge,.owc-agent-avatar[data-badge="ambassador_badge"] .owc-avatar-badge{opacity:1;background:#79e9fa;box-shadow:0 0 8px rgba(121,233,250,.55)}
.owc-agent-avatar[data-badge="ambassador_badge"] .owc-avatar-badge{background:#ffd56a;box-shadow:0 0 9px rgba(255,213,106,.55)}

/* Frames / background */
.owc-agent-avatar[data-frame="portal_frame"] .owc-avatar-frame{opacity:1;border:2px solid rgba(104,232,255,.46);box-shadow:0 0 24px rgba(89,223,255,.18),inset 0 0 24px rgba(95,80,255,.08)}
.owc-agent-avatar[data-frame="legend_frame"] .owc-avatar-frame{opacity:1;border:2px solid rgba(255,210,92,.62);box-shadow:0 0 25px rgba(255,200,63,.2),inset 0 0 24px rgba(255,177,31,.08)}
.owc-agent-avatar[data-background="void_background"] .owc-avatar-bgfx{background:radial-gradient(circle at 45% 40%,rgba(163,79,255,.22),rgba(40,22,84,.18) 38%,transparent 66%);box-shadow:0 0 35px rgba(129,68,255,.13)}
.owc-agent-avatar.equip-pop{animation:owcEquipPop .5s cubic-bezier(.2,.8,.2,1)}@keyframes owcEquipPop{0%{transform:scale(1)}35%{transform:scale(1.06);filter:drop-shadow(0 0 24px rgba(94,229,255,.3))}100%{transform:scale(1)}}

/* Make hero fit character */
.owc-game-hero{grid-template-columns:minmax(0,1fr) 230px}.owc-game-hero .owc-agent-avatar{z-index:1}
@media(max-width:780px){.owc-game-hero{grid-template-columns:1fr}.owc-agent-avatar{width:190px;height:210px}}
@media(max-width:560px){.owc-long-mission-top{display:block}.owc-long-mission-top em{display:block;margin:7px 0 0 41px}.owc-mission-group-title{display:block}.owc-mission-group-title small{display:block;margin-top:2px}}

/* =========================================================
   CLUB 2.0 — BATTLE PORTAL
   ========================================================= */
.owc-battle-panel{position:relative;overflow:hidden;padding:20px;border:1px solid rgba(103,229,255,.15);border-radius:22px;background:radial-gradient(circle at 50% 42%,rgba(40,132,179,.12),transparent 34%),radial-gradient(circle at 7% 100%,rgba(89,73,255,.12),transparent 28%),linear-gradient(145deg,#09101a,#060911)}
.owc-battle-panel.is-boss{border-color:rgba(255,91,82,.25);background:radial-gradient(circle at 70% 42%,rgba(185,45,52,.12),transparent 34%),linear-gradient(145deg,#130b12,#07090f)}
.owc-battle-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.owc-battle-head>div>span{font-size:9px;color:#76eafd;font-weight:950;letter-spacing:.13em}.owc-battle-head h3{font-size:22px;margin:5px 0 3px}.owc-battle-head small{font-size:8px;color:#77859a;line-height:1.45}.owc-battle-wins{text-align:right}.owc-battle-wins span,.owc-battle-wins b{display:block}.owc-battle-wins span{font-size:7px;color:#778399}.owc-battle-wins b{font-size:23px}
.owc-battle-stage{height:245px;position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:end;margin:8px 0 0;background:radial-gradient(ellipse at 50% 100%,rgba(82,225,244,.08),transparent 47%);border-bottom:1px solid rgba(255,255,255,.07)}
.owc-fighter{text-align:center;position:relative;z-index:3}.owc-fighter>span,.owc-fighter>strong,.owc-fighter>b{display:block}.owc-fighter>span{font-size:7px;color:#75839a;letter-spacing:.1em}.owc-fighter>strong,.owc-fighter>b{font-size:10px;color:#bec9d7;margin-top:3px}.owc-fighter>b i{font-style:normal;color:#75eafa}
.owc-battle-agent{width:104px;height:160px;margin:0 auto 3px;position:relative;transform-origin:60% 75%}.owc-battle-agent .head{position:absolute;left:34px;top:9px;width:42px;height:46px;border-radius:17px;background:linear-gradient(160deg,#27394d,#101824);border:2px solid #647d94}.owc-battle-agent .visor{position:absolute;left:41px;top:26px;width:29px;height:7px;border-radius:9px;background:#73eaff;box-shadow:0 0 12px rgba(92,231,252,.72);z-index:2}.owc-battle-agent .body{position:absolute;left:22px;top:58px;width:67px;height:72px;border-radius:18px 18px 11px 11px;background:linear-gradient(160deg,#405873,#172434);border:2px solid #647b91}.owc-battle-agent .reactor{position:absolute;left:49px;top:88px;width:18px;height:18px;border-radius:50%;background:radial-gradient(circle,#fff 0 12%,#74eaff 18% 42%,#715dff 48% 70%,#101724 72%);box-shadow:0 0 16px rgba(95,228,255,.55);z-index:2}.owc-battle-agent .arm{position:absolute;right:3px;top:69px;width:24px;height:62px;border-radius:13px;background:#223347;border:2px solid #61778e;transform:rotate(-18deg)}.owc-battle-agent .weapon{position:absolute;right:-9px;top:95px;width:54px;height:11px;border-radius:5px;background:linear-gradient(90deg,#31475e,#67cfe1);border:2px solid #6a8298;transform:rotate(-5deg)}
.owc-battle-panel.player-attack .owc-battle-agent{animation:owcAgentAttack .2s ease}@keyframes owcAgentAttack{0%{transform:translateX(0)}45%{transform:translateX(9px) rotate(-2deg)}100%{transform:translateX(0)}}
.owc-enemy-body{width:126px;height:145px;margin:0 auto 3px;position:relative;filter:drop-shadow(0 0 22px rgba(255,69,76,.13))}.owc-enemy-body:before{content:"";position:absolute;left:25px;top:28px;width:78px;height:82px;border-radius:27px 27px 36px 36px;background:linear-gradient(145deg,#502933,#1d1219);border:2px solid #7e424d}.owc-enemy-body .eye{position:absolute;left:45px;top:58px;width:39px;height:8px;border-radius:9px;background:#ff625c;box-shadow:0 0 17px #ed4a49;z-index:2}.owc-enemy-body .core{position:absolute;left:56px;top:79px;width:17px;height:17px;border-radius:50%;background:#ff7a68;box-shadow:0 0 15px rgba(255,94,82,.6);z-index:2}.owc-enemy-body .horn{position:absolute;left:49px;top:12px;width:31px;height:24px;clip-path:polygon(50% 0,100% 100%,0 100%);background:#6b303b}.owc-enemy-body .leg{position:absolute;top:101px;width:31px;height:40px;border-radius:10px;background:#2a1821;border:2px solid #693a45}.owc-enemy-body .leg.l{left:20px;transform:rotate(8deg)}.owc-enemy-body .leg.r{right:20px;transform:rotate(-8deg)}
.owc-enemy-body.boss{transform:scale(1.12)}.owc-enemy-body.boss:before{background:linear-gradient(145deg,#6a2434,#21101b);border-color:#a64c58;box-shadow:0 0 28px rgba(255,59,72,.15)}.owc-enemy-body.boss .eye{height:10px;background:#ff413e;box-shadow:0 0 23px #ff413e}.owc-enemy-body.boss .horn{background:#8d3343}
.owc-fighter.enemy.is-hit .owc-enemy-body{animation:owcEnemyHit .22s ease}@keyframes owcEnemyHit{0%{transform:translateX(0)}30%{transform:translateX(11px) rotate(3deg);filter:brightness(1.7)}70%{transform:translateX(-5px) rotate(-2deg)}100%{transform:translateX(0)}}
.owc-battle-beam{position:absolute;z-index:5;left:37%;top:46%;width:0;height:3px;transform:rotate(-4deg);transform-origin:left center;background:linear-gradient(90deg,#fff,#72eaff,#735dff);box-shadow:0 0 11px #6ceaff;opacity:0}.owc-battle-beam.fire{animation:owcBeam .18s ease}@keyframes owcBeam{0%{width:0;opacity:1}40%{width:28%;opacity:1}100%{width:28%;opacity:0}}
.owc-damage-layer{position:absolute;inset:0;z-index:6;pointer-events:none}.owc-damage-layer b{position:absolute;color:#ff756d;font-size:19px;text-shadow:0 0 10px rgba(255,72,67,.5);animation:owcDamage .7s ease forwards}@keyframes owcDamage{from{opacity:1;transform:translateY(0) scale(.8)}to{opacity:0;transform:translateY(-50px) scale(1.3)}}
.owc-enemy-hud{margin:8px 0 12px}.owc-enemy-hud>div:first-child{display:flex;justify-content:space-between;font-size:9px;color:#8391a5}.owc-enemy-hud b i{font-style:normal}.owc-enemy-bar{height:11px;margin-top:5px;background:#1a1015;border-radius:99px;overflow:hidden;border:1px solid rgba(255,255,255,.06)}.owc-enemy-bar i{display:block;height:100%;background:linear-gradient(90deg,#e74451,#ff7663);box-shadow:0 0 15px rgba(240,68,76,.22);transition:width .15s ease}
.owc-attack-btn{width:100%;min-height:72px;border:1px solid rgba(100,230,255,.18);border-radius:16px;background:linear-gradient(135deg,#6250ea,#22bdd7);color:#fff;display:grid;grid-template-columns:43px 1fr;grid-template-rows:auto auto;align-items:center;text-align:left;padding:12px 16px;cursor:pointer;user-select:none;-webkit-tap-highlight-color:transparent;box-shadow:0 12px 28px rgba(49,100,196,.13)}.owc-attack-btn>i{grid-row:1/3;font-style:normal;font-size:29px}.owc-attack-btn>b{font-size:16px;letter-spacing:.07em}.owc-attack-btn>span{font-size:8px;opacity:.72;letter-spacing:.1em}.owc-attack-btn:active:not(:disabled){transform:scale(.985)}.owc-attack-btn:disabled{background:#151923;color:#727987;border-color:rgba(255,255,255,.06);box-shadow:none;cursor:not-allowed}
.owc-battle-resources{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.owc-battle-resources>div{padding:10px 11px;border-radius:12px;background:#070b12;border:1px solid rgba(255,255,255,.055)}.owc-battle-resources span,.owc-battle-resources b,.owc-battle-resources small{display:block}.owc-battle-resources span{font-size:7px;color:#7e8ca0;letter-spacing:.09em}.owc-battle-resources b{font-size:11px;margin:3px 0}.owc-battle-resources b i{font-style:normal}.owc-battle-resources>div>div{height:4px;border-radius:99px;background:#151b25;overflow:hidden}.owc-battle-resources>div>div i{display:block;height:100%;background:linear-gradient(90deg,#6455ef,#6ce7fa);transition:width .2s}.owc-battle-resources small{font-size:7px;color:#657188;margin-top:4px}
.owc-battle-next{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;margin-top:8px;border-radius:10px;background:rgba(255,255,255,.025);font-size:8px;color:#77859a}.owc-battle-next b{color:#efc76a}.owc-battle-note{font-size:8px;color:#69778d;text-align:center;margin-top:8px;min-height:14px}.owc-battle-note.ok{color:#72e4a8}
.owc-boss-gate{text-align:center;padding:15px;margin:8px 0 12px;border:1px solid rgba(255,84,76,.16);border-radius:15px;background:radial-gradient(circle,rgba(189,54,57,.1),transparent 70%)}.owc-boss-gate .shield{font-size:32px}.owc-boss-gate>span{display:block;font-size:8px;color:#ff7771;font-weight:950;letter-spacing:.12em}.owc-boss-gate h4{font-size:16px;margin:5px 0}.owc-boss-gate p{font-size:9px;color:#8b93a2;line-height:1.5;max-width:550px;margin:6px auto}.owc-boss-gate>b{font-size:8px;color:#f2c46c;letter-spacing:.08em}.owc-boost-ready{padding:11px 13px;border-radius:12px;margin:8px 0;background:rgba(72,232,160,.07);border:1px solid rgba(72,232,160,.13);color:#78e8af;font-size:9px;font-weight:900;text-align:center}.owc-battle-panel.battle-win{animation:owcBattleWin .75s ease}@keyframes owcBattleWin{0%{box-shadow:none}35%{box-shadow:0 0 55px rgba(79,231,164,.28)}100%{box-shadow:none}}

/* =========================================================
   CLUB 1.1 — SCHOOL LEAGUE
   ========================================================= */
.owc-school-launch{border:1px solid rgba(255,208,82,.13);border-radius:18px;background:radial-gradient(circle at 90% 0,rgba(255,189,63,.08),transparent 35%),#090d15;overflow:hidden}
.owc-school-card{appearance:none;border:0;background:transparent;color:#fff;width:100%;display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:12px;align-items:center;padding:15px 16px;text-align:left;cursor:pointer}.owc-school-card:hover{background:rgba(255,255,255,.018)}.owc-school-badge{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;font-size:22px;background:rgba(255,198,65,.08);border:1px solid rgba(255,211,102,.13)}.owc-school-card span,.owc-school-card b,.owc-school-card small{display:block}.owc-school-card span{font-size:8px;color:#f2cd6d;font-weight:950;letter-spacing:.12em}.owc-school-card b{font-size:14px;margin:4px 0}.owc-school-card small{font-size:9px;color:#7c899e}.owc-school-card>strong{font-size:8px;color:#f0ce78;letter-spacing:.07em}
.owc-school-overlay{position:fixed;inset:0;z-index:100002;background:rgba(2,5,10,.72);backdrop-filter:blur(7px);opacity:0;transition:opacity .2s}.owc-school-overlay.is-open{opacity:1}.owc-school-overlay[hidden],.owc-school-sheet[hidden]{display:none!important}.owc-school-open{overflow:hidden!important}
.owc-school-sheet{position:fixed;z-index:100003;left:50%;bottom:20px;transform:translate(-50%,calc(100% + 40px));width:min(720px,calc(100% - 28px));max-height:min(82vh,780px);overflow:auto;border:1px solid rgba(255,208,88,.17);border-radius:24px;background:radial-gradient(circle at 90% 0,rgba(242,179,45,.09),transparent 28%),linear-gradient(145deg,#0c1018,#070a10);box-shadow:0 30px 90px rgba(0,0,0,.55);padding:20px;opacity:0;transition:transform .24s cubic-bezier(.2,.85,.2,1),opacity .2s}.owc-school-sheet.is-open{transform:translate(-50%,0);opacity:1}
.owc-school-sheet-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;position:sticky;top:-20px;z-index:3;margin:-20px -20px 0;padding:20px 20px 14px;background:linear-gradient(180deg,#0c1018 82%,rgba(12,16,24,0));border-radius:24px 24px 0 0}.owc-school-sheet-head span{font-size:8px;color:#f0ce71;font-weight:950;letter-spacing:.12em}.owc-school-sheet-head h3{font-size:22px;margin:4px 0}.owc-school-sheet-head p{font-size:9px;color:#7f8ca1;line-height:1.45;margin:0;max-width:520px}.owc-school-sheet-head button{appearance:none;border:1px solid rgba(255,255,255,.08);background:#11161f;color:#b9c5d5;border-radius:12px;width:40px;height:40px;font-size:24px;cursor:pointer;flex:0 0 auto}
.owc-school-my{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:12px 0}.owc-school-my>div{padding:10px;border-radius:12px;background:#080c12;border:1px solid rgba(255,255,255,.055)}.owc-school-my span,.owc-school-my b{display:block}.owc-school-my span{font-size:7px;color:#738095}.owc-school-my b{font-size:11px;margin-top:3px}.owc-school-titleline{display:flex;justify-content:space-between;gap:9px;margin:16px 2px 6px}.owc-school-titleline span{font-size:8px;color:#efcb6d;font-weight:950;letter-spacing:.1em}.owc-school-titleline small{font-size:7px;color:#6f7b8e}
.owc-school-ranking{display:grid}.owc-school-ranking>div{display:grid;grid-template-columns:30px 1fr auto;gap:8px;align-items:center;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.055)}.owc-school-ranking>div>i{width:27px;height:27px;border-radius:9px;background:#10151e;display:grid;place-items:center;font-style:normal;font-size:9px;color:#f1cd70;font-weight:900}.owc-school-ranking b,.owc-school-ranking small{display:block}.owc-school-ranking b{font-size:10px}.owc-school-ranking small{font-size:7px;color:#718096}.owc-school-ranking strong{font-size:11px;color:#f0cf77}.owc-school-intro{text-align:center;padding:10px 5px 15px}.owc-school-trophy{font-size:42px}.owc-school-intro h4{font-size:18px;margin:6px 0}.owc-school-intro p{font-size:10px;color:#8592a6;line-height:1.5;max-width:500px;margin:auto}.owc-school-sheet form{display:grid;grid-template-columns:1fr 1fr auto;gap:6px}.owc-school-sheet input{min-width:0;background:#060a10;border:1px solid rgba(255,255,255,.09);border-radius:10px;color:#fff;padding:10px;font-size:11px}

/* Family child accounts */
.owc-family-member.has-child-account{align-items:flex-start}.owc-child-account-meta{display:flex;gap:5px;flex-wrap:wrap;margin-top:5px}.owc-child-account-meta span{font-size:8px;padding:4px 6px;border-radius:8px;background:rgba(83,221,241,.06);border:1px solid rgba(83,221,241,.1);color:#80e8f8}.owc-child-open{display:inline-flex;margin-top:6px;font-size:9px;color:#80eafa!important;text-decoration:none!important;font-weight:800}.owc-child-account-card{background:radial-gradient(circle at 90% 0,rgba(75,88,255,.11),transparent 30%),#0a0e17}.owc-child-safe{display:flex;gap:9px;align-items:center;padding:10px 12px;margin-top:10px;border-radius:12px;background:rgba(78,232,164,.06);border:1px solid rgba(78,232,164,.11)}.owc-child-safe>span{font-size:20px}.owc-child-safe b,.owc-child-safe small{display:block}.owc-child-safe b{font-size:10px;color:#7de5ad}.owc-child-safe small{font-size:8px;color:#758498;margin-top:2px}

@media(max-width:650px){
  .owc-battle-stage{height:220px}.owc-battle-resources{grid-template-columns:1fr}.owc-battle-head{display:block}.owc-battle-wins{text-align:left;margin-top:8px;display:flex;gap:8px;align-items:center}.owc-battle-wins span,.owc-battle-wins b{display:inline}
  .owc-school-card{grid-template-columns:44px 1fr}.owc-school-card>strong{grid-column:2}.owc-school-my{grid-template-columns:1fr 1fr}.owc-school-sheet form{grid-template-columns:1fr}.owc-school-sheet{left:8px;right:8px;bottom:8px;width:auto;max-height:86vh;transform:translateY(calc(100% + 30px));border-radius:20px;padding:15px}.owc-school-sheet.is-open{transform:translateY(0)}.owc-school-sheet-head{top:-15px;margin:-15px -15px 0;padding:15px 15px 12px}
}

/* Club 1.1.1 — prevent double-tap zoom during battle */
#owc-battle,
#owc-attack,
#owc-attack *,
.owc-battle-stage,
.owc-fighter,
.owc-battle-agent,
.owc-enemy-body{
  -webkit-user-select:none;
  user-select:none;
  -webkit-touch-callout:none;
}
#owc-attack{
  touch-action:manipulation;
  -ms-touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
}
#owc-battle{
  touch-action:pan-y;
}
#owc-attack:focus-visible{
  outline:2px solid rgba(116,234,255,.75);
  outline-offset:3px;
}

/* Club 1.1.2 — participant-created School League */
.owc-school-mode-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin:8px 0 12px;padding:4px;border-radius:12px;background:#070a10;border:1px solid rgba(255,255,255,.055)}
.owc-school-mode-tabs button{appearance:none;border:0;border-radius:9px;padding:9px;background:transparent;color:#7f8c9f;font-size:8px;font-weight:950;letter-spacing:.08em;cursor:pointer}.owc-school-mode-tabs button.is-active{background:rgba(240,199,91,.09);color:#f1cf78;box-shadow:inset 0 0 0 1px rgba(240,199,91,.1)}
.owc-school-mode-panel{display:none!important}.owc-school-mode-panel.is-active{display:grid!important}.owc-school-mode-panel[data-school-panel="create"]{grid-template-columns:1fr 1fr;gap:6px}.owc-school-mode-panel[data-school-panel="create"] button{grid-column:1/-1}
.owc-school-invite{margin:12px 0 4px;padding:14px;border-radius:16px;background:radial-gradient(circle at 90% 0,rgba(242,188,67,.11),transparent 34%),#080c13;border:1px solid rgba(241,205,111,.13)}.owc-school-invite>div:first-child>span{font-size:8px;color:#f0cd70;font-weight:950;letter-spacing:.11em}.owc-school-invite h4{font-size:16px;margin:4px 0}.owc-school-invite p{font-size:9px;color:#8390a4;line-height:1.45;margin:0}.owc-school-code{display:flex;justify-content:space-between;align-items:center;margin:10px 0;padding:8px 10px;border-radius:10px;background:#060910}.owc-school-code small{font-size:7px;color:#6f7c91}.owc-school-code b{font-size:13px;letter-spacing:.12em;color:#7fe9fa}.owc-school-invite-actions{display:flex;gap:6px;flex-wrap:wrap}
@media(max-width:560px){.owc-school-mode-panel[data-school-panel="create"]{grid-template-columns:1fr}.owc-school-mode-panel[data-school-panel="create"] button{grid-column:auto}.owc-school-invite-actions .owc-game-btn{flex:1}}

/* Club 1.1.3 — QR and weekly gift at the top */
.owc-top-priority{
  display:grid;
  grid-template-columns:minmax(250px,.8fr) minmax(0,1.2fr);
  gap:12px;
  margin:12px 0 14px;
  align-items:stretch;
}
.owc-top-priority .owc-card{
  margin:0;
  height:100%;
}
.owc-top-qr .owc-member-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) 132px;
  gap:14px;
  align-items:center;
  background:radial-gradient(circle at 95% 10%,rgba(85,225,247,.10),transparent 32%),linear-gradient(145deg,#0b1019,#080c13);
  border-color:rgba(104,229,249,.14);
}
.owc-top-qr .owc-member-copy span{
  color:#79eafa;
}
.owc-top-qr .owc-member-qr{
  width:132px;
  height:132px;
  min-width:132px;
  padding:7px;
  margin:0;
}
.owc-top-qr .owc-member-qr canvas,
.owc-top-qr .owc-member-qr img{
  width:100%!important;
  height:100%!important;
}
.owc-top-gift .owc-gift-card{
  background:radial-gradient(circle at 90% 0,rgba(255,195,63,.11),transparent 34%),linear-gradient(145deg,#0d1018,#080b11);
  border-color:rgba(244,204,103,.15);
}
.owc-top-gift .owc-gift-title{
  font-size:20px;
}
@media(max-width:780px){
  .owc-top-priority{grid-template-columns:1fr}
  .owc-top-qr .owc-member-card{grid-template-columns:1fr 120px}
  .owc-top-qr .owc-member-qr{width:120px;height:120px;min-width:120px}
}
@media(max-width:430px){
  .owc-top-qr .owc-member-card{grid-template-columns:minmax(0,1fr) 104px;gap:10px}
  .owc-top-qr .owc-member-copy p{font-size:9px}
  .owc-top-qr .owc-member-qr{width:104px;height:104px;min-width:104px}
}

/* Club 1.1.4 — one Shmooter Club hero across progression, inventory and battle */
.owc-shmooter-game-hero{
  grid-template-columns:minmax(0,1fr) minmax(210px,300px);
  align-items:center;
}
.owc-shmooter-player-name{
  margin:2px 0 8px;
  color:#8fa0b9;
  font-size:10px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.owc-shmooter-avatar-shell{
  min-height:290px;
  position:relative;
  display:grid;
  place-items:center;
  isolation:isolate;
  overflow:hidden;
}
.owc-shmooter-avatar-shell .owc-shmooter-avatar{
  position:relative;
  z-index:3;
  width:min(100%,300px);
}
.owc-shmooter-avatar-shell .owc-shmooter-aura,
.owc-shmooter-avatar-shell .owc-shmooter-ring{z-index:0}
.owc-shmooter-hero-level{
  position:absolute;
  z-index:5;
  bottom:8px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  gap:7px;
  align-items:center;
  padding:6px 9px;
  border:1px solid rgba(255,255,255,.09);
  background:rgba(5,8,14,.78);
  backdrop-filter:blur(7px);
  border-radius:999px;
  white-space:nowrap;
}
.owc-shmooter-hero-level b{font-size:9px;color:#7cecff}.owc-shmooter-hero-level span{font-size:7px;color:#7f8ba0;letter-spacing:.11em;font-weight:900}
.owc-inline-hero-choice{margin-top:12px;padding:10px;border-radius:13px;border:1px solid rgba(97,226,246,.12);background:rgba(42,196,225,.035)}
.owc-inline-hero-choice>span{display:block;font-size:9px;color:#a3aec0;margin-bottom:7px}.owc-inline-hero-choice>div{display:flex;gap:6px}
.owc-inline-hero-choice button,.owc-inline-hero-switch button{appearance:none;border:1px solid rgba(104,229,249,.2);background:#0a111c;color:#8beeff;border-radius:9px;padding:7px 10px;font-size:8px;font-weight:950;cursor:pointer}
.owc-inline-hero-choice small{display:block;margin-top:7px;font-size:8px;color:#748198;line-height:1.4}
.owc-inline-hero-switch{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:11px}.owc-inline-hero-switch span{font-size:9px;color:#8997ab}
.owc-shmooter-battle-shell{width:112px;height:130px;display:grid;place-items:center;position:relative;filter:drop-shadow(0 13px 16px rgba(0,0,0,.35))}
.owc-shmooter-battle-shell .owc-sm-avatar{width:125px!important;height:145px!important;max-width:none!important;transform:translateY(5px)}
.owc-fighter.player:has(.owc-shmooter-battle-shell){min-width:130px}

/* XP stage unlocks now apply to the hero in the main game hub and in battle. */
.owc-shmooter-avatar-shell.level-explorer .gear-u1,.owc-shmooter-avatar-shell.level-hunter .gear-u1,.owc-shmooter-avatar-shell.level-veteran .gear-u1,.owc-shmooter-avatar-shell.level-commander .gear-u1,.owc-shmooter-avatar-shell.level-legend .gear-u1,
.owc-shmooter-battle-shell.level-explorer .gear-u1,.owc-shmooter-battle-shell.level-hunter .gear-u1,.owc-shmooter-battle-shell.level-veteran .gear-u1,.owc-shmooter-battle-shell.level-commander .gear-u1,.owc-shmooter-battle-shell.level-legend .gear-u1{opacity:1}
.owc-shmooter-avatar-shell.level-hunter .gear-u2,.owc-shmooter-avatar-shell.level-veteran .gear-u2,.owc-shmooter-avatar-shell.level-commander .gear-u2,.owc-shmooter-avatar-shell.level-legend .gear-u2,
.owc-shmooter-battle-shell.level-hunter .gear-u2,.owc-shmooter-battle-shell.level-veteran .gear-u2,.owc-shmooter-battle-shell.level-commander .gear-u2,.owc-shmooter-battle-shell.level-legend .gear-u2{opacity:1}
.owc-shmooter-avatar-shell.level-veteran .gear-u3,.owc-shmooter-avatar-shell.level-commander .gear-u3,.owc-shmooter-avatar-shell.level-legend .gear-u3,
.owc-shmooter-battle-shell.level-veteran .gear-u3,.owc-shmooter-battle-shell.level-commander .gear-u3,.owc-shmooter-battle-shell.level-legend .gear-u3{opacity:1}
.owc-shmooter-avatar-shell.level-commander .gear-u4,.owc-shmooter-avatar-shell.level-legend .gear-u4,
.owc-shmooter-battle-shell.level-commander .gear-u4,.owc-shmooter-battle-shell.level-legend .gear-u4{opacity:1}
.owc-shmooter-avatar-shell.level-legend .gear-u5,.owc-shmooter-battle-shell.level-legend .gear-u5{opacity:1}

/* Inventory equipment is visually attached to this same hero. */
#owc-shmooter-main[data-helmet="signal_visor"] .owc-sm-visor-upgrade,
#owc-shmooter-battle[data-helmet="signal_visor"] .owc-sm-visor-upgrade{opacity:1!important}
#owc-shmooter-main[data-helmet="dark_helmet"] .owc-sm-visor,
#owc-shmooter-battle[data-helmet="dark_helmet"] .owc-sm-visor{fill:#8759ff!important;filter:drop-shadow(0 0 8px rgba(135,89,255,.8))}
#owc-shmooter-main[data-armor="moon_armor"] .owc-sm-vest,
#owc-shmooter-battle[data-armor="moon_armor"] .owc-sm-vest{fill:#50667e!important;filter:drop-shadow(0 0 7px rgba(137,190,226,.24))}
#owc-shmooter-main[data-weapon="mars_blaster"] .owc-sm-gun-body,
#owc-shmooter-battle[data-weapon="mars_blaster"] .owc-sm-gun-body{fill:#743c3b!important}
#owc-shmooter-main[data-weapon="mars_blaster"] .owc-sm-gun-top,
#owc-shmooter-main[data-weapon="mars_blaster"] .owc-sm-gun-muzzle,
#owc-shmooter-battle[data-weapon="mars_blaster"] .owc-sm-gun-top,
#owc-shmooter-battle[data-weapon="mars_blaster"] .owc-sm-gun-muzzle{fill:#f07662!important;filter:drop-shadow(0 0 7px rgba(255,105,78,.55))}
#owc-shmooter-main[data-reactor="portal_core"] .owc-sm-buckle,
#owc-shmooter-battle[data-reactor="portal_core"] .owc-sm-buckle{fill:#78ecff!important;filter:drop-shadow(0 0 9px rgba(103,225,255,.8))}
#owc-shmooter-main[data-frame="portal_frame"],
#owc-shmooter-battle[data-frame="portal_frame"]{border:1px solid rgba(91,229,251,.26);border-radius:22px;box-shadow:inset 0 0 28px rgba(76,211,239,.06),0 0 24px rgba(85,216,244,.08)}
#owc-shmooter-main[data-frame="legend_frame"],
#owc-shmooter-battle[data-frame="legend_frame"]{border:1px solid rgba(255,210,93,.35);border-radius:22px;box-shadow:inset 0 0 30px rgba(255,204,77,.07),0 0 25px rgba(255,199,60,.09)}
#owc-shmooter-main[data-background="void_background"]{background:radial-gradient(circle at 50% 45%,rgba(132,64,237,.22),transparent 58%)}
#owc-shmooter-main[data-drone="nexus_drone"]::after,
#owc-shmooter-battle[data-drone="nexus_drone"]::after{content:"";position:absolute;z-index:5;right:7%;top:19%;width:25px;height:10px;border:2px solid #7f69ef;border-radius:10px 10px 5px 5px;background:#171b31;box-shadow:0 0 12px rgba(115,84,255,.45)}
#owc-shmooter-main[data-drone="nexus_drone"]::before,
#owc-shmooter-battle[data-drone="nexus_drone"]::before{content:"";position:absolute;z-index:6;right:10%;top:21%;width:5px;height:5px;border-radius:50%;background:#83eefe;box-shadow:0 0 7px #83eefe}
#owc-shmooter-main.equip-pop,#owc-shmooter-battle.equip-pop{animation:owcEquipPop .5s cubic-bezier(.2,.8,.2,1)}

@media(max-width:780px){
  .owc-shmooter-game-hero{grid-template-columns:1fr}
  .owc-shmooter-avatar-shell{min-height:315px}
}
@media(max-width:430px){
  .owc-shmooter-avatar-shell{min-height:285px}
  .owc-shmooter-avatar-shell .owc-shmooter-avatar{width:260px}
  .owc-shmooter-battle-shell{width:92px;height:110px}
  .owc-shmooter-battle-shell .owc-sm-avatar{width:106px!important;height:123px!important}
}

/* Scanner preview: camera selection is automatic, keep the viewfinder uncluttered. */
.owcc-scan-card #owcc-scanner-reader video{width:100%!important;height:auto!important;object-fit:cover;border-radius:12px}
.owcc-scan-card #owcc-scanner-reader{touch-action:manipulation}

/* Club 1.1.5 — clearer child birthday field */
.owc-family-birthday-label{
  display:block;
  margin:3px 0 0;
  font-size:9px;
  line-height:1.35;
  font-weight:900;
  color:#aeb9ca;
}
.owc-family-birthday-label small{
  display:block;
  margin-top:2px;
  font-size:8px;
  font-weight:650;
  color:#748198;
}
#owc-child-birthday{
  font-variant-numeric:tabular-nums;
  letter-spacing:.04em;
}

/* Club 1.1.6 — repaired push, clear economy, unlimited energy */
.owc-economy-explainer{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:8px 0 12px}
.owc-economy-explainer>div{display:flex;align-items:center;gap:8px;padding:9px 10px;border-radius:12px;background:#090d14;border:1px solid rgba(255,255,255,.055)}
.owc-economy-explainer i{min-width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:rgba(82,220,243,.07);font-style:normal;font-size:9px;font-weight:950;color:#7fe9fa}
.owc-economy-explainer p{margin:0;min-width:0}.owc-economy-explainer b{display:block;font-size:9px;color:#d8deea}.owc-economy-explainer span{display:block;margin-top:2px;font-size:8px;line-height:1.35;color:#79869a}
.owc-push-card .owc-push-copy{margin-bottom:10px}.owc-push-copy>span{display:block;font-size:8px;color:#77e9fb;font-weight:950;letter-spacing:.09em}.owc-push-copy>b{display:block;margin-top:3px;font-size:14px;color:#e7ebf3}.owc-push-copy>small{display:block;margin-top:3px;font-size:8px;color:#7e899b;line-height:1.4}#owc-push-note.ok{color:#75e7a2}
#owc-energy,#owc-energy-max{color:#76ebff}#owc-energy-bar{width:100%!important}
@media(max-width:600px){.owc-economy-explainer{grid-template-columns:1fr}}

/* Club 1.1.7 — crystals are reserved for the future standalone game */
.owc-economy-explainer.owc-economy-two{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:600px){.owc-economy-explainer.owc-economy-two{grid-template-columns:1fr}}

/* Club 1.1.8 — level cashback + large QR */
.owc-level-cashback{display:block;margin-top:5px;color:#91edb4;font-size:9px;font-weight:800}
.owc-cashback-scale{display:grid;grid-template-columns:repeat(6,1fr);gap:5px;margin-top:10px}
.owc-cashback-scale span{display:grid;place-items:center;padding:6px 3px;border-radius:8px;background:#090e17;border:1px solid rgba(255,255,255,.055);font-size:8px;color:#6f7c91;font-weight:900}
.owc-cashback-scale span.active{color:#07100b;background:#82ecaa;border-color:#82ecaa;box-shadow:0 0 16px rgba(106,234,156,.20)}
.owc-qr-hint{display:block;margin-top:10px;color:#7feafb;font-size:9px;font-weight:850}
.owc-member-qr{cursor:zoom-in;transition:transform .18s ease,box-shadow .18s ease}
.owc-member-qr:hover{transform:scale(1.025);box-shadow:0 0 0 2px rgba(91,225,248,.18),0 14px 35px rgba(0,0,0,.25)}
.owc-member-qr:focus-visible{outline:2px solid #72e7fa;outline-offset:4px}
body.owc-qr-zoom-open{overflow:hidden!important}
.owc-qr-zoom{position:fixed;inset:0;z-index:2147483000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:22px;background:rgba(2,4,8,.92);backdrop-filter:blur(12px);opacity:0;transition:opacity .18s ease}
.owc-qr-zoom.is-open{opacity:1}
.owc-qr-zoom-close{position:fixed;right:max(18px,env(safe-area-inset-right));top:max(18px,env(safe-area-inset-top));width:44px;height:44px;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:#0c111b;color:#fff;font-size:28px;line-height:1;cursor:pointer}
.owc-qr-zoom-copy{text-align:center;color:#fff;max-width:440px}
.owc-qr-zoom-copy span,.owc-qr-zoom-copy b,.owc-qr-zoom-copy small{display:block}
.owc-qr-zoom-copy span{font-size:9px;color:#7de9fb;font-weight:950;letter-spacing:.12em}
.owc-qr-zoom-copy b{font-size:18px;margin-top:5px}
.owc-qr-zoom-copy small{font-size:9px;color:#7e899c;margin-top:4px}
.owc-qr-zoom-code{width:min(88vw,400px);height:min(88vw,400px);max-width:400px;max-height:400px;padding:18px;border-radius:24px;background:#fff;display:grid;place-items:center;box-shadow:0 25px 80px rgba(0,0,0,.55)}
.owc-qr-zoom-code canvas,.owc-qr-zoom-code img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;image-rendering:auto}
.owcc-tier-info{padding:10px 11px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#090e17}
.owcc-tier-info b,.owcc-tier-info small{display:block}.owcc-tier-info b{font-size:10px;color:#85ecae}.owcc-tier-info small{margin-top:3px;font-size:8px;color:#738097}
@media(max-width:520px){
  .owc-cashback-scale{gap:3px}.owc-cashback-scale span{font-size:7px;padding:5px 1px}
  .owc-qr-zoom{padding:16px}.owc-qr-zoom-code{width:min(88vw,360px);height:min(88vw,360px);padding:14px;border-radius:20px}
}

/* Club 1.1.9 — sustainable XP economy */
.owc-battle-xp-limit{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:10px;padding:9px 11px;border-radius:12px;background:rgba(111,230,155,.055);border:1px solid rgba(111,230,155,.13)}
.owc-battle-xp-limit span{font-size:8px;font-weight:950;color:#78e9a2;letter-spacing:.09em}
.owc-battle-xp-limit b{font-size:10px;color:#dff7e8}
.owc-battle-xp-limit small{width:100%;font-size:8px;line-height:1.4;color:#748297}
.owc-energy-unlimited>b{font-size:22px!important;color:#79eaff!important}

/* Club 1.2.0 — progressive Club piggy bank */
.owc-piggy-progression{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:10px;padding:9px 11px;border:1px solid rgba(92,221,244,.12);border-radius:12px;background:rgba(58,204,234,.04)}
.owc-piggy-progression>span{width:100%;font-size:8px;font-weight:950;letter-spacing:.09em;color:#7be9fb}
.owc-piggy-progression>b{font-size:9px;color:#dce7f2}
.owc-piggy-progression>i{font-style:normal;font-size:9px;color:#66758b}
.owc-piggy-progression>small{width:100%;font-size:8px;line-height:1.4;color:#758297}
#owc-micro-goal{font-style:normal}

/* ============================================================
   Club 1.3.0 — client-first app shell
   ============================================================ */
.owc-app-shell{max-width:880px;margin:0 auto;padding:6px 0 96px}
.owc-app-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:6px 0 18px}
.owc-app-header>div>span,.owc-panel-intro>span{display:block;font-size:8px;font-weight:950;letter-spacing:.12em;color:#77e9fb}
.owc-app-header h1{margin:5px 0 3px;font-size:28px;letter-spacing:-.035em}.owc-app-header p,.owc-panel-intro p{margin:0;color:#7f8ba0;font-size:10px;line-height:1.45}
.owc-header-qr{width:46px;height:46px;border-radius:14px;border:1px solid rgba(100,228,250,.15);background:#09111b;color:#80eafb;font-size:10px;font-weight:950;cursor:pointer}
.owc-tab-panel{animation:owcPanelIn .2s ease}.owc-tab-panel[hidden]{display:none!important}@keyframes owcPanelIn{from{opacity:.25;transform:translateY(6px)}to{opacity:1;transform:none}}
.owc-main-balance-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:10px;margin-bottom:10px}
.owc-balance-primary,.owc-cashback-primary{min-height:155px;display:flex;flex-direction:column;justify-content:center}
.owc-balance-primary>span,.owc-cashback-primary>span{font-size:8px;letter-spacing:.1em;font-weight:950;color:#8794a8}
.owc-balance-primary>strong{font-size:48px;line-height:1;margin:8px 0 5px;color:#ffd66f}.owc-cashback-primary>strong{font-size:48px;line-height:1;margin:8px 0 5px;color:#82ecaa}
.owc-balance-primary>b,.owc-cashback-primary>b{font-size:13px;color:#e8edf5}.owc-balance-primary>small,.owc-cashback-primary>small{margin-top:5px;font-size:8px;color:#758197;line-height:1.45}
.owc-level-simple{margin-bottom:10px}.owc-level-explain{margin:9px 0 0;color:#768399;font-size:8px;line-height:1.45}
.owc-member-card-simple{margin-bottom:10px}
.owc-booster-card{margin-bottom:10px}.owc-booster-card .owc-gift-title{font-size:18px}
.owc-quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:10px 0}
.owc-quick-card{appearance:none;text-align:left;color:inherit;cursor:pointer;width:100%;font:inherit}
.owc-quick-card>span,.owc-section-title span{display:block;font-size:8px;color:#78e9fb;font-weight:950;letter-spacing:.08em}.owc-quick-card>b{display:block;margin-top:5px;font-size:13px}.owc-quick-card>small{display:block;margin-top:4px;color:#7b8799;font-size:8px;line-height:1.4}
.owc-panel-intro{margin:5px 0 14px;padding:0 2px}.owc-panel-intro h2{margin:4px 0;font-size:24px;letter-spacing:-.03em}
.owc-simple-status{display:flex;justify-content:space-between;gap:14px;align-items:center}.owc-simple-status b{font-size:22px}.owc-simple-status span{display:block;margin-top:3px;color:#7e8b9e;font-size:8px}.owc-simple-status p{margin:0;max-width:330px;color:#7f8b9d;font-size:9px;line-height:1.45}
.owc-security-details{margin-top:10px}.owc-security-details summary{cursor:pointer;font-size:10px;font-weight:900;color:#bbc5d4}.owc-security-details[open] summary{margin-bottom:12px}
.owc-section-title{display:flex;justify-content:space-between;align-items:end;margin:18px 2px 8px}.owc-section-title>b{font-size:15px}.owc-section-title>span{color:#7b8798;letter-spacing:0;font-weight:700}
.owc-event-friendly .owc-delta:empty{display:none}.owc-event-friendly small{line-height:1.4}
.owc-family-simple{max-width:720px}.owc-family-simple h3{font-size:20px}.owc-family-simple>p{color:#8490a2;font-size:9px;line-height:1.5}
.owc-family-form h4{margin:3px 0 9px;font-size:14px}.owc-family-member em{display:block;margin-top:4px;font-style:normal;font-size:8px;color:#779089}.owc-family-member small strong{color:#e6eaf1}
.owc-family-empty{padding:14px;border:1px dashed rgba(255,255,255,.08);border-radius:12px;color:#758197;font-size:9px;text-align:center}
.owc-family-advanced-toggle{border:0;background:transparent;color:#75dff3;font-size:8px;font-weight:850;padding:9px 0;cursor:pointer;text-align:left}.owc-family-advanced{margin-top:5px;padding:10px;border-radius:10px;background:#080d15;border:1px solid rgba(255,255,255,.055)}.owc-family-advanced label,.owc-family-advanced small{display:block;font-size:8px;color:#8793a5}.owc-family-advanced select{width:100%;margin-top:5px}
.owc-bottom-nav{position:fixed;z-index:99980;left:50%;bottom:max(10px,env(safe-area-inset-bottom));transform:translateX(-50%);width:min(520px,calc(100% - 20px));display:grid;grid-template-columns:repeat(3,1fr);padding:6px;background:rgba(7,10,16,.94);border:1px solid rgba(255,255,255,.09);border-radius:20px;box-shadow:0 18px 55px rgba(0,0,0,.45);backdrop-filter:blur(18px)}
.owc-bottom-nav button{appearance:none;border:0;background:transparent;color:#778397;padding:8px 5px;border-radius:14px;cursor:pointer;font-size:8px;font-weight:900}.owc-bottom-nav button i,.owc-bottom-nav button span{display:block}.owc-bottom-nav button i{height:18px;font-style:normal;font-size:15px;margin-bottom:2px}.owc-bottom-nav button.is-active{background:rgba(91,221,244,.08);color:#83ebfb}
.owc-arena-boost-offer{margin:10px 0;padding:12px;border-radius:14px;border:1px solid rgba(129,235,170,.15);background:rgba(75,205,126,.045)}.owc-arena-boost-offer span{font-size:8px;font-weight:950;color:#7ae6a0;letter-spacing:.09em}.owc-arena-boost-offer h4{margin:4px 0;font-size:17px}.owc-arena-boost-offer p{margin:0;color:#8b97a8;font-size:9px;line-height:1.45}.owc-arena-boost-offer b{display:block;margin-top:7px;font-size:8px;color:#bfe9ce}
.owc-game-stats{display:none!important}

/* Dual hero SVG: switch instantly, no page reload */
[data-shmooter-hero] .owc-character-variant{display:none!important}
[data-shmooter-hero][data-gender="boy"] .owc-character-variant.boy,[data-shmooter-hero].gender-boy .owc-character-variant.boy{display:block!important}
[data-shmooter-hero][data-gender="girl"] .owc-character-variant.girl,[data-shmooter-hero].gender-girl .owc-character-variant.girl{display:block!important}
.owc-shmooter-avatar-shell>.owc-character-variant{position:relative;z-index:3;width:min(100%,300px)}
.owc-shmooter-battle-shell>.owc-character-variant{width:100%;height:100%;display:grid;place-items:center}

/* First-use onboarding */
.owc-onboarding{position:fixed;inset:0;z-index:2147483200;display:grid;place-items:center;padding:18px;background:rgba(2,4,8,.91);backdrop-filter:blur(14px);opacity:0;transition:opacity .18s ease}.owc-onboarding.is-open{opacity:1}.owc-onboarding[hidden]{display:none!important}
.owc-onboarding-card{position:relative;width:min(430px,100%);min-height:390px;padding:28px 22px 20px;border-radius:26px;background:#090d15;border:1px solid rgba(255,255,255,.09);box-shadow:0 30px 90px rgba(0,0,0,.6);display:flex;flex-direction:column}
.owc-onboarding-skip{position:absolute;right:14px;top:13px;border:0;background:transparent;color:#788497;font-size:9px;cursor:pointer}.owc-onboarding-slide{display:none;flex:1;padding-top:30px}.owc-onboarding-slide.is-active{display:block}.owc-onboarding-slide>i{display:grid;place-items:center;width:62px;height:62px;border-radius:20px;background:rgba(85,221,247,.08);color:#7ceafd;font-style:normal;font-size:20px;font-weight:950}.owc-onboarding-slide>span{display:block;margin-top:24px;font-size:8px;font-weight:950;color:#748195}.owc-onboarding-slide h3{font-size:27px;margin:5px 0 8px}.owc-onboarding-slide p{color:#9aa5b5;font-size:12px;line-height:1.55}.owc-onboarding-slide p b{color:#fff}
.owc-onboarding-actions{display:flex;align-items:center;justify-content:space-between;gap:14px}.owc-onboarding-actions .owc-btn{width:auto;min-width:120px}.owc-onboarding-dots{display:flex;gap:5px}.owc-onboarding-dots b{width:7px;height:7px;border-radius:50%;background:#293240}.owc-onboarding-dots b.is-active{background:#7ceafd}
@media(max-width:680px){.owc-app-shell{padding-bottom:98px}.owc-main-balance-grid,.owc-quick-actions{grid-template-columns:1fr}.owc-balance-primary,.owc-cashback-primary{min-height:125px}.owc-balance-primary>strong,.owc-cashback-primary>strong{font-size:41px}.owc-simple-status{align-items:flex-start;flex-direction:column}.owc-app-header h1{font-size:25px}}

/* Club 1.3.1 — welcome bonus */
.owcj-welcome-bonus{margin:8px 0 14px;padding:10px 12px;border:1px solid rgba(255,211,103,.18);border-radius:12px;background:rgba(255,204,74,.055)}
.owcj-welcome-bonus b,.owcj-welcome-bonus span{display:block}.owcj-welcome-bonus b{font-size:11px;color:#ffe08a}.owcj-welcome-bonus span{margin-top:3px;font-size:8px;color:#9b8f70}
.owc-welcome-earned{margin-bottom:10px;border-color:rgba(255,210,92,.16);background:linear-gradient(135deg,rgba(255,211,91,.065),rgba(255,255,255,.015))}
.owc-welcome-earned>span,.owc-welcome-earned>b,.owc-welcome-earned>small{display:block}
.owc-welcome-earned>span{font-size:8px;letter-spacing:.09em;font-weight:950;color:#ffda76}
.owc-welcome-earned>b{margin-top:5px;font-size:15px;color:#f5f0e5}
.owc-welcome-earned>small{margin-top:4px;font-size:8px;line-height:1.45;color:#887f70}

/* Club 1.3.2 */
#owc-push-note{word-break:normal}

/* Club 1.3.3 — simpler CLUB tab + manual refresh */
.owc-header-actions{display:flex;align-items:center;gap:7px;flex:0 0 auto}
.owc-header-refresh{height:46px;min-width:88px;padding:0 11px;border-radius:14px;border:1px solid rgba(255,255,255,.09);background:#09101a;color:#aeb9c9;display:flex;align-items:center;justify-content:center;gap:5px;font:inherit;cursor:pointer}
.owc-header-refresh>span{font-size:8px;font-weight:900}
.owc-header-refresh.is-refreshing{opacity:.72;pointer-events:none}
.owc-header-refresh.is-refreshing::first-letter{animation:owcSpin .7s linear infinite}
@keyframes owcSpin{to{transform:rotate(360deg)}}
@media(max-width:420px){
  .owc-header-refresh{min-width:46px;width:46px;padding:0;font-size:18px}
  .owc-header-refresh>span{display:none}
}

/* ============================================================
   Club 1.3.4 — prominent bottom navigation
   ============================================================ */
.owc-app-shell{padding-bottom:112px}
.owc-bottom-nav{
  bottom:max(10px,env(safe-area-inset-bottom));
  width:min(560px,calc(100% - 16px));
  grid-template-columns:repeat(3,1fr);
  gap:6px;
  padding:7px;
  border:1px solid rgba(126,229,248,.17);
  border-radius:24px;
  background:rgba(8,12,20,.97);
  box-shadow:0 -6px 28px rgba(66,210,239,.06),0 18px 60px rgba(0,0,0,.58);
}
.owc-bottom-nav button{
  position:relative;
  min-height:62px;
  padding:8px 4px 7px;
  border:1px solid rgba(255,255,255,.055);
  border-radius:17px;
  background:rgba(255,255,255,.025);
  color:#a8b4c5;
  font-size:10px;
  font-weight:950;
  letter-spacing:.025em;
  transition:transform .16s ease,background .16s ease,color .16s ease,border-color .16s ease,box-shadow .16s ease;
}
.owc-bottom-nav button i{
  display:grid;
  place-items:center;
  height:25px;
  margin:0 0 3px;
  font-size:20px;
  line-height:1;
  filter:saturate(.8);
}
.owc-bottom-nav button span{font-size:10px;line-height:1.1}
.owc-bottom-nav button.is-active{
  color:#071018;
  border-color:transparent;
  background:linear-gradient(135deg,#78e9fb,#8a8bff);
  box-shadow:0 7px 24px rgba(91,219,245,.23);
  transform:translateY(-1px);
}
.owc-bottom-nav button.is-active i{filter:none}
.owc-bottom-nav button.is-active::after{
  content:'';
  position:absolute;
  left:50%;
  bottom:4px;
  width:18px;
  height:2px;
  transform:translateX(-50%);
  border-radius:10px;
  background:rgba(7,16,24,.35);
}
.owc-bottom-nav button:active{transform:scale(.97)}
@media(max-width:420px){
  .owc-app-shell{padding-bottom:108px}
  .owc-bottom-nav{width:calc(100% - 12px);gap:4px;padding:6px;border-radius:21px}
  .owc-bottom-nav button{min-height:59px;border-radius:15px}
  .owc-bottom-nav button i{font-size:19px}
  .owc-bottom-nav button span{font-size:9px}
}

/* Club 1.3.5 — repeatable family child creation */
.owc-family-cap{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:10px 0 12px;padding:10px 11px;border-radius:12px;border:1px solid rgba(91,221,244,.10);background:rgba(91,221,244,.035)}
.owc-family-cap>span{font-size:8px;font-weight:950;color:#78e9fb;letter-spacing:.08em}
.owc-family-cap>b{font-size:10px;color:#e5edf6}.owc-family-cap>b i{font-style:normal;color:#83ecb0}
.owc-family-cap>small{width:100%;font-size:8px;color:#788598;line-height:1.4}

/* Club 1.3.6 — direct Family API feedback */
#owc-family-note{min-height:18px}
#owc-add-child-btn:disabled{opacity:.68;cursor:wait}

/* Club 1.3.7 — isolated Family handler */
#owc-family-card[data-family-handler="1"] #owc-add-child-btn{position:relative}
#owc-family-card[data-family-handler="1"] #owc-add-child-btn:not(:disabled){cursor:pointer}
.owc-family-delete-form{margin:0;padding:0;display:block;flex:0 0 auto}.owc-family-delete-form button:disabled{opacity:.55;cursor:wait}

/* ============================================================
   Club 1.5.0 — guide + living battle scene
   ============================================================ */
.owc-bottom-nav{grid-template-columns:repeat(4,1fr)}
.owc-guide-intro{margin-bottom:12px}
.owc-guide-hero{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;margin-bottom:12px;padding:20px;border:1px solid rgba(112,228,249,.16);border-radius:22px;background:radial-gradient(420px 220px at 100% 0,rgba(101,91,255,.17),transparent 70%),linear-gradient(145deg,#0d1522,#080b12)}
.owc-guide-hero>div>span{font-size:8px;font-weight:950;letter-spacing:.12em;color:#7ae8fa}.owc-guide-hero h3{margin:6px 0;font-size:22px;line-height:1.05;letter-spacing:-.025em}.owc-guide-hero p{margin:0;max-width:560px;color:#8995a8;font-size:10px;line-height:1.55}.owc-guide-hero>b{min-width:94px;text-align:center;font-size:34px;color:#83ecad}.owc-guide-hero>b small{display:block;margin-top:3px;font-size:7px;color:#8490a3;font-weight:800}
.owc-guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.owc-guide-card{display:grid;grid-template-columns:46px 1fr;gap:12px;min-height:148px;padding:16px;border:1px solid rgba(255,255,255,.075);border-radius:18px;background:linear-gradient(155deg,rgba(18,25,38,.96),rgba(8,11,18,.98))}.owc-guide-card>i{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:rgba(91,220,245,.085);border:1px solid rgba(94,225,249,.13);font-style:normal;font-size:17px;font-weight:950;color:#7de9fa}.owc-guide-card span{display:block;font-size:7px;letter-spacing:.1em;font-weight:950;color:#718196}.owc-guide-card h3{margin:4px 0 7px;font-size:15px}.owc-guide-card p{margin:0;color:#8591a3;font-size:9px;line-height:1.55}.owc-guide-card p b{color:#dce8f4}
.owc-guide-levels,.owc-guide-example{margin-top:12px}.owc-guide-levels h3,.owc-guide-example h3{margin:5px 0 12px;font-size:19px}.owc-guide-level-row{display:grid;grid-template-columns:1fr 100px 55px;gap:8px;align-items:center;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.055)}.owc-guide-level-row b{font-size:10px}.owc-guide-level-row span{text-align:right;color:#8290a4;font-size:9px}.owc-guide-level-row strong{text-align:right;color:#82ecaa;font-size:14px}.owc-guide-level-row.is-max strong{color:#ffd66f}.owc-guide-levels>p{margin:12px 0 0;color:#7e8b9e;font-size:9px;line-height:1.5}
.owc-guide-flow{display:grid;grid-template-columns:auto 1fr auto auto 1fr auto auto 1fr;gap:9px;align-items:center}.owc-guide-flow>span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#74e8fa;color:#071018;font-size:10px;font-weight:950}.owc-guide-flow>i{font-style:normal;color:#536277}.owc-guide-flow p{margin:0}.owc-guide-flow p b,.owc-guide-flow p small{display:block}.owc-guide-flow p b{font-size:9px}.owc-guide-flow p small{margin-top:3px;color:#7d899a;font-size:8px;line-height:1.4}
@media(max-width:620px){.owc-guide-hero{grid-template-columns:1fr}.owc-guide-hero>b{text-align:left}.owc-guide-grid{grid-template-columns:1fr}.owc-guide-card{min-height:0}.owc-guide-flow{grid-template-columns:28px 1fr;gap:10px}.owc-guide-flow>i{display:none}.owc-bottom-nav button span{font-size:8px}}

/* Hero is alive even while the player is not tapping. */
.owc-shmooter-battle-shell .owc-sm-avatar{animation:owcBattleHeroIdle 2.7s ease-in-out infinite;transform-origin:50% 88%}
.owc-shmooter-battle-shell .owc-sm-eye-dot{animation:owcHeroLook 3.6s ease-in-out infinite;transform-box:fill-box;transform-origin:center}
.owc-shmooter-battle-shell .owc-sm-blaster{animation:owcGunIdle 2.1s ease-in-out infinite;transform-box:fill-box;transform-origin:28% 64%}
.owc-shmooter-battle-shell .owc-sm-headset-light{animation:owcHeadsetPulse 1.8s ease-in-out infinite}
@keyframes owcBattleHeroIdle{0%,100%{transform:translateY(5px) rotate(-.45deg)}45%{transform:translateY(1px) rotate(.35deg)}70%{transform:translateY(4px) rotate(0)}}
@keyframes owcHeroLook{0%,18%,100%{transform:translateX(0) scaleY(1)}35%,52%{transform:translateX(1.8px) scaleY(1)}72%{transform:translateX(-1px) scaleY(1)}76%{transform:translateX(-1px) scaleY(.12)}80%{transform:translateX(-1px) scaleY(1)}}
@keyframes owcGunIdle{0%,100%{transform:rotate(-.5deg) translateY(0)}50%{transform:rotate(.8deg) translateY(-1px)}}
@keyframes owcHeadsetPulse{0%,100%{opacity:.65}50%{opacity:1}}
.owc-battle-panel.player-attack .owc-shmooter-battle-shell .owc-sm-blaster{animation:owcGunRecoil .2s cubic-bezier(.2,.8,.2,1)}
.owc-battle-panel.player-attack .owc-shmooter-battle-shell .owc-sm-arm.right,.owc-battle-panel.player-attack .owc-shmooter-battle-shell .owc-sm-glove.right{animation:owcArmRecoil .2s ease;transform-box:fill-box;transform-origin:left center}
@keyframes owcGunRecoil{0%{transform:none}35%{transform:translateX(-8px) rotate(-4deg)}65%{transform:translateX(-3px) rotate(-1.5deg)}100%{transform:none}}
@keyframes owcArmRecoil{0%{transform:none}40%{transform:rotate(-5deg) translateX(-3px)}100%{transform:none}}

/* Shot path is now positioned by JS from the actual SVG muzzle to the monster. */
.owc-battle-beam{left:0;top:0;width:0;height:4px;transform-origin:left center;border-radius:999px;pointer-events:none;background:linear-gradient(90deg,#fff 0,#8ff4ff 18%,#5bd8ff 48%,#8c68ff 100%);box-shadow:0 0 8px #fff,0 0 15px #62e5ff,0 0 24px rgba(119,91,255,.7);opacity:0}
.owc-battle-beam.fire{animation:owcWeaponBeam .19s ease-out}
@keyframes owcWeaponBeam{0%{width:0;opacity:1}35%{width:var(--owc-beam-length,180px);opacity:1}72%{width:var(--owc-beam-length,180px);opacity:.9}100%{width:var(--owc-beam-length,180px);opacity:0}}
.owc-battle-panel.player-attack .owc-sm-gun-muzzle{filter:brightness(2.2) drop-shadow(0 0 9px #fff) drop-shadow(0 0 15px #6eeaff)}

/* Monster system: 4 normal species + boss. */
.owc-enemy-body{animation:owcMonsterIdle 2.35s ease-in-out infinite;transform-origin:50% 88%}
.owc-enemy-body .arm,.owc-enemy-body .wing,.owc-enemy-body .mouth,.owc-enemy-body .spike{position:absolute;display:block}
.owc-enemy-body .arm{z-index:-1;width:25px;height:56px;border-radius:14px;background:#2a1821;border:2px solid #693a45;top:57px;transform-origin:50% 10%}.owc-enemy-body .arm.l{left:8px;transform:rotate(25deg);animation:owcMonsterArmL 2.2s ease-in-out infinite}.owc-enemy-body .arm.r{right:8px;transform:rotate(-25deg);animation:owcMonsterArmR 2.2s ease-in-out infinite}.owc-enemy-body .mouth{left:49px;top:91px;width:31px;height:8px;border-bottom:3px solid #d75d5a;border-radius:50%}.owc-enemy-body .wing,.owc-enemy-body .spike{opacity:0}
@keyframes owcMonsterIdle{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-4px) scale(1.015)}}
@keyframes owcMonsterArmL{0%,100%{transform:rotate(25deg)}50%{transform:rotate(15deg)}}@keyframes owcMonsterArmR{0%,100%{transform:rotate(-25deg)}50%{transform:rotate(-15deg)}}
.owc-enemy-body .eye{animation:owcMonsterEye 1.35s ease-in-out infinite}.owc-enemy-body .core{animation:owcMonsterCore 1.05s ease-in-out infinite}
@keyframes owcMonsterEye{0%,100%{filter:brightness(.85)}50%{filter:brightness(1.55)}}@keyframes owcMonsterCore{0%,100%{transform:scale(.9)}50%{transform:scale(1.12)}}

/* Stalker — tall horned scout. */
.owc-enemy-body.monster-stalker:before{background:linear-gradient(145deg,#49303d,#18141d);border-color:#765264}.owc-enemy-body.monster-stalker .horn{background:#8c596d;transform:translateY(-3px) scaleY(1.25)}.owc-enemy-body.monster-stalker .eye{background:#f76c88;box-shadow:0 0 18px #f75d7e}.owc-enemy-body.monster-stalker .core{background:#e86dff;box-shadow:0 0 17px rgba(226,88,255,.65)}
/* Brute — wide armored monster. */
.owc-enemy-body.monster-brute{transform-origin:50% 92%}.owc-enemy-body.monster-brute:before{left:15px;top:36px;width:98px;height:78px;border-radius:20px;background:linear-gradient(145deg,#523a27,#21170f);border-color:#8a6742;box-shadow:inset 0 0 0 5px rgba(255,183,84,.04)}.owc-enemy-body.monster-brute .horn{left:18px;top:24px;width:91px;height:26px;clip-path:polygon(0 75%,20% 0,34% 70%,66% 70%,80% 0,100% 75%);background:#90693e}.owc-enemy-body.monster-brute .eye{left:37px;top:63px;width:54px;background:#ffb55a;box-shadow:0 0 18px #f09437}.owc-enemy-body.monster-brute .core{left:55px;top:87px;width:20px;height:20px;background:#ffc35a}.owc-enemy-body.monster-brute .leg{width:39px;background:#352618;border-color:#795b38}.owc-enemy-body.monster-brute .arm{width:31px;background:#392719;border-color:#7e5c39}
/* Crawler — low insectoid with spikes. */
.owc-enemy-body.monster-crawler:before{left:20px;top:54px;width:88px;height:58px;border-radius:42% 42% 28% 28%;background:linear-gradient(145deg,#284941,#101d1a);border-color:#3e796b}.owc-enemy-body.monster-crawler .horn{display:none}.owc-enemy-body.monster-crawler .eye{left:38px;top:68px;width:53px;height:7px;background:#59f0c1;box-shadow:0 0 18px #40e7b3}.owc-enemy-body.monster-crawler .core{left:56px;top:88px;background:#58ffd0;box-shadow:0 0 16px #48eabb}.owc-enemy-body.monster-crawler .leg{top:103px;height:30px;width:37px;background:#142a25;border-color:#397365}.owc-enemy-body.monster-crawler .leg.l{left:9px;transform:rotate(28deg)}.owc-enemy-body.monster-crawler .leg.r{right:9px;transform:rotate(-28deg)}.owc-enemy-body.monster-crawler .spike{opacity:1;top:42px;width:18px;height:24px;clip-path:polygon(50% 0,100% 100%,0 100%);background:#407c6d}.owc-enemy-body.monster-crawler .spike.s1{left:28px;transform:rotate(-20deg)}.owc-enemy-body.monster-crawler .spike.s2{left:55px}.owc-enemy-body.monster-crawler .spike.s3{right:25px;transform:rotate(20deg)}.owc-enemy-body.monster-crawler .arm{top:73px;height:42px;width:20px;background:#17312b;border-color:#3b7568}
/* Specter — floating winged energy enemy. */
.owc-enemy-body.monster-specter{filter:drop-shadow(0 0 25px rgba(74,184,255,.24));animation:owcSpecterFloat 1.8s ease-in-out infinite}.owc-enemy-body.monster-specter:before{left:31px;top:30px;width:68px;height:90px;border-radius:50% 50% 35% 35%;background:linear-gradient(160deg,rgba(68,139,176,.86),rgba(25,38,72,.76));border-color:#4f8dad}.owc-enemy-body.monster-specter .horn,.owc-enemy-body.monster-specter .leg,.owc-enemy-body.monster-specter .arm{display:none}.owc-enemy-body.monster-specter .eye{left:43px;top:61px;width:43px;background:#79e8ff;box-shadow:0 0 22px #5cdcff}.owc-enemy-body.monster-specter .core{left:55px;top:87px;width:19px;height:19px;background:#7b86ff;box-shadow:0 0 21px #717bff}.owc-enemy-body.monster-specter .wing{opacity:1;top:47px;width:45px;height:62px;background:linear-gradient(145deg,rgba(102,217,255,.42),rgba(88,94,255,.08));clip-path:polygon(100% 10%,0 0,34% 43%,0 100%,100% 72%)}.owc-enemy-body.monster-specter .wing.l{left:-5px;transform:scaleX(-1);animation:owcWingL 1.3s ease-in-out infinite}.owc-enemy-body.monster-specter .wing.r{right:-5px;animation:owcWingR 1.3s ease-in-out infinite}.owc-enemy-body.monster-specter .mouth{border-color:#6ad8ff}
@keyframes owcSpecterFloat{0%,100%{transform:translateY(-2px)}50%{transform:translateY(-10px)}}@keyframes owcWingL{0%,100%{transform:scaleX(-1) rotate(-5deg)}50%{transform:scaleX(-1) rotate(8deg)}}@keyframes owcWingR{0%,100%{transform:rotate(-5deg)}50%{transform:rotate(8deg)}}
/* Boss — larger, multi-spiked and more aggressive. */
.owc-enemy-body.monster-boss{animation:owcBossIdle 1.8s ease-in-out infinite;filter:drop-shadow(0 0 28px rgba(255,52,74,.30))}.owc-enemy-body.monster-boss:before{left:18px;top:30px;width:94px;height:92px;border-radius:22px 22px 37px 37px;background:linear-gradient(145deg,#742536,#1e0c15);border-color:#be5060}.owc-enemy-body.monster-boss .horn{left:15px;top:6px;width:100px;height:42px;clip-path:polygon(0 100%,15% 10%,31% 75%,50% 0,69% 75%,85% 10%,100% 100%);background:#a63b4e}.owc-enemy-body.monster-boss .eye{left:36px;top:61px;width:59px;height:11px;background:#ff3e4e;box-shadow:0 0 26px #ff3146}.owc-enemy-body.monster-boss .core{left:53px;top:88px;width:24px;height:24px;background:#ff6958;box-shadow:0 0 23px #ff493f}.owc-enemy-body.monster-boss .arm{width:32px;height:66px;background:#40131d;border-color:#8f3444}.owc-enemy-body.monster-boss .spike{opacity:1;top:42px;width:17px;height:24px;clip-path:polygon(50% 0,100% 100%,0 100%);background:#8f3345}.owc-enemy-body.monster-boss .spike.s1{left:11px;transform:rotate(-55deg)}.owc-enemy-body.monster-boss .spike.s2{right:10px;transform:rotate(55deg)}.owc-enemy-body.monster-boss .spike.s3{display:none}
@keyframes owcBossIdle{0%,100%{transform:scale(1.10) translateY(0)}50%{transform:scale(1.14) translateY(-3px)}}
/* Preserve monster-specific scale while hit animation plays. */
.owc-fighter.enemy.is-hit .owc-enemy-body{animation:owcEnemyHit150 .22s ease!important}@keyframes owcEnemyHit150{0%{translate:0 0;filter:brightness(1)}30%{translate:10px 0;filter:brightness(2)}70%{translate:-5px 0;filter:brightness(1.3)}100%{translate:0 0;filter:brightness(1)}}
@media(prefers-reduced-motion:reduce){.owc-shmooter-battle-shell .owc-sm-avatar,.owc-shmooter-battle-shell .owc-sm-eye-dot,.owc-shmooter-battle-shell .owc-sm-blaster,.owc-enemy-body,.owc-enemy-body *{animation:none!important}}


/* ============================================================
   Club 1.5.3 — iPhone-safe, clear Family form
   ============================================================ */
.owc-family-add-card{margin-top:18px;padding:16px;border:1px solid rgba(108,226,249,.15);border-radius:18px;background:linear-gradient(145deg,rgba(18,26,39,.95),rgba(8,12,20,.98))}
.owc-family-add-head>span{display:block;font-size:8px;font-weight:950;letter-spacing:.11em;color:#76e8fb}.owc-family-add-head h4{margin:5px 0 5px;font-size:17px}.owc-family-add-head p{margin:0 0 14px;color:#8492a6;font-size:9px;line-height:1.5}
.owc-family-form.owc-child-form{display:block;margin:0}.owc-family-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.owc-family-field{display:block;min-width:0}.owc-family-field>span{display:block;margin-bottom:6px;color:#cdd7e5;font-size:9px;font-weight:900}.owc-family-field>small{display:block;margin-top:5px;color:#748399;font-size:8px;line-height:1.4}
.owc-family-field input,.owc-family-field select,.owc-family-form.owc-child-form input{display:block;width:100%;min-width:0;height:48px;padding:0 13px;border:1px solid rgba(255,255,255,.11);border-radius:13px;background:#080d15;color:#f3f7fb;font:inherit;font-size:16px;outline:none;-webkit-appearance:none;appearance:none;box-sizing:border-box}.owc-family-field input:focus,.owc-family-field select:focus{border-color:rgba(104,225,247,.55);box-shadow:0 0 0 3px rgba(84,216,242,.08)}
#owc-child-birthday{color-scheme:dark;-webkit-appearance:auto;appearance:auto;min-height:48px}.owc-family-primary{width:100%;min-height:50px;margin-top:12px;font-size:13px}.owc-family-primary:disabled{opacity:.68}
.owc-family-other-wrap{margin-top:12px}.owc-family-advanced-toggle{width:100%;display:grid;grid-template-columns:34px 1fr;gap:2px 10px;align-items:center;padding:12px 13px;border:1px solid rgba(255,255,255,.07);border-radius:14px;background:#090e17;color:#dbe5f1;text-align:left}.owc-family-advanced-toggle>span{grid-row:1/3;width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:rgba(111,227,248,.08);color:#79e8fa;font-size:18px}.owc-family-advanced-toggle>b{font-size:10px}.owc-family-advanced-toggle>small{font-size:8px;color:#758399}.owc-family-advanced-toggle.is-open>span{transform:rotate(45deg)}
.owc-family-advanced{margin-top:8px;padding:13px;border-radius:14px;background:#080d15;border:1px solid rgba(255,255,255,.07)}.owc-family-other-form{display:grid;grid-template-columns:1fr 1fr;gap:10px}.owc-family-other-form .owc-btn{grid-column:1/-1;margin:0;min-height:46px}.owc-family-other-note{grid-column:1/-1;color:#718095;font-size:8px;line-height:1.45}
#owc-family-note{margin-top:12px;padding:10px 12px;border-radius:11px;background:rgba(91,220,245,.045);border:1px solid rgba(91,220,245,.08);color:#8997a9;line-height:1.45}
@media(max-width:680px){.owc-family-fields,.owc-family-other-form{grid-template-columns:1fr}.owc-family-add-card{padding:14px}.owc-family-field input,.owc-family-field select,.owc-family-form.owc-child-form input{font-size:16px}.owc-family-other-form .owc-btn,.owc-family-other-note{grid-column:1}}

/* ============================================================
   Club 1.5.9 — booking CTA + all arena contact channels
   ============================================================ */
.owc-header-book{height:46px;min-width:68px;padding:0 10px;border-radius:14px;border:1px solid rgba(117,232,250,.17);background:linear-gradient(145deg,rgba(99,91,255,.13),rgba(54,213,239,.07));color:#83eafa;display:flex;align-items:center;justify-content:center;gap:5px;font:inherit;cursor:pointer}
.owc-header-book i{font-style:normal;font-size:14px}.owc-header-book span{font-size:8px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}
.owc-booking-cta{appearance:none;width:100%;margin:10px 0 12px;padding:15px 17px;border:1px solid rgba(106,225,248,.20);border-radius:18px;background:radial-gradient(320px 100px at 90% 0,rgba(125,101,255,.28),transparent 72%),linear-gradient(135deg,#111b2b,#0b111d);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:left;cursor:pointer;box-shadow:0 12px 32px rgba(0,0,0,.18);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
.owc-booking-cta:active{transform:scale(.985)}.owc-booking-cta:hover{border-color:rgba(112,232,251,.34);box-shadow:0 14px 38px rgba(0,0,0,.24)}
.owc-booking-cta>span{display:grid;grid-template-columns:34px 1fr;column-gap:10px;align-items:center}.owc-booking-cta i{grid-row:1/3;width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:rgba(107,226,248,.11);font-style:normal;font-size:17px}.owc-booking-cta b{font-size:13px;letter-spacing:.055em}.owc-booking-cta small{margin-top:2px;color:#8e9cb1;font-size:8px;font-weight:700}.owc-booking-cta>em{font-style:normal;color:#78eafa;font-size:22px;font-weight:900}
body.owc-booking-open{overflow:hidden!important}
.owc-booking-modal{position:fixed;inset:0;z-index:2147483200;display:flex;align-items:flex-end;justify-content:center;padding:18px;background:rgba(1,3,7,.78);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);opacity:0;visibility:hidden;transition:opacity .18s ease,visibility .18s ease}
.owc-booking-modal.is-open{opacity:1;visibility:visible}.owc-booking-sheet{position:relative;width:min(560px,100%);max-height:min(88vh,820px);overflow:auto;padding:23px 20px calc(20px + env(safe-area-inset-bottom));border:1px solid rgba(255,255,255,.11);border-radius:26px;background:radial-gradient(500px 220px at 90% -5%,rgba(101,82,255,.19),transparent 70%),#090e17;box-shadow:0 28px 90px rgba(0,0,0,.62);transform:translateY(24px) scale(.985);transition:transform .2s ease}
.owc-booking-modal.is-open .owc-booking-sheet{transform:none}.owc-booking-close{position:absolute;right:15px;top:15px;width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.11);background:#111827;color:#fff;font-size:24px;line-height:1;cursor:pointer}.owc-booking-head{padding-right:44px}.owc-booking-head>span{font-size:8px;font-weight:950;letter-spacing:.13em;color:#78eafa}.owc-booking-head h2{margin:6px 0 6px!important;color:#fff!important;font-size:25px!important;letter-spacing:-.025em}.owc-booking-head p{margin:0;color:#8592a6;font-size:10px;line-height:1.5}
.owc-booking-options{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:17px}.owc-booking-option{min-width:0;display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px;border:1px solid rgba(255,255,255,.075);border-radius:16px;background:rgba(255,255,255,.028);color:#fff!important;text-decoration:none!important;transition:transform .15s ease,border-color .15s ease,background .15s ease}.owc-booking-option:active{transform:scale(.985)}.owc-booking-option:hover{border-color:rgba(117,230,250,.22);background:rgba(255,255,255,.045)}.owc-booking-option>i{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#111a28;font-style:normal;font-size:15px;font-weight:950;color:#82eafb}.owc-booking-option span b,.owc-booking-option span small{display:block}.owc-booking-option span b{font-size:12px}.owc-booking-option span small{margin-top:3px;color:#8290a4;font-size:8px;line-height:1.3}.owc-booking-option>em{font-style:normal;color:#5f7087;font-size:16px}.owc-booking-option.max>i{color:#7feaff}.owc-booking-option.telegram>i{color:#5fcdf8}.owc-booking-option.whatsapp>i{color:#78eaa2}.owc-booking-option.vk>i{color:#79aefb;font-size:11px}.owc-booking-option.phone>i{color:#ffd36c}.owc-booking-option.website>i{color:#b796ff}.owc-booking-foot{margin-top:13px;padding:10px 12px;border-radius:12px;background:rgba(255,255,255,.025);color:#748197;font-size:8px;line-height:1.45;text-align:center}
@media(max-width:520px){.owc-header-book{min-width:46px;width:46px;padding:0}.owc-header-book span{display:none}.owc-booking-modal{padding:8px;align-items:flex-end}.owc-booking-sheet{border-radius:23px;padding:21px 14px calc(15px + env(safe-area-inset-bottom));max-height:91vh}.owc-booking-head h2{font-size:23px!important}.owc-booking-options{grid-template-columns:1fr;gap:7px}.owc-booking-option{padding:10px 11px}.owc-booking-option>i{width:38px;height:38px}.owc-booking-cta{padding:14px 15px}}

/* 1.5.15 — client-facing status rows stay invisible until they contain useful text. */
.owc-note:empty,.owc-game-note:empty,.owc-battle-note:empty,#owc-character-note:empty{display:none!important}

/* =========================================================
   CLUB 2.0 — BATTLE PORTAL ECONOMY / PROGRESSION
   ========================================================= */
.owc-power-next{display:block;margin-top:5px;font-size:7px;line-height:1.35;color:#718097;font-style:normal}.owc-power-next i{font-style:normal;color:#8deeff;font-weight:900}
.owc-tap-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:9px}.owc-tap-stats>div{position:relative;overflow:hidden;padding:11px 12px;border-radius:13px;border:1px solid rgba(117,231,252,.10);background:linear-gradient(145deg,rgba(17,27,41,.84),rgba(8,12,19,.92))}.owc-tap-stats>div:after{content:"";position:absolute;width:70px;height:70px;right:-27px;top:-34px;border-radius:50%;background:rgba(97,222,247,.055)}.owc-tap-stats span,.owc-tap-stats b{display:block;position:relative;z-index:1}.owc-tap-stats span{font-size:7px;color:#8190a7;font-weight:900;letter-spacing:.08em}.owc-tap-stats b{margin-top:4px;font-size:15px;color:#edf7ff}.owc-tap-stats b i{font-style:normal;color:#77e9fb}.owc-tap-stats>div:nth-child(2) b i:first-child{color:#efcb6f}
.owc-energy-daily>b{font-size:14px!important;color:#dfeaf6!important}.owc-energy-daily>b i:first-child{color:#77e9fb!important}
.owc-battle-progression{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:9px}.owc-battle-progression>div{padding:11px 12px;border-radius:13px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.055)}.owc-battle-progression span,.owc-battle-progression b,.owc-battle-progression small{display:block}.owc-battle-progression span{font-size:7px;font-weight:950;letter-spacing:.09em;color:#8190a7}.owc-battle-progression b{font-size:11px;margin-top:5px;color:#e7f1fb}.owc-battle-progression b i{font-style:normal;color:#74e8fb}.owc-battle-progression>div:nth-child(2) b i{color:#efc96a}.owc-battle-progression small{margin-top:4px;font-size:7px;line-height:1.4;color:#6f7d92}.owc-battle-progression small i{font-style:normal;color:#aab7c8;font-weight:800}
.owc-battle-next{gap:8px}.owc-battle-next b i{font-style:normal}.owc-battle-next small{margin-left:auto;font-size:7px;color:#626f82}
.owc-battle-panel.is-boss .owc-battle-progression>div:nth-child(2){border-color:rgba(239,198,99,.14);background:rgba(239,198,99,.035)}
.owc-battle-panel .owc-attack-btn:disabled{opacity:.82}.owc-battle-panel .owc-attack-btn:disabled>i{filter:grayscale(1);opacity:.55}
.owc-battle-panel .owc-battle-note:not(:empty){padding:8px 10px;border-radius:10px;background:rgba(255,255,255,.025)}
@media(max-width:620px){.owc-tap-stats,.owc-battle-progression{grid-template-columns:1fr 1fr}.owc-tap-stats b{font-size:13px}.owc-battle-progression b{font-size:10px}}
@media(max-width:410px){.owc-tap-stats,.owc-battle-progression{grid-template-columns:1fr}.owc-battle-next{flex-wrap:wrap}.owc-battle-next small{width:100%;margin-left:0}}
.owc-battle-panel.power-up{animation:owcPowerUp 1.15s ease}.owc-battle-panel.level-bonus{animation:owcLevelBonus 1.35s ease}.owc-battle-panel.point-earned .owc-tap-stats>div:nth-child(2){animation:owcPointEarned .8s ease}
@keyframes owcPowerUp{0%{box-shadow:0 0 0 rgba(100,232,255,0)}32%{box-shadow:0 0 58px rgba(100,232,255,.25);border-color:rgba(100,232,255,.38)}100%{box-shadow:0 0 0 rgba(100,232,255,0)}}
@keyframes owcLevelBonus{0%{box-shadow:0 0 0 rgba(239,201,106,0)}35%{box-shadow:0 0 70px rgba(239,201,106,.3);border-color:rgba(239,201,106,.42)}100%{box-shadow:0 0 0 rgba(239,201,106,0)}}
@keyframes owcPointEarned{0%{transform:scale(1)}35%{transform:scale(1.025);box-shadow:0 0 24px rgba(239,201,106,.18)}100%{transform:scale(1)}}

/* 2.0.1 — ambassador missions: private messages vs public posts */
.owc-ambassador-path{margin-top:14px;padding:15px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025)}
.owc-ambassador-path.private{background:linear-gradient(135deg,rgba(63,221,241,.07),rgba(61,87,255,.04));border-color:rgba(93,228,246,.15)}
.owc-ambassador-path.public{background:linear-gradient(135deg,rgba(255,208,93,.06),rgba(113,72,255,.04));border-color:rgba(255,211,103,.14)}
.owc-ambassador-path-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}
.owc-ambassador-path-head>div{min-width:0}.owc-ambassador-path-head span{display:block;font-size:9px;letter-spacing:.1em;font-weight:900;color:#7ceafd}.owc-ambassador-path.public .owc-ambassador-path-head span{color:#f3d47b}
.owc-ambassador-path-head h4{font-size:18px;margin:4px 0 5px}.owc-ambassador-path-head p{font-size:10px;line-height:1.55;color:#91a0b6;margin:0;max-width:620px}
.owc-ambassador-path-head>b{flex:0 0 auto;font-size:13px;color:#fff;padding:8px 10px;border-radius:10px;background:rgba(83,228,248,.1);border:1px solid rgba(91,230,249,.16)}
.owc-ambassador-path.public .owc-ambassador-path-head>b{color:#f6d77d;background:rgba(255,211,102,.07);border-color:rgba(255,211,102,.16)}
.owc-private-share-progress{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:13px 0 8px}.owc-private-share-progress>div{padding:10px;border-radius:11px;background:#070b13;border:1px solid rgba(255,255,255,.06)}.owc-private-share-progress strong{display:block;font-size:17px}.owc-private-share-progress span{display:block;margin-top:2px;font-size:9px;color:#8290a5}
.owc-private-share-bar{height:7px;border-radius:99px;background:rgba(255,255,255,.06);overflow:hidden}.owc-private-share-bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#51dff3,#7469ff);box-shadow:0 0 12px rgba(81,223,243,.35)}
.owc-private-share-caption{font-size:9px;color:#8998ae;margin:7px 0 11px}.owc-game-btn:disabled{opacity:.45;cursor:not-allowed;filter:saturate(.45)}
@media(max-width:600px){.owc-ambassador-path-head{display:block}.owc-ambassador-path-head>b{display:inline-block;margin-top:9px}.owc-private-share-progress{grid-template-columns:1fr 1fr}}

/* === 2.3 HERO ARMORY / CLICKER LOADOUT === */
.owc-armory{position:relative;overflow:hidden;margin:18px 0;border:1px solid rgba(115,223,255,.16);border-radius:28px;padding:22px;background:
 radial-gradient(circle at 50% 25%,rgba(63,221,255,.11),transparent 28%),
 radial-gradient(circle at 86% 10%,rgba(132,74,255,.12),transparent 22%),
 linear-gradient(160deg,#0b1120 0%,#070b14 54%,#05070c 100%);box-shadow:0 24px 60px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.03)}
.owc-armory:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,transparent 49.7%,rgba(103,225,255,.035) 50%,transparent 50.3%),linear-gradient(0deg,transparent 49.7%,rgba(103,225,255,.025) 50%,transparent 50.3%);background-size:44px 44px;mask-image:linear-gradient(to bottom,#000,transparent 74%)}
.owc-armory-head{position:relative;z-index:2;display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:18px}.owc-armory-head>div:first-child>span{display:block;color:#69ddff;font-size:10px;letter-spacing:.16em;font-weight:900}.owc-armory-head h3{margin:5px 0 7px;font-size:26px;line-height:1.05;color:#fff}.owc-armory-head p{margin:0;max-width:650px;color:#91a0b6;font-size:13px;line-height:1.5}.owc-armory-wallet{min-width:155px;padding:12px 14px;border:1px solid rgba(105,221,255,.18);border-radius:18px;background:rgba(8,16,28,.75);text-align:right}.owc-armory-wallet small,.owc-armory-wallet em{display:block;font-style:normal;font-size:8px;letter-spacing:.12em;color:#77859b;font-weight:900}.owc-armory-wallet b{display:block;margin:4px 0;font-size:22px;color:#fff}.owc-armory-wallet b i{font-style:normal;color:#75e8ff}
.owc-loadout{position:relative;z-index:2;display:grid;grid-template-columns:minmax(145px,1fr) minmax(300px,1.5fr) minmax(145px,1fr);gap:15px;align-items:center;min-height:430px;border:1px solid rgba(255,255,255,.05);border-radius:24px;background:radial-gradient(circle at 50% 48%,rgba(41,199,243,.12),transparent 36%),rgba(3,7,13,.52);overflow:hidden;padding:18px}.owc-loadout:before{content:"LOADOUT // HERO";position:absolute;left:50%;top:18px;transform:translateX(-50%);font-size:8px;font-weight:900;letter-spacing:.24em;color:#526278}.owc-loadout-slots{display:grid;gap:10px;align-content:center}.owc-loadout-slot{position:relative;min-height:82px;padding:12px 10px 10px 44px;border:1px solid rgba(255,255,255,.07);border-radius:16px;background:linear-gradient(135deg,rgba(17,27,43,.86),rgba(8,13,22,.9));box-shadow:inset 0 0 20px rgba(67,215,255,.02)}.owc-loadout-slot>i{position:absolute;left:10px;top:13px;width:25px;height:25px;display:grid;place-items:center;border:1px solid rgba(111,226,255,.18);border-radius:9px;color:#7ceaff;font-style:normal;background:#0a1321}.owc-loadout-slot>span{display:block;color:#64758e;font-size:8px;font-weight:900;letter-spacing:.13em}.owc-loadout-slot>b{display:block;margin-top:5px;color:#e8f3ff;font-size:11px;line-height:1.25}.owc-loadout-slot>button{margin-top:7px;padding:0;border:0;background:none;color:#71819a;font-size:9px;font-weight:800;cursor:pointer}.owc-loadout-slot>button:hover{color:#8feaff}.owc-loadout-slots.left .owc-loadout-slot:after,.owc-loadout-slots.right .owc-loadout-slot:before{content:"";position:absolute;top:50%;width:28px;height:1px;background:linear-gradient(90deg,rgba(104,226,255,.45),transparent)}.owc-loadout-slots.left .owc-loadout-slot:after{right:-29px}.owc-loadout-slots.right .owc-loadout-slot:before{left:-29px;transform:rotate(180deg)}
.owc-loadout-center{position:relative;height:390px;display:grid;place-items:center}.owc-loadout-orbit{position:absolute;border:1px solid rgba(88,218,255,.13);border-radius:50%;pointer-events:none}.owc-loadout-orbit.a{width:310px;height:310px;animation:owcArmoryOrbit 11s linear infinite}.owc-loadout-orbit.b{width:245px;height:245px;border-style:dashed;animation:owcArmoryOrbit 8s linear infinite reverse}.owc-loadout-orbit.a:before,.owc-loadout-orbit.b:before{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:#75eaff;box-shadow:0 0 14px #62dffc;top:-4px;left:50%}.owc-loadout-avatar{position:relative;z-index:3;width:340px;height:365px;display:grid;place-items:center;transition:.25s ease;filter:drop-shadow(0 22px 24px rgba(0,0,0,.45))}.owc-loadout-avatar>.owc-character-variant{position:absolute;inset:0;display:grid;place-items:center}.owc-loadout-avatar .owc-sm-avatar{width:330px!important;height:375px!important;max-width:none!important}.owc-loadout-id{position:absolute;z-index:5;bottom:4px;left:50%;transform:translateX(-50%);min-width:230px;padding:8px 15px;border:1px solid rgba(105,225,255,.15);border-radius:14px;background:rgba(5,10,18,.88);backdrop-filter:blur(10px);text-align:center}.owc-loadout-id span{display:block;font-size:11px;color:#fff;font-weight:950;letter-spacing:.08em}.owc-loadout-id b{display:block;margin-top:2px;font-size:9px;color:#70e5ff}.owc-loadout-id small{display:block;margin-top:3px;font-size:8px;color:#697991}
@keyframes owcArmoryOrbit{to{transform:rotate(360deg)}}
.owc-armory-tabs{position:relative;z-index:2;display:flex;gap:7px;margin-top:16px}.owc-armory-tabs button{flex:1;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:12px;background:#0b1220;color:#77879d;font-size:10px;font-weight:950;letter-spacing:.08em;cursor:pointer}.owc-armory-tabs button.is-active{color:#071018;background:linear-gradient(135deg,#76eaff,#7b9cff);border-color:transparent;box-shadow:0 10px 28px rgba(69,202,244,.18)}.owc-armory-tabs button i{font-style:normal;opacity:.8}.owc-armory-filters{position:relative;z-index:2;display:flex;gap:7px;overflow:auto;padding:11px 0 4px;scrollbar-width:none}.owc-armory-filters::-webkit-scrollbar{display:none}.owc-armory-filters button{white-space:nowrap;border:1px solid rgba(255,255,255,.07);border-radius:999px;padding:8px 11px;background:#080e18;color:#66758b;font-size:8px;font-weight:950;letter-spacing:.09em;cursor:pointer}.owc-armory-filters button.is-active{color:#a9f5ff;border-color:rgba(105,226,255,.3);background:rgba(40,185,224,.08)}
.owc-armory-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:10px}.owc-store-item{position:relative;display:flex;flex-direction:column;min-height:286px;overflow:hidden;border:1px solid rgba(255,255,255,.07);border-radius:18px;background:linear-gradient(165deg,#101827,#080d16 68%);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.owc-store-item:hover{transform:translateY(-2px);border-color:rgba(112,227,255,.18);box-shadow:0 16px 34px rgba(0,0,0,.22)}.owc-store-item[hidden]{display:none!important}.owc-item-art{position:relative;height:105px;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle,rgba(97,219,255,.12),transparent 58%),#0a101b}.owc-item-art>span{position:relative;z-index:2;font-size:45px;filter:drop-shadow(0 8px 12px rgba(0,0,0,.35));transform:translateY(-2px)}.owc-item-art>i{position:absolute;width:76px;height:76px;border:1px solid rgba(118,229,255,.14);border-radius:50%;box-shadow:inset 0 0 24px rgba(94,224,255,.05)}.owc-item-art>em{position:absolute;left:8px;top:8px;font-style:normal;font-size:7px;font-weight:950;letter-spacing:.11em;padding:4px 6px;border:1px solid rgba(255,255,255,.08);border-radius:999px;color:#8a9ab1;background:rgba(5,10,17,.75)}.owc-item-copy{padding:11px 11px 6px;flex:1}.owc-item-copy>span{display:block;font-size:7px;color:#52657f;font-weight:950;letter-spacing:.13em}.owc-item-copy h4{margin:4px 0 5px;color:#fff;font-size:13px}.owc-item-copy p{margin:0;color:#79889d;font-size:10px;line-height:1.4}.owc-item-copy small{display:block;margin-top:7px;color:#84def1;font-size:9px}.owc-item-action{padding:9px 10px 11px}.owc-item-action button{width:100%;min-height:36px;border:1px solid rgba(97,220,255,.2);border-radius:11px;background:rgba(52,198,235,.08);color:#96efff;font-size:9px;font-weight:950;cursor:pointer}.owc-item-action button:hover:not(:disabled){background:linear-gradient(135deg,#60ddf7,#738cff);color:#071019;border-color:transparent}.owc-item-action button.equipped{color:#8ff7ca;border-color:rgba(72,230,164,.25);background:rgba(58,206,145,.08)}.owc-store-item.is-owned:after{content:"В ИНВЕНТАРЕ";position:absolute;right:8px;top:8px;z-index:4;font-size:6px;font-weight:950;letter-spacing:.08em;color:#7ef0bd;background:rgba(25,97,70,.55);border:1px solid rgba(90,231,172,.18);padding:4px 5px;border-radius:999px}.owc-store-item.is-equipped{border-color:rgba(82,236,170,.24);box-shadow:inset 0 0 24px rgba(54,222,153,.04)}.owc-store-item.is-locked{filter:saturate(.45);opacity:.72}.owc-store-item.is-locked .owc-item-art:after{content:"LOCK";position:absolute;right:8px;bottom:8px;font-size:7px;font-weight:950;color:#a2acba;letter-spacing:.1em}.owc-store-item.rarity-rare .owc-item-art{background:radial-gradient(circle,rgba(74,164,255,.2),transparent 59%),#09101c}.owc-store-item.rarity-epic .owc-item-art{background:radial-gradient(circle,rgba(142,82,255,.25),transparent 60%),#0b0d1d}.owc-store-item.rarity-legendary .owc-item-art{background:radial-gradient(circle,rgba(255,194,71,.27),transparent 60%),#151107}.owc-store-item.rarity-artifact .owc-item-art{background:radial-gradient(circle,rgba(244,77,255,.22),transparent 60%),#130816}.owc-store-item.rarity-rare .owc-item-art>em{color:#80c8ff}.owc-store-item.rarity-epic .owc-item-art>em{color:#bd91ff}.owc-store-item.rarity-legendary .owc-item-art>em{color:#ffd66e}.owc-store-item.rarity-artifact .owc-item-art>em{color:#f1a0ff}.owc-inventory-grid .owc-store-item{min-height:260px}.owc-armory-empty{grid-column:1/-1;padding:28px;border:1px dashed rgba(255,255,255,.09);border-radius:16px;text-align:center;color:#75849a}.owc-armory-rule{position:relative;z-index:2;margin-top:12px;padding:10px 12px;border-radius:12px;background:rgba(255,255,255,.03);color:#6f7f94;font-size:10px}.owc-armory-rule b{color:#a6b4c8}

/* 2.3 shop equipment overlays inside the detailed SVG hero */
.owc-store-helmet-gear,.owc-store-armor-gear,.owc-store-reactor-gear,.owc-store-weapon-gear{opacity:0;transition:.25s ease;pointer-events:none}.owc-store-helmet-shell{fill:#1d2b3d;stroke:#6fe7ff;stroke-width:4}.owc-store-helmet-ridge{fill:none;stroke:#6fe7ff;stroke-width:5;stroke-linecap:round}.owc-store-crown{display:none;fill:#ffd75e;stroke:#fff0a2;stroke-width:2}.owc-store-chest{fill:#25394c;stroke:#6fe7ff;stroke-width:3}.owc-store-chest-line{fill:none;stroke:#83edff;stroke-width:4}.owc-store-pauldron{fill:#24394d;stroke:#6ee4ff;stroke-width:3}.owc-store-reactor-ring{fill:rgba(25,36,50,.85);stroke:#64e4ff;stroke-width:5}.owc-store-reactor-core{fill:#70ecff;filter:drop-shadow(0 0 9px #5ce2ff)}.owc-store-reactor-ray{stroke:#75efff;stroke-width:3}.owc-store-gun-fin,.owc-store-gun-tip{fill:#42d5f1;stroke:#9cf4ff;stroke-width:2}
[data-shmooter-hero][data-helmet="combat_visor"] .owc-sm-visor-upgrade,[data-shmooter-hero][data-helmet="neon_helmet"] .owc-sm-visor-upgrade,[data-shmooter-hero][data-helmet="void_helmet"] .owc-sm-visor-upgrade,[data-shmooter-hero][data-helmet="legend_crown"] .owc-store-helmet-gear{opacity:1!important}
[data-shmooter-hero][data-helmet="combat_visor"] .owc-sm-visor{fill:#45d5f2!important;filter:drop-shadow(0 0 7px rgba(73,223,255,.7))}
[data-shmooter-hero][data-helmet="neon_helmet"] .owc-store-helmet-gear,[data-shmooter-hero][data-helmet="void_helmet"] .owc-store-helmet-gear{opacity:1}
[data-shmooter-hero][data-helmet="neon_helmet"] .owc-store-helmet-shell{fill:#13273a;stroke:#67f0ff;filter:drop-shadow(0 0 8px #4be6ff)}
[data-shmooter-hero][data-helmet="void_helmet"] .owc-store-helmet-shell{fill:#211b39;stroke:#a06cff;filter:drop-shadow(0 0 9px #7748ff)}[data-shmooter-hero][data-helmet="void_helmet"] .owc-store-helmet-ridge{stroke:#c493ff}
[data-shmooter-hero][data-helmet="legend_crown"] .owc-store-helmet-shell,[data-shmooter-hero][data-helmet="legend_crown"] .owc-store-helmet-ridge{display:none}[data-shmooter-hero][data-helmet="legend_crown"] .owc-store-crown{display:block;filter:drop-shadow(0 0 9px rgba(255,207,70,.8))}
[data-shmooter-hero][data-armor="scout_armor"] .owc-store-armor-gear,[data-shmooter-hero][data-armor="plasma_armor"] .owc-store-armor-gear,[data-shmooter-hero][data-armor="void_armor"] .owc-store-armor-gear,[data-shmooter-hero][data-armor="titan_armor"] .owc-store-armor-gear{opacity:1}
[data-shmooter-hero][data-armor="scout_armor"] .owc-store-chest{fill:#29465b;stroke:#71dff1}[data-shmooter-hero][data-armor="plasma_armor"] .owc-store-chest,[data-shmooter-hero][data-armor="plasma_armor"] .owc-store-pauldron{fill:#542c34;stroke:#ff756a}[data-shmooter-hero][data-armor="plasma_armor"] .owc-store-chest-line{stroke:#ff8877;filter:drop-shadow(0 0 6px #fa715f)}[data-shmooter-hero][data-armor="void_armor"] .owc-store-chest,[data-shmooter-hero][data-armor="void_armor"] .owc-store-pauldron{fill:#251d42;stroke:#9e69ff}[data-shmooter-hero][data-armor="void_armor"] .owc-store-chest-line{stroke:#bf8cff}[data-shmooter-hero][data-armor="titan_armor"] .owc-store-chest,[data-shmooter-hero][data-armor="titan_armor"] .owc-store-pauldron{fill:#4b3d1f;stroke:#ffd76a;filter:drop-shadow(0 0 6px rgba(255,205,85,.45))}[data-shmooter-hero][data-armor="titan_armor"] .owc-store-chest-line{stroke:#fff0a7}
[data-shmooter-hero][data-reactor="blue_core"] .owc-store-reactor-gear,[data-shmooter-hero][data-reactor="plasma_core"] .owc-store-reactor-gear,[data-shmooter-hero][data-reactor="void_core"] .owc-store-reactor-gear,[data-shmooter-hero][data-reactor="gold_core"] .owc-store-reactor-gear{opacity:1}[data-shmooter-hero][data-reactor="plasma_core"] .owc-store-reactor-core{fill:#ff6b5c;filter:drop-shadow(0 0 10px #ff5947)}[data-shmooter-hero][data-reactor="plasma_core"] .owc-store-reactor-ring,[data-shmooter-hero][data-reactor="plasma_core"] .owc-store-reactor-ray{stroke:#ff8273}[data-shmooter-hero][data-reactor="void_core"] .owc-store-reactor-core{fill:#9e6bff;filter:drop-shadow(0 0 10px #7b4fff)}[data-shmooter-hero][data-reactor="void_core"] .owc-store-reactor-ring,[data-shmooter-hero][data-reactor="void_core"] .owc-store-reactor-ray{stroke:#ae82ff}[data-shmooter-hero][data-reactor="gold_core"] .owc-store-reactor-core{fill:#ffd85a;filter:drop-shadow(0 0 11px #ffd04a)}[data-shmooter-hero][data-reactor="gold_core"] .owc-store-reactor-ring,[data-shmooter-hero][data-reactor="gold_core"] .owc-store-reactor-ray{stroke:#ffe27b}
[data-shmooter-hero][data-weapon="pulse_blaster"] .owc-sm-gun-body{fill:#24475b!important}[data-shmooter-hero][data-weapon="pulse_blaster"] .owc-sm-gun-top,[data-shmooter-hero][data-weapon="pulse_blaster"] .owc-sm-gun-muzzle{fill:#5de9ff!important}
[data-shmooter-hero][data-weapon="plasma_rifle"] .owc-store-weapon-gear,[data-shmooter-hero][data-weapon="void_cannon"] .owc-store-weapon-gear,[data-shmooter-hero][data-weapon="legend_cannon"] .owc-store-weapon-gear{opacity:1}[data-shmooter-hero][data-weapon="plasma_rifle"] .owc-sm-gun-body{fill:#603139!important}[data-shmooter-hero][data-weapon="plasma_rifle"] .owc-sm-gun-top,[data-shmooter-hero][data-weapon="plasma_rifle"] .owc-sm-gun-muzzle,[data-shmooter-hero][data-weapon="plasma_rifle"] .owc-store-gun-fin,[data-shmooter-hero][data-weapon="plasma_rifle"] .owc-store-gun-tip{fill:#ff7464!important;filter:drop-shadow(0 0 7px #ff674f)}[data-shmooter-hero][data-weapon="void_cannon"] .owc-sm-gun-body{fill:#2a2147!important}[data-shmooter-hero][data-weapon="void_cannon"] .owc-sm-gun-top,[data-shmooter-hero][data-weapon="void_cannon"] .owc-sm-gun-muzzle,[data-shmooter-hero][data-weapon="void_cannon"] .owc-store-gun-fin,[data-shmooter-hero][data-weapon="void_cannon"] .owc-store-gun-tip{fill:#9f6cff!important;filter:drop-shadow(0 0 8px #8050ff)}[data-shmooter-hero][data-weapon="legend_cannon"] .owc-sm-gun-body{fill:#51421f!important}[data-shmooter-hero][data-weapon="legend_cannon"] .owc-sm-gun-top,[data-shmooter-hero][data-weapon="legend_cannon"] .owc-sm-gun-muzzle,[data-shmooter-hero][data-weapon="legend_cannon"] .owc-store-gun-fin,[data-shmooter-hero][data-weapon="legend_cannon"] .owc-store-gun-tip{fill:#ffd75c!important;filter:drop-shadow(0 0 9px #ffc93d)}
[data-shmooter-hero][data-drone="scout_drone"]:before,[data-shmooter-hero][data-drone="plasma_drone"]:before,[data-shmooter-hero][data-drone="void_drone"]:before,[data-shmooter-hero][data-drone="phoenix_drone"]:before{content:"";position:absolute;z-index:6;right:7%;top:20%;width:33px;height:14px;border:2px solid #6ee8ff;border-radius:50% 50% 35% 35%;background:#131c29;box-shadow:0 0 14px rgba(88,222,255,.4);animation:owcDroneFloat 2.4s ease-in-out infinite}[data-shmooter-hero][data-drone="scout_drone"]:after,[data-shmooter-hero][data-drone="plasma_drone"]:after,[data-shmooter-hero][data-drone="void_drone"]:after,[data-shmooter-hero][data-drone="phoenix_drone"]:after{content:"";position:absolute;z-index:7;right:11%;top:22%;width:7px;height:7px;border-radius:50%;background:#73efff;box-shadow:0 0 8px #73efff;animation:owcDroneFloat 2.4s ease-in-out infinite}[data-shmooter-hero][data-drone="plasma_drone"]:before{border-color:#ff7465;box-shadow:0 0 15px rgba(255,88,70,.5)}[data-shmooter-hero][data-drone="plasma_drone"]:after{background:#ff6858;box-shadow:0 0 8px #ff5848}[data-shmooter-hero][data-drone="void_drone"]:before{border-color:#9f70ff;box-shadow:0 0 15px rgba(126,75,255,.52)}[data-shmooter-hero][data-drone="void_drone"]:after{background:#b082ff;box-shadow:0 0 8px #8c5cff}[data-shmooter-hero][data-drone="phoenix_drone"]:before{border-color:#ffd86a;background:#473917;box-shadow:0 0 16px rgba(255,199,61,.55)}[data-shmooter-hero][data-drone="phoenix_drone"]:after{background:#fff0a0;box-shadow:0 0 9px #ffd84e}@keyframes owcDroneFloat{50%{transform:translateY(-7px) rotate(3deg)}}
[data-shmooter-hero][data-frame="neon_frame"]{border:1px solid rgba(85,230,255,.42)!important;border-radius:24px;box-shadow:inset 0 0 32px rgba(64,217,246,.08),0 0 26px rgba(69,213,242,.16)!important}[data-shmooter-hero][data-frame="gold_frame"]{border:1px solid rgba(255,214,91,.5)!important;border-radius:24px;box-shadow:inset 0 0 34px rgba(255,199,59,.09),0 0 28px rgba(255,198,58,.18)!important}
[data-shmooter-hero][data-background="mars_background"]{background:radial-gradient(circle at 50% 44%,rgba(255,102,72,.20),transparent 57%),linear-gradient(180deg,rgba(70,23,18,.22),transparent)!important}[data-shmooter-hero][data-background="neon_background"]{background:radial-gradient(circle at 50% 42%,rgba(66,224,255,.16),transparent 47%),radial-gradient(circle at 68% 37%,rgba(129,77,255,.18),transparent 40%)!important}
@keyframes owcEquipPop{0%{transform:scale(.97)}55%{transform:scale(1.035)}100%{transform:scale(1)}}

@media(max-width:980px){.owc-armory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.owc-loadout{grid-template-columns:130px minmax(260px,1.4fr) 130px}.owc-loadout-avatar{width:300px}.owc-loadout-avatar .owc-sm-avatar{width:300px!important;height:345px!important}}
@media(max-width:760px){.owc-armory{padding:15px;border-radius:23px}.owc-armory-head{align-items:stretch}.owc-armory-head h3{font-size:22px}.owc-armory-wallet{min-width:118px;padding:10px}.owc-armory-wallet b{font-size:18px}.owc-loadout{grid-template-columns:1fr 1fr;grid-template-areas:"hero hero" "left right";min-height:0;padding:12px}.owc-loadout-center{grid-area:hero;height:335px}.owc-loadout-slots.left{grid-area:left}.owc-loadout-slots.right{grid-area:right}.owc-loadout-slots{align-content:start}.owc-loadout-slot{min-height:74px;padding-left:38px}.owc-loadout-slots.left .owc-loadout-slot:after,.owc-loadout-slots.right .owc-loadout-slot:before{display:none}.owc-loadout-avatar{width:285px;height:315px}.owc-loadout-avatar .owc-sm-avatar{width:280px!important;height:325px!important}.owc-loadout-orbit.a{width:260px;height:260px}.owc-loadout-orbit.b{width:210px;height:210px}.owc-armory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.owc-store-item{min-height:275px}.owc-item-art{height:98px}}
@media(max-width:430px){.owc-armory-head{display:grid;grid-template-columns:1fr auto}.owc-armory-head p{grid-column:1/-1}.owc-loadout{gap:8px}.owc-loadout-slot{padding:10px 7px 9px 34px}.owc-loadout-slot>i{left:7px}.owc-loadout-slot>b{font-size:9px}.owc-armory-grid{gap:7px}.owc-store-item{border-radius:15px;min-height:267px}.owc-item-art{height:90px}.owc-item-art>span{font-size:39px}.owc-item-copy{padding:9px 9px 5px}.owc-item-copy h4{font-size:12px}.owc-item-copy p{font-size:9px}.owc-item-action{padding:7px 8px 9px}.owc-item-action button{font-size:8px}.owc-loadout-avatar{width:270px}}
@media(prefers-reduced-motion:reduce){.owc-loadout-orbit,.owc-loadout-avatar:before,.owc-loadout-avatar:after{animation:none!important}}

/* === 2.3 FULL-SCREEN INVENTORY / POWERED WEAPONS === */
.owc-power-breakdown{display:block;margin-top:4px;color:#7f92aa!important;font-size:8px!important}.owc-power-breakdown i{font-style:normal;color:#9deeff;font-weight:900}
.owc-battle-level-track strong{color:#fff}.owc-battle-level-track em{letter-spacing:.02em}
.owc-armory-launchers{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0 18px}.owc-armory-launch{appearance:none;border:1px solid rgba(91,225,255,.18);border-radius:18px;background:linear-gradient(135deg,rgba(16,29,46,.98),rgba(7,12,21,.98));color:#fff;padding:13px 14px;display:grid;grid-template-columns:42px 1fr auto;gap:10px;align-items:center;text-align:left;cursor:pointer;box-shadow:inset 0 1px 0 rgba(255,255,255,.03);transition:.2s ease}.owc-armory-launch:hover{transform:translateY(-1px);border-color:rgba(93,230,255,.36);box-shadow:0 12px 30px rgba(0,0,0,.2),inset 0 0 26px rgba(68,212,245,.05)}.owc-armory-launch.shop{border-color:rgba(156,105,255,.2);background:linear-gradient(135deg,rgba(29,20,52,.98),rgba(8,10,19,.98))}.owc-armory-launch>i{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:rgba(74,216,248,.08);font-style:normal;font-size:21px}.owc-armory-launch span b,.owc-armory-launch span small{display:block}.owc-armory-launch span b{font-size:11px;letter-spacing:.08em}.owc-armory-launch span small{margin-top:3px;color:#70829a;font-size:9px}.owc-armory-launch>em{font-style:normal;color:#7eeaff;font-size:8px;font-weight:950;letter-spacing:.08em}
body.owc-armory-open{overflow:hidden!important}.owc-armory-overlay{position:fixed;inset:0;z-index:999990;background:rgba(0,3,8,.82);backdrop-filter:blur(12px);opacity:0;transition:opacity .2s ease}.owc-armory-overlay.is-open{opacity:1}.owc-armory-modal{position:fixed;inset:0;z-index:999991;display:flex;align-items:center;justify-content:center;padding:18px;opacity:0;transform:scale(.985);transition:opacity .2s ease,transform .2s ease;pointer-events:none}.owc-armory-modal[hidden],.owc-armory-overlay[hidden],.owc-buy-confirm[hidden]{display:none!important}.owc-armory-modal.is-open{opacity:1;transform:none;pointer-events:auto}.owc-armory-window{width:min(1320px,100%);height:min(940px,calc(100dvh - 28px));display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(106,226,255,.2);border-radius:26px;background:#050912;box-shadow:0 40px 120px rgba(0,0,0,.64)}.owc-armory-topbar{position:relative;z-index:20;min-height:62px;display:grid;grid-template-columns:auto 1fr auto auto;gap:12px;align-items:center;padding:9px 12px;border-bottom:1px solid rgba(255,255,255,.07);background:rgba(5,10,18,.97);backdrop-filter:blur(18px)}.owc-armory-topbar>div:nth-child(2)>span,.owc-armory-topbar>div:nth-child(2)>b{display:block}.owc-armory-topbar>div:nth-child(2)>span{font-size:7px;color:#667a94;font-weight:950;letter-spacing:.15em}.owc-armory-topbar>div:nth-child(2)>b{font-size:13px;color:#fff;margin-top:2px}.owc-armory-back,.owc-armory-x{appearance:none;border:1px solid rgba(255,255,255,.08);background:#0b1320;color:#dff8ff;width:40px;height:40px;border-radius:12px;font-size:27px;line-height:1;cursor:pointer}.owc-armory-x{font-size:20px}.owc-armory-top-stats{display:flex!important;gap:7px;align-items:center}.owc-armory-top-stats>span{display:block;padding:8px 10px;border:1px solid rgba(255,255,255,.07);border-radius:10px;background:#09111d;color:#71839a;font-size:8px;font-weight:900;white-space:nowrap}.owc-armory-top-stats b{color:#9cefff;font-size:10px}.owc-armory-modal .owc-armory{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;margin:0;border:0;border-radius:0;padding:20px 22px 40px;box-shadow:none}.owc-armory-modal .owc-armory::-webkit-scrollbar{width:8px}.owc-armory-modal .owc-armory::-webkit-scrollbar-thumb{background:rgba(106,224,255,.16);border-radius:9px}
.owc-armory-combat-stats{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr 1fr;gap:9px;margin:0 0 14px}.owc-armory-combat-stats>div{padding:11px 13px;border:1px solid rgba(255,255,255,.07);border-radius:15px;background:rgba(5,11,20,.72)}.owc-armory-combat-stats span,.owc-armory-combat-stats b,.owc-armory-combat-stats small{display:block}.owc-armory-combat-stats span{color:#60728b;font-size:7px;font-weight:950;letter-spacing:.12em}.owc-armory-combat-stats b{margin-top:3px;color:#fff;font-size:24px}.owc-armory-combat-stats small{color:#687990;font-size:8px}.owc-armory-combat-stats.weapon b{color:#bd92ff}.owc-armory-combat-stats.total{border-color:rgba(95,226,255,.2);background:linear-gradient(135deg,rgba(49,194,230,.09),rgba(97,77,221,.06))}.owc-armory-combat-stats.total b{color:#8df1ff}.owc-loadout-slot>em{display:block;margin-top:3px;color:#a991ff;font-size:8px;font-style:normal;font-weight:950}.owc-damage-chip{position:absolute;right:8px;bottom:8px;z-index:3;padding:4px 6px;border:1px solid rgba(103,233,255,.2);border-radius:999px;background:rgba(11,40,52,.82);color:#87efff;font-size:7px;letter-spacing:.06em}.owc-store-item[data-damage]:not([data-damage="0"]) .owc-item-art{padding-bottom:7px}
.owc-buy-confirm{position:fixed;inset:0;z-index:1000010;display:grid;place-items:center;padding:16px;background:rgba(1,4,9,.78);backdrop-filter:blur(14px);opacity:0;transition:opacity .15s ease}.owc-buy-confirm.is-open{opacity:1}.owc-buy-confirm-card{position:relative;width:min(390px,100%);padding:25px 20px 18px;border:1px solid rgba(108,226,255,.23);border-radius:24px;background:radial-gradient(circle at 50% 0,rgba(84,216,255,.13),transparent 34%),linear-gradient(160deg,#101a2a,#070b13 70%);box-shadow:0 34px 90px rgba(0,0,0,.65);text-align:center}.owc-buy-confirm-x{position:absolute;right:11px;top:11px;width:34px;height:34px;border:1px solid rgba(255,255,255,.08);border-radius:11px;background:#0a111c;color:#9fb0c4;font-size:18px;cursor:pointer}.owc-buy-confirm-art{width:92px;height:92px;margin:0 auto 10px;display:grid;place-items:center;border:1px solid rgba(105,227,255,.16);border-radius:50%;background:radial-gradient(circle,rgba(89,218,255,.14),transparent 66%);font-size:48px}.owc-buy-confirm-card>span{font-size:8px;font-weight:950;letter-spacing:.14em;color:#74dff8}.owc-buy-confirm-card h3{margin:5px 0 6px;color:#fff;font-size:22px}.owc-buy-confirm-card>p{margin:0 auto 13px;max-width:310px;color:#7e8ea4;font-size:11px;line-height:1.45}.owc-buy-confirm-damage{margin:10px 0;padding:11px;border:1px solid rgba(146,106,255,.18);border-radius:14px;background:rgba(103,70,218,.07)}.owc-buy-confirm-damage span{display:block;color:#806fa9;font-size:7px;font-weight:950;letter-spacing:.11em}.owc-buy-confirm-damage b{display:block;margin-top:4px;font-size:24px;color:#78869a}.owc-buy-confirm-damage b i{font-style:normal}.owc-buy-confirm-damage strong{color:#98efff}.owc-buy-confirm-money{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:10px 0}.owc-buy-confirm-money>div{padding:9px;border:1px solid rgba(255,255,255,.07);border-radius:12px;background:#070d16}.owc-buy-confirm-money span,.owc-buy-confirm-money b{display:block}.owc-buy-confirm-money span{color:#61728a;font-size:7px;font-weight:950;letter-spacing:.1em}.owc-buy-confirm-money b{margin-top:3px;color:#fff;font-size:16px}.owc-buy-confirm-money i{font-style:normal}.owc-buy-confirm-go,.owc-buy-confirm-cancel{width:100%;min-height:45px;border-radius:13px;font-size:10px;font-weight:950;letter-spacing:.07em;cursor:pointer}.owc-buy-confirm-go{border:0;background:linear-gradient(135deg,#66e5fa,#827cff);color:#061018;box-shadow:0 12px 28px rgba(78,207,242,.18)}.owc-buy-confirm-go:disabled{opacity:.45;cursor:not-allowed}.owc-buy-confirm-cancel{margin-top:7px;border:1px solid rgba(255,255,255,.07);background:#09101a;color:#73839a}
[data-shmooter-hero][data-weapon="quantum_repeater"] .owc-store-weapon-gear,[data-shmooter-hero][data-weapon="singularity_cannon"] .owc-store-weapon-gear{opacity:1}[data-shmooter-hero][data-weapon="quantum_repeater"] .owc-sm-gun-body{fill:#173d49!important}[data-shmooter-hero][data-weapon="quantum_repeater"] .owc-sm-gun-top,[data-shmooter-hero][data-weapon="quantum_repeater"] .owc-sm-gun-muzzle,[data-shmooter-hero][data-weapon="quantum_repeater"] .owc-store-gun-fin,[data-shmooter-hero][data-weapon="quantum_repeater"] .owc-store-gun-tip{fill:#72f7ff!important;filter:drop-shadow(0 0 11px #47eaff)}[data-shmooter-hero][data-weapon="singularity_cannon"] .owc-sm-gun-body{fill:#38122f!important}[data-shmooter-hero][data-weapon="singularity_cannon"] .owc-sm-gun-top,[data-shmooter-hero][data-weapon="singularity_cannon"] .owc-sm-gun-muzzle,[data-shmooter-hero][data-weapon="singularity_cannon"] .owc-store-gun-fin,[data-shmooter-hero][data-weapon="singularity_cannon"] .owc-store-gun-tip{fill:#ff59d8!important;filter:drop-shadow(0 0 13px #ff39ca)}
@media(max-width:760px){.owc-armory-launchers{grid-template-columns:1fr}.owc-armory-modal{padding:0}.owc-armory-window{width:100%;height:100dvh;border:0;border-radius:0}.owc-armory-topbar{min-height:58px;padding:8px;grid-template-columns:auto 1fr auto}.owc-armory-top-stats{grid-column:1/-1;order:3;display:grid!important;grid-template-columns:1fr 1fr 1fr;width:100%;gap:5px}.owc-armory-top-stats>span{text-align:center;padding:6px 5px}.owc-armory-x{position:absolute;right:8px;top:8px}.owc-armory-modal .owc-armory{padding:14px 12px 34px}.owc-armory-combat-stats{grid-template-columns:1fr 1fr 1fr;gap:5px}.owc-armory-combat-stats>div{padding:8px}.owc-armory-combat-stats b{font-size:19px}.owc-armory-head p{font-size:11px}.owc-buy-confirm-card{border-radius:22px}.owc-loadout-id{bottom:0}}
@media(max-width:430px){.owc-armory-launch{grid-template-columns:38px 1fr auto;padding:11px}.owc-armory-launch>i{width:38px;height:38px}.owc-armory-launch span small{font-size:8px}.owc-armory-launch>em{font-size:7px}.owc-armory-combat-stats span{font-size:6px}.owc-armory-combat-stats b{font-size:17px}.owc-armory-combat-stats small{font-size:7px}.owc-armory-modal .owc-loadout{border-radius:18px}.owc-buy-confirm-card{padding-left:15px;padding-right:15px}}

/* === Club 2.4.0 · full-screen Shmooter game + in-game Armory === */
body.owc-game-full-open{overflow:hidden!important;overscroll-behavior:none}
.owc-game-entry-panel{min-height:58vh;display:grid;place-items:center;padding:20px 0 110px}
.owc-game-entry-panel[hidden]{display:none!important}
.owc-game-entry{position:relative;width:min(760px,100%);min-height:210px;overflow:hidden;display:grid;grid-template-columns:1fr auto;grid-template-areas:"k i" "t i" "s i";align-items:center;text-align:left;padding:30px 32px;border:1px solid rgba(88,226,255,.22);border-radius:30px;background:radial-gradient(circle at 85% 20%,rgba(102,84,255,.25),transparent 34%),radial-gradient(circle at 20% 90%,rgba(49,213,243,.16),transparent 36%),linear-gradient(145deg,#07111e,#070a12 58%,#0d1020);box-shadow:0 28px 80px rgba(0,0,0,.35);color:#fff;cursor:pointer}
.owc-game-entry:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 0 45%,rgba(126,238,255,.07) 50%,transparent 55%);transform:translateX(-100%);animation:owcGameEntryScan 4.5s linear infinite;pointer-events:none}.owc-game-entry>span{grid-area:k;color:#6ce9ff;font-size:10px;font-weight:950;letter-spacing:.19em}.owc-game-entry>b{grid-area:t;font-size:clamp(44px,8vw,76px);line-height:.92;letter-spacing:-.055em}.owc-game-entry>small{grid-area:s;margin-top:12px;color:#8290a6;font-size:12px}.owc-game-entry>i{grid-area:i;width:86px;height:86px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#55e7ff,#765dff);box-shadow:0 0 0 10px rgba(92,219,255,.06),0 0 45px rgba(86,203,255,.28);font-style:normal;font-size:30px;padding-left:5px}@keyframes owcGameEntryScan{to{transform:translateX(100%)}}

.owc-fullgame[hidden]{display:none!important}.owc-fullgame{position:fixed;inset:0;z-index:2147482000;display:flex;flex-direction:column;background:#03060b;color:#eefaff;opacity:0;transform:scale(.997);transition:opacity .18s ease,transform .18s ease}.owc-fullgame.is-open{opacity:1;transform:none}.owc-fullgame-top{position:relative;z-index:50;min-height:66px;display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;padding:9px max(12px,env(safe-area-inset-right)) 9px max(12px,env(safe-area-inset-left));padding-top:max(9px,env(safe-area-inset-top));border-bottom:1px solid rgba(255,255,255,.075);background:rgba(3,7,13,.94);backdrop-filter:blur(18px)}.owc-fullgame-exit{appearance:none;display:flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.1);border-radius:13px;padding:10px 13px;background:#0b1420;color:#eafcff;font:inherit;font-size:11px;font-weight:950;cursor:pointer}.owc-fullgame-brand span,.owc-fullgame-brand b{display:block}.owc-fullgame-brand span{font-size:7px;color:#667a90;font-weight:950;letter-spacing:.18em}.owc-fullgame-brand b{font-size:14px;letter-spacing:.025em}.owc-fullgame-stats{display:flex;gap:6px}.owc-fullgame-stats span{padding:8px 10px;border:1px solid rgba(255,255,255,.07);border-radius:10px;background:#09111b;color:#718399;font-size:8px;font-weight:900;white-space:nowrap}.owc-fullgame-stats b{color:#91f0ff;font-size:10px}.owc-fullgame-scroll{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-bottom:max(30px,env(safe-area-inset-bottom));background:radial-gradient(circle at 50% 0,rgba(50,140,190,.07),transparent 36%)}.owc-fullgame-scroll::-webkit-scrollbar{width:8px}.owc-fullgame-scroll::-webkit-scrollbar-thumb{background:rgba(103,230,255,.14);border-radius:20px}
.owc-fullgame .owc-game{display:flex!important;flex-direction:column;max-width:1180px;margin:0 auto;padding:22px 18px 60px}.owc-fullgame .owc-game-hero{order:10}.owc-fullgame .owc-battle-panel{order:20}.owc-fullgame .owc-armory-dock{order:30}.owc-fullgame .owc-school-launch{order:40}.owc-fullgame .owc-daily-drop{order:50}.owc-fullgame .owc-mission-launcher{order:60}.owc-fullgame .owc-social-panel{order:70}.owc-fullgame .owc-school-overlay,.owc-fullgame .owc-school-sheet,.owc-fullgame .owc-mission-overlay,.owc-fullgame .owc-mission-sheet{order:90}

/* One space: inventory + store. It lives directly under the battle inside the game. */
.owc-armory-dock{margin:14px 0 18px;padding:0;border:1px solid rgba(100,225,255,.13);border-radius:27px;overflow:hidden;background:linear-gradient(180deg,rgba(8,15,25,.98),rgba(4,8,15,.98));box-shadow:0 20px 55px rgba(0,0,0,.22)}.owc-armory-dock-title{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.065);background:linear-gradient(135deg,rgba(39,180,215,.08),rgba(108,77,226,.06))}.owc-armory-dock-title span{display:block;color:#72e9ff;font-size:8px;font-weight:950;letter-spacing:.15em}.owc-armory-dock-title h3{margin:4px 0 3px!important;color:#fff!important;font-size:22px!important}.owc-armory-dock-title p{margin:0;color:#738399;font-size:10px}.owc-armory-dock-stats{display:flex;gap:6px}.owc-armory-dock-stats span{padding:8px 9px;border:1px solid rgba(255,255,255,.07);border-radius:10px;background:rgba(4,10,17,.75);color:#708399;font-size:7px;font-weight:900}.owc-armory-dock-stats b{color:#8fedff;font-size:10px}.owc-armory-dock>.owc-armory{margin:0!important;padding:18px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.owc-armory-tabs{position:sticky;top:-1px;z-index:8;background:rgba(4,9,16,.95);backdrop-filter:blur(12px);padding-top:5px}

/* 2.4 base hero: plain training undersuit. All visible equipment is attached by item data attributes. */
.owc-fullgame [data-shmooter-hero] .gear-u1,.owc-fullgame [data-shmooter-hero] .gear-u2,.owc-fullgame [data-shmooter-hero] .gear-u3,.owc-fullgame [data-shmooter-hero] .gear-u4,.owc-fullgame [data-shmooter-hero] .gear-u5{opacity:0!important}
.owc-fullgame [data-shmooter-hero] .owc-sm-headset-band,.owc-fullgame [data-shmooter-hero] .owc-sm-headset,.owc-fullgame [data-shmooter-hero] .owc-sm-headset-light,.owc-fullgame [data-shmooter-hero] .owc-sm-vest,.owc-fullgame [data-shmooter-hero] .owc-sm-vest-accent,.owc-fullgame [data-shmooter-hero] .owc-sm-harness{opacity:0!important}
.owc-fullgame [data-shmooter-hero] .owc-sm-torso,.owc-fullgame [data-shmooter-hero] .owc-sm-arm{fill:#202b39!important}.owc-fullgame [data-shmooter-hero] .owc-sm-thigh{fill:#18222f!important}.owc-fullgame [data-shmooter-hero] .owc-sm-knee{opacity:.55}.owc-fullgame [data-shmooter-hero] .owc-sm-belt{fill:#171f2b!important;opacity:.8}.owc-fullgame [data-shmooter-hero] .owc-sm-buckle{fill:#4b596c!important;filter:none!important}
.owc-fullgame [data-shmooter-hero][data-weapon=""] .owc-sm-blaster{opacity:0!important}.owc-fullgame [data-shmooter-hero]:not([data-weapon]) .owc-sm-blaster{opacity:0!important}.owc-fullgame [data-shmooter-hero][data-weapon]:not([data-weapon=""]) .owc-sm-blaster{opacity:1!important}
/* old earned equipment also becomes a real visible layer */
.owc-fullgame [data-shmooter-hero][data-helmet="signal_visor"] .owc-sm-visor-upgrade,.owc-fullgame [data-shmooter-hero][data-helmet="dark_helmet"] .owc-sm-visor-upgrade{opacity:1!important}.owc-fullgame [data-shmooter-hero][data-helmet="dark_helmet"] .owc-sm-visor{fill:#885eff!important;filter:drop-shadow(0 0 8px #7047f3)}
.owc-fullgame [data-shmooter-hero][data-armor="moon_armor"] .owc-sm-vest,.owc-fullgame [data-shmooter-hero][data-armor="moon_armor"] .owc-sm-vest-accent{opacity:1!important}.owc-fullgame [data-shmooter-hero][data-armor="moon_armor"] .owc-sm-vest{fill:#50667e!important}
.owc-fullgame [data-shmooter-hero][data-reactor="portal_core"] .owc-store-reactor-gear{opacity:1!important}.owc-fullgame [data-shmooter-hero][data-reactor="portal_core"] .owc-store-reactor-core{fill:#77eeff;filter:drop-shadow(0 0 10px #65e5ff)}
.owc-fullgame [data-shmooter-hero][data-drone="nexus_drone"]:before{content:"";position:absolute;z-index:6;right:7%;top:20%;width:33px;height:14px;border:2px solid #8c73ff;border-radius:50% 50% 35% 35%;background:#161b31;box-shadow:0 0 15px rgba(119,82,255,.45);animation:owcDroneFloat 2.4s ease-in-out infinite}.owc-fullgame [data-shmooter-hero][data-drone="nexus_drone"]:after{content:"";position:absolute;z-index:7;right:11%;top:22%;width:7px;height:7px;border-radius:50%;background:#84efff;box-shadow:0 0 8px #84efff;animation:owcDroneFloat 2.4s ease-in-out infinite}
.owc-fullgame [data-shmooter-hero][data-frame="portal_frame"]{border:1px solid rgba(91,229,251,.35)!important;border-radius:24px;box-shadow:inset 0 0 30px rgba(76,211,239,.07),0 0 25px rgba(85,216,244,.12)!important}.owc-fullgame [data-shmooter-hero][data-frame="legend_frame"]{border:1px solid rgba(255,210,93,.44)!important;border-radius:24px;box-shadow:inset 0 0 31px rgba(255,204,77,.08),0 0 27px rgba(255,199,60,.14)!important}.owc-fullgame [data-shmooter-hero][data-background="void_background"]{background:radial-gradient(circle at 50% 45%,rgba(132,64,237,.22),transparent 58%)!important}

@media(max-width:760px){.owc-game-entry-panel{padding:8px 0 100px}.owc-game-entry{min-height:180px;padding:24px 20px;border-radius:24px}.owc-game-entry>b{font-size:48px}.owc-game-entry>i{width:66px;height:66px;font-size:24px}.owc-fullgame-top{grid-template-columns:auto 1fr;min-height:62px}.owc-fullgame-brand{min-width:0}.owc-fullgame-stats{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);width:100%;gap:5px}.owc-fullgame-stats span{text-align:center;padding:6px}.owc-fullgame .owc-game{padding:12px 9px 45px}.owc-fullgame .owc-game-hero{margin-top:0}.owc-armory-dock{border-radius:22px}.owc-armory-dock-title{align-items:flex-start;padding:14px;flex-direction:column}.owc-armory-dock-stats{width:100%;display:grid;grid-template-columns:repeat(3,1fr)}.owc-armory-dock-stats span{text-align:center}.owc-armory-dock>.owc-armory{padding:11px!important}.owc-fullgame-exit span{display:none}.owc-fullgame-exit{width:42px;height:42px;padding:0;justify-content:center;font-size:18px}}


/* === 2.4.1 ARMORY: OWNED VS NOT YET OWNED === */
.owc-armory-section{position:relative;z-index:2;margin-top:15px;padding:14px;border:1px solid rgba(255,255,255,.065);border-radius:21px;background:rgba(4,9,16,.62)}
.owc-armory-section.owned{border-color:rgba(82,224,255,.13);background:linear-gradient(180deg,rgba(35,165,200,.045),rgba(4,9,16,.62))}
.owc-armory-section.missing{border-color:rgba(161,105,255,.12);background:linear-gradient(180deg,rgba(118,77,222,.045),rgba(4,9,16,.62))}
.owc-armory-section-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:8px;padding:2px 2px 10px;border-bottom:1px solid rgba(255,255,255,.055)}
.owc-armory-section-head span{display:block;color:#6eeaff;font-size:7px;font-weight:950;letter-spacing:.17em}.owc-armory-section.missing .owc-armory-section-head span{color:#b493ff}
.owc-armory-section-head h4{margin:4px 0 2px!important;color:#fff!important;font-size:16px!important;letter-spacing:.025em}.owc-armory-section-head h4 i{display:inline-grid;place-items:center;min-width:24px;height:24px;margin-left:5px;padding:0 7px;border-radius:999px;background:rgba(107,231,255,.09);color:#8cefff;font-size:10px;font-style:normal;vertical-align:1px}.owc-armory-section.missing .owc-armory-section-head h4 i{background:rgba(163,112,255,.09);color:#c2a6ff}
.owc-armory-section-head p{margin:0;color:#708197;font-size:9px;line-height:1.45}.owc-armory-section-head>b{flex:0 0 auto;padding:7px 9px;border:1px solid rgba(255,255,255,.07);border-radius:9px;background:#09111b;color:#6f8299;font-size:7px;letter-spacing:.09em;white-space:nowrap}
.owc-armory-section .owc-armory-grid{margin-top:9px}.owc-armory-section .owc-armory-empty{grid-column:1/-1;margin:3px 0;padding:23px 15px;border:1px dashed rgba(255,255,255,.08);border-radius:15px;background:rgba(255,255,255,.018);color:#738399;text-align:center;font-size:10px}
@media(max-width:600px){.owc-armory-section{padding:10px;border-radius:17px}.owc-armory-section-head{display:block}.owc-armory-section-head>b{display:inline-block;margin-top:8px}.owc-armory-section-head h4{font-size:14px!important}}

/* =========================================================
   SHMOOTER CLUB 3.0 — full-screen clicker game
   ========================================================= */
.owc-clicker-v3{position:relative;display:grid;gap:16px;padding:18px 18px 8px;color:#f7fbff}
.owc-v3-topbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border:1px solid rgba(119,232,255,.17);border-radius:20px;background:linear-gradient(145deg,rgba(15,23,42,.94),rgba(6,10,20,.94));box-shadow:0 16px 38px rgba(0,0,0,.22)}
.owc-v3-topbar>div:first-child span,.owc-v3-section-head span{display:block;font-size:10px;letter-spacing:.16em;font-weight:900;color:#6fe9ff}.owc-v3-topbar>div:first-child b{display:block;margin-top:4px;font-size:18px}.owc-v3-topbar i{font-style:normal}
.owc-v3-currencies{display:flex;gap:8px}.owc-v3-currencies>span{min-width:88px;padding:8px 10px;border-radius:14px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);text-align:right}.owc-v3-currencies b{display:block;font-size:18px}.owc-v3-currencies small{display:block;margin-top:1px;color:#8da1b8;font-size:8px;font-weight:900;letter-spacing:.1em}
.owc-v3-arena{position:relative;min-height:550px;overflow:hidden;border-radius:28px;border:1px solid rgba(95,222,255,.18);background:radial-gradient(circle at 50% 30%,rgba(28,111,160,.22),transparent 35%),radial-gradient(circle at 50% 96%,rgba(60,34,119,.35),transparent 38%),linear-gradient(180deg,#070d18 0%,#0b1422 55%,#090b14 100%);box-shadow:inset 0 0 70px rgba(26,184,225,.05),0 22px 60px rgba(0,0,0,.28);isolation:isolate}
.owc-v3-sector-grid{position:absolute;inset:50% -20% -25%;transform:perspective(480px) rotateX(64deg);transform-origin:50% 0;background-image:linear-gradient(rgba(85,224,255,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(85,224,255,.13) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent 88%);z-index:0}.owc-v3-sector-glow{position:absolute;width:380px;height:150px;left:50%;top:31%;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(ellipse,rgba(70,219,255,.18),transparent 68%);filter:blur(10px)}
.owc-v3-enemy-wrap{position:absolute;left:50%;top:26px;transform:translateX(-50%);width:min(50%,330px);z-index:5;text-align:center;cursor:pointer;-webkit-tap-highlight-color:transparent;user-select:none}.owc-v3-enemy-tag{display:inline-flex;padding:5px 10px;border-radius:999px;background:rgba(3,8,16,.72);border:1px solid rgba(106,228,255,.22);font-size:9px;font-weight:900;letter-spacing:.11em;color:#7beaff;max-width:100%}.owc-v3-enemy-wrap h3{margin:4px 0 6px;font-size:18px;text-shadow:0 2px 14px #000}
.owc-v3-robot{position:relative;width:150px;height:220px;margin:8px auto 0;filter:drop-shadow(0 24px 24px rgba(0,0,0,.55));transition:transform .12s ease}.owc-v3-robot i{position:absolute;display:block}.owc-v3-robot .body{left:40px;top:65px;width:72px;height:100px;border-radius:22px 22px 16px 16px;background:linear-gradient(145deg,#263546,#111b27);border:2px solid #526c82;box-shadow:inset 0 0 18px rgba(98,215,255,.08)}.owc-v3-robot .head{left:48px;top:27px;width:58px;height:50px;border-radius:14px 14px 10px 10px;background:linear-gradient(145deg,#33485b,#121e2a);border:2px solid #607e96}.owc-v3-robot .eye{left:64px;top:45px;width:28px;height:7px;border-radius:9px;background:#ff515d;box-shadow:0 0 13px #ff4051;z-index:4}.owc-v3-robot .core{left:66px;top:92px;width:24px;height:24px;border-radius:50%;background:#55e7ff;border:3px solid #203847;box-shadow:0 0 16px #47dffb;z-index:4}.owc-v3-robot .arm{top:78px;width:26px;height:86px;border-radius:14px;background:linear-gradient(#354a5c,#172330);border:2px solid #536e83}.owc-v3-robot .arm.left{left:14px;transform:rotate(7deg)}.owc-v3-robot .arm.right{right:12px;transform:rotate(-7deg)}.owc-v3-robot .leg{top:158px;width:28px;height:58px;border-radius:10px;background:linear-gradient(#263949,#111a24);border:2px solid #485f73}.owc-v3-robot .leg.left{left:43px}.owc-v3-robot .leg.right{right:39px}.owc-v3-robot .cannon{right:2px;top:90px;width:38px;height:18px;border-radius:4px;background:#273847;border:2px solid #607e94;box-shadow:6px 0 0 -4px #50def7}
.owc-v3-robot.boss{transform:scale(1.2);filter:drop-shadow(0 25px 30px rgba(255,48,80,.25))}.owc-v3-robot.boss .body{background:linear-gradient(145deg,#5b2532,#25111a);border-color:#c85068}.owc-v3-robot.boss .head{background:linear-gradient(145deg,#6e2937,#281019);border-color:#df5b70}.owc-v3-robot.boss .core{background:#ff465e;box-shadow:0 0 24px #ff354f}.owc-v3-enemy-wrap.kind-gold .owc-v3-robot{filter:drop-shadow(0 22px 28px rgba(255,204,73,.45))}.owc-v3-enemy-wrap.kind-gold .owc-v3-robot .body,.owc-v3-enemy-wrap.kind-gold .owc-v3-robot .head{border-color:#e8c155;background:linear-gradient(145deg,#5d512b,#24200f)}.owc-v3-enemy-wrap.kind-portal .owc-v3-robot .core{background:#a56cff;box-shadow:0 0 24px #8b52ff}.owc-v3-enemy-wrap.kind-prototype .owc-v3-robot .core{background:#63ff9d;box-shadow:0 0 22px #45ef82}.owc-v3-robot.is-hit{animation:owcV3Hit .18s linear}@keyframes owcV3Hit{25%{transform:translateX(-8px) rotate(-2deg)}75%{transform:translateX(7px) rotate(2deg)}}
.owc-v3-hp{max-width:260px;margin:0 auto;padding:7px 9px;border-radius:10px;background:rgba(4,8,15,.75);border:1px solid rgba(255,255,255,.09)}.owc-v3-hp>span{display:block;text-align:right;font-size:10px;font-weight:850;color:#eaf7ff}.owc-v3-hp>span i{font-style:normal}.owc-v3-hp>div{height:7px;margin-top:4px;border-radius:99px;overflow:hidden;background:rgba(255,255,255,.09)}.owc-v3-hp>div b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ff4565,#ffaf54);box-shadow:0 0 12px rgba(255,73,91,.42);transition:width .2s ease}
.owc-v3-main-fighter{position:absolute;left:20px;bottom:58px;z-index:7;display:flex;align-items:flex-end;gap:8px}.owc-v3-main-avatar{width:165px;height:230px;position:relative;filter:drop-shadow(0 22px 20px rgba(0,0,0,.4));transform-origin:55% 90%}.owc-v3-main-avatar svg{width:100%;height:100%;overflow:visible}.owc-v3-main-avatar.is-firing{animation:owcV3Recoil .18s ease}@keyframes owcV3Recoil{40%{transform:translateX(-5px) rotate(-1deg)}100%{transform:none}}.owc-v3-main-fighter>div:last-child{padding:8px 10px;border-radius:12px;background:rgba(4,8,15,.72);border:1px solid rgba(91,228,255,.15);text-align:left}.owc-v3-main-fighter span,.owc-v3-main-fighter small{display:block;font-size:8px;color:#8298ae;font-weight:900;letter-spacing:.1em}.owc-v3-main-fighter b{display:block;font-size:13px}.owc-v3-main-fighter i{font-style:normal;color:#72eaff}
.owc-v3-squad{position:absolute;right:18px;bottom:70px;z-index:6;display:grid;grid-template-columns:repeat(2,minmax(110px,1fr));gap:7px;width:min(42%,310px)}.owc-v3-squad-empty{grid-column:1/-1;padding:12px;border:1px dashed rgba(121,229,255,.19);border-radius:13px;background:rgba(4,9,17,.6);color:#72879c;font-size:9px;line-height:1.45}.owc-v3-squad-unit{padding:7px 8px;border:1px solid rgba(109,230,255,.16);border-radius:12px;background:rgba(6,13,23,.82);text-align:left;animation:owcV3SquadPulse 1.8s ease-in-out infinite alternate}.owc-v3-squad-unit i{float:left;margin-right:6px;font-style:normal;color:#6de9ff}.owc-v3-squad-unit b,.owc-v3-squad-unit small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.owc-v3-squad-unit b{font-size:9px}.owc-v3-squad-unit small{font-size:7px;color:#8196a9}@keyframes owcV3SquadPulse{to{border-color:rgba(109,230,255,.35);box-shadow:0 0 13px rgba(73,218,246,.08)}}
.owc-v3-tap-zone{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);z-index:9;width:min(48%,330px);padding:9px 14px;border:1px solid rgba(96,230,255,.25);border-radius:15px;background:linear-gradient(135deg,rgba(25,109,139,.7),rgba(30,34,87,.72));color:#fff;font-family:inherit;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.26);-webkit-tap-highlight-color:transparent}.owc-v3-tap-zone span{display:block;font-weight:950;font-size:12px;letter-spacing:.05em}.owc-v3-tap-zone small{display:block;margin-top:2px;color:#a7c8d8;font-size:8px}.owc-v3-tap-zone:active{transform:translateX(-50%) scale(.98)}
.owc-v3-damage-layer{position:absolute;inset:0;pointer-events:none;z-index:20}.owc-v3-float-damage{position:absolute;color:#fff;font-size:18px;font-weight:1000;text-shadow:0 2px 8px #000;animation:owcV3Float .8s ease forwards}.owc-v3-float-damage.crit{color:#ffd665;font-size:24px;text-shadow:0 0 14px rgba(255,194,69,.65),0 2px 8px #000}@keyframes owcV3Float{0%{opacity:0;transform:translateY(10px) scale(.7)}20%{opacity:1;transform:translateY(0) scale(1.1)}100%{opacity:0;transform:translateY(-55px) scale(.9)}}.owc-v3-shot{position:absolute;left:31%;bottom:198px;width:18px;height:5px;border-radius:99px;background:#6bf3ff;box-shadow:0 0 13px #54e9ff;opacity:0;z-index:15;transform-origin:left center;pointer-events:none}.owc-v3-shot.is-fire{animation:owcV3Shot .22s linear}@keyframes owcV3Shot{0%{opacity:1;transform:translate(0,0) rotate(-23deg) scaleX(1)}100%{opacity:0;transform:translate(180px,-115px) rotate(-23deg) scaleX(2.5)}}
.owc-v3-combat-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.owc-v3-combat-strip>div{padding:11px 12px;border:1px solid rgba(255,255,255,.075);border-radius:15px;background:rgba(10,16,27,.8)}.owc-v3-combat-strip span,.owc-v3-combat-strip small{display:block}.owc-v3-combat-strip span{font-size:8px;color:#77eaff;font-weight:900;letter-spacing:.1em}.owc-v3-combat-strip b{display:block;margin:3px 0;font-size:20px}.owc-v3-combat-strip small{font-size:8px;color:#778ba0}.owc-v3-combat-strip i{font-style:normal}
.owc-v3-skills,.owc-v3-heroes{padding:15px;border:1px solid rgba(255,255,255,.075);border-radius:20px;background:linear-gradient(145deg,rgba(11,17,29,.94),rgba(7,11,20,.94))}.owc-v3-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:11px}.owc-v3-section-head h3{margin:2px 0 0;font-size:17px}.owc-v3-section-head>small,.owc-v3-section-head>div:last-child small{font-size:8px;color:#74899f}.owc-v3-section-head>div:last-child b{display:block;text-align:right;font-size:19px}.owc-v3-skill-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.owc-v3-skill{display:flex;align-items:center;gap:8px;min-height:62px;padding:9px;border-radius:14px;border:1px solid rgba(89,225,255,.16);background:rgba(21,41,55,.58);color:#fff;text-align:left;font-family:inherit;cursor:pointer}.owc-v3-skill>i{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:rgba(94,225,255,.1);font-style:normal;font-size:18px}.owc-v3-skill b,.owc-v3-skill small{display:block}.owc-v3-skill b{font-size:9px}.owc-v3-skill small{margin-top:2px;font-size:7px;color:#8198aa;line-height:1.3}.owc-v3-skill.active{border-color:#7effb2;box-shadow:0 0 18px rgba(82,255,157,.12)}.owc-v3-skill:disabled{opacity:.42;cursor:default}
.owc-v3-heroes-note{margin:-4px 0 12px;color:#899db2;font-size:10px;line-height:1.45}.owc-v3-hero-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.owc-v3-roster-card{display:grid;grid-template-columns:46px 1fr auto;gap:9px;align-items:center;padding:10px;border:1px solid rgba(255,255,255,.075);border-radius:15px;background:rgba(255,255,255,.025)}.owc-v3-roster-card.owned{border-color:rgba(91,228,255,.21)}.owc-v3-roster-card.locked{opacity:.5}.owc-v3-roster-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:radial-gradient(circle,rgba(92,231,255,.18),rgba(47,64,86,.2));border:1px solid rgba(105,230,255,.18);font-size:20px;color:#70ebff}.owc-v3-roster-copy span{font-size:7px;font-weight:900;color:#5edcf1;letter-spacing:.1em;text-transform:uppercase}.owc-v3-roster-copy h4{margin:1px 0;font-size:12px}.owc-v3-roster-copy p{margin:0;color:#8194a8;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.owc-v3-roster-copy>div{display:flex;gap:8px;margin-top:5px}.owc-v3-roster-copy>div b,.owc-v3-roster-copy>div em{font-size:8px;font-style:normal}.owc-v3-roster-copy>div em{color:#71e9ff}.owc-v3-roster-card>button{min-width:105px;padding:9px 8px;border:0;border-radius:10px;background:linear-gradient(135deg,#217eaa,#4453b4);color:#fff;font-size:8px;font-weight:950;font-family:inherit;cursor:pointer}.owc-v3-roster-card>button:disabled{background:#242c38;color:#758293;cursor:default}
.owc-v3-rewardline{display:flex;flex-wrap:wrap;gap:7px}.owc-v3-rewardline>span{flex:1 1 190px;padding:9px 11px;border-radius:12px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.065);color:#8498ad;font-size:9px}.owc-v3-rewardline b{color:#dcecff}
.owc-v3-hero-card{display:grid;grid-template-columns:minmax(180px,34%) 1fr;gap:18px;align-items:center;margin:10px 18px 18px;padding:18px;border:1px solid rgba(108,229,255,.16);border-radius:24px;background:radial-gradient(circle at 18% 45%,rgba(76,222,255,.11),transparent 35%),linear-gradient(145deg,#0b1220,#080c15);color:#fff}.owc-v3-hero-visual{position:relative;height:270px;display:grid;place-items:center}.owc-v3-hero-visual svg{width:190px;height:260px;overflow:visible;filter:drop-shadow(0 20px 18px rgba(0,0,0,.45))}.owc-v3-hero-info>span{font-size:9px;letter-spacing:.14em;color:#6ee6fa;font-weight:900}.owc-v3-hero-info h3{margin:3px 0 9px;font-size:25px}.owc-v3-hero-stats{display:flex;flex-wrap:wrap;gap:7px}.owc-v3-hero-stats b{padding:7px 9px;border-radius:10px;background:rgba(255,255,255,.045);font-size:9px}.owc-v3-hero-stats i,.owc-v3-hero-info p i{font-style:normal}.owc-v3-hero-info p{color:#8fa4b8;font-size:10px;line-height:1.5}.owc-v3-hero-actions{display:flex;flex-wrap:wrap;gap:8px}.owc-v3-hero-actions .owc-game-btn{width:auto;min-height:42px}
.owc-v3-offline{position:fixed;left:50%;top:50%;z-index:100000;transform:translate(-50%,-45%) scale(.95);opacity:0;display:grid;gap:5px;width:min(90vw,360px);padding:22px;border-radius:22px;background:linear-gradient(145deg,#101c2b,#080d17);border:1px solid rgba(105,233,255,.3);box-shadow:0 28px 80px rgba(0,0,0,.65);text-align:center;transition:.2s ease}.owc-v3-offline.show{opacity:1;transform:translate(-50%,-50%) scale(1)}.owc-v3-offline span{font-size:9px;letter-spacing:.15em;color:#68e6fa;font-weight:900}.owc-v3-offline b{font-size:28px}.owc-v3-offline small{color:#8ea3b7}.owc-v3-offline button{margin-top:8px;padding:12px;border:0;border-radius:12px;background:linear-gradient(135deg,#23a3cd,#5257c5);color:#fff;font-weight:950}
.owc-v3-loading{padding:14px;border-radius:12px;background:rgba(255,255,255,.035);color:#8296aa;font-size:10px}
/* Armory is now one modal opened from the main hero card. */
.owc-armory-overlay{position:fixed;inset:0;z-index:99990;background:rgba(0,0,0,.72);backdrop-filter:blur(8px);opacity:0;transition:.2s}.owc-armory-overlay.is-open{opacity:1}.owc-armory-modal{position:fixed;inset:0;z-index:99991;overflow:auto;background:#070b12;color:#fff;opacity:0;transform:translateY(14px);transition:.22s ease;padding:max(12px,env(safe-area-inset-top)) 0 max(24px,env(safe-area-inset-bottom))}.owc-armory-modal.is-open{opacity:1;transform:none}.owc-armory-modal-top{position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:12px;padding:10px 14px;background:rgba(7,11,18,.92);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(16px)}.owc-armory-close{padding:9px 12px;border:1px solid rgba(104,230,255,.2);border-radius:11px;background:#101c28;color:#fff;font-weight:900}.owc-armory-modal-top span,.owc-armory-modal-top b{display:block}.owc-armory-modal-top span{font-size:8px;color:#66e5fa;letter-spacing:.12em}.owc-armory-modal-top b{font-size:11px}.owc-armory-modal .owc-armory-dock{display:block!important;margin:12px auto;max-width:950px}.owc-game-full-open.owc-armory-open{overflow:hidden}
/* Unequipped main hero: hide combat add-ons until actual inventory items are equipped. */
.owc-fullgame [data-shmooter-hero][data-weapon=""] .owc-sm-blaster,.owc-fullgame [data-shmooter-hero]:not([data-weapon]) .owc-sm-blaster{opacity:0!important}.owc-fullgame [data-shmooter-hero][data-armor=""] .owc-store-armor-gear,.owc-fullgame [data-shmooter-hero][data-helmet=""] .owc-store-helmet-gear,.owc-fullgame [data-shmooter-hero][data-reactor=""] .owc-store-reactor-gear,.owc-fullgame [data-shmooter-hero][data-drone=""] .owc-store-drone-gear{opacity:0!important}
@media(max-width:720px){.owc-clicker-v3{padding:10px 9px 4px;gap:10px}.owc-v3-topbar{padding:10px 11px;border-radius:15px}.owc-v3-topbar>div:first-child b{font-size:14px}.owc-v3-currencies>span{min-width:65px;padding:6px 7px}.owc-v3-currencies b{font-size:13px}.owc-v3-arena{min-height:505px;border-radius:20px}.owc-v3-enemy-wrap{width:66%;top:18px}.owc-v3-robot{width:130px;height:200px;transform:scale(.9);transform-origin:50% 0}.owc-v3-robot.boss{transform:scale(1.02)}.owc-v3-main-fighter{left:6px;bottom:55px}.owc-v3-main-avatar{width:122px;height:185px}.owc-v3-main-fighter>div:last-child{position:absolute;left:4px;bottom:-27px;width:120px;padding:5px 7px}.owc-v3-squad{right:6px;bottom:58px;width:46%;grid-template-columns:1fr;gap:4px}.owc-v3-squad-unit{padding:5px 6px}.owc-v3-squad-unit:nth-child(n+4){display:none}.owc-v3-tap-zone{width:58%;bottom:9px;padding:8px}.owc-v3-tap-zone small{display:none}.owc-v3-combat-strip{grid-template-columns:1fr 1fr}.owc-v3-skill-grid{grid-template-columns:1fr}.owc-v3-hero-list{grid-template-columns:1fr}.owc-v3-roster-card{grid-template-columns:42px 1fr auto}.owc-v3-roster-card>button{min-width:92px}.owc-v3-hero-card{grid-template-columns:1fr;margin:8px 9px 14px;padding:14px}.owc-v3-hero-visual{height:225px}.owc-v3-hero-visual svg{width:170px;height:225px}.owc-v3-hero-info{text-align:center}.owc-v3-hero-stats,.owc-v3-hero-actions{justify-content:center}.owc-v3-hero-info h3{font-size:21px}}
@media(max-width:420px){.owc-v3-arena{min-height:470px}.owc-v3-enemy-wrap{width:72%}.owc-v3-squad{width:43%}.owc-v3-main-avatar{width:110px}.owc-v3-combat-strip>div{padding:9px}.owc-v3-combat-strip b{font-size:16px}.owc-v3-roster-copy p{max-width:120px}.owc-v3-roster-card{grid-template-columns:38px 1fr}.owc-v3-roster-icon{width:38px;height:38px}.owc-v3-roster-card>button{grid-column:1/-1;width:100%}}

/* =========================================================
   SHMOOTER CLUB 4.0 — one-screen Tap Titans style game
   ========================================================= */
.owc-fullgame{background:#050913!important;overflow:hidden!important}
.owc-fullgame .owc-tt4{width:100%;height:100dvh;min-height:100dvh;display:grid;grid-template-rows:auto minmax(0,1fr) minmax(245px,36dvh);overflow:hidden;background:radial-gradient(circle at 50% 12%,rgba(34,147,198,.18),transparent 35%),linear-gradient(180deg,#07101c 0%,#0a1321 45%,#070b13 100%);color:#f5fbff;font-family:inherit;touch-action:manipulation;user-select:none;-webkit-user-select:none}
.owc-tt4 *{box-sizing:border-box}.owc-tt4 button{font:inherit}
.owc-tt4-hud{position:relative;z-index:40;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:58px;padding:max(7px,env(safe-area-inset-top)) max(9px,env(safe-area-inset-right)) 7px max(9px,env(safe-area-inset-left));background:linear-gradient(180deg,rgba(3,8,14,.98),rgba(5,11,19,.9));border-bottom:1px solid rgba(118,231,255,.1);box-shadow:0 8px 24px rgba(0,0,0,.22)}
.owc-tt4-exit{width:42px;height:42px;border:1px solid rgba(112,226,255,.18);border-radius:12px;background:linear-gradient(145deg,#0e1a28,#09121d);color:#eafdff;font-size:23px;font-weight:900;cursor:pointer;box-shadow:inset 0 1px rgba(255,255,255,.04)}
.owc-tt4-stage{text-align:center;min-width:0}.owc-tt4-stage span,.owc-tt4-stage small{display:block}.owc-tt4-stage span{color:#61768c;font-size:7px;font-weight:950;letter-spacing:.18em}.owc-tt4-stage b{display:inline-block;color:#fff;font-size:22px;line-height:1}.owc-tt4-stage small{margin-top:2px;color:#6eeaff;font-size:7px;font-weight:900;letter-spacing:.1em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.owc-tt4-wallet{display:flex;gap:5px}.owc-tt4-wallet span{display:flex;align-items:center;gap:5px;min-width:70px;padding:8px 9px;border:1px solid rgba(255,255,255,.065);border-radius:11px;background:#09121e;color:#758ba3;font-size:10px;font-weight:900}.owc-tt4-wallet b{color:#fff;font-size:12px}

.owc-tt4-arena{position:relative;min-height:0;overflow:hidden;isolation:isolate;cursor:crosshair;background:linear-gradient(180deg,rgba(8,18,31,.18),rgba(4,8,15,.1))}
.owc-tt4-bg{position:absolute;inset:0;z-index:-3;overflow:hidden;background:radial-gradient(circle at 50% 34%,rgba(72,197,235,.13),transparent 24%),radial-gradient(circle at 50% 100%,rgba(76,60,189,.22),transparent 39%),linear-gradient(180deg,#08101b,#101928 65%,#090c14)}
.owc-tt4-bg:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(77,175,204,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(77,175,204,.045) 1px,transparent 1px);background-size:42px 42px;transform:perspective(520px) rotateX(64deg) scale(1.55);transform-origin:50% 100%;opacity:.45}
.owc-tt4-bg:after{content:"";position:absolute;left:0;right:0;bottom:0;height:32%;background:linear-gradient(180deg,transparent,rgba(6,13,23,.85)),repeating-linear-gradient(90deg,rgba(95,224,255,.035) 0 2px,transparent 2px 76px)}
.owc-tt4-bg i{position:absolute;width:2px;height:2px;border-radius:50%;background:#8eefff;box-shadow:0 0 8px #65e4ff;opacity:.45}.owc-tt4-bg i:nth-child(1){left:12%;top:18%}.owc-tt4-bg i:nth-child(2){right:14%;top:26%}.owc-tt4-bg i:nth-child(3){left:76%;top:54%}

.owc-tt4-enemy-ui{position:absolute;z-index:12;left:50%;top:10px;transform:translateX(-50%);width:min(440px,76%);text-align:center;pointer-events:none}.owc-tt4-enemy-ui>span{display:block;color:#6eeaff;font-size:8px;font-weight:950;letter-spacing:.14em;text-shadow:0 2px 9px #03070d}.owc-tt4-enemy-ui h2{margin:3px 0 6px!important;color:#fff!important;font-size:clamp(16px,3vw,24px)!important;line-height:1!important;text-shadow:0 2px 10px #000}.owc-tt4-hp{display:grid;grid-template-columns:1fr auto;gap:7px;align-items:center}.owc-tt4-hp>div{height:10px;padding:2px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(2,6,12,.72);overflow:hidden}.owc-tt4-hp>div b{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#ff4e66,#ff9e55);box-shadow:0 0 12px rgba(255,84,93,.38);transition:width .12s linear}.owc-tt4-hp>span{color:#b8c6d5;font-size:8px;font-weight:900}.owc-tt4-hp i{font-style:normal}

.owc-tt4-enemy{position:absolute;z-index:7;left:50%;top:19%;width:170px;height:210px;transform:translateX(-50%);display:grid;place-items:center;transition:transform .12s ease,filter .12s ease;pointer-events:none}.owc-tt4-enemy.is-hit{animation:owcTT4Hit .12s ease}.owc-tt4-enemy.is-dead{animation:owcTT4Dead .38s ease forwards}.owc-tt4-enemy.is-boss{transform:translateX(-50%) scale(1.14)}.owc-tt4-enemy.kind-gold{filter:drop-shadow(0 0 20px rgba(255,211,74,.35))}.owc-tt4-enemy.kind-portal{filter:drop-shadow(0 0 20px rgba(159,98,255,.4))}.owc-tt4-enemy.kind-prototype{filter:drop-shadow(0 0 20px rgba(72,233,255,.35))}
@keyframes owcTT4Hit{50%{transform:translateX(-50%) translateX(5px) scale(.98);filter:brightness(1.7)}}@keyframes owcTT4Dead{30%{transform:translateX(-50%) scale(1.12);filter:brightness(2.2)}100%{transform:translateX(-50%) scale(.35) rotate(8deg);opacity:0;filter:blur(8px)}}
.owc-tt4-robot{position:relative;width:126px;height:180px;filter:drop-shadow(0 18px 13px rgba(0,0,0,.46))}.owc-tt4-robot i{position:absolute;display:block}.owc-tt4-robot .r-head{left:36px;top:4px;width:55px;height:44px;border:4px solid #182535;border-radius:19px 19px 11px 11px;background:linear-gradient(180deg,#455a70,#273546)}.owc-tt4-robot .r-eye{left:48px;top:22px;width:31px;height:8px;border-radius:10px;background:#ff5571;box-shadow:0 0 13px #ff4864}.owc-tt4-robot .r-body{left:29px;top:47px;width:70px;height:75px;border:5px solid #172536;border-radius:17px 17px 25px 25px;background:linear-gradient(145deg,#34495e,#1b2a3a)}.owc-tt4-robot .r-core{left:51px;top:69px;width:27px;height:27px;border:5px solid #152232;border-radius:50%;background:#ff5a76;box-shadow:0 0 15px rgba(255,75,106,.66)}.owc-tt4-robot .r-arm{top:58px;width:23px;height:78px;border:4px solid #172434;border-radius:13px;background:#304458}.owc-tt4-robot .r-arm.l{left:6px;transform:rotate(12deg)}.owc-tt4-robot .r-arm.r{right:4px;transform:rotate(-14deg)}.owc-tt4-robot .r-leg{top:116px;width:27px;height:62px;border:4px solid #162333;border-radius:8px 8px 14px 14px;background:#26394d}.owc-tt4-robot .r-leg.l{left:33px;transform:rotate(2deg)}.owc-tt4-robot .r-leg.r{right:30px;transform:rotate(-2deg)}.owc-tt4-robot .r-gun{right:-9px;top:82px;width:52px;height:17px;border:4px solid #142231;border-radius:7px;background:#40566b;transform:rotate(-8deg)}
.owc-tt4-enemy.is-boss .owc-tt4-robot .r-head,.owc-tt4-enemy.is-boss .owc-tt4-robot .r-body{background:linear-gradient(145deg,#5b2d64,#26364d)}.owc-tt4-enemy.kind-gold .r-head,.owc-tt4-enemy.kind-gold .r-body,.owc-tt4-enemy.kind-gold .r-arm,.owc-tt4-enemy.kind-gold .r-leg{background:linear-gradient(145deg,#9b7837,#4e4028)}.owc-tt4-enemy.kind-portal .r-core{background:#a86cff;box-shadow:0 0 17px #9858ff}.owc-tt4-enemy.kind-prototype .r-core{background:#58efff;box-shadow:0 0 17px #45e4ff}

.owc-tt4-player{position:absolute;z-index:9;left:50%;bottom:-17px;width:170px;height:215px;transform:translateX(-50%);pointer-events:none}.owc-tt4-player-svg{position:absolute;left:50%;bottom:22px;transform:translateX(-50%);width:145px;height:190px}.owc-tt4-player-svg svg{width:100%;height:100%;overflow:visible;filter:drop-shadow(0 16px 10px rgba(0,0,0,.46))}.owc-tt4 .owc-tt4-player-svg .owc-sm-blaster{opacity:1!important}.owc-tt4-player.is-firing .owc-tt4-player-svg{animation:owcTT4Fire .14s ease}@keyframes owcTT4Fire{50%{transform:translateX(-50%) translateX(3px) rotate(-1deg)}}
.owc-tt4-player-tag{position:absolute;left:50%;bottom:7px;transform:translateX(-50%);min-width:126px;padding:5px 9px;border:1px solid rgba(95,231,255,.12);border-radius:999px;background:rgba(4,10,18,.78);backdrop-filter:blur(8px);text-align:center}.owc-tt4-player-tag b,.owc-tt4-player-tag small{display:block}.owc-tt4-player-tag b{font-size:9px;color:#fff}.owc-tt4-player-tag small{font-size:7px;color:#7deaff}.owc-tt4-player-tag i{font-style:normal}
.owc-tt4-shot{position:absolute;z-index:10;left:50%;bottom:123px;width:0;height:3px;border-radius:3px;background:linear-gradient(90deg,#7af2ff,#fff);box-shadow:0 0 12px #6beeff;transform-origin:0 50%;opacity:0;pointer-events:none}.owc-tt4-shot.fire{animation:owcTT4Shot .16s ease-out}@keyframes owcTT4Shot{0%{opacity:1;width:12px;transform:translateX(18px) rotate(-66deg)}100%{opacity:0;width:170px;transform:translateX(18px) translateY(-120px) rotate(-66deg)}}
.owc-tt4-damage{position:absolute;inset:0;z-index:20;pointer-events:none;overflow:hidden}.owc-tt4-dmg{position:absolute;left:50%;top:33%;transform:translate(-50%,-50%);font-size:22px;font-weight:1000;color:#fff;text-shadow:0 2px 0 #132131,0 0 14px rgba(116,235,255,.5);animation:owcTT4Dmg .72s ease-out forwards}.owc-tt4-dmg.crit{font-size:31px;color:#ffd65a;text-shadow:0 2px 0 #5b3500,0 0 18px rgba(255,213,76,.65)}@keyframes owcTT4Dmg{0%{opacity:0;transform:translate(-50%,-20%) scale(.65)}15%{opacity:1;transform:translate(-50%,-50%) scale(1.12)}100%{opacity:0;transform:translate(calc(-50% + var(--dx)),calc(-50% - 58px)) scale(.92)}}
.owc-tt4-tap-hint{position:absolute;z-index:8;left:50%;bottom:18px;transform:translateX(-50%);padding:7px 12px;border-radius:999px;background:rgba(5,12,20,.55);color:#668097;font-size:7px;font-weight:950;letter-spacing:.13em;pointer-events:none;animation:owcTT4Hint 2.1s ease-in-out infinite}@keyframes owcTT4Hint{50%{color:#8eefff;box-shadow:0 0 18px rgba(86,220,255,.08)}}

.owc-tt4-helpers{position:absolute;inset:0;z-index:8;pointer-events:none}.owc-tt4-helper{position:absolute;width:62px;height:88px;filter:drop-shadow(0 10px 7px rgba(0,0,0,.35));animation:owcTT4HelperIdle 2.2s ease-in-out infinite}.owc-tt4-helper:nth-child(2n){animation-delay:-.7s}.owc-tt4-helper:nth-child(3n){animation-delay:-1.3s}@keyframes owcTT4HelperIdle{50%{transform:translateY(-4px)}}
.owc-tt4-helper .h-head{position:absolute;left:20px;top:2px;width:25px;height:24px;border:3px solid #172535;border-radius:10px;background:#d89d78}.owc-tt4-helper .h-visor{position:absolute;left:19px;top:7px;width:28px;height:11px;border:3px solid #172535;border-radius:8px;background:#4de6ff;box-shadow:0 0 8px rgba(77,228,255,.55)}.owc-tt4-helper .h-body{position:absolute;left:15px;top:25px;width:35px;height:39px;border:3px solid #152434;border-radius:10px;background:#2b4357}.owc-tt4-helper .h-gun{position:absolute;left:39px;top:38px;width:31px;height:10px;border:3px solid #152434;border-radius:5px;background:#486173}.owc-tt4-helper .h-leg{position:absolute;top:61px;width:12px;height:26px;border:3px solid #152434;border-radius:5px;background:#223548}.owc-tt4-helper .h-leg.l{left:18px}.owc-tt4-helper .h-leg.r{left:35px}.owc-tt4-helper.tech .h-body{background:#355a52}.owc-tt4-helper.energy .h-visor{background:#b66cff;box-shadow:0 0 8px #9a5fff}.owc-tt4-helper.fire .h-gun{animation:owcTT4HelperFire .18s ease}@keyframes owcTT4HelperFire{50%{box-shadow:18px 0 12px #7deaff;background:#8ef5ff}}
.owc-tt4-helper:nth-child(1){left:8%;bottom:9%}.owc-tt4-helper:nth-child(2){right:8%;bottom:10%}.owc-tt4-helper:nth-child(3){left:17%;bottom:27%;transform:scale(.86)}.owc-tt4-helper:nth-child(4){right:17%;bottom:28%;transform:scale(.86)}.owc-tt4-helper:nth-child(5){left:26%;bottom:13%;transform:scale(.76)}.owc-tt4-helper:nth-child(6){right:26%;bottom:13%;transform:scale(.76)}

.owc-tt4-console{position:relative;z-index:30;min-height:0;display:flex;flex-direction:column;border-top:1px solid rgba(102,226,255,.12);background:linear-gradient(180deg,rgba(8,15,26,.98),#050a12 24%);box-shadow:0 -12px 30px rgba(0,0,0,.24);padding-bottom:max(4px,env(safe-area-inset-bottom))}
.owc-tt4-tabs{display:grid;grid-template-columns:repeat(3,1fr);min-height:55px;border-bottom:1px solid rgba(255,255,255,.06)}.owc-tt4-tabs button{position:relative;border:0;background:transparent;color:#677b91;display:flex;align-items:center;justify-content:center;gap:7px;font-size:9px;font-weight:950;letter-spacing:.08em;cursor:pointer}.owc-tt4-tabs button i{font-style:normal;font-size:16px}.owc-tt4-tabs button.is-active{color:#8ef1ff;background:linear-gradient(180deg,rgba(74,218,247,.08),transparent)}.owc-tt4-tabs button.is-active:after{content:"";position:absolute;left:18%;right:18%;bottom:0;height:2px;background:#72eaff;box-shadow:0 0 10px #72eaff}
.owc-tt4-panel{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:11px 12px 14px}.owc-tt4-panel[hidden]{display:none!important}.owc-tt4-mainup{display:grid;grid-template-columns:1fr auto;gap:11px;align-items:center}.owc-tt4-mainup span,.owc-tt4-panel-head span{display:block;color:#67e8ff;font-size:7px;font-weight:950;letter-spacing:.14em}.owc-tt4-mainup h3,.owc-tt4-panel-head h3{margin:3px 0!important;color:#fff!important;font-size:17px!important}.owc-tt4-mainup p{margin:0;color:#6e8095;font-size:9px;line-height:1.35;max-width:430px}.owc-tt4-mainstats{display:flex;gap:5px}.owc-tt4-mainstats span{min-width:62px;padding:7px 8px;border:1px solid rgba(255,255,255,.065);border-radius:10px;background:#09121e;color:#63778d;font-size:7px}.owc-tt4-mainstats b{display:block;margin-top:2px;color:#fff;font-size:13px}.owc-tt4-upgrade-row{display:grid;grid-template-columns:1.5fr 1fr;gap:7px;margin-top:10px}.owc-tt4-upgrade{min-height:48px;border:1px solid rgba(99,229,255,.14);border-radius:12px;background:#0c1724;color:#e7faff;text-align:left;padding:8px 11px;cursor:pointer}.owc-tt4-upgrade.primary{border-color:rgba(91,230,255,.28);background:linear-gradient(135deg,#163c4b,#13263d);box-shadow:0 8px 24px rgba(48,199,226,.09)}.owc-tt4-upgrade small,.owc-tt4-upgrade b{display:block}.owc-tt4-upgrade small{color:#7092a5;font-size:7px;font-weight:950;letter-spacing:.09em}.owc-tt4-upgrade b{margin-top:3px;color:#93f3ff;font-size:15px}.owc-tt4-upgrade i{font-style:normal}.owc-tt4-upgrade:disabled{opacity:.42;cursor:not-allowed}.owc-tt4-progressline{display:flex;gap:7px;flex-wrap:wrap;margin-top:8px}.owc-tt4-progressline span{padding:5px 7px;border-radius:8px;background:rgba(255,255,255,.035);color:#64768a;font-size:7px}.owc-tt4-panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.owc-tt4-panel-head>b{padding:7px 9px;border-radius:9px;background:#09121e;color:#8ef1ff;font-size:10px}.owc-tt4-panel-head i{font-style:normal}
.owc-tt4-hero-list{display:grid;gap:6px}.owc-tt4-hero-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:9px;align-items:center;padding:8px;border:1px solid rgba(255,255,255,.06);border-radius:12px;background:linear-gradient(135deg,rgba(14,27,42,.92),rgba(7,12,20,.92))}.owc-tt4-hero-card.locked{opacity:.54}.owc-tt4-hero-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;background:radial-gradient(circle,rgba(76,223,251,.16),rgba(14,25,39,.92));font-size:21px}.owc-tt4-hero-copy span,.owc-tt4-hero-copy h4,.owc-tt4-hero-copy small{display:block}.owc-tt4-hero-copy span{color:#63869a;font-size:6px;font-weight:950;letter-spacing:.11em}.owc-tt4-hero-copy h4{margin:2px 0!important;color:#fff!important;font-size:11px!important}.owc-tt4-hero-copy small{color:#73869a;font-size:7px}.owc-tt4-hero-card button{min-width:105px;padding:8px 9px;border:1px solid rgba(91,228,255,.18);border-radius:9px;background:#102536;color:#86eeff;font-size:7px;font-weight:950;cursor:pointer}.owc-tt4-hero-card button:disabled{opacity:.42;cursor:not-allowed}.owc-tt4-hero-card.owned button{background:linear-gradient(135deg,#153b49,#16243c)}
.owc-tt4-skill-list{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.owc-tt4-skill{min-height:70px;display:grid;grid-template-columns:36px 1fr;gap:8px;align-items:center;text-align:left;padding:9px;border:1px solid rgba(112,223,255,.1);border-radius:12px;background:#0b1522;color:#fff;cursor:pointer}.owc-tt4-skill>i{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:rgba(89,225,255,.08);font-style:normal;font-size:17px}.owc-tt4-skill b,.owc-tt4-skill small{display:block}.owc-tt4-skill b{font-size:9px}.owc-tt4-skill small{margin-top:3px;color:#6e8197;font-size:7px;line-height:1.25}.owc-tt4-skill.active{border-color:rgba(98,235,255,.35);box-shadow:inset 0 0 22px rgba(79,219,247,.08)}.owc-tt4-skill:disabled{opacity:.43;cursor:not-allowed}.owc-tt4-loading{padding:18px;text-align:center;color:#6c8094;font-size:9px}
.owc-tt4-note{position:absolute;left:50%;top:-42px;transform:translateX(-50%) translateY(7px);z-index:60;min-width:180px;max-width:82%;padding:8px 11px;border:1px solid rgba(255,255,255,.09);border-radius:10px;background:rgba(5,12,20,.9);color:#9badbf;text-align:center;font-size:8px;opacity:0;pointer-events:none;transition:.18s}.owc-tt4-note.show{opacity:1;transform:translateX(-50%) translateY(0)}.owc-tt4-note.ok{color:#85f0c6;border-color:rgba(94,235,183,.17)}
.owc-tt4-offline{position:absolute;z-index:90;left:50%;top:50%;transform:translate(-50%,-46%) scale(.98);width:min(340px,88%);padding:19px;border:1px solid rgba(91,229,255,.2);border-radius:19px;background:radial-gradient(circle at 50% 0,rgba(82,220,249,.12),transparent 34%),#08121e;box-shadow:0 30px 90px rgba(0,0,0,.62);text-align:center;opacity:0;transition:.2s}.owc-tt4-offline.show{opacity:1;transform:translate(-50%,-50%) scale(1)}.owc-tt4-offline span,.owc-tt4-offline b,.owc-tt4-offline small{display:block}.owc-tt4-offline span{color:#6de9ff;font-size:8px;font-weight:950;letter-spacing:.14em}.owc-tt4-offline b{margin-top:7px;color:#fff;font-size:22px}.owc-tt4-offline small{margin-top:4px;color:#72869b;font-size:9px}.owc-tt4-offline button{margin-top:13px;width:100%;min-height:42px;border:0;border-radius:11px;background:linear-gradient(135deg,#68e9fb,#817cff);color:#071018;font-size:9px;font-weight:950;cursor:pointer}

@media(max-width:720px){
  .owc-fullgame .owc-tt4{grid-template-rows:auto minmax(0,1fr) minmax(250px,39dvh)}
  .owc-tt4-hud{grid-template-columns:44px 1fr auto;min-height:54px}.owc-tt4-exit{width:38px;height:38px}.owc-tt4-wallet span{min-width:58px;padding:7px 6px;font-size:8px}.owc-tt4-wallet b{font-size:10px}.owc-tt4-stage b{font-size:19px}
  .owc-tt4-enemy-ui{top:6px;width:78%}.owc-tt4-enemy-ui h2{font-size:17px!important}.owc-tt4-enemy{top:16%;transform:translateX(-50%) scale(.92)}.owc-tt4-enemy.is-boss{transform:translateX(-50%) scale(1.03)}
  .owc-tt4-player{width:145px;height:190px;bottom:-24px}.owc-tt4-player-svg{width:126px;height:170px}.owc-tt4-player-tag{bottom:3px}.owc-tt4-tap-hint{bottom:6px;font-size:6px}
  .owc-tt4-helper:nth-child(5),.owc-tt4-helper:nth-child(6){display:none}.owc-tt4-helper:nth-child(1){left:2%;bottom:8%}.owc-tt4-helper:nth-child(2){right:2%;bottom:8%}.owc-tt4-helper:nth-child(3){left:10%;bottom:28%}.owc-tt4-helper:nth-child(4){right:10%;bottom:28%}
  .owc-tt4-console{min-height:250px}.owc-tt4-tabs{min-height:49px}.owc-tt4-tabs button{font-size:8px}.owc-tt4-panel{padding:9px}.owc-tt4-mainup{grid-template-columns:1fr}.owc-tt4-mainup p{display:none}.owc-tt4-mainstats{width:100%;display:grid;grid-template-columns:repeat(3,1fr)}.owc-tt4-mainstats span{text-align:center;min-width:0}.owc-tt4-upgrade-row{margin-top:7px}.owc-tt4-progressline{margin-top:6px}.owc-tt4-progressline span{font-size:6px}.owc-tt4-skill-list{grid-template-columns:1fr}.owc-tt4-skill{min-height:54px}.owc-tt4-hero-card{grid-template-columns:36px minmax(0,1fr) auto}.owc-tt4-hero-icon{width:36px;height:36px;font-size:18px}.owc-tt4-hero-card button{min-width:92px;padding:7px;font-size:6px}
}
@media(max-width:390px){.owc-fullgame .owc-tt4{grid-template-rows:auto minmax(0,1fr) minmax(238px,40dvh)}.owc-tt4-wallet span{min-width:50px}.owc-tt4-wallet span:nth-child(2){display:none}.owc-tt4-enemy{top:14%;transform:translateX(-50%) scale(.82)}.owc-tt4-enemy.is-boss{transform:translateX(-50%) scale(.93)}.owc-tt4-player-svg{width:115px;height:155px}.owc-tt4-helper{transform:scale(.78)}.owc-tt4-panel{padding:7px}.owc-tt4-mainup h3,.owc-tt4-panel-head h3{font-size:14px!important}.owc-tt4-upgrade{min-height:44px}.owc-tt4-hero-card button{min-width:82px}.owc-tt4-progressline span:last-child{display:none}}
/* v4 always carries the standard Shmooter blaster; old inventory visibility rules must not hide it. */
.owc-fullgame .owc-tt4 [data-shmooter-hero].owc-tt4-player-svg .owc-sm-blaster{opacity:1!important}


/* =========================================================
   SHMOOTER CLUB 4.1 — TT2-inspired mobile game UX
   ========================================================= */
.owc-fullgame .owc-tt41{display:grid;grid-template-rows:auto minmax(0,1fr);position:relative;height:100dvh;min-height:100dvh;overflow:hidden;background:#07101b}
.owc-tt41 .owc-tt4-hud{grid-template-columns:48px minmax(120px,1fr) auto;min-height:66px;padding:max(8px,env(safe-area-inset-top)) max(10px,env(safe-area-inset-right)) 8px max(10px,env(safe-area-inset-left));background:linear-gradient(180deg,rgba(4,9,15,.98),rgba(5,12,20,.9));backdrop-filter:blur(14px)}
.owc-tt41-stagepath{position:relative;display:grid;grid-template-columns:34px 22px 48px 22px 34px;align-items:center;justify-content:center;text-align:center;min-width:0}.owc-tt41-stagepath span{width:31px;height:31px;display:grid;place-items:center;border:1px solid rgba(124,226,255,.14);border-radius:50%;background:#0c1723;color:#61778c;font-size:9px;font-weight:900}.owc-tt41-stagepath>b{width:44px;height:44px;display:grid;place-items:center;border:2px solid #77edff;border-radius:50%;background:radial-gradient(circle,#153b4a,#0b1724 70%);color:#fff;font-size:19px;box-shadow:0 0 20px rgba(89,227,255,.16)}.owc-tt41-stagepath>i{height:2px;background:linear-gradient(90deg,rgba(92,225,255,.12),rgba(92,225,255,.45),rgba(92,225,255,.12))}.owc-tt41-stagepath small{position:absolute;left:50%;top:44px;transform:translateX(-50%);color:#6feaff;font-size:6px;font-weight:950;letter-spacing:.13em;white-space:nowrap}
.owc-tt41 .owc-tt4-wallet{gap:6px}.owc-tt41-money{position:relative;min-width:88px!important;display:grid!important;grid-template-columns:20px 1fr;grid-template-rows:auto auto;gap:0 6px!important;padding:7px 9px!important;border-radius:12px!important;background:linear-gradient(145deg,#0c1825,#09121c)!important}.owc-tt41-money>i{grid-row:1/3;width:20px;height:20px;align-self:center;display:grid;place-items:center;border-radius:50%;font-style:normal;font-size:12px}.owc-tt41-money.credits>i{background:#f5bf3d;color:#fff2b8;box-shadow:0 0 12px rgba(245,191,61,.2)}.owc-tt41-money.club>i{background:#3ed9ff;color:#d8faff;box-shadow:0 0 12px rgba(62,217,255,.2)}.owc-tt41-money em{font-style:normal;color:#607a90;font-size:5px;font-weight:950;letter-spacing:.11em;line-height:1}.owc-tt41-money b{font-size:12px!important;line-height:1.15;color:#fff!important}
.owc-tt41 .owc-tt4-arena{overflow:hidden;background:#07111d;padding-bottom:58px}.owc-tt41 .owc-tt4-bg{background:radial-gradient(circle at 70% 24%,rgba(61,189,216,.14),transparent 22%),linear-gradient(180deg,#0d1f2f 0%,#10263a 42%,#0a1424 72%,#080d16 100%)}.owc-tt41 .owc-tt4-bg:before{background-image:linear-gradient(rgba(86,202,233,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(86,202,233,.04) 1px,transparent 1px);background-size:54px 54px;opacity:.3}.owc-tt41-moon{position:absolute;right:7%;top:7%;width:110px;height:110px;border-radius:50%;background:radial-gradient(circle at 38% 38%,#5fbfd3,#1b536a 48%,#0e3348 70%);opacity:.22;box-shadow:0 0 80px rgba(76,209,237,.12)}.owc-tt41-city{position:absolute;left:-4%;right:-4%;bottom:0;height:34%;opacity:.22;background:linear-gradient(90deg,transparent 2%,#5ec4d7 2% 4%,transparent 4% 8%,#4faac1 8% 12%,transparent 12% 18%,#5ac3d5 18% 20%,transparent 20% 28%,#57afc4 28% 33%,transparent 33% 42%,#5bc4d8 42% 47%,transparent 47% 57%,#4fa9be 57% 64%,transparent 64% 73%,#59bfd3 73% 78%,transparent 78% 88%,#58b6ca 88% 94%,transparent 94%);clip-path:polygon(0 70%,5% 70%,5% 38%,8% 38%,8% 58%,12% 58%,12% 28%,15% 28%,15% 64%,22% 64%,22% 48%,25% 48%,25% 67%,31% 67%,31% 35%,35% 35%,35% 62%,42% 62%,42% 20%,46% 20%,46% 56%,52% 56%,52% 44%,56% 44%,56% 68%,62% 68%,62% 30%,67% 30%,67% 61%,73% 61%,73% 42%,78% 42%,78% 66%,84% 66%,84% 25%,88% 25%,88% 57%,94% 57%,94% 38%,98% 38%,98% 100%,0 100%)}
.owc-tt41 .owc-tt4-enemy-ui{top:10px;width:min(500px,78%)}.owc-tt41 .owc-tt4-enemy-ui>span{font-size:7px;color:#78eaff}.owc-tt41 .owc-tt4-enemy-ui h2{font-size:clamp(17px,3.2vw,26px)!important;margin:3px 0 7px!important}.owc-tt41 .owc-tt4-hp>div{height:12px;border-radius:4px;padding:2px}.owc-tt41 .owc-tt4-hp>div b{border-radius:2px;background:linear-gradient(90deg,#ff4c62,#ff9a52)}
.owc-tt41 .owc-tt4-enemy{top:18%;width:190px;height:225px;animation:owcTT41EnemyIdle 2.15s ease-in-out infinite}.owc-tt41 .owc-tt4-enemy.is-boss{transform:translateX(-50%) scale(1.18)}.owc-tt41 .owc-tt4-enemy.is-spawn{animation:owcTT41Spawn .42s cubic-bezier(.18,.9,.25,1.4)}@keyframes owcTT41EnemyIdle{50%{margin-top:-5px}}@keyframes owcTT41Spawn{0%{opacity:0;transform:translateX(-50%) scale(.45) translateY(-35px)}70%{opacity:1;transform:translateX(-50%) scale(1.07)}100%{transform:translateX(-50%) scale(1)}}.owc-tt41-robot-art,.owc-tt41-robot-svg{width:100%;height:100%}.owc-tt41-robot-svg{overflow:visible;filter:drop-shadow(0 18px 18px rgba(0,0,0,.55))}.owc-tt41-robot-svg .robot-core{animation:owcTT41Core 1s ease-in-out infinite}.owc-tt41-robot-svg .robot-gun{transform-origin:105px 91px;animation:owcTT41RobotGun 2.4s ease-in-out infinite}@keyframes owcTT41Core{50%{opacity:.55;transform:scale(.85);transform-origin:72px 91px}}@keyframes owcTT41RobotGun{50%{transform:rotate(-4deg)}}.owc-tt41 .owc-tt4-enemy.is-hit .owc-tt41-robot-svg{filter:brightness(2) drop-shadow(0 0 20px rgba(255,101,124,.8))}.owc-tt41 .owc-tt4-enemy.is-dead{animation:owcTT41Dead .4s ease forwards}@keyframes owcTT41Dead{25%{transform:translateX(-50%) scale(1.18);filter:brightness(2.3)}100%{transform:translateX(-50%) scale(.2) rotate(18deg);opacity:0;filter:blur(9px)}}
.owc-tt41 .owc-tt4-player{bottom:20px;width:185px;height:235px}.owc-tt41-main-art{position:absolute;left:50%;bottom:10px;transform:translateX(-50%);width:175px;height:225px;animation:owcTT41HeroIdle 2.4s ease-in-out infinite}.owc-tt41-main-art svg{width:100%;height:100%;overflow:visible;filter:drop-shadow(0 18px 13px rgba(0,0,0,.48))}.owc-tt41-main-svg .muzzle{opacity:0}.owc-tt41 .owc-tt4-player.is-firing .owc-tt41-main-art{animation:owcTT41HeroFire .15s ease}.owc-tt41 .owc-tt4-player.is-firing .muzzle{animation:owcTT41Muzzle .16s ease}@keyframes owcTT41HeroIdle{50%{transform:translateX(-50%) translateY(-4px)}}@keyframes owcTT41HeroFire{45%{transform:translateX(-50%) translateX(4px) rotate(-1deg)}}@keyframes owcTT41Muzzle{0%,100%{opacity:0}35%{opacity:1}}.owc-tt41 .owc-tt4-player-tag{bottom:2px;min-width:126px;padding:4px 9px;background:rgba(3,8,14,.62);border-color:rgba(115,234,255,.08)}
.owc-tt41 .owc-tt4-helpers{z-index:8}.owc-tt41 .owc-tt4-helper{width:88px;height:108px;animation:owcTT41HelperIdle 2.1s ease-in-out infinite;filter:drop-shadow(0 11px 8px rgba(0,0,0,.45))}.owc-tt41 .owc-tt4-helper svg{width:100%;height:100%;overflow:visible}.owc-tt41 .owc-tt4-helper.fire .unit-gun{animation:owcTT41HelperKick .18s ease}.owc-tt41 .owc-tt4-helper .unit-muzzle{opacity:0}.owc-tt41 .owc-tt4-helper.fire .unit-muzzle{animation:owcTT41Muzzle .18s ease}@keyframes owcTT41HelperIdle{50%{margin-top:-4px}}@keyframes owcTT41HelperKick{50%{transform:translateX(4px)}}.owc-tt41 .owc-tt4-helper:nth-child(1){left:2%;bottom:11%}.owc-tt41 .owc-tt4-helper:nth-child(2){right:2%;bottom:11%}.owc-tt41 .owc-tt4-helper:nth-child(3){left:9%;bottom:31%;transform:scale(.86)}.owc-tt41 .owc-tt4-helper:nth-child(4){right:9%;bottom:31%;transform:scale(.86)}.owc-tt41 .owc-tt4-helper:nth-child(5){left:24%;bottom:18%;transform:scale(.74)}.owc-tt41 .owc-tt4-helper:nth-child(6){right:24%;bottom:18%;transform:scale(.74)}
.owc-tt41-projectiles,.owc-tt41-coins{position:absolute;inset:0;pointer-events:none;z-index:18;overflow:hidden}.owc-tt41-projectile{position:absolute;height:4px;border-radius:99px;background:linear-gradient(90deg,var(--shot),#fff);box-shadow:0 0 10px var(--shot);transform-origin:0 50%!important;opacity:0;animation:owcTT41Projectile .22s ease-out}.owc-tt41-projectile.heavy{height:7px;box-shadow:0 0 16px var(--shot)}@keyframes owcTT41Projectile{0%{opacity:1;clip-path:inset(0 100% 0 0)}65%{opacity:1;clip-path:inset(0 0 0 0)}100%{opacity:0;clip-path:inset(0 0 0 86%)}}.owc-tt41-coins>i{position:absolute;left:var(--x);top:39%;font-style:normal;color:#ffd35a;font-size:19px;text-shadow:0 0 9px rgba(255,211,90,.6);animation:owcTT41Coin 1s cubic-bezier(.18,.8,.26,1) var(--delay) forwards}.owc-tt41-coins>b{position:absolute;left:50%;top:42%;transform:translateX(-50%);color:#ffe47c;font-size:13px;text-shadow:0 2px 7px #000;animation:owcTT41Reward 1.05s ease forwards}@keyframes owcTT41Coin{0%{opacity:0;transform:translate(0,0) scale(.4) rotate(0)}20%{opacity:1}100%{opacity:0;transform:translate(var(--dx),160px) scale(1) rotate(540deg)}}@keyframes owcTT41Reward{0%{opacity:0;transform:translate(-50%,15px) scale(.8)}20%{opacity:1;transform:translate(-50%,0) scale(1.08)}100%{opacity:0;transform:translate(-50%,-48px)}}.owc-tt41-burst{position:absolute;left:50%;top:39%;width:40px;height:40px;border-radius:50%;transform:translate(-50%,-50%);border:4px solid #fff;box-shadow:0 0 28px #77efff;animation:owcTT41Burst .6s ease-out forwards}@keyframes owcTT41Burst{to{width:230px;height:230px;opacity:0;border-width:1px}}
.owc-tt41 .owc-tt4-dmg{top:34%;font-size:26px;color:#64dfff;text-shadow:0 3px 0 #08101b,0 0 13px rgba(100,223,255,.6)}.owc-tt41 .owc-tt4-dmg.crit{font-size:34px;color:#ffd75e}.owc-tt41 .owc-tt4-tap-hint{bottom:72px;background:rgba(5,12,19,.5);transition:.25s}.owc-tt41 .owc-tt4-tap-hint.is-hidden{opacity:0;transform:translateX(-50%) translateY(10px)}

.owc-tt41 .owc-tt4-console{position:absolute;z-index:35;left:0;right:0;bottom:0;height:min(47dvh,440px);min-height:280px;padding-bottom:max(4px,env(safe-area-inset-bottom));transform:translateY(0);transition:transform .32s cubic-bezier(.2,.8,.2,1);background:linear-gradient(180deg,rgba(7,15,25,.98),#050a12 24%);box-shadow:0 -16px 38px rgba(0,0,0,.38);border-top:1px solid rgba(99,225,255,.13)}.owc-tt41 .owc-tt4-console.is-collapsed{transform:translateY(calc(100% - 58px - env(safe-area-inset-bottom)))}.owc-tt41-drawer-handle{position:absolute;left:50%;top:-26px;transform:translateX(-50%);width:86px;height:26px;border:1px solid rgba(103,231,255,.14);border-bottom:0;border-radius:12px 12px 0 0;background:#09131f;color:#6d879b;display:flex;align-items:center;justify-content:center;gap:6px;font-size:6px;font-weight:900;letter-spacing:.11em;cursor:pointer}.owc-tt41-drawer-handle i{font-style:normal;font-size:12px;transition:.25s}.owc-tt4-console:not(.is-collapsed) .owc-tt41-drawer-handle i{transform:rotate(180deg)}.owc-tt41 .owc-tt4-tabs{height:58px;min-height:58px;background:#07111c}.owc-tt41 .owc-tt4-tabs button{font-size:8px}.owc-tt41 .owc-tt4-tabs button i{font-size:17px}.owc-tt41-drawer-body{height:calc(100% - 58px);display:flex;flex-direction:column;overflow:hidden}.owc-tt41-buybar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 12px;border-bottom:1px solid rgba(255,255,255,.05);background:#08121d}.owc-tt41-buybar>span{color:#60768b;font-size:6px;font-weight:950;letter-spacing:.1em}.owc-tt41-buybar>div{display:flex;gap:4px}.owc-tt41-buybar button{min-width:45px;padding:6px 8px;border:1px solid rgba(255,255,255,.06);border-radius:7px;background:#0d1a28;color:#6b8297;font-size:7px;font-weight:950;cursor:pointer}.owc-tt41-buybar button.is-active{border-color:#58dff7;background:#123342;color:#9bf3ff;box-shadow:0 0 12px rgba(82,221,247,.08)}.owc-tt41 .owc-tt4-panel{flex:1;padding:9px 11px 14px}.owc-tt41-mainup{display:grid;grid-template-columns:66px minmax(0,1fr) minmax(118px,150px);gap:10px;align-items:center;padding:8px;border:1px solid rgba(255,255,255,.055);border-radius:12px;background:#0a1521}.owc-tt41-main-mini{width:64px;height:70px;overflow:hidden;border-radius:10px;background:radial-gradient(circle at 50% 10%,rgba(82,224,247,.13),transparent 65%)}.owc-tt41-main-mini svg{width:72px;height:92px;transform:translate(-4px,-4px)}.owc-tt41-maincopy span{display:block;color:#67e9ff;font-size:6px;font-weight:950;letter-spacing:.12em}.owc-tt41-maincopy h3{margin:2px 0!important;color:#fff!important;font-size:15px!important}.owc-tt41-maincopy small{color:#71879a;font-size:7px}.owc-tt41-maincopy b{color:#dffbff}.owc-tt41-buy-main{min-height:58px;padding:7px 9px;border:1px solid #4fcde7;border-radius:9px;background:linear-gradient(180deg,#184259,#113245);color:#fff;text-align:center;cursor:pointer}.owc-tt41-buy-main em,.owc-tt41-buy-main b,.owc-tt41-buy-main small{display:block;font-style:normal}.owc-tt41-buy-main em{font-size:7px;font-weight:950;letter-spacing:.06em}.owc-tt41-buy-main b{margin:2px 0;color:#ffe17a;font-size:13px}.owc-tt41-buy-main small{color:#73d9ed;font-size:6px}.owc-tt41-buy-main:disabled{opacity:.5}.owc-tt41-tiprow{display:flex;gap:6px;flex-wrap:wrap;margin-top:7px}.owc-tt41-tiprow span{padding:5px 7px;border-radius:8px;background:rgba(255,255,255,.03);color:#6c8093;font-size:6px}.owc-tt41-tiprow i{font-style:normal}.owc-tt41-tiprow span:first-child i{color:#ffd75a}.owc-tt41-tiprow span:last-child i{color:#62e8ff}
.owc-tt41 .owc-tt4-hero-list{gap:5px}.owc-tt41 .owc-tt4-hero-card{grid-template-columns:58px minmax(0,1fr) 118px;min-height:70px;padding:6px 8px;border-radius:10px;background:#09141f}.owc-tt41 .owc-tt4-hero-icon{width:56px;height:58px;padding:0;border-radius:8px;overflow:hidden;background:radial-gradient(circle at 50% 15%,rgba(86,224,248,.12),transparent 70%)}.owc-tt41 .owc-tt4-hero-icon svg{width:62px;height:72px;transform:translate(-3px,-3px)}.owc-tt41 .owc-tt4-hero-copy span{font-size:5px}.owc-tt41 .owc-tt4-hero-copy h4{font-size:11px!important;margin:1px 0!important}.owc-tt41 .owc-tt4-hero-copy small{font-size:7px}.owc-tt41 .owc-tt4-hero-card button{min-width:0;width:118px;min-height:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;padding:5px;border-color:rgba(82,220,246,.25);background:linear-gradient(180deg,#16415a,#0f3042);color:#fff}.owc-tt41 .owc-tt4-hero-card button em{font-style:normal;font-size:7px;font-weight:950}.owc-tt41 .owc-tt4-hero-card button b{color:#ffe27a;font-size:9px}.owc-tt41 .owc-tt4-hero-card.locked button{background:#111a24;color:#758294}.owc-tt41 .owc-tt4-panel-head{margin-bottom:6px}.owc-tt41 .owc-tt4-panel-head h3{font-size:14px!important}.owc-tt41 .owc-tt4-skill-list{grid-template-columns:repeat(3,1fr);gap:6px}.owc-tt41 .owc-tt4-skill{min-height:76px;border-radius:10px;background:#0a1521}.owc-tt41 .owc-tt4-skill>i{background:radial-gradient(circle,rgba(91,226,250,.18),rgba(91,226,250,.04));box-shadow:inset 0 0 12px rgba(91,226,250,.05)}
.owc-tt41 .owc-tt4-note{top:-46px}.owc-tt41 .owc-tt4-offline{z-index:80}

@media(max-width:720px){.owc-fullgame .owc-tt41{grid-template-rows:auto minmax(0,1fr)}.owc-tt41 .owc-tt4-hud{grid-template-columns:42px 1fr auto;min-height:62px}.owc-tt41 .owc-tt4-exit{width:38px;height:38px}.owc-tt41-stagepath{grid-template-columns:27px 14px 42px 14px 27px}.owc-tt41-stagepath span{width:26px;height:26px;font-size:7px}.owc-tt41-stagepath>b{width:39px;height:39px;font-size:17px}.owc-tt41-stagepath small{top:40px;font-size:5px}.owc-tt41-money{min-width:70px!important;padding:6px 7px!important;grid-template-columns:16px 1fr!important;gap:0 4px!important}.owc-tt41-money>i{width:16px;height:16px;font-size:9px}.owc-tt41-money em{font-size:4px}.owc-tt41-money b{font-size:10px!important}.owc-tt41 .owc-tt4-enemy-ui{top:6px;width:84%}.owc-tt41 .owc-tt4-enemy-ui h2{font-size:16px!important}.owc-tt41 .owc-tt4-enemy{top:15%;width:165px;height:198px}.owc-tt41 .owc-tt4-player{bottom:25px;width:160px;height:205px}.owc-tt41-main-art{width:152px;height:198px}.owc-tt41 .owc-tt4-helper{width:72px;height:92px}.owc-tt41 .owc-tt4-helper:nth-child(5),.owc-tt41 .owc-tt4-helper:nth-child(6){display:block}.owc-tt41 .owc-tt4-helper:nth-child(1){left:1%;bottom:12%}.owc-tt41 .owc-tt4-helper:nth-child(2){right:1%;bottom:12%}.owc-tt41 .owc-tt4-helper:nth-child(3){left:5%;bottom:31%;transform:scale(.78)}.owc-tt41 .owc-tt4-helper:nth-child(4){right:5%;bottom:31%;transform:scale(.78)}.owc-tt41 .owc-tt4-helper:nth-child(5){left:17%;bottom:19%;transform:scale(.65)}.owc-tt41 .owc-tt4-helper:nth-child(6){right:17%;bottom:19%;transform:scale(.65)}.owc-tt41 .owc-tt4-console{height:min(49dvh,430px);min-height:275px}.owc-tt41 .owc-tt4-console.is-collapsed{transform:translateY(calc(100% - 56px - env(safe-area-inset-bottom)))}.owc-tt41 .owc-tt4-tabs{height:56px;min-height:56px}.owc-tt41-mainup{grid-template-columns:58px minmax(0,1fr) 112px}.owc-tt41-main-mini{width:56px;height:62px}.owc-tt41-main-mini svg{width:64px;height:82px}.owc-tt41-buy-main{min-height:54px}.owc-tt41 .owc-tt4-hero-card{grid-template-columns:52px minmax(0,1fr) 104px}.owc-tt41 .owc-tt4-hero-icon{width:50px;height:54px}.owc-tt41 .owc-tt4-hero-card button{width:104px}.owc-tt41 .owc-tt4-skill-list{grid-template-columns:1fr}.owc-tt41 .owc-tt4-skill{min-height:58px}.owc-tt41 .owc-tt4-tap-hint{bottom:63px}}
@media(max-width:430px){.owc-tt41 .owc-tt4-hud{grid-template-columns:40px 1fr auto;gap:5px}.owc-tt41-stagepath{grid-template-columns:22px 10px 38px 10px 22px}.owc-tt41-stagepath span{width:22px;height:22px;font-size:6px}.owc-tt41-stagepath>b{width:36px;height:36px;font-size:15px}.owc-tt41-money{min-width:58px!important}.owc-tt41-money em{font-size:3.7px}.owc-tt41-money b{font-size:9px!important}.owc-tt41-money.club{min-width:52px!important}.owc-tt41 .owc-tt4-enemy{top:14%;width:150px;height:184px}.owc-tt41 .owc-tt4-player{width:145px;height:190px;bottom:22px}.owc-tt41-main-art{width:138px;height:181px}.owc-tt41 .owc-tt4-helper{width:64px;height:82px}.owc-tt41-mainup{grid-template-columns:48px minmax(0,1fr) 101px;gap:6px;padding:6px}.owc-tt41-main-mini{width:46px;height:55px}.owc-tt41-main-mini svg{width:56px;height:73px}.owc-tt41-maincopy h3{font-size:13px!important}.owc-tt41-maincopy small{font-size:6px}.owc-tt41-buy-main{min-height:50px}.owc-tt41-buy-main em{font-size:6px}.owc-tt41-buy-main b{font-size:11px}.owc-tt41-tiprow span:last-child{display:none}.owc-tt41 .owc-tt4-hero-card{grid-template-columns:46px minmax(0,1fr) 92px;padding:5px}.owc-tt41 .owc-tt4-hero-icon{width:44px;height:50px}.owc-tt41 .owc-tt4-hero-icon svg{width:52px;height:62px}.owc-tt41 .owc-tt4-hero-card button{width:92px;font-size:6px}.owc-tt41 .owc-tt4-hero-copy h4{font-size:10px!important}.owc-tt41 .owc-tt4-hero-copy small{font-size:6px}}


/* === Shmooter Clicker 5.0 — full-screen original TT-style game === */
.owc-fullgame .owc-tt5{position:absolute;inset:0;overflow:hidden;background:#050a12;color:#f7fbff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;display:grid;grid-template-rows:74px minmax(0,1fr);touch-action:none;-webkit-user-select:none;user-select:none}.owc-tt5 *{box-sizing:border-box}.owc-tt5 button{font:inherit}.owc-tt5-hud{position:relative;z-index:50;display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:10px;padding:max(9px,env(safe-area-inset-top)) 13px 8px;background:linear-gradient(180deg,rgba(4,10,17,.98),rgba(5,12,20,.94));border-bottom:1px solid rgba(94,225,255,.12);box-shadow:0 10px 30px rgba(0,0,0,.28)}.owc-tt5-exit{width:46px;height:46px;border:1px solid rgba(83,222,252,.26);border-radius:15px;background:#0a1724;color:#dffbff;font-size:28px;line-height:1;box-shadow:inset 0 0 18px rgba(50,200,235,.05)}.owc-tt5-stagebox{text-align:center;line-height:1}.owc-tt5-stagebox small{display:block;color:#6e879c;font-size:7px;font-weight:950;letter-spacing:.23em}.owc-tt5-stagebox>b{display:block;margin:1px 0;color:#fff;font-size:28px;letter-spacing:-.04em}.owc-tt5-stagebox span{display:block;color:#61e8ff;font-size:7px;font-weight:950;letter-spacing:.17em}.owc-tt5-wallet{display:flex;gap:6px}.owc-tt5-wallet>span{display:grid;grid-template-columns:22px auto;grid-template-rows:auto auto;align-items:center;column-gap:6px;min-width:85px;padding:7px 9px;border:1px solid rgba(255,255,255,.06);border-radius:13px;background:#091521}.owc-tt5-wallet i{grid-row:1/3;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;font-style:normal;font-weight:950}.owc-tt5-wallet .credits i{background:#33290b;color:#ffd65b;border:1px solid #a77e19}.owc-tt5-wallet .club i{background:#0b2731;color:#67ebff;border:1px solid #21687a}.owc-tt5-wallet em{font-style:normal;color:#62798d;font-size:5px;font-weight:950;letter-spacing:.1em}.owc-tt5-wallet b{font-size:13px;color:#fff;line-height:1.1}
.owc-tt5-arena{position:relative;overflow:hidden;background:#081321;isolation:isolate}.owc-tt5-world{position:absolute;inset:0;overflow:hidden;z-index:-3;background:radial-gradient(circle at 50% 18%,rgba(31,101,137,.32),transparent 37%),linear-gradient(180deg,#071321,#081624 55%,#070d18)}.owc-tt5-world:after{content:"";position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(180deg,transparent,rgba(11,42,61,.25)),repeating-linear-gradient(90deg,transparent 0 89px,rgba(76,208,237,.055) 90px 91px);clip-path:polygon(0 38%,8% 29%,14% 36%,23% 15%,32% 28%,40% 10%,52% 31%,63% 17%,71% 33%,81% 15%,89% 28%,100% 13%,100% 100%,0 100%)}.owc-v5-orb{position:absolute;right:8%;top:8%;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#6ad9ee 0 2%,#164b68 30%,#091827 69%);opacity:.34;box-shadow:0 0 65px rgba(73,203,235,.12)}.owc-v5-skyline{position:absolute;left:-3%;right:-3%;bottom:7%;height:37%;opacity:.4;background:linear-gradient(90deg,transparent 4%,#0e2b3c 4% 8%,transparent 8% 11%,#0e2b3c 11% 17%,transparent 17% 23%,#0e2b3c 23% 26%,transparent 26% 33%,#0e2b3c 33% 42%,transparent 42% 49%,#0e2b3c 49% 55%,transparent 55% 62%,#0e2b3c 62% 70%,transparent 70% 76%,#0e2b3c 76% 84%,transparent 84%);clip-path:polygon(0 100%,0 72%,5% 72%,5% 37%,7% 37%,7% 65%,13% 65%,13% 22%,16% 22%,16% 62%,23% 62%,23% 45%,26% 45%,26% 73%,34% 73%,34% 29%,38% 29%,38% 56%,46% 56%,46% 16%,50% 16%,50% 64%,59% 64%,59% 39%,63% 39%,63% 69%,72% 69%,72% 25%,75% 25%,75% 58%,83% 58%,83% 34%,87% 34%,87% 67%,94% 67%,94% 45%,100% 45%,100% 100%)}.owc-v5-grid{position:absolute;left:0;right:0;bottom:-14%;height:44%;opacity:.2;background:repeating-linear-gradient(90deg,rgba(71,207,235,.22) 0 1px,transparent 1px 70px),repeating-linear-gradient(0deg,rgba(71,207,235,.18) 0 1px,transparent 1px 48px);transform:perspective(400px) rotateX(62deg);transform-origin:50% 100%}.owc-tt5-world>i{position:absolute;width:3px;height:3px;border-radius:50%;background:#6fe9ff;opacity:.45;animation:v5star 4s ease-in-out infinite}.owc-tt5-world>i:nth-of-type(1){left:12%;top:20%}.owc-tt5-world>i:nth-of-type(2){left:80%;top:31%;animation-delay:1s}.owc-tt5-world>i:nth-of-type(3){left:29%;top:54%;animation-delay:1.8s}.owc-tt5-world>i:nth-of-type(4){left:68%;top:68%;animation-delay:2.5s}@keyframes v5star{50%{opacity:1;box-shadow:0 0 10px #6fe9ff}}
.owc-tt5-arena.zone-mars .owc-tt5-world{background:radial-gradient(circle at 50% 15%,rgba(226,102,46,.26),transparent 40%),linear-gradient(#2a1113,#421b1c 54%,#140d13)}.owc-tt5-arena.zone-mars .owc-v5-orb{background:radial-gradient(circle at 35% 30%,#ffc379,#a3492f 35%,#32131a 72%)}.owc-tt5-arena.zone-nexus .owc-tt5-world{background:radial-gradient(circle at 50% 14%,rgba(58,230,206,.25),transparent 38%),linear-gradient(#071c1f,#0b292d 55%,#071316)}.owc-tt5-arena.zone-void .owc-tt5-world{background:radial-gradient(circle at 50% 13%,rgba(132,93,255,.27),transparent 38%),linear-gradient(#100b22,#181030 56%,#090915)}.owc-tt5-arena.zone-core .owc-tt5-world{background:radial-gradient(circle at 50% 12%,rgba(255,68,101,.25),transparent 38%),linear-gradient(#1b0b16,#27101c 55%,#0c0910)}
.owc-v5-enemyhud{position:absolute;z-index:9;top:10px;left:50%;width:min(650px,88%);transform:translateX(-50%)}.owc-v5-enemyhead{display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.owc-v5-enemyhead span{display:block;color:#62e7ff;font-size:7px;font-weight:950;letter-spacing:.14em}.owc-v5-enemyhead h2{margin:1px 0 5px!important;color:#fff!important;font-size:20px!important;line-height:1!important}.owc-v5-counter{padding:6px 9px;border-radius:10px;background:rgba(4,11,18,.72);border:1px solid rgba(255,255,255,.08);color:#d6e2ed;font-size:10px;white-space:nowrap}.owc-v5-hp{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px}.owc-v5-hp>div{height:11px;border-radius:999px;padding:2px;background:#03070b;border:1px solid rgba(255,255,255,.13);overflow:hidden}.owc-v5-hp>div>b{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#ff476c,#ff934e);box-shadow:0 0 12px rgba(255,74,101,.22);transition:width .16s}.owc-v5-hp>span{font-size:9px;color:#b6c4d0;font-weight:850}.owc-v5-hp i{font-style:normal}.owc-v5-bosstime{display:flex;align-items:center;gap:7px;margin-top:5px}.owc-v5-bosstime>span{color:#ffcf58;font-size:6px;font-weight:950;letter-spacing:.1em}.owc-v5-bosstime>div{flex:1;height:5px;background:#1c1510;border-radius:10px;overflow:hidden}.owc-v5-bosstime>div>b{display:block;width:100%;height:100%;background:linear-gradient(90deg,#ffbf42,#ff544d);transition:width .2s linear}.owc-v5-bosstime>i{font-style:normal;font-size:8px;color:#ffd970;font-weight:900}
.owc-v5-enemy{position:absolute;z-index:8;left:50%;top:17%;width:210px;height:255px;transform:translateX(-50%);display:grid;place-items:center;filter:drop-shadow(0 20px 18px rgba(0,0,0,.28));transition:.15s}.owc-v5-enemy>div,.owc-v5-enemy svg{width:100%;height:100%}.owc-v5-enemy.spawn{animation:v5spawn .48s cubic-bezier(.2,.8,.2,1)}.owc-v5-enemy.dead{animation:v5death .43s ease forwards}.owc-v5-enemy.is-boss{width:245px;height:290px;top:15%}.owc-v5-enemy.is-mega{width:275px;height:315px;top:13%}@keyframes v5spawn{0%{opacity:0;transform:translateX(-50%) translateY(-40px) scale(.75)}70%{transform:translateX(-50%) translateY(5px) scale(1.04)}100%{opacity:1;transform:translateX(-50%) scale(1)}}@keyframes v5death{20%{filter:brightness(3) drop-shadow(0 0 35px #fff)}100%{opacity:0;transform:translateX(-50%) scale(1.25) rotate(4deg);filter:blur(6px)}}.owc-v5-robot-svg:not(.boss)>g{animation:v5robot 2.2s ease-in-out infinite;transform-origin:50% 70%}.owc-v5-robot-svg.drone .robot-float,.owc-v5-robot-svg.warden .robot-float{animation:v5float 2s ease-in-out infinite}@keyframes v5robot{50%{transform:translateY(4px) rotate(.5deg)}}@keyframes v5float{50%{transform:translateY(-9px)}}.owc-v5-robot-svg.boss g{animation:v5boss 2.5s ease-in-out infinite;transform-origin:50% 60%}@keyframes v5boss{50%{transform:scale(1.018)}}
.owc-v5-player{position:absolute;z-index:12;left:50%;bottom:57px;width:185px;height:250px;transform:translateX(-50%)}.owc-v5-player>div:first-child,.owc-v5-player svg{width:100%;height:100%}.owc-v5-main-svg{overflow:visible;filter:drop-shadow(0 12px 12px rgba(0,0,0,.35));animation:v5heroIdle 2.4s ease-in-out infinite;transform-origin:50% 80%}.owc-v5-player.fire .owc-v5-main-svg{animation:v5recoil .17s ease}.owc-v5-main-svg .mh-muzzle{opacity:0;transform-origin:214px 194px}.owc-v5-player.fire .mh-muzzle{animation:v5muzzle .16s ease}@keyframes v5heroIdle{50%{transform:translateY(-3px)}}@keyframes v5recoil{45%{transform:translateX(-7px) rotate(-1deg)}100%{transform:none}}@keyframes v5muzzle{0%{opacity:0;transform:scale(.2)}35%{opacity:1;transform:scale(1.25)}100%{opacity:0;transform:scale(1.7)}}.owc-v5-player-label{position:absolute;left:50%;bottom:2px;transform:translateX(-50%);min-width:130px;padding:5px 9px;border-radius:11px;background:rgba(3,10,16,.78);border:1px solid rgba(86,232,255,.18);text-align:center}.owc-v5-player-label b{display:block;font-size:9px}.owc-v5-player-label span{display:block;color:#6edff1;font-size:6px}.owc-v5-player-label i{font-style:normal}.owc-v5-squad{position:absolute;z-index:11;inset:0;pointer-events:none}.owc-v5-fieldhero{position:absolute;width:82px;height:104px;filter:drop-shadow(0 8px 8px rgba(0,0,0,.28));transform-origin:50% 100%}.owc-v5-fieldhero svg{width:100%;height:100%}.owc-v5-fieldhero>span{position:absolute;left:50%;bottom:-3px;transform:translateX(-50%);font-size:5px;color:#8fefff;background:rgba(3,9,15,.72);padding:2px 4px;border-radius:5px}.owc-v5-fieldhero.p1{left:3%;bottom:10%}.owc-v5-fieldhero.p2{right:3%;bottom:10%}.owc-v5-fieldhero.p3{left:8%;bottom:31%;transform:scale(.82)}.owc-v5-fieldhero.p4{right:8%;bottom:31%;transform:scale(.82)}.owc-v5-fieldhero.p5{left:20%;bottom:18%;transform:scale(.67)}.owc-v5-fieldhero.p6{right:20%;bottom:18%;transform:scale(.67)}.owc-v5-fieldhero .unit-core,.owc-v5-fieldhero .unit-head{animation:v5unitIdle 2.2s ease-in-out infinite;transform-origin:50% 100%}.owc-v5-fieldhero.fire .unit-gun{animation:v5unitFire .18s ease}@keyframes v5unitIdle{50%{transform:translateY(-2px)}}@keyframes v5unitFire{50%{transform:translateX(-6px)}}
.owc-v5-fx,.owc-v5-damage,.owc-v5-loot{position:absolute;inset:0;z-index:16;pointer-events:none;overflow:hidden}.owc-v5-shot{position:absolute;height:4px;border-radius:10px;background:linear-gradient(90deg,transparent,var(--shot),#fff);transform-origin:0 50%;box-shadow:0 0 12px var(--shot);animation:v5shot .24s linear forwards}.owc-v5-shot.big{height:7px;box-shadow:0 0 18px var(--shot)}@keyframes v5shot{0%{opacity:0;clip-path:inset(0 100% 0 0)}15%{opacity:1}100%{opacity:0;clip-path:inset(0 0 0 0)}}.owc-v5-hit{position:absolute;left:50%;top:39%;transform:translateX(calc(-50% + var(--x)));font-size:25px;color:#6be8ff;font-weight:1000;text-shadow:0 3px 0 #07101a,0 0 15px rgba(94,226,255,.5);animation:v5hit .85s ease-out forwards}.owc-v5-hit.crit{font-size:34px;color:#ffd65c;text-shadow:0 3px 0 #5b2600,0 0 18px rgba(255,211,70,.55)}@keyframes v5hit{0%{opacity:0;transform:translateX(calc(-50% + var(--x))) translateY(15px) scale(.65)}18%{opacity:1;transform:translateX(calc(-50% + var(--x))) translateY(0) scale(1.12)}100%{opacity:0;transform:translateX(calc(-50% + var(--x))) translateY(-75px) scale(.96)}}.owc-v5-burst{position:absolute;left:50%;top:43%;width:36px;height:36px;border:5px solid #fff;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 35px #73ebff;animation:v5burst .65s ease-out forwards}@keyframes v5burst{to{width:270px;height:270px;opacity:0;border-width:1px}}.owc-v5-coin{position:absolute;left:50%;top:44%;width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:#ffd34f;color:#7d4e00;border:2px solid #b67b10;font-style:normal;font-weight:950;animation:v5coin .9s ease-out forwards}@keyframes v5coin{0%{opacity:0;transform:translate(0,0) scale(.4) rotate(0)}20%{opacity:1}100%{opacity:0;transform:translate(var(--dx),var(--dy)) scale(1) rotate(540deg)}}.owc-v5-reward{position:absolute;left:50%;top:47%;transform:translateX(-50%);padding:5px 9px;border-radius:9px;background:rgba(4,12,18,.8);color:#ffe176;font-size:10px;animation:v5reward 1.15s ease forwards}@keyframes v5reward{0%{opacity:0;transform:translate(-50%,12px)}20%{opacity:1;transform:translate(-50%,0)}100%{opacity:0;transform:translate(-50%,-52px)}}.owc-v5-tapcoach{position:absolute;z-index:18;left:50%;bottom:60px;transform:translateX(-50%);padding:7px 13px;border:1px solid rgba(87,228,251,.17);border-radius:999px;background:rgba(4,12,18,.55);color:#78dff0;font-size:6px;font-weight:950;letter-spacing:.12em;transition:.25s}.owc-v5-tapcoach.hide{opacity:0;transform:translate(-50%,10px);pointer-events:none}
.owc-tt5-drawer{position:absolute;z-index:40;left:0;right:0;bottom:0;height:min(54dvh,500px);min-height:310px;padding-bottom:max(2px,env(safe-area-inset-bottom));background:linear-gradient(180deg,rgba(7,15,25,.995),#040910 22%);border-top:1px solid rgba(84,223,250,.14);box-shadow:0 -18px 45px rgba(0,0,0,.44);transition:transform .34s cubic-bezier(.2,.8,.2,1)}.owc-tt5-drawer.is-collapsed{transform:translateY(calc(100% - 62px - env(safe-area-inset-bottom)))}.owc-v5-handle{position:absolute;left:50%;top:-19px;transform:translateX(-50%);width:72px;height:20px;border:1px solid rgba(86,228,251,.18);border-bottom:0;border-radius:13px 13px 0 0;background:#08131f;color:#637b8e}.owc-v5-handle i{display:block;font-style:normal;transition:.25s}.owc-tt5-drawer:not(.is-collapsed) .owc-v5-handle i{transform:rotate(180deg)}.owc-v5-tabs{height:62px;display:grid;grid-template-columns:repeat(5,1fr);background:#07111b;border-bottom:1px solid rgba(255,255,255,.05)}.owc-v5-tabs button{position:relative;border:0;background:transparent;color:#667b8e;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:6px;font-weight:950;letter-spacing:.08em}.owc-v5-tabs button i{font-style:normal;font-size:18px;line-height:1}.owc-v5-tabs button.is-active{color:#72edff;background:linear-gradient(180deg,rgba(70,221,247,.08),transparent)}.owc-v5-tabs button.is-active:after{content:"";position:absolute;left:20%;right:20%;bottom:0;height:3px;background:#61e8ff;box-shadow:0 0 14px #61e8ff}.owc-v5-drawerbody{height:calc(100% - 62px);display:flex;flex-direction:column;overflow:hidden}.owc-v5-buybar{height:38px;min-height:38px;display:flex;align-items:center;justify-content:space-between;padding:5px 11px;border-bottom:1px solid rgba(255,255,255,.045);background:#08131e}.owc-v5-buybar>span{color:#62798e;font-size:6px;font-weight:950;letter-spacing:.1em}.owc-v5-buybar>div{display:flex;gap:4px}.owc-v5-buybar button{min-width:48px;padding:6px 9px;border:1px solid rgba(255,255,255,.07);border-radius:8px;background:#0c1926;color:#6c8295;font-size:7px;font-weight:950}.owc-v5-buybar button.is-active{background:#123342;border-color:#55dff7;color:#a0f4ff}.owc-v5-panel{flex:1;overflow:auto;-webkit-overflow-scrolling:touch;padding:9px 11px 18px}.owc-v5-maincard{display:grid;grid-template-columns:70px minmax(0,1fr) minmax(122px,150px);gap:9px;align-items:center;padding:8px;border:1px solid rgba(255,255,255,.06);border-radius:13px;background:#091522}.owc-v5-mainmini{width:68px;height:78px;overflow:hidden;border-radius:11px;background:radial-gradient(circle at 50% 15%,rgba(82,225,248,.16),transparent 67%)}.owc-v5-mainmini svg{width:76px;height:104px;transform:translate(-4px,-6px)}.owc-v5-mainstats>small,.owc-v5-panelhead small{color:#62e7ff;font-size:6px;font-weight:950;letter-spacing:.12em}.owc-v5-mainstats h3,.owc-v5-panelhead h3{margin:2px 0!important;color:#fff!important;font-size:15px!important}.owc-v5-mainstats p{margin:0!important;color:#768b9d;font-size:7px}.owc-v5-mainstats b{color:#eafbff}.owc-v5-milestone{margin-top:7px}.owc-v5-milestone span{display:block;margin-bottom:3px;color:#657b8e;font-size:5px}.owc-v5-milestone>div{height:4px;border-radius:4px;background:#111e2a;overflow:hidden}.owc-v5-milestone>div>b{display:block;height:100%;background:linear-gradient(90deg,#4eddf7,#9a80ff)}.owc-v5-mainbuy{min-height:64px;border:1px solid #4bcbe5;border-radius:10px;background:linear-gradient(180deg,#17435a,#0f3042);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.owc-v5-mainbuy span{font-size:7px;font-weight:950}.owc-v5-mainbuy>b{color:#ffe071;font-size:13px}.owc-v5-mainbuy i{font-style:normal}.owc-v5-mainbuy small{color:#6ed8eb;font-size:6px}.owc-v5-economy{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:7px}.owc-v5-economy>span{display:grid;grid-template-columns:28px 1fr;grid-template-rows:auto auto;align-items:center;padding:7px 9px;border-radius:10px;background:#08131f}.owc-v5-economy i{grid-row:1/3;font-style:normal;font-size:15px}.owc-v5-economy b{font-size:8px}.owc-v5-economy small{color:#6a8093;font-size:6px}.owc-v5-economy>span:first-child i{color:#ffd65d}.owc-v5-economy>span:last-child i{color:#63eaff}
.owc-v5-panelhead{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:7px}.owc-v5-panelhead> b{font-size:10px;color:#77edff}.owc-v5-herolist,.owc-v5-techlist{display:grid;gap:5px}.owc-v5-herocard{display:grid;grid-template-columns:64px minmax(0,1fr) 124px;align-items:center;min-height:78px;padding:6px 8px;border:1px solid rgba(255,255,255,.055);border-radius:11px;background:#09141f}.owc-v5-portrait{width:60px;height:67px;overflow:hidden;border-radius:9px;background:radial-gradient(circle at 50% 12%,rgba(83,222,246,.13),transparent 70%)}.owc-v5-portrait svg{width:66px;height:80px;transform:translate(-3px,-4px)}.owc-v5-herocopy small{color:#67e9ff;font-size:5px;font-weight:950;letter-spacing:.1em}.owc-v5-herocopy h4,.owc-v5-techcard h4{margin:1px 0!important;color:#f7fbff!important;font-size:11px!important}.owc-v5-herocopy p,.owc-v5-techcard p{margin:0!important;color:#778b9d;font-size:7px}.owc-v5-herocopy>span{display:block;margin-top:3px;color:#8779ad;font-size:5px}.owc-v5-herocard button,.owc-v5-techcard button{min-height:52px;border:1px solid rgba(80,218,244,.3);border-radius:9px;background:linear-gradient(180deg,#17425a,#103145);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.owc-v5-herocard button em,.owc-v5-techcard button em{font-style:normal;font-size:6px;font-weight:950}.owc-v5-herocard button b{color:#ffe173;font-size:9px}.owc-v5-herocard.locked{opacity:.62}.owc-v5-herocard button:disabled,.owc-v5-techcard button:disabled{background:#101a24;border-color:rgba(255,255,255,.05);color:#697a89}.owc-v5-techcard{display:grid;grid-template-columns:48px minmax(0,1fr) 120px;gap:9px;align-items:center;padding:8px;border:1px solid rgba(255,255,255,.055);border-radius:11px;background:#09141f}.owc-v5-techcard>i{width:45px;height:45px;display:grid;place-items:center;border-radius:13px;background:radial-gradient(circle,rgba(119,93,255,.22),rgba(34,27,66,.45));border:1px solid rgba(147,117,255,.18);font-style:normal;font-size:22px;color:#bda9ff}.owc-v5-techcard>div>small{color:#897cac;font-size:5px;font-weight:900}.owc-v5-techcard button b{color:#baa8ff;font-size:9px}.owc-v5-shards{color:#beaaff!important}.owc-v5-shards i{font-style:normal}
.owc-v5-mana{min-width:135px}.owc-v5-mana span{display:block;text-align:right;color:#7b91a5;font-size:6px}.owc-v5-mana span b{color:#68ddff}.owc-v5-mana span i{font-style:normal}.owc-v5-mana>div{height:5px;margin-top:3px;border-radius:6px;background:#101b29;overflow:hidden}.owc-v5-mana>div>b{display:block;height:100%;width:100%;background:linear-gradient(90deg,#4778ff,#65ddff)}.owc-v5-skilllist{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.owc-v5-skill{min-height:98px;padding:9px;border:1px solid rgba(255,255,255,.06);border-radius:12px;background:#091522;color:#fff;text-align:left;display:grid;grid-template-columns:38px 1fr;grid-template-rows:1fr auto;gap:5px 8px}.owc-v5-skill>i{grid-row:1/3;width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:radial-gradient(circle,rgba(76,218,246,.22),rgba(28,49,68,.35));font-style:normal;font-size:18px}.owc-v5-skill span b{display:block;font-size:8px}.owc-v5-skill span small{display:block;margin-top:3px;color:#6e8497;font-size:6px;line-height:1.25}.owc-v5-skill>em{grid-column:2;font-style:normal;color:#64dfff;font-size:6px;font-weight:900}.owc-v5-skill.active{border-color:#5de8ff;box-shadow:inset 0 0 20px rgba(82,225,248,.07)}.owc-v5-skill:disabled{opacity:.48}
.owc-v5-portal{text-align:center;padding:4px 6px 20px}.owc-v5-portalart{position:relative;width:112px;height:112px;margin:0 auto 4px}.owc-v5-portalart i{position:absolute;inset:9px;border-radius:50%;border:4px solid rgba(130,100,255,.45);animation:v5portal 5s linear infinite}.owc-v5-portalart i:nth-child(2){inset:23px;border-color:rgba(83,226,255,.5);animation-direction:reverse;animation-duration:3.5s}.owc-v5-portalart i:nth-child(3){inset:36px;border-width:2px;border-style:dashed}.owc-v5-portalart b{position:absolute;inset:0;display:grid;place-items:center;color:#b6a1ff;font-size:45px;text-shadow:0 0 25px #755aff}@keyframes v5portal{to{transform:rotate(360deg)}}.owc-v5-portal>small{color:#8d7fb1;font-size:6px;font-weight:950;letter-spacing:.12em}.owc-v5-portal h3{margin:3px 0!important;color:#fff!important;font-size:19px!important}.owc-v5-portal p{max-width:480px;margin:0 auto 10px!important;color:#72879a;font-size:8px}.owc-v5-portalstats{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;max-width:480px;margin:0 auto 9px}.owc-v5-portalstats span{padding:7px;border-radius:10px;background:#0a1521;color:#647b8f;font-size:5px}.owc-v5-portalstats b{display:block;margin-top:2px;color:#fff;font-size:13px}.owc-v5-portalstats i{font-style:normal;color:#b7a3ff}.owc-v5-portal>button{min-width:220px;padding:10px 16px;border:1px solid #8b73ff;border-radius:11px;background:linear-gradient(180deg,#483b87,#2f285f);color:#fff;font-size:8px;font-weight:950;letter-spacing:.06em;box-shadow:0 0 22px rgba(120,89,255,.1)}.owc-v5-portal>button:disabled{opacity:.4}.owc-v5-portalreq{display:block!important;margin-top:5px;color:#6d8295!important}.owc-v5-note{position:absolute;left:50%;top:-48px;transform:translate(-50%,10px);padding:8px 12px;border-radius:10px;background:rgba(5,13,20,.95);border:1px solid rgba(255,255,255,.08);color:#dce7ef;font-size:8px;opacity:0;pointer-events:none;transition:.2s;white-space:nowrap}.owc-v5-note.show{opacity:1;transform:translate(-50%,0)}.owc-v5-note.ok{color:#76f0cb;border-color:rgba(82,235,190,.25)}
.owc-v5-offline,.owc-v5-guide{position:absolute;z-index:90;inset:0;background:rgba(2,7,11,.84);backdrop-filter:blur(10px);display:grid;place-items:center;opacity:0;transition:.2s}.owc-v5-offline.show,.owc-v5-guide.show{opacity:1}.owc-v5-offline{align-content:center;text-align:center}.owc-v5-offline>span{color:#68e8ff;font-size:7px;font-weight:950;letter-spacing:.12em}.owc-v5-offline>b{display:block;margin:5px 0;color:#ffe171;font-size:23px}.owc-v5-offline>small{display:block;color:#7890a4;font-size:8px}.owc-v5-offline>button,.owc-v5-guide button{margin-top:12px;padding:10px 25px;border:1px solid #58dbf4;border-radius:10px;background:#12384b;color:#fff;font-size:8px;font-weight:950}.owc-v5-guide>div{width:min(420px,86%);padding:22px;border:1px solid rgba(91,226,250,.16);border-radius:20px;background:#091522;text-align:center;box-shadow:0 30px 80px rgba(0,0,0,.45)}.owc-v5-guide b{color:#72edff;font-size:12px;letter-spacing:.08em}.owc-v5-guide p{margin:9px 0 0!important;color:#9badbc;font-size:9px;line-height:1.5}.owc-v5-empty{text-align:center;color:#75899b;font-size:8px}
@media(max-width:720px){.owc-fullgame .owc-tt5{grid-template-rows:68px minmax(0,1fr)}.owc-tt5-hud{grid-template-columns:44px 1fr auto;padding-left:8px;padding-right:8px}.owc-tt5-exit{width:39px;height:39px;border-radius:12px;font-size:23px}.owc-tt5-stagebox>b{font-size:22px}.owc-tt5-wallet>span{min-width:70px;padding:6px 7px;grid-template-columns:18px auto}.owc-tt5-wallet i{width:18px;height:18px;font-size:9px}.owc-tt5-wallet em{font-size:4px}.owc-tt5-wallet b{font-size:10px}.owc-v5-enemyhud{top:7px;width:88%}.owc-v5-enemyhead h2{font-size:17px!important}.owc-v5-enemy{top:17%;width:176px;height:215px}.owc-v5-enemy.is-boss{width:205px;height:245px;top:15%}.owc-v5-enemy.is-mega{width:224px;height:265px;top:14%}.owc-v5-player{width:153px;height:210px;bottom:56px}.owc-v5-fieldhero{width:69px;height:88px}.owc-v5-fieldhero.p1{left:1%;bottom:10%}.owc-v5-fieldhero.p2{right:1%;bottom:10%}.owc-v5-fieldhero.p3{left:4%;bottom:30%}.owc-v5-fieldhero.p4{right:4%;bottom:30%}.owc-v5-fieldhero.p5{left:18%;bottom:18%}.owc-v5-fieldhero.p6{right:18%;bottom:18%}.owc-v5-tapcoach{bottom:58px}.owc-tt5-drawer{height:min(55dvh,455px);min-height:300px}.owc-tt5-drawer.is-collapsed{transform:translateY(calc(100% - 58px - env(safe-area-inset-bottom)))}.owc-v5-tabs{height:58px}.owc-v5-tabs button i{font-size:16px}.owc-v5-drawerbody{height:calc(100% - 58px)}.owc-v5-maincard{grid-template-columns:58px minmax(0,1fr) 111px}.owc-v5-mainmini{width:56px;height:68px}.owc-v5-mainmini svg{width:65px;height:89px}.owc-v5-mainstats h3{font-size:13px!important}.owc-v5-mainbuy{min-height:56px}.owc-v5-herocard{grid-template-columns:54px minmax(0,1fr) 106px}.owc-v5-portrait{width:52px;height:60px}.owc-v5-portrait svg{width:59px;height:72px}.owc-v5-techcard{grid-template-columns:42px minmax(0,1fr) 105px}.owc-v5-techcard>i{width:39px;height:39px;font-size:18px}.owc-v5-skilllist{grid-template-columns:1fr}.owc-v5-skill{min-height:64px;grid-template-columns:35px 1fr auto;grid-template-rows:1fr}.owc-v5-skill>i{grid-row:1}.owc-v5-skill>em{grid-column:3;align-self:center}.owc-v5-note{top:-44px}}
@media(max-width:430px){.owc-tt5-hud{grid-template-columns:38px 1fr auto;gap:4px}.owc-tt5-exit{width:35px;height:35px}.owc-tt5-wallet{gap:3px}.owc-tt5-wallet>span{min-width:58px;padding:5px}.owc-tt5-wallet .club{min-width:51px}.owc-tt5-wallet em{font-size:3.6px}.owc-tt5-wallet b{font-size:9px}.owc-v5-enemy{top:16%;width:160px;height:197px}.owc-v5-enemy.is-boss{width:185px;height:222px}.owc-v5-enemy.is-mega{width:202px;height:242px}.owc-v5-player{width:141px;height:194px;bottom:54px}.owc-v5-fieldhero{width:61px;height:79px}.owc-v5-fieldhero.p5,.owc-v5-fieldhero.p6{display:none}.owc-v5-maincard{grid-template-columns:48px minmax(0,1fr) 94px;gap:5px;padding:6px}.owc-v5-mainmini{width:46px;height:58px}.owc-v5-mainmini svg{width:55px;height:76px}.owc-v5-mainstats p{font-size:6px}.owc-v5-mainbuy{min-height:52px}.owc-v5-mainbuy span{font-size:6px}.owc-v5-mainbuy>b{font-size:11px}.owc-v5-economy>span{padding:6px}.owc-v5-herocard{grid-template-columns:47px minmax(0,1fr) 92px;padding:5px}.owc-v5-portrait{width:45px;height:54px}.owc-v5-portrait svg{width:52px;height:64px}.owc-v5-herocopy h4{font-size:10px!important}.owc-v5-herocopy p{font-size:6px}.owc-v5-herocard button{min-height:46px}.owc-v5-techcard{grid-template-columns:36px minmax(0,1fr) 91px;padding:6px}.owc-v5-techcard>i{width:34px;height:34px}.owc-v5-techcard h4{font-size:10px!important}.owc-v5-techcard p{font-size:6px}.owc-v5-portalart{width:90px;height:90px}.owc-v5-portal h3{font-size:17px!important}}
.owc-unity-shmooter{position:absolute;inset:0;z-index:12;background:#030812;overflow:hidden;touch-action:none}
.owc-unity-shmooter canvas{display:block;width:100%;height:100%;background:#030812;outline:0}
.owc-unity-loading,.owc-unity-error{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:28px;text-align:center;color:#fff;background:radial-gradient(circle at 50% 35%,#10324f 0,#030812 60%);font-family:system-ui,sans-serif}
.owc-unity-loading b{font-size:22px;letter-spacing:.12em;color:#55e8ff}.owc-unity-loading span{font-size:13px;color:#a9c5d5}.owc-unity-loading progress{width:min(280px,72vw);accent-color:#55e8ff}
.owc-unity-exit{position:absolute;z-index:5;top:max(12px,env(safe-area-inset-top));left:max(12px,env(safe-area-inset-left));width:42px;height:42px;border:1px solid rgba(85,232,255,.45);border-radius:50%;background:rgba(3,15,27,.72);color:#fff;font-size:23px}
.owc-unity-error{z-index:4;color:#ffcfda}.owc-unity-error[hidden],.owc-unity-loading[hidden]{display:none}
