    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      -webkit-tap-highlight-color: transparent;
    }

    html,
    body {
      background: #fff;
      font-family: 'Roboto', sans-serif;
      max-width: 412px;
      margin: 0 auto;
      color: #202124;
      -webkit-font-smoothing: antialiased;
    }

    .topbar {
      display: flex;
      align-items: center;
      height: 56px;
      padding: 0 8px;
      background: #fff;
      position: sticky;
      top: 0;
      z-index: 50;
    }

    .icon-btn {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      cursor: pointer;
      flex-shrink: 0;
    }

    .icon-btn:active {
      background: #f1f3f4;
    }

    .topbar-title {
      flex: 1;
      font-family: 'Google Sans', sans-serif;
      font-size: 18px;
      color: #202124;
      margin-left: 4px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .topbar-icons {
      display: flex;
    }

    .app-header {
      padding: 12px 16px 0;
    }

    .app-row {
      display: flex;
      gap: 16px;
      align-items: flex-start;
    }

    .app-icon {
      width: 72px;
      height: 72px;
      border-radius: 16px;
      background: linear-gradient(145deg, #00b0ff, #0066cc);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 36px;
      border: 1px solid rgba(0, 0, 0, 0.08);
      flex-shrink: 0;
    }

    .app-meta {
      flex: 1;
      min-width: 0;
    }

    .app-name {
      font-family: 'Google Sans', sans-serif;
      font-size: 20px;
      font-weight: 500;
      color: #202124;
      line-height: 1.3;
      margin-bottom: 2px;
    }

    .app-dev {
      font-size: 13px;
      color: #01875f;
      font-weight: 500;
      margin-bottom: 1px;
    }

    .app-cat {
      font-size: 12px;
      color: #5f6368;
    }

    .quick-stats {
      display: flex;
      padding: 12px 0 0;
    }

    .qs-item {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative;
    }

    .qs-item+.qs-item::before {
      content: '';
      position: absolute;
      left: 0;
      top: 15%;
      height: 70%;
      width: 1px;
      background: #dadce0;
    }

    .qs-val {
      font-family: 'Google Sans', sans-serif;
      font-size: 13px;
      color: #202124;
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 2px;
    }

    .qs-sub {
      font-size: 10.5px;
      color: #5f6368;
      margin-top: 1px;
      text-align: center;
    }

    .qs-pegi {
      background: #006d3b;
      color: #fff;
      font-size: 8px;
      font-weight: 700;
      border-radius: 2px;
      padding: 1px 3px;
      line-height: 1.6;
      font-family: 'Google Sans', sans-serif;
    }

    .install-wrap {
      padding: 16px 16px 0;
    }

    .btn-install {
      position: relative;
      z-index: 5;
      width: 100%;
      background: #01875f;
      color: #fff;
      border: none;
      border-radius: 24px;
      height: 44px;
      font-family: 'Google Sans', sans-serif;
      font-size: 14px;
      font-weight: 500;
      cursor: pointer;
      letter-spacing: .25px;
      touch-action: manipulation;
      -webkit-tap-highlight-color: transparent;
    }

    .btn-install:active {
      background: #016b4a;
    }

    .install-sub {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 16px;
      margin-top: 8px;
    }

    .install-sub-item {
      font-size: 11px;
      color: #5f6368;
      display: flex;
      align-items: center;
      gap: 3px;
    }

    .prog-wrap {
      padding: 16px 16px 0;
    }

    .prog-label {
      display: flex;
      justify-content: space-between;
      font-size: 12px;
      color: #5f6368;
      margin-bottom: 6px;
    }

    .prog-track {
      height: 4px;
      background: #e0e0e0;
      border-radius: 2px;
      overflow: hidden;
    }

    .prog-fill {
      height: 100%;
      background: #01875f;
      border-radius: 2px;
      transition: width .2s linear;
    }

    .prog-cancel {
      color: #01875f;
      font-weight: 500;
      cursor: pointer;
    }

    .div8 {
      height: 8px;
      background: #f1f3f4;
      margin-top: 16px;
    }

    .div1 {
      height: 1px;
      background: #f1f3f4;
    }

    .sec-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 14px 16px 10px;
    }

    .sec-title {
      font-family: 'Google Sans', sans-serif;
      font-size: 16px;
      font-weight: 500;
      color: #202124;
    }

    .sec-more {
      font-size: 13px;
      color: #01875f;
      font-weight: 500;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 2px;
    }

    .shots-scroll {
      display: flex;
      gap: 8px;
      overflow-x: auto;
      padding: 0 16px 16px;
      scrollbar-width: none;
    }

    .shots-scroll::-webkit-scrollbar {
      display: none;
    }

    .shot {
      width: 146px;
      height: 260px;
      border-radius: 8px;
      overflow: hidden;
      flex-shrink: 0;
      border: 1px solid #e0e0e0;
    }

    .shot-inner {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 12px 8px 10px;
    }

    .about-sec {
      padding: 0 16px 16px;
    }

    .about-text {
      font-size: 14px;
      color: #3c4043;
      line-height: 1.57;
      white-space: pre-line;
    }

    .about-collapsed {
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .about-arrow {
      display: flex;
      align-items: center;
      gap: 4px;
      color: #01875f;
      font-size: 13px;
      font-weight: 500;
      cursor: pointer;
      margin-top: 8px;
    }

    .tags-wrap {
      display: flex;
      gap: 8px;
      overflow-x: auto;
      padding: 0 16px 14px;
      scrollbar-width: none;
    }

    .tags-wrap::-webkit-scrollbar {
      display: none;
    }

    .tag {
      flex-shrink: 0;
      border: 1px solid #dadce0;
      border-radius: 20px;
      padding: 6px 14px;
      font-size: 12.5px;
      color: #444746;
      font-family: 'Google Sans', sans-serif;
      cursor: pointer;
      white-space: nowrap;
    }

    .info-row {
      display: flex;
      align-items: center;
      padding: 11px 16px;
      gap: 12px;
    }

    .info-row+.info-row {
      border-top: 1px solid #f1f3f4;
    }

    .info-icon {
      width: 20px;
      display: flex;
      justify-content: center;
      flex-shrink: 0;
    }

    .info-content {
      flex: 1;
    }

    .info-label {
      font-size: 13px;
      color: #202124;
    }

    .info-sub {
      font-size: 12px;
      color: #5f6368;
      margin-top: 1px;
    }

    .info-arrow {
      color: #5f6368;
      flex-shrink: 0;
    }

    .rating-sec {
      padding: 0 16px;
    }

    .rating-overview {
      display: flex;
      gap: 16px;
      align-items: flex-start;
      padding-bottom: 16px;
    }

    .rating-big {
      text-align: center;
    }

    .rating-num {
      font-family: 'Google Sans', sans-serif;
      font-size: 52px;
      font-weight: 400;
      color: #202124;
      line-height: 1;
    }

    .rating-stars-big {
      display: flex;
      gap: 2px;
      justify-content: center;
      margin-top: 4px;
    }

    .rating-count-sub {
      font-size: 11px;
      color: #5f6368;
      margin-top: 3px;
    }

    .bars-col {
      flex: 1;
    }

    .bar-row {
      display: flex;
      align-items: center;
      gap: 6px;
      margin-bottom: 5px;
    }

    .bar-num {
      font-size: 11px;
      color: #5f6368;
      width: 7px;
      text-align: right;
      flex-shrink: 0;
    }

    .bar-track {
      flex: 1;
      height: 8px;
      background: #e0e0e0;
      border-radius: 4px;
      overflow: hidden;
    }

    .bar-fill {
      height: 100%;
      background: #01875f;
      border-radius: 4px;
    }

    .rchips {
      display: flex;
      gap: 8px;
      overflow-x: auto;
      padding: 0 0 14px;
      scrollbar-width: none;
    }

    .rchips::-webkit-scrollbar {
      display: none;
    }

    .rchip {
      flex-shrink: 0;
      border: 1px solid #dadce0;
      border-radius: 20px;
      padding: 5px 14px;
      font-size: 12.5px;
      color: #444746;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 4px;
      white-space: nowrap;
    }

    .review {
      padding: 14px 0;
      border-top: 1px solid #f1f3f4;
    }

    .review:first-of-type {
      border-top: none;
    }

    .rev-head {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 8px;
    }

    .rev-avatar {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      font-weight: 500;
      color: #fff;
      flex-shrink: 0;
      font-family: 'Google Sans', sans-serif;
    }

    .rev-name {
      font-size: 13px;
      font-weight: 500;
      color: #202124;
    }

    .rev-more {
      margin-left: auto;
      color: #5f6368;
      cursor: pointer;
    }

    .rev-stars-row {
      display: flex;
      align-items: center;
      gap: 6px;
      margin-bottom: 6px;
    }

    .rev-date {
      font-size: 12px;
      color: #5f6368;
    }

    .rev-text {
      font-size: 13px;
      color: #3c4043;
      line-height: 1.55;
    }

    .rev-helpful {
      margin-top: 10px;
    }

    .rev-helpful-q {
      font-size: 12px;
      color: #5f6368;
      margin-bottom: 6px;
    }

    .rev-helpful-btns {
      display: flex;
      gap: 8px;
    }

    .rev-helpful-btn {
      border: 1px solid #dadce0;
      background: #fff;
      border-radius: 20px;
      padding: 5px 16px;
      font-size: 12px;
      color: #444746;
      cursor: pointer;
    }

    .dev-reply {
      background: #f8f9fa;
      border-radius: 8px;
      padding: 10px 12px;
      margin-top: 10px;
    }

    .dev-reply-head {
      font-size: 12px;
      font-weight: 500;
      color: #202124;
      margin-bottom: 4px;
    }

    .dev-reply-text {
      font-size: 12px;
      color: #3c4043;
      line-height: 1.5;
    }

    .similar-scroll {
      display: flex;
      gap: 4px;
      overflow-x: auto;
      padding: 0 16px 16px;
      scrollbar-width: none;
    }

    .similar-scroll::-webkit-scrollbar {
      display: none;
    }

    .sim-app {
      width: 96px;
      flex-shrink: 0;
      cursor: pointer;
      padding: 4px;
      border-radius: 8px;
    }

    .sim-app:active {
      background: #f1f3f4;
    }

    .sim-icon {
      width: 56px;
      height: 56px;
      border-radius: 12px;
      margin: 0 auto 6px;
      border: 1px solid rgba(0, 0, 0, 0.06);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 26px;
    }

    .sim-name {
      font-size: 12px;
      color: #202124;
      text-align: center;
      line-height: 1.35;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .sim-rating {
      font-size: 11px;
      color: #5f6368;
      text-align: center;
      margin-top: 3px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 2px;
    }

    .bottom-bar {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      max-width: 412px;
      margin: 0 auto;
      background: #fff;
      border-top: 1px solid #e0e0e0;
      padding: 10px 16px;
      padding-bottom: max(10px, env(safe-area-inset-bottom, 0px));
      z-index: 120;
      visibility: hidden;
      opacity: 0;
      pointer-events: none;
      transition: visibility 0.2s, opacity 0.2s, transform 0.2s ease;
      transform: translateY(100%);
      box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
    }

    .bottom-bar.is-visible {
      visibility: visible;
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }

    .bb-inner {
      display: flex;
      gap: 12px;
    }

    .bb-wish {
      flex: 0 0 44px;
      height: 44px;
      border: 1px solid #dadce0;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      background: #fff;
    }

    .bb-install {
      position: relative;
      z-index: 5;
      flex: 1;
      background: #01875f;
      color: #fff;
      border: none;
      border-radius: 22px;
      height: 44px;
      font-family: 'Google Sans', sans-serif;
      font-size: 14px;
      font-weight: 500;
      cursor: pointer;
      touch-action: manipulation;
      -webkit-tap-highlight-color: transparent;
    }

    .bb-install:active {
      background: #016b4a;
    }

    .bb-open {
      flex: 1;
      background: #e8f5e9;
      color: #01875f;
      border: none;
      border-radius: 22px;
      height: 44px;
      font-family: 'Google Sans', sans-serif;
      font-size: 14px;
      font-weight: 500;
      cursor: pointer;
    }

    .spacer {
      height: 72px;
    }

    .toast {
      position: fixed;
      bottom: 90px;
      left: 50%;
      transform: translateX(-50%) translateY(20px);
      width: calc(100% - 32px);
      max-width: 380px;
      background: #202124;
      border-radius: 12px;
      padding: 14px 16px;
      z-index: 200;
      opacity: 0;
      transition: opacity .3s, transform .3s;
      pointer-events: none;
    }

    .toast.show {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
      pointer-events: all;
    }

    .toast-title {
      color: #fff;
      font-size: 13px;
      font-weight: 500;
      font-family: 'Google Sans', sans-serif;
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 4px;
    }

    .toast-sub {
      color: #9e9e9e;
      font-size: 12px;
      margin-bottom: 10px;
      line-height: 1.4;
    }

    .toast-btn {
      background: #01875f;
      color: #fff;
      border: none;
      border-radius: 20px;
      padding: 7px 18px;
      font-size: 12px;
      font-weight: 500;
      cursor: pointer;
      font-family: 'Google Sans', sans-serif;
    }
  
[data-theme="dark"] html,[data-theme="dark"] body{background:#121212!important;color:#e8eaed!important}
[data-theme="dark"] .topbar{background:#121212!important;border-bottom:1px solid #2a2a2a}
[data-theme="dark"] .topbar-title{color:#e8eaed!important}
[data-theme="dark"] .app-name{color:#e8eaed!important}
[data-theme="dark"] .app-dev{color:#7bb6f8!important}
[data-theme="dark"] .app-cat{color:#9aa0a6!important}
[data-theme="dark"] .qs-val{color:#e8eaed!important}
[data-theme="dark"] .qs-sub{color:#9aa0a6!important}
[data-theme="dark"] .install-sub-item{color:#9aa0a6!important}
[data-theme="dark"] .sec-title{color:#e8eaed!important}
[data-theme="dark"] .sec-more{color:#7bb6f8!important}
[data-theme="dark"] .about-text{color:#e8eaed!important}
[data-theme="dark"] .info-label{color:#e8eaed!important}
[data-theme="dark"] .info-sub{color:#7bb6f8!important}
[data-theme="dark"] .rating-num{color:#e8eaed!important}
[data-theme="dark"] .rating-count-sub{color:#9aa0a6!important}
[data-theme="dark"] .rev-name{color:#e8eaed!important}
[data-theme="dark"] .rev-date{color:#9aa0a6!important}
[data-theme="dark"] .rev-text{color:#e8eaed!important}
[data-theme="dark"] .rev-helpful-q{color:#9aa0a6!important}
[data-theme="dark"] .rev-helpful-btn{color:#9aa0a6!important;border-color:#3c4043!important}
[data-theme="dark"] .dev-reply{background:#1e1e1e!important}
[data-theme="dark"] .dev-reply-head{color:#9aa0a6!important}
[data-theme="dark"] .dev-reply-text{color:#e8eaed!important}
[data-theme="dark"] .sim-name{color:#e8eaed!important}
[data-theme="dark"] .sim-rating{color:#9aa0a6!important}
[data-theme="dark"] .bottom-bar{background:#121212!important;border-top:1px solid #2a2a2a!important}
[data-theme="dark"] .div8{background:#2a2a2a!important}
[data-theme="dark"] svg[fill="#202124"]{fill:#e8eaed}
[data-theme="dark"] svg[fill="#5f6368"]{fill:#9aa0a6}
[data-theme="dark"] .icon-btn:active{background:#2a2a2a!important}
[data-theme="dark"] .about-toggle{color:#7bb6f8!important}
[data-theme="dark"] .rchip{background:#2a2a2a!important;color:#e8eaed!important}
[data-theme="dark"] .install-section{background:#121212!important}
[data-theme="dark"] #install-ready{background:#1e1e1e!important}
