:root{
  --tv-bg:#040712;
  --tv-bg-2:#071122;
  --tv-card:#0a1426e6;
  --tv-card-2:#0d172ae8;
  --tv-line:rgba(92,148,255,.28);
  --tv-text:#f8fbff;
  --tv-muted:#aab6c9;
  --tv-blue:#0ea5ff;
  --tv-cyan:#27e7ff;
  --tv-purple:#9146ff;
  --tv-pink:#ff39d7;
  --tv-orange:#ff7a18;
  --tv-red:#ff304f;
  --tv-green:#15f5a3;
  --tv-gold:#ffd36a;
  --tv-radius:24px;
  --tv-shadow:0 24px 80px rgba(0,0,0,.52);
  --tv-font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#02040a;
  color:var(--tv-text);
  font-family:var(--tv-font);
  overflow-x:hidden;
}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}

.tv-app{
  min-height:100dvh;
  background:
    radial-gradient(circle at 10% 0%, rgba(14,165,255,.28), transparent 28%),
    radial-gradient(circle at 82% 10%, rgba(145,70,255,.30), transparent 32%),
    radial-gradient(circle at 76% 82%, rgba(255,122,24,.14), transparent 28%),
    linear-gradient(180deg,#050812 0%,#07111f 52%,#03050b 100%);
  color:var(--tv-text);
  padding:12px 10px 96px;
}
.tv-shell{
  width:min(100%, 510px);
  margin:0 auto;
}
.tv-phone{
  min-height:calc(100dvh - 24px);
  position:relative;
  overflow:hidden;
  border:1px solid rgba(142,181,255,.18);
  border-radius:34px;
  background:
    linear-gradient(180deg,rgba(9,14,26,.92),rgba(5,10,20,.94)),
    radial-gradient(circle at top right, rgba(49,107,255,.16), transparent 42%);
  box-shadow:var(--tv-shadow), inset 0 0 0 1px rgba(255,255,255,.04);
  padding:20px 17px 118px;
}
.tv-phone::before{
  content:"";
  position:absolute;
  inset:-80px -90px auto auto;
  width:260px;
  height:260px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(14,165,255,.26), transparent 70%);
  filter:blur(2px);
  pointer-events:none;
}
.tv-phone::after{
  content:"";
  position:absolute;
  inset:auto -70px -60px auto;
  width:230px;
  height:230px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,57,215,.13), transparent 68%);
  pointer-events:none;
}
.tv-header{
  position:relative;
  z-index:5;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:28px;
}
.tv-brand{
  appearance:none;
  border:0;
  background:transparent;
  color:var(--tv-text);
  display:flex;
  align-items:center;
  gap:12px;
  padding:0;
  font-size:28px;
  font-weight:950;
  letter-spacing:-.045em;
}
.tv-brand b{color:var(--tv-cyan);text-shadow:0 0 18px rgba(39,231,255,.7)}
.tv-logo-mark{
  width:45px;
  height:45px;
  display:grid;
  place-items:center;
  border-radius:15px;
  background:linear-gradient(135deg,var(--tv-blue),var(--tv-cyan) 36%,var(--tv-purple) 70%,var(--tv-pink));
  color:white;
  font-weight:1000;
  font-size:30px;
  line-height:1;
  box-shadow:0 0 24px rgba(14,165,255,.42),0 0 34px rgba(145,70,255,.24);
  transform:skew(-7deg);
}
.tv-header-actions{display:flex;gap:12px}
.tv-icon-btn{
  width:60px;
  height:60px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:white;
  background:
    linear-gradient(180deg, rgba(12,20,39,.9), rgba(6,10,22,.92)),
    radial-gradient(circle at 30% 20%, rgba(14,165,255,.18), transparent 48%);
  border:1px solid rgba(124,113,255,.72);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04), 0 0 24px rgba(82,94,255,.18);
}
.tv-icon-btn svg{width:27px;height:27px}

.tv-hero{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr;
  gap:20px;
}
.tv-eyebrow{
  margin:0 0 10px;
  color:var(--tv-cyan);
  font-size:12px;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.tv-hero h1{
  margin:0;
  max-width:11ch;
  font-size:clamp(43px, 13.2vw, 68px);
  line-height:1.05;
  letter-spacing:-.065em;
}
.tv-hero h1 span{
  display:inline;
  color:transparent;
  background:linear-gradient(90deg,#10a5ff,#3962ff 45%,#a64cff 78%,#ff49ce);
  background-clip:text;
  -webkit-background-clip:text;
  text-shadow:0 0 34px rgba(14,165,255,.22);
}
.tv-hero-sub{
  max-width:32ch;
  margin:18px 0 20px;
  color:#dfe8f5;
  font-size:18px;
  line-height:1.42;
}
.tv-main-cta{
  width:100%;
  min-height:64px;
  border:0;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  color:white;
  font-weight:950;
  font-size:20px;
  letter-spacing:-.02em;
  background:linear-gradient(90deg,#0878ff,#4a61ff 48%,#a72bff);
  box-shadow:0 12px 34px rgba(14,118,255,.34),0 0 34px rgba(167,43,255,.18);
}
.tv-main-cta span{font-size:34px;line-height:1}
.tv-anyone{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  color:#d4dcea;
  margin:16px 0;
  font-size:16px;
}
.tv-anyone svg{width:24px;height:24px;color:var(--tv-blue)}
.tv-trust-chips{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:10px;
}
.tv-trust-chips span{
  min-height:58px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  color:#d8fbff;
  background:rgba(9,20,36,.68);
  border:1px solid rgba(24,199,255,.48);
  box-shadow:inset 0 -1px 0 rgba(255,255,255,.08),0 0 18px rgba(39,231,255,.08);
  font-size:15px;
  font-weight:800;
}
.tv-trust-chips span:nth-child(2){border-color:rgba(145,70,255,.58);color:#eadcff}
.tv-trust-chips span:nth-child(3){border-color:rgba(21,245,163,.42)}
.tv-trust-chips svg{width:23px;height:23px}

.tv-hero-art{
  min-height:230px;
  position:relative;
  display:grid;
  place-items:center;
  margin-top:-6px;
}
.tv-orbit{
  position:relative;
  width:280px;
  height:230px;
  display:grid;
  place-items:center;
}
.tv-holo-card{
  position:absolute;
  top:26px;
  width:150px;
  height:135px;
  border-radius:24px;
  border:2px solid rgba(33,231,255,.82);
  display:grid;
  place-items:center;
  color:white;
  background:
    linear-gradient(145deg, rgba(12,21,40,.74), rgba(22,10,43,.76)),
    radial-gradient(circle at 50% 70%, rgba(14,165,255,.22), transparent 50%);
  box-shadow:0 0 30px rgba(14,165,255,.42),0 0 48px rgba(145,70,255,.28), inset 0 0 38px rgba(39,231,255,.08);
  animation:tvFloat 4.8s ease-in-out infinite;
}
.tv-holo-card span{
  font-size:74px;
  font-weight:1000;
  line-height:1;
  transform:skew(-8deg);
  color:transparent;
  background:linear-gradient(135deg,#21e7ff,#0e6dff 42%,#9b46ff 72%,#ff45d6);
  background-clip:text;
  -webkit-background-clip:text;
  filter:drop-shadow(0 0 14px rgba(33,231,255,.56));
}
.tv-platform{
  position:absolute;
  bottom:8px;
  width:232px;
  height:68px;
  border-radius:50%;
  border:2px solid rgba(48,157,255,.62);
  background:
    radial-gradient(ellipse at center, rgba(87,68,255,.62), transparent 48%),
    radial-gradient(ellipse at center, transparent 42%, rgba(39,231,255,.18) 43%, transparent 46%),
    radial-gradient(ellipse at center, transparent 55%, rgba(255,57,215,.2) 56%, transparent 60%);
  box-shadow:0 0 28px rgba(39,231,255,.28),0 0 45px rgba(145,70,255,.32);
}
.tv-orbit-icon{
  position:absolute;
  font-size:33px;
  filter:drop-shadow(0 0 10px currentColor);
}
.tv-heart{left:2px;top:70px;color:var(--tv-orange)}
.tv-tag{right:4px;top:44px;color:var(--tv-purple)}
.tv-user{right:26px;bottom:64px;color:var(--tv-blue)}
@keyframes tvFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}

.tv-section{position:relative;z-index:2;margin-top:30px}
.tv-section-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:13px;
}
.tv-section-head h2{
  margin:0;
  font-size:24px;
  line-height:1.1;
  letter-spacing:-.04em;
}
.tv-text-link{
  border:0;
  background:transparent;
  color:var(--tv-cyan);
  font-weight:850;
  padding:8px 0;
}
.tv-type-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:13px;
}
.tv-type-card{
  position:relative;
  overflow:hidden;
  min-height:152px;
  border-radius:18px;
  padding:16px 13px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:9px;
  text-align:center;
  color:white;
  background:
    radial-gradient(circle at 50% 100%, rgba(14,165,255,.20), transparent 44%),
    linear-gradient(180deg, rgba(7,19,37,.88), rgba(6,10,20,.86));
  border:1px solid rgba(14,165,255,.58);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),0 0 28px rgba(14,165,255,.10);
}
.tv-type-card::after{
  content:"";
  position:absolute;
  bottom:10px;
  width:70px;
  height:4px;
  border-radius:99px;
  background:var(--tv-cyan);
  box-shadow:0 0 16px var(--tv-cyan);
}
.tv-purple-card{border-color:rgba(145,70,255,.62);background:radial-gradient(circle at 50% 100%, rgba(145,70,255,.20), transparent 44%),linear-gradient(180deg,rgba(21,11,40,.88),rgba(7,10,22,.86))}
.tv-purple-card::after{background:var(--tv-purple);box-shadow:0 0 16px var(--tv-purple)}
.tv-cyan-card{border-color:rgba(39,231,255,.60)}
.tv-used-card{border-color:rgba(169,104,255,.48)}
.tv-used-card::after{background:var(--tv-purple);box-shadow:0 0 16px var(--tv-purple)}
.tv-type-icon{
  font-size:38px;
  color:var(--tv-cyan);
  filter:drop-shadow(0 0 12px currentColor);
}
.tv-type-card strong{font-size:19px;line-height:1.12}
.tv-type-card small{color:#d4deed;line-height:1.25}

.tv-filter-strip{
  display:flex;
  gap:8px;
  overflow-x:auto;
  padding:0 0 12px;
  scrollbar-width:none;
}
.tv-filter-strip::-webkit-scrollbar{display:none}
.tv-filter-strip button{
  flex:0 0 auto;
  border:1px solid rgba(120,160,255,.26);
  color:#d9e7ff;
  background:rgba(7,17,31,.7);
  border-radius:999px;
  padding:9px 13px;
  font-weight:800;
}
.tv-filter-strip button.is-active{
  color:white;
  border-color:rgba(39,231,255,.72);
  background:linear-gradient(90deg,rgba(14,165,255,.28),rgba(145,70,255,.20));
  box-shadow:0 0 18px rgba(39,231,255,.14);
}
.tv-post-row{
  display:flex;
  gap:13px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding:2px 2px 10px;
  scrollbar-width:none;
}
.tv-post-row::-webkit-scrollbar{display:none}
.tv-post-card{
  flex:0 0 min(72%, 292px);
  scroll-snap-align:start;
  border-radius:19px;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(11,20,37,.96),rgba(8,13,24,.98));
  border:1px solid rgba(127,144,181,.28);
  box-shadow:0 18px 44px rgba(0,0,0,.28),inset 0 0 0 1px rgba(255,255,255,.035);
}
.tv-card-media{
  position:relative;
  height:178px;
  overflow:hidden;
  background:#07101d;
}
.tv-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease;
}
.tv-post-card:active .tv-card-media img,
.tv-post-card:hover .tv-card-media img{transform:scale(1.04)}
.tv-type-pill{
  position:absolute;
  left:12px;
  bottom:10px;
  padding:6px 10px;
  border-radius:9px;
  color:white;
  font-size:12px;
  font-weight:900;
  background:linear-gradient(90deg,#096edc,#0e9dff);
  box-shadow:0 6px 15px rgba(0,0,0,.28);
}
.tv-like-float{
  position:absolute;
  right:11px;
  top:11px;
  display:grid;
  gap:4px;
  justify-items:center;
}
.tv-heart-btn{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.25);
  color:white;
  background:rgba(7,12,22,.45);
  backdrop-filter:blur(10px);
  font-size:25px;
  transition:transform .18s ease,color .18s ease,background .18s ease;
}
.tv-heart-btn.is-liked{
  color:white;
  background:radial-gradient(circle, rgba(255,48,79,.95), rgba(185,18,46,.88));
  box-shadow:0 0 18px rgba(255,48,79,.52);
}
.tv-heart-btn.tv-pop{animation:tvPop .32s ease}
@keyframes tvPop{0%{transform:scale(.88)}45%{transform:scale(1.24)}100%{transform:scale(1)}}
.tv-like-count{
  color:#ff586f;
  font-weight:950;
  text-shadow:0 0 10px rgba(255,48,79,.45);
}
.tv-card-body{padding:13px 13px 14px}
.tv-card-title{
  margin:0 0 7px;
  font-size:18px;
  line-height:1.1;
  min-height:40px;
  letter-spacing:-.035em;
}
.tv-card-price{
  display:block;
  color:#23a8ff;
  font-weight:950;
  font-size:18px;
  margin-bottom:8px;
}
.tv-card-location{
  display:flex;
  gap:6px;
  align-items:center;
  color:var(--tv-muted);
  font-size:13px;
  margin-bottom:13px;
}
.tv-card-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:9px;
  color:#b8c4d4;
}
.tv-card-actions button,
.tv-card-actions a{
  min-width:38px;
  height:38px;
  display:inline-grid;
  place-items:center;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.05);
  color:#e8f0ff;
}
.tv-wa{
  width:auto!important;
  grid-auto-flow:column;
  gap:7px;
  padding:0 12px;
  border-radius:999px!important;
  color:#d7fff0!important;
  border-color:rgba(21,245,163,.32)!important;
}
.tv-empty{
  width:100%;
  border:1px dashed rgba(135,165,220,.28);
  border-radius:18px;
  padding:18px;
  color:#d6deec;
  background:rgba(7,15,28,.62);
}

.tv-community{
  position:relative;
  z-index:2;
  margin-top:20px;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:12px;
  align-items:center;
  padding:14px;
  border-radius:22px;
  border:1px solid rgba(255,122,24,.28);
  background:
    radial-gradient(circle at 100% 50%, rgba(255,122,24,.18), transparent 38%),
    linear-gradient(90deg, rgba(12,18,30,.88), rgba(12,16,26,.72));
  box-shadow:0 0 26px rgba(255,122,24,.10);
}
.tv-community p{margin:3px 0 0;color:#cfd7e6}
.tv-avatars{display:flex;align-items:center}
.tv-avatars span{
  width:38px;height:38px;border-radius:50%;
  display:grid;place-items:center;
  border:2px solid #07101d;
  margin-left:-8px;
  color:white;
  font-size:11px;
  font-weight:950;
  background:linear-gradient(135deg,#0ea5ff,#9146ff);
}
.tv-avatars span:first-child{margin-left:0}
.tv-orange-btn{
  grid-column:1/-1;
  border:0;
  border-radius:15px;
  color:white;
  background:linear-gradient(90deg,#ff5c00,#ff8e1f);
  box-shadow:0 8px 22px rgba(255,122,24,.25);
  min-height:52px;
  padding:0 18px;
  font-weight:950;
  font-size:17px;
}

.tv-ad-banner{
  position:relative;
  z-index:2;
  margin-top:22px;
  padding:17px;
  border-radius:24px;
  background:
    radial-gradient(circle at 82% 12%, rgba(255,122,24,.26), transparent 36%),
    radial-gradient(circle at 0% 100%, rgba(14,165,255,.18), transparent 34%),
    linear-gradient(135deg, rgba(11,20,39,.96), rgba(16,12,28,.96));
  border:1px solid rgba(255,122,24,.32);
  box-shadow:0 0 26px rgba(255,122,24,.12),inset 0 0 0 1px rgba(255,255,255,.045);
  overflow:hidden;
}
.tv-ad-banner::before{
  content:"";
  position:absolute;
  inset:-60% -20%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);
  transform:rotate(14deg);
  animation:tvSweep 5.2s linear infinite;
}
@keyframes tvSweep{0%{translate:-45% 0}100%{translate:45% 0}}
.tv-ad-head,.tv-plans{position:relative;z-index:1}
.tv-ad-badge{
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  color:#1b0b00;
  background:linear-gradient(90deg,#ffd36a,#ff7a18);
  font-size:12px;
  font-weight:1000;
  letter-spacing:.07em;
}
.tv-ad-head h2{
  margin:12px 0 5px;
  font-size:24px;
  line-height:1.05;
  letter-spacing:-.045em;
}
.tv-ad-head p{margin:0 0 13px;color:#e7e0d8}
.tv-plans{
  display:grid;
  gap:10px;
}
.tv-plan{
  padding:13px;
  border-radius:18px;
  border:1px solid rgba(124,159,255,.22);
  background:rgba(7,14,27,.66);
}
.tv-plan-hot{
  border-color:rgba(255,122,24,.50);
  box-shadow:0 0 20px rgba(255,122,24,.12);
}
.tv-plan strong{font-size:18px}
.tv-price{
  display:block;
  margin:4px 0 8px;
  color:#ffad4d;
  font-size:22px;
  font-weight:1000;
}
.tv-price small{font-size:13px;color:#ffdfbd}
.tv-plan ul{
  margin:0 0 11px;
  padding:0 0 0 17px;
  color:#dbe4f2;
  font-size:13px;
  line-height:1.45;
}
.tv-plan button{
  width:100%;
  min-height:40px;
  border:0;
  border-radius:12px;
  color:white;
  font-weight:950;
  background:linear-gradient(90deg,#0d8cff,#9146ff);
}
.tv-plan-hot button{background:linear-gradient(90deg,#ff5c00,#ff941e)}

.tv-bottom-nav{
  position:absolute;
  z-index:9;
  left:14px;
  right:14px;
  bottom:14px;
  min-height:88px;
  display:grid;
  grid-template-columns:1fr 1fr 88px 1fr 1fr;
  align-items:center;
  gap:2px;
  border-radius:34px;
  border:1px solid rgba(92,148,255,.18);
  background:rgba(5,10,18,.92);
  backdrop-filter:blur(18px);
  box-shadow:0 -10px 34px rgba(0,0,0,.42), inset 0 0 0 1px rgba(255,255,255,.035);
}
.tv-bottom-nav button{
  border:0;
  background:transparent;
  color:#909aaa;
  display:grid;
  gap:4px;
  justify-items:center;
  font-weight:800;
  font-size:13px;
  padding:12px 4px;
}
.tv-bottom-nav button span{font-size:23px}
.tv-bottom-nav button.is-active{color:var(--tv-blue)}
.tv-plus{
  width:76px;
  height:76px;
  margin:auto;
  border-radius:50%!important;
  color:white!important;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.28), transparent 34%),
    linear-gradient(135deg,#0e8dff,#6b58ff 58%,#9e47ff)!important;
  box-shadow:0 0 18px rgba(14,141,255,.72),0 0 34px rgba(158,71,255,.48);
}
.tv-plus span{font-size:44px!important;line-height:.9}

.tv-modal{
  position:fixed;
  inset:0;
  z-index:1000;
  display:none;
  align-items:flex-end;
  justify-content:center;
  padding:12px;
}
.tv-modal.is-open{display:flex}
.tv-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(1,4,10,.76);
  backdrop-filter:blur(12px);
}
.tv-modal-panel{
  position:relative;
  z-index:1;
  width:min(100%, 520px);
  max-height:min(86dvh, 860px);
  overflow:auto;
  border-radius:26px;
  padding:22px;
  border:1px solid rgba(82,156,255,.32);
  background:
    radial-gradient(circle at 100% 0%, rgba(145,70,255,.18), transparent 34%),
    linear-gradient(180deg, rgba(10,18,34,.98), rgba(5,9,18,.99));
  box-shadow:0 26px 90px rgba(0,0,0,.68);
}
.tv-modal-panel h2{margin:0 42px 6px 0;font-size:26px;letter-spacing:-.04em}
.tv-modal-sub{margin:0 0 15px;color:#b7c2d3}
.tv-close{
  position:absolute;
  right:14px;
  top:14px;
  width:38px;
  height:38px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  color:white;
  font-size:28px;
  line-height:1;
}
.tv-form{display:grid;gap:12px}
.tv-form label{
  display:grid;
  gap:6px;
  color:#d7e3f3;
  font-weight:800;
  font-size:13px;
}
.tv-form input,.tv-form select,.tv-form textarea,.tv-search-form input,.tv-admin-login input{
  width:100%;
  border:1px solid rgba(112,151,210,.26);
  border-radius:14px;
  background:rgba(3,8,18,.74);
  color:white;
  outline:none;
  padding:13px 12px;
}
.tv-form textarea{min-height:102px;resize:vertical}
.tv-form-row{display:grid;grid-template-columns:1fr;gap:12px}
.tv-help-card{
  border:1px solid rgba(39,231,255,.26);
  border-radius:18px;
  padding:13px;
  background:linear-gradient(135deg,rgba(14,165,255,.12),rgba(145,70,255,.10));
}
.tv-help-card p{margin:5px 0 10px;color:#c4d0e2}
.tv-small-btn{
  border:0;
  border-radius:11px;
  background:linear-gradient(90deg,#0ea5ff,#9146ff);
  color:white;
  font-weight:950;
  padding:10px 13px;
}
.tv-submit{
  min-height:48px;
  border:0;
  border-radius:14px;
  color:white;
  background:linear-gradient(90deg,#0d8cff,#7c48ff);
  font-weight:950;
  box-shadow:0 8px 22px rgba(14,141,255,.18);
}
.tv-search-form{display:grid;gap:12px}
.tv-detail-cover{
  height:245px;
  border-radius:18px;
  overflow:hidden;
  margin-bottom:14px;
  background:#07101d;
}
.tv-detail-cover img{width:100%;height:100%;object-fit:cover}
.tv-detail-title{margin:0 0 8px;font-size:28px;line-height:1.05}
.tv-detail-price{color:#26a8ff;font-size:24px;font-weight:1000}
.tv-detail-desc{color:#d7e1ef;line-height:1.5}
.tv-detail-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.tv-detail-actions a,.tv-detail-actions button{
  border:1px solid rgba(255,255,255,.14);
  color:white;
  background:rgba(255,255,255,.06);
  border-radius:999px;
  padding:11px 14px;
  font-weight:900;
}
.tv-contact-main{background:linear-gradient(90deg,#00bb70,#15f5a3)!important;color:#03110c!important}
.tv-admin-login{display:grid;grid-template-columns:1fr auto;gap:10px;margin-bottom:14px}
.tv-admin-panel{display:grid;gap:13px}
.tv-admin-tabs{
  display:flex;
  overflow-x:auto;
  gap:8px;
  scrollbar-width:none;
}
.tv-admin-tabs::-webkit-scrollbar{display:none}
.tv-admin-tabs button{
  flex:0 0 auto;
  border:1px solid rgba(120,160,255,.28);
  color:#dce8fb;
  background:rgba(255,255,255,.05);
  border-radius:999px;
  padding:9px 12px;
  font-weight:850;
}
.tv-admin-tabs button.is-active{
  color:white;
  background:linear-gradient(90deg,#0e8dff,#7d43ff);
}
.tv-admin-list{display:grid;gap:10px}
.tv-admin-item{
  border:1px solid rgba(118,152,210,.24);
  border-radius:16px;
  padding:12px;
  background:rgba(4,10,20,.64);
}
.tv-admin-item strong{display:block;margin-bottom:5px}
.tv-admin-meta{color:#b8c5d6;font-size:13px;line-height:1.45}
.tv-admin-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.tv-admin-actions button,.tv-admin-actions a{
  border:0;
  border-radius:10px;
  padding:9px 10px;
  font-weight:850;
  color:white;
  background:#15233b;
}
.tv-admin-actions .approve{background:#0e9f6e}
.tv-admin-actions .reject,.tv-admin-actions .delete{background:#b4233a}
.tv-admin-actions .edit,.tv-admin-actions .feature{background:#3158d4}
.tv-admin-actions .wa{background:#0d8f64}
.tv-setting-card{
  border:1px solid rgba(118,152,210,.24);
  border-radius:16px;
  padding:13px;
  background:rgba(4,10,20,.64);
  display:grid;
  gap:10px;
}
.tv-setting-card label{display:grid;gap:6px;color:#d7e3f3;font-weight:800;font-size:13px}
.tv-setting-card input,.tv-setting-card textarea{
  width:100%;
  border:1px solid rgba(112,151,210,.26);
  border-radius:13px;
  background:rgba(3,8,18,.74);
  color:white;
  outline:none;
  padding:12px;
}
.tv-toggle-line{display:flex!important;grid-template-columns:none!important;align-items:center;justify-content:space-between;gap:12px}
.tv-toggle-line input{width:auto}
.tv-danger{
  border:0;
  border-radius:12px;
  color:white;
  background:#b4233a;
  padding:11px 13px;
  font-weight:950;
}
.tv-toast{
  position:fixed;
  z-index:1100;
  left:50%;
  bottom:22px;
  transform:translateX(-50%) translateY(30px);
  opacity:0;
  pointer-events:none;
  min-width:min(92vw, 360px);
  border-radius:999px;
  padding:13px 16px;
  text-align:center;
  color:white;
  background:rgba(6,12,24,.94);
  border:1px solid rgba(39,231,255,.30);
  box-shadow:0 14px 40px rgba(0,0,0,.5);
  transition:.22s ease;
}
.tv-toast.is-visible{
  opacity:1;
  transform:translateX(-50%) translateY(0);
}

.tv-disabled{
  padding:26px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:20px;
  background:rgba(0,0,0,.34);
  text-align:center;
  color:#dbe5f2;
}

@media (min-width:700px){
  .tv-app{padding:22px}
  .tv-shell{width:min(100%, 980px)}
  .tv-phone{padding:28px 30px 124px}
  .tv-hero{
    grid-template-columns:1.1fr .9fr;
    align-items:center;
  }
  .tv-hero h1{font-size:72px}
  .tv-hero-art{min-height:330px}
  .tv-orbit{width:370px;height:315px}
  .tv-holo-card{width:190px;height:170px}
  .tv-holo-card span{font-size:96px}
  .tv-platform{width:320px;height:92px}
  .tv-type-grid{grid-template-columns:repeat(4,1fr)}
  .tv-post-card{flex-basis:285px}
  .tv-form-row{grid-template-columns:1fr 1fr}
  .tv-community{grid-template-columns:auto 1fr auto}
  .tv-orange-btn{grid-column:auto}
  .tv-plans{grid-template-columns:repeat(3,1fr)}
  .tv-modal{align-items:center}
}

@media (max-width:380px){
  .tv-phone{border-radius:26px;padding:17px 13px 112px}
  .tv-brand{font-size:25px}
  .tv-logo-mark{width:40px;height:40px}
  .tv-icon-btn{width:52px;height:52px}
  .tv-hero h1{font-size:40px}
  .tv-hero-sub{font-size:16px}
  .tv-trust-chips span{font-size:12px}
  .tv-post-card{flex-basis:78%}
}
