*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}body,html{margin:0;min-height:100%;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,PingFang SC,sans-serif}:root{color-scheme:dark;--page-bg:#000000;--bg:#111111;--surface:#1c1c1e;--surface-2:#202124;--surface-3:#2c2c2e;--line:#2f3033;--text:#ffffff;--text-soft:rgba(255,255,255,0.84);--text-muted:rgba(255,255,255,0.6);--blue:#0a84ff;--star:#ffb340;--star-muted:rgba(255,255,255,0.42);--rating-star-solid:#d1d1d6;--rating-star-outline:rgba(209,209,214,0.72);--toolbar-bg:#222225;--toolbar-text:rgba(255,255,255,0.92);--logo-top:rgba(255,255,255,0.95);--logo-bottom:rgba(255,255,255,0.8);--logo-cutout:#222225;--hero-border:rgba(255,255,255,0.08);--hero-text:#ffffff;--hero-text-soft:rgba(255,255,255,0.88);--hero-text-muted:rgba(255,255,255,0.76);--hero-chip-text:rgba(255,255,255,0.95);--card-border-strong:rgba(255,255,255,0.18);--card-border:rgba(255,255,255,0.06);--panel-border:rgba(255,255,255,0.04);--overlay-soft:rgba(255,255,255,0.08);--overlay-strong:rgba(255,255,255,0.18);--shadow-elevated:0 12px 24px rgba(0,0,0,0.28);--shadow-text:0 0 5px rgba(0,0,0,0.2);--bar-track:rgba(255,255,255,0.14);--bar-fill:rgba(255,255,255,0.95);--accent-soft:#9fd2ff;--support-border:rgba(255,255,255,0.2);--lightbox-backdrop:rgba(0,0,0,0.82);--lightbox-close-bg:rgba(255,255,255,0.16)}@media (prefers-color-scheme:light){:root{color-scheme:light;--page-bg:#f2f2f7;--bg:#ffffff;--surface:#ffffff;--surface-2:#f4f5f7;--surface-3:#eef0f4;--line:#d7d9df;--text:#101217;--text-soft:rgba(16,18,23,0.8);--text-muted:rgba(16,18,23,0.56);--blue:#0582ff;--star:#ffb340;--star-muted:rgba(143,150,163,0.5);--rating-star-solid:#8f96a3;--rating-star-outline:rgba(143,150,163,0.5);--toolbar-bg:rgba(255,255,255,0.92);--toolbar-text:rgba(16,18,23,0.92);--logo-top:#ffffff;--logo-bottom:#f3f4f7;--logo-cutout:#d5d9e0;--hero-border:rgba(89,68,24,0.12);--hero-text:#ffffff;--hero-text-soft:rgba(255,255,255,0.94);--hero-text-muted:rgba(255,255,255,0.82);--hero-chip-text:#4d3810;--card-border-strong:rgba(255,255,255,0.48);--card-border:rgba(15,23,42,0.08);--panel-border:rgba(15,23,42,0.08);--overlay-soft:rgba(255,255,255,0.35);--overlay-strong:rgba(255,255,255,0.72);--shadow-elevated:0 14px 32px rgba(76,86,104,0.12);--shadow-text:0 1px 3px rgba(0,0,0,0.12);--bar-track:rgba(16,18,23,0.1);--bar-fill:rgba(16,18,23,0.82);--accent-soft:#2596ff;--support-border:rgba(255,255,255,0.42);--lightbox-backdrop:rgba(10,12,18,0.82);--lightbox-close-bg:rgba(255,255,255,0.2)}}body{background:var(--page-bg);color:var(--text)}a{text-decoration:none}a,button{color:inherit}button{font:inherit;border:0;background:none}img{display:block;max-width:100%}.app-shell{width:100%;min-height:100vh;background:var(--bg);overflow-x:hidden}.hero{position:relative;min-height:199px;padding:0;overflow:hidden;border-bottom:1px solid var(--hero-border);background:radial-gradient(circle at right top,rgba(255,255,255,.08),transparent 36%),linear-gradient(135deg,#4c4d2a,#7b6931 32%,#776129)}.hero-backdrop{position:absolute;inset:-28px;pointer-events:none;overflow:hidden}.hero-backdrop:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.14),rgba(0,0,0,.26) 42%,rgba(0,0,0,.38)),radial-gradient(circle at 18% 18%,rgba(255,255,255,.08),transparent 38%)}.hero-backdrop-image{width:100%;height:100%;object-fit:cover;transform:scale(1.38);filter:blur(42px) saturate(1.26) brightness(.92);opacity:0;transition:opacity .34s ease}.hero-backdrop-image.ready{opacity:.92}.hero-card{position:relative;z-index:1;width:min(100%,1120px);margin:0 auto;display:grid;grid-template-columns:128px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center;min-height:199px;padding:8px 25px}.icon-wrap{width:128px;height:128px;border-radius:26px;overflow:hidden;border:.5px solid var(--card-border-strong);box-shadow:var(--shadow-elevated);background:var(--overlay-soft)}.icon-placeholder,.icon-wrap img{width:100%;height:100%}.icon-wrap img{object-fit:cover}.icon-placeholder{display:grid;place-items:center;font-size:46px;font-weight:700;background:rgba(255,255,255,.12);color:#ffffff}.hero-main{min-width:0;display:flex;flex-direction:column;gap:4px}.app-name{margin:0;color:var(--hero-text);font-size:17px;line-height:1.12;font-weight:700;letter-spacing:-.03em;text-shadow:var(--shadow-text)}.app-subtitle,.hero-meta{font-size:13px;line-height:1.3}.app-subtitle{color:var(--hero-text-soft)}.hero-meta{color:var(--hero-text-muted)}.hero-meta.is-hidden{display:none}.hero-actions{display:flex;align-items:center;gap:10px;margin-top:5px}.share-link{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 12px;border-radius:999px;background:var(--overlay-strong);color:var(--hero-chip-text);font-size:12px;font-weight:600;letter-spacing:-.01em}.share-link svg{width:13px;height:13px}.content,.empty-state-wrap{width:min(100%,1120px);margin:0 auto;padding:0 20px max(30px,env(safe-area-inset-bottom))}.empty-state-wrap{min-height:100vh;display:block}.empty-state-card{width:100%;max-width:720px;padding:32px 0 0;background:transparent;border:0;box-shadow:none}.empty-state-title{margin:12px 0 10px;font-size:28px;line-height:1.1;letter-spacing:-.04em}.empty-state-copy,.empty-state-error,.empty-state-meta{color:var(--text-soft);font-size:15px;line-height:1.7}.empty-state-error{color:#ff7f7f}.meta-strip{display:grid;grid-auto-flow:column;grid-auto-columns:94px;grid-gap:50px;gap:50px;overflow-x:auto;padding:30px 0;scrollbar-width:none}.meta-strip::-webkit-scrollbar,.reviews-row::-webkit-scrollbar,.shots::-webkit-scrollbar{display:none}.meta-item{min-width:94px;min-height:58px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:0 6px;text-align:center}.meta-label,.meta-sub{color:var(--text-muted);font-size:9px;letter-spacing:.02em;text-transform:uppercase}.meta-center{min-height:38px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.meta-value{font-size:21px;font-weight:700;letter-spacing:-.03em}.bar-stars,.review-stars,.stars{display:inline-flex;gap:2px}.stars{min-width:48px;justify-content:center}.star-icon{width:8px;height:8px;flex:none;background:var(--rating-star-solid);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M31.7 8.9 38.8 23l15.6 2.3c1.8.3 2.5 2.5 1.2 3.8L44.4 40l2.7 15.5c.3 1.8-1.5 3.1-3.2 2.3L32 51.6 20.1 57.8c-1.6.9-3.5-.5-3.2-2.3L19.6 40 8.4 29.1c-1.3-1.2-.6-3.5 1.2-3.8L25.2 23l7.1-14.1c.8-1.6 3.1-1.6 3.9 0Z'/%3E%3C/svg%3E") center /contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M31.7 8.9 38.8 23l15.6 2.3c1.8.3 2.5 2.5 1.2 3.8L44.4 40l2.7 15.5c.3 1.8-1.5 3.1-3.2 2.3L32 51.6 20.1 57.8c-1.6.9-3.5-.5-3.2-2.3L19.6 40 8.4 29.1c-1.3-1.2-.6-3.5 1.2-3.8L25.2 23l7.1-14.1c.8-1.6 3.1-1.6 3.9 0Z'/%3E%3C/svg%3E") center /contain no-repeat}.star-icon.outline{background:var(--rating-star-outline)}.meta-glyph{width:28px;height:28px;background:var(--rating-star-solid);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='black'%3E%3Ccircle cx='32' cy='32' r='10'/%3E%3Crect x='29.5' y='4' width='5' height='14' rx='2.5'/%3E%3Crect x='29.5' y='46' width='5' height='14' rx='2.5'/%3E%3Crect x='46' y='29.5' width='14' height='5' rx='2.5'/%3E%3Crect x='4' y='29.5' width='14' height='5' rx='2.5'/%3E%3Crect x='43.7' y='11.1' width='5' height='14' rx='2.5' transform='rotate(45 46.2 18.1)'/%3E%3Crect x='15.3' y='39.4' width='5' height='14' rx='2.5' transform='rotate(45 17.8 46.4)'/%3E%3Crect x='39.4' y='43.7' width='14' height='5' rx='2.5' transform='rotate(45 46.4 46.2)'/%3E%3Crect x='11.1' y='15.3' width='14' height='5' rx='2.5' transform='rotate(45 18.1 17.8)'/%3E%3C/g%3E%3C/svg%3E") center /contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='black'%3E%3Ccircle cx='32' cy='32' r='10'/%3E%3Crect x='29.5' y='4' width='5' height='14' rx='2.5'/%3E%3Crect x='29.5' y='46' width='5' height='14' rx='2.5'/%3E%3Crect x='46' y='29.5' width='14' height='5' rx='2.5'/%3E%3Crect x='4' y='29.5' width='14' height='5' rx='2.5'/%3E%3Crect x='43.7' y='11.1' width='5' height='14' rx='2.5' transform='rotate(45 46.2 18.1)'/%3E%3Crect x='15.3' y='39.4' width='5' height='14' rx='2.5' transform='rotate(45 17.8 46.4)'/%3E%3Crect x='39.4' y='43.7' width='14' height='5' rx='2.5' transform='rotate(45 46.4 46.2)'/%3E%3Crect x='11.1' y='15.3' width='14' height='5' rx='2.5' transform='rotate(45 18.1 17.8)'/%3E%3C/g%3E%3C/svg%3E") center /contain no-repeat}.shots-wrap{margin:8px 0 0}.shots{display:grid;grid-auto-flow:column;grid-auto-columns:min(46vw,176px);grid-gap:12px;gap:12px;overflow-x:auto;padding-bottom:6px;scrollbar-width:none}.shot{position:relative;border-radius:18px;overflow:hidden;background:var(--surface-3);border:1px solid var(--card-border);aspect-ratio:591/1280}.shot img{width:100%;height:100%;object-fit:cover;cursor:zoom-in}.shot-empty{display:grid;place-items:center;width:100%;height:100%;padding:18px;text-align:center;line-height:1.5}.device-row,.shot-empty{color:var(--text-muted);font-size:12px}.device-row{display:flex;align-items:center;justify-content:space-between;margin-top:8px;padding:8px 0 0}.device-left{display:inline-flex;align-items:center;gap:6px}.device-icon{width:12px;height:20px;border:1.4px solid;border-radius:3px;position:relative;opacity:.8}.device-icon:after{content:"";position:absolute;left:50%;bottom:2px;width:3px;height:3px;border-radius:50%;background:currentColor;transform:translateX(-50%)}.device-icon.phone{width:10px;height:18px}.chevron{width:8px;height:8px;border-top:1.5px solid;border-right:1.5px solid;transform:rotate(45deg);opacity:.6}.section{padding:18px 0 0}.block{border-top:1px solid var(--line);margin-top:16px}.section-title{margin:0 0 14px;font-size:22px;line-height:1.1;font-weight:700;letter-spacing:-.04em}.title-arrow:after{content:"›";margin-left:6px;color:var(--text-muted);font-weight:500}.access-copy,.body-copy,.info-value,.privacy-intro{color:var(--text-soft);font-size:14px;line-height:1.55;white-space:pre-line}.body-copy.collapsed{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.more-inline{display:block;margin-top:3px;color:var(--blue);font-size:12px;font-weight:600;text-align:right;cursor:pointer}.ratings-layout{display:grid;grid-template-columns:72px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:end}.score-big{font-size:48px;line-height:.82;font-weight:800;letter-spacing:-.06em}.info-key,.privacy-foot,.rating-count,.review-meta,.score-sub,.version-number{color:var(--text-muted)}.rating-summary,.score-sub{margin-top:10px;color:var(--text)}.rating-count{margin-top:4px;font-size:12px}.bar-group{display:flex;flex-direction:column;gap:4px;padding-bottom:2px}.bar-row{display:grid;grid-template-columns:48px minmax(0,1fr);grid-gap:7px;gap:7px;align-items:center}.bar-stars{justify-content:flex-end;min-width:45px;line-height:9px;margin-top:1px}.bar-track{height:2px;border-radius:999px;background:var(--bar-track);overflow:hidden}.bar-fill{height:100%;border-radius:inherit;background:var(--bar-fill)}.reviews-row{display:grid;grid-auto-flow:column;grid-auto-columns:246px;grid-gap:10px;gap:10px;overflow-x:auto;margin-top:14px;padding-bottom:8px;scrollbar-width:none}.privacy-card,.review-card,.support-card{background:var(--surface);border:1px solid var(--panel-border)}.review-card{min-height:170px;padding:14px;border-radius:16px}.review-top{display:flex;justify-content:space-between;gap:12px}.review-title{font-size:13px;font-weight:700;line-height:1.3}.review-meta{font-size:10px;line-height:1.4;text-align:right;white-space:nowrap}.review-stars{margin-top:8px}.review-stars .star-icon{width:10px;height:10px;background:var(--star)}.review-text{margin-top:9px;color:var(--text-soft);font-size:12px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.version-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:10px}.version-title{font-size:15px;line-height:1.3}.version-number{font-size:12px;line-height:1.4;text-align:right;white-space:nowrap}.privacy-stack{display:grid;grid-gap:12px;gap:12px;margin-top:16px}.privacy-card{padding:20px 30px;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.privacy-icon{width:28px;height:28px;color:var(--accent-soft);margin-bottom:12px}.privacy-title{font-size:15px;font-weight:700}.privacy-desc{margin-top:6px;color:var(--text-soft);font-size:13px;line-height:1.5}.privacy-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:12px}.privacy-tag{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:var(--surface-2);color:var(--text-soft);font-size:12px}.dot{width:6px;height:6px;border-radius:50%;background:var(--accent-soft)}.privacy-foot{margin-top:12px;font-size:12px;line-height:1.6}.info-row,.list-table{display:grid}.info-row{grid-template-columns:118px minmax(0,1fr);grid-gap:12px;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.info-key{font-size:14px}.link-row{display:inline-block;margin-top:14px;color:var(--blue);font-size:15px;font-weight:500}.lightbox{position:fixed;inset:0;z-index:40;padding:24px 16px;background:var(--lightbox-backdrop);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.lightbox,.lightbox-dialog{display:flex;align-items:center;justify-content:center}.lightbox-dialog{position:relative;width:min(92vw,430px);max-height:90vh}.lightbox-image{width:100%;max-height:90vh;object-fit:contain;border-radius:22px;box-shadow:0 24px 54px rgba(0,0,0,.35)}.lightbox-close{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--lightbox-close-bg);color:#ffffff;font-size:26px;line-height:1;cursor:pointer}@media (min-width:1024px){.hero-card{grid-template-columns:152px minmax(0,1fr);gap:20px;min-height:236px;padding:24px 32px}.icon-wrap{width:152px;height:152px;border-radius:30px}.app-name{font-size:28px}.app-subtitle,.hero-meta{font-size:15px}.content,.empty-state-wrap{padding-left:32px;padding-right:32px}.meta-strip{gap:40px}}@media (max-width:640px){.info-row,.ratings-layout{grid-template-columns:1fr}.version-row{flex-direction:column}}