/* [CSS:ASSET] Halaman jual asset member /a/<slug> (TASK-014) — token dari brand.css. Grid 4/8, target sentuh ≥ 44 px, tombol 44/52,
   animasi hanya transform/opacity, prefers-reduced-motion dihormati. */
html, body { margin: 0; background: var(--bg); color: var(--txt); font-family: var(--font-ui); -webkit-font-smoothing: antialiased; }
html.i18n-wait body { opacity: 0; }
* { box-sizing: border-box; }
[hidden] { display: none !important; }
button { font: inherit; }
.as2 { display: flex; flex-direction: column; gap: 24px; max-width: 560px; min-height: 100vh; margin: 0 auto; padding: calc(24px + env(safe-area-inset-top, 0px)) 16px calc(32px + env(safe-area-inset-bottom, 0px)); }

/* status */
.as2-state { display: flex; flex-direction: column; align-items: center; gap: 16px; padding-top: 48px; text-align: center; }
.as2-skel { display: flex; flex-direction: column; align-items: center; gap: 12px; width: 100%; }
.as2-skel i, .as2-skel b, .as2-skel em { display: block; border-radius: var(--radius-md); background: var(--card2); animation: as2-pulse 1.2s ease-in-out infinite alternate; }
.as2-skel i { width: 96px; height: 96px; border-radius: 24px; }
.as2-skel b { width: 72%; height: 24px; }
.as2-skel b + b { width: 48%; height: 16px; }
.as2-skel em { width: 100%; height: 56px; margin-top: 24px; }
.as2-state.off .as2-skel { display: none; }
.as2-msg { margin: 0; color: var(--mut); font-size: 16px; line-height: 1.5; }
@keyframes as2-pulse { from { opacity: 1; } to { opacity: .45; } }

/* sampul */
.as2-hero { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; animation: as2-in .5s var(--motion-ease) both; }
.as2-by { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 16px 0 4px; border-radius: 999px; background: var(--card2); box-shadow: inset 0 0 0 1px var(--line2); color: var(--txt); font-size: 14px; font-weight: 600; text-decoration: none; }
.as2-av { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(var(--brand-rgb), .2); color: var(--brand2); font-size: 14px; font-weight: 800; }
.as2-emoji { display: grid; place-items: center; width: 96px; height: 96px; margin-top: 8px; border-radius: 24px; background: radial-gradient(circle at 30% 25%, rgba(var(--brand-rgb), .35), rgba(var(--brand-rgb), .08) 70%); box-shadow: inset 0 0 0 1px rgba(var(--brand-rgb), .4), 0 16px 48px rgba(var(--brand-rgb), .25); font-size: 40px; line-height: 1; animation: as2-float 4s ease-in-out infinite alternate; }
.as2-title { margin: 0; font: 800 clamp(24px, 6vw, 32px)/1.2 var(--font-ui); letter-spacing: -.01em; overflow-wrap: anywhere; }
.as2-tag { max-width: 45ch; margin: 0; color: var(--mut); font-size: 16px; line-height: 1.5; overflow-wrap: anywhere; }
.as2-tag:empty { display: none; }
.as2-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.as2-chip { display: inline-flex; align-items: center; gap: 8px; min-height: 32px; padding: 0 12px; border-radius: 999px; background: var(--card2); box-shadow: inset 0 0 0 1px var(--line2); color: var(--txt); font-size: 14px; font-weight: 600; }
.as2-chip svg { width: 16px; height: 16px; color: var(--brand2); }
.as2-chip.price { background: rgba(var(--brand-rgb), .14); box-shadow: inset 0 0 0 1px rgba(var(--brand-rgb), .5); font-family: var(--font-data); }
@keyframes as2-float { from { transform: translateY(0); } to { transform: translateY(-6px); } }
@keyframes as2-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

/* kuis */
.as2-quiz { display: flex; flex-direction: column; gap: 16px; }
.as2-bar { height: 4px; overflow: hidden; border-radius: 999px; background: var(--card2); }
.as2-bar i { display: block; height: 100%; border-radius: inherit; background: var(--surface-btn-primary); transform-origin: left; transition: transform .4s var(--motion-ease); }
.as2-qhead { display: flex; align-items: center; gap: 8px; color: var(--mut); font: 700 12px/1.25 var(--font-data); letter-spacing: .08em; text-transform: uppercase; }
.as2-q { margin: 0; font: 800 clamp(20px, 5vw, 24px)/1.25 var(--font-ui); overflow-wrap: anywhere; }
.as2-opts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.as2-opt { display: flex; align-items: center; min-height: 64px; padding: 12px 16px; border: 0; border-radius: var(--radius-md); background: var(--card2); box-shadow: inset 0 0 0 1px var(--line2); color: var(--txt); font-size: 16px; font-weight: 600; line-height: 1.25; text-align: left; overflow-wrap: anywhere; cursor: pointer; transition: transform .15s var(--motion-ease), box-shadow .15s; animation: as2-in .35s var(--motion-ease) both; }
.as2-opt:active { transform: scale(.97); }
.as2-opt.on { box-shadow: inset 0 0 0 2px var(--brand2); background: rgba(var(--brand-rgb), .14); }
.as2-quiz.go .as2-q, .as2-quiz.go .as2-opts { animation: as2-in .35s var(--motion-ease) both; }

/* paywall */
.as2-pw, .as2-access { display: flex; flex-direction: column; gap: 16px; animation: as2-in .45s var(--motion-ease) both; }
.as2-ready { display: flex; align-items: center; gap: 12px; font-size: 20px; line-height: 1.25; }
.as2-ok { display: grid; place-items: center; flex: none; width: 40px; height: 40px; border-radius: 50%; background: rgba(61, 220, 132, .16); color: #3DDC84; }
.as2-ok svg { width: 20px; height: 20px; }
.as2-picks { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.as2-picks li { min-height: 32px; padding: 8px 12px; border-radius: 999px; background: rgba(var(--brand-rgb), .12); color: var(--txt); font-size: 14px; line-height: 1.25; overflow-wrap: anywhere; }
.as2-inside { display: flex; flex-direction: column; gap: 8px; padding: 16px; border-radius: var(--radius-md); background: var(--card2); box-shadow: inset 0 0 0 1px var(--line2); }
.as2-k { color: var(--mut); font: 700 12px/1.25 var(--font-data); letter-spacing: .08em; text-transform: uppercase; }
.as2-locks { display: flex; flex-direction: column; gap: 8px; margin: 0; padding: 0; list-style: none; }
.as2-locks li { display: flex; align-items: center; gap: 12px; min-height: 44px; font-size: 16px; line-height: 1.25; overflow-wrap: anywhere; }
.as2-locks svg { flex: none; width: 20px; height: 20px; color: var(--brand2); }
.as2-locks li:nth-child(n + 4) { opacity: .6; }
.as2-buy { display: flex; flex-direction: column; gap: 12px; position: sticky; bottom: 0; padding: 16px 0 calc(8px + env(safe-area-inset-bottom, 0px)); background: linear-gradient(to top, var(--bg) 72%, rgba(var(--bg-rgb), 0)); }
.as2-price { display: flex; align-items: baseline; gap: 12px; }
.as2-price b { font: 800 32px/1.1 var(--font-data); }
.as2-price small { color: var(--mut); font-size: 14px; }
.as2-note { margin: 0; color: var(--mut); font-size: 14px; line-height: 1.5; }

/* tombol */
.as2-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 0 24px; border: 0; border-radius: var(--radius-md); background: var(--surface-btn-primary); color: var(--on-brand); font: 700 16px/1.25 var(--font-ui); text-decoration: none; cursor: pointer; }
.as2-btn svg { width: 20px; height: 20px; }
.as2-btn.big { width: 100%; min-height: 56px; padding: 0 32px; font-size: 16px; }
.as2-btn.ghost { background: var(--card2); box-shadow: inset 0 0 0 1px var(--line2); color: var(--txt); }
.as2-btn:disabled { opacity: .6; cursor: default; }
.as2-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-left: -12px; border: 0; border-radius: 50%; background: none; color: var(--txt); cursor: pointer; }
.as2-icon svg { width: 20px; height: 20px; }

/* akses */
.as2-items { display: flex; flex-direction: column; gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: as2; }
.as2-item { display: flex; flex-direction: column; gap: 8px; padding: 16px; border-radius: var(--radius-md); background: var(--card2); box-shadow: inset 0 0 0 1px var(--line2); animation: as2-in .4s var(--motion-ease) both; }
.as2-item h3 { display: flex; align-items: center; gap: 12px; margin: 0; font-size: 16px; line-height: 1.25; overflow-wrap: anywhere; }
.as2-item h3::before { counter-increment: as2; content: counter(as2); display: grid; place-items: center; flex: none; width: 32px; height: 32px; border-radius: 50%; background: rgba(var(--brand-rgb), .16); color: var(--brand2); font: 800 14px/1 var(--font-data); }
.as2-item p { margin: 0; color: rgba(var(--txt-rgb), .88); font-size: 16px; line-height: 1.6; white-space: pre-wrap; overflow-wrap: anywhere; }
.as2-item .as2-btn { align-self: flex-start; }

/* kaki & laporan */
.as2-foot { display: flex; justify-content: space-between; gap: 16px; margin-top: auto; }
.as2-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0; border: 0; background: none; color: var(--mut); font-size: 14px; text-decoration: none; cursor: pointer; }
.as2-link svg { width: 16px; height: 16px; }
.as2-sheet { position: fixed; inset: 0; z-index: 30; display: flex; align-items: flex-end; justify-content: center; padding: 16px; background: rgba(0, 0, 0, .7); }
.as2-sheet-in { display: flex; flex-direction: column; gap: 16px; width: 100%; max-width: 480px; padding: 16px 16px calc(24px + env(safe-area-inset-bottom, 0px)); border-radius: var(--radius-md); background: var(--bg); box-shadow: inset 0 0 0 1px var(--line2); animation: as2-in .3s var(--motion-ease) both; }
.as2-sheet-h { display: flex; align-items: center; justify-content: space-between; font-size: 20px; }
.as2-sheet-h .as2-icon { margin: 0 -12px 0 0; }
.as2-reasons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.as2-reasons .as2-btn { padding: 0 12px; font-size: 14px; }
.as2-policy { margin: 0; color: var(--mut); font-size: 14px; line-height: 1.5; }
.as2-toast { position: fixed; left: 50%; bottom: calc(24px + env(safe-area-inset-bottom, 0px)); z-index: 40; max-width: calc(100% - 32px); padding: 12px 16px; border-radius: var(--radius-md); background: var(--card2); box-shadow: inset 0 0 0 1px var(--line2), 0 8px 32px rgba(0, 0, 0, .5); color: var(--txt); font-size: 14px; line-height: 1.45; transform: translateX(-50%); }

@media (max-width: 359px) { .as2-opts, .as2-reasons { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) {
	.as2 *, .as2-sheet * { animation: none !important; transition: none !important; }
}

/* TASK-116 B1/B2: checkout crypto + share & earn. Grid 4/8, target ≥ 44 px, hanya transform/opacity. */
.as2-pay { display: flex; flex-direction: column; gap: 12px; width: 100%; animation: as2-in .4s var(--motion-ease) both; }
.as2-coins { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 120px), 1fr)); gap: 8px; }
.as2-coin { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; min-height: 64px; padding: 8px 12px; border: 0; border-radius: var(--radius-md); background: var(--card2); box-shadow: inset 0 0 0 1px var(--line2); color: var(--txt); cursor: pointer; animation: as2-in .4s var(--motion-ease) both; transition: transform .2s var(--motion-ease), box-shadow .2s; }
.as2-coin b { font: 800 16px/1.2 var(--font-data); }
.as2-coin small { color: var(--mut); font-size: 12px; }
.as2-coin:hover, .as2-coin:focus-visible { box-shadow: inset 0 0 0 2px rgba(var(--brand-rgb), .7); transform: translateY(-2px); }
.as2-coin:disabled { opacity: .5; }
.as2-send { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; }
.as2-send .as2-k { flex-basis: 100%; }
.as2-send b { font: 800 clamp(20px, 5vw, 24px)/1.2 var(--font-data); overflow-wrap: anywhere; }
.as2-net { padding: 0 8px; border-radius: var(--radius-sm); background: rgba(var(--brand-rgb), .16); color: var(--brand2); font-size: 12px; font-weight: 700; line-height: 24px; }
.as2-copy { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 8px; padding: 8px 8px 8px 12px; border-radius: var(--radius-md); background: var(--card2); box-shadow: inset 0 0 0 1px var(--line2); }
.as2-copy code { overflow: hidden; font: 500 14px/1.45 var(--font-data); text-overflow: ellipsis; white-space: nowrap; }
.as2-wait { display: flex; align-items: center; gap: 8px; margin: 0; color: var(--mut); font-size: 14px; line-height: 1.45; }
.as2-dot { width: 8px; height: 8px; flex: none; border-radius: 50%; background: var(--brand2); animation: as2-pulse .9s ease-in-out infinite alternate; }
.as2-aff { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; min-height: 44px; padding: 0 16px; border: 0; border-radius: 999px; background: rgba(var(--brand-rgb), .12); box-shadow: inset 0 0 0 1px rgba(var(--brand-rgb), .45); color: var(--brand2); font-size: 14px; font-weight: 700; cursor: pointer; }
.as2-aff svg { width: 16px; height: 16px; }
@media (prefers-reduced-motion: reduce) { .as2-pay, .as2-coin, .as2-dot { animation: none; } .as2-coin:hover { transform: none; } }
.as2-buy.paying { position: static; background: none; }
/* TASK-117 M6: ulasan pembeli terverifikasi */
.as2-rev { display: grid; gap: 16px; margin: 24px 0; padding: 16px; border-radius: var(--radius-md); background: var(--card2); box-shadow: inset 0 0 0 1px var(--line2); }
.as2-rev-h { margin: 0; color: var(--txt); font-size: 16px; line-height: 1.25; }
.as2-rev-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.as2-rev-i { display: grid; gap: 4px; padding-bottom: 12px; border-bottom: 1px solid var(--line2); }
.as2-rev-i p { margin: 0; color: var(--txt); font-size: 14px; line-height: 1.5; }
.as2-rev-i small, .as2-rev-k { margin: 0; color: var(--mut); font-size: 12px; line-height: 1.45; }
.as2-rev-s { color: #ffc440; font-size: 16px; letter-spacing: 2px; }
.as2-rev-f { display: grid; gap: 8px; }
.as2-rev-stars { display: flex; gap: 4px; }
.as2-rev-star { width: 44px; height: 44px; border: 0; border-radius: 8px; background: transparent; color: var(--mut); font-size: 24px; cursor: pointer; }
.as2-rev-star.on { color: #ffc440; }
.as2-rev-t { width: 100%; min-height: 88px; padding: 12px; border: 1px solid var(--line2); border-radius: 8px; background: transparent; color: var(--txt); font: inherit; font-size: 16px; resize: vertical; }

/* ---------- AI-ANCHOR: CSS_AS_AIBIO — owner #270 (TASK-121): halaman produk memakai gaya AiBio (sama dengan room/landing, DESIGN_SYSTEM):
   navy + cahaya lembut, kartu biru tua bergaris tebal, judul Lilita One, isi Nunito, tombol utama oranye 3D. Token brand.css ditimpa di halaman ini saja. ---------- */
:root { --bg: #0b1024; --bg-rgb: 11, 16, 36; --card2: #151d42; --line2: rgba(94, 240, 255, .22); --txt: #eef3ff; --txt-rgb: 238, 243, 255; --mut: #b4c2e6; --brand-rgb: 255, 201, 51; --brand2: #ffc933; --font-ui: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; --font-data: "Nunito", system-ui, sans-serif; --radius-md: 16px; --radius-sm: 12px; }
html, body { background: radial-gradient(60% 40% at 50% 0%, rgba(94, 240, 255, .10), transparent 70%), radial-gradient(40% 30% at 0% 60%, rgba(167, 139, 250, .14), transparent 70%), radial-gradient(40% 30% at 100% 90%, rgba(255, 201, 51, .08), transparent 70%), #0b1024; background-attachment: fixed; font-weight: 600; }
.as2-title, .as2 h2, .as2-rev-h { font-family: "Lilita One", "Arial Rounded MT Bold", "Nunito", sans-serif; font-weight: 400; letter-spacing: .01em; }
.as2-emoji { border: 3px solid #0b1024; box-shadow: 0 0 0 3px rgba(255, 201, 51, .35), 0 12px 32px rgba(255, 201, 51, .18); }
.as2-opt, .as2-coin, .as2-rev, .as2-access .as2-item { border: 3px solid #0b1024; background: linear-gradient(#26315e, #1b2450); box-shadow: 0 4px 0 #0a0f26; }
.as2-opt.on { background: linear-gradient(#34427a, #26315e); box-shadow: 0 4px 0 #0a0f26, inset 0 0 0 2px #ffc933; }
.as2-btn:not(.ghost) { border: 3px solid #0b1024; border-radius: 16px; background: linear-gradient(#ffc04d, #ff9a1f 55%, #f07800); color: #1b1300; font-weight: 900; box-shadow: 0 4px 0 #b04c00, inset 0 2px 0 rgba(255, 255, 255, .45); text-shadow: 0 1px 0 rgba(255, 255, 255, .35); }
.as2-btn:not(.ghost):active { transform: translateY(3px); box-shadow: 0 1px 0 #b04c00, inset 0 2px 0 rgba(255, 255, 255, .45); }
.as2-btn.ghost { border: 3px solid #0b1024; background: linear-gradient(#26315e, #1b2450); box-shadow: 0 4px 0 #0a0f26; color: #eef3ff; }
.as2-coin b { color: #ffc933; }
@media (prefers-reduced-motion: reduce) { .as2-btn:active { transform: none; } }
