:root {
  --bg: #070711;
  --panel: rgba(19, 18, 36, .8);
  --line: rgba(208, 194, 255, .12);
  --text: #f6f3ff;
  --muted: #a7a1bc;
  --purple: #9d71ff;
  --pink: #ed66c9;
  --cyan: #61e8ff;
  --green: #6df4b0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 70% 14%, rgba(117, 68, 203, .2), transparent 29rem),
    radial-gradient(circle at 15% 30%, rgba(57, 196, 221, .08), transparent 26rem),
    var(--bg);
  font-family: "Vazirmatn", "Manrope", system-ui, sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.noise { position: fixed; inset: 0; z-index: -1; opacity: .032; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); }
.ambient { position: fixed; z-index: -1; border-radius: 50%; filter: blur(110px); opacity: .14; pointer-events: none; }
.ambient-one { width: 380px; height: 380px; background: #8d45ff; right: -140px; top: 18%; }
.ambient-two { width: 320px; height: 320px; background: #22d7f1; left: -190px; top: 45%; }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.07); background: rgba(7,7,17,.66); backdrop-filter: blur(20px); }
.nav { min-height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; direction: ltr; }
.nav-side { position: relative; display: flex; align-items: center; }
.nav-language { justify-content: flex-start; }
.nav-dashboard { justify-content: flex-end; }
.brand { display: flex; align-items: center; gap: 11px; direction: ltr; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(175,134,255,.3); border-radius: 15px; background: linear-gradient(145deg, rgba(135,86,242,.22), rgba(55,213,237,.08)); box-shadow: 0 0 28px rgba(141,84,255,.13); }
.brand-mark img { width: 42px; height: 42px; object-fit: contain; filter: drop-shadow(0 4px 10px rgba(174,97,255,.45)); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: "Manrope", sans-serif; font-weight: 800; letter-spacing: .14em; font-size: 1.04rem; }
.brand-copy small { margin-top: 6px; color: #817b93; font-family: "Manrope", sans-serif; font-size: .47rem; letter-spacing: .28em; }
.language-button, .dashboard-button { height: 43px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.035); display: inline-flex; align-items: center; gap: 9px; padding: 0 14px; cursor: pointer; transition: .25s ease; }
.language-button { direction: ltr; color: #d8d2e6; font-family: "Manrope", sans-serif; font-size: .72rem; font-weight: 700; letter-spacing: .08em; }
.language-button:hover, .dashboard-button:hover { transform: translateY(-2px); border-color: rgba(160,111,255,.55); background: rgba(148,94,255,.1); }
.language-button svg { width: 13px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.globe { width: 21px; height: 21px; display: grid; place-items: center; color: var(--cyan); border: 1px solid currentColor; border-radius: 50%; }
.dashboard-button { direction: rtl; border-color: rgba(165,112,255,.35); background: linear-gradient(135deg, rgba(132,75,229,.18), rgba(216,91,197,.08)); color: #ede6ff; font-size: .83rem; font-weight: 700; }
.dashboard-button svg { width: 18px; fill: none; stroke: #bd93ff; stroke-width: 1.7; }
.language-menu { position: absolute; top: calc(100% + 10px); left: 0; width: 178px; padding: 7px; border: 1px solid var(--line); border-radius: 15px; background: rgba(17,16,31,.96); box-shadow: 0 18px 60px rgba(0,0,0,.38); backdrop-filter: blur(20px); }
.language-menu button { width: 100%; border: 0; border-radius: 10px; background: transparent; display: grid; grid-template-columns: 24px 1fr auto; gap: 8px; align-items: center; padding: 10px; text-align: left; cursor: pointer; }
.language-menu button:hover { background: rgba(151,103,255,.12); }
.language-menu b { color: #777187; font: 700 .65rem "Manrope", sans-serif; }
.main-menu { position: absolute; top: calc(100% + 10px); right: 0; width: min(300px, calc(100vw - 28px)); padding: 8px; border: 1px solid rgba(181,139,255,.2); border-radius: 18px; background: rgba(15,14,28,.97); box-shadow: 0 24px 75px rgba(0,0,0,.48), 0 0 45px rgba(126,72,215,.11); backdrop-filter: blur(24px); direction: rtl; }
.menu-title { min-height: 39px; padding: 3px 9px 9px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.06); color: #777184; font-size: .65rem; }
.menu-title b { color: #9a71e9; font: 800 .57rem "Manrope", sans-serif; letter-spacing: .14em; }
.main-menu a { min-height: 55px; margin-top: 3px; padding: 8px 9px; display: grid; grid-template-columns: 35px 1fr 15px; align-items: center; gap: 10px; border: 1px solid transparent; border-radius: 12px; transition: .2s ease; }
.main-menu a:hover { border-color: rgba(166,116,255,.16); background: linear-gradient(90deg, rgba(151,92,240,.14), rgba(83,215,238,.035)); transform: translateX(-2px); }
.main-menu a > i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: rgba(148,91,237,.1); color: #b78bff; font-style: normal; font-size: .93rem; }
.main-menu a > span { display: flex; flex-direction: column; }
.main-menu a > span, .server-card-top > div, .quick-sections article > div, .dashboard-welcome > div { min-width: 0; }
.main-menu a b { color: #e6e0f1; font-size: .76rem; line-height: 1.7; }
.main-menu a small { margin-top: 2px; color: #777184; font-size: .59rem; line-height: 1.75; }
.main-menu a em { color: #645c72; font: normal 1rem "Manrope", sans-serif; transform: rotate(180deg); }

.hero { min-height: 650px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 48px; padding-block: 72px 68px; }
.hero-copy { max-width: 630px; }
.eyebrow { max-width: 100%; display: inline-flex; align-items: center; gap: 11px; padding: 8px 13px; border: 1px solid rgba(151,107,231,.2); border-radius: 99px; background: rgba(154,97,246,.055); color: #c2b8d8; font-size: .78rem; line-height: 1.75; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 12px var(--purple); }
.eyebrow b { font-weight: 500; }
h1 { margin: 18px 0 12px; padding-block: .08em; font-family: "Vazirmatn", "Manrope", sans-serif; font-size: clamp(3.2rem, 6.1vw, 6rem); line-height: 1.14; letter-spacing: -.045em; }
h1 span { font-size: .55em; font-weight: 500; color: #dad5e7; letter-spacing: -.02em; }
h1 em, h1 strong { display: inline-block; padding-block: .04em .08em; font-family: "Manrope", sans-serif; font-style: normal; font-weight: 800; line-height: 1.05; }
h1 em { color: transparent; background: linear-gradient(100deg, #a77aff 5%, #e577d0 57%, #73e9f7 100%); -webkit-background-clip: text; background-clip: text; filter: drop-shadow(0 0 28px rgba(164,91,238,.18)); }
h1 strong { color: #fff; }
.hero-copy > p { max-width: 570px; margin: 0; color: var(--muted); font-size: 1rem; line-height: 2; }
.hero-actions { display: flex; align-items: center; gap: 14px; margin-top: 30px; }
.primary-cta { min-width: 295px; border: 1px solid rgba(202,158,255,.5); border-radius: 17px; padding: 11px 15px; display: grid; grid-template-columns: 38px 1fr 24px; align-items: center; gap: 11px; text-align: left; direction: ltr; color: #fff; background: linear-gradient(110deg, #744bd4, #a256cd 58%, #b758bc); box-shadow: 0 12px 45px rgba(128,67,211,.27), inset 0 1px rgba(255,255,255,.22); cursor: pointer; transition: .25s ease; }
.primary-cta:hover { transform: translateY(-3px); box-shadow: 0 18px 55px rgba(128,67,211,.38), inset 0 1px rgba(255,255,255,.22); }
.cta-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; background: rgba(13,8,34,.28); font-size: 1.15rem; }
.primary-cta span:nth-child(2) { display: flex; flex-direction: column; }
.primary-cta small { color: rgba(255,255,255,.72); font-size: .61rem; }
.primary-cta b { margin-top: 2px; font: 800 .83rem "Manrope", sans-serif; letter-spacing: .06em; }
.primary-cta svg, .mini-copy svg { fill: none; stroke: currentColor; stroke-width: 1.7; width: 21px; }
.ghost-cta { height: 58px; padding: 0 18px; display: inline-flex; align-items: center; gap: 13px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.025); color: #c8c2d5; font-size: .78rem; font-weight: 600; transition: .25s ease; }
.ghost-cta:hover { border-color: rgba(97,232,255,.34); color: #fff; }
.ghost-cta i { color: var(--cyan); font-style: normal; }
.community-row { display: flex; align-items: center; gap: 13px; margin-top: 28px; direction: rtl; }
.avatars { display: flex; direction: ltr; }
.avatars span { width: 31px; height: 31px; margin-left: -7px; display: grid; place-items: center; border: 2px solid #0b0a15; border-radius: 50%; background: #262139; font-size: .9rem; }
.avatars span:last-child { color: #b995ff; background: #211a35; font: 600 .75rem "Manrope", sans-serif; }
.community-row p { display: flex; flex-direction: column; margin: 0; }
.community-row b { font-size: .72rem; color: #d9d3e5; }
.community-row small { margin-top: 3px; color: #777184; font-size: .62rem; }

.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; perspective: 900px; }
.logo-stage { position: relative; z-index: 3; width: min(76%, 360px); aspect-ratio: 1; display: grid; place-items: center; animation: float 6s ease-in-out infinite; }
.logo-stage:before { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(190,139,255,.24); transform: rotate(45deg); border-radius: 54px; background: linear-gradient(135deg, rgba(120,74,199,.2), rgba(19,13,39,.22)); box-shadow: 0 0 80px rgba(155,93,250,.26), inset 0 0 50px rgba(81,218,255,.06); }
.logo-stage img { position: relative; z-index: 2; width: 88%; height: 88%; object-fit: contain; filter: drop-shadow(0 25px 28px rgba(0,0,0,.42)) drop-shadow(0 0 22px rgba(159,92,255,.42)); }
.portal-glow { position: absolute; width: 64%; height: 28%; border-radius: 50%; background: rgba(145,69,229,.28); filter: blur(45px); transform: translateY(120px); }
.moon { position: absolute; top: 8%; right: 5%; width: 110px; height: 110px; border-radius: 50%; background: radial-gradient(circle at 37% 32%, #f4eaff, #bda2e7 47%, #514173 75%); opacity: .22; box-shadow: 0 0 70px rgba(183,145,245,.45); }
.orbit { position: absolute; border: 1px solid rgba(201,178,255,.09); border-radius: 50%; }
.orbit-one { width: 90%; aspect-ratio: 1; }
.orbit-two { width: 66%; aspect-ratio: 1; border-style: dashed; animation: spin 30s linear infinite; }
.spark { position: absolute; color: #d1a7ff; text-shadow: 0 0 15px currentColor; animation: twinkle 2.7s ease-in-out infinite; }
.spark-a { top: 19%; left: 11%; font-size: 1.4rem; }.spark-b { right: 7%; bottom: 23%; animation-delay: .8s; }.spark-c { left: 16%; bottom: 16%; color: var(--cyan); font-size: 2rem; animation-delay: 1.3s; }

.status-section { padding-block: 38px 90px; scroll-margin-top: 40px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 23px; }
.kicker { color: #9e79eb; font: 700 .64rem "Manrope", sans-serif; letter-spacing: .2em; }
h2 { margin: 5px 0 0; font-size: clamp(1.65rem, 3vw, 2.25rem); }
.live-badge { display: flex; align-items: center; gap: 8px; color: #aaa3b7; border: 1px solid var(--line); border-radius: 99px; padding: 8px 12px; font-size: .67rem; }
.live-badge i { width: 7px; height: 7px; border-radius: 50%; background: #f5c563; box-shadow: 0 0 10px #f5c563; }
.live-badge.online { color: #b9f7da; border-color: rgba(109,244,176,.18); background: rgba(109,244,176,.04); }
.live-badge.online i { background: var(--green); box-shadow: 0 0 10px var(--green); animation: pulse 1.8s infinite; }
.live-badge.offline i { background: #ff6c8d; box-shadow: 0 0 10px #ff6c8d; }
.status-grid { display: grid; grid-template-columns: 1.55fr repeat(3, 1fr); gap: 13px; scroll-margin-top: 110px; }
.server-card, .stat-card { min-height: 190px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, rgba(24,22,43,.92), rgba(13,13,25,.8)); box-shadow: 0 18px 60px rgba(0,0,0,.16); }
.server-card { padding: 22px; }
.server-card-top { display: flex; align-items: center; gap: 15px; }
.server-logo { width: 65px; height: 65px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(175,123,255,.22); border-radius: 17px; background: radial-gradient(circle, rgba(139,79,222,.2), transparent 70%); }
.server-logo img { width: 58px; height: 58px; object-fit: contain; }
.server-card-top small, .stat-card small { color: #868094; font-size: .67rem; }
.server-card h3 { margin: 3px 0 5px; font: 800 1.03rem/1.45 "Manrope", sans-serif; overflow-wrap: anywhere; }
.server-card-top p { display: flex; align-items: center; gap: 6px; margin: 0; color: #b8b2c2; font-size: .66rem; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px var(--green); }
.server-address { margin-top: 18px; padding: 11px 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid rgba(255,255,255,.065); border-radius: 14px; background: rgba(5,5,12,.4); }
.server-address div { display: flex; min-width: 0; flex-direction: column; }
.server-address small { color: #716b7d; font-size: .58rem; }
.server-address strong { direction: ltr; font: 700 .82rem "Manrope", sans-serif; color: #ddd6ee; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mini-copy { height: 34px; border: 1px solid rgba(155,103,247,.25); border-radius: 10px; padding: 0 10px; display: inline-flex; align-items: center; gap: 6px; background: rgba(132,78,224,.1); color: #c2a2ff; font-size: .65rem; cursor: pointer; }
.mini-copy svg { width: 14px; }
.stat-card { position: relative; overflow: hidden; padding: 21px; display: flex; flex-direction: column; }
.stat-card:after { content: ""; position: absolute; width: 120px; height: 120px; border-radius: 50%; right: -62px; bottom: -62px; opacity: .08; background: currentColor; filter: blur(12px); }
.stat-card.purple { --accent: #b58aff; }.stat-card.blue { --accent: #6ee8ff; }.stat-card.pink { --accent: #ee82cd; }
.stat-card:after { background: var(--accent); }
.stat-icon { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 11px; background: var(--accent); box-shadow: 0 0 24px color-mix(in srgb, var(--accent) 20%, transparent); color: #100d1e; font-size: 1.05rem; }
.stat-card small { margin-top: 18px; color: #8e879c; }
.stat-card strong { margin-top: 3px; direction: ltr; align-self: flex-start; color: #f7f4ff; font: 800 1.38rem "Manrope", sans-serif; }
.stat-card strong em { color: #656071; font-style: normal; font-size: .65rem; }
.stat-card p { margin: 5px 0 0; color: #696475; font: 600 .55rem "Manrope", sans-serif; letter-spacing: .06em; }
.meter { height: 3px; margin-top: auto; overflow: hidden; border-radius: 4px; background: rgba(255,255,255,.06); }
.meter span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #8c5cf0, #e875cd); transition: width .6s ease; }
.last-update { margin: 14px 5px 0; color: #625e6c; font-size: .6rem; }
.last-update span:first-child { color: #a47ce9; }
.quick-sections { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; padding-bottom: 90px; }
.quick-sections article { min-height: 190px; padding: 24px; display: flex; align-items: flex-start; gap: 16px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, rgba(23,21,41,.82), rgba(12,12,23,.74)); scroll-margin-top: 110px; transition: .25s ease; }
.quick-sections article:hover { transform: translateY(-4px); border-color: rgba(164,111,255,.28); }
.quick-sections article > span { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 13px; color: #c199ff; background: rgba(152,91,240,.12); font-size: 1.15rem; }
.quick-sections small { color: #8d68d5; font: 700 .55rem "Manrope", sans-serif; letter-spacing: .12em; }
.quick-sections h3 { margin: 5px 0 7px; color: #f0ecf8; font-size: 1.05rem; line-height: 1.6; }
.quick-sections p { margin: 0; color: #817b8d; font-size: .73rem; line-height: 1.85; }
footer { border-top: 1px solid rgba(255,255,255,.055); color: #635e70; font: 600 .58rem "Manrope", "Vazirmatn", sans-serif; letter-spacing: .04em; }
footer .shell { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 28px; display: flex; align-items: center; gap: 9px; padding: 11px 17px; border: 1px solid rgba(109,244,176,.28); border-radius: 13px; background: rgba(16,27,27,.94); box-shadow: 0 14px 50px rgba(0,0,0,.4); color: #c4f9df; font-size: .73rem; opacity: 0; pointer-events: none; transform: translate(-50%, 18px); transition: .25s ease; }
.toast.visible { opacity: 1; transform: translate(-50%, 0); }
.toast span { color: var(--green); }
.account-overlay { position: fixed; inset: 0; z-index: 100; overflow-y: auto; padding: 28px 14px; }
.account-backdrop { position: fixed; inset: 0; background: rgba(3,3,10,.82); backdrop-filter: blur(14px); animation: fade-in .2s ease; }
.account-shell { position: relative; width: min(620px, 100%); min-height: 500px; margin: auto; padding: 32px; overflow: hidden; border: 1px solid rgba(184,139,255,.23); border-radius: 28px; background: radial-gradient(circle at 85% 0, rgba(140,73,221,.17), transparent 19rem), linear-gradient(145deg, #17152a, #0c0c18 72%); box-shadow: 0 35px 110px rgba(0,0,0,.64), 0 0 70px rgba(119,66,205,.12); animation: modal-in .28s ease; }
.account-shell:before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, rgba(255,255,255,.035), transparent 28%); }
.account-close { position: absolute; z-index: 3; top: 18px; left: 18px; width: 35px; height: 35px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.035); color: #9b94aa; font-size: 1.3rem; cursor: pointer; }
.account-brand { display: flex; align-items: center; justify-content: center; gap: 9px; direction: ltr; }
.account-brand img { width: 48px; height: 48px; object-fit: contain; filter: drop-shadow(0 0 14px rgba(164,91,255,.35)); }
.account-brand div { display: flex; flex-direction: column; }
.account-brand strong { font: 800 .9rem "Manrope", sans-serif; letter-spacing: .13em; }
.account-brand small { margin-top: 3px; color: #776f86; font: 700 .45rem "Manrope", sans-serif; letter-spacing: .21em; }
.account-heading { margin: 24px auto 19px; text-align: center; }
.account-heading > span { color: #9c76e8; font: 700 .56rem "Manrope", sans-serif; letter-spacing: .18em; }
.account-heading h2 { margin: 5px 0 3px; font-size: 1.65rem; line-height: 1.55; }
.account-heading p { margin: 0; color: #888193; font-size: .72rem; line-height: 1.85; }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; padding: 5px; border: 1px solid rgba(255,255,255,.065); border-radius: 15px; background: rgba(4,4,11,.35); }
.auth-tabs button { height: 45px; display: flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid transparent; border-radius: 11px; background: transparent; color: #898292; cursor: pointer; }
.auth-tabs button[aria-selected="true"] { border-color: rgba(181,135,255,.23); color: #eee8fb; background: linear-gradient(110deg, rgba(128,75,216,.25), rgba(204,87,192,.12)); box-shadow: 0 8px 25px rgba(0,0,0,.15); }
.auth-tabs button span { color: #b98bff; }.auth-tabs button b { font-size: .76rem; }
.auth-form { display: none; margin-top: 20px; }.auth-form.active { display: block; animation: fade-in .22s ease; }
.auth-form > label, .form-row label { display: block; margin-top: 13px; }
.auth-form label > span { display: block; margin: 0 4px 7px; color: #b3adbe; font-size: .68rem; font-weight: 600; }
.auth-form label > small { display: block; margin: 5px 4px 0; color: #666171; font-size: .57rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.input-wrap { height: 48px; display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 5px; padding: 0 12px; border: 1px solid rgba(255,255,255,.09); border-radius: 12px; background: rgba(4,4,11,.4); transition: .2s ease; direction: ltr; }
.input-wrap:focus-within { border-color: rgba(166,112,255,.55); box-shadow: 0 0 0 3px rgba(145,87,236,.08); }
.input-wrap > i { color: #866bb8; font-style: normal; text-align: center; }
.input-wrap input { width: 100%; height: 100%; border: 0; outline: 0; background: transparent; color: #f3effa; font: 600 .78rem "Manrope", sans-serif; }
.input-wrap input::placeholder { color: #514c5b; }
.show-password { width: 30px; height: 30px; border: 0; background: transparent; color: #6f687c; cursor: pointer; }
.security-note, .game-login-note { margin-top: 15px; padding: 11px 13px; display: flex; gap: 9px; align-items: flex-start; border: 1px solid rgba(100,222,244,.12); border-radius: 12px; background: rgba(67,204,225,.04); }
.security-note span, .game-login-note > span { color: var(--cyan); }.security-note p, .game-login-note p { margin: 0; color: #8e8997; font-size: .62rem; line-height: 1.75; }
.form-error { min-height: 19px; margin: 10px 3px 0; color: #ff819b; font-size: .64rem; }
.auth-submit { width: 100%; height: 51px; border: 1px solid rgba(209,163,255,.4); border-radius: 13px; display: flex; align-items: center; justify-content: center; gap: 12px; background: linear-gradient(110deg, #7147d0, #a351c5 65%, #b355af); box-shadow: 0 12px 35px rgba(120,64,203,.24); color: #fff; font-weight: 700; cursor: pointer; transition: .2s ease; }
.auth-submit:hover { transform: translateY(-2px); box-shadow: 0 17px 44px rgba(120,64,203,.34); }.auth-submit:disabled { opacity: .58; cursor: wait; transform: none; }
.auth-submit i { font-style: normal; color: #eadcff; }
.player-dashboard { padding-top: 28px; animation: fade-in .3s ease; }
.dashboard-welcome { display: flex; align-items: center; gap: 16px; padding: 22px; border: 1px solid rgba(172,124,255,.16); border-radius: 20px; background: linear-gradient(110deg, rgba(134,77,225,.13), rgba(70,210,233,.035)); }
.player-avatar { width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid rgba(177,130,255,.25); border-radius: 18px; background: rgba(154,91,242,.12); color: #c7a2ff; font-size: 1.8rem; }
.dashboard-welcome small { color: #8d8598; font-size: .65rem; }.dashboard-welcome h2 { margin: 2px 0; direction: ltr; text-align: right; font: 800 1.55rem "Manrope", sans-serif; }
.dashboard-welcome p { display: flex; align-items: center; gap: 6px; margin: 0; color: #83c9ae; font-size: .62rem; }.dashboard-welcome p i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px var(--green); }
.dashboard-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 12px; }
.dashboard-details > div { min-height: 93px; padding: 15px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line); border-radius: 15px; background: rgba(5,5,13,.28); }
.dashboard-details small { color: #777181; font-size: .59rem; line-height: 1.75; }.dashboard-details strong { margin-top: 5px; color: #e5dff0; font: 700 .73rem/1.6 "Manrope", sans-serif; overflow-wrap: anywhere; direction: ltr; text-align: right; }.dashboard-details .verified { color: var(--green); }
.game-login-note { margin-top: 13px; }.game-login-note p { color: #a49dac; }
.logout-button { height: 43px; margin: 22px auto 0; padding: 0 17px; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(255,108,141,.18); border-radius: 12px; background: rgba(255,108,141,.045); color: #e998aa; font-size: .68rem; cursor: pointer; }
body.account-open { overflow: hidden; }

[data-i18n], .hero-copy > p, .quick-sections p, .security-note p, .game-login-note p, footer span {
  overflow-wrap: anywhere;
  word-break: normal;
}

html[dir="ltr"] .hero-copy, html[dir="ltr"] .section-heading, html[dir="ltr"] footer { text-align: left; }
html[dir="ltr"] .community-row { direction: ltr; }
html[dir="ltr"] .dashboard-button { direction: ltr; }
html[dir="ltr"] .main-menu { direction: ltr; }
html[dir="ltr"] .main-menu a > em { transform: none; }
html[dir="ltr"] .main-menu a:hover { transform: translateX(2px); }

@keyframes float { 0%,100% { transform: translateY(0) rotateY(-4deg); } 50% { transform: translateY(-15px) rotateY(4deg); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes twinkle { 0%,100% { opacity: .2; transform: scale(.75); } 50% { opacity: 1; transform: scale(1.15); } }
@keyframes pulse { 50% { opacity: .35; } }
@keyframes fade-in { from { opacity: 0; } }
@keyframes modal-in { from { opacity: 0; transform: translateY(18px) scale(.98); } }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 60px; text-align: center; }
  .hero-copy { margin-inline: auto; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .community-row { justify-content: center; }
  .hero-visual { min-height: 400px; margin-top: -20px; }
  .status-grid { grid-template-columns: repeat(3, 1fr); }
  .main-server-card { grid-column: 1 / -1; }
  .quick-sections { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1180px); }
  .nav { min-height: 76px; gap: 8px; }
  .brand-copy { display: none; }
  .brand-mark { width: 43px; height: 43px; }
  .language-button { width: 43px; padding: 0; justify-content: center; }
  .language-button #languageLabel, .language-button svg { display: none; }
  .dashboard-button { width: 43px; padding: 0; justify-content: center; }
  .dashboard-button span { display: none; }
  .main-menu { top: calc(100% + 12px); }
  .hero { min-height: auto; gap: 20px; padding-block: 52px 45px; }
  h1 { font-size: clamp(2.85rem, 15vw, 4.8rem); }
  .hero-copy > p { font-size: .88rem; }
  .section-heading { flex-direction: column; align-items: stretch; }
  .hero-actions { flex-direction: column; }
  .primary-cta, .ghost-cta { width: 100%; }
  .ghost-cta { justify-content: center; }
  .hero-visual { min-height: 340px; }
  .logo-stage { width: 72%; }
  .section-heading { align-items: flex-start; }
  .live-badge { margin-top: 8px; }
  .status-grid { grid-template-columns: 1fr; }
  .main-server-card { grid-column: auto; }
  .stat-card { min-height: 160px; }
  .account-shell { padding: 27px 18px 22px; border-radius: 23px; }
  .form-row, .dashboard-details { grid-template-columns: 1fr; }
  .dashboard-details > div { min-height: 72px; }
  footer .shell { flex-direction: column; justify-content: center; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
