:root {
  color-scheme: light;
  --primary: #22088a;
  --primary-hover: #3414a6;
  --bg: #f1f5f9;
  --surface: #fff;
  --text: #18243a;
  --muted: #67758c;
  --line: #e4e9f1;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; color: var(--text); background: var(--bg); font: 14px/1.6 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: var(--primary); }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
a, button { transition: background .18s, color .18s, box-shadow .18s, transform .18s; }
button:focus-visible, a:focus-visible { outline: 3px solid #0d87ff; outline-offset: 4px; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 20; padding: 12px 20px; background: white; border-radius: 10px; }
.skip-link:focus { top: 12px; }
.sidebar { position: fixed; inset: 0 auto 0 0; width: 246px; display: flex; flex-direction: column; padding: 32px 20px 20px; background: var(--primary); color: white; z-index: 5; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: inherit; font-size: 23px; font-weight: 800; letter-spacing: -.8px; }
.brand img { object-fit: cover; border-radius: 12px; box-shadow: 0 3px 10px #0002; flex-shrink: 0; }
.brand small { display: block; font-size: 10px; font-weight: 500; letter-spacing: .07em; opacity: .65; margin-top: -2px; }
.sidebar .brand { padding: 0 8px 33px; border-bottom: 1px solid #ffffff1a; }
.nav-label { font-size: 9px; font-weight: 600; letter-spacing: .16em; color: #b9ade4; margin: 29px 13px 12px; }
.nav-item { display: flex; gap: 12px; align-items: center; padding: 12px 14px; margin: 5px 0; border: 1px solid transparent; color: #d7cef5; text-decoration: none; border-radius: 10px; font-size: 12px; font-weight: 500; }
.nav-item:hover { background: #ffffff0e; color: white; }
.nav-item.selected { background: #ffffff19; border-color: #ffffff19; color: white; }
.nav-symbol { font-size: 20px; line-height: 1; width: 20px; text-align: center; }
.nav-count { margin-left: auto; border-radius: 5px; padding: 0 7px; font-size: 10px; background: #ffffff20; }
.sidebar-bottom { margin-top: auto; padding-top: 30px; }
.sidebar-tip { padding: 18px; background: #ffffff08; border: 1px solid #ffffff18; border-radius: 14px; }
.tip-icon { display: block; font-size: 22px; color: #8fdbff; margin-bottom: 8px; }
.sidebar-tip strong { font-size: 12px; }.sidebar-tip p { font-size: 11px; color: #bfb3e9; margin: 6px 0 0; }
.client-download { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 16px; padding: 9px 11px; border-radius: 8px; background: white; color: var(--primary); font-size: 11px; font-weight: 700; text-decoration: none; }
.client-download:hover { background: #eeeafa; }
.sidebar-caption { display: flex; align-items: center; gap: 8px; font-size: 10px; color: #bfb3e9; margin: 22px 8px 2px; }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #6ee7d2; flex-shrink: 0; }
.dashboard .workspace { margin-left: 246px; }
.topbar { min-height: 91px; background: #fff; border-bottom: 1px solid var(--line); padding: 20px 42px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.breadcrumb { color: var(--muted); font-size: 12px; }.breadcrumb span { color: #c2c9d6; margin: 0 12px; }.breadcrumb strong { font-weight: 500; color: var(--text); }
.account { display: flex; align-items: center; gap: 12px; min-width: 0; }.avatar { display: grid; place-items: center; width: 35px; height: 35px; background: #ede9fb; color: var(--primary); font-size: 14px; font-weight: 750; border-radius: 11px; }
.account-name { font-size: 12px; font-weight: 650; max-width: 190px; overflow-wrap: anywhere; }.account-name small { display: block; color: var(--muted); font-size: 9px; font-weight: 400; }
.account form { margin-left: 8px; }
main { max-width: 1440px; margin: auto; padding: 38px 42px 48px; min-height: calc(100vh - 170px); }
.dashboard-banner { background: linear-gradient(110deg,#22088a,#3c1bae 72%,#4935bf); position: relative; overflow: hidden; color: white; border-radius: 20px; padding: 30px 34px; display: flex; align-items: center; justify-content: space-between; gap: 25px; box-shadow: 0 10px 30px #22088a12; }
.dashboard-banner:after { content: ''; position: absolute; width: 330px; height: 330px; right: -90px; top: -110px; border: 1px solid #ffffff15; border-radius: 50%; pointer-events: none; }
.dashboard-banner img { border-radius: 22px; transform: rotate(6deg); box-shadow: 0 12px 30px #09012650; margin-right: 16px; }
.eyebrow { font-size: 9px; font-weight: 750; letter-spacing: .15em; color: var(--primary); margin-bottom: 11px; }.dashboard-banner .eyebrow { color: #d4cbff; }
h1, h2, h3, p { margin-top: 0; }h1 { font-size: 32px; font-weight: 720; line-height: 1.17; letter-spacing: -1.1px; margin-bottom: 12px; }h2 { font-size: 21px; font-weight: 700; letter-spacing: -.6px; margin-bottom: 5px; }h3 { font-size: 16px; letter-spacing: -.3px; margin-bottom: 9px; }p { margin-bottom: 16px; }.dashboard-banner p { color: #d3caf4; font-size: 12px; margin-bottom: 0; }
.overview { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 24px 0 36px; }.overview-card { display: flex; align-items: center; gap: 16px; padding: 23px 24px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 3px 8px #18243a02; }.overview-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 13px; background: #eeeafa; color: var(--primary); font-size: 26px; flex-shrink: 0; }.overview-icon.cyan { background: #e7f6ff; color: #0879cf; }.overview-card div>span { color: var(--muted); font-size: 11px; }.overview-card strong { display: block; font-size: 27px; line-height: 1.3; letter-spacing: -.8px; }.overview-card .discord-value { font-size: 19px; line-height: 1.7; }.overview-detail { margin-left: auto; font-size: 10px; color: var(--muted); }.discord-id { font-family: ui-monospace,monospace; font-size: 10px; overflow-wrap: anywhere; }
.heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 0 0 18px; }.heading p { font-size: 12px; margin-bottom: 0; }.muted,.hint { color: var(--muted); }.count,.section-tag { border: 1px solid var(--line); background: white; border-radius: 7px; padding: 5px 10px; white-space: nowrap; font-size: 10px; font-weight: 500; color: var(--muted); }.section-tag { color: var(--primary); background: #eeebfa; border-color: #e4def8; }
.card { border: 1px solid var(--line); border-radius: 14px; background: white; overflow: hidden; box-shadow: 0 3px 8px #18243a02; }.table-wrap { overflow-x: auto; }table { width: 100%; border-collapse: collapse; text-align: left; font-size: 12px; }th { background: #fafbfe; color: #7a879b; font-size: 9px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }th,td { padding: 18px 23px; border-bottom: 1px solid #edf0f5; }tr:last-child td { border: 0; }tbody tr:hover { background: #fcfbff; }code { font: 11px/1.7 ui-monospace,SFMono-Regular,Consolas,monospace; background: #f3f1fa; color: #47307b; border-radius: 5px; padding: 5px 8px; overflow-wrap: anywhere; }.badge { display: inline-flex; align-items: center; gap: 6px; font-size: 10px; border-radius: 20px; padding: 4px 9px; background: #f0f3f7; color: #67758c; white-space: nowrap; }.badge:before { content: ''; width: 5px; height: 5px; background: #98a4b8; border-radius: 50%; }.badge.online { color: #168266; background: #e9f8f1; }.badge.online:before { background: #23a27c; }.empty { text-align: center; color: var(--muted); padding: 48px 24px; }.hint { font-size: 10px; margin: 14px 0 0; }
.admin-heading { margin-top: 42px; }.forms { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin-bottom: 34px; }.form-card { padding: 25px; }.form-card:before { content: ''; display: block; width: 24px; height: 4px; background: #dcd3f8; border-radius: 4px; margin-bottom: 20px; }.form-card p { font-size: 11px; }label { display: block; margin: 16px 0; font-size: 11px; color: #536177; font-weight: 550; }input { display: block; width: 100%; background: #fafbfe; border: 1px solid #dfe5ef; border-radius: 8px; padding: 11px 13px; color: var(--text); margin-top: 7px; font-size: 12px; }input::placeholder { color: #96a0b1; }input:focus { outline: 3px solid #22088a12; border-color: #8b77d4; background: white; }.checkbox { display: flex; align-items: center; gap: 9px; min-height: 51px; }.checkbox input { width: 15px; height: 15px; margin: 0; accent-color: var(--primary); }
button,.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 11px 17px; background: var(--primary); border: 1px solid transparent; border-radius: 8px; color: white; font-weight: 600; font-size: 11px; cursor: pointer; text-decoration: none; }button:hover,.button:hover { background: var(--primary-hover); box-shadow: 0 4px 12px #22088a20; }.form-card button { width: 100%; margin-top: 7px; }.secondary { color: #5e6b82; background: white; border-color: var(--line); font-size: 10px; padding: 8px 12px; }.secondary:hover { background: #f5f3fb; color: var(--primary); }.danger { background: #fff1f2; color: #be354b; border-color: #f4dce1; }.danger:hover { background: #ffe4e8; box-shadow: none; }.notice { padding: 17px 21px; background: #eeebfa; border: 1px solid #d9d1f4; color: #432c81; border-radius: 12px; margin-bottom: 25px; font-size: 12px; }.notice p { margin: 10px 0 0; }
footer { max-width: 1440px; margin: auto; padding: 23px 42px; display: flex; justify-content: space-between; gap: 15px; font-size: 10px; color: #8a96a8; border-top: 1px solid var(--line); }.footer-divider { margin: 0 10px; color: #c8cfdb; }
.auth-page { background: #f8faff; }.auth-page .topbar { background: transparent; border: 0; max-width: 1440px; margin: auto; padding: 30px 56px; }.auth-page .brand small { color: var(--muted); opacity: 1; }.topbar-label { font-size: 11px; color: var(--muted); }.auth-page main { padding: 22px 56px 50px; min-height: calc(100vh - 177px); }.login-layout { display: grid; grid-template-columns: 1.05fr 1fr; gap: 80px; align-items: stretch; }.welcome { padding: 42px 0 35px; }.welcome .eyebrow { display: flex; align-items: center; gap: 8px; }.welcome .eyebrow>span { width: 6px; height: 6px; border-radius: 50%; background: #7156ca; }.welcome h1 { font-size: clamp(36px,3.7vw,54px); line-height: 1.12; letter-spacing: -2px; margin: 23px 0 21px; }.welcome h1>span { color: var(--primary); }.welcome-description { font-size: 13px; line-height: 1.9; color: var(--muted); max-width: 390px; }.login-card { margin-top: 30px; padding: 26px; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 10px 40px #22088a04; max-width: 460px; }.login-card h2 { font-size: 16px; letter-spacing: -.3px; }.login-card>p { font-size: 11px; color: var(--muted); margin: 6px 0 20px; }.discord-button { width: 100%; padding: 14px 18px; font-size: 12px; border-radius: 9px; }.button-arrow { margin-left: auto; font-size: 18px; font-weight: 400; }.login-note { display: flex; align-items: center; justify-content: center; gap: 7px; color: #7d899e; font-size: 9px; margin-top: 15px; }.login-note>span { font-size: 15px; }.join-line { margin-top: 18px; padding-top: 16px; border-top: 1px solid #edf0f5; text-align: center; color: var(--muted); font-size: 10px; }.join-line a { font-weight: 600; text-decoration: none; margin-left: 3px; }.welcome-benefits { display: flex; flex-wrap: wrap; gap: 19px; font-size: 9px; color: var(--muted); margin-top: 27px; }.welcome-benefits b { color: #8066c7; margin-right: 5px; }
.brand-stage { position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; min-height: 600px; border-radius: 25px; background: radial-gradient(ellipse at 80% 55%,#126aa855,transparent 60%),linear-gradient(150deg,#30119b,#22088a 58%,#180568); color: white; padding: 29px 32px; }.stage-grid { position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(#ffffff05 1px,transparent 1px),linear-gradient(90deg,#ffffff05 1px,transparent 1px); background-size: 45px 45px; mask-image: linear-gradient(transparent,#000 50%,transparent); }.stage-orbit { position: absolute; z-index: -1; border: 1px solid #ffffff0e; border-radius: 50%; width: 460px; height: 460px; top: 43%; left: 50%; transform: translate(-50%,-50%); }.orbit-two { width: 610px; height: 610px; }.stage-top,.stage-bottom { display: flex; justify-content: space-between; align-items: center; gap: 15px; }.stage-top>span:last-child { color: #a398db; font-size: 24px; }.stage-pill { display: inline-flex; gap: 9px; align-items: center; border: 1px solid #ffffff22; background: #ffffff08; border-radius: 30px; padding: 7px 11px; font-size: 8px; letter-spacing: .12em; }.stage-center { text-align: center; padding: 25px 0; }.hero-logo { border-radius: 42px; box-shadow: 0 25px 65px #07002255,0 0 65px #19bdd51a; width: clamp(160px,17vw,224px); height: auto; transform: rotate(-7deg); margin-bottom: 35px; }.stage-center h2 { font-size: 31px; letter-spacing: -.9px; line-height: 1.25; margin-bottom: 14px; }.stage-center p { font-size: 11px; color: #bfb7de; }.stage-bottom { font-size: 8px; letter-spacing: .12em; color: #aca1d4; border-top: 1px solid #ffffff14; padding-top: 19px; }.stage-bottom>span:last-child { font-size: 20px; color: #a7d8ef; }
@media(min-width:1550px) { .auth-page main { padding-top: 55px; }.brand-stage { min-height: 650px; } }
@media(max-width:1150px) { .sidebar { width: 212px; padding: 26px 14px 18px; }.dashboard .workspace { margin-left: 212px; }.topbar { padding: 20px 28px; }main { padding: 28px; }.overview-card { padding: 18px; gap: 12px; flex-wrap: wrap; }.overview-detail { flex-basis: 100%; margin-left: 56px; }.login-layout { gap: 40px; }.auth-page main,.auth-page .topbar { padding-left: 35px; padding-right: 35px; }.welcome h1 { font-size: 40px; }.brand-stage { min-height: 570px; }.stage-center h2 { font-size: 27px; } }
@media(max-width:850px) { .sidebar { position: static; width: auto; padding: 18px 24px; }.sidebar .brand { border: 0; padding: 0; font-size: 20px; }.sidebar .brand img { width: 35px; height: 35px; }.nav-label,.sidebar-bottom { display: none; }.sidebar nav { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }.nav-item { font-size: 11px; padding: 9px 12px; margin: 0; }.nav-count { margin-left: 5px; }.dashboard .workspace { margin-left: 0; }.topbar { min-height: 74px; }.login-layout { gap: 24px; }.auth-page main,.auth-page .topbar { padding-left: 24px; padding-right: 24px; }.welcome h1 { font-size: 35px; letter-spacing: -1.3px; }.brand-stage { padding: 24px; }.stage-center h2 { font-size: 24px; }.login-card { padding: 20px; }.welcome-benefits { gap: 10px; } }
@media(max-width:650px) { .login-layout { grid-template-columns: 1fr; gap: 25px; }.welcome { padding: 20px 0 0; }.welcome h1 { font-size: 42px; }.welcome-description { max-width: 100%; }.login-card { max-width: none; }.brand-stage { min-height: 430px; }.hero-logo { width: 150px; margin-bottom: 25px; border-radius: 28px; }.stage-center { padding: 20px 0 10px; }.stage-center h2 { font-size: 26px; }.stage-center h2 br { display: none; }.stage-orbit { width: 310px; height: 310px; }.orbit-two { width: 420px; height: 420px; }.topbar-label { display: none; }.auth-page .topbar { padding-top: 24px; padding-bottom: 14px; }.auth-page main { padding-top: 12px; }.topbar { padding: 16px 20px; }.breadcrumb { display: none; }.account { width: 100%; }.account form { margin-left: auto; }.account-name { max-width: 170px; }main { padding: 24px 18px 32px; }.dashboard-banner { padding: 25px; border-radius: 15px; }.dashboard-banner h1 { font-size: 26px; }.dashboard-banner p { font-size: 11px; }.dashboard-banner img { width: 64px; height: 64px; border-radius: 15px; margin-right: 0; }.overview { gap: 12px; margin: 18px 0 28px; }.overview-card { gap: 10px; padding: 16px; }.overview-icon { width: 34px; height: 34px; font-size: 21px; border-radius: 10px; }.overview-card div>span { font-size: 9px; }.overview-card strong { font-size: 23px; }.overview-card .discord-value { font-size: 16px; }.overview-detail { margin-left: 0; font-size: 9px; }.forms { grid-template-columns: 1fr; gap: 15px; }.form-card { padding: 23px; }.heading { align-items: flex-start; }.heading h2 { font-size: 19px; }.heading p { font-size: 11px; }th,td { padding: 16px; }.section-tag { font-size: 8px; }footer { padding: 20px; font-size: 9px; }.sidebar { padding: 18px; }.nav-item { padding: 8px 10px; gap: 7px; }.nav-symbol { font-size: 17px; width: 16px; }.welcome-benefits { justify-content: space-between; } }
@media(prefers-reduced-motion:reduce) { html { scroll-behavior: auto; }*,*:before,*:after { transition: none !important; } }
.license-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.license-card { min-width: 0; padding: 16px; display: flex; flex-direction: column; }
.license-key > span, .license-owner > span, .license-validity > span { display: block; font-size: 10px; color: var(--muted); margin-bottom: 7px; }
.license-key code { display: block; padding: 8px 10px; font-size: 11px; line-height: 1.8; user-select: all; }
.license-key code[hidden] { display: none; }
.license-key { margin-bottom: 12px; }
.license-owner { margin-bottom: 12px; }
.license-owner strong { font: 12px ui-monospace, monospace; overflow-wrap: anywhere; }
.license-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; border-top: 1px solid var(--line); padding-top: 11px; margin-top: auto; }
.license-validity { min-width: 0; }
.license-validity strong { display: block; color: var(--primary); font-size: 13px; font-weight: 600; }
.license-footer .badge { flex-shrink: 0; }
.license-toggle { flex-shrink: 0; }
.license-empty { grid-column: 1 / -1; }
@media(max-width:1200px) { .license-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media(max-width:650px) { .license-grid { grid-template-columns: 1fr; gap: 14px; } }

.avatar { object-fit: cover; flex-shrink: 0; }
.heading .license-hint { font-size: 10px; margin-top: 8px; max-width: 660px; }
@media (min-width:1201px) and (max-width:1500px) { .license-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media(max-width:850px) { .sidebar-bottom { display: block; padding-top: 12px; }.sidebar-tip { padding: 12px 14px; }.sidebar-tip .tip-icon { display: none; }.client-download { max-width: 220px; } }
@media(max-width:650px) { #licenses { flex-wrap: wrap; }.license-toggle { margin-left: auto; } }
.admin-heading { margin-top: 0; }
.duration-choice { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 15px; }
.duration-choice label { display: inline-flex; align-items: center; gap: 7px; margin: 0; }
.duration-choice input { width: auto; margin: 0; accent-color: var(--primary); }
.duration-date[hidden], .duration-days[hidden] { display: none; }
.owner-search { margin-top: 22px; }
.owner-search-form { position: relative; display: flex; align-items: flex-end; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.owner-search-form label { flex: 1 1 250px; margin: 0; }
.owner-search-form button { width: auto; }
.owner-search .license-toggle { width: auto; margin: 0 0 15px auto; }
.owner-profile { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.owner-profile img { border-radius: 11px; object-fit: cover; }
.owner-profile strong, .owner-profile span { display: block; }
.owner-profile span { color: var(--muted); font-size: 11px; }
.owner-identity { display: flex; align-items: center; gap: 8px; min-width: 0; }
.owner-identity img { border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.owner-identity img[hidden], .owner-identity small[hidden] { display: none; }
.owner-identity strong { display: block; overflow-wrap: anywhere; }
.owner-identity small { display: block; color: var(--muted); font: 10px ui-monospace, monospace; overflow-wrap: anywhere; }
.owner-suggestions { position: absolute; top: 100%; left: 0; width: 100%; max-height: 320px; overflow-y: auto; background: white; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 14px 28px #18243a22; z-index: 4; }
.owner-suggestions[hidden], .inline-form[hidden] { display: none; }
.owner-suggestion { display: flex; align-items: center; gap: 10px; padding: 9px 12px; color: var(--text); font-size: 11px; text-decoration: none; }
.owner-suggestion:hover { background: #f3f0fc; }
.owner-suggestion img { border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.license-actions { display: flex; gap: 7px; margin-top: 12px; }
.license-actions button { width: auto; flex: 1; padding: 8px; }
.inline-form { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); }
.inline-form .duration-choice { margin-bottom: 12px; }
.inline-form label { margin: 8px 0; }
.inline-form button { width: 100%; }
.account-history { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.account-history h3 { margin: 0 0 14px; }
.account-history-list { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 10px 0 16px; list-style: none; }
.account-history-list li { max-width: 100%; padding: 8px 10px; border: 1px solid var(--line); border-radius: 8px; background: #f8f7fc; }
.account-history-list code { overflow-wrap: anywhere; font-size: 11px; }
.account-history-list a { display: flex; align-items: center; gap: 8px; color: var(--primary); text-decoration: none; }
.account-history-list a:hover { text-decoration: underline; }
.all-license-controls { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.online-filter { display: inline-flex; align-items: center; justify-content: center; padding: 9px 13px; border: 1px solid var(--line); border-radius: 9px; color: var(--primary); background: #fff; font-size: 11px; font-weight: 700; text-decoration: none; }
.online-filter:hover, .online-filter.active { background: #f3f0fc; border-color: var(--primary); }
.license-playing { margin-bottom: 12px; min-width: 0; }
.license-playing > span { display: block; color: var(--muted); font-size: 10px; margin-bottom: 7px; }
.license-playing strong { display: block; font-size: 12px; overflow-wrap: anywhere; }
.license-playing-meta { display: flex; flex-wrap: wrap; gap: 4px 9px; margin: 4px 0; color: var(--muted); font-size: 10px; }
.license-playing a { display: inline-flex; gap: 6px; align-items: center; max-width: 100%; color: var(--primary); font-size: 11px; text-decoration: none; }
.license-playing a:hover { text-decoration: underline; }
.license-playing code { overflow-wrap: anywhere; }
.logs-panel { padding: 22px; }
.captcha-panel { padding: 22px; }
.captcha-filters { display: flex; flex-wrap: wrap; align-items: end; justify-content: center; gap: 12px; margin-bottom: 18px; }
.captcha-filters label { flex: 0 1 420px; margin: 0; }
.captcha-filters input { width: 100%; height: 42px; }
.captcha-filters button { height: 42px; margin: 0; }
.captcha-status { margin: 12px 0; color: var(--muted); }
.captcha-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr)); gap: 16px; margin: 16px 0; align-items: stretch; }
.captcha-card { display: flex; flex-direction: column; min-width: 0; border: 1px solid #dfe5ef; border-radius: 14px; overflow: hidden; background: #fff; box-shadow: 0 8px 24px #1f29500c; }
.captcha-card-head { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; padding: 13px 15px; font-size: 11px; color: var(--muted); }
.captcha-state { padding: 5px 8px; border-radius: 999px; color: #465168; background: #edf1f7; font-weight: 700; }
.captcha-state-confirmed, .captcha-state-finished { color: #176341; background: #e4f6ed; }
.captcha-state-error { color: #9f3434; background: #fff0ed; }
.captcha-image { display: grid; place-items: center; min-height: 165px; max-height: 280px; overflow: hidden; background: #f5f7fb; color: var(--muted); font-size: 12px; text-align: center; }
.captcha-image > span, .captcha-image > img { grid-area: 1 / 1; }
.captcha-image img { display: block; max-width: 100%; max-height: 280px; object-fit: contain; opacity: 0; }
.captcha-image img.loaded { opacity: 1; }
.captcha-body { display: flex; flex: 1; flex-direction: column; gap: 12px; padding: 16px; overflow-wrap: anywhere; }
.captcha-body h3 { margin: 0; font-size: 14px; line-height: 1.5; }
.captcha-options { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; list-style: none; margin: 0; padding: 0; }
.captcha-options li { min-width: 0; padding: 6px 7px; border: 1px solid #e6eaf2; border-radius: 7px; background: #fafbfe; font-size: 10px; line-height: 1.3; text-align: center; overflow-wrap: anywhere; }
.captcha-options li.correct { border-color: #9bd6b4; background: #eaf8f0; color: #176341; font-weight: 700; }
.captcha-meta { margin-top: auto; padding-top: 10px; border-top: 1px solid #edf0f6; color: var(--muted); font-size: 11px; }
.captcha-meta code { overflow-wrap: anywhere; color: var(--text); }
.captcha-license { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-width: 0; }
.captcha-license-value { min-width: 0; overflow-wrap: anywhere; }
.captcha-license-toggle { flex: 0 0 auto; margin: 0; padding: 5px 8px; color: var(--primary); background: #f5f3fb; border-color: #e2dcf5; font-size: 9px; }
.captcha-license-toggle:hover { color: var(--primary-hover); background: #eeeafa; border-color: #d5caef; box-shadow: none; }
.logs-filters { display: grid; grid-template-columns: minmax(145px,1fr) minmax(190px,1.5fr) minmax(145px,1fr) minmax(145px,1fr) auto; align-items: end; gap: 12px; }
.logs-filters label { display: flex; flex-direction: column; gap: 8px; min-width: 0; margin: 0; color: var(--muted); font-size: 10px; }
.logs-filters input, .logs-filters select { width: 100%; height: 42px; margin: 0; padding: 0 12px; border: 1px solid #dfe5ef; border-radius: 9px; background-color: #fafbfe; color: var(--text); font-size: 12px; font-family: inherit; }
.logs-filters input:focus, .logs-filters select:focus { outline: 3px solid #22088a12; border-color: #8b77d4; background-color: white; }
.logs-filters select { appearance: none; padding-right: 34px; cursor: pointer; background-image: linear-gradient(45deg,transparent 50%,#5e6b82 50%),linear-gradient(135deg,#5e6b82 50%,transparent 50%); background-repeat: no-repeat; background-size: 6px 6px,6px 6px; background-position: calc(100% - 19px) 19px,calc(100% - 13px) 19px; }
.logs-filters button { height: 42px; min-width: 112px; width: auto; margin: 0; padding: 0 18px; white-space: nowrap; }
@media(max-width:1180px) { .logs-filters { grid-template-columns: repeat(2,minmax(0,1fr)); }.logs-filters button { grid-column: 1 / -1; justify-self: end; } }
@media(max-width:650px) { .logs-filters { grid-template-columns: 1fr; }.logs-filters button { grid-column: 1; width: 100%; } }
.logs-status { min-height: 22px; margin: 16px 0; color: var(--muted); font-size: 11px; }
.logs-table-wrap { max-width: 100%; overflow-x: auto; }
.logs-table { width: 100%; border-collapse: collapse; font-size: 11px; }
.logs-table th, .logs-table td { padding: 10px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.logs-table td { overflow-wrap: anywhere; }
.logs-table td:last-child { min-width: 240px; white-space: pre-wrap; }
.logs-table details { margin-top: 8px; }
.logs-table summary { color: var(--primary); cursor: pointer; }
.logs-table pre { max-height: 360px; max-width: 380px; overflow: auto; padding: 10px; border-radius: 8px; background: #f8f7fc; font-size: 10px; white-space: pre-wrap; }
.logs-more { width: auto; margin-top: 16px; }

.addon-accounts-panel { padding: 22px; }
.addon-accounts-filter { display: flex; flex-wrap: wrap; align-items: end; gap: 12px; }
.addon-accounts-filter label { flex: 1 1 320px; margin: 0; }
.addon-accounts-filter input,.addon-accounts-filter button { height: 42px; }
.addon-accounts-filter button { width: auto; margin: 0; }
.addon-accounts-status { min-height: 22px; margin: 16px 0; color: var(--muted); font-size: 11px; }
.addon-accounts-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.addon-account-card { min-width: 0; padding: 14px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.addon-account-heading { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.addon-account-heading a { min-width: 0; overflow: hidden; color: var(--primary); font-family: ui-monospace,monospace; font-size: 11px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.addon-account-heading span { flex: 0 0 auto; padding: 3px 6px; border-radius: 6px; background: #f1eff8; color: var(--muted); font-size: 9px; }
.addon-account-ping { margin: 8px 0 10px; color: var(--muted); font-size: 9px; }
.addon-account-card label { margin: 0 0 9px; font-size: 10px; }
.addon-account-permissions { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 6px; margin-top: 5px; }
.addon-account-card input { min-width: 0; height: 34px; margin: 0; padding: 7px 9px; font-size: 10px; }
.addon-account-card button { width: auto; height: 34px; margin: 0; padding: 6px 9px; font-size: 9px; white-space: nowrap; }
@media(max-width:1100px) { .addon-accounts-list { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media(max-width:650px) { .addon-accounts-filter { display: grid; grid-template-columns: 1fr; }.addon-accounts-filter button { width: 100%; }.addon-accounts-list { grid-template-columns: 1fr; } }

.downloads-panel { padding: 24px; }
.downloads-upload { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.downloads-upload label { min-width: 0; margin: 0; color: var(--muted); font-size: 11px; }
.downloads-upload input[type="file"] { display: block; width: 100%; min-height: 42px; margin-top: 8px; padding: 4px 8px 4px 4px; border: 1px solid var(--line); border-radius: 9px; background: #fafbfe; color: var(--muted); font-size: 11px; cursor: pointer; }
.downloads-upload input[type="file"]::file-selector-button { min-height: 32px; margin-right: 12px; padding: 7px 14px; border: 1px solid transparent; border-radius: 7px; background: var(--primary); color: #fff; font: inherit; font-weight: 600; cursor: pointer; transition: background .18s, box-shadow .18s; }
.downloads-upload input[type="file"]::file-selector-button:hover { background: var(--primary-hover); box-shadow: 0 4px 12px #22088a20; }
.downloads-upload button { width: auto; height: 42px; margin: 0; align-self: end; white-space: nowrap; }
.downloads-status { min-height: 20px; margin: 12px 0; color: var(--muted); font-size: 11px; overflow-wrap: anywhere; }
.panel-toast { position: fixed; right: 22px; bottom: 22px; z-index: 100; width: min(420px,calc(100vw - 32px)); padding: 14px 18px; border: 1px solid #f3c3cd; border-radius: 12px; background: #fff1f2; color: #a52743; box-shadow: 0 14px 38px #18243a2c; font-size: 12px; font-weight: 600; overflow-wrap: anywhere; }
.panel-toast.success { border-color: #bce9d6; background: #ecfff6; color: #126b49; }
.panel-toast[hidden] { display: none; }
.download-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 13px 0; border-top: 1px solid var(--line); }
.download-row:first-child { border-top: 0; }
.download-row strong { display: block; overflow-wrap: anywhere; font-size: 12px; }
.download-row small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; }
.download-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.download-actions a,.download-actions button { width: auto; margin: 0; padding: 8px 10px; border-radius: 8px; font-size: 10px; text-decoration: none; }
@media(max-width:650px) { .downloads-upload { grid-template-columns: 1fr; }.downloads-upload button { width: 100%; }.download-row { align-items: flex-start; flex-direction: column; } }

.maintenance-panel { padding: 24px; }
.maintenance-security { display: grid; grid-template-columns: minmax(220px,1fr) auto minmax(180px,260px); align-items: end; gap: 16px; padding: 18px; border: 1px solid #dcd4f5; border-radius: 12px; background: #f7f5ff; }
.maintenance-security h3 { margin-bottom: 4px; }
.maintenance-security p { margin: 0; color: var(--muted); font-size: 11px; }
.maintenance-security label { margin: 0; }
.maintenance-security button { height: 42px; white-space: nowrap; }
.maintenance-code { height: 42px; margin-top: 6px; font: 700 13px ui-monospace,monospace; letter-spacing: .12em; text-transform: uppercase; }
.maintenance-status { min-height: 20px; margin: 12px 0; color: var(--muted); font-size: 11px; }
.maintenance-restore-progress { display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; gap: 12px; margin: 0 0 14px; padding: 13px 15px; border: 1px solid #dcd4f5; border-radius: 11px; background: #f7f5ff; }
.maintenance-restore-progress[hidden] { display: none; }
.maintenance-restore-indicator { width: 12px; height: 12px; border: 2px solid #c6bcea; border-top-color: var(--primary); border-radius: 50%; }
.maintenance-restore-progress.queued .maintenance-restore-indicator,.maintenance-restore-progress.running .maintenance-restore-indicator { animation: maintenance-spin .8s linear infinite; }
.maintenance-restore-progress.succeeded { border-color: #bce9d6; background: #ecfff6; }
.maintenance-restore-progress.succeeded .maintenance-restore-indicator { border-color: #22a06b; background: #22a06b; }
.maintenance-restore-progress.failed { border-color: #efb6bd; background: #fff5f6; }
.maintenance-restore-progress.failed .maintenance-restore-indicator { border-color: #c93d52; background: #c93d52; }
.maintenance-restore-progress strong,.maintenance-restore-progress small { display: block; overflow-wrap: anywhere; }
.maintenance-restore-progress strong { font-size: 11px; }
.maintenance-restore-progress small { margin-top: 4px; color: var(--muted); font-size: 10px; }
@keyframes maintenance-spin { to { transform: rotate(360deg); } }
.maintenance-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(260px,.65fr); gap: 20px; }
.maintenance-grid > section { min-width: 0; padding: 18px; border: 1px solid var(--line); border-radius: 12px; }
.maintenance-backup { margin: 12px 0 16px; }
.maintenance-backup button { width: 100%; }
.maintenance-upload { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 10px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.maintenance-upload label { min-width: 0; margin: 0; }
.maintenance-upload input[type="file"] { min-height: 42px; padding: 5px; }
.maintenance-upload button { height: 42px; }
.maintenance-upload-progress { display: grid; grid-template-columns: minmax(120px,.8fr) minmax(220px,1.2fr); align-items: center; gap: 12px; margin: 12px 0 15px; padding: 12px; border: 1px solid #dcd4f5; border-radius: 10px; background: #f7f5ff; }
.maintenance-upload-progress[hidden] { display: none; }
.maintenance-upload-progress progress { width: 100%; height: 14px; accent-color: var(--primary); }
.maintenance-upload-progress strong,.maintenance-upload-progress small { display: block; }
.maintenance-upload-progress strong { font-size: 11px; }
.maintenance-upload-progress small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.maintenance-upload-progress.failed { border-color: #efb6bd; background: #fff5f6; }
.backup-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.backup-row:last-child { border-bottom: 0; }
.backup-row strong,.backup-row small { display: block; overflow-wrap: anywhere; }
.backup-row strong { font-size: 11px; }.backup-row small { color: var(--muted); font-size: 10px; }
.backup-row form,.restart-actions form { margin: 0; }
.backup-row button { width: auto; margin: 0; }
.backup-actions { display: flex; flex-wrap: wrap; gap: 7px; justify-content: flex-end; }
.restart-actions { display: grid; gap: 9px; margin-top: 18px; }
.restart-actions button { width: 100%; }
.restart-actions button:disabled { cursor: not-allowed; opacity: .55; }
@media(max-width:950px) { .maintenance-security { grid-template-columns: 1fr 1fr; }.maintenance-security > div { grid-column: 1 / -1; }.maintenance-grid { grid-template-columns: 1fr; } }
@media(max-width:650px) { .maintenance-security,.maintenance-upload,.maintenance-upload-progress { grid-template-columns: 1fr; }.maintenance-security button,.maintenance-upload button { width: 100%; }.backup-row { align-items: flex-start; flex-direction: column; } }

.map-editor { padding: 20px; overflow: visible; }
.map-toolbar { position: relative; z-index: 30; display: flex; flex-wrap: wrap; gap: 12px; align-items: end; }
.map-toolbar label { flex: 1 1 180px; margin: 0; font-size: 11px; color: var(--muted); }
.map-filter { position: relative; flex: 1 1 180px; min-width: 180px; }
.map-filter label { display: block; }
.map-suggestions { position: absolute; top: calc(100% + 4px); left: 0; right: 0; z-index: 40; max-height: 290px; overflow-y: auto; padding: 5px; border: 1px solid #d9d3e9; border-radius: 10px; background: #fff; box-shadow: 0 16px 32px #17234438; }
.map-suggestions[hidden] { display: none; }
.map-suggestion { display: flex; align-items: center; justify-content: space-between; gap: 8px; width: 100%; margin: 0; padding: 9px 10px; border: 0; border-radius: 7px; background: transparent; color: var(--text); text-align: left; font-size: 11px; cursor: pointer; }
.map-suggestion:hover,.map-suggestion.active { background: #f2effb; color: var(--primary); }
.map-suggestion small { color: var(--muted); font: 10px ui-monospace,monospace; white-space: nowrap; }
.map-toolbar input,.map-inspector input { display: block; width: 100%; height: 42px; margin-top: 7px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 9px; background: #fafbfe; color: var(--text); font: inherit; }
.map-toolbar button { width: auto; margin: 0; height: 42px; }
.map-status { margin: 14px 0; color: var(--muted); font-size: 12px; }
.map-workspace { display: grid; grid-template-columns: minmax(0,1fr) 260px; gap: 18px; }
.map-viewport { position: relative; min-height: 400px; height: min(70vh, 720px); overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #101c30; cursor: grab; touch-action: none; user-select: none; }
.map-viewport.dragging { cursor: grabbing; }
.map-canvas { position: absolute; top: 0; left: 0; transform-origin: 0 0; background-color: #182846; background-size: 100% 100%; image-rendering: pixelated; }
.map-zoom-controls { position: absolute; right: 12px; bottom: 12px; z-index: 10; display: flex; align-items: center; gap: 3px; padding: 4px; border: 1px solid #ffffff38; border-radius: 10px; background: #111b32e8; color: #fff; box-shadow: 0 6px 18px #07112677; }
.map-zoom-controls button { width: 30px; height: 30px; padding: 0; border: 0; border-radius: 7px; background: transparent; color: #fff; font-size: 19px; line-height: 1; cursor: pointer; }
.map-zoom-controls button:hover { background: #ffffff25; }
.map-zoom-controls .map-zoom-value { min-width: 42px; text-align: center; font: 11px ui-monospace,monospace; }
.map-cell { position: absolute; box-sizing: border-box; border: 1px solid #ffffff0a; }
.map-cell.blocked { background: #0910228c; }
.map-marker { position: absolute; width: 28px; height: 28px; transform: translate(-50%,-50%); display: grid; place-items: center; padding: 0; border: 2px solid white; border-radius: 9px; box-shadow: 0 2px 9px #071126aa; z-index: 1; color: white; font-size: 13px; cursor: pointer; }
.map-marker.gateway { z-index: 3; background: #02a7b8; }
.map-marker.gateway.overlapping { width: 24px; height: 24px; font-size: 11px; box-shadow: 0 2px 9px #071126cc; }
.map-marker.selected,.map-npc.selected { outline: 3px solid #ffe96b; }
.map-npc { position: absolute; z-index: 2; display: block; min-width: 28px; min-height: 28px; padding: 0; border: 0; background: transparent; transform: translate(-50%,-100%); cursor: pointer; }
.map-npc img { display: block; max-width: none; image-rendering: pixelated; filter: drop-shadow(0 2px 3px #071126aa); }
.map-npc:hover img { filter: drop-shadow(0 0 6px #ffe96b); }
.map-npc-fallback { display: grid; place-items: center; width: 30px; height: 30px; border: 2px solid #fff; border-radius: 8px; background: #6c40d7; color: white; font-size: 9px; font-weight: 700; }
.map-npc-fallback[hidden],.map-npc img[hidden] { display: none; }
.map-inspector { padding: 16px; background: #f8f7fc; border: 1px solid var(--line); border-radius: 12px; font-size: 12px; }
.map-inspector h3 { margin: 0 0 10px; color: var(--text); font-size: 15px; }
.map-summary { margin-bottom: 16px; line-height: 1.6; color: var(--muted); }
.map-selection { line-height: 1.7; overflow-wrap: anywhere; }
.map-selection button { margin-top: 12px; }
.map-npc-gateways { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); }
.map-npc-gateways h4 { margin: 0 0 10px; font-size: 12px; }
.map-npc-gateway { margin: 0 0 8px; padding: 10px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.map-npc-gateway strong,.map-npc-gateway small { display: block; overflow-wrap: anywhere; }
.map-npc-gateway strong { color: var(--text); font-size: 11px; }
.map-npc-gateway small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.map-npc-gateway-actions { display: flex; gap: 6px; }
.map-npc-gateway-actions button { flex: 1 1 0; min-width: 0; margin-top: 8px; padding: 7px 5px; font-size: 10px; }
.map-inspector label { display: block; margin: 11px 0; color: var(--muted); font-size: 11px; }
.map-inspector .map-check { display: flex; align-items: center; gap: 8px; }
.map-inspector .map-check input { width: 16px; height: 16px; margin: 0; flex: 0 0 16px; accent-color: var(--primary); }
.map-point-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.map-point-fields input { min-width: 0; }
.map-inspector button { width: 100%; }
.map-dialogs { margin: 16px 0; padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.map-dialogs strong { display: block; font-size: 11px; }
.map-dialogs p { margin: 5px 0 10px; color: var(--muted); font-size: 10px; }
.map-dialog-row { display: flex; align-items: end; gap: 5px; margin-bottom: 7px; }
.map-dialog-row input { flex: 1; min-width: 0; margin: 0; }
.map-dialog-row button { flex: 0 0 36px; width: 36px; height: 42px; padding: 0; font-size: 17px; }
.map-dialogs .map-add-dialog { margin-top: 4px; padding: 8px; font-size: 10px; }
.map-gateway-form[hidden],.map-workspace[hidden] { display: none; }
@media(max-width:900px) { .map-workspace { grid-template-columns: 1fr; }.map-viewport { min-height: 300px; }.map-inspector { order: -1; } }
.map-npc.has-shop img { filter: drop-shadow(0 0 5px #f5c341); }
.map-npc.has-shop:hover img { filter: drop-shadow(0 0 10px #ffe96b); }
.map-npc.has-shop .map-npc-fallback { border-color: #f5c341; }
.map-shop-dialog { width: min(620px,calc(100vw - 32px)); max-height: min(88vh,760px); padding: 0; border: 1px solid #dad5ed; border-radius: 17px; box-shadow: 0 26px 70px #11152b70; background: #fff; color: var(--text); overflow: hidden; }
.map-shop-dialog::backdrop { background: #0c1437b8; backdrop-filter: blur(3px); }
.map-shop-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding: 20px 22px 16px; border-bottom: 1px solid var(--line); background: linear-gradient(120deg,#f7f4ff,#effcff); }
.map-shop-head h3 { margin: 4px 0; font-size: 21px; }
.map-shop-subtitle { margin: 0; color: var(--muted); font-size: 11px; }
.map-shop-head .map-shop-close { width: 32px; height: 32px; padding: 0; font-size: 22px; line-height: 1; }
.map-shop-tabs { display: flex; gap: 7px; overflow-x: auto; padding: 12px 18px 0; }
.map-shop-tab { flex: 0 0 auto; width: auto; padding: 8px 12px; border: 1px solid var(--line); border-radius: 9px 9px 0 0; background: #f8f7fc; color: var(--muted); font-size: 11px; cursor: pointer; }
.map-shop-tab.active { color: var(--primary); border-color: #aa9bdd; border-bottom-color: #fff; background: #fff; font-weight: 700; }
.map-shop-body { padding: 15px 18px; overflow-y: auto; max-height: calc(88vh - 190px); }
.map-shop-grid { display: grid; grid-template-columns: repeat(8,minmax(0,1fr)); gap: 3px; padding: 8px; border: 1px solid var(--line); border-radius: 10px; background: #f1eff8; }
.map-shop-item { width: 100%; min-width: 0; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; padding: 2px; margin: 0; border: 1px solid #ded9ec; border-radius: 5px; background: #fff; color: var(--muted); overflow: hidden; font-size: 8px; overflow-wrap: anywhere; cursor: pointer; }
.map-shop-item:hover,.map-shop-item:focus-visible { border-color: var(--primary); outline: 2px solid #6c40d744; }
.map-shop-item.empty { background: #faf9fd; cursor: default; }
.map-shop-item img { width: 32px; height: 32px; object-fit: contain; image-rendering: pixelated; }
.map-shop-details { min-height: 40px; padding: 12px 4px 0; color: var(--muted); font-size: 11px; line-height: 1.5; overflow-wrap: anywhere; }
.map-shop-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 20px; border-top: 1px solid var(--line); font-size: 11px; color: var(--muted); }
.map-shop-footer button { width: auto; }
@media(max-width:650px) { .map-shop-head { padding: 16px; }.map-shop-body { padding: 10px; }.map-shop-grid { gap: 2px; padding: 5px; }.map-shop-item img { width: 25px; height: 25px; } }
