:root {
  --bg: #110917;
  --panel: rgba(38, 20, 45, .72);
  --panel-solid: #24142d;
  --line: rgba(255, 199, 225, .14);
  --text: #fff7fb;
  --muted: #bda9b8;
  --pink: #ff4f9a;
  --pink-soft: #ff8fbd;
  --purple: #a86cff;
  --green: #5ee6ad;
  --yellow: #ffc76b;
  --danger: #ff758c;
  --shadow: 0 24px 80px rgba(7, 2, 10, .42);
  color-scheme: dark;
  font-family: Inter, "Segoe UI", "Microsoft JhengHei", sans-serif;
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--bg); }
body { margin: 0; min-height: 100vh; color: var(--text); background: radial-gradient(circle at 12% 5%, #3c153c 0, transparent 32%), radial-gradient(circle at 95% 20%, #291b4c 0, transparent 32%), linear-gradient(150deg, #100814, #160b1f 60%, #0e0815); overflow-x: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
.hidden { display: none !important; }

.ambient { position: fixed; width: 440px; height: 440px; border-radius: 50%; filter: blur(100px); opacity: .16; pointer-events: none; z-index: 0; }
.ambient-one { background: #ff3f92; top: 20%; left: -250px; }
.ambient-two { background: #955cff; bottom: -240px; right: -180px; }
.topbar, main { position: relative; z-index: 1; }
.topbar { height: 76px; max-width: 1240px; margin: auto; padding: 0 24px; display: flex; align-items: center; gap: 14px; }
.topbar-main { display: contents; }
.brand { color: var(--text); text-decoration: none; display: inline-flex; align-items: center; gap: 11px; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 13px; font-size: 22px; font-weight: 900; background: linear-gradient(135deg, var(--pink), var(--purple)); box-shadow: 0 10px 28px rgba(255, 79, 154, .35); }
.brand b { display: block; font-size: 18px; }
.brand small { display: block; color: var(--pink-soft); font-weight: 800; font-size: 9px; letter-spacing: .22em; }
.topbar .brand { order: 1; }
.top-actions { order: 3; display: flex; align-items: center; gap: 10px; }
.preference-controls { order: 2; margin-left: auto; display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.preference-picker { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; font-weight: 700; white-space: nowrap; }
.preference-picker select { height: 38px; min-width: 132px; max-width: 172px; padding: 0 29px 0 11px; border: 1px solid rgba(255,143,189,.18); border-radius: 12px; outline: 0; color: var(--text); background: rgba(25,10,35,.78); box-shadow: 0 10px 28px rgba(4,0,8,.2); cursor: pointer; }
.sound-picker select { min-width: 162px; }
.preference-picker select:focus { border-color: rgba(255,79,154,.58); box-shadow: 0 0 0 4px rgba(255,79,154,.1); }
.sound-toggle { position: relative; display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 0 11px; border: 1px solid rgba(255,143,189,.18); border-radius: 12px; color: #eadde6; background: rgba(25,10,35,.78); box-shadow: 0 10px 28px rgba(4,0,8,.2); cursor: pointer; font-size: 11px; user-select: none; }
.sound-toggle input { position: absolute; width: 1px; height: 1px; margin: 0; opacity: 0; pointer-events: none; }
.sound-toggle b { white-space: nowrap; font-size: 11px; }
.sound-toggle-track { position: relative; width: 35px; height: 20px; flex: 0 0 auto; border-radius: 999px; background: rgba(132,101,151,.54); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); transition: background .18s, box-shadow .18s; }
.sound-toggle-track i { position: absolute; left: 3px; top: 3px; width: 14px; height: 14px; border-radius: 50%; background: white; box-shadow: 0 2px 6px rgba(5,0,10,.32); transition: transform .18s; }
.sound-toggle input:checked + .sound-toggle-track { background: linear-gradient(90deg, #7567ff, #ed53ff); box-shadow: 0 0 17px rgba(232,82,255,.45); }
.sound-toggle input:checked + .sound-toggle-track i { transform: translateX(15px); }
.sound-toggle:focus-within { border-color: rgba(255,79,154,.58); box-shadow: 0 0 0 4px rgba(255,79,154,.1); }
.sound-picker select:disabled { cursor: not-allowed; opacity: .5; }
.live-pill { display: inline-flex; align-items: center; gap: 7px; border: 1px solid rgba(94, 230, 173, .2); background: rgba(94, 230, 173, .08); border-radius: 999px; padding: 7px 11px; color: #bdf7dc; font-size: 12px; white-space: nowrap; }
.live-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); animation: pulse 1.6s infinite; }
.top-telegram-contact { display: inline-flex; align-items: center; gap: 5px; padding: 7px 11px; border: 1px solid rgba(255,143,189,.24); border-radius: 999px; color: #f3d7e4; background: rgba(255,79,154,.08); font-size: 11px; text-decoration: none; white-space: nowrap; transition: border-color .18s, background .18s, color .18s; }
.top-telegram-contact b { color: var(--pink-soft); font-size: 12px; }
.top-telegram-contact:hover { border-color: rgba(255,143,189,.52); color: white; background: rgba(255,79,154,.15); }

main { max-width: 1240px; margin: auto; padding: 38px 24px 70px; }
.landing { min-height: calc(100vh - 150px); display: grid; grid-template-columns: minmax(0,1.25fr) minmax(390px,.75fr); align-items: center; column-gap: clamp(42px,6vw,80px); row-gap: 36px; }
.hero-copy { min-width: 0; }
.eyebrow { display: block; color: var(--pink-soft); font-size: 11px; font-weight: 900; letter-spacing: .2em; margin-bottom: 10px; }
.hero-copy h1, .welcome-row h1 { margin: 0; font-size: clamp(42px, 6vw, 78px); line-height: 1.05; letter-spacing: -.055em; }
.hero-copy h1 { max-width: 100%; text-wrap: balance; }
.hero-copy h1 em { display: inline-block; max-width: 100%; white-space: normal; overflow-wrap: anywhere; color: transparent; font-size: .9em; font-style: normal; background: linear-gradient(90deg, #ff6eaa, #c88eff); background-clip: text; -webkit-background-clip: text; }
html[lang="en"] .hero-copy h1 { font-size: clamp(43px,5.15vw,68px); }
html[lang="hi"] .hero-copy h1 { font-size: clamp(42px,4.9vw,65px); line-height: 1.12; }
.hero-copy > p { max-width: 620px; margin: 24px 0 32px; color: var(--muted); font-size: 17px; line-height: 1.8; overflow-wrap: anywhere; }
.hero-stats { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-stats div { min-width: 140px; padding: 16px 19px; border: 1px solid var(--line); background: rgba(255,255,255,.035); border-radius: 18px; }
.hero-stats strong { display: block; font-size: 25px; }
.hero-stats span { color: var(--muted); font-size: 12px; }
.trust-promise { max-width: 650px; display: flex; align-items: center; gap: 13px; margin-top: 16px; padding: 14px 16px; border: 1px solid rgba(94,230,173,.18); border-radius: 16px; background: linear-gradient(100deg, rgba(94,230,173,.09), rgba(168,108,255,.06)); }
.trust-promise > span { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 12px; color: #d8ffec; background: rgba(94,230,173,.14); font-size: 22px; font-weight: 900; }
.trust-promise b, .trust-promise small { display: block; }
.trust-promise b { color: #e9fff4; font-size: 13px; }
.trust-promise small { margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.glass { border: 1px solid var(--line); background: linear-gradient(145deg, rgba(51, 27, 59, .82), rgba(25, 14, 33, .76)); box-shadow: var(--shadow); backdrop-filter: blur(20px); }
.work-guide { grid-column: 1 / -1; width: 100%; margin: 10px 0 34px; padding: 30px; border-radius: 28px; overflow: hidden; position: relative; }
.work-guide::after { content: ""; position: absolute; width: 280px; height: 280px; right: -120px; top: -160px; border-radius: 50%; background: radial-gradient(circle, rgba(255,79,154,.17), transparent 68%); pointer-events: none; }
.guide-heading { max-width: 760px; position: relative; z-index: 1; }
.guide-heading h2 { margin: 0; font-size: clamp(28px,4vw,42px); letter-spacing: -.035em; }
.guide-heading p { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; margin-top: 24px; }
.benefit-grid article { min-height: 210px; padding: 20px; border: 1px solid var(--line); border-radius: 19px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); }
.benefit-icon { min-width: 47px; height: 32px; display: inline-grid; place-items: center; padding: 0 10px; border-radius: 10px; color: #ffd3e5; background: linear-gradient(135deg, rgba(255,79,154,.24), rgba(168,108,255,.2)); font-size: 11px; font-weight: 900; letter-spacing: .04em; }
.benefit-grid h3 { margin: 17px 0 8px; font-size: 17px; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.earning-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 12px; margin-top: 18px; padding: 14px; border: 1px solid rgba(255,143,189,.14); border-radius: 17px; background: rgba(7,3,10,.2); }
.earning-flow > span { min-height: 42px; display: flex; align-items: center; gap: 10px; }
.earning-flow i { width: 29px; height: 29px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: white; background: linear-gradient(135deg, var(--pink), var(--purple)); font-size: 11px; font-style: normal; font-weight: 900; }
.earning-flow b { font-size: 12px; }
.earning-flow em { color: rgba(255,143,189,.55); font-style: normal; font-size: 18px; }
.guide-footer { margin: 14px 2px 0; color: #f4cadd; font-size: 11px; line-height: 1.6; }
.auth-shell { width: 100%; min-width: 0; max-width: 430px; justify-self: end; padding: 24px; border-radius: 28px; }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; padding: 5px; border-radius: 14px; background: rgba(0,0,0,.2); margin-bottom: 24px; }
.auth-tabs.registration-closed { grid-template-columns: 1fr; margin-bottom: 13px; }
.auth-tabs button { border: 0; background: transparent; border-radius: 10px; padding: 11px; color: var(--muted); cursor: pointer; }
.auth-tabs button.active { color: #fff; background: linear-gradient(135deg, rgba(255,79,154,.82), rgba(168,108,255,.76)); box-shadow: 0 8px 22px rgba(255,79,154,.2); }
.registration-closed { margin: 0 0 17px; padding: 10px 12px; border: 1px solid rgba(255,199,107,.18); border-radius: 11px; color: #f6dba9; background: rgba(255,199,107,.06); font-size: 11px; line-height: 1.5; }
.auth-form, .withdraw-panel form { display: grid; gap: 16px; }
.turnstile-section { display: grid; gap: 7px; min-width: 0; }
.turnstile-widget { min-height: 65px; overflow: hidden; border-radius: 10px; }
.turnstile-section small { color: var(--muted); font-size: 10px; line-height: 1.5; }
label { display: grid; gap: 8px; color: #e8d9e3; font-size: 13px; font-weight: 700; }
input { width: 100%; border: 1px solid var(--line); color: var(--text); background: rgba(7,3,10,.4); border-radius: 13px; padding: 13px 14px; outline: none; transition: .2s; }
input:focus { border-color: rgba(255,79,154,.65); box-shadow: 0 0 0 4px rgba(255,79,154,.1); }
.primary, .ghost, .danger-text, .link-button { border: 0; border-radius: 13px; padding: 12px 17px; font-weight: 800; cursor: pointer; transition: transform .16s, opacity .16s, border-color .16s; text-decoration: none; text-align: center; }
.primary { color: white; background: linear-gradient(135deg, var(--pink), #be65ec); box-shadow: 0 12px 28px rgba(255,79,154,.22); }
.primary:hover, .ghost:hover, .link-button:hover { transform: translateY(-1px); }
.primary:disabled { opacity: .45; cursor: wait; transform: none; }
.wide { width: 100%; margin-top: 3px; }
.ghost, .link-button { border: 1px solid var(--line); background: rgba(255,255,255,.045); }
.danger-text { color: #ff9aac; background: rgba(255,117,140,.08); }
.auth-note, .withdraw-panel > p { color: var(--muted); font-size: 11px; line-height: 1.6; margin: 17px 2px 0; }

.welcome-row { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin: 30px 0 25px; }
.welcome-row h1 { font-size: clamp(31px, 4vw, 48px); }
.welcome-row h1 span { color: var(--pink-soft); }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 18px; }
.metric { min-height: 142px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); background: rgba(255,255,255,.035); border-radius: 20px; }
.metric > span, .metric > small { color: var(--muted); font-size: 12px; }
.metric strong { font-size: 34px; line-height: 1; }
.metric strong small { font-size: 12px; color: var(--pink-soft); }
.score-card { background: linear-gradient(135deg, rgba(255,79,154,.18), rgba(168,108,255,.08)); }
.score-card strong { color: #ff8fbd; }
.workspace-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 18px; }
.task-panel, .info-panel, .table-panel, .withdraw-panel { border-radius: 24px; padding: 22px; }
.task-panel { min-height: 560px; }
.panel-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.panel-head h2 { margin: 0; font-size: 20px; }
.panel-head > span { color: var(--muted); font-size: 11px; }
.status { border-radius: 999px; padding: 7px 10px; font-size: 11px !important; }
.status.muted { background: rgba(255,255,255,.06); }
.status.active { color: #ffc1db; background: rgba(255,79,154,.15); }
.status.success { color: #baf6d9; background: rgba(94,230,173,.12); }
.status.warning { color: #ffe0a8; background: rgba(255,199,107,.1); }
.empty-task { min-height: 445px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.empty-task h3 { margin: 20px 0 7px; font-size: 22px; }
.empty-task p { color: var(--muted); max-width: 430px; line-height: 1.6; }
.empty-task button { min-width: 220px; margin: 16px 0 12px; }
.empty-task small { color: var(--muted); }
.radar { width: 130px; height: 130px; border-radius: 50%; display: grid; place-items: center; position: relative; border: 1px solid rgba(255,143,189,.26); background: radial-gradient(circle, rgba(255,79,154,.18), transparent 60%); }
.radar::before, .radar::after, .radar i { content: ""; position: absolute; border: 1px solid rgba(255,143,189,.17); border-radius: 50%; }
.radar::before { inset: 17px; }.radar::after { inset: 34px; }.radar i:first-child { inset: -1px; animation: radar 2.4s infinite; }.radar span { position: relative; font-weight: 900; letter-spacing: .1em; color: var(--pink-soft); }
.active-task { padding-top: 24px; display: grid; grid-template-columns: 1fr 210px; gap: 22px; align-items: center; }
.countdown-wrap { align-self: end; }
.countdown-wrap > span { color: var(--muted); font-size: 12px; }
.countdown-wrap strong { display: block; font-size: clamp(50px, 8vw, 82px); letter-spacing: -.05em; margin: 6px 0 12px; }
.time-track { height: 7px; border-radius: 99px; background: rgba(255,255,255,.08); overflow: hidden; }
.time-track i { display: block; width: 100%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--pink), var(--purple)); transition: width .8s linear; }
.qr-wrap { grid-row: span 2; background: white; padding: 13px; border-radius: 20px; box-shadow: 0 18px 45px rgba(0,0,0,.32); }
.qr-wrap img { width: 100%; display: block; border-radius: 8px; }
.task-meta { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 9px 16px; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(0,0,0,.14); }
.task-meta span { color: var(--muted); font-size: 11px; }.task-meta code { overflow: hidden; text-overflow: ellipsis; }.task-meta b { color: var(--green); }
.task-actions { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.task-actions .danger-text { grid-column: 1 / -1; }
.verifying { grid-column: 1 / -1; padding: 22px; border: 1px solid rgba(255,199,107,.18); background: rgba(255,199,107,.06); border-radius: 17px; display: flex; align-items: center; gap: 14px; }
.verifying small { display: block; color: var(--muted); margin-top: 5px; }
.spinner { width: 30px; height: 30px; border: 3px solid rgba(255,255,255,.13); border-top-color: var(--yellow); border-radius: 50%; animation: spin 1s linear infinite; }
.side-stack { display: grid; gap: 18px; align-content: start; }
.tiers { display: grid; gap: 7px; margin-top: 18px; }.tiers div { display: flex; justify-content: space-between; padding: 10px 12px; border-radius: 11px; color: var(--muted); border: 1px solid transparent; }.tiers div.active { color: white; border-color: rgba(255,79,154,.28); background: rgba(255,79,154,.1); }.tiers b { font-size: 12px; }.tiers span { font-size: 12px; }
.dashboard-nav{display:flex;gap:8px;margin:0 0 18px;padding:6px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.025)}.dashboard-nav button{flex:1;border:1px solid transparent;background:transparent;color:var(--muted);border-radius:10px;padding:10px 12px;font-weight:800}.dashboard-nav button.active{color:white;border-color:rgba(255,79,154,.24);background:rgba(255,79,154,.12)}.dashboard-view>.table-panel{margin-top:0}.payout-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-bottom:16px}.payout-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.wallet-panel,.withdraw-panel{padding:20px}.wallet-panel form,.withdraw-panel form{display:grid;gap:13px;margin-top:18px}.wallet-panel p,.withdraw-panel p{color:var(--muted);font-size:11px;line-height:1.6}.saved-wallet-line{margin-top:16px;padding:11px;border:1px solid var(--line);border-radius:11px}.saved-wallet-line span,.saved-wallet-line code{display:block}.saved-wallet-line span{color:var(--muted);font-size:9px}.saved-wallet-line code{margin-top:5px;overflow:hidden;text-overflow:ellipsis;color:#ffacd0}.withdrawal-history-panel{margin-top:16px!important}.table-panel a{color:#ff8fbd;text-decoration:none}.table-panel td code{display:block;max-width:260px;overflow:hidden;text-overflow:ellipsis}
.destination-divider { height: 1px; margin: 20px 0 2px; background: var(--line); }
.payout-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 18px; }
.payout-methods button { min-width: 0; padding: 13px; border: 1px solid var(--line); border-radius: 13px; color: var(--muted); background: rgba(255,255,255,.035); text-align: left; cursor: pointer; }
.payout-methods button.active { border-color: rgba(255,79,154,.5); color: white; background: rgba(255,79,154,.12); box-shadow: 0 0 0 3px rgba(255,79,154,.06); }
.payout-methods b,.payout-methods small { display: block; }
.payout-methods b { font-size: 13px; }
.payout-methods small { width: fit-content; margin-top: 8px; padding: 5px 8px; border-radius: 999px; color: #ffe0a8; background: rgba(255,199,107,.12); font-size: 12px; font-weight: 900; line-height: 1.2; }
.payout-methods button:first-child small { color: #baf6d9; background: rgba(94,230,173,.13); }
@media(max-width:760px){.dashboard-nav{overflow:auto}.dashboard-nav button{min-width:110px;white-space:nowrap}.payout-summary{grid-template-columns:1fr}.payout-grid{grid-template-columns:1fr}}
.inventory-line { display: flex; align-items: center; justify-content: space-between; padding: 14px 2px; border-bottom: 1px solid var(--line); color: var(--muted); }.inventory-line:last-child { border: 0; }.inventory-line b { color: var(--text); font-size: 19px; }
.lower-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 18px; margin-top: 18px; }
.table-scroll { overflow-x: auto; margin-top: 15px; }table { width: 100%; border-collapse: collapse; font-size: 12px; }th { color: var(--muted); text-align: left; font-weight: 700; }th, td { padding: 13px 10px; border-bottom: 1px solid var(--line); white-space: nowrap; }td code { color: var(--pink-soft); }.empty-row { text-align: center; color: var(--muted); padding: 34px; }.row-status { font-size: 10px; padding: 5px 8px; border-radius: 99px; background: rgba(255,255,255,.06); }
.withdraw-panel form { margin-top: 18px; }.withdrawal-list { margin-top: 14px; display: grid; gap: 8px; }.withdrawal-item { border-top: 1px solid var(--line); padding-top: 10px; display: flex; justify-content: space-between; gap: 10px; font-size: 11px; }.withdrawal-item span { color: var(--muted); }
.toast { position: fixed; right: 22px; bottom: 22px; z-index: 20; max-width: min(420px, calc(100vw - 44px)); padding: 13px 17px; border: 1px solid var(--line); border-radius: 13px; background: #2c1834; box-shadow: var(--shadow); transform: translateY(20px); opacity: 0; pointer-events: none; transition: .25s; }.toast.show { opacity: 1; transform: translateY(0); }.toast.error { border-color: rgba(255,117,140,.35); color: #ffc2cd; }
.site-footer { position: relative; z-index: 1; width: min(1180px, calc(100% - 40px)); margin: 0 auto 28px; text-align: center; }
.site-footer > div { display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 9px 12px; padding: 16px 22px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.035); color: var(--muted); font-size: 16px; }
.site-footer a { color: var(--pink-soft); font-size: 18px; font-weight: 900; text-decoration: none; }
.site-footer a:hover { color: white; text-decoration: underline; }
.site-footer small { flex-basis: 100%; color: rgba(216,190,207,.78); font-size: 14px; line-height: 1.6; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 50% { opacity: .4; } }
@keyframes radar { from { transform: scale(.55); opacity: .8; } to { transform: scale(1.25); opacity: 0; } }
@media (max-width: 900px) { .landing { grid-template-columns: minmax(0,1fr); gap: 42px; padding-top: 30px; }.auth-shell { justify-self: stretch; max-width: none; }.benefit-grid { grid-template-columns: 1fr; }.benefit-grid article { min-height: 0; }.metric-grid { grid-template-columns: 1fr 1fr; }.workspace-grid, .lower-grid { grid-template-columns: 1fr; }.side-stack { grid-template-columns: 1fr 1fr; } }
@media (max-width: 1050px) { .topbar { height: auto; min-height: 76px; padding: 12px 18px; flex-direction: column; align-items: stretch; gap: 11px; }.topbar-main { display: flex; align-items: center; justify-content: space-between; gap: 14px; }.preference-controls { width: 100%; margin-left: 0; justify-content: flex-end; } }
@media (max-width: 620px) { .topbar { padding: 12px 16px; }.top-actions { gap: 8px; }.top-actions .live-pill { display: none; }.preference-controls { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 9px; }.preference-picker { display: grid; gap: 6px; }.preference-picker select { width: 100%; min-width: 0; max-width: none; }.sound-picker { grid-column: 1 / -1; }.sound-toggle { min-width: 0; min-height: 61px; padding: 8px 10px; }.sound-toggle b { white-space: normal; line-height: 1.3; }.language-picker { min-width: 0; }main { padding: 20px 14px 55px; }.hero-copy h1 { font-size: 42px; }.hero-copy h1 em { white-space: normal; }.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); }.hero-stats div { min-width: 0; padding: 13px 11px; }.hero-stats strong { font-size: 21px; }.work-guide { padding: 20px 17px; }.earning-flow { grid-template-columns: 1fr; }.earning-flow em { display: none; }.metric-grid { gap: 9px; }.metric { min-height: 125px; padding: 15px; }.metric strong { font-size: 27px; }.welcome-row { align-items: center; }.welcome-row h1 { font-size: 28px; }.active-task { grid-template-columns: 1fr; }.qr-wrap { grid-row: auto; width: min(240px, 100%); justify-self: center; }.task-actions { grid-template-columns: 1fr; }.task-actions .danger-text { grid-column: auto; }.side-stack { grid-template-columns: 1fr; }.task-panel, .info-panel, .table-panel, .withdraw-panel { padding: 17px; border-radius: 19px; }.hero-copy > p { font-size: 15px; }.site-footer { width: calc(100% - 28px); }.site-footer > div { width: 100%; } }
@media (max-width: 380px) { .preference-controls { grid-template-columns: 1fr; }.sound-picker, .sound-toggle, .language-picker { grid-column: 1; } }
@media (max-width: 620px) { .top-telegram-contact > span { display: none; } }
