@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800;900&family=Unbounded:wght@700;800;900&display=swap');
:root{
  --bg:#07090d;
  --bg2:#0d1118;
  --card:#121821;
  --card2:#0e141d;
  --line:rgba(255,255,255,.11);
  --line2:rgba(255,255,255,.07);
  --text:#f7f4ed;
  --muted:#aab0b8;
  --dim:#727b87;
  --amber:#ffb241;
  --orange:#ff6b2b;
  --red:#e44b31;
  --blue:#7bbcff;
  --green:#89ffb2;
  --radius:24px;
  --shadow:0 18px 55px rgba(0,0,0,.34);
}
*{box-sizing:border-box}
html{min-height:100%;background:var(--bg);scroll-behavior:smooth}
body{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--text);background:
  radial-gradient(900px 420px at 100% -10%,rgba(255,107,43,.16),transparent 62%),
  radial-gradient(720px 360px at -10% 10%,rgba(123,188,255,.09),transparent 58%),
  linear-gradient(180deg,#07090d 0%,#080b11 52%,#05070b 100%);
  letter-spacing:-.012em;
}
body:before{content:"";position:fixed;inset:0;z-index:-3;background:
  repeating-linear-gradient(90deg,rgba(255,255,255,.018) 0 1px,transparent 1px 84px),
  repeating-linear-gradient(0deg,rgba(255,255,255,.015) 0 1px,transparent 1px 74px);opacity:.45;pointer-events:none}
.noise{position:fixed;inset:0;pointer-events:none;z-index:-2;opacity:.16;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='170' height='170'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='170' height='170' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");mix-blend-mode:overlay}
button,input,textarea,select{font:inherit;color:inherit}button{border:0;cursor:pointer}button:disabled{opacity:.45;cursor:not-allowed}input,textarea,select{width:100%;background:#080d15;border:1px solid var(--line);border-radius:16px;min-height:46px;padding:12px 13px;outline:none;transition:.18s ease}textarea{min-height:98px;resize:vertical}input:focus,textarea:focus,select:focus{border-color:rgba(255,178,65,.75);box-shadow:0 0 0 4px rgba(255,178,65,.08)}
.app-shell{width:min(1040px,100%);margin:0 auto;padding:10px 9px calc(24px + env(safe-area-inset-bottom))}.topbar{position:sticky;top:0;z-index:30;padding:7px 0 10px;background:linear-gradient(180deg,rgba(7,9,13,.98),rgba(7,9,13,.86),rgba(7,9,13,.4),transparent);backdrop-filter:blur(14px)}
.splash{min-height:86vh;display:grid;place-items:center;text-align:center;align-content:center;gap:12px}.loader-logo{width:86px;height:86px;border-radius:30px;display:grid;place-items:center;font-size:38px;background:linear-gradient(140deg,var(--amber),var(--orange));box-shadow:0 26px 70px rgba(255,107,43,.24);animation:pulse 1.8s ease-in-out infinite}.loader-logo.warn{background:linear-gradient(135deg,#ff6b6b,#ffc46b)}.splash h1{font-size:36px;margin:0;letter-spacing:-.055em}.splash p{max-width:420px;margin:0;color:var(--muted);line-height:1.48}.street-splash:after{content:"";width:210px;height:4px;border-radius:99px;background:linear-gradient(90deg,transparent,var(--amber),transparent);opacity:.9;animation:streetLine 1.7s linear infinite}
.hero-poster{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:28px;padding:15px;background:
  linear-gradient(135deg,rgba(255,178,65,.16),rgba(18,24,33,.92) 38%,rgba(255,107,43,.13)),
  repeating-linear-gradient(-11deg,rgba(255,255,255,.045) 0 1px,transparent 1px 12px);box-shadow:var(--shadow)}
.hero-poster:before{content:"";position:absolute;right:-58px;top:-72px;width:230px;height:230px;border-radius:72px;background:linear-gradient(135deg,rgba(255,178,65,.33),rgba(255,107,43,.12));transform:rotate(18deg)}.hero-poster:after{content:"";position:absolute;left:-40px;bottom:-70px;width:220px;height:110px;border-radius:50%;background:rgba(123,188,255,.08);filter:blur(6px)}.poster-mark{position:absolute;right:18px;bottom:12px;font-size:42px;font-weight:1000;letter-spacing:-.08em;color:rgba(255,255,255,.035);transform:rotate(-4deg);user-select:none}
.brand{display:flex;align-items:center;gap:13px;position:relative;z-index:1}.brand-icon,.round-icon,.nav-btn .ico{display:grid;place-items:center;flex:0 0 auto}.brand-icon{width:52px;height:52px;border-radius:20px;background:rgba(7,9,13,.7);border:1px solid rgba(255,255,255,.12);font-size:25px;box-shadow:inset 0 0 24px rgba(255,178,65,.12)}.brand h1{margin:0;font-size:25px;letter-spacing:-.055em;line-height:1}.brand p{margin:5px 0 0;color:var(--muted);font-size:13px;line-height:1.28}.user-pill{margin-left:auto;display:flex;align-items:center;gap:8px;background:rgba(0,0,0,.29);border:1px solid rgba(255,255,255,.09);border-radius:999px;padding:8px 11px;color:#fff;font-weight:800;font-size:12px;max-width:190px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.dot{width:9px;height:9px;border-radius:999px;background:var(--green);box-shadow:0 0 18px rgba(137,255,178,.62)}
.nav{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-top:10px}.nav-btn{height:66px;min-width:0;border-radius:22px;background:linear-gradient(180deg,rgba(19,25,35,.95),rgba(11,16,24,.95));border:1px solid var(--line2);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:var(--muted);font-weight:850;font-size:12px;line-height:1;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.nav-btn .ico{width:30px;height:30px;border-radius:13px;background:linear-gradient(135deg,rgba(255,178,65,.16),rgba(123,188,255,.13));border:1px solid rgba(255,255,255,.07);font-size:16px}.nav-btn span:last-child{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.nav-btn:hover{transform:translateY(-1px);border-color:rgba(255,178,65,.23)}.nav-btn.active{background:linear-gradient(135deg,var(--amber),var(--orange));color:#160d05;box-shadow:0 14px 34px rgba(255,107,43,.22);border-color:rgba(255,255,255,.18)}.nav-btn.active .ico{background:rgba(255,255,255,.22);border-color:rgba(255,255,255,.18)}
.page{animation:fadeUp .28s ease}.section-title{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;margin:14px 0 10px}.section-title h2{font-size:25px;margin:0;letter-spacing:-.045em;line-height:1.06}.section-title p{margin:5px 0 0;color:var(--muted);font-size:13px;line-height:1.38}.badge{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,178,65,.28);color:#ffd486;background:rgba(255,178,65,.09);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900;white-space:nowrap}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.card{position:relative;overflow:hidden;border:1px solid var(--line2);border-radius:var(--radius);background:linear-gradient(180deg,rgba(18,24,33,.92),rgba(10,15,22,.94));box-shadow:0 12px 38px rgba(0,0,0,.25);padding:14px}.card h3{font-size:18px;margin:0 0 8px;letter-spacing:-.03em}.card:hover{border-color:rgba(255,178,65,.24)}.poster-card:before{content:"";position:absolute;right:-46px;bottom:-62px;width:155px;height:155px;border-radius:55px;background:linear-gradient(135deg,rgba(255,178,65,.13),rgba(255,107,43,.08));transform:rotate(17deg);pointer-events:none}.concert-card,.merch-card{display:flex;flex-direction:column;gap:10px;min-height:218px}.concert-top{display:flex;align-items:center;gap:11px}.round-icon{width:45px;height:45px;border-radius:17px;background:linear-gradient(135deg,rgba(123,188,255,.15),rgba(255,178,65,.22));border:1px solid rgba(255,255,255,.08);font-size:22px}.meta{color:var(--muted);font-size:13px;line-height:1.45}.clamp{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.date-line{align-self:flex-start;color:#ffd38d;background:rgba(255,178,65,.09);border:1px solid rgba(255,178,65,.18);border-radius:999px;padding:7px 10px;font-weight:850;font-size:12px}.price{font-size:20px;font-weight:950;color:#fff1ca;letter-spacing:-.035em}.spacer{flex:1}.primary,.secondary,.danger,.tiny{min-height:44px;border-radius:16px;padding:0 14px;font-weight:900;letter-spacing:-.015em;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .16s ease,filter .16s ease,border-color .16s ease}.primary{background:linear-gradient(135deg,var(--amber),var(--orange));color:#170d04;box-shadow:0 12px 28px rgba(255,107,43,.18)}.secondary{background:rgba(255,255,255,.055);border:1px solid var(--line);color:var(--text)}.danger{background:rgba(228,75,49,.14);border:1px solid rgba(228,75,49,.34);color:#ffb2a4}.primary:hover,.secondary:hover,.danger:hover{transform:translateY(-1px);filter:saturate(1.08)}.tiny{min-height:34px;border-radius:13px;padding:0 10px;font-size:12px}.wide{width:100%}.hint{font-size:13px;color:var(--muted);line-height:1.48;margin:12px 0 0}.detail-head{display:flex;align-items:center;gap:12px;margin:12px 0}.detail-head h2{margin:0;font-size:23px;letter-spacing:-.045em}.back{width:44px;height:44px;border-radius:17px;background:rgba(255,255,255,.055);border:1px solid var(--line);font-size:22px;color:var(--text)}.ticket-list{display:grid;gap:9px}.ticket-row,.cart-row,.order-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;background:rgba(255,255,255,.04);border:1px solid var(--line2);border-radius:18px;padding:11px}.order-row.clean{grid-template-columns:minmax(0,1fr) auto}.ticket-row strong,.cart-row strong,.order-row strong{display:block;overflow:hidden;text-overflow:ellipsis}.ticket-row small,.cart-row small,.order-row small{display:block;color:var(--muted);font-size:12px;margin-top:3px}.ticket-row.sold{opacity:.48}.row-actions{display:flex;gap:8px;align-items:center;text-align:right;flex-wrap:wrap;justify-content:flex-end}.form{display:grid;gap:10px}.form.two{grid-template-columns:repeat(2,minmax(0,1fr))}label{font-size:11px;text-transform:uppercase;color:var(--dim);font-weight:900;letter-spacing:.075em}.merch-image{height:94px;border-radius:20px;background:linear-gradient(135deg,rgba(255,178,65,.14),rgba(123,188,255,.1)),repeating-linear-gradient(135deg,rgba(255,255,255,.065) 0 1px,transparent 1px 9px);display:grid;place-items:center;font-size:40px;border:1px solid rgba(255,255,255,.07)}.qty{display:flex;gap:7px;align-items:center;justify-content:flex-end}.qty button{width:34px;height:34px;border-radius:12px;background:rgba(255,255,255,.07);border:1px solid var(--line);font-weight:900}.empty{border:1px dashed var(--line);border-radius:24px;padding:25px;text-align:center;color:var(--muted);line-height:1.45}.order-tabs{display:flex;gap:8px;margin-bottom:10px;flex-wrap:wrap}.order-tabs button{border-radius:999px;background:rgba(255,255,255,.055);border:1px solid var(--line);padding:9px 12px;color:var(--muted);font-weight:900}.order-tabs button.active{background:rgba(255,178,65,.14);color:#ffd486;border-color:rgba(255,178,65,.28)}.status{font-size:11px;font-weight:950;border-radius:999px;padding:6px 9px;text-transform:uppercase;white-space:nowrap}.status.pending{background:rgba(255,178,65,.14);color:#ffd486}.status.paid{background:rgba(137,255,178,.13);color:#adffc4}.status.cancelled{background:rgba(228,75,49,.15);color:#ffb2a4}.qr{max-width:170px;border-radius:18px;margin-top:10px;background:white;padding:6px}.pay-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}.pay-grid.mini{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:10px}.payment-card:before{content:"";position:absolute;right:-50px;top:-58px;width:150px;height:150px;border-radius:50px;background:rgba(255,178,65,.1);transform:rotate(17deg)}.giveaway-link{font-size:13px;word-break:break-all;background:#080d15;border:1px solid var(--line);border-radius:18px;padding:12px;color:#cde7ff}.leader{display:grid;gap:8px}.leader-row{display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center;background:rgba(255,255,255,.04);border:1px solid var(--line2);border-radius:16px;padding:10px}.admin-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:12px}.admin-menu{display:grid;gap:8px;align-content:start}.admin-menu button{border-radius:16px;background:rgba(255,255,255,.055);border:1px solid var(--line);padding:11px;text-align:left;font-weight:900;color:var(--muted)}.admin-menu button.active{background:rgba(255,178,65,.14);color:#ffd486;border-color:rgba(255,178,65,.28)}.stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.stat{border-radius:18px;background:rgba(255,255,255,.045);border:1px solid var(--line2);padding:12px}.stat b{display:block;font-size:20px;letter-spacing:-.035em}.stat span{font-size:12px;color:var(--muted)}.admin-orders{grid-template-columns:1fr}.admin-row{grid-template-columns:minmax(0,1fr) auto auto auto}.toast{position:fixed;left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:99;background:#101822;border:1px solid rgba(255,178,65,.42);border-radius:18px;padding:12px 14px;box-shadow:var(--shadow);transform:translateY(150%);transition:.24s ease;font-weight:850}.toast.show{transform:translateY(0)}
@keyframes fadeUp{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.045)}}@keyframes streetLine{0%{transform:translateX(-30px);opacity:.4}50%{opacity:1}100%{transform:translateX(30px);opacity:.4}}
@media (max-width:760px){.app-shell{padding:7px 6px calc(18px + env(safe-area-inset-bottom))}.hero-poster{padding:13px;border-radius:24px}.brand-icon{width:48px;height:48px;border-radius:18px}.brand h1{font-size:22px}.brand p{font-size:12px}.user-pill{display:none}.poster-mark{font-size:34px;right:13px}.nav{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.nav-btn{height:58px;border-radius:18px;font-size:12px}.nav-btn .ico{width:28px;height:28px;border-radius:12px}.grid,.concert-grid,.merch-grid{grid-template-columns:1fr}.section-title h2{font-size:24px}.section-title{align-items:flex-start}.admin-layout{grid-template-columns:1fr}.admin-menu{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-menu button{text-align:center}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form.two{grid-template-columns:1fr}.ticket-row,.cart-row,.order-row,.order-row.clean{grid-template-columns:1fr}.admin-row{grid-template-columns:1fr}.row-actions{justify-content:flex-start}.primary,.secondary,.danger{width:100%}.pay-grid,.pay-grid.mini{grid-template-columns:1fr}.card{padding:13px}.concert-card,.merch-card{min-height:0}.detail-head h2{font-size:21px}}
@media (max-width:380px){.nav-btn{font-size:11px}.nav-btn .ico{width:26px;height:26px}.brand h1{font-size:20px}.section-title{display:block}.badge{margin-top:8px}.round-icon{width:42px;height:42px}.price{font-size:18px}}

.card-cover,.detail-cover,.merch-photo,.admin-thumb{width:100%;display:block;object-fit:cover;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:#080d15}.card-cover{height:126px;margin-bottom:2px}.detail-cover{max-height:360px}.merch-photo{height:130px}.admin-thumb{max-height:190px;margin-top:10px}.concert-cover-fallback{height:126px;border-radius:20px;display:grid;place-items:center;font-size:42px;background:linear-gradient(135deg,rgba(255,178,65,.14),rgba(123,188,255,.1));border:1px solid rgba(255,255,255,.07)}.photo-card{padding:10px}.scheme-card{margin-bottom:12px}.scheme-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.scheme-title h3{margin:0}.scheme-wrap{overflow:auto;border-radius:20px;background:#f5f5f5;border:1px solid rgba(255,255,255,.1);padding:8px}.venue-scheme{display:block;width:100%;min-width:640px;border-radius:14px}.sector-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.sector-chip{border-radius:999px;background:rgba(255,255,255,.055);border:1px solid var(--line);padding:8px 10px;color:var(--muted);font-weight:900;font-size:12px}.sector-chip:hover{color:#ffd486;border-color:rgba(255,178,65,.28)}.order-row.rich{grid-template-columns:minmax(0,1fr) auto auto auto auto}.order-details{grid-column:1/-1;margin-top:4px;border-top:1px solid var(--line2);padding-top:8px}.order-details summary,.admin-edit-card summary{cursor:pointer;color:#ffd486;font-weight:900}.details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}.details-grid div,.admin-items{background:rgba(255,255,255,.035);border:1px solid var(--line2);border-radius:14px;padding:9px}.details-grid b,.admin-items b{display:block;font-size:11px;text-transform:uppercase;color:var(--dim);letter-spacing:.06em;margin-bottom:4px}.details-grid span,.admin-items span{font-size:13px;color:var(--text);line-height:1.4}.admin-qr{display:block}.admin-items{margin-top:8px}.admin-edit-card{border:1px solid var(--line2);border-radius:18px;background:rgba(255,255,255,.035);padding:11px;margin-top:9px}.admin-edit-card summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.admin-edit-card summary strong{overflow:hidden;text-overflow:ellipsis}.admin-edit-card summary span{color:var(--muted);font-size:12px;text-align:right}.admin-edit-card h4{margin:14px 0 8px}.admin-ticket-edit{grid-template-columns:minmax(170px,1.6fr) minmax(90px,.7fr) minmax(90px,.7fr) auto}.admin-ticket-edit input{min-height:38px;border-radius:12px;padding:8px 10px}a.tiny{text-decoration:none}.hint code{color:#ffd486}
@media (max-width:760px){.venue-scheme{min-width:560px}.details-grid{grid-template-columns:1fr}.order-row.rich,.admin-ticket-edit{grid-template-columns:1fr}.admin-edit-card summary{grid-template-columns:1fr}.admin-edit-card summary span{text-align:left}.card-cover,.concert-cover-fallback,.merch-photo{height:150px}}


/* v4: mobile admin stability fixes */
html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
.app-shell, .topbar, .page, .admin-layout, .admin-layout > section, .admin-menu, .card, .form, .form > *, .ticket-row, .order-row, .admin-edit-card { min-width: 0; max-width: 100%; }
input, textarea, select, button { min-width: 0; }
.admin-menu button { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.admin-layout > section { overflow: hidden; }
.admin-edit-card { overflow: hidden; }
@media (max-width:760px){
  .admin-menu{grid-template-columns:repeat(2,minmax(0,1fr));}
  .admin-menu button{padding:10px 8px;font-size:13px;}
  .admin-ticket-edit{grid-template-columns:1fr;}
}

.scheme-card, .scheme-wrap, .venue-scheme { display: none !important; }



/* Design transfer from React landing: dark purple/blue concert style */
:root{
  --bg:#050510;
  --bg2:#070816;
  --card:#11111f;
  --card2:#0b0c17;
  --line:rgba(255,255,255,.12);
  --line2:rgba(255,255,255,.08);
  --text:#f8fafc;
  --muted:#a1a1aa;
  --dim:#71717a;
  --amber:#a855f7;
  --orange:#2563eb;
  --red:#ef4444;
  --blue:#60a5fa;
  --green:#4ade80;
  --radius:24px;
  --shadow:0 24px 70px rgba(0,0,0,.42);
}
html{background:var(--bg)}
body{background:
  radial-gradient(780px 520px at 18% -5%,rgba(168,85,247,.28),transparent 60%),
  radial-gradient(780px 540px at 110% 5%,rgba(37,99,235,.24),transparent 58%),
  radial-gradient(600px 380px at 50% 100%,rgba(59,130,246,.12),transparent 62%),
  linear-gradient(180deg,#050510 0%,#070814 48%,#050510 100%);color:var(--text)}
body:before{background:
  repeating-linear-gradient(90deg,rgba(255,255,255,.026) 0 1px,transparent 1px 74px),
  repeating-linear-gradient(0deg,rgba(255,255,255,.018) 0 1px,transparent 1px 66px);opacity:.35}
body:after{content:"";position:fixed;inset:0;z-index:-2;pointer-events:none;background:
  radial-gradient(circle at 16% 20%,rgba(168,85,247,.28) 0 2px,transparent 3px),
  radial-gradient(circle at 74% 18%,rgba(96,165,250,.24) 0 2px,transparent 3px),
  radial-gradient(circle at 62% 72%,rgba(168,85,247,.16) 0 2px,transparent 3px);background-size:170px 180px,210px 190px,240px 230px;animation:floatBg 22s linear infinite}
.noise{opacity:.11;mix-blend-mode:screen}
.app-shell{max-width:760px;padding:12px 12px calc(28px + env(safe-area-inset-bottom))}
.topbar{padding-top:8px;background:linear-gradient(180deg,rgba(5,5,16,.98),rgba(5,5,16,.78),transparent);backdrop-filter:blur(18px)}
.hero-poster{min-height:154px;padding:18px;border-radius:30px;border:1px solid rgba(255,255,255,.12);background:
  radial-gradient(160px 120px at 18% 18%,rgba(168,85,247,.38),transparent 72%),
  radial-gradient(220px 150px at 86% 15%,rgba(59,130,246,.34),transparent 68%),
  linear-gradient(135deg,rgba(17,17,31,.92),rgba(9,10,22,.94));box-shadow:0 28px 80px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.08)}
.hero-poster:before{right:-62px;top:-92px;width:260px;height:260px;border-radius:50%;background:linear-gradient(135deg,rgba(168,85,247,.36),rgba(37,99,235,.16));filter:blur(1px);animation:orb 8s ease-in-out infinite}.hero-poster:after{left:-70px;bottom:-90px;width:250px;height:160px;background:rgba(37,99,235,.16);filter:blur(24px)}
.poster-mark{right:17px;bottom:8px;font-size:62px;font-weight:1000;color:rgba(255,255,255,.045);letter-spacing:-.1em;transform:rotate(-7deg)}
.brand{align-items:flex-start}.brand-icon{width:70px;height:70px;border-radius:999px;background:linear-gradient(135deg,rgba(168,85,247,.25),rgba(37,99,235,.2));border:1px solid rgba(168,85,247,.35);box-shadow:0 0 42px rgba(168,85,247,.2);font-size:34px;color:#c084fc}.brand h1{font-size:35px;font-weight:1000;line-height:.96;letter-spacing:-.075em;background:linear-gradient(90deg,#c084fc,#60a5fa,#c084fc);-webkit-background-clip:text;background-clip:text;color:transparent}.brand p{color:#d4d4d8;font-weight:700;font-size:13px;letter-spacing:.02em;text-transform:uppercase}.user-pill{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.nav{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.nav:has(.nav-btn:nth-child(6)){grid-template-columns:repeat(6,minmax(0,1fr))}.nav-btn{height:62px;border-radius:20px;background:rgba(255,255,255,.052);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.09);color:#a1a1aa}.nav-btn .ico{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.09)}.nav-btn.active{background:linear-gradient(135deg,#9333ea,#2563eb);color:#fff;box-shadow:0 16px 42px rgba(37,99,235,.26)}.nav-btn.active .ico{background:rgba(255,255,255,.18)}
.section-title{margin:18px 0 12px}.section-title h2{font-size:28px;font-weight:900;letter-spacing:-.055em}.section-title p,.meta,.hint{color:#a1a1aa}.badge{color:#c4b5fd;border-color:rgba(168,85,247,.32);background:rgba(168,85,247,.10)}
.grid{gap:14px}.card{border-radius:26px;background:linear-gradient(180deg,rgba(24,24,38,.92),rgba(11,12,24,.95));border:1px solid rgba(255,255,255,.09);box-shadow:0 16px 48px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.04)}.card:hover{border-color:rgba(168,85,247,.32)}.poster-card:before{background:linear-gradient(135deg,rgba(168,85,247,.15),rgba(37,99,235,.12));border-radius:50%}.round-icon,.concert-cover-fallback,.merch-image{background:linear-gradient(135deg,rgba(168,85,247,.18),rgba(37,99,235,.14));border:1px solid rgba(255,255,255,.08);color:#c4b5fd}.date-line{color:#c4b5fd;background:rgba(168,85,247,.1);border-color:rgba(168,85,247,.22)}.price{color:#eff6ff}.primary{background:linear-gradient(135deg,#9333ea,#2563eb);color:#fff;box-shadow:0 16px 36px rgba(37,99,235,.22)}.secondary{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.11)}.danger{background:rgba(239,68,68,.13);border-color:rgba(239,68,68,.34);color:#fecaca}.primary:hover,.secondary:hover,.danger:hover{filter:brightness(1.07) saturate(1.08)}
input,textarea,select{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.10)}input:focus,textarea:focus,select:focus{border-color:rgba(168,85,247,.65);box-shadow:0 0 0 4px rgba(168,85,247,.11)}.back{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1)}.order-tabs{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.08)}.order-tabs button.active{background:linear-gradient(135deg,#9333ea,#2563eb);color:#fff}.status.paid{background:rgba(74,222,128,.12);color:#bbf7d0;border-color:rgba(74,222,128,.25)}.toast{background:rgba(12,12,24,.96);border:1px solid rgba(255,255,255,.10);box-shadow:0 20px 60px rgba(0,0,0,.45)}.loader-logo{background:linear-gradient(135deg,rgba(168,85,247,.25),rgba(37,99,235,.24));border:1px solid rgba(168,85,247,.3);box-shadow:0 0 70px rgba(168,85,247,.26);color:#c084fc}.splash h1{font-size:44px;font-weight:1000;background:linear-gradient(90deg,#c084fc,#60a5fa,#c084fc);-webkit-background-clip:text;background-clip:text;color:transparent}.street-splash:after{background:linear-gradient(90deg,transparent,#a855f7,#60a5fa,transparent)}
@keyframes floatBg{from{background-position:0 0,0 0,0 0}to{background-position:170px 180px,-210px 190px,240px -230px}}@keyframes orb{0%,100%{transform:translateY(0) rotate(18deg) scale(1)}50%{transform:translateY(14px) rotate(34deg) scale(1.05)}}
@media(max-width:640px){.app-shell{padding-left:10px;padding-right:10px}.hero-poster{min-height:140px}.brand-icon{width:58px;height:58px;font-size:28px}.brand h1{font-size:29px}.user-pill{display:none}.nav{gap:7px}.nav-btn{height:58px;font-size:11px}.grid{grid-template-columns:1fr}.poster-mark{font-size:54px}}
/* DESIGN_VERSION: max-korzh-react-transfer-v6 */

/* DESIGN_VERSION: max-korzh-v7-ui-fix
   Visual layer: new font, cleaner icons, fixed spacing/backgrounds, smaller oversized blocks. */
:root{
  --bg:#05050d;
  --bg2:#080916;
  --card:#111222;
  --card2:#0c0d18;
  --line:rgba(255,255,255,.13);
  --line2:rgba(255,255,255,.08);
  --text:#f9fafb;
  --muted:#a9adba;
  --dim:#777d8c;
  --amber:#8b5cf6;
  --orange:#2563eb;
  --blue:#60a5fa;
  --green:#34d399;
  --radius:22px;
  --shadow:0 18px 54px rgba(0,0,0,.36);
}
*{min-width:0}
html,body{width:100%;max-width:100%;overflow-x:hidden;background:#05050d}
body{
  font-family:'Manrope',ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;
  letter-spacing:-.015em;
  background:
    radial-gradient(520px 360px at 12% 0%,rgba(139,92,246,.22),transparent 64%),
    radial-gradient(520px 380px at 100% 4%,rgba(37,99,235,.22),transparent 62%),
    radial-gradient(460px 320px at 50% 100%,rgba(96,165,250,.09),transparent 65%),
    linear-gradient(180deg,#05050d 0%,#070816 48%,#05050d 100%) !important;
}
body:before{opacity:.22;background:
  repeating-linear-gradient(90deg,rgba(255,255,255,.022) 0 1px,transparent 1px 86px),
  repeating-linear-gradient(0deg,rgba(255,255,255,.017) 0 1px,transparent 1px 78px)!important}
body:after{opacity:.55}
.app-shell{width:min(720px,100%);padding:10px 10px calc(24px + env(safe-area-inset-bottom))!important}
.topbar{padding:6px 0 8px!important;background:linear-gradient(180deg,rgba(5,5,13,.98),rgba(5,5,13,.84),rgba(5,5,13,.48),transparent)!important}
.hero-poster{
  min-height:118px!important;
  padding:14px!important;
  border-radius:24px!important;
  background:
    radial-gradient(132px 94px at 15% 12%,rgba(139,92,246,.36),transparent 72%),
    radial-gradient(172px 112px at 86% 13%,rgba(37,99,235,.32),transparent 68%),
    linear-gradient(135deg,rgba(18,19,36,.94),rgba(8,9,20,.96))!important;
  box-shadow:0 20px 56px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.07)!important;
}
.hero-poster:before{width:190px!important;height:190px!important;right:-68px!important;top:-78px!important;opacity:.72!important}
.hero-poster:after{width:180px!important;height:120px!important;left:-62px!important;bottom:-74px!important;filter:blur(20px)!important}
.poster-mark{font-family:'Unbounded','Manrope',system-ui,sans-serif!important;font-size:44px!important;right:14px!important;bottom:8px!important;color:rgba(255,255,255,.038)!important}
.brand{align-items:center!important;gap:11px!important}
.brand-icon{width:54px!important;height:54px!important;border-radius:19px!important;font-size:0!important;color:#d8b4fe!important;background:linear-gradient(135deg,rgba(139,92,246,.24),rgba(37,99,235,.20))!important;border-color:rgba(255,255,255,.12)!important;box-shadow:0 0 34px rgba(139,92,246,.14)!important}
.brand-icon svg,.loader-logo svg,.nav-btn .ico svg,.round-icon svg,.concert-cover-fallback svg,.merch-image svg{width:1.18em;height:1.18em;display:block;stroke:currentColor;fill:none;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round}
.brand-icon svg{width:27px!important;height:27px!important}
.brand h1,.section-title h2,.card h3,.detail-head h2,.price,.badge,.nav-btn,.primary,.secondary,.danger,.tiny{font-family:'Unbounded','Manrope',system-ui,sans-serif!important}
.brand h1{font-size:27px!important;line-height:.98!important;letter-spacing:-.065em!important}
.brand p{margin-top:4px!important;max-width:370px;font-size:11px!important;line-height:1.25!important;letter-spacing:.025em!important;color:#c8cbd5!important}
.user-pill{padding:7px 10px!important;font-size:11px!important;max-width:150px!important}
.nav{gap:7px!important;margin-top:8px!important;grid-template-columns:repeat(5,minmax(0,1fr))!important}
.nav:has(.nav-btn:nth-child(6)){grid-template-columns:repeat(6,minmax(0,1fr))!important}
.nav-btn{height:53px!important;border-radius:17px!important;gap:4px!important;font-size:9.8px!important;letter-spacing:-.02em!important;background:rgba(255,255,255,.052)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important}
.nav-btn .ico{width:24px!important;height:24px!important;border-radius:10px!important;font-size:15px!important;color:#c4b5fd!important;background:rgba(255,255,255,.052)!important}
.nav-btn.active{background:linear-gradient(135deg,#7c3aed,#2563eb)!important;color:#fff!important;box-shadow:0 12px 28px rgba(37,99,235,.22)!important}
.nav-btn.active .ico{color:#fff!important;background:rgba(255,255,255,.16)!important}
.page{padding-bottom:2px}
.section-title{margin:14px 0 10px!important;align-items:flex-start!important}
.section-title h2{font-size:23px!important;line-height:1.08!important;letter-spacing:-.045em!important}
.section-title p{font-size:12.5px!important;line-height:1.42!important;max-width:440px!important;margin-top:5px!important}
.badge{height:30px!important;padding:0 9px!important;font-size:10px!important;letter-spacing:-.015em!important;flex:0 0 auto!important}
.grid{gap:10px!important;align-items:stretch!important}
.card{
  padding:12px!important;
  border-radius:22px!important;
  background:
    linear-gradient(180deg,rgba(18,19,36,.94),rgba(10,11,22,.97))!important;
  border-color:rgba(255,255,255,.09)!important;
  box-shadow:0 12px 36px rgba(0,0,0,.29),inset 0 1px 0 rgba(255,255,255,.04)!important;
}
.card h3{font-size:15.5px!important;line-height:1.18!important;margin:0 0 7px!important;letter-spacing:-.025em!important}
.concert-card,.merch-card{min-height:0!important;height:100%!important;gap:8px!important}
.card-cover,.concert-cover-fallback,.merch-photo,.merch-image{height:112px!important;border-radius:18px!important;margin-bottom:1px!important;background:linear-gradient(135deg,rgba(139,92,246,.16),rgba(37,99,235,.12))!important}
.concert-cover-fallback,.merch-image{display:grid!important;place-items:center!important;font-size:34px!important;color:#c4b5fd!important;border:1px solid rgba(255,255,255,.08)!important}
.concert-top{gap:9px!important;align-items:center!important}
.round-icon{width:36px!important;height:36px!important;border-radius:14px!important;font-size:18px!important;color:#c4b5fd!important;background:rgba(255,255,255,.055)!important}
.meta{font-size:12.4px!important;line-height:1.42!important;color:#a9adba!important}
.clamp{-webkit-line-clamp:2!important}
.date-line{padding:6px 8px!important;font-size:10.5px!important;border-radius:999px!important;line-height:1.1!important}
.price{font-size:16.5px!important;line-height:1.15!important;letter-spacing:-.025em!important;color:#f4f7ff!important}
.primary,.secondary,.danger{min-height:40px!important;border-radius:14px!important;padding:0 12px!important;font-size:11px!important;line-height:1.1!important}
.tiny{min-height:32px!important;border-radius:12px!important;padding:0 9px!important;font-size:10px!important}
.primary{background:linear-gradient(135deg,#7c3aed,#2563eb)!important;box-shadow:0 12px 28px rgba(37,99,235,.19)!important}
.detail-head{margin:11px 0 9px!important;align-items:center!important}
.detail-head h2{font-size:21px!important;line-height:1.08!important}
.back{width:40px!important;height:40px!important;border-radius:15px!important;font-size:20px!important;flex:0 0 auto!important}
.photo-card{padding:8px!important}
.detail-cover{max-height:250px!important;border-radius:18px!important}
.ticket-list{gap:8px!important}
.ticket-row,.cart-row,.order-row{border-radius:16px!important;padding:10px!important;gap:8px!important;background:rgba(255,255,255,.042)!important;align-items:center!important}
.ticket-row strong,.cart-row strong,.order-row strong{font-size:13.5px!important;line-height:1.2!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}
.ticket-row small,.cart-row small,.order-row small{font-size:11.5px!important;line-height:1.35!important}
.row-actions{gap:6px!important;justify-content:flex-end!important}
.form{gap:9px!important}.form.two{gap:9px!important}
input,textarea,select{min-height:42px!important;border-radius:14px!important;padding:10px 11px!important;font-size:13px!important;background:rgba(255,255,255,.055)!important}
textarea{min-height:88px!important}label{font-size:10px!important;line-height:1.2!important}
.empty{
  min-height:84px!important;
  display:grid!important;
  place-items:center!important;
  text-align:center!important;
  padding:18px 14px!important;
  border-radius:20px!important;
  color:#c6c9d3!important;
  background:
    radial-gradient(120px 70px at 22% 16%,rgba(139,92,246,.17),transparent 72%),
    linear-gradient(180deg,rgba(18,19,36,.86),rgba(10,11,22,.94))!important;
  border:1px solid rgba(255,255,255,.09)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important;
}
.order-tabs{padding:4px!important;border-radius:16px!important;gap:4px!important;margin:8px 0 10px!important;background:rgba(255,255,255,.052)!important}
.order-tabs button{min-height:36px!important;border-radius:12px!important;font-size:11px!important}
.qty{border-radius:14px!important}.qty button{width:30px!important;height:30px!important}.qty b{min-width:26px!important;font-size:13px!important}
.giveaway-link{font-size:12px!important;line-height:1.35!important;word-break:break-all;background:rgba(255,255,255,.045)!important;border-radius:16px!important;padding:11px!important}
.leader-row{border-radius:14px!important;padding:10px!important}
.admin-layout{grid-template-columns:1fr!important;gap:10px!important}
.admin-menu{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;background:transparent!important;padding:0!important;border:0!important}
.admin-menu button{min-height:40px!important;border-radius:14px!important;padding:0 9px!important;font-size:11px!important;text-align:center!important;background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.08)!important}
.admin-menu button.active{background:linear-gradient(135deg,#7c3aed,#2563eb)!important;color:#fff!important}
.admin-orders{grid-template-columns:1fr!important}
.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
.stat{min-height:92px!important;border-radius:18px!important;padding:12px!important}.stat b{font-size:21px!important}.stat span{font-size:11px!important}
.order-row.rich{grid-template-columns:minmax(0,1fr) auto!important}.order-row.rich > .tiny,.order-row.rich > .status{justify-self:end}.order-row.rich .order-details{grid-column:1/-1!important}
.details-grid{grid-template-columns:1fr!important;gap:7px!important}.details-grid div,.admin-items{border-radius:13px!important;padding:8px!important}
.admin-edit-card{border-radius:16px!important;padding:10px!important}.admin-edit-card summary{grid-template-columns:1fr!important;gap:4px!important}.admin-edit-card summary span{text-align:left!important}
.admin-thumb{height:120px!important;object-fit:cover!important;border-radius:16px!important}.admin-ticket-edit{grid-template-columns:1fr!important}
.toast{left:10px!important;right:10px!important;bottom:calc(14px + env(safe-area-inset-bottom))!important;max-width:none!important;border-radius:17px!important;padding:13px!important;font-size:13px!important}
.splash{min-height:76vh!important;gap:10px!important}.loader-logo{width:72px!important;height:72px!important;border-radius:24px!important;font-size:0!important}.loader-logo svg{width:34px!important;height:34px!important}.splash h1{font-size:34px!important}.splash p{font-size:13px!important;padding:0 18px!important}
@media (max-width:760px){
  .grid{grid-template-columns:1fr!important}
  .form.two{grid-template-columns:1fr!important}
  .card-cover,.concert-cover-fallback,.merch-photo,.merch-image{height:108px!important}
}
@media (max-width:520px){
  .app-shell{padding-left:8px!important;padding-right:8px!important}
  .hero-poster{min-height:104px!important;padding:12px!important;border-radius:22px!important}
  .brand-icon{width:48px!important;height:48px!important;border-radius:17px!important}.brand-icon svg{width:24px!important;height:24px!important}
  .brand h1{font-size:23px!important}.brand p{font-size:10px!important;max-width:230px!important}.poster-mark{font-size:36px!important}
  .nav{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:6px!important}.nav:has(.nav-btn:nth-child(6)){grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .nav-btn{height:50px!important;font-size:9px!important;border-radius:15px!important}.nav-btn .ico{width:23px!important;height:23px!important}
  .section-title h2{font-size:21px!important}.section-title{gap:8px!important}.badge{font-size:9px!important;height:28px!important}
  .ticket-row,.cart-row{grid-template-columns:1fr!important}.row-actions{justify-content:space-between!important;text-align:left!important}.row-actions .tiny{flex:1!important}
}
@media (max-width:370px){
  .brand h1{font-size:20px!important}.brand p{font-size:9.5px!important}.section-title{display:block!important}.badge{margin-top:8px!important}
  .nav-btn{font-size:8.5px!important}.nav-btn .ico{width:22px!important;height:22px!important}
}


/* v8 admin refresh */
.admin-title{align-items:flex-start;gap:12px}
.admin-header-actions{display:flex;gap:8px;flex-wrap:wrap}
.admin-header-actions .slim,.admin-inline-head .slim{width:auto;padding:10px 14px;border-radius:14px}
.admin-inline-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:10px}
.admin-dashboard-card{overflow:hidden}
.admin-tools-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.admin-tool{display:grid;gap:6px;align-content:start;text-align:left;border-radius:22px;padding:16px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.08);color:var(--text)}
.admin-tool span{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(124,58,237,.22),rgba(37,99,235,.18));font-size:18px}
.admin-tool b{font-size:26px;line-height:1;letter-spacing:-.05em}
.admin-tool small{color:var(--muted);line-height:1.4}
.quick-actions{display:flex;gap:8px;flex-wrap:wrap}
.quick-actions .secondary,.quick-actions .primary{width:auto;min-width:160px}
.stat-grid.wide{grid-template-columns:repeat(3,minmax(0,1fr))}
.admin-counts{display:flex;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:12px}
.admin-counts span{padding:7px 10px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);border-radius:999px}
.preset-pack{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px}
.preset-pack.compact{margin-top:0;margin-bottom:10px}
.preset-pack .secondary{width:100%;min-height:46px;padding:10px 12px;font-size:13px;border-radius:16px}
.user-list{display:grid;gap:8px}
.user-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:12px}
.user-row strong,.user-row small,.user-row span{display:block}
.user-row small{color:var(--muted);margin-top:4px}
.user-row span{color:var(--muted);font-size:12px;text-align:right}
.admin-menu button{min-height:44px;display:flex;align-items:center;justify-content:center}

@media (max-width:760px){
  .admin-header-actions{width:100%}
  .admin-header-actions .slim{flex:1}
  .admin-tools-grid{grid-template-columns:1fr}
  .stat-grid.wide{grid-template-columns:repeat(2,minmax(0,1fr))}
  .quick-actions{display:grid;grid-template-columns:1fr}
  .quick-actions .secondary,.quick-actions .primary{width:100%}
  .preset-pack{grid-template-columns:1fr}
  .user-row{grid-template-columns:1fr}
  .user-row span{text-align:left}
}

/* v9 city preset labels */


/* v10: clean mobile layout, no entry queue, WebApp-only bot */
.topbar{
  display:block;
  margin:0 0 12px;
}
.hero-poster{
  min-height:0!important;
  padding:14px!important;
  border-radius:24px!important;
  overflow:hidden;
}
.brand{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  gap:12px!important;
  align-items:center!important;
}
.brand-icon{
  width:48px!important;
  height:48px!important;
  border-radius:16px!important;
  flex:0 0 auto!important;
}
.brand h1{
  font-size:26px!important;
  line-height:1.05!important;
  letter-spacing:.01em!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.brand p{
  font-size:10px!important;
  line-height:1.25!important;
  letter-spacing:.08em!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.poster-mark{
  font-size:38px!important;
  right:14px!important;
  bottom:8px!important;
  opacity:.09!important;
}
.user-pill{display:none!important}
.nav{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
  margin-top:10px!important;
}
.nav-btn{
  height:auto!important;
  min-height:50px!important;
  padding:8px 6px!important;
  border-radius:16px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  line-height:1.05!important;
}
.nav-btn .ico{
  width:24px!important;
  height:24px!important;
  border-radius:10px!important;
}
.nav-btn .ico svg{
  width:15px!important;
  height:15px!important;
}
.nav-btn span:last-child{
  display:block!important;
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:11px!important;
  line-height:1.1!important;
}
.page{
  padding-top:2px!important;
}
.section-title{
  margin:8px 0 10px!important;
  gap:8px!important;
  align-items:flex-start!important;
}
.section-title h2,.detail-head h2{
  font-size:28px!important;
  line-height:1.12!important;
  letter-spacing:-.045em!important;
  margin:0!important;
  overflow:visible!important;
}
.section-title p,.detail-head p{
  font-size:13px!important;
  line-height:1.35!important;
  margin-top:4px!important;
}
.card{
  border-radius:20px!important;
  padding:14px!important;
}
.empty{
  min-height:74px!important;
  display:grid!important;
  place-items:center!important;
  padding:18px!important;
  border-radius:20px!important;
  background:rgba(255,255,255,.035)!important;
}
.order-tabs{
  background:rgba(255,255,255,.035)!important;
  border:1px solid rgba(255,255,255,.06)!important;
  border-radius:18px!important;
  padding:6px!important;
}
.order-tabs button{
  padding:8px 12px!important;
  border-radius:12px!important;
  font-size:12px!important;
}
.ticket-list{
  gap:8px!important;
}

@media (max-width:390px){
  .brand h1{font-size:23px!important}
  .brand p{font-size:9px!important}
  .section-title h2,.detail-head h2{font-size:25px!important}
  .nav-btn span:last-child{font-size:10.5px!important}
}

/* v11: clean top background + hosting-ready UI fixes */
html,body{
  background:#050713!important;
}
body{
  background:
    radial-gradient(520px 240px at 12% -8%, rgba(99,102,241,.14), transparent 62%),
    linear-gradient(180deg,#050713 0%,#070915 42%,#050713 100%)!important;
}
body:before{
  opacity:.16!important;
}
.noise{
  opacity:.055!important;
}
.app-shell{
  max-width:760px!important;
}
.topbar{
  top:0!important;
  padding:8px 0 11px!important;
  background:#050713!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  border-bottom:1px solid rgba(255,255,255,.04)!important;
}
.hero-poster{
  min-height:92px!important;
  padding:14px!important;
  border-radius:22px!important;
  background:
    linear-gradient(135deg,rgba(102,68,255,.22),rgba(37,99,235,.12)),
    #11152a!important;
  border:1px solid rgba(255,255,255,.09)!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.hero-poster:before,
.hero-poster:after{
  display:none!important;
}
.poster-mark{
  display:none!important;
}
.brand{
  position:relative!important;
  z-index:2!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
}
.brand-icon{
  width:48px!important;
  height:48px!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.055)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  box-shadow:none!important;
}
.brand h1{
  font-family:Manrope,Inter,system-ui,sans-serif!important;
  font-size:24px!important;
  line-height:1!important;
  letter-spacing:.025em!important;
  color:#f2f4ff!important;
  text-shadow:none!important;
}
.brand p{
  margin-top:5px!important;
  color:#c7ccdf!important;
  opacity:.94!important;
}
.nav{
  margin-top:9px!important;
  background:transparent!important;
}
.nav-btn{
  background:#0c0f1b!important;
  border:1px solid rgba(255,255,255,.1)!important;
  box-shadow:none!important;
}
.nav-btn.active{
  background:linear-gradient(135deg,#6d45ff,#2d64f4)!important;
  border-color:rgba(255,255,255,.16)!important;
}
.nav-btn .ico{
  background:rgba(255,255,255,.055)!important;
}
.nav-btn.active .ico{
  background:rgba(255,255,255,.18)!important;
}
.page{
  background:transparent!important;
}
.section-title h2,.detail-head h2{
  text-shadow:none!important;
}
.pay-grid-clean{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
@media(max-width:520px){
  .hero-poster{min-height:88px!important;padding:13px!important}
  .brand h1{font-size:22px!important;letter-spacing:.02em!important}
  .brand p{font-size:9.5px!important;max-width:250px!important}
  .nav{gap:7px!important}
  .nav-btn{min-height:48px!important;border-radius:15px!important}
}


/* v12: restore original header background, remove black spot */
.hero-poster{
  min-height:92px!important;
  padding:14px!important;
  border-radius:22px!important;
  position:relative!important;
  overflow:hidden!important;
  background:
    radial-gradient(240px 150px at 88% -18%, rgba(112,83,255,.34), transparent 72%),
    radial-gradient(220px 130px at 8% 115%, rgba(70,145,255,.12), transparent 70%),
    linear-gradient(135deg, rgba(112,83,255,.31) 0%, rgba(20,26,54,.96) 46%, rgba(35,93,235,.20) 100%),
    repeating-linear-gradient(-11deg, rgba(255,255,255,.038) 0 1px, transparent 1px 12px)!important;
  border:1px solid rgba(255,255,255,.1)!important;
  box-shadow:0 18px 44px rgba(0,0,0,.28)!important;
}
.hero-poster:before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  right:-42px!important;
  top:-58px!important;
  width:205px!important;
  height:205px!important;
  border-radius:68px!important;
  background:linear-gradient(135deg, rgba(130,102,255,.25), rgba(53,112,255,.10))!important;
  transform:rotate(18deg)!important;
  opacity:.72!important;
  filter:none!important;
  box-shadow:none!important;
  mix-blend-mode:normal!important;
}
.hero-poster:after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:-48px!important;
  bottom:-74px!important;
  width:230px!important;
  height:120px!important;
  border-radius:50%!important;
  background:rgba(123,188,255,.075)!important;
  filter:blur(6px)!important;
  opacity:1!important;
  box-shadow:none!important;
}
.poster-mark{
  display:block!important;
  position:absolute!important;
  right:18px!important;
  bottom:12px!important;
  z-index:0!important;
  font-size:42px!important;
  font-weight:1000!important;
  letter-spacing:-.08em!important;
  color:rgba(255,255,255,.052)!important;
  background:transparent!important;
  text-shadow:none!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  transform:rotate(-4deg)!important;
  user-select:none!important;
}
.brand{
  position:relative!important;
  z-index:2!important;
}
.brand-icon{
  background:rgba(255,255,255,.065)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:inset 0 0 18px rgba(120,120,255,.08)!important;
}
.brand h1{
  color:#f3f5ff!important;
}
.brand p{
  color:#cbd2ed!important;
}
.topbar{
  background:linear-gradient(180deg, rgba(5,7,19,.98) 0%, rgba(5,7,19,.9) 82%, rgba(5,7,19,0) 100%)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  border-bottom:0!important;
}
@media(max-width:520px){
  .hero-poster{
    min-height:88px!important;
    padding:13px!important;
  }
  .hero-poster:before{
    right:-55px!important;
    top:-70px!important;
    width:190px!important;
    height:190px!important;
    opacity:.65!important;
  }
  .poster-mark{
    right:12px!important;
    bottom:10px!important;
    font-size:39px!important;
  }
}

