.sm6afe-cta-dl{display:block;width:100%;border:0;cursor:pointer;border-radius:12px}
.sm6afe-cta-dl:hover{transform:translateY(-2px);filter:brightness(1.05)}

.page-dl{background:#0E0E0E;}
.ud-main{max-width:1080px;margin:0 auto;padding:0 16px 56px}

.ud-top{padding:20px 0 16px}
.ud-crumb{font-size:13px;color:#A3A3A3;margin-bottom:10px}
.ud-crumb a{color:#FB923C;font-weight:600;text-decoration:none}
.ud-crumb a:hover{text-decoration:underline}
.ud-crumb i{font-style:normal;margin:0 8px;opacity:.45}
.ud-top:not(.fx-pagehead) h1{font-size:clamp(1.25rem,2.8vw,1.75rem);font-weight:800;line-height:1.35;color:#F5F5F5;max-width:none}
.ud-lead{margin-top:8px;font-size:15px;color:#A3A3A3;max-width:65ch;line-height:1.6}
.ud-top.fx-pagehead .ud-lead{max-width:none}
.ud-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.ud-tag{font-size:12px;font-weight:600;padding:6px 12px;border-radius:999px;background:#2A2A2A;border:1px solid #454545;color:#A3A3A3}
.ud-tag--ok{background:#14532D;border-color:#22C55E;color:#86EFAC}
.ud-tag--ok::before{content:"";display:inline-block;width:6px;height:6px;margin-right:6px;border-radius:50%;background:#10B981;vertical-align:middle}

.ud-hero-card{display:grid;grid-template-columns:1fr;gap:0;margin-bottom:28px;background:#2A2A2A;border-radius:22px;border:1px solid #454545;box-shadow:0 16px 48px rgba(0,0,0,.45);overflow:hidden}
@media(min-width:820px){.ud-hero-card{grid-template-columns:minmax(240px,32%) 1fr}}
.ud-hero-side{background:linear-gradient(160deg,#F97316,#EA580C 70%);padding:32px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff}
.ud-hero-side img{width:100px;height:100px;border-radius:22px;border:2px solid rgba(255,255,255,.35);box-shadow:0 12px 32px rgba(0,0,0,.2);margin-bottom:14px}
.ud-hero-side strong{font-size:20px;font-weight:800}
.ud-hero-side span{font-size:13px;opacity:.9;margin-top:4px}
.ud-hero-body{padding:28px 22px}
@media(min-width:820px){.ud-hero-body{padding:32px 36px}}
.ud-verline{display:flex;flex-wrap:wrap;align-items:center;gap:10px 16px;margin-bottom:20px}
.ud-pill{font-size:12px;font-weight:700;color:#FB923C;background:#3D3D3D;border:1px solid #525252;padding:5px 12px;border-radius:8px}
.ud-date{font-size:13px;color:#A3A3A3}
.ud-chips{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:22px}
@media(min-width:520px){.ud-chips{grid-template-columns:repeat(4,1fr)}}
.ud-chip{background:#3D3D3D;border:1px solid #454545;border-radius:12px;padding:12px 8px;text-align:center}
.ud-chip dt{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#A3A3A3}
.ud-chip dd{font-size:16px;font-weight:800;color:#F5F5F5;margin-top:4px}
.ud-note{font-size:12px;color:#A3A3A3;text-align:center;margin-top:10px}

.ud-band{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:36px}
@media(min-width:720px){.ud-band{grid-template-columns:repeat(4,1fr)}}
.ud-band div{background:#2A2A2A;border:1px solid #454545;border-radius:14px;padding:18px 14px;text-align:center}
.ud-band b{display:block;font-size:24px;font-weight:800;color:#EA580C;line-height:1.1}
.ud-band span{font-size:12px;color:#A3A3A3;margin-top:6px;display:block}

.ud-block{margin-bottom:40px}
.ud-block h2{font-size:20px;font-weight:800;color:#F5F5F5;margin-bottom:6px}
.ud-block>.ud-sub{font-size:14px;color:#A3A3A3;margin-bottom:20px}

.ud-bento{display:grid;gap:14px}
@media(min-width:760px){
  .ud-bento{grid-template-columns:1.2fr 1fr 1fr;grid-template-rows:auto auto;grid-template-areas:"main a b" "main c c"}
  .ud-bento .ud-pkg:nth-child(1){grid-area:main}
  .ud-bento .ud-pkg:nth-child(2){grid-area:a}
  .ud-bento .ud-pkg:nth-child(3){grid-area:b}
  .ud-bento .ud-pkg:nth-child(4){grid-area:c}
}
.ud-pkg{background:#2A2A2A;border:1px solid #454545;border-radius:18px;padding:22px 20px;display:flex;flex-direction:column;position:relative;transition:transform .2s,box-shadow .2s}
.ud-pkg:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(0,0,0,.5)}
.ud-pkg--main{border-color:#EAB308;background:linear-gradient(180deg,#2A2A2A 0%,#323232 100%)}
.ud-pkg-flag{position:absolute;top:14px;right:14px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:4px 8px;border-radius:6px;background:linear-gradient(135deg,#F97316,#EA580C);color:#fff}
.ud-pkg h3{font-size:17px;font-weight:700;margin-bottom:8px;padding-right:72px}
.ud-pkg--main h3{font-size:19px;padding-right:80px}
.ud-pkg p{font-size:13px;color:#A3A3A3;flex:1;line-height:1.55;margin-bottom:14px}
.ud-pkg ul{font-size:12px;color:#A3A3A3;list-style:none;margin-bottom:16px;display:flex;flex-wrap:wrap;gap:8px 14px}
.ud-pkg ul b{color:#F5F5F5}
.ud-dl-btn{display:block;text-align:center;padding:13px;font-size:14px;font-weight:700;text-decoration:none;border-radius:10px;background:#3D3D3D;color:#FB923C;border:1px solid #454545;transition:all .2s}
.ud-dl-btn:hover{background:#FB923C;color:#fff;border-color:#FB923C}
.ud-pkg--main .ud-dl-btn{background:linear-gradient(135deg,#F97316,#EA580C);color:#fff;border:0;box-shadow:0 4px 14px rgba(234,88,12,.28)}
.ud-pkg-link{display:block;text-align:center;padding:13px;font-size:14px;font-weight:600;text-decoration:none;border-radius:10px;color:#FB923C;border:1px dashed #404040;background:#3D3D3D}
.ud-pkg-link:hover{background:#FB923C;color:#fff;border-style:solid}

.ud-split{display:grid;gap:16px}
@media(min-width:760px){.ud-split{grid-template-columns:1fr 1fr}}
.ud-box{background:#2A2A2A;border:1px solid #454545;border-radius:16px;padding:22px}
.ud-box h3{font-size:16px;font-weight:700;margin-bottom:10px;color:#F5F5F5}
.ud-box>p{font-size:13px;color:#A3A3A3;margin-bottom:14px}
.ud-hash-row{display:flex;flex-direction:column;gap:10px}
@media(min-width:480px){.ud-hash-row{flex-direction:row;align-items:stretch}}
.ud-hash-row code{flex:1;font-family:Consolas,ui-monospace,monospace;font-size:11px;line-height:1.5;padding:12px;background:#0A0A0A;color:#FDE047;border-radius:10px;word-break:break-all}
.ud-copy{padding:12px 20px;font-size:13px;font-weight:700;border:0;border-radius:10px;background:#FB923C;color:#fff;cursor:pointer;white-space:nowrap}
.ud-copy:hover{background:#C2410C}
.ud-copy.is-ok{background:#059669}
.ud-perms{list-style:none;font-size:14px;color:#A3A3A3}
.ud-perms li{padding:8px 0;border-bottom:1px solid #3D3D3D;display:flex;gap:10px}
.ud-perms li::before{content:"✓";color:#FB923C;font-weight:700}

.ud-flow{counter-reset:step;display:grid;gap:12px}
@media(min-width:800px){.ud-flow{grid-template-columns:repeat(4,1fr);gap:0}}
.ud-flow li{list-style:none;background:#2A2A2A;border:1px solid #454545;border-radius:14px;padding:18px;counter-increment:step;position:relative}
@media(min-width:800px){
  .ud-flow li{border-radius:0;border-right:0}
  .ud-flow li:first-child{border-radius:14px 0 0 14px}
  .ud-flow li:last-child{border-radius:0 14px 14px 0;border-right:1px solid #454545}
}
.ud-flow li::before{content:counter(step);display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#F97316,#EA580C);color:#fff;font-size:13px;font-weight:800;margin-bottom:10px}
.ud-flow strong{display:block;font-size:14px;margin-bottom:6px;color:#F5F5F5}
.ud-flow span{font-size:13px;color:#A3A3A3}
.ud-more{display:inline-block;margin-top:16px;font-size:14px;font-weight:600;color:#FB923C;text-decoration:none}
.ud-more:hover{text-decoration:underline}

.ud-time{list-style:none;border-left:2px solid #454545;margin-left:6px;padding-left:22px}
.ud-time li{position:relative;padding-bottom:22px}
.ud-time li::before{content:"";position:absolute;left:-28px;top:5px;width:12px;height:12px;border-radius:50%;background:#2A2A2A;border:3px solid #FB923C}
.ud-time li:first-child::before{background:#FB923C}
.ud-time-head{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:6px}
.ud-time-head b{font-size:15px}
.ud-time-head time{font-size:12px;color:#A3A3A3}
.ud-time li>p{font-size:13px;color:#A3A3A3}

.ud-faq details{background:#2A2A2A;border:1px solid #454545;border-radius:12px;margin-bottom:8px}
.ud-faq summary{padding:16px 18px;font-weight:600;cursor:pointer;list-style:none}
.ud-faq summary::-webkit-details-marker{display:none}
.ud-faq details[open] summary{background:#3D3D3D;border-bottom:1px solid #454545}
.ud-faq details p{padding:14px 18px 18px;font-size:14px;color:#A3A3A3}

.ud-links{display:grid;gap:12px}
@media(min-width:520px){.ud-links{grid-template-columns:1fr 1fr}}
.ud-links a{display:flex;gap:14px;align-items:center;padding:18px;background:#2A2A2A;border:1px solid #454545;border-radius:14px;text-decoration:none;transition:border-color .2s,box-shadow .2s}
.ud-links a:hover{border-color:#FB923C;box-shadow:0 8px 24px rgba(249,115,22,.1)}
.ud-ico{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;background:#3D3D3D;flex-shrink:0}
.ud-ico--o{background:#3D3D3D}
.ud-links strong{display:block;font-size:15px;color:#F5F5F5}
.ud-links small{font-size:13px;color:#A3A3A3}

.ud-prose p{font-size:15px;color:#A3A3A3;margin-bottom:14px;line-height:1.75}
.ud-prose h2{font-size:20px;font-weight:800;color:#F5F5F5;margin-bottom:12px}
.ud-closing{background:#2A2A2A;border:1px solid #454545;border-radius:16px;padding:24px 20px}

.ud-table-wrap{overflow-x:auto;border-radius:12px;border:1px solid #454545;background:#2A2A2A}
.ud-table{width:100%;border-collapse:collapse;font-size:14px}
.ud-table th,.ud-table td{padding:12px 14px;text-align:left;border-bottom:1px solid #3D3D3D}
.ud-table th{background:#3D3D3D;font-weight:700;color:#F5F5F5;font-size:12px;text-transform:uppercase;letter-spacing:.04em}
.ud-table tr:last-child td{border-bottom:0}

.ud-why-grid{display:grid;gap:12px}
@media(min-width:640px){.ud-why-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){.ud-why-grid{grid-template-columns:repeat(3,1fr)}}
.ud-why-card{background:#2A2A2A;border:1px solid #454545;border-radius:14px;padding:18px 16px}
.ud-why-card h3{font-size:15px;font-weight:700;color:#FB923C;margin-bottom:8px}
.ud-why-card p{font-size:13px;color:#A3A3A3;line-height:1.55}

.ud-checklist{list-style:none;background:#2A2A2A;border:1px solid #454545;border-radius:14px;padding:8px 0}
.ud-checklist li{padding:12px 18px 12px 36px;position:relative;font-size:14px;color:#A3A3A3;border-bottom:1px solid #3D3D3D}
.ud-checklist li:last-child{border-bottom:0}
.ud-checklist li::before{content:"";position:absolute;left:14px;top:16px;width:8px;height:8px;border-radius:50%;background:#EA580C}

.ud-tips-grid{display:grid;gap:12px}
@media(min-width:600px){.ud-tips-grid{grid-template-columns:1fr 1fr}}
.ud-tip{background:#2A2A2A;border-left:4px solid #FB923C;border-radius:0 12px 12px 0;padding:16px 18px;box-shadow:0 2px 12px rgba(0,0,0,.35)}
.ud-tip h3{font-size:14px;font-weight:700;margin-bottom:6px;color:#F5F5F5}
.ud-tip p{font-size:13px;color:#A3A3A3;line-height:1.55}

.ud-reviews{display:grid;gap:14px}
@media(min-width:700px){.ud-reviews{grid-template-columns:repeat(3,1fr)}}
.ud-review{margin:0;background:#2A2A2A;border:1px solid #454545;border-radius:14px;padding:18px}
.ud-review p{font-size:14px;color:#A3A3A3;line-height:1.65;font-style:italic}
.ud-review footer{margin-top:12px;font-size:12px;color:#A3A3A3}
.ud-review footer span{color:#FB923C;font-weight:600}

.ud-chip-links{display:flex;flex-wrap:wrap;gap:8px}
.ud-chip-links a{font-size:13px;font-weight:600;padding:8px 14px;border-radius:999px;background:#2A2A2A;border:1px solid #454545;color:#FB923C;text-decoration:none;transition:all .2s}
.ud-chip-links a:hover{background:#3D3D3D;border-color:#525252}

.ud-hash-tip{font-size:12px;color:#A3A3A3;margin-top:10px;line-height:1.5}

.footer-legal-links{margin-bottom:10px;display:flex;justify-content:center;flex-wrap:wrap;gap:12px 20px}
.footer-legal-links a{color:#A3A3A3;font-size:13px;text-decoration:none}
.footer-legal-links a:hover{color:#FB923C}
.footer-age{font-size:12px;margin-top:4px}

/* redirect overlay */
.sm6afe-ro-overlay{display:none;position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.55);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);align-items:center;justify-content:center}
.sm6afe-ro-overlay.active{display:flex}
.sm6afe-ro-card{background:#2A2A2A;border-radius:20px;padding:36px 32px 28px;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.25);max-width:320px;width:90%;animation:smRoIn .35s ease}
@keyframes smRoIn{from{opacity:0;transform:scale(.85) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}
.sm6afe-ro-ring{position:relative;width:100px;height:100px;margin:0 auto 20px}
.sm6afe-ro-ring svg{width:100%;height:100%;transform:rotate(-90deg)}
.sm6afe-ro-ring #smRoArc{transition:stroke-dashoffset .3s linear}
.sm6afe-ro-ring span{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:800;color:#F5F5F5}
#smRoText{color:#A3A3A3;font-size:15px;margin:0 0 18px;line-height:1.5}
#smRoSkip{display:inline-block;padding:10px 36px;background:linear-gradient(135deg,#22C55E,#16A34A);color:#fff;border:0;border-radius:50px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 14px rgba(34,197,94,.3)}
#smRoSkip:hover{transform:scale(1.05)}

.page-auth{background:#0E0E0E;}
.mk-hero{display:grid;gap:14px;margin-bottom:28px}
@media(min-width:720px){.mk-hero{grid-template-columns:1fr 1fr}}
.mk-auth-card{background:#2A2A2A;border:1px solid #454545;border-radius:20px;padding:26px 22px;display:flex;flex-direction:column;box-shadow:0 12px 40px rgba(0,0,0,.4);transition:transform .2s,box-shadow .2s}
.mk-auth-card:hover{transform:translateY(-2px);box-shadow:0 16px 48px rgba(0,0,0,.55)}
.mk-auth-card--reg{border-color:#454545;background:linear-gradient(180deg,#2A2A2A 0%,#323232 100%)}
.mk-auth-card--login{border-color:#22C55E;background:linear-gradient(180deg,#2A2A2A 0%,#323232 100%)}
.mk-auth-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:14px}
.mk-auth-card--login .mk-auth-icon{background:#DCFCE7}
.mk-auth-card--reg .mk-auth-icon{background:#3D3D3D}
.mk-auth-card h2{font-size:18px;font-weight:800;color:#F5F5F5;margin-bottom:8px}
.mk-auth-card>p{font-size:13px;color:#A3A3A3;line-height:1.55;flex:1;margin-bottom:18px}
.mk-auth-card ul{font-size:12px;color:#A3A3A3;list-style:none;margin-bottom:18px;display:flex;flex-direction:column;gap:6px}
.mk-auth-card ul li{padding-left:18px;position:relative}
.mk-auth-card--login ul li::before{content:"";position:absolute;left:0;top:7px;width:6px;height:6px;border-radius:50%;background:#16A34A}
.mk-auth-card--reg ul li::before{background:#EAB308}
.mk-cta-auth{display:block;text-align:center;padding:14px;font-size:15px;font-weight:700;text-decoration:none;border-radius:12px;border:0;cursor:pointer;transition:all .2s}
.mk-cta-login{background:linear-gradient(135deg,#22C55E,#16A34A);color:#fff!important;box-shadow:0 4px 14px rgba(34,197,94,.35)}
.mk-cta-login:hover{filter:brightness(1.05);transform:translateY(-1px)}
.mk-cta-reg{background:linear-gradient(135deg,#FACC15,#EAB308);color:#fff!important;box-shadow:0 4px 14px rgba(234,179,8,.35)}
.mk-cta-reg:hover{filter:brightness(1.05);transform:translateY(-1px)}
.mk-note{text-align:center;font-size:12px;color:#A3A3A3;margin-top:20px;padding:12px 16px;background:#2A2A2A;border:1px dashed #454545;border-radius:12px}
.mk-compare-badge{display:inline-block;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;padding:4px 8px;border-radius:6px;margin-bottom:10px}
.mk-auth-card--login .mk-compare-badge{background:#16A34A;color:#fff}
.mk-auth-card--reg .mk-compare-badge{background:#EAB308;color:#fff}
.mk-sec-grid{display:grid;gap:12px}
@media(min-width:640px){.mk-sec-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){.mk-sec-grid--3{grid-template-columns:repeat(3,1fr)}}
.mk-sec-item{background:#2A2A2A;border:1px solid #454545;border-radius:14px;padding:18px}
.mk-sec-item h3{font-size:14px;font-weight:700;color:#FB923C;margin-bottom:8px}
.mk-sec-item p{font-size:13px;color:#A3A3A3;line-height:1.55}
.mk-warn{background:#3D3D3D;border:1px solid #454545;border-radius:14px;padding:18px 20px;margin-bottom:28px}
.mk-warn h3{font-size:15px;font-weight:700;color:#FACC15;margin-bottom:8px}
.mk-warn p{font-size:13px;color:#FDBA74;line-height:1.6;margin:0}

.page-mirror{background:#0E0E0E;}

.alt-hero{position:relative;margin-bottom:32px;padding:28px 20px 24px;border-radius:22px;background:#2A2A2A;border:1px solid #454545;box-shadow:0 16px 48px rgba(0,0,0,.45);overflow:hidden}
.alt-hero::before{content:"";position:absolute;top:-30%;right:-15%;width:50%;height:120%;background:repeating-linear-gradient(-55deg,transparent,transparent 12px,rgba(249,115,22,.05) 12px,rgba(249,115,22,.05) 24px);pointer-events:none}
.alt-hero-inner{position:relative;z-index:1}
.alt-route-label{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#FB923C;margin-bottom:16px}
.alt-route-track{display:flex;flex-direction:column;gap:0;margin-bottom:24px}
@media(min-width:720px){.alt-route-track{flex-direction:row;align-items:stretch}}
.alt-route-node{flex:1;display:flex;align-items:center;gap:12px;padding:16px 14px;background:#2A2A2A;border:1px solid #454545;border-radius:14px;margin-bottom:8px}
@media(min-width:720px){.alt-route-node{margin-bottom:0;border-radius:0;border-right:0}.alt-route-node:first-child{border-radius:14px 0 0 14px}.alt-route-node:last-child{border-radius:0 14px 14px 0;border-right:1px solid #454545}.alt-route-arrow{display:flex;align-items:center;padding:0 6px;color:#737373;font-size:18px}}
.alt-route-arrow{display:none}
.alt-node-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}
.alt-node-dot--ok{background:#10B981}
.alt-node-dot--warn{background:#EA580C}
.alt-node-dot--alt{background:#FB923C}
.alt-node-text strong{display:block;font-size:14px;color:#F5F5F5;margin-bottom:2px}
.alt-node-text span{font-size:12px;color:#A3A3A3}
.alt-cta-row{display:flex;flex-wrap:wrap;gap:10px}
.alt-cta-go{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 22px;font-size:14px;font-weight:700;text-decoration:none;border-radius:12px;border:0;cursor:pointer;transition:all .2s}
.alt-cta-primary{background:linear-gradient(135deg,#F97316,#EA580C);color:#fff!important;box-shadow:0 4px 16px rgba(234,88,12,.28)}
.alt-cta-primary:hover{filter:brightness(1.05);transform:translateY(-1px)}
.alt-cta-secondary{background:#2A2A2A;color:#FB923C!important;border:2px solid #FB923C}
.alt-cta-secondary:hover{background:#3D3D3D}

.alt-tiles{display:grid;gap:14px;margin-bottom:32px}
@media(min-width:640px){.alt-tiles{grid-template-columns:repeat(3,1fr)}}
.alt-tile{position:relative;background:#2A2A2A;border:1px solid #454545;border-radius:18px;padding:20px 18px;display:flex;flex-direction:column;transition:border-color .2s,transform .2s,box-shadow .2s}
.alt-tile:hover{border-color:#FB923C;transform:translateY(-2px);box-shadow:0 12px 32px rgba(0,0,0,.5)}
.alt-tile--featured{border-color:#EAB308;background:linear-gradient(180deg,#2A2A2A 0%,#323232 100%)}
.alt-tile-rank{position:absolute;top:12px;right:12px;font-size:10px;font-weight:800;padding:4px 8px;border-radius:6px;background:#3D3D3D;color:#A3A3A3}
.alt-tile--featured .alt-tile-rank{background:linear-gradient(135deg,#F97316,#EA580C);color:#fff}
.alt-tile h3{font-size:16px;font-weight:800;color:#F5F5F5;margin-bottom:6px;padding-right:48px}
.alt-tile-url{font-family:Consolas,ui-monospace,monospace;font-size:12px;color:#FB923C;word-break:break-all;margin-bottom:10px;padding:10px;background:#3D3D3D;border-radius:8px;border:1px dashed #404040}
.alt-tile p{font-size:12px;color:#A3A3A3;line-height:1.55;flex:1;margin-bottom:14px}
.alt-tile-meta{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}
.alt-tile-meta span{font-size:10px;font-weight:600;padding:4px 8px;border-radius:6px;background:#3D3D3D;color:#A3A3A3}
.alt-tile-meta .alt-ok{color:#15803D;background:#3D3D3D}
.alt-tile-actions{display:flex;flex-direction:column;gap:8px}
.alt-tile-actions .alt-cta-go{width:100%;padding:11px;font-size:13px}
.alt-copy{padding:10px;font-size:12px;font-weight:600;border:1px solid #454545;border-radius:10px;background:#3D3D3D;color:#A3A3A3;cursor:pointer;transition:all .2s}
.alt-copy:hover{border-color:#FB923C;color:#FB923C}
.alt-copy.is-ok{border-color:#10B981;color:#15803D}

.alt-status-bar{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:32px}
@media(min-width:600px){.alt-status-bar{grid-template-columns:repeat(4,1fr)}}
.alt-status-item{text-align:center;padding:16px 10px;background:#2A2A2A;border:1px solid #454545;border-radius:14px}
.alt-status-item b{display:block;font-size:22px;font-weight:800;color:#EA580C;line-height:1.1}
.alt-status-item span{font-size:11px;color:#A3A3A3;margin-top:4px;display:block}

.alt-split{display:grid;gap:0;margin-bottom:32px;border-radius:18px;overflow:hidden;border:1px solid #454545;box-shadow:0 4px 20px rgba(0,0,0,.35)}
@media(min-width:760px){.alt-split{grid-template-columns:1fr 1fr}}
.alt-split-bad{background:#2A2A2A;padding:24px 20px}
.alt-split-good{background:#2A2A2A;padding:24px 20px}
.alt-split h3{font-size:16px;font-weight:800;margin-bottom:12px}
.alt-split-bad h3{color:#FACC15}
.alt-split-good h3{color:#C2410C}
.alt-split ul{list-style:none;font-size:13px;line-height:1.7}
.alt-split-bad li{color:#FDBA74;padding:4px 0;padding-left:20px;position:relative}
.alt-split-bad li::before{content:"✕";position:absolute;left:0;color:#EAB308;font-weight:700}
.alt-split-good li{color:#A3A3A3;padding:4px 0;padding-left:20px;position:relative}
.alt-split-good li::before{content:"✓";position:absolute;left:0;color:#FB923C;font-weight:700}

.alt-dns{display:grid;gap:12px}
@media(min-width:700px){.alt-dns{grid-template-columns:repeat(3,1fr)}}
.alt-dns-card{background:#2A2A2A;border:1px solid #454545;border-radius:14px;padding:18px;text-align:center}
.alt-dns-card h3{font-size:14px;font-weight:700;color:#FB923C;margin-bottom:6px}
.alt-dns-card code{display:block;font-size:18px;font-weight:800;color:#F5F5F5;margin:8px 0}
.alt-dns-card p{font-size:12px;color:#A3A3A3;margin:0}

.alt-phish{background:#3D3D3D;border:1px solid #454545;border-radius:14px;padding:18px 20px;margin-bottom:28px}
.alt-phish h3{font-size:15px;font-weight:700;color:#FACC15;margin-bottom:8px}
.alt-phish p{font-size:13px;color:#FDBA74;line-height:1.6;margin:0}
.alt-phish a{color:#FB923C;font-weight:600}

.page-guide{background:#0E0E0E;}

.pd-journey{margin-bottom:32px;padding:20px 16px;background:#2A2A2A;border:1px solid #454545;border-radius:20px;box-shadow:0 12px 40px rgba(0,0,0,.4)}
.pd-journey-label{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#FB923C;margin-bottom:18px}
.pd-journey-steps{display:flex;flex-direction:column;gap:0}
@media(min-width:800px){.pd-journey-steps{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:8px}}
.pd-j-step{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;padding:8px 4px}
@media(min-width:800px){.pd-j-step:not(:last-child)::after{content:"";position:absolute;top:22px;right:-50%;width:100%;height:3px;background:linear-gradient(90deg,#F97316,#404040);z-index:0}.pd-j-step:last-child::after{display:none}}
.pd-j-num{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;color:#fff;background:linear-gradient(135deg,#22C55E,#16A34A);position:relative;z-index:1;box-shadow:0 4px 12px rgba(249,115,22,.35)}
.pd-j-step--done .pd-j-num{background:linear-gradient(135deg,#F97316,#EA580C)}
.pd-j-step strong{display:block;font-size:12px;font-weight:700;color:#F5F5F5;margin-top:10px}
.pd-j-step span{font-size:11px;color:#A3A3A3;margin-top:2px;line-height:1.35}

.pd-layout{display:grid;gap:28px;margin-bottom:32px}
@media(min-width:900px){.pd-layout{grid-template-columns:minmax(200px,26%) 1fr;align-items:start}}
.pd-timeline{position:relative;padding-left:0}
@media(min-width:900px){.pd-timeline{position:sticky;top:16px;padding-left:8px}}
.pd-timeline h2{font-size:16px;font-weight:800;color:#F5F5F5;margin-bottom:16px}
.pd-tl-list{list-style:none;border-left:3px solid #454545;margin-left:8px;padding-left:0}
.pd-tl-list li{position:relative;padding:0 0 20px 22px;font-size:13px;color:#A3A3A3}
.pd-tl-list li::before{content:"";position:absolute;left:-25px;top:4px;width:12px;height:12px;border-radius:50%;background:#2A2A2A;border:3px solid #FB923C}
.pd-tl-list li.pd-tl-active::before{background:#FB923C}
.pd-tl-list li strong{display:block;color:#F5F5F5;font-size:13px;margin-bottom:2px}

.pd-steps{display:flex;flex-direction:column;gap:20px}
.pd-step-card{display:grid;gap:16px;background:#2A2A2A;border:1px solid #454545;border-radius:18px;padding:22px 20px;scroll-margin-top:80px}
@media(min-width:640px){.pd-step-card{grid-template-columns:auto 1fr;gap:20px}}
.pd-step-num{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;color:#fff;background:linear-gradient(135deg,#F97316,#EA580C);flex-shrink:0}
.pd-step-card h3{font-size:17px;font-weight:800;color:#F5F5F5;margin-bottom:8px}
.pd-step-card>p{font-size:14px;color:#A3A3A3;line-height:1.65;margin-bottom:12px}
.pd-step-card ul{font-size:13px;color:#A3A3A3;list-style:none;display:flex;flex-direction:column;gap:8px}
.pd-step-card ul li{padding-left:18px;position:relative}
.pd-step-card ul li::before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%;background:#FB923C}
.pd-step-tip{margin-top:12px;padding:12px 14px;background:#3D3D3D;border-left:4px solid #EA580C;border-radius:0 10px 10px 0;font-size:12px;color:#A3A3A3;line-height:1.55}
.pd-step-cta{display:inline-block;margin-top:14px;padding:11px 20px;font-size:13px;font-weight:700;text-decoration:none;border-radius:10px;background:linear-gradient(135deg,#22C55E,#16A34A);color:#fff!important;box-shadow:0 3px 12px rgba(249,115,22,.3)}
.pd-step-cta:hover{filter:brightness(1.05)}

.pd-compat{display:grid;gap:10px;margin-bottom:32px}
@media(min-width:600px){.pd-compat{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){.pd-compat{grid-template-columns:repeat(4,1fr)}}
.pd-compat-item{background:#2A2A2A;border:1px solid #454545;border-radius:14px;padding:16px;text-align:center}
.pd-compat-item b{display:block;font-size:15px;color:#F5F5F5;margin-bottom:4px}
.pd-compat-item span{font-size:12px;color:#A3A3A3}
.pd-compat-item--ok{border-color:#FDE047;background:#3D3D3D}

.pd-perm-grid{display:grid;gap:12px}
@media(min-width:640px){.pd-perm-grid{grid-template-columns:repeat(2,1fr)}}
.pd-perm{background:#2A2A2A;border:1px solid #454545;border-radius:14px;padding:16px 18px;display:flex;gap:14px;align-items:flex-start}
.pd-perm-ico{font-size:24px;line-height:1;flex-shrink:0}
.pd-perm h3{font-size:14px;font-weight:700;color:#F5F5F5;margin-bottom:4px}
.pd-perm p{font-size:12px;color:#A3A3A3;line-height:1.5;margin:0}

.pd-fix{display:grid;gap:10px}
.pd-fix-item{background:#2A2A2A;border:1px solid #454545;border-radius:12px;padding:14px 16px;display:grid;gap:4px}
@media(min-width:600px){.pd-fix-item{grid-template-columns:minmax(140px,32%) 1fr;gap:16px;align-items:start}}
.pd-fix-item dt{font-size:13px;font-weight:700;color:#B45309}
.pd-fix-item dd{font-size:13px;color:#A3A3A3;margin:0;line-height:1.55}

.pd-banner-cta{text-align:center;padding:28px 20px;margin-bottom:32px;background:linear-gradient(135deg,#F97316 0%,#15803D 100%);border-radius:20px;color:#fff}
.pd-banner-cta h2{font-size:18px;font-weight:800;margin-bottom:8px}
.pd-banner-cta p{font-size:14px;opacity:.92;margin-bottom:16px;max-width:48ch;margin-left:auto;margin-right:auto}
.pd-banner-cta .pd-cta-dl{display:inline-block;padding:14px 28px;font-size:15px;font-weight:700;color:#FB923C!important;background:#2A2A2A;border-radius:12px;text-decoration:none;box-shadow:0 4px 16px rgba(0,0,0,.15)}
.pd-banner-cta .pd-cta-dl:hover{transform:translateY(-1px)}

.page-region{background:#0E0E0E;}

.lo-geo{margin-bottom:32px;padding:24px 18px;background:#2A2A2A;border:1px solid #454545;border-radius:22px;box-shadow:0 12px 40px rgba(0,0,0,.4)}
.lo-geo-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}
.lo-geo-head h2{font-size:16px;font-weight:800;color:#F5F5F5;margin:0}
.lo-geo-badge{font-size:11px;font-weight:700;padding:6px 12px;border-radius:999px;background:#3D3D3D;color:#FB923C;border:1px solid #525252}
.lo-zone-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
@media(min-width:640px){.lo-zone-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:900px){.lo-zone-grid{grid-template-columns:repeat(5,1fr)}}
.lo-zone{position:relative;padding:16px 12px;border-radius:14px;border:1px solid #454545;background:#3D3D3D;text-align:center;transition:all .2s}
.lo-zone:hover{border-color:#FB923C;background:#3D3D3D;transform:translateY(-2px)}
.lo-zone--hot{border-color:#EAB308;background:linear-gradient(180deg,#3D3D3D,#2A2A2A)}
.lo-zone-ico{font-size:22px;line-height:1;margin-bottom:8px}
.lo-zone strong{display:block;font-size:13px;font-weight:700;color:#F5F5F5}
.lo-zone span{font-size:11px;color:#A3A3A3;margin-top:4px;display:block;line-height:1.35}
.lo-zone-ping{margin-top:8px;font-size:10px;font-weight:700;color:#059669}
.lo-zone--hot .lo-zone-ping{color:#EA580C}

.lo-isp{display:grid;gap:14px;margin-bottom:32px}
@media(min-width:720px){.lo-isp{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1000px){.lo-isp{grid-template-columns:repeat(4,1fr)}}
.lo-isp-card{background:#2A2A2A;border:1px solid #454545;border-radius:18px;padding:20px 16px;display:flex;flex-direction:column}
.lo-isp-card h3{font-size:15px;font-weight:800;color:#F5F5F5;margin-bottom:4px}
.lo-isp-card .lo-isp-sub{font-size:11px;color:#A3A3A3;margin-bottom:14px}
.lo-signal{display:flex;gap:4px;align-items:flex-end;height:28px;margin-bottom:14px}
.lo-signal i{display:block;width:8px;border-radius:3px;background:#454545}
.lo-signal i:nth-child(1){height:10px}
.lo-signal i:nth-child(2){height:16px}
.lo-signal i:nth-child(3){height:22px}
.lo-signal i:nth-child(4){height:28px}
.lo-isp-card--high .lo-signal i{background:#FB923C}
.lo-isp-card--mid .lo-signal i:nth-child(-n+3){background:#EA580C}
.lo-isp-card--mid .lo-signal i:last-child{background:#454545}
.lo-isp-card p{font-size:12px;color:#A3A3A3;line-height:1.55;flex:1;margin-bottom:12px}
.lo-isp-tag{font-size:10px;font-weight:700;padding:4px 8px;border-radius:6px;background:#3D3D3D;color:#A3A3A3;align-self:flex-start}

.lo-city-scroll{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px;margin-bottom:32px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}
.lo-city-card{flex:0 0 min(260px,85vw);background:#2A2A2A;border:1px solid #454545;border-radius:16px;padding:18px 16px}
.lo-city-card h3{font-size:15px;font-weight:700;color:#FB923C;margin-bottom:6px}
.lo-city-card p{font-size:12px;color:#A3A3A3;line-height:1.55;margin-bottom:10px}
.lo-city-meta{display:flex;flex-wrap:wrap;gap:6px}
.lo-city-meta span{font-size:10px;padding:4px 8px;border-radius:6px;background:#3D3D3D;color:#15803D;font-weight:600}

.lo-hours{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin-bottom:8px}
.lo-hours-labels{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin-bottom:6px}
.lo-hours-labels span{font-size:10px;text-align:center;color:#A3A3A3;font-weight:600}
.lo-hour-cell{aspect-ratio:1;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;color:#fff}
.lo-hour--best{background:#059669}
.lo-hour--ok{background:#FB923C;opacity:.75}
.lo-hour--slow{background:#EA580C;opacity:.7}
.lo-hour--off{background:#454545;color:#737373}
.lo-hours-legend{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px;font-size:11px;color:#A3A3A3}
.lo-hours-legend i{display:inline-block;width:12px;height:12px;border-radius:4px;margin-right:4px;vertical-align:middle}
.lo-hours-wrap{background:#2A2A2A;border:1px solid #454545;border-radius:18px;padding:20px 16px;margin-bottom:32px}

.lo-dual{display:grid;gap:14px;margin-bottom:32px}
@media(min-width:760px){.lo-dual{grid-template-columns:1fr 1fr}}
.lo-dual-card{padding:22px 20px;border-radius:18px;border:1px solid #454545}
.lo-dual-card--wifi{background:linear-gradient(160deg,#3D3D3D,#2A2A2A)}
.lo-dual-card--cell{background:linear-gradient(160deg,#3D3D3D,#2A2A2A)}
.lo-dual-card h3{font-size:16px;font-weight:800;margin-bottom:10px;color:#F5F5F5}
.lo-dual-card ul{list-style:none;font-size:13px;color:#A3A3A3;line-height:1.7}
.lo-dual-card li{padding-left:18px;position:relative;margin-bottom:4px}
.lo-dual-card li::before{content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:#FB923C}
.lo-dual-card--cell li::before{background:#EA580C}

.lo-access-bar{text-align:center;padding:26px 20px;margin-bottom:32px;border-radius:20px;background:#2A2A2A;border:1px solid #454545}
.lo-access-bar h2{font-size:17px;font-weight:800;color:#F5F5F5;margin-bottom:8px}
.lo-access-bar p{font-size:13px;color:#A3A3A3;margin-bottom:16px;max-width:52ch;margin-left:auto;margin-right:auto}
.lo-cta-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}
.lo-cta{display:inline-flex;padding:12px 22px;font-size:14px;font-weight:700;text-decoration:none;border-radius:12px;transition:all .2s}
.lo-cta-primary{background:linear-gradient(135deg,#22C55E,#16A34A);color:#fff!important;box-shadow:0 4px 14px rgba(249,115,22,.35)}
.lo-cta-outline{background:#2A2A2A;color:#FB923C!important;border:2px solid #FB923C}
.lo-cta:hover{transform:translateY(-1px);filter:brightness(1.03)}

/* wl-* wilayah page (atlas layout) */
.page-region .wl-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:24px}
@media(min-width:640px){.page-region .wl-metrics{grid-template-columns:repeat(4,1fr)}}
.page-region .wl-metric{text-align:center;padding:14px 10px;background:#2A2A2A;border:1px solid #454545;border-radius:12px}
.page-region .wl-metric strong{display:block;font-size:1.3rem;font-weight:800;color:#FB923C}
.page-region .wl-metric span{display:block;margin-top:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#737373}
.page-region .wl-action{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;margin-bottom:28px;background:linear-gradient(135deg,#2A2A2A,#323232);border:1px solid #454545;border-radius:16px}
.page-region .wl-action-text h2{font-size:1rem;font-weight:800;color:#F5F5F5;margin:0 0 4px}
.page-region .wl-action-text p{font-size:12px;color:#A3A3A3;margin:0;line-height:1.5}
.page-region .wl-action-btns{display:flex;flex-wrap:wrap;gap:8px}
.page-region .wl-btn{display:inline-flex;padding:11px 18px;font-size:13px;font-weight:700;text-decoration:none;border-radius:10px;transition:all .2s}
.page-region .wl-btn--dl{background:linear-gradient(135deg,#F97316,#EA580C);color:#fff!important;box-shadow:0 4px 14px rgba(234,88,12,.28)}
.page-region .wl-btn--ghost{background:#3D3D3D;color:#FB923C!important;border:1px solid #454545}
.page-region .wl-btn:hover{transform:translateY(-1px);filter:brightness(1.04)}
.page-region .wl-sec{margin-bottom:28px;padding:20px 18px;background:#2A2A2A;border:1px solid #454545;border-radius:16px}
.page-region .wl-sec>h2{font-size:1rem;font-weight:800;color:#F5F5F5;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid #454545}
.page-region .wl-sec>.wl-sub{font-size:13px;color:#A3A3A3;margin:-6px 0 14px;line-height:1.55}
.page-region .wl-region-list{display:flex;flex-direction:column;gap:10px}
.page-region .wl-region{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:12px 14px;border-radius:12px;border:1px solid #454545;background:#3D3D3D}
.page-region .wl-region--hot{border-color:rgba(234,179,8,.4);background:rgba(234,179,8,.06)}
.page-region .wl-region-code{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:#FB923C;background:#2A2A2A;border:1px solid #454545}
.page-region .wl-region-body strong{display:block;font-size:14px;color:#F5F5F5;margin-bottom:2px}
.page-region .wl-region-body span{font-size:11px;color:#A3A3A3}
.page-region .wl-region-bar{width:72px;height:6px;border-radius:99px;background:#454545;overflow:hidden}
.page-region .wl-region-bar i{display:block;height:100%;border-radius:99px;background:#FB923C}
.page-region .wl-region--hot .wl-region-bar i{background:#EAB308}
.page-region .wl-region-label{font-size:10px;font-weight:700;color:#059669;text-align:right}
.page-region .wl-region--hot .wl-region-label{color:#EA580C}
.page-region .wl-split{display:grid;gap:20px;margin-bottom:28px}
@media(min-width:900px){.page-region .wl-split{grid-template-columns:280px 1fr;align-items:start}}
.page-region .wl-isp-stack{display:flex;flex-direction:column;gap:8px}
.page-region .wl-isp-row{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;border:1px solid #454545;background:#2A2A2A}
.page-region .wl-isp-row h3{font-size:13px;font-weight:800;color:#F5F5F5;margin:0;flex:1}
.page-region .wl-isp-dots{display:flex;gap:3px}
.page-region .wl-isp-dots i{width:6px;height:6px;border-radius:50%;background:#454545}
.page-region .wl-isp-row--a .wl-isp-dots i{background:#FB923C}
.page-region .wl-isp-row--b .wl-isp-dots i:nth-child(-n+3){background:#EA580C}
.page-region .wl-isp-row--b .wl-isp-dots i:last-child{background:#454545}
.page-region .wl-isp-row p{font-size:11px;color:#737373;margin:0;width:100%}
.page-region .wl-isp-row{flex-wrap:wrap}
.page-region .wl-city-timeline{list-style:none;display:flex;flex-direction:column;gap:0;border-left:2px solid #454545;margin-left:8px;padding:0}
.page-region .wl-city-timeline li{position:relative;padding:0 0 18px 20px}
.page-region .wl-city-timeline li:last-child{padding-bottom:0}
.page-region .wl-city-timeline li::before{content:"";position:absolute;left:-13px;top:4px;width:10px;height:10px;border-radius:50%;background:#FB923C;border:3px solid #2A2A2A}
.page-region .wl-city-timeline h3{font-size:14px;font-weight:800;color:#FB923C;margin:0 0 4px}
.page-region .wl-city-timeline p{font-size:12px;color:#A3A3A3;line-height:1.55;margin:0 0 6px}
.page-region .wl-city-tags{display:flex;flex-wrap:wrap;gap:6px}
.page-region .wl-city-tags span{font-size:10px;padding:3px 8px;border-radius:6px;background:#3D3D3D;color:#86EFAC;font-weight:600}
.page-region .wl-days{display:flex;flex-direction:column;gap:8px}
.page-region .wl-day{display:grid;grid-template-columns:36px 1fr 1fr;gap:8px;align-items:center}
.page-region .wl-day-label{font-size:11px;font-weight:700;color:#A3A3A3}
.page-region .wl-day-bar{height:22px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;color:#fff}
.page-region .wl-day-bar--best{background:#059669}
.page-region .wl-day-bar--ok{background:#FB923C;opacity:.8}
.page-region .wl-day-bar--slow{background:#EA580C;opacity:.75}
.page-region .wl-day-legend{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px;font-size:11px;color:#A3A3A3}
.page-region .wl-day-legend i{display:inline-block;width:10px;height:10px;border-radius:3px;margin-right:4px;vertical-align:middle}
.page-region .wl-connect{display:grid;gap:10px}
@media(min-width:600px){.page-region .wl-connect{grid-template-columns:1fr 1fr}}
.page-region .wl-connect-panel{padding:16px;border-radius:12px;border:1px solid #454545;background:#3D3D3D}
.page-region .wl-connect-panel h3{font-size:14px;font-weight:800;color:#F5F5F5;margin-bottom:10px}
.page-region .wl-connect-panel ul{list-style:none;font-size:12px;color:#A3A3A3;line-height:1.65}
.page-region .wl-connect-panel li{padding:4px 0 4px 16px;position:relative}
.page-region .wl-connect-panel li::before{content:"›";position:absolute;left:0;color:#FB923C;font-weight:700}
.page-region .wl-tz-row{display:grid;gap:10px}
@media(min-width:640px){.page-region .wl-tz-row{grid-template-columns:repeat(3,1fr)}}
.page-region .wl-tz-card{padding:14px;border-radius:12px;border:1px solid #454545;background:#3D3D3D;text-align:center}
.page-region .wl-tz-card b{display:block;font-size:15px;font-weight:800;color:#FB923C;margin-bottom:4px}
.page-region .wl-tz-card span{font-size:11px;color:#A3A3A3;display:block;line-height:1.45}
.page-region .wl-steps{display:grid;gap:8px}
@media(min-width:640px){.page-region .wl-steps{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){.page-region .wl-steps{grid-template-columns:repeat(3,1fr)}}
.page-region .wl-step{display:flex;gap:10px;padding:12px;border-radius:12px;border:1px solid #454545;background:#3D3D3D;font-size:12px;color:#A3A3A3;line-height:1.5}
.page-region .wl-step-num{width:24px;height:24px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:#fff;background:#F97316}
.page-region .wl-issue-grid{display:grid;gap:10px}
@media(min-width:600px){.page-region .wl-issue-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){.page-region .wl-issue-grid{grid-template-columns:repeat(3,1fr)}}
.page-region .wl-issue{padding:14px;border-radius:12px;border:1px solid #454545;background:#3D3D3D}
.page-region .wl-issue h3{font-size:13px;font-weight:700;color:#FB923C;margin-bottom:6px}
.page-region .wl-issue p{font-size:12px;color:#A3A3A3;line-height:1.5;margin:0}
.page-region .wl-hint-list{display:flex;flex-wrap:wrap;gap:8px}
.page-region .wl-hint{padding:10px 14px;border-radius:10px;border:1px solid #454545;background:#3D3D3D;flex:1 1 200px}
.page-region .wl-hint strong{display:block;font-size:12px;color:#F5F5F5;margin-bottom:4px}
.page-region .wl-hint span{font-size:11px;color:#A3A3A3;line-height:1.45}
.page-region .wl-voices{display:grid;gap:12px}
@media(min-width:720px){.page-region .wl-voices{grid-template-columns:repeat(3,1fr)}}
.page-region .wl-voice{padding:16px;border-radius:14px;border:1px solid #454545;background:#3D3D3D;margin:0}
.page-region .wl-voice p{font-size:12px;line-height:1.6;color:#A3A3A3;margin:0 0 10px}
.page-region .wl-voice footer{font-size:11px;font-weight:700;color:#FB923C}

.page-detail{background:#0E0E0E;}
.gm-layout{display:grid;gap:28px;align-items:start}
@media(min-width:920px){.gm-layout{grid-template-columns:1fr minmax(240px,300px)}}
.gm-aside{background:#2A2A2A;border:1px solid #454545;border-radius:18px;padding:18px 16px;box-shadow:0 8px 28px rgba(0,0,0,.4)}
@media(min-width:920px){.gm-aside{position:sticky;top:72px}}
.gm-aside h2{font-size:15px;font-weight:800;color:#F5F5F5;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid #3D3D3D}
.gm-side-list{list-style:none;display:flex;flex-direction:column;gap:12px}
.gm-side-item{display:flex;align-items:center;gap:12px;padding:10px;border-radius:14px;border:1px solid #3D3D3D;background:#3D3D3D;text-decoration:none;transition:border-color .2s,box-shadow .2s}
.gm-side-item:hover{border-color:#FB923C;box-shadow:0 6px 20px rgba(249,115,22,.1)}
.gm-side-item img{width:56px;height:56px;border-radius:12px;object-fit:cover;flex-shrink:0;border:1px solid #454545}
.gm-side-item strong{display:block;font-size:14px;color:#F5F5F5;line-height:1.3}
.gm-side-item span{font-size:11px;color:#A3A3A3;margin-top:2px;display:block}
.gm-head{display:flex;flex-wrap:wrap;gap:20px;align-items:center;margin-bottom:28px;padding:22px 20px;background:#2A2A2A;border:1px solid #454545;border-radius:20px;box-shadow:0 12px 40px rgba(0,0,0,.4)}
.gm-head img{width:96px;height:96px;border-radius:20px;object-fit:cover;border:1px solid #454545;flex-shrink:0}
.gm-head-text{flex:1;min-width:180px;display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.gm-head-text .gm-dl-btn{min-width:200px}
.gm-head-note{font-size:13px;color:#A3A3A3;line-height:1.55;margin:0}
.gm-head-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;margin-bottom:8px}
.gm-head-row h1{font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:800;line-height:1.35;color:#F5F5F5;margin:0;flex:1;min-width:min(100%,180px)}
.gm-dl-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;font-size:14px;font-weight:700;color:#fff!important;text-decoration:none;border-radius:10px;white-space:nowrap;background:linear-gradient(135deg,#F97316,#EA580C);box-shadow:0 4px 14px rgba(234,88,12,.28);transition:transform .2s,filter .2s}
.gm-dl-btn:hover{transform:translateY(-1px);filter:brightness(1.05)}
.gm-head-text p{font-size:14px;color:#A3A3A3;line-height:1.6;margin-bottom:12px}
.gm-head-text p.gm-head-note{margin-bottom:0}
.gm-meta{display:flex;flex-wrap:wrap;gap:8px}
.gm-meta span{font-size:12px;font-weight:600;padding:6px 12px;border-radius:8px;background:#3D3D3D;border:1px solid #454545;color:#A3A3A3}
.gm-meta .gm-meta--v{color:#FB923C;background:#3D3D3D;border-color:#525252}
.gm-block{margin-bottom:32px}
.gm-block>h2{font-size:18px;font-weight:800;color:#F5F5F5;margin-bottom:14px}
.gm-intro{background:#2A2A2A;border:1px solid #454545;border-radius:16px;padding:22px 20px;box-shadow:0 4px 20px rgba(0,0,0,.35)}
.gm-intro.ud-prose p{font-size:14px;line-height:1.75;margin-bottom:12px}
.gm-intro.ud-prose>p:last-of-type{margin-bottom:0}
.gm-shots{margin-top:22px;padding-top:20px;border-top:1px solid #3D3D3D}
.gm-shots h3{font-size:15px;font-weight:800;color:#F5F5F5;margin-bottom:14px}
.gm-shots-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
@media(max-width:720px){.gm-shots-grid{grid-template-columns:1fr;max-width:280px;margin:0 auto}}
.gm-shots figure{margin:0;border-radius:14px;overflow:hidden;border:1px solid #454545;background:#3D3D3D;box-shadow:0 4px 16px rgba(0,0,0,.35)}
.gm-shots img{display:block;width:100%;aspect-ratio:9/16;object-fit:cover;background:#3D3D3D}
.gm-shots figcaption{font-size:11px;font-weight:600;color:#A3A3A3;padding:10px 8px;text-align:center;line-height:1.4;border-top:1px solid #3D3D3D}
.gm-pc{display:grid;gap:0;border-radius:16px;overflow:hidden;border:1px solid #454545}
@media(min-width:600px){.gm-pc{grid-template-columns:1fr 1fr}}
.gm-pc-pros{padding:20px 18px;background:#2A2A2A}
.gm-pc-cons{padding:20px 18px;background:#2A2A2A}
.gm-pc h3{font-size:14px;font-weight:800;margin-bottom:10px}
.gm-pc-pros h3{color:#C2410C}
.gm-pc-cons h3{color:#B45309}
.gm-pc ul{list-style:none;font-size:13px;line-height:1.65;color:#A3A3A3}
.gm-pc-pros li{padding:4px 0 4px 20px;position:relative}
.gm-pc-pros li::before{content:"✓";position:absolute;left:0;color:#FB923C;font-weight:700}
.gm-pc-cons li{padding:4px 0 4px 20px;position:relative;color:#A3A3A3}
.gm-pc-cons li::before{content:"−";position:absolute;left:0;color:#EA580C;font-weight:700}

/* gv-* game detail (left sidebar layout) */
.page-detail .gv-dlstrip{display:grid;gap:18px;padding:20px 18px;margin-bottom:22px;background:linear-gradient(165deg,#353535 0%,#2A2A2A 55%);border:1px solid #454545;border-radius:18px;box-shadow:0 10px 32px rgba(0,0,0,.4)}
.page-detail .gv-dlstrip-visual{display:flex;justify-content:center;padding:4px 0}
.page-detail .gv-dlstrip-icon{width:104px;height:104px;border-radius:22px;object-fit:cover;border:2px solid rgba(251,146,60,.35);flex-shrink:0;box-shadow:0 8px 24px rgba(0,0,0,.35),0 0 0 1px rgba(255,255,255,.06)}
.page-detail .gv-dlstrip-body{display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;min-width:0}
.page-detail .gv-dlstrip-info{min-width:0;width:100%}
.page-detail .gv-dlstrip-info h2{font-size:clamp(1.15rem,4.5vw,1.35rem);font-weight:800;color:#F5F5F5;margin:0;line-height:1.25}
.page-detail .gv-dlstrip-info h2 em{font-style:normal;display:inline-block;margin-left:6px;padding:2px 8px;font-size:.62em;font-weight:700;color:#FB923C;background:rgba(249,115,22,.12);border:1px solid rgba(249,115,22,.25);border-radius:6px;vertical-align:middle}
.page-detail .gv-dlstrip-meta{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;list-style:none;margin:10px 0 0;padding:0}
.page-detail .gv-dlstrip-meta li{font-size:11px;font-weight:600;padding:5px 10px;border-radius:8px;background:#3D3D3D;border:1px solid #454545;color:#A3A3A3}
.page-detail .gv-dlbtn{display:flex;align-items:center;justify-content:center;width:100%;max-width:320px;padding:14px 22px;font-size:15px;font-weight:700;color:#fff!important;text-decoration:none;border-radius:12px;background:linear-gradient(135deg,#F97316,#EA580C);box-shadow:0 4px 16px rgba(234,88,12,.32);transition:transform .2s,filter .2s;box-sizing:border-box}
.page-detail .gv-dlbtn:hover{transform:translateY(-1px);filter:brightness(1.05)}
@media(min-width:721px){.page-detail .gv-dlstrip{grid-template-columns:auto 1fr;align-items:center;gap:28px;padding:22px 24px}.page-detail .gv-dlstrip-visual{justify-content:center;padding:0}.page-detail .gv-dlstrip-icon{width:120px;height:120px;border-radius:26px}.page-detail .gv-dlstrip-body{flex-direction:row;align-items:center;justify-content:space-between;text-align:left;gap:20px}.page-detail .gv-dlstrip-meta{justify-content:flex-start}.page-detail .gv-dlbtn{width:auto;min-width:180px;max-width:none;flex-shrink:0}}
.page-detail .gv-main{min-width:0;width:100%}
.page-detail .gv-sec{margin-bottom:24px;padding:20px 18px;background:#2A2A2A;border:1px solid #454545;border-radius:16px;overflow:hidden}
.page-detail .gv-sec>h2{font-size:1rem;font-weight:800;color:#F5F5F5;margin-bottom:14px;padding-left:12px;border-left:3px solid #FB923C}
.page-detail .gv-prose p{font-size:14px;line-height:1.75;color:#A3A3A3;margin-bottom:12px;word-break:break-word}
.page-detail .gv-prose p:last-child{margin-bottom:0}
.page-detail .gv-film{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px;margin:0;-webkit-overflow-scrolling:touch;scrollbar-width:thin}
.page-detail .gv-shot{flex:0 0 min(190px,72vw);scroll-snap-align:start;margin:0;border-radius:14px;overflow:hidden;border:1px solid #454545;background:#3D3D3D}
.page-detail .gv-shot img{display:block;width:100%;aspect-ratio:9/16;object-fit:cover}
.page-detail .gv-shot figcaption{font-size:11px;font-weight:600;color:#A3A3A3;padding:10px;line-height:1.45;border-top:1px solid #454545}
.page-detail .gv-releases{display:grid;gap:12px}
@media(min-width:560px){.page-detail .gv-releases{grid-template-columns:1fr 1fr}}
.page-detail .gv-release{padding:16px;border-radius:12px;border:1px solid #454545;background:#3D3D3D}
.page-detail .gv-release--new{border-color:rgba(249,115,22,.35);background:rgba(249,115,22,.06)}
.page-detail .gv-release-head{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:8px}
.page-detail .gv-release-head b{font-size:13px;font-weight:800;color:#FB923C}
.page-detail .gv-release-head time{font-size:11px;color:#737373}
.page-detail .gv-release p{font-size:13px;color:#A3A3A3;line-height:1.6;margin:0}
.page-detail .gv-verdict{display:grid;gap:12px}
.page-detail .gv-verdict-col{padding:16px;border-radius:12px;border:1px solid #454545}
.page-detail .gv-verdict-col--up{background:rgba(249,115,22,.06);border-color:rgba(249,115,22,.25)}
.page-detail .gv-verdict-col--down{background:rgba(234,179,8,.05);border-color:rgba(234,179,8,.25)}
.page-detail .gv-verdict-col h3{font-size:13px;font-weight:800;margin-bottom:10px}
.page-detail .gv-verdict-col--up h3{color:#FB923C}
.page-detail .gv-verdict-col--down h3{color:#FACC15}
.page-detail .gv-verdict-col ul{list-style:none;font-size:13px;line-height:1.65;color:#A3A3A3}
.page-detail .gv-verdict-col li{padding:4px 0 4px 18px;position:relative}
.page-detail .gv-verdict-col--up li::before{content:"●";position:absolute;left:0;color:#FB923C;font-size:10px;top:7px}
.page-detail .gv-verdict-col--down li::before{content:"●";position:absolute;left:0;color:#EAB308;font-size:10px;top:7px}
.page-detail .gv-voices{display:grid;gap:10px}
@media(min-width:640px){.page-detail .gv-voices{grid-template-columns:repeat(3,1fr)}}
.page-detail .gv-voice{padding:14px;border-radius:12px;border:1px solid #454545;background:#3D3D3D;margin:0}
.page-detail .gv-voice p{font-size:13px;line-height:1.6;color:#A3A3A3;margin:0 0 8px;font-style:italic}
.page-detail .gv-voice footer{font-size:11px;font-weight:700;color:#FB923C}
.page-detail .gv-aside{background:#2A2A2A;border:1px solid #454545;border-radius:18px;padding:18px 16px;box-shadow:0 8px 28px rgba(0,0,0,.4)}
.page-detail .gv-aside h2{font-size:14px;font-weight:800;color:#F5F5F5;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid #454545}
.page-detail .gv-side-list{list-style:none;display:flex;flex-direction:column;gap:10px;margin:0;padding:0}
.page-detail .gv-side-list li{min-width:0}
.page-detail .gv-side-item{display:flex;align-items:center;gap:12px;width:100%;padding:10px;border-radius:12px;border:1px solid #454545;background:#3D3D3D;text-decoration:none;transition:border-color .2s;box-sizing:border-box}
.page-detail .gv-side-item:hover{border-color:#FB923C}
.page-detail .gv-side-item img{width:48px;height:48px;border-radius:10px;object-fit:cover;flex-shrink:0}
.page-detail .gv-side-item strong{display:block;font-size:13px;color:#F5F5F5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.page-detail .gv-side-item span{font-size:10px;color:#737373}
@media(max-width:919px){
.page-detail .gv-aside{width:100%;max-width:100%}
.page-detail .gv-side-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.page-detail .gv-side-item{padding:12px 10px}
.page-detail .gv-side-item img{width:44px;height:44px}
}
@media(max-width:400px){
.page-detail .gv-side-list{grid-template-columns:1fr}
}
@media(max-width:767px){
.page-detail .gv-sec{padding:16px 14px;margin-bottom:18px;border-radius:14px}
.page-detail .gv-sec>h2{font-size:0.95rem;margin-bottom:12px}
.page-detail .gv-aside{padding:14px 12px;border-radius:14px;width:100%;max-width:100%;box-sizing:border-box}
.page-detail .gv-side-item{min-width:0}
.page-detail .gv-side-item>div{min-width:0;flex:1}
.page-detail .gv-verdict{grid-template-columns:1fr}
.page-detail .gv-voices{grid-template-columns:1fr}
.page-detail .gv-releases{grid-template-columns:1fr}
.page-detail .ud-top.fx-pagehead .ud-tags{gap:6px}
.page-detail .ud-tag{font-size:11px;padding:5px 10px}
}

/* ax-* alternatif / mirror page */
.page-mirror .ax-strip{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:28px}
@media(min-width:640px){.page-mirror .ax-strip{grid-template-columns:repeat(4,1fr)}}
.page-mirror .ax-strip-item{text-align:center;padding:14px 10px;background:#2A2A2A;border:1px solid #454545;border-radius:12px}
.page-mirror .ax-strip-item strong{display:block;font-size:1.35rem;font-weight:800;color:#F97316;line-height:1.2}
.page-mirror .ax-strip-item span{display:block;margin-top:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#737373}
.page-mirror .ax-section{margin-bottom:36px}
.page-mirror .ax-section>h2{font-size:1.2rem;font-weight:800;color:#F5F5F5;margin-bottom:6px}
.page-mirror .ax-section>.ax-sub{font-size:14px;color:#A3A3A3;margin-bottom:18px;line-height:1.6}
.page-mirror .ax-channel-list{display:flex;flex-direction:column;gap:12px}
.page-mirror .ax-channel{display:grid;gap:14px;padding:18px;background:#2A2A2A;border:1px solid #454545;border-radius:16px;transition:border-color .2s,box-shadow .2s}
.page-mirror .ax-channel:hover{border-color:#FB923C;box-shadow:0 8px 28px rgba(0,0,0,.4)}
.page-mirror .ax-channel--primary{border-color:#EAB308;background:linear-gradient(135deg,#2A2A2A 0%,#323232 100%)}
@media(min-width:768px){.page-mirror .ax-channel{grid-template-columns:auto 1fr auto;align-items:center;padding:20px 22px}}
.page-mirror .ax-channel-num{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;color:#fff;background:linear-gradient(135deg,#F97316,#EA580C);flex-shrink:0}
.page-mirror .ax-channel--primary .ax-channel-num{box-shadow:0 4px 14px rgba(249,115,22,.35)}
.page-mirror .ax-channel-body h3{font-size:16px;font-weight:800;color:#F5F5F5;margin-bottom:6px}
.page-mirror .ax-channel-url{font-family:Consolas,ui-monospace,monospace;font-size:12px;color:#FB923C;word-break:break-all;margin-bottom:8px}
.page-mirror .ax-channel-body p{font-size:13px;color:#A3A3A3;line-height:1.55;margin:0}
.page-mirror .ax-channel-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}
.page-mirror .ax-channel-tags span{font-size:10px;font-weight:700;padding:4px 8px;border-radius:6px;background:#3D3D3D;color:#A3A3A3}
.page-mirror .ax-channel-tags .ax-tag-ok{color:#86EFAC}
.page-mirror .ax-channel-actions{display:flex;flex-direction:column;gap:8px;min-width:140px}
.page-mirror .ax-btn{display:inline-flex;align-items:center;justify-content:center;padding:11px 16px;font-size:13px;font-weight:700;text-decoration:none;border-radius:10px;border:none;cursor:pointer;transition:all .2s;text-align:center}
.page-mirror .ax-btn--dl{background:linear-gradient(135deg,#F97316,#EA580C);color:#fff!important;box-shadow:0 4px 14px rgba(234,88,12,.28)}
.page-mirror .ax-btn--dl:hover{filter:brightness(1.05);transform:translateY(-1px)}
.page-mirror .ax-btn--ghost{background:#3D3D3D;color:#FB923C!important;border:1px solid #454545}
.page-mirror .ax-btn--ghost:hover{border-color:#FB923C}
.page-mirror .ax-compare{display:grid;gap:12px;margin-bottom:36px}
@media(min-width:768px){.page-mirror .ax-compare{grid-template-columns:1fr 1fr}}
.page-mirror .ax-compare-panel{padding:22px 20px;border-radius:16px;border:1px solid #454545}
.page-mirror .ax-compare-panel--no{background:rgba(234,179,8,.06);border-color:rgba(234,179,8,.35)}
.page-mirror .ax-compare-panel--yes{background:rgba(249,115,22,.06);border-color:rgba(249,115,22,.3)}
.page-mirror .ax-compare-panel h3{font-size:15px;font-weight:800;margin-bottom:12px}
.page-mirror .ax-compare-panel--no h3{color:#FACC15}
.page-mirror .ax-compare-panel--yes h3{color:#FB923C}
.page-mirror .ax-compare-panel ul{list-style:none;font-size:13px;line-height:1.65;color:#A3A3A3}
.page-mirror .ax-compare-panel li{padding:6px 0 6px 22px;position:relative}
.page-mirror .ax-compare-panel--no li::before{content:"×";position:absolute;left:0;color:#EAB308;font-weight:800}
.page-mirror .ax-compare-panel--yes li::before{content:"✓";position:absolute;left:0;color:#FB923C;font-weight:800}
.page-mirror .ax-timeline{list-style:none;margin:0;padding:0 0 0 8px;border-left:2px solid #454545}
.page-mirror .ax-timeline li{position:relative;padding:0 0 22px 22px}
.page-mirror .ax-timeline li:last-child{padding-bottom:0}
.page-mirror .ax-timeline li::before{content:"";position:absolute;left:-13px;top:4px;width:12px;height:12px;border-radius:50%;background:#F97316;border:3px solid #0E0E0E}
.page-mirror .ax-timeline strong{display:block;font-size:14px;color:#F5F5F5;margin-bottom:4px}
.page-mirror .ax-timeline span{font-size:13px;color:#A3A3A3;line-height:1.55}
.page-mirror .ax-dns-pills{display:flex;flex-wrap:wrap;gap:10px}
.page-mirror .ax-dns-pill{flex:1 1 140px;padding:14px 16px;background:#2A2A2A;border:1px solid #454545;border-radius:12px;text-align:center}
.page-mirror .ax-dns-pill h3{font-size:12px;font-weight:800;color:#FB923C;margin-bottom:4px}
.page-mirror .ax-dns-pill code{display:block;font-size:17px;font-weight:800;color:#F5F5F5;margin-bottom:4px}
.page-mirror .ax-dns-pill p{font-size:11px;color:#737373;margin:0;line-height:1.45}
.page-mirror .ax-isp-grid{display:grid;gap:10px}
@media(min-width:600px){.page-mirror .ax-isp-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){.page-mirror .ax-isp-grid{grid-template-columns:repeat(3,1fr)}}
.page-mirror .ax-isp-card{padding:16px;background:#2A2A2A;border:1px solid #454545;border-radius:14px}
.page-mirror .ax-isp-card h3{font-size:14px;font-weight:800;color:#FB923C;margin-bottom:8px}
.page-mirror .ax-isp-card dt{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#737373;margin-top:8px}
.page-mirror .ax-isp-card dd{font-size:12px;color:#A3A3A3;margin:2px 0 0;line-height:1.5}
.page-mirror .ax-alert{padding:18px 20px;margin-bottom:36px;border-radius:14px;border:1px solid rgba(250,204,21,.4);background:rgba(250,204,21,.08)}
.page-mirror .ax-alert h3{font-size:15px;font-weight:800;color:#FACC15;margin-bottom:8px}
.page-mirror .ax-alert p{font-size:13px;color:#FDE68A;line-height:1.65;margin:0}
.page-mirror .ax-alert a{color:#FB923C;font-weight:600}
.page-mirror .ax-trust{display:grid;gap:12px}
@media(min-width:640px){.page-mirror .ax-trust{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){.page-mirror .ax-trust{grid-template-columns:repeat(3,1fr)}}
.page-mirror .ax-trust-item{padding:16px;background:#3D3D3D;border:1px solid #454545;border-radius:12px}
.page-mirror .ax-trust-item h3{font-size:14px;font-weight:700;color:#FB923C;margin-bottom:6px}
.page-mirror .ax-trust-item p{font-size:12px;color:#A3A3A3;line-height:1.55;margin:0}
.page-mirror .ax-quick{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}
.page-mirror .ax-quick .ax-btn{flex:1 1 200px;padding:14px 20px;font-size:14px}

/* bk-* brand catalog page */
.page-brand{background:#0E0E0E}
.page-brand .bk-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:28px}
@media(min-width:640px){.page-brand .bk-metrics{grid-template-columns:repeat(4,1fr)}}
.page-brand .bk-metric{text-align:center;padding:16px 12px;background:#2A2A2A;border:1px solid #454545;border-radius:14px}
.page-brand .bk-metric strong{display:block;font-size:1.5rem;font-weight:800;color:#FB923C;line-height:1.15}
.page-brand .bk-metric span{display:block;margin-top:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#737373}
.page-brand .bk-bento{display:grid;gap:12px;margin-bottom:36px}
@media(min-width:768px){.page-brand .bk-bento{grid-template-columns:1.4fr 1fr;grid-template-rows:1fr 1fr;min-height:340px}.page-brand .bk-spotlight{grid-row:1/-1}}
.page-brand .bk-spotlight,.page-brand .bk-mini{position:relative;overflow:hidden;border-radius:18px;border:1px solid #454545;background:#2A2A2A;transition:border-color .2s,transform .2s}
.page-brand .bk-spotlight:hover,.page-brand .bk-mini:hover{border-color:#FB923C;transform:translateY(-2px)}
.page-brand .bk-spotlight{display:flex;flex-direction:column;min-height:280px}
@media(min-width:768px){.page-brand .bk-spotlight{min-height:auto}}
.page-brand .bk-spotlight-bg{position:absolute;inset:0;z-index:0}
.page-brand .bk-spotlight-bg img{width:100%;height:100%;object-fit:cover;opacity:.35}
.page-brand .bk-spotlight-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 20%,rgba(14,14,14,.95) 75%)}
.page-brand .bk-spotlight-body{position:relative;z-index:1;margin-top:auto;padding:22px 20px}
.page-brand .bk-badge{display:inline-block;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;padding:5px 10px;border-radius:6px;background:#F97316;color:#fff;margin-bottom:10px}
.page-brand .bk-spotlight h2{font-size:1.6rem;font-weight:800;color:#F5F5F5;margin:0 0 8px}
.page-brand .bk-spotlight h2 a{color:inherit;text-decoration:none}
.page-brand .bk-spotlight h2 a:hover{color:#FB923C}
.page-brand .bk-spotlight p{font-size:14px;color:#A3A3A3;line-height:1.55;margin:0 0 14px;max-width:36ch}
.page-brand .bk-mini{display:grid;grid-template-columns:88px 1fr;align-items:center;gap:14px;padding:14px;min-height:0}
.page-brand .bk-mini-thumb{width:88px;height:88px;border-radius:16px;overflow:hidden;flex-shrink:0;border:1px solid #454545}
.page-brand .bk-mini-thumb img{width:100%;height:100%;object-fit:cover}
.page-brand .bk-mini h3{font-size:15px;font-weight:800;margin:0 0 4px}
.page-brand .bk-mini h3 a{color:#F5F5F5;text-decoration:none}
.page-brand .bk-mini h3 a:hover{color:#FB923C}
.page-brand .bk-mini p{font-size:12px;color:#A3A3A3;line-height:1.45;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.page-brand .bk-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}
.page-brand .bk-chip{font-size:12px;font-weight:700;padding:8px 14px;border-radius:999px;border:1px solid #454545;background:#3D3D3D;color:#A3A3A3;cursor:default}
.page-brand .bk-chip--on{background:rgba(249,115,22,.15);border-color:#FB923C;color:#FB923C}
.page-brand .bk-section{margin-bottom:36px}
.page-brand .bk-section>h2{font-size:1.15rem;font-weight:800;color:#F5F5F5;margin-bottom:6px}
.page-brand .bk-section>.bk-sub{font-size:14px;color:#A3A3A3;margin-bottom:16px;line-height:1.55}
.page-brand .bk-roster{display:flex;flex-direction:column;border:1px solid #454545;border-radius:16px;overflow:hidden;background:#2A2A2A}
.page-brand .bk-row{display:grid;grid-template-columns:36px 64px 1fr auto;gap:14px;align-items:center;padding:14px 16px;border-bottom:1px solid #454545;text-decoration:none;color:inherit;transition:background .15s}
.page-brand .bk-row:last-child{border-bottom:none}
.page-brand .bk-row:hover{background:#3D3D3D}
.page-brand .bk-rank{font-size:14px;font-weight:800;color:#737373;text-align:center}
.page-brand .bk-row:nth-child(-n+3) .bk-rank{color:#FB923C}
.page-brand .bk-row-thumb{width:64px;height:64px;border-radius:14px;overflow:hidden;border:1px solid #454545}
.page-brand .bk-row-thumb img{width:100%;height:100%;object-fit:cover}
.page-brand .bk-row-text h3{font-size:15px;font-weight:800;color:#F5F5F5;margin:0 0 4px}
.page-brand .bk-row-text p{font-size:12px;color:#A3A3A3;line-height:1.45;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.page-brand .bk-row-go{font-size:12px;font-weight:700;color:#FB923C;white-space:nowrap;padding:8px 12px;border-radius:8px;border:1px solid transparent;transition:border-color .15s}
.page-brand .bk-row:hover .bk-row-go{border-color:#FB923C}
@media(max-width:520px){.page-brand .bk-row{grid-template-columns:28px 56px 1fr;grid-template-rows:auto auto}.page-brand .bk-row-go{grid-column:2/-1;justify-self:start;margin-top:-4px}}
.page-brand .bk-rail-wrap{overflow:hidden;margin:0 calc(-1 * var(--fx-gutter,24px));padding:0 var(--fx-gutter,24px)}
.page-brand .bk-rail{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#FB923C #3D3D3D}
.page-brand .bk-rail-item{flex:0 0 100px;scroll-snap-align:start;text-align:center;text-decoration:none;color:inherit}
.page-brand .bk-rail-item img{width:72px;height:72px;border-radius:18px;object-fit:cover;border:2px solid #454545;transition:border-color .2s,transform .2s}
.page-brand .bk-rail-item:hover img{border-color:#FB923C;transform:scale(1.05)}
.page-brand .bk-rail-item span{display:block;margin-top:8px;font-size:11px;font-weight:700;color:#A3A3A3}
.page-brand .bk-rail-item:hover span{color:#FB923C}
.page-brand .bk-btn{display:inline-flex;align-items:center;gap:6px;padding:11px 18px;font-size:13px;font-weight:700;text-decoration:none;border-radius:10px;background:linear-gradient(135deg,#F97316,#EA580C);color:#fff!important;box-shadow:0 4px 14px rgba(234,88,12,.25);transition:filter .2s,transform .2s}
.page-brand .bk-btn:hover{filter:brightness(1.06);transform:translateY(-1px)}
.page-brand .bk-back{text-align:center;padding:8px 0 16px}
.page-brand .bk-back a{font-size:14px;font-weight:600;color:#FB923C;text-decoration:none}
.page-brand .bk-back a:hover{text-decoration:underline}
.page-brand .bk-info{padding:20px 22px;border-radius:14px;border:1px solid #454545;background:#3D3D3D;margin-bottom:28px}
.page-brand .bk-info p{font-size:13px;color:#A3A3A3;line-height:1.65;margin:0}
.page-brand .bk-info a{color:#FB923C;font-weight:600}

/* au-* masuk / auth page */
.page-auth .au-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:24px}
@media(min-width:640px){.page-auth .au-metrics{grid-template-columns:repeat(4,1fr)}}
.page-auth .au-metric{text-align:center;padding:14px 10px;background:#2A2A2A;border:1px solid #454545;border-radius:12px}
.page-auth .au-metric strong{display:block;font-size:1.2rem;font-weight:800;color:#FB923C}
.page-auth .au-metric span{display:block;margin-top:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#737373}
.page-auth .au-gateway{margin-bottom:24px;border-radius:18px;border:1px solid #454545;background:linear-gradient(160deg,#2A2A2A,#323232);overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.4)}
.page-auth .au-gateway-head{display:flex;flex-direction:column;align-items:center;gap:16px;padding:26px 20px 24px;text-align:center;border-bottom:1px solid #454545}
@media(min-width:560px){.page-auth .au-gateway-head{flex-direction:row;align-items:center;text-align:left;gap:24px;padding:28px 24px}}
.page-auth .au-gateway-brand{flex-shrink:0;display:flex;align-items:center;justify-content:center}
.page-auth .au-gateway-brand img{display:block;width:88px;height:88px;margin:0;border-radius:20px;border:1px solid #454545;object-fit:cover;box-shadow:0 8px 24px rgba(0,0,0,.35)}
@media(min-width:560px){.page-auth .au-gateway-brand img{width:104px;height:104px;border-radius:22px}}
.page-auth .au-gateway-copy{flex:1;min-width:0}
.page-auth .au-gateway-copy h2{font-size:1.15rem;font-weight:800;color:#F5F5F5;margin:0 0 6px}
@media(min-width:560px){.page-auth .au-gateway-copy h2{font-size:1.25rem}}
.page-auth .au-gateway-copy p{font-size:13px;color:#A3A3A3;margin:0;line-height:1.55}
.page-auth .au-actions{display:flex;flex-direction:column}
.page-auth .au-action{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;padding:18px 20px;border-bottom:1px solid #454545;text-decoration:none;color:inherit;transition:background .15s}
.page-auth .au-action:last-child{border-bottom:none}
.page-auth .au-action:hover{background:#3D3D3D}
.page-auth .au-action-num{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:#fff;flex-shrink:0}
.page-auth .au-action--in .au-action-num{background:linear-gradient(135deg,#22C55E,#16A34A)}
.page-auth .au-action--up .au-action-num{background:linear-gradient(135deg,#F97316,#EA580C)}
.page-auth .au-action-text strong{display:block;font-size:15px;font-weight:800;color:#F5F5F5;margin-bottom:2px}
.page-auth .au-action-text span{font-size:12px;color:#A3A3A3;line-height:1.45}
.page-auth .au-action-go{font-size:13px;font-weight:700;color:#FB923C;padding:8px 14px;border-radius:8px;border:1px solid transparent;transition:border-color .15s}
.page-auth .au-action:hover .au-action-go{border-color:#FB923C}
.page-auth .au-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}
.page-auth .au-pill{flex:1 1 140px;padding:12px 14px;border-radius:12px;border:1px solid #454545;background:#2A2A2A;text-align:center}
.page-auth .au-pill strong{display:block;font-size:12px;font-weight:800;color:#F5F5F5;margin-bottom:2px}
.page-auth .au-pill span{font-size:10px;color:#737373}
.page-auth .au-note{font-size:12px;color:#A3A3A3;text-align:center;padding:14px 16px;margin-bottom:28px;background:#2A2A2A;border:1px dashed #454545;border-radius:12px;line-height:1.55}
.page-auth .au-note a{color:#FB923C;font-weight:600}
.page-auth .au-sec{margin-bottom:28px;padding:20px 18px;background:#2A2A2A;border:1px solid #454545;border-radius:16px}
.page-auth .au-sec>h2{font-size:1rem;font-weight:800;color:#F5F5F5;margin-bottom:14px;padding-left:12px;border-left:3px solid #FB923C}
.page-auth .au-sec>.au-sub{font-size:13px;color:#A3A3A3;margin:-6px 0 14px;line-height:1.55}
.page-auth .au-prose p{font-size:14px;line-height:1.75;color:#A3A3A3;margin-bottom:12px}
.page-auth .au-prose p:last-child{margin-bottom:0}
.page-auth .au-versus{display:grid;gap:12px}
@media(min-width:640px){.page-auth .au-versus{grid-template-columns:1fr 1fr}}
.page-auth .au-versus-col{padding:16px;border-radius:14px;border:1px solid #454545;background:#3D3D3D}
.page-auth .au-versus-col--in{border-color:rgba(34,197,94,.35);background:rgba(34,197,94,.06)}
.page-auth .au-versus-col--up{border-color:rgba(249,115,22,.35);background:rgba(249,115,22,.06)}
.page-auth .au-versus-col h3{font-size:14px;font-weight:800;margin-bottom:10px}
.page-auth .au-versus-col--in h3{color:#22C55E}
.page-auth .au-versus-col--up h3{color:#FB923C}
.page-auth .au-versus-col dl{font-size:12px;color:#A3A3A3}
.page-auth .au-versus-col dt{font-weight:700;color:#737373;margin-top:8px;font-size:10px;text-transform:uppercase;letter-spacing:.04em}
.page-auth .au-versus-col dd{margin:2px 0 0;line-height:1.5}
.page-auth .au-paths{display:grid;gap:16px}
@media(min-width:768px){.page-auth .au-paths{grid-template-columns:1fr 1fr}}
.page-auth .au-path h3{font-size:14px;font-weight:800;color:#FB923C;margin-bottom:12px}
.page-auth .au-path ol{list-style:none;margin:0;padding:0 0 0 8px;border-left:2px solid #454545}
.page-auth .au-path li{position:relative;padding:0 0 18px 18px}
.page-auth .au-path li:last-child{padding-bottom:0}
.page-auth .au-path li::before{content:"";position:absolute;left:-13px;top:4px;width:10px;height:10px;border-radius:50%;background:#F97316;border:3px solid #2A2A2A}
.page-auth .au-path strong{display:block;font-size:13px;color:#F5F5F5;margin-bottom:3px}
.page-auth .au-path span{font-size:12px;color:#A3A3A3;line-height:1.5}
.page-auth .au-alert{padding:16px 18px;margin-bottom:28px;border-radius:14px;border:1px solid rgba(250,204,21,.4);background:rgba(250,204,21,.08)}
.page-auth .au-alert h3{font-size:14px;font-weight:800;color:#FACC15;margin-bottom:6px}
.page-auth .au-alert p{font-size:13px;color:#FDE68A;line-height:1.6;margin:0}
.page-auth .au-trust{display:grid;gap:10px}
@media(min-width:600px){.page-auth .au-trust{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){.page-auth .au-trust{grid-template-columns:repeat(3,1fr)}}
.page-auth .au-trust-item{padding:14px;border-radius:12px;border:1px solid #454545;background:#3D3D3D}
.page-auth .au-trust-item h3{font-size:13px;font-weight:700;color:#FB923C;margin-bottom:6px}
.page-auth .au-trust-item p{font-size:12px;color:#A3A3A3;line-height:1.5;margin:0}
.page-auth .au-req{display:grid;gap:8px}
@media(min-width:640px){.page-auth .au-req{grid-template-columns:repeat(2,1fr)}}
.page-auth .au-req-item{display:flex;gap:10px;padding:12px;border-radius:12px;border:1px solid #454545;background:#3D3D3D;font-size:12px;color:#A3A3A3;line-height:1.5}
.page-auth .au-req-item::before{content:"✓";color:#FB923C;font-weight:800;flex-shrink:0}
.page-auth .au-fix{display:grid;gap:10px}
@media(min-width:640px){.page-auth .au-fix{grid-template-columns:repeat(2,1fr)}}
.page-auth .au-fix-card{padding:14px;border-radius:12px;border:1px solid #454545;background:#3D3D3D}
.page-auth .au-fix-card h3{font-size:13px;font-weight:800;color:#F5F5F5;margin-bottom:4px}
.page-auth .au-fix-card p{font-size:11px;color:#737373;margin:0 0 6px}
.page-auth .au-fix-card span{font-size:12px;color:#A3A3A3;line-height:1.5}
.page-auth .au-hints{display:flex;flex-wrap:wrap;gap:8px}
.page-auth .au-hint{flex:1 1 200px;padding:12px 14px;border-radius:12px;border:1px solid #454545;background:#3D3D3D}
.page-auth .au-hint strong{display:block;font-size:12px;color:#F5F5F5;margin-bottom:4px}
.page-auth .au-hint span{font-size:11px;color:#A3A3A3;line-height:1.45}
.page-auth .au-voices{display:grid;gap:10px}
@media(min-width:720px){.page-auth .au-voices{grid-template-columns:repeat(3,1fr)}}
.page-auth .au-voice{padding:14px;border-radius:12px;border:1px solid #454545;background:#3D3D3D;margin:0}
.page-auth .au-voice p{font-size:12px;line-height:1.6;color:#A3A3A3;margin:0 0 8px;font-style:italic}
.page-auth .au-voice footer{font-size:11px;font-weight:700;color:#FB923C}

/* pn-* panduan / install guide page */
.page-guide{background:#0E0E0E}
.page-guide .pn-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:24px}
@media(min-width:640px){.page-guide .pn-metrics{grid-template-columns:repeat(4,1fr)}}
.page-guide .pn-metric{text-align:center;padding:14px 10px;background:#2A2A2A;border:1px solid #454545;border-radius:12px}
.page-guide .pn-metric strong{display:block;font-size:1.2rem;font-weight:800;color:#FB923C}
.page-guide .pn-metric span{display:block;margin-top:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#737373}
.page-guide .pn-track{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px;padding:16px;background:#2A2A2A;border:1px solid #454545;border-radius:14px}
.page-guide .pn-track-item{flex:1 1 100px;text-align:center;padding:10px 8px;border-radius:10px;border:1px solid #454545;background:#3D3D3D}
.page-guide .pn-track-item span{display:block;font-size:10px;font-weight:800;color:#FB923C;margin-bottom:2px}
.page-guide .pn-track-item strong{font-size:11px;color:#F5F5F5;font-weight:700}
.page-guide .pn-action{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;margin-bottom:28px;background:linear-gradient(135deg,#2A2A2A,#323232);border:1px solid #454545;border-radius:16px}
.page-guide .pn-action-text h2{font-size:1rem;font-weight:800;color:#F5F5F5;margin:0 0 4px}
.page-guide .pn-action-text p{font-size:12px;color:#A3A3A3;margin:0;line-height:1.5}
.page-guide .pn-cta{display:inline-flex;padding:12px 22px;font-size:14px;font-weight:700;color:#fff!important;text-decoration:none;border-radius:10px;background:linear-gradient(135deg,#F97316,#EA580C);box-shadow:0 4px 14px rgba(234,88,12,.28);transition:transform .2s,filter .2s}
.page-guide .pn-cta:hover{transform:translateY(-1px);filter:brightness(1.05)}
.page-guide .pn-sec{margin-bottom:28px;padding:20px 18px;background:#2A2A2A;border:1px solid #454545;border-radius:16px}
.page-guide .pn-sec>h2{font-size:1rem;font-weight:800;color:#F5F5F5;margin-bottom:14px;padding-left:12px;border-left:3px solid #FB923C}
.page-guide .pn-sec>.pn-sub{font-size:13px;color:#A3A3A3;margin:-6px 0 14px;line-height:1.55}
.page-guide .pn-prose p{font-size:14px;line-height:1.75;color:#A3A3A3;margin-bottom:12px}
.page-guide .pn-prose p:last-child{margin-bottom:0}
.page-guide .pn-req{display:grid;gap:8px}
@media(min-width:640px){.page-guide .pn-req{grid-template-columns:repeat(2,1fr)}}
.page-guide .pn-req-item{padding:12px 14px;border-radius:12px;border:1px solid #454545;background:#3D3D3D}
.page-guide .pn-req-item b{display:block;font-size:13px;font-weight:800;color:#F5F5F5;margin-bottom:2px}
.page-guide .pn-req-item span{font-size:11px;color:#737373}
.page-guide .pn-req-item--ok{border-color:rgba(34,197,94,.35)}
.page-guide .pn-stages{display:flex;flex-direction:column;gap:12px}
.page-guide .pn-stage{display:grid;gap:12px;padding:18px;border-radius:14px;border:1px solid #454545;background:#3D3D3D}
@media(min-width:640px){.page-guide .pn-stage{grid-template-columns:44px 1fr}}
.page-guide .pn-stage-num{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;color:#fff;background:linear-gradient(135deg,#F97316,#EA580C);flex-shrink:0}
.page-guide .pn-stage h3{font-size:15px;font-weight:800;color:#F5F5F5;margin:0 0 8px}
.page-guide .pn-stage>p{font-size:13px;color:#A3A3A3;line-height:1.6;margin:0 0 10px}
.page-guide .pn-stage ul{font-size:12px;color:#A3A3A3;list-style:none;display:flex;flex-direction:column;gap:6px;margin:0 0 10px}
.page-guide .pn-stage li{padding-left:16px;position:relative}
.page-guide .pn-stage li::before{content:"›";position:absolute;left:0;color:#FB923C;font-weight:700}
.page-guide .pn-stage-tip{padding:10px 12px;margin-top:8px;border-radius:8px;border-left:3px solid #EA580C;background:#2A2A2A;font-size:11px;color:#A3A3A3;line-height:1.5}
.page-guide .pn-stage-link{display:inline-block;margin-top:10px;padding:9px 16px;font-size:12px;font-weight:700;color:#fff!important;text-decoration:none;border-radius:8px;background:linear-gradient(135deg,#22C55E,#16A34A)}
.page-guide .pn-perms{display:flex;flex-wrap:wrap;gap:8px}
.page-guide .pn-perm{flex:1 1 200px;padding:12px 14px;border-radius:12px;border:1px solid #454545;background:#3D3D3D}
.page-guide .pn-perm strong{display:block;font-size:12px;color:#FB923C;margin-bottom:4px}
.page-guide .pn-perm span{font-size:11px;color:#A3A3A3;line-height:1.45}
.page-guide .pn-trouble{display:grid;gap:10px}
@media(min-width:640px){.page-guide .pn-trouble{grid-template-columns:repeat(2,1fr)}}
.page-guide .pn-trouble-card{padding:14px;border-radius:12px;border:1px solid #454545;background:#3D3D3D}
.page-guide .pn-trouble-card h3{font-size:13px;font-weight:800;color:#F5F5F5;margin-bottom:6px}
.page-guide .pn-trouble-card p{font-size:12px;color:#A3A3A3;line-height:1.55;margin:0}
.page-guide .pn-versus{display:grid;gap:12px}
@media(min-width:640px){.page-guide .pn-versus{grid-template-columns:1fr 1fr}}
.page-guide .pn-versus-col{padding:16px;border-radius:14px;border:1px solid #454545;background:#3D3D3D}
.page-guide .pn-versus-col--play{border-color:rgba(59,130,246,.3);background:rgba(59,130,246,.06)}
.page-guide .pn-versus-col--apk{border-color:rgba(249,115,22,.35);background:rgba(249,115,22,.06)}
.page-guide .pn-versus-col h3{font-size:14px;font-weight:800;margin-bottom:10px}
.page-guide .pn-versus-col--play h3{color:#60A5FA}
.page-guide .pn-versus-col--apk h3{color:#FB923C}
.page-guide .pn-versus-col dl{font-size:12px;color:#A3A3A3}
.page-guide .pn-versus-col dt{font-weight:700;color:#737373;margin-top:8px;font-size:10px;text-transform:uppercase;letter-spacing:.04em}
.page-guide .pn-versus-col dd{margin:2px 0 0;line-height:1.5}
.page-guide .pn-hints{display:flex;flex-wrap:wrap;gap:8px}
.page-guide .pn-hint{flex:1 1 180px;padding:12px 14px;border-radius:12px;border:1px solid #454545;background:#3D3D3D}
.page-guide .pn-hint strong{display:block;font-size:12px;color:#F5F5F5;margin-bottom:4px}
.page-guide .pn-hint span{font-size:11px;color:#A3A3A3;line-height:1.45}
.page-guide .pn-voices{display:grid;gap:10px}
@media(min-width:720px){.page-guide .pn-voices{grid-template-columns:repeat(3,1fr)}}
.page-guide .pn-voice{padding:14px;border-radius:12px;border:1px solid #454545;background:#3D3D3D;margin:0}
.page-guide .pn-voice p{font-size:12px;line-height:1.6;color:#A3A3A3;margin:0 0 8px;font-style:italic}
.page-guide .pn-voice footer{font-size:11px;font-weight:700;color:#FB923C}

/* dw-* download / unduh page */
.page-dl{background:#0E0E0E}
.page-dl .dw-head{display:grid;gap:16px;margin-bottom:24px;padding:20px;background:#2A2A2A;border:1px solid #454545;border-radius:18px}
@media(min-width:760px){.page-dl .dw-head{grid-template-columns:auto 1fr auto;align-items:center;gap:24px}}
.page-dl .dw-app{display:flex;align-items:center;gap:14px}
.page-dl .dw-app img{width:72px;height:72px;border-radius:16px;border:1px solid #454545}
.page-dl .dw-app-info strong{display:block;font-size:1.1rem;font-weight:800;color:#F5F5F5}
.page-dl .dw-app-info span{display:block;font-size:12px;color:#737373;margin-top:2px}
.page-dl .dw-app-info time{display:block;font-size:11px;color:#FB923C;margin-top:4px}
.page-dl .dw-meta{display:flex;flex-wrap:wrap;gap:8px}
.page-dl .dw-meta span{font-size:11px;font-weight:700;padding:6px 10px;border-radius:8px;background:#3D3D3D;border:1px solid #454545;color:#A3A3A3}
.page-dl .dw-meta span b{color:#F5F5F5;margin-right:4px}
.page-dl .dw-cta-col{text-align:center}
@media(min-width:760px){.page-dl .dw-cta-col{text-align:right}}
.page-dl .dw-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 24px;font-size:14px;font-weight:700;text-decoration:none;border-radius:10px;transition:transform .2s,filter .2s}
.page-dl .dw-btn--main{color:#fff!important;background:linear-gradient(135deg,#F97316,#EA580C);box-shadow:0 4px 14px rgba(234,88,12,.28)}
.page-dl .dw-btn--main:hover{transform:translateY(-1px);filter:brightness(1.05)}
.page-dl .dw-btn--alt{color:#FB923C!important;background:#3D3D3D;border:1px solid #454545}
.page-dl .dw-btn--alt:hover{background:#454545;color:#fff!important}
.page-dl .dw-btn--link{color:#FB923C!important;background:transparent;border:1px dashed #525252;padding:11px 18px}
.page-dl .dw-btn--link:hover{border-style:solid;background:#3D3D3D}
.page-dl .dw-cta-note{display:block;margin-top:8px;font-size:11px;color:#737373}
.page-dl .dw-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:24px}
@media(min-width:640px){.page-dl .dw-stats{grid-template-columns:repeat(4,1fr)}}
.page-dl .dw-stat{text-align:center;padding:14px 10px;background:#2A2A2A;border:1px solid #454545;border-radius:12px}
.page-dl .dw-stat strong{display:block;font-size:1.25rem;font-weight:800;color:#FB923C}
.page-dl .dw-stat span{display:block;margin-top:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#737373}
.page-dl .dw-sec{margin-bottom:28px;padding:20px 18px;background:#2A2A2A;border:1px solid #454545;border-radius:16px}
.page-dl .dw-sec>h2{font-size:1rem;font-weight:800;color:#F5F5F5;margin-bottom:14px;padding-left:12px;border-left:3px solid #FB923C}
.page-dl .dw-sec>.dw-sub{font-size:13px;color:#A3A3A3;margin:-6px 0 14px;line-height:1.55}
.page-dl .dw-prose p{font-size:14px;line-height:1.75;color:#A3A3A3;margin-bottom:12px}
.page-dl .dw-prose p:last-child{margin-bottom:0}
.page-dl .dw-packs{display:flex;flex-direction:column;gap:10px}
.page-dl .dw-pack{display:grid;gap:12px;padding:16px;border-radius:14px;border:1px solid #454545;background:#3D3D3D}
@media(min-width:640px){.page-dl .dw-pack{grid-template-columns:1fr auto;align-items:center}}
.page-dl .dw-pack--feat{border-color:rgba(249,115,22,.4);background:linear-gradient(135deg,#3D3D3D,#323232)}
.page-dl .dw-pack-head{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px}
.page-dl .dw-pack-head h3{font-size:15px;font-weight:800;color:#F5F5F5;margin:0}
.page-dl .dw-pack-flag{font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:3px 8px;border-radius:6px;background:linear-gradient(135deg,#F97316,#EA580C);color:#fff}
.page-dl .dw-pack p{font-size:12px;color:#A3A3A3;line-height:1.55;margin:0 0 8px}
.page-dl .dw-pack-meta{display:flex;flex-wrap:wrap;gap:10px;font-size:11px;color:#737373}
.page-dl .dw-pack-meta b{color:#F5F5F5}
.page-dl .dw-pack-act{text-align:center}
@media(min-width:640px){.page-dl .dw-pack-act{min-width:140px}}
.page-dl .dw-compare{display:grid;gap:10px}
@media(min-width:640px){.page-dl .dw-compare{grid-template-columns:repeat(3,1fr)}}
.page-dl .dw-compare-card{padding:14px;border-radius:12px;border:1px solid #454545;background:#3D3D3D;text-align:center}
.page-dl .dw-compare-card h3{font-size:13px;font-weight:800;color:#FB923C;margin-bottom:8px}
.page-dl .dw-compare-card dl{font-size:11px;color:#A3A3A3}
.page-dl .dw-compare-card dt{font-weight:700;color:#737373;margin-top:6px}
.page-dl .dw-compare-card dd{margin:2px 0 0}
.page-dl .dw-reasons{display:grid;gap:8px}
@media(min-width:640px){.page-dl .dw-reasons{grid-template-columns:repeat(2,1fr)}}
.page-dl .dw-reason{padding:12px 14px;border-radius:12px;border:1px solid #454545;background:#3D3D3D}
.page-dl .dw-reason strong{display:block;font-size:12px;color:#F5F5F5;margin-bottom:4px}
.page-dl .dw-reason span{font-size:11px;color:#A3A3A3;line-height:1.45}
.page-dl .dw-verify{display:grid;gap:14px}
@media(min-width:720px){.page-dl .dw-verify{grid-template-columns:1.1fr 1fr}}
.page-dl .dw-hash-box,.page-dl .dw-perm-box{padding:16px;border-radius:12px;border:1px solid #454545;background:#3D3D3D}
.page-dl .dw-hash-box h3,.page-dl .dw-perm-box h3{font-size:14px;font-weight:800;color:#F5F5F5;margin-bottom:8px}
.page-dl .dw-hash-box>p,.page-dl .dw-perm-box>p{font-size:12px;color:#A3A3A3;margin-bottom:12px;line-height:1.5}
.page-dl .dw-hash-row{display:flex;flex-direction:column;gap:8px}
@media(min-width:480px){.page-dl .dw-hash-row{flex-direction:row;align-items:stretch}}
.page-dl .dw-hash-row code{flex:1;font-family:Consolas,ui-monospace,monospace;font-size:10px;line-height:1.5;padding:10px;background:#0A0A0A;color:#FDE047;border-radius:8px;word-break:break-all}
.page-dl .dw-copy{padding:10px 16px;font-size:12px;font-weight:700;border:0;border-radius:8px;background:#FB923C;color:#fff;cursor:pointer;white-space:nowrap}
.page-dl .dw-copy:hover{background:#C2410C}
.page-dl .dw-copy.is-ok{background:#059669}
.page-dl .dw-hash-tip{font-size:11px;color:#737373;margin-top:8px;line-height:1.45}
.page-dl .dw-perm-list{list-style:none;font-size:12px;color:#A3A3A3}
.page-dl .dw-perm-list li{padding:6px 0 6px 16px;position:relative;border-bottom:1px solid #454545}
.page-dl .dw-perm-list li:last-child{border-bottom:0}
.page-dl .dw-perm-list li::before{content:"›";position:absolute;left:0;color:#FB923C;font-weight:700}
.page-dl .dw-req{display:grid;gap:6px}
.page-dl .dw-req li{list-style:none;padding:10px 12px 10px 28px;position:relative;font-size:13px;color:#A3A3A3;border-radius:10px;background:#3D3D3D;border:1px solid #454545}
.page-dl .dw-req li::before{content:"";position:absolute;left:12px;top:14px;width:6px;height:6px;border-radius:50%;background:#FB923C}
.page-dl .dw-flow{display:flex;flex-direction:column;gap:0;border-left:2px solid #454545;margin-left:10px;padding-left:20px}
.page-dl .dw-flow li{list-style:none;padding:0 0 18px;position:relative}
.page-dl .dw-flow li::before{content:"";position:absolute;left:-27px;top:4px;width:12px;height:12px;border-radius:50%;background:#2A2A2A;border:3px solid #FB923C}
.page-dl .dw-flow li:first-child::before{background:#FB923C}
.page-dl .dw-flow strong{display:block;font-size:13px;color:#F5F5F5;margin-bottom:4px}
.page-dl .dw-flow span{font-size:12px;color:#A3A3A3;line-height:1.5}
.page-dl .dw-more{display:inline-block;margin-top:12px;font-size:13px;font-weight:600;color:#FB923C;text-decoration:none}
.page-dl .dw-more:hover{text-decoration:underline}
.page-dl .dw-hints{display:flex;flex-wrap:wrap;gap:8px}
.page-dl .dw-hint{flex:1 1 200px;padding:12px 14px;border-radius:12px;border:1px solid #454545;background:#3D3D3D}
.page-dl .dw-hint strong{display:block;font-size:12px;color:#F5F5F5;margin-bottom:4px}
.page-dl .dw-hint span{font-size:11px;color:#A3A3A3;line-height:1.45}
.page-dl .dw-log{display:flex;flex-direction:column;gap:10px}
.page-dl .dw-log-item{padding:14px;border-radius:12px;border:1px solid #454545;background:#3D3D3D}
.page-dl .dw-log-head{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px}
.page-dl .dw-log-head b{font-size:14px;font-weight:800;color:#F5F5F5}
.page-dl .dw-log-head time{font-size:11px;color:#737373}
.page-dl .dw-log-item>p{font-size:12px;color:#A3A3A3;line-height:1.55;margin:0}
.page-dl .dw-voices{display:grid;gap:10px}
@media(min-width:720px){.page-dl .dw-voices{grid-template-columns:repeat(3,1fr)}}
.page-dl .dw-voice{padding:14px;border-radius:12px;border:1px solid #454545;background:#3D3D3D;margin:0}
.page-dl .dw-voice p{font-size:12px;line-height:1.6;color:#A3A3A3;margin:0 0 8px;font-style:italic}
.page-dl .dw-voice footer{font-size:11px;font-weight:700;color:#FB923C}
