:root {
  --tg-bg: #080d18;
  --tg-bg-soft: #0d1423;
  --tg-panel: #111a2b;
  --tg-panel-strong: #151f33;
  --tg-line: rgba(168, 184, 217, .14);
  --tg-text: #f5f7fd;
  --tg-muted: #9ba7bd;
  --tg-mint: #70e5a4;
  --tg-mint-strong: #39c982;
  --tg-gold: #ffd15a;
  --tg-coral: #ff735c;
  --tg-blue: #72aaff;
  --tg-shadow: 0 24px 80px rgba(0, 0, 0, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--tg-bg); color: var(--tg-text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
a:hover { color: inherit; }
button, input, select, textarea { font: inherit; }
::selection { background: rgba(112, 229, 164, .34); color: #fff; }

.tg-page-shell { min-height: 100vh; overflow: hidden; background: radial-gradient(circle at 78% -15%, rgba(66, 125, 191, .18), transparent 30rem), radial-gradient(circle at 0 10%, rgba(53, 201, 130, .09), transparent 24rem), var(--tg-bg); }
.container { width: min(1140px, calc(100% - 32px)); }
.tg-navbar { min-height: 78px; background: rgba(8, 13, 24, .77); border-bottom: 1px solid rgba(255,255,255,.06); backdrop-filter: blur(20px); }
.tg-brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 1.34rem; font-weight: 800; letter-spacing: -.05em; }
.tg-brand img { border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,.3); }
.tg-brand > span > span { color: var(--tg-mint); }
.tg-navbar .nav-link { color: #aeb9cc; padding: .55rem .78rem !important; font-size: .94rem; font-weight: 600; }
.tg-navbar .nav-link:hover { color: #fff; }
.tg-nav-toggle { color: #fff; border: 1px solid var(--tg-line); font-size: 1.5rem; padding: .2rem .45rem; }
.tg-nav-toggle:focus { box-shadow: 0 0 0 .18rem rgba(112,229,164,.22); }
.tg-login-button { color: #b9c5d9; font-weight: 700; }
.tg-login-button:hover { color: #fff; }
.tg-user-menu { display: inline-flex; align-items: center; gap: 8px; padding: .3rem .1rem .3rem .35rem; color: #dce4f3; font-size: .88rem; font-weight: 700; }
.tg-avatar { display: inline-grid; place-items: center; flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(145deg, #5577d3, #8d4b9e); color: #fff; font-size: .78rem; font-weight: 800; }
.tg-avatar-gradient { background: linear-gradient(145deg, #239b76, #2a6f9e); }
.tg-avatar-xl { width: 76px; height: 76px; font-size: 1.7rem; }
.tg-avatar-creator { width: 78px; height: 78px; font-size: 2rem; background: linear-gradient(145deg, #33ad86, #1e365c); border: 3px solid rgba(255,255,255,.1); }

.btn { border-radius: 11px; padding: .66rem 1rem; font-weight: 750; letter-spacing: -.01em; }
.btn-primary { --bs-btn-bg: #49cf87; --bs-btn-border-color: #49cf87; --bs-btn-hover-bg: #75eaa6; --bs-btn-hover-border-color: #75eaa6; --bs-btn-color: #082017; --bs-btn-hover-color: #082017; --bs-btn-active-bg: #33bb70; --bs-btn-active-border-color: #33bb70; }
.btn-outline-primary { --bs-btn-color: #81efb2; --bs-btn-border-color: rgba(112,229,164,.55); --bs-btn-hover-bg: rgba(112,229,164,.12); --bs-btn-hover-border-color: #81efb2; --bs-btn-hover-color: #fff; }
.btn-outline-light { --bs-btn-border-color: rgba(255,255,255,.2); }
.btn-outline-danger { --bs-btn-color: #ff9a8a; --bs-btn-border-color: rgba(255,115,92,.5); --bs-btn-hover-bg: rgba(255,115,92,.12); --bs-btn-hover-color: #fff; }
.btn i { margin-left: .22rem; font-size: 1.1em; vertical-align: -1px; }
.tg-alert { border: 0; margin: 16px 0 0; }

.tg-hero { position: relative; padding: clamp(70px, 10vw, 122px) 0 92px; }
.tg-hero:before { content: ""; position: absolute; right: -16rem; top: -10rem; width: 46rem; height: 46rem; border: 1px solid rgba(112,229,164,.12); border-radius: 50%; box-shadow: 0 0 0 4.5rem rgba(112,229,164,.025), 0 0 0 9rem rgba(112,229,164,.018); }
.tg-hero-copy { position: relative; z-index: 1; }
.tg-live-pill, .tg-live-badge { display: inline-flex; align-items: center; gap: 8px; color: #b9f7d3; background: rgba(62, 199, 126, .09); border: 1px solid rgba(112,229,164,.18); border-radius: 999px; padding: .42rem .75rem; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tg-live-pill span, .tg-live-badge i, .tg-status-dot { width: 7px; height: 7px; border-radius: 50%; background: #67ef9d; box-shadow: 0 0 0 5px rgba(103,239,157,.1); }
.tg-hero h1 { max-width: 740px; margin: 20px 0; font-size: clamp(2.8rem, 5.2vw, 5.35rem); line-height: .98; letter-spacing: -.075em; font-weight: 850; }
.tg-hero h1 em { color: var(--tg-mint); font-style: normal; }
.tg-hero p { max-width: 625px; color: #aeb9ca; font-size: clamp(1rem, 1.6vw, 1.15rem); line-height: 1.7; }
.tg-hero-trust { display: flex; flex-wrap: wrap; gap: 16px 22px; margin-top: 28px; color: #8fa0b9; font-size: .85rem; }
.tg-hero-trust i { color: var(--tg-mint); margin-right: 5px; }
.tg-hero-orbit { position: relative; min-height: 390px; }
.tg-hero-card { position: absolute; border: 1px solid rgba(169,190,231,.14); border-radius: 19px; background: linear-gradient(145deg, rgba(20,31,52,.96), rgba(11,17,31,.89)); box-shadow: var(--tg-shadow); backdrop-filter: blur(18px); }
.tg-hero-card-main { inset: 37px 0 0 32px; padding: 28px; transform: rotate(-3deg); }
.tg-hero-card-main strong { display: block; margin-top: 6px; font-size: clamp(2rem,4vw,3.5rem); letter-spacing: -.06em; }
.tg-label { display: block; color: #93a1b8; font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.tg-icon-orb { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; background: rgba(112,229,164,.12); color: var(--tg-mint); font-size: 1.45rem; }
.tg-mini-chart { display: flex; align-items: end; gap: 8px; height: 135px; margin: 28px 0 15px; padding: 0 6px; border-bottom: 1px solid rgba(255,255,255,.1); }
.tg-mini-chart span { width: 100%; min-width: 14px; border-radius: 7px 7px 2px 2px; background: linear-gradient(180deg, #94f5bc, #25a46c); box-shadow: 0 0 16px rgba(66,208,137,.22); }
.tg-hero-card-main small { color: #8896ad; }
.tg-hero-card-live { top: 2px; right: -12px; display: flex; align-items: center; gap: 9px; padding: 13px 16px; color: #d9fce7; font-size: .85rem; transform: rotate(4deg); }
.tg-hero-card-live b, .tg-hero-card-diamonds b { color: #fff; }
.tg-hero-card-diamonds { left: -4px; bottom: 12px; display: flex; align-items: center; gap: 10px; padding: 14px 17px; transform: rotate(4deg); color: #acb8cd; font-size: .82rem; }
.tg-hero-card-diamonds > i { color: #7ea7ff; font-size: 1.5rem; }

.tg-section { padding: 84px 0; }
.tg-section-rankings { background: linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,0)); }
.tg-section-heading { margin-bottom: 28px; }
.tg-section-heading h2, .tg-info-card h2, .tg-country-card h2, .tg-chart-card h2, .tg-profile-card h2, .tg-side-card h2, .tg-review-section h2, .tg-contact-card h2, .tg-legal-copy h2 { margin: 0; font-size: clamp(1.75rem, 3vw, 2.45rem); letter-spacing: -.055em; font-weight: 800; }
.tg-section-heading p:not(.tg-eyebrow) { margin: 8px 0 0; color: var(--tg-muted); }
.tg-eyebrow { margin: 0 0 9px; color: var(--tg-mint); font-size: .7rem; font-weight: 850; letter-spacing: .13em; }
.tg-ranking-panel { overflow: hidden; border: 1px solid var(--tg-line); border-radius: 20px; background: rgba(14,22,37,.87); box-shadow: 0 18px 60px rgba(0,0,0,.16); }
.tg-ranking-panel-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 66px; padding: 0 22px; border-bottom: 1px solid var(--tg-line); }
.tg-period-tabs { display: flex; align-items: center; gap: 4px; }
.tg-period-tabs a, .tg-period-tabs span { padding: .53rem .78rem; color: #8491a8; border-radius: 9px; font-size: .84rem; font-weight: 750; }
.tg-period-tabs a:hover { color: #fff; }
.tg-period-tabs .active { color: #0e2218; background: var(--tg-mint); }
.tg-period-tabs.large a { padding: .62rem .95rem; }
.tg-data-status { display: inline-flex; align-items: center; gap: 7px; color: #8f9bb0; font-size: .76rem; white-space: nowrap; }
.tg-data-status i { color: var(--tg-mint); font-size: 1.1rem; }
.tg-data-status.large { padding: .6rem .8rem; border: 1px solid var(--tg-line); border-radius: 10px; }
.tg-ranking-table { --bs-table-bg: transparent; --bs-table-color: #dbe2f0; --bs-table-border-color: var(--tg-line); vertical-align: middle; }
.tg-ranking-table th { padding: .9rem 22px; color: #7f8ca3; border-bottom-width: 1px; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tg-ranking-table td { padding: 1rem 22px; border-bottom: 1px solid var(--tg-line); }
.tg-ranking-table tbody tr:last-child td { border-bottom: 0; }
.tg-ranking-table tbody tr:hover { background: rgba(255,255,255,.018); }
.tg-rank { display: inline-grid; place-items: center; min-width: 28px; height: 28px; color: #99a7bf; border-radius: 8px; font-size: .82rem; font-weight: 800; }
.tg-rank.top-1 { color: #2b1600; background: var(--tg-gold); }.tg-rank.top-2 { color: #1e2c42; background: #c4d0e4; }.tg-rank.top-3 { color: #301b0a; background: #df985e; }
.tg-creator-cell { display: inline-flex; align-items: center; gap: 11px; min-width: 190px; }
.tg-creator-cell b { display: block; color: #f4f7fc; font-size: .9rem; }.tg-creator-cell small { display: block; margin-top: 2px; color: #8390a5; font-size: .77rem; }.tg-creator-cell em { margin-left: 5px; color: var(--tg-mint); font-style: normal; }.tg-creator-cell em i { display: inline-block; width: 5px; height: 5px; margin: 0 2px 1px 0; background: var(--tg-mint); border-radius: 50%; }
.tg-empty-inline { padding: 25px; color: var(--tg-muted); text-align: center; }.tg-empty-inline i { margin-right: 7px; color: var(--tg-mint); font-size: 1.2rem; vertical-align: -2px; }
.tg-gate-strip { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 18px; padding: 17px 20px; border: 1px solid rgba(112,229,164,.2); border-radius: 16px; background: linear-gradient(90deg, rgba(54,191,124,.1), rgba(20,33,52,.55)); }.tg-gate-strip > div { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }.tg-gate-strip > div > i { color: var(--tg-gold); font-size: 1.4rem; }.tg-gate-strip strong { font-size: .9rem; }.tg-gate-strip span { color: var(--tg-muted); font-size: .86rem; }
.tg-info-card, .tg-country-card, .tg-profile-card, .tg-side-card, .tg-account-card, .tg-contact-card, .tg-legal-copy { border: 1px solid var(--tg-line); border-radius: 20px; background: rgba(15,24,40,.73); box-shadow: 0 18px 55px rgba(0,0,0,.13); }
.tg-info-card { padding: 36px; background: radial-gradient(circle at 88% 0%, rgba(112,229,164,.12), transparent 17rem), rgba(15,24,40,.77); }.tg-info-card .tg-icon-orb { margin-bottom: 25px; }.tg-info-card p:not(.tg-eyebrow) { max-width: 510px; color: var(--tg-muted); line-height: 1.7; }.tg-text-link { display: inline-flex; align-items: center; gap: 5px; margin-top: 8px; color: var(--tg-mint); font-size: .9rem; font-weight: 750; }.tg-text-link:hover { color: #adffd0; }
.tg-country-card { padding: 32px; }.tg-country-list { display: grid; gap: 7px; margin-top: 20px; }.tg-country-list a { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--tg-line); color: #aab6ca; font-size: .83rem; }.tg-country-list a:last-child { border: 0; }.tg-country-list a:hover { color: #fff; }.tg-country-code { display: inline-grid; place-items: center; width: 32px; height: 25px; border: 1px solid rgba(255,255,255,.11); border-radius: 7px; color: #dbe5f3; font-size: .68rem; font-weight: 800; }.tg-country-list i { color: var(--tg-mint); }

.tg-page-hero, .tg-pricing-hero { padding: 74px 0 54px; border-bottom: 1px solid rgba(255,255,255,.06); background: radial-gradient(circle at 78% 0%, rgba(112,229,164,.12), transparent 27rem); }.tg-page-hero h1, .tg-pricing-hero h1 { margin: 0; font-size: clamp(2.55rem, 5vw, 4.45rem); letter-spacing: -.075em; line-height: 1; font-weight: 850; }.tg-page-hero p:not(.tg-eyebrow), .tg-pricing-hero > .container > p:not(.tg-eyebrow) { max-width: 700px; margin: 14px 0 0; color: var(--tg-muted); font-size: 1.05rem; line-height: 1.7; }
.tg-filter-card { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 14px; border: 1px solid var(--tg-line); border-radius: 16px; background: rgba(15,24,40,.78); }.tg-country-filter { display: flex; align-items: center; gap: 9px; }.tg-country-filter label { color: #8794aa; font-size: .8rem; font-weight: 700; }.tg-country-filter .form-select { width: 175px; }
.form-control, .form-select { min-height: 44px; color: #eef3fb; background-color: rgba(6,11,21,.67); border-color: rgba(151,170,206,.22); border-radius: 10px; }.form-control:focus, .form-select:focus { color: #fff; background: rgba(6,11,21,.9); border-color: rgba(112,229,164,.65); box-shadow: 0 0 0 .2rem rgba(112,229,164,.12); }.form-control::placeholder { color: #68758b; }.form-label { color: #b5c1d5; font-size: .84rem; font-weight: 700; }.form-select { background-image: var(--bs-form-select-bg-img); }.form-text { color: #748197; }.input-group-text { color: #8fa1bd; background: rgba(6,11,21,.67); border-color: rgba(151,170,206,.22); }
.tg-ranking-panel-full { margin-top: 18px; }.tg-load-more { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 18px 20px; border: 1px solid var(--tg-line); border-radius: 15px; background: rgba(255,255,255,.024); }.tg-load-more div { display: grid; gap: 2px; }.tg-load-more span { color: var(--tg-muted); font-size: .85rem; }

.tg-gift-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }.tg-gift-card { padding: 19px; border: 1px solid var(--tg-line); border-radius: 17px; background: rgba(14,22,37,.74); transition: transform .2s ease, border-color .2s ease; }.tg-gift-card:hover { border-color: rgba(112,229,164,.35); transform: translateY(-3px); }.tg-gift-art { display: grid; place-items: center; width: 57px; height: 57px; margin-bottom: 18px; border-radius: 16px; background: linear-gradient(145deg, rgba(120,147,255,.22), rgba(255,209,90,.14)); color: var(--tg-gold); font-size: 2rem; }.tg-gift-art img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }.tg-gift-title { display: flex; justify-content: space-between; gap: 10px; align-items: baseline; }.tg-gift-title h2 { margin: 0; font-size: 1rem; font-weight: 800; }.tg-gift-title span { color: #8190a8; font-size: .72rem; }.tg-gift-card dl { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 16px 0 0; }.tg-gift-card dl div { padding-top: 10px; border-top: 1px solid var(--tg-line); }.tg-gift-card dt { color: #7f8da4; font-size: .66rem; font-weight: 700; line-height: 1.35; }.tg-gift-card dd { margin: 5px 0 0; color: #eef4fb; font-size: .88rem; font-weight: 750; }.tg-value-positive { color: var(--tg-mint) !important; }.tg-search-form { display: flex; align-items: center; gap: 9px; min-width: min(100%, 345px); padding: 3px 3px 3px 13px; border: 1px solid rgba(151,170,206,.22); border-radius: 11px; background: rgba(6,11,21,.67); }.tg-search-form i { color: #8291a8; font-size: 1.1rem; }.tg-search-form input { flex: 1; min-width: 0; padding: .45rem 0; color: #eef3fb; border: 0; outline: 0; background: transparent; }.tg-search-form button { padding: .53rem .7rem; }

.tg-pricing-hero { padding: 88px 0 120px; text-align: center; background: radial-gradient(circle at 50% 0%, rgba(112,229,164,.21), transparent 32rem); }.tg-pricing-hero > .container > p:not(.tg-eyebrow) { margin-right: auto; margin-left: auto; }.tg-pricing-proof { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 20px; margin-top: 25px; color: #b2bfce; font-size: .84rem; }.tg-pricing-proof i { margin-right: 4px; color: var(--tg-mint); }.tg-price-card { position: relative; height: 100%; padding: 33px; border: 1px solid var(--tg-line); border-radius: 22px; background: rgba(14,22,37,.9); box-shadow: var(--tg-shadow); }.tg-price-card.featured { border-color: rgba(112,229,164,.68); background: radial-gradient(circle at 85% 0%, rgba(112,229,164,.17), transparent 17rem), rgba(14,22,37,.95); transform: translateY(-22px); }.tg-price-badge { position: absolute; top: -13px; left: 28px; padding: .38rem .65rem; color: #092017; border-radius: 8px; background: var(--tg-mint); font-size: .66rem; font-weight: 900; letter-spacing: .1em; }.tg-price-card h2 { max-width: 310px; margin: 0; font-size: 1.9rem; letter-spacing: -.055em; font-weight: 800; }.tg-price-description { min-height: 72px; margin: 13px 0; color: var(--tg-muted); line-height: 1.65; }.tg-price strong { font-size: 3.4rem; letter-spacing: -.075em; }.tg-price span { color: #8e9bb2; }.tg-price-note { margin: 10px 0 0; color: #a1aec3; font-size: .77rem; }.tg-price-card ul { display: grid; gap: 12px; margin: 25px 0 30px; padding: 0; list-style: none; }.tg-price-card li { display: flex; gap: 9px; color: #c9d3e3; font-size: .9rem; }.tg-price-card li i { color: var(--tg-mint); font-size: 1.15rem; }.tg-pricing-faq { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px,8vw,100px); padding: 40px; border-top: 1px solid var(--tg-line); }.tg-pricing-faq p:not(.tg-eyebrow) { color: var(--tg-muted); line-height: 1.7; }.tg-faq-list details { padding: 18px 0; border-bottom: 1px solid var(--tg-line); }.tg-faq-list summary { cursor: pointer; color: #edf3fb; font-weight: 750; }.tg-faq-list p { margin: 10px 0 0; color: var(--tg-muted); line-height: 1.65; }

.tg-creator-hero { padding: 64px 0 44px; border-bottom: 1px solid var(--tg-line); background: radial-gradient(circle at 80% -5%, rgba(112,229,164,.13), transparent 28rem); }.tg-creator-hero h1 { margin: 0; font-size: clamp(2rem,4vw,3.35rem); letter-spacing: -.065em; font-weight: 850; }.tg-creator-hero p { color: #9aa7bc; }.tg-live-badge { margin-top: 3px; padding: .35rem .58rem; font-size: .65rem; }.tg-creator-bio { max-width: 720px; margin: 22px 0 0; line-height: 1.7; }.tg-rating-summary { display: grid; gap: 5px; padding: 18px; border: 1px solid var(--tg-line); border-radius: 16px; background: rgba(14,22,37,.74); }.tg-rating-summary div { display: flex; align-items: end; gap: 7px; }.tg-rating-summary .tg-eyebrow { margin: 0 0 2px; }.tg-rating-summary strong { color: #fff; font-size: 2rem; letter-spacing: -.06em; }.tg-rating-summary div i { margin-bottom: 7px; color: var(--tg-gold); }.tg-rating-summary > span { color: var(--tg-muted); font-size: .78rem; }.tg-metric-card { padding: 20px; height: 100%; border: 1px solid var(--tg-line); border-radius: 16px; background: rgba(14,22,37,.74); }.tg-metric-card span, .tg-metric-card small { display: block; color: #8190a7; font-size: .76rem; }.tg-metric-card strong { display: block; margin: 7px 0 5px; font-size: 1.55rem; letter-spacing: -.05em; }.tg-chart-card { overflow: hidden; border: 1px solid var(--tg-line); border-radius: 20px; background: rgba(14,22,37,.76); }.tg-chart-card > .d-flex { padding: 25px 25px 0; }.tg-chart-wrap { height: 280px; padding: 22px 18px 12px; }.tg-chart-gate { display: flex; align-items: center; gap: 10px; padding: 14px 20px; color: #aebaca; border-top: 1px solid var(--tg-line); background: rgba(112,229,164,.055); font-size: .84rem; }.tg-chart-gate i { color: var(--tg-gold); font-size: 1.15rem; }.tg-chart-gate a, .tg-chart-gate button { margin-left: auto; padding: 0; color: var(--tg-mint); border: 0; background: transparent; font-size: .84rem; font-weight: 750; }.tg-profile-card { padding: 26px; }.tg-profile-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 18px 0; color: #a7b3c5; font-size: .84rem; }.tg-profile-meta i { margin-right: 5px; color: var(--tg-mint); }.tg-side-card { padding: 25px; }.tg-side-card h2 { font-size: 1.35rem; }.tg-side-card p:not(.tg-eyebrow) { color: var(--tg-muted); line-height: 1.65; }.tg-side-card dl, .tg-account-details { display: grid; gap: 13px; margin: 20px 0; }.tg-side-card dl div, .tg-account-details div { display: flex; justify-content: space-between; gap: 12px; }.tg-side-card dt, .tg-account-details dt { color: #7e8ba2; font-size: .8rem; font-weight: 600; }.tg-side-card dd, .tg-account-details dd { margin: 0; color: #e7edf7; font-size: .84rem; font-weight: 700; }.tg-status-good { color: var(--tg-mint); }.tg-status-good i { margin-right: 3px; }.tg-status-chip { display: inline-flex; align-items: center; gap: 5px; padding: .38rem .58rem; border: 1px solid rgba(151,170,206,.2); border-radius: 99px; color: #9dacbf; font-size: .72rem; font-weight: 750; }.tg-status-chip.active { color: #9ff5c2; border-color: rgba(112,229,164,.27); background: rgba(112,229,164,.07); }
.tg-review-section { padding-top: 12px; }.tg-review-form { margin-top: 20px; padding: 25px; border: 1px solid rgba(112,229,164,.22); border-radius: 18px; background: rgba(112,229,164,.055); }.tg-review-form h3 { margin: 0 0 20px; font-size: 1.05rem; }.tg-review-list { display: grid; gap: 15px; }.tg-review { padding: 24px; border: 1px solid var(--tg-line); border-radius: 17px; background: rgba(14,22,37,.7); }.tg-review h3 { margin: 18px 0 8px; font-size: 1rem; }.tg-review > p { margin: 0; color: #cbd5e4; line-height: 1.65; }.tg-review-date { display: block; margin-top: 2px; color: #7f8ca1; font-size: .72rem; }.tg-stars { color: var(--tg-gold); white-space: nowrap; }.tg-review-comment { margin-top: 16px; margin-left: 30px; padding: 13px 15px; border-left: 2px solid rgba(112,229,164,.5); border-radius: 0 10px 10px 0; background: rgba(255,255,255,.025); }.tg-review-comment strong { font-size: .8rem; }.tg-review-comment span { margin-left: 7px; color: #8290a5; font-size: .7rem; }.tg-review-comment p { margin: 6px 0 0; color: #b7c3d4; font-size: .85rem; line-height: 1.5; }.tg-comment-form { margin-top: 16px; }.tg-comment-form summary { cursor: pointer; color: #9fb0c8; font-size: .82rem; }.tg-comment-form textarea { width: 100%; min-height: 70px; margin: 10px 0 8px; padding: 10px; color: #eef3fb; border: 1px solid var(--tg-line); border-radius: 10px; background: rgba(6,11,21,.65); }.tg-comment-form button { padding: .35rem .65rem; }

.tg-account-hero { padding: 50px 0; }.tg-account-card { padding: 26px; }.tg-account-badge { color: var(--tg-mint); font-size: 2.5rem; }.tg-account-card > .d-flex > div > p:not(.tg-eyebrow) { color: var(--tg-muted); }.tg-membership-meta { display: flex; flex-wrap: wrap; gap: 18px; margin: 20px 0; color: #a6b2c5; font-size: .84rem; }.tg-membership-meta i { color: var(--tg-mint); margin-right: 5px; }.tg-account-stat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.tg-account-stat-row div { padding: 14px; border-radius: 12px; background: rgba(255,255,255,.03); }.tg-account-stat-row span, .tg-account-stat-row strong { display: block; }.tg-account-stat-row span { color: #8793a9; font-size: .75rem; }.tg-account-stat-row strong { margin-top: 4px; font-size: 1.1rem; }.tg-simple-table { --bs-table-bg: transparent; --bs-table-color: #dbe3f0; --bs-table-border-color: var(--tg-line); }.tg-simple-table th { color: #8491a8; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }.tg-simple-table td, .tg-simple-table th { padding: .83rem 0; }
.tg-step-card { height: 100%; padding: 29px; border: 1px solid var(--tg-line); border-radius: 18px; background: rgba(14,22,37,.73); }.tg-step-card > span { display: block; color: #6c7b92; font-size: .75rem; font-weight: 850; }.tg-step-card > i { display: inline-grid; margin: 22px 0; color: var(--tg-mint); font-size: 2rem; }.tg-step-card h2 { margin: 0; font-size: 1.3rem; letter-spacing: -.04em; }.tg-step-card p { color: var(--tg-muted); line-height: 1.65; }.tg-method-note { display: flex; gap: 20px; padding: 31px; border: 1px solid rgba(255,209,90,.22); border-radius: 18px; background: rgba(255,209,90,.06); }.tg-method-note > i { color: var(--tg-gold); font-size: 2.2rem; }.tg-method-note h2 { margin: 0; font-size: 1.35rem; }.tg-method-note p { margin: 9px 0 0; color: #bdc5d1; line-height: 1.65; }.tg-contact-card { padding: 46px; text-align: center; }.tg-contact-card > i { display: inline-grid; place-items: center; width: 65px; height: 65px; margin-bottom: 20px; color: var(--tg-mint); border-radius: 20px; background: rgba(112,229,164,.09); font-size: 2rem; }.tg-contact-card p { max-width: 580px; margin: 15px auto 25px; color: var(--tg-muted); line-height: 1.7; }.tg-legal-copy { padding: 38px; color: #b4c0d1; line-height: 1.75; }.tg-legal-copy h2 { margin-top: 0; font-size: 1.35rem; }.tg-legal-copy h2 + p { margin-top: 10px; }.tg-legal-copy p + h2 { margin-top: 30px; }

.tg-auth-modal { overflow: hidden; color: #f3f7fc; border: 1px solid rgba(255,255,255,.12); border-radius: 21px; background: radial-gradient(circle at 95% 0%, rgba(112,229,164,.16), transparent 15rem), #10192a; }.tg-modal-close { position: absolute; top: 15px; right: 15px; z-index: 2; }.tg-modal-icon { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-bottom: 17px; color: var(--tg-mint); border-radius: 14px; background: rgba(112,229,164,.1); font-size: 1.5rem; }.tg-auth-modal h2 { margin: 0; font-size: 1.8rem; letter-spacing: -.055em; font-weight: 850; }
.tg-empty-state { padding: 47px 25px; color: var(--tg-muted); text-align: center; }.tg-empty-state > i { display: inline-grid; place-items: center; width: 56px; height: 56px; margin-bottom: 15px; color: var(--tg-mint); border-radius: 17px; background: rgba(112,229,164,.08); font-size: 2rem; }.tg-empty-state h1, .tg-empty-state h2 { margin: 0; color: #f0f5fc; font-size: 1.4rem; }.tg-empty-state p { margin: 8px 0 18px; }

.tg-footer { margin-top: 50px; padding: 56px 0 20px; border-top: 1px solid rgba(255,255,255,.07); background: rgba(3,7,14,.55); }.tg-brand-footer { font-size: 1.3rem; }.tg-footer p { max-width: 350px; color: #8491a8; line-height: 1.65; }.tg-footer h2 { margin: 0 0 15px; color: #dfe8f4; font-size: .82rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }.tg-footer a:not(.tg-brand) { display: block; width: fit-content; margin: 8px 0; color: #8f9db2; font-size: .85rem; }.tg-footer a:not(.tg-brand):hover { color: var(--tg-mint); }.tg-disclaimer { display: flex; gap: 9px; padding: 13px; color: #97a5ba; border: 1px solid var(--tg-line); border-radius: 12px; background: rgba(255,255,255,.025); font-size: .76rem; line-height: 1.55; }.tg-disclaimer i { color: var(--tg-gold); font-size: 1.1rem; }.tg-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 43px; padding-top: 20px; color: #65728a; border-top: 1px solid var(--tg-line); font-size: .75rem; }

@media (max-width: 991.98px) { .tg-navbar .navbar-collapse { padding: 12px 0 20px; }.tg-hero { padding-top: 70px; }.tg-hero-orbit { max-width: 500px; margin: auto; }.tg-price-card.featured { transform: none; }.tg-pricing-hero { padding-bottom: 75px; }.tg-gift-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.tg-pricing-faq { grid-template-columns: 1fr; }.tg-footer { margin-top: 20px; } }
@media (max-width: 767.98px) { .container { width: min(100% - 24px, 1140px); }.tg-navbar { min-height: 68px; }.tg-brand { font-size: 1.22rem; }.tg-hero { padding-bottom: 45px; }.tg-hero h1 { font-size: clamp(2.65rem, 14vw, 4.1rem); }.tg-hero-orbit { min-height: 335px; }.tg-hero-card-main { inset: 24px 9px 0 17px; padding: 21px; }.tg-hero-card-live { right: 0; }.tg-hero-card-diamonds { bottom: 0; }.tg-section { padding: 60px 0; }.tg-ranking-panel-head { padding: 0 14px; }.tg-ranking-table th, .tg-ranking-table td { padding-right: 14px; padding-left: 14px; }.tg-ranking-table th:nth-child(3), .tg-ranking-table td:nth-child(3) { display: none; }.tg-gate-strip, .tg-load-more, .tg-filter-card { align-items: stretch; flex-direction: column; }.tg-gate-strip > div { display: grid; grid-template-columns: auto 1fr; }.tg-gate-strip span { grid-column: 2; }.tg-country-filter { width: 100%; }.tg-country-filter .form-select { flex: 1; width: auto; }.tg-period-tabs { width: 100%; overflow-x: auto; padding-bottom: 2px; }.tg-period-tabs.large a { padding: .55rem .7rem; }.tg-section-heading .btn { width: 100%; }.tg-gift-grid { grid-template-columns: 1fr; }.tg-search-form { width: 100%; }.tg-page-hero, .tg-pricing-hero { padding: 55px 0 40px; }.tg-page-hero h1, .tg-pricing-hero h1 { font-size: clamp(2.4rem,12vw,3.3rem); }.tg-price-card { padding: 27px; }.tg-price-card.featured { margin-top: 16px; }.tg-creator-hero { padding: 43px 0 33px; }.tg-rating-summary { width: 100%; }.tg-chart-card > .d-flex { padding: 20px 20px 0; }.tg-chart-wrap { height: 225px; padding: 16px 6px 10px; }.tg-chart-gate { align-items: flex-start; flex-wrap: wrap; }.tg-chart-gate a, .tg-chart-gate button { width: 100%; margin-left: 26px; text-align: left; }.tg-account-stat-row { grid-template-columns: 1fr; }.tg-account-card, .tg-info-card, .tg-country-card, .tg-contact-card, .tg-legal-copy { padding: 23px; }.tg-footer-bottom { align-items: flex-start; flex-direction: column; margin-top: 30px; }.tg-review { padding: 18px; }.tg-review-comment { margin-left: 10px; }.tg-method-note { padding: 24px; } }
