.hero{margin:24px 0;padding:36px;border-radius:24px;background:linear-gradient(135deg,#16a34a,#0f766e);color:white}.hero h1{margin:0 0 10px;font-size:34px}.hero p{margin:0;font-size:17px;opacity:.95}.chips{display:flex;flex-wrap:wrap;gap:10px}.chips a{background:#fff;border:1px solid #e5e7eb;padding:10px 16px;border-radius:999px;font-weight:700}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.detail-box{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:24px;margin:26px 0}.detail-head{display:flex;gap:18px;align-items:center}.detail-head img{width:110px;height:110px;border-radius:24px;object-fit:cover}.detail-head h1{margin:0 0 8px;font-size:30px}.badge{display:inline-block;background:#dcfce7;color:#166534;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800}.specs{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin:24px 0}.specs div{background:#f8fafc;border:1px solid #e5e7eb;padding:14px;border-radius:16px}.specs b,.specs span{display:block}.specs span{margin-top:5px;color:#667085}.content{line-height:1.7;color:#344054}.download-btn{width:100%;border:0;background:#16a34a;color:#fff;padding:17px;border-radius:16px;font-size:18px;font-weight:900;cursor:pointer}.footer{margin-top:40px;padding:25px 0;color:#667085;text-align:center}.table-wrap{overflow:auto;background:#fff;border-radius:16px;border:1px solid #e5e7eb}table{width:100%;border-collapse:collapse}th,td{padding:13px;border-bottom:1px solid #e5e7eb;text-align:left}th{background:#f8fafc}.admin-layout{display:flex;min-height:100vh}.sidebar{width:240px;background:#111827;color:#fff;padding:22px;position:fixed;top:0;bottom:0}.sidebar h2{margin-top:0}.sidebar a{display:block;color:#d1d5db;padding:12px;border-radius:12px}.sidebar a:hover{background:#1f2937;color:#fff}.admin-main{margin-left:240px;padding:24px;width:calc(100% - 240px)}.card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:20px;margin-bottom:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-group{display:flex;flex-direction:column;gap:7px}.form-group input,.form-group select,.form-group textarea{padding:13px;border:1px solid #d0d5dd;border-radius:12px;width:100%}.form-group textarea{min-height:150px}.btn{display:inline-block;border:0;background:#16a34a;color:#fff;padding:11px 15px;border-radius:12px;font-weight:800;cursor:pointer}.btn.red{background:#dc2626}.btn.dark{background:#111827}.login-box{width:min(420px,92%);margin:80px auto;background:#fff;border:1px solid #e5e7eb;padding:25px;border-radius:22px}.alert{padding:12px;border-radius:12px;margin:12px 0}.alert.error{background:#fee2e2;color:#991b1b}.alert.success{background:#dcfce7;color:#166534}@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}.specs{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.hero{padding:24px}.hero h1{font-size:26px}.grid{grid-template-columns:1fr}.detail-head{align-items:flex-start}.detail-head h1{font-size:24px}.sidebar{position:static;width:100%}.admin-layout{display:block}.admin-main{margin-left:0;width:100%}.form-grid{grid-template-columns:1fr}}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:12px !important}.chips{display:flex;flex-wrap:nowrap !important;overflow-x:auto;gap:10px;padding:4px 0 10px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chips a{flex:0 0 auto;white-space:nowrap}.footer{text-align:left;background:#0f172a;color:#cbd5e1;margin-top:45px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:24px;padding:30px 0}.footer h3,.footer h4{color:#fff;margin-top:0}.footer a{display:block;color:#cbd5e1;margin:9px 0;font-size:14px}.footer a:hover{color:#fff}.reorder-list{display:flex;flex-direction:column;gap:10px;touch-action:none}.reorder-item{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:12px;user-select:none;touch-action:none}.reorder-item.dragging{opacity:.65;border-color:#16a34a;box-shadow:0 12px 22px rgba(15,23,42,.12)}.drag-handle{width:42px;height:42px;display:grid;place-items:center;background:#f1f5f9;border-radius:12px;font-size:22px;cursor:grab;touch-action:none}.reorder-item img{width:52px;height:52px;border-radius:13px;object-fit:cover}.reorder-item b{display:block}.reorder-item small{color:#667085}@media(max-width:650px){.grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:8px !important}.footer-grid{grid-template-columns:1fr}}.breadcrumb{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin:18px 0 -8px;font-size:13px;color:#667085}.breadcrumb a{color:#166534;font-weight:700}.report-box{margin-top:22px;padding:18px;background:#fff7ed;border:1px solid #fed7aa;border-radius:18px}.report-box h2{margin-top:0}.report-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.report-box input,.report-box select,.report-box textarea{width:100%;border:1px solid #d0d5dd;border-radius:12px;padding:12px;background:#fff}.report-box textarea{min-height:110px}.related-grid{margin-top:12px}@media(max-width:650px){.report-grid{grid-template-columns:1fr}}.pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:28px 0 8px}.pagination a,.pagination span{min-width:40px;height:40px;padding:0 12px;border-radius:12px;background:#fff;border:1px solid #e5e7eb;display:grid;place-items:center;font-weight:800;color:#344054}.pagination a.active{background:#16a34a;color:#fff;border-color:#16a34a}.pagination a:hover{border-color:#16a34a}.admin-body{background:#eef2f7;color:#0f172a}.admin-layout{display:flex;min-height:100vh}.sidebar{width:280px;background:linear-gradient(180deg,#0f172a,#111827);color:#fff;padding:18px;position:fixed;top:0;bottom:0;left:0;z-index:1000;box-shadow:12px 0 35px rgba(15,23,42,.2);overflow-y:auto}.sidebar-brand{display:flex;align-items:center;gap:12px;padding:10px 8px 18px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:14px}.sidebar-logo,.login-logo{width:44px;height:44px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,#22c55e,#14b8a6);color:white;font-weight:900;font-size:22px;box-shadow:0 10px 22px rgba(34,197,94,.25)}.sidebar-brand b{display:block;font-size:16px}.sidebar-brand small{display:block;color:#94a3b8;margin-top:3px;max-width:175px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-nav{display:flex;flex-direction:column;gap:6px}.sidebar a{display:flex;align-items:center;gap:10px;color:#d1d5db;padding:12px 13px;border-radius:14px;font-weight:700;transition:.18s ease}.sidebar a:hover{background:rgba(255,255,255,.09);color:#fff;transform:translateX(3px)}.sidebar a.logout-link{margin-top:10px;background:rgba(220,38,38,.15);color:#fecaca}.admin-main{margin-left:280px;padding:22px;width:calc(100% - 280px)}.admin-topbar{min-height:70px;background:rgba(255,255,255,.86);backdrop-filter:blur(12px);border:1px solid rgba(226,232,240,.85);border-radius:22px;display:flex;align-items:center;gap:12px;padding:14px 18px;margin-bottom:22px;box-shadow:0 12px 30px rgba(15,23,42,.06);position:sticky;top:12px;z-index:50}.admin-topbar b{display:block;font-size:17px}.admin-topbar small{display:block;color:#64748b;margin-top:3px}.admin-menu-btn{display:none;width:44px;height:44px;border:0;border-radius:14px;background:#0f172a;color:#fff;font-size:20px}.admin-page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin:6px 0 20px}.admin-page-head h1{margin:0;font-size:30px;letter-spacing:-.04em}.admin-page-head p{margin:7px 0 0;color:#64748b}.admin-stat-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:18px}.admin-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:18px;display:flex;align-items:center;gap:14px;box-shadow:0 12px 25px rgba(15,23,42,.05)}.admin-stat-card span{width:48px;height:48px;display:grid;place-items:center;background:#f0fdf4;border-radius:16px;font-size:23px}.admin-stat-card.warning span{background:#fff7ed}.admin-stat-card small{display:block;color:#64748b;font-weight:700}.admin-stat-card b{display:block;font-size:27px;margin-top:4px}.admin-two-col{display:grid;grid-template-columns:1.4fr .8fr;gap:16px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:20px;margin-bottom:18px;box-shadow:0 12px 28px rgba(15,23,42,.05)}.card h2{margin-top:0;letter-spacing:-.025em}.admin-mini-list{display:flex;flex-direction:column;gap:8px}.admin-mini-list a{display:flex;justify-content:space-between;align-items:center;gap:12px;border:1px solid #e5e7eb;border-radius:16px;padding:13px;color:#0f172a;background:#f8fafc}.admin-mini-list a:hover{border-color:#22c55e;background:#f0fdf4}.admin-mini-list b{display:block}.admin-mini-list small{color:#64748b}.admin-action-stack{display:flex;flex-direction:column;gap:10px}.table-wrap{overflow:auto;background:#fff;border-radius:22px;border:1px solid #e5e7eb;box-shadow:0 12px 28px rgba(15,23,42,.05)}table{min-width:850px}th{background:#f8fafc;color:#475569;font-size:12px;text-transform:uppercase;letter-spacing:.04em}th,td{padding:14px;vertical-align:middle}tr:hover td{background:#fbfdff}.form-grid{gap:16px}.form-group label{color:#334155;font-weight:800;font-size:13px}.form-group input,.form-group select,.form-group textarea{border:1px solid #dbe3ef;background:#fff;transition:.16s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:0;border-color:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.12)}.btn{border:0;background:linear-gradient(135deg,#16a34a,#10b981);color:#fff;padding:11px 16px;border-radius:13px;font-weight:900;cursor:pointer;box-shadow:0 9px 16px rgba(22,163,74,.18)}.btn:hover{filter:brightness(.98);transform:translateY(-1px)}.btn.red{background:linear-gradient(135deg,#dc2626,#ef4444);box-shadow:0 9px 16px rgba(220,38,38,.16)}.btn.dark{background:linear-gradient(135deg,#0f172a,#334155);box-shadow:0 9px 16px rgba(15,23,42,.16)}.alert{border-radius:15px;font-weight:700}.admin-login-body{min-height:100vh;background:radial-gradient(circle at top left,rgba(34,197,94,.25),transparent 35%),radial-gradient(circle at bottom right,rgba(20,184,166,.18),transparent 35%),#0f172a;display:grid;place-items:center}.admin-login-card{margin:0;border:1px solid rgba(255,255,255,.15);box-shadow:0 25px 70px rgba(0,0,0,.3)}.admin-login-card h1{margin-bottom:8px}.admin-login-card p{margin-top:0;color:#64748b}.admin-login-card .login-logo{margin-bottom:12px}.admin-login-btn{width:100%;padding:14px}.admin-overlay{display:none}.reorder-item{box-shadow:0 8px 18px rgba(15,23,42,.04)}@media(max-width:1100px){.admin-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-two-col{grid-template-columns:1fr}}@media(max-width:760px){.admin-main{margin-left:0;width:100%;padding:12px}.sidebar{transform:translateX(-105%);transition:.22s ease;width:min(86vw,310px)}.sidebar.open{transform:translateX(0)}.admin-overlay.show{display:block;position:fixed;inset:0;background:rgba(15,23,42,.45);z-index:900}.admin-menu-btn{display:grid;place-items:center;flex:0 0 auto}.admin-topbar{top:8px;border-radius:18px;padding:12px}.admin-topbar small{display:none}.admin-page-head{align-items:stretch;flex-direction:column}.admin-page-head h1{font-size:25px}.admin-stat-grid{grid-template-columns:1fr 1fr;gap:10px}.admin-stat-card{padding:14px;border-radius:18px;flex-direction:column;align-items:flex-start}.admin-stat-card span{width:40px;height:40px;font-size:19px}.admin-stat-card b{font-size:23px}.card{border-radius:18px;padding:16px}table{min-width:760px}.btn{padding:10px 13px}}@media(max-width:420px){.admin-stat-grid{grid-template-columns:1fr}}.admin-image-preview{margin-top:10px;display:flex;align-items:center;gap:12px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:10px}.admin-image-preview img{width:58px;height:58px;border-radius:15px;object-fit:cover;background:#fff;border:1px solid #e5e7eb}.admin-image-preview small{color:#64748b;word-break:break-all}.muted-note{color:#64748b;background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:12px}@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes softPulse{0%,100%{box-shadow:0 12px 25px rgba(15,23,42,.05)}50%{box-shadow:0 18px 35px rgba(34,197,94,.13)}}@keyframes shineMove{from{transform:translateX(-120%)}to{transform:translateX(120%)}}.admin-stat-card:nth-child(2){animation-delay:.04s}.admin-stat-card:nth-child(3){animation-delay:.08s}.admin-stat-card:nth-child(4){animation-delay:.12s}.admin-stat-card:nth-child(5){animation-delay:.16s}.admin-stat-card.glow{position:relative;overflow:hidden;animation:fadeUp .36s ease both,softPulse 3.8s ease-in-out infinite}.admin-stat-card.glow::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transform:translateX(-120%);animation:shineMove 4.5s ease-in-out infinite}.download-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.bulk-toolbar{display:flex;align-items:center;gap:12px;justify-content:space-between;flex-wrap:wrap}.bulk-toolbar b,.bulk-toolbar small{display:block}.bulk-toolbar small{color:#64748b;margin-top:3px}.bulk-toolbar select{border:1px solid #dbe3ef;background:#fff;border-radius:13px;padding:11px 13px;min-width:190px}.admin-filter-card{position:relative;overflow:hidden}.admin-filter-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.pill{display:inline-flex;align-items:center;justify-content:center;padding:5px 9px;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:12px;font-weight:900}.pill.ok{background:#dcfce7;color:#166534}.pill.warn{background:#fef3c7;color:#92400e}.source-bars{display:flex;flex-direction:column;gap:14px}.source-row{display:flex;flex-direction:column;gap:8px}.source-row>div:first-child{display:flex;justify-content:space-between;gap:10px}.source-row span{color:#64748b;font-size:13px}.source-progress{height:12px;background:#eef2f7;border-radius:999px;overflow:hidden}.source-progress i{display:block;height:100%;background:linear-gradient(90deg,#16a34a,#14b8a6);border-radius:999px}.activity-list{display:flex;flex-direction:column;gap:10px}.activity-item{border:1px solid #e5e7eb;background:#f8fafc;border-radius:16px;padding:12px}.activity-item b,.activity-item span,.activity-item small{display:block}.activity-item span{color:#64748b;font-size:12px;margin-top:3px}.activity-item small{color:#334155;margin-top:6px}.muted-text{color:#64748b}.admin-pagination{margin-bottom:24px}.btn:active{transform:scale(.98)}@media(max-width:980px){.admin-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.download-stat-grid{grid-template-columns:1fr}}@media(max-width:650px){.bulk-toolbar{align-items:stretch;flex-direction:column}.bulk-toolbar select,.bulk-toolbar button{width:100%}.admin-filter-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation:none !important;transition:none !important;scroll-behavior:auto !important}}@keyframes heroFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes cardPop{from{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes chipSlide{from{opacity:0;transform:translateX(12px)}to{opacity:1;transform:translateX(0)}}@keyframes shimmerSoft{from{transform:translateX(-140%)}to{transform:translateX(140%)}}.hero{position:relative;overflow:hidden;isolation:isolate}.hero::before{content:"";position:absolute;inset:-60px;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.28),transparent 25%),radial-gradient(circle at 80% 30%,rgba(255,255,255,.16),transparent 30%);z-index:-1;animation:heroFloat 5s ease-in-out infinite}.hero::after{content:"";position:absolute;top:0;bottom:0;width:38%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);transform:translateX(-140%);animation:shimmerSoft 5.5s ease-in-out infinite}.chips a{animation:chipSlide .35s ease both}.chips a:nth-child(2){animation-delay:.03s}.chips a:nth-child(3){animation-delay:.06s}.chips a:nth-child(4){animation-delay:.09s}.chips a:nth-child(5){animation-delay:.12s}.chips a:nth-child(6){animation-delay:.15s}.reorder-help{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.reorder-help b,.reorder-help span{display:block}.reorder-help span{color:#64748b;margin-top:4px}.reorder-list{touch-action:auto !important}.reorder-item{touch-action:auto !important;cursor:grab}.reorder-item:active{cursor:grabbing}.drag-handle{cursor:grab;touch-action:none}.reorder-info{flex:1;min-width:0}.reorder-info b{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.reorder-actions{display:flex;gap:7px;margin-left:auto}.move-btn{width:40px;height:40px;border:0;border-radius:13px;background:#0f172a;color:#fff;font-size:18px;font-weight:900;box-shadow:0 8px 15px rgba(15,23,42,.14)}.move-btn:active{transform:scale(.94)}.reorder-item.moved{animation:reorderMoved .45s ease}@keyframes reorderMoved{0%{background:#dcfce7;transform:scale(.985)}100%{background:#fff;transform:scale(1)}}@media(max-width:650px){.reorder-item{gap:9px;padding:10px}.drag-handle{display:none}.reorder-item img{width:46px;height:46px}.move-btn{width:38px;height:38px}.reorder-help{align-items:stretch;flex-direction:column}.reorder-help .btn{width:100%}}.category-exit-bar{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:18px;margin-bottom:18px;box-shadow:0 12px 28px rgba(15,23,42,.05)}.category-exit-bar h1{margin:0}.category-exit-bar p{margin:6px 0 0;color:#64748b}.trending-hero{background:linear-gradient(135deg,#f97316,#16a34a)}html[data-theme="dark"] body{background:#0b1220;color:#e5e7eb}html[data-theme="dark"] .specs div,html[data-theme="dark"] .report-box,html[data-theme="dark"] .activity-item,html[data-theme="dark"] .admin-mini-list a,html[data-theme="dark"] .source-progress{background:#0f172a;border-color:#243244}html[data-theme="dark"] .footer{background:#050816}html[data-theme="dark"] .hero{box-shadow:0 18px 35px rgba(0,0,0,.25)}@media(max-width:650px){.category-exit-bar{flex-direction:column}.category-exit-bar .btn{width:100%;text-align:center}}.top-download-form{margin:18px 0 8px}.detail-box .top-download-form .download-btn{box-shadow:0 14px 24px rgba(22,163,74,.22)}.category-reorder-list{margin-bottom:24px}.category-reorder-item{align-items:center}.category-order-badge{min-width:48px;height:38px;display:grid;place-items:center;border-radius:13px;background:#f0fdf4;color:#166534;font-weight:900;border:1px solid #bbf7d0}.category-crud-actions{display:flex;align-items:center;gap:8px;margin-left:8px}html[data-theme="dark"] .category-order-badge{background:#052e16;color:#bbf7d0;border-color:#166534}@media(max-width:760px){.category-reorder-item{flex-wrap:wrap}.category-crud-actions{width:100%;margin-left:0;display:grid;grid-template-columns:1fr 1fr}.category-crud-actions .btn{text-align:center}.category-order-badge{min-width:42px}.top-download-form{margin:16px 0 10px}}.error-page{min-height:55vh;display:grid;place-items:center;padding:35px 0}.error-card{width:min(620px,100%);background:#fff;border:1px solid #e5e7eb;border-radius:28px;padding:32px;text-align:center;box-shadow:0 18px 40px rgba(15,23,42,.08);animation:fadeUp .35s ease both}.error-number{font-size:96px;line-height:1;font-weight:900;letter-spacing:-.08em;color:#16a34a;opacity:.9}.error-card h1{margin:12px 0 8px;font-size:32px}.error-card p{color:#64748b;line-height:1.7;margin:0 auto 22px;max-width:480px}.error-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}html[data-theme="dark"] .error-card{background:#111827;border-color:#243244}html[data-theme="dark"] .error-card p{color:#94a3b8}@media(max-width:650px){.error-card{padding:26px 18px;border-radius:22px}.error-number{font-size:78px}.error-card h1{font-size:25px}.error-actions{flex-direction:column}.error-actions .btn{width:100%}}.site-notice-overlay{position:fixed;inset:0;background:rgba(15,23,42,.58);backdrop-filter:blur(8px);display:grid;place-items:center;padding:18px;z-index:9999;opacity:0;pointer-events:none;transition:.25s ease}.site-notice-overlay.show{opacity:1;pointer-events:auto}.site-notice-card{width:min(460px,100%);background:#fff;border:1px solid #e5e7eb;border-radius:28px;padding:26px;text-align:center;position:relative;box-shadow:0 25px 80px rgba(0,0,0,.25);transform:translateY(18px) scale(.96);transition:.25s ease}.site-notice-overlay.show .site-notice-card{transform:translateY(0) scale(1)}.site-notice-close{position:absolute;top:12px;right:12px;width:38px;height:38px;border:0;border-radius:999px;background:#f1f5f9;color:#0f172a;font-size:24px;cursor:pointer}.site-notice-icon{width:72px;height:72px;display:grid;place-items:center;margin:0 auto 14px;border-radius:24px;background:#dcfce7;font-size:34px}.site-notice-card h2{margin:0 0 10px;font-size:25px}.site-notice-card p{color:#64748b;line-height:1.7;margin:0 0 20px}.site-notice-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}html[data-theme="dark"] .site-notice-card{background:#111827;border-color:#243244;color:#e5e7eb}html[data-theme="dark"] .site-notice-card p{color:#94a3b8}html[data-theme="dark"] .site-notice-close{background:#0f172a;color:#e5e7eb}@media(max-width:650px){.site-notice-card{border-radius:24px;padding:24px 18px}.site-notice-actions{flex-direction:column}.site-notice-actions .btn{width:100%}}.download-link{display:block;text-align:center}.empty-state{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:22px;color:#64748b}html[data-theme="dark"] .empty-state{background:#111827;border-color:#243244;color:#94a3b8}.apkmod-page{background:#fff;border-radius:22px;padding:24px;margin:22px 0;border:1px solid #e5e7eb}.apkmod-app-head{display:flex;align-items:center;gap:22px;margin-bottom:16px}.apkmod-icon{width:118px;height:118px;object-fit:cover;border-radius:26px;box-shadow:0 10px 25px rgba(15,23,42,.10);flex:0 0 auto}.apkmod-title-wrap h1{margin:0 0 8px;font-size:38px;line-height:1.05;letter-spacing:-.03em}.apkmod-category{display:inline-block;color:#16b7aa;font-size:22px;font-weight:700;margin-bottom:8px}.apkmod-stats{display:grid;grid-template-columns:repeat(3,1fr);max-width:540px;margin:12px 0 24px}.apkmod-stats div{text-align:center;padding:8px 14px;border-right:2px solid #111827}.apkmod-stats div:last-child{border-right:0}.apkmod-stats b{display:block;font-size:22px}.apkmod-stats span{color:#667085;font-size:12px}.safe-box{display:flex;gap:14px;align-items:flex-start;margin:14px 0 18px;color:#111827}.safe-icon{width:38px;height:38px;border-radius:50%;background:#44bf5c;color:#44bf5c;display:inline-grid;place-items:center;flex:0 0 auto;box-shadow:0 0 0 6px rgba(68,191,92,.14)}.safe-box b{font-size:26px;line-height:1.15}.safe-box p{margin:6px 0 0;color:#2276bd;font-size:18px}.apkmod-download-main,.apkmod-download-final{width:100%;display:flex;justify-content:center;align-items:center;border:0;border-radius:10px;padding:19px;min-height:64px;background:#f75bc3;color:#fff;font-size:26px;font-weight:800;cursor:pointer;box-shadow:0 8px 18px rgba(247,91,195,.24);transition:.2s}.apkmod-download-main:hover,.apkmod-download-final:hover{filter:brightness(.96);transform:translateY(-1px)}.install-toggle{margin:14px 0 0;width:100%;border:0;background:#2bb40f;color:#fff;min-height:58px;border-radius:10px;padding:14px;font-size:22px;font-weight:800;cursor:pointer}.install-guide{display:none;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:16px;padding:18px;margin-top:12px;line-height:1.7;color:#14532d}.install-guide.show{display:block}.install-guide h2{margin-top:0}.install-guide code{background:#dcfce7;padding:3px 6px;border-radius:6px}.apkmod-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px 52px;margin:26px 0;max-width:820px}.apkmod-info-grid b,.apkmod-info-grid span{display:block}.apkmod-info-grid b{font-size:22px;color:#111827;margin-bottom:8px}.apkmod-info-grid span{font-size:20px;color:#686f7a}.apkmod-description{font-size:20px;line-height:1.75;color:#20242a;margin:26px 0}.apkmod-description h2{font-size:28px}.download-wait-box{text-align:center;padding:34px 0 24px;margin:28px 0}.wait-circle{width:110px;height:110px;border-radius:50%;margin:0 auto 16px;display:grid;place-items:center;border:10px solid #eef0f3;border-left-color:#39a9e8;color:#333;font-size:34px;font-weight:900}.wait-circle.ready{border-color:#22c55e;color:#15803d}@keyframes waitSpin{to{transform:rotate(360deg)}}.wait-circle span{transform:rotate(0deg)}.download-wait-box h2{color:#319bd5;font-size:26px;margin:0 0 8px}.download-wait-box p{color:#667085;margin:0 0 22px}.apkmod-download-final{max-width:100%;margin:auto;text-decoration:none}.apkmod-download-final.disabled{opacity:.52;pointer-events:auto;cursor:not-allowed;filter:grayscale(.1)}@media(max-width:650px){.apkmod-page{padding:18px 0;border:0;border-radius:0;margin:0}.apkmod-app-head{gap:18px;padding:0 0 6px}.apkmod-icon{width:96px;height:96px;border-radius:22px}.apkmod-title-wrap h1{font-size:32px}.apkmod-category{font-size:20px}.apkmod-stats{max-width:100%;margin:6px 0 18px}.apkmod-stats b{font-size:20px}.safe-box b{font-size:22px}.safe-box p{font-size:17px}.apkmod-download-main,.apkmod-download-final{font-size:24px;border-radius:8px}.install-toggle{font-size:19px;border-radius:8px}.apkmod-info-grid{grid-template-columns:repeat(2,1fr);gap:24px 22px}.apkmod-info-grid b{font-size:20px}.apkmod-info-grid span{font-size:18px}.apkmod-description{font-size:20px;line-height:1.72}.download-wait-box h2{font-size:22px}}.apkmod-title-wrap h1,.apkmod-stats b,.safe-box,.apkmod-info-grid b,.apkmod-description{color:var(--apknusa-light-text,#111827)}.apkmod-stats span,.apkmod-info-grid span,.download-wait-box p{color:var(--apknusa-light-muted,#667085)}.apkmod-download-main,.apkmod-download-final{background:var(--apknusa-download,#f75bc3);box-shadow:0 8px 18px color-mix(in srgb,var(--apknusa-download,#f75bc3) 32%,transparent)}.install-toggle{background:var(--apknusa-install,#2bb40f)}.download-extra-image{display:block;width:100%;max-width:920px;height:auto;margin:18px auto 22px;border-radius:12px;object-fit:contain;border:1px solid rgba(15,23,42,.08);box-shadow:0 10px 26px rgba(15,23,42,.08)}.ads-after-second-download{margin:18px auto 0;max-width:920px;text-align:center;overflow:hidden}.admin-image-preview.wide-preview img{width:100%;max-width:360px;height:auto;max-height:180px;object-fit:contain;border-radius:12px}.color-setting-grid input[type="color"]{width:100%;min-height:44px;padding:3px}html[data-theme="dark"] body{background:var(--apknusa-dark-bg,#0b1220);color:var(--apknusa-dark-text,#e5e7eb)}html[data-theme="dark"] .apkmod-title-wrap h1,html[data-theme="dark"] .apkmod-stats b,html[data-theme="dark"] .safe-box,html[data-theme="dark"] .safe-box b,html[data-theme="dark"] .apkmod-info-grid b,html[data-theme="dark"] .apkmod-description,html[data-theme="dark"] .install-guide h2,html[data-theme="dark"] .install-guide li,html[data-theme="dark"] .download-wait-box h2{color:var(--apknusa-dark-text,#e5e7eb)}html[data-theme="dark"] .apkmod-stats span,html[data-theme="dark"] .apkmod-info-grid span,html[data-theme="dark"] .download-wait-box p,html[data-theme="dark"] .safe-box p,html[data-theme="dark"] .breadcrumb,html[data-theme="dark"] .content,html[data-theme="dark"] .muted-text{color:var(--apknusa-dark-muted,#94a3b8)}html[data-theme="dark"] .apkmod-stats div{border-right-color:rgba(226,232,240,.35)}html[data-theme="dark"] .download-extra-image{border-color:rgba(148,163,184,.26);box-shadow:0 10px 26px rgba(0,0,0,.26)}@media(max-width:650px){.download-extra-image{border-radius:8px;margin:16px auto 20px}.ads-after-second-download{margin-top:16px}}.apkmod-page button,.apkmod-page a.apkmod-download-final{-webkit-appearance:none;appearance:none}.apkmod-download-main,.apkmod-download-final{background:var(--apknusa-download,#f75bc3) !important;color:#fff !important;border:0 !important;border-radius:10px !important;min-height:64px !important;font-size:26px !important;font-weight:800 !important;text-align:center !important}.install-toggle{background:var(--apknusa-install,#2bb40f) !important;color:#fff !important;border:0 !important;border-radius:10px !important;min-height:58px !important;font-size:22px !important;font-weight:800 !important}@media(max-width:650px){.apkmod-download-main,.apkmod-download-final{font-size:24px !important}.install-toggle{font-size:19px !important}}.safe-box{align-items:center !important;gap:12px !important;margin:12px 0 16px !important}.safe-icon{width:34px !important;height:34px !important;font-size:22px !important;font-weight:900 !important;line-height:1 !important;color:#fff !important;background:#44bf5c !important;box-shadow:none !important}.safe-box b{display:block !important;font-size:22px !important;line-height:1.18 !important;font-weight:800 !important;letter-spacing:-.02em !important}.safe-box p{margin:5px 0 0 !important;color:#2276bd !important;font-size:18px !important;line-height:1.25 !important;font-weight:500 !important}@media(max-width:650px){.safe-box{gap:10px !important;margin:10px 0 14px !important}.safe-icon{width:30px !important;height:30px !important;font-size:19px !important}.safe-box b{font-size:19px !important;line-height:1.15 !important}.safe-box p{font-size:16px !important;line-height:1.25 !important}}@media(max-width:380px){.safe-box b{font-size:18px !important}.safe-box p{font-size:15px !important}}.download-image-before-wait{margin:22px auto 18px}.download-image-before-wait .download-extra-image{margin:0 auto}@media(max-width:650px){.download-image-before-wait{margin:18px auto 16px}}.wait-circle{--progress:0deg;border:0 !important;background:conic-gradient(#39a9e8 var(--progress),#eef0f3 0deg) !important;position:relative;transition:background .25s linear,color .2s ease}.wait-circle::before{content:"";position:absolute;inset:10px;border-radius:50%;background:var(--apknusa-light-card,#fff);z-index:0}.wait-circle span{position:relative;z-index:1}.wait-circle.running{color:#333 !important}.wait-circle.ready{background:conic-gradient(#22c55e 360deg,#22c55e 0deg) !important;color:#15803d !important}html[data-theme="dark"] .wait-circle::before{background:var(--apknusa-dark-card,#111827)}.dmca-validation-badge{margin-top:14px}.dmca-validation-badge a{display:inline-flex;align-items:center;padding:6px 0}.dmca-validation-badge img{max-width:120px;height:auto;display:block;opacity:.82;filter:grayscale(100%)}.dmca-validation-badge img:hover{opacity:1}.home-hero-v22{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:24px;align-items:stretch;margin:28px 0 26px;padding:30px;border-radius:34px;background:linear-gradient(135deg,#0f172a 0%,#13294b 48%,#17a34a 120%);color:#fff;overflow:hidden;position:relative;box-shadow:0 22px 55px rgba(15,23,42,.18)}.home-hero-v22::after{content:"";position:absolute;inset:auto -80px -120px auto;width:360px;height:360px;border-radius:50%;background:rgba(34,197,94,.22);filter:blur(10px)}.home-hero-content,.home-hero-panel{position:relative;z-index:1}.home-kicker{display:inline-flex;padding:8px 13px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);color:#bbf7d0;font-weight:800;font-size:13px;margin-bottom:14px}.home-hero-v22 h1{margin:0;font-size:clamp(34px,5vw,58px);line-height:1.03;letter-spacing:-.05em;max-width:760px}.home-hero-v22 p{color:rgba(255,255,255,.82);font-size:18px;line-height:1.62;max-width:760px;margin:18px 0 22px}.home-search-big{display:flex;max-width:720px;background:#fff;border-radius:20px;overflow:hidden;padding:6px;box-shadow:0 16px 34px rgba(0,0,0,.18)}.home-search-big input{flex:1;border:0;outline:0;padding:16px 18px;font-size:16px;color:#0f172a;min-width:0}.home-search-big button{border:0;padding:0 24px;min-width:116px;border-radius:16px;background:#16a34a;color:#fff;font-weight:900;font-size:16px}.home-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.home-hero-actions .btn{box-shadow:none}.hero-phone-card{height:100%;min-height:260px;border-radius:30px;padding:22px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(12px);display:flex;flex-direction:column;justify-content:flex-end}.hero-phone-top{display:flex;gap:7px;margin-bottom:auto}.hero-phone-top span{width:11px;height:11px;border-radius:999px;background:rgba(255,255,255,.42)}.hero-phone-card b{font-size:24px;line-height:1.12}.hero-phone-card p{font-size:14px;margin:10px 0 18px;line-height:1.45;color:rgba(255,255,255,.76)}.hero-mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.hero-mini-stats div{border-radius:16px;background:rgba(255,255,255,.12);padding:12px;text-align:center}.hero-mini-stats b{display:block;font-size:20px}.hero-mini-stats span{font-size:12px;color:rgba(255,255,255,.7)}.home-category-chips a{font-weight:800}.home-category-chips small{display:inline-flex;margin-left:6px;background:#e5fbe9;color:#15803d;border-radius:999px;padding:2px 7px;font-size:12px}.app-grid-v22{grid-template-columns:repeat(auto-fill,minmax(245px,1fr))}.home-seo-block{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.seo-card-v22{border-radius:26px;padding:24px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 12px 34px rgba(15,23,42,.06)}.seo-card-v22.alt{background:linear-gradient(135deg,#ecfdf5,#eff6ff)}.seo-card-v22 h2{margin:0 0 10px;font-size:24px;letter-spacing:-.03em}.seo-card-v22 p{margin:0;color:#64748b;line-height:1.7}.admin-sep{border:0;border-top:1px solid #e5e7eb;margin:24px 0}.apk-admin-form h2{margin:0 0 14px;font-size:20px}.admin-file-current{margin-top:10px;padding:10px;border-radius:12px;background:#f8fafc;border:1px solid #e5e7eb;display:grid;gap:7px;font-size:13px}.admin-file-current a{word-break:break-all}.check-row{display:inline-flex;align-items:center;gap:8px;font-weight:800}.seo-tool-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.seo-tool-card{padding:18px;border-radius:18px;background:#fff;border:1px solid #e5e7eb}.seo-tool-card h3{margin:0 0 8px}.seo-tool-card p{margin:0 0 12px;color:#64748b;line-height:1.5}html[data-theme="dark"] .seo-card-v22,html[data-theme="dark"] .seo-card-v22.alt{background:var(--apknusa-dark-card,#111827);color:var(--apknusa-dark-text,#e5e7eb);border-color:rgba(148,163,184,.24)}@media(max-width:760px){.home-hero-v22{grid-template-columns:1fr;padding:22px;border-radius:26px;margin-top:18px}.home-hero-panel{display:none}.home-search-big{display:grid;grid-template-columns:1fr;gap:6px;border-radius:18px}.home-search-big button{min-height:52px}.home-seo-block{grid-template-columns:1fr}}.apknusa-page-loader{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;background:rgba(248,250,252,.96);backdrop-filter:blur(8px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}.apknusa-page-loader.show{opacity:1;visibility:visible;pointer-events:auto}.apknusa-loader-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:22px 24px;border-radius:28px;background:rgba(255,255,255,.78);border:1px solid rgba(226,232,240,.88);box-shadow:0 24px 70px rgba(15,23,42,.12)}.apknusa-loader-ring{width:112px;height:112px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;background:conic-gradient(#16a34a 0deg,#0ea5e9 135deg,#e5e7eb 135deg,#e5e7eb 360deg);animation:apknusaLoaderSpin .85s linear infinite}.apknusa-loader-ring::after{content:"";position:absolute;inset:9px;border-radius:50%;background:var(--apknusa-light-card,#fff);box-shadow:inset 0 0 0 1px rgba(226,232,240,.7)}.apknusa-loader-logo,.apknusa-loader-fallback{position:relative;z-index:1;width:66px;height:66px;object-fit:contain;border-radius:18px;animation:apknusaLoaderReverse .85s linear infinite}.apknusa-loader-fallback{display:flex;align-items:center;justify-content:center;font-weight:900;font-size:38px;color:#16a34a;background:#ecfdf5}.apknusa-loader-text{font-size:18px;line-height:1;font-weight:900;letter-spacing:.01em;color:var(--apknusa-light-text,#111827)}@keyframes apknusaLoaderSpin{to{transform:rotate(360deg)}}@keyframes apknusaLoaderReverse{to{transform:rotate(-360deg)}}html[data-theme="dark"] .apknusa-page-loader{background:rgba(11,18,32,.96)}html[data-theme="dark"] .apknusa-loader-card{background:rgba(17,24,39,.78);border-color:rgba(148,163,184,.22);box-shadow:0 24px 70px rgba(0,0,0,.38)}html[data-theme="dark"] .apknusa-loader-ring::after{background:var(--apknusa-dark-card,#111827);box-shadow:inset 0 0 0 1px rgba(148,163,184,.22)}html[data-theme="dark"] .apknusa-loader-text{color:var(--apknusa-dark-text,#e5e7eb)}@media(max-width:520px){.apknusa-loader-ring{width:96px;height:96px}.apknusa-loader-logo,.apknusa-loader-fallback{width:56px;height:56px;border-radius:16px}.apknusa-loader-text{font-size:16px}}.home-share-bubble{position:fixed;right:18px;bottom:96px;z-index:160;width:54px;height:54px;border:0;border-radius:999px;display:grid;place-items:center;background:linear-gradient(135deg,#16a34a,#0ea5e9);color:#fff;font-size:25px;font-weight:900;box-shadow:0 18px 36px rgba(15,23,42,.22);cursor:pointer}.social-bubble-stack{position:fixed;bottom:92px;z-index:155;display:flex;flex-direction:column;gap:10px}.social-bubble-left{left:18px}.social-bubble-right{right:18px}.social-bubble{width:50px;height:50px;border-radius:999px;display:grid;place-items:center;color:#fff;font-weight:900;font-size:20px;box-shadow:0 16px 28px rgba(15,23,42,.20);border:1px solid rgba(255,255,255,.28)}.social-whatsapp{background:#22c55e}.social-telegram{background:#229ed9}.social-facebook{background:#1877f2}.social-tiktok{background:#111827}.social-email{background:#f97316}html[data-theme="dark"] .home-share-bubble,html[data-theme="dark"] .social-bubble{box-shadow:0 16px 32px rgba(0,0,0,.45)}.dmca-validation-badge textarea{width:100%}.dmca-validation-badge .dmca-badge{display:inline-flex !important}.dmca-validation-badge img{max-width:130px !important;height:auto !important}.admin-body{background:#eef4ff !important;color:#0f172a}.sidebar{background:linear-gradient(180deg,#08111f,#111827) !important;border-right:1px solid rgba(148,163,184,.18);box-shadow:16px 0 46px rgba(15,23,42,.16)}.sidebar-brand{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:12px;margin-bottom:18px}.sidebar-nav a{display:flex !important;align-items:center;gap:10px;margin:5px 0;border:1px solid transparent}.sidebar-nav a.active,.sidebar-nav a:hover{background:rgba(34,197,94,.13) !important;color:#fff !important;border-color:rgba(34,197,94,.22)}.admin-main{min-height:100vh;background:radial-gradient(circle at top right,rgba(34,197,94,.13),transparent 36%),#f4f7fb}.admin-topbar{border:1px solid #e5e7eb;background:rgba(255,255,255,.82);backdrop-filter:blur(14px);border-radius:22px;padding:14px 16px;box-shadow:0 14px 30px rgba(15,23,42,.06)}.admin-page-head{margin:20px 0 16px;padding:18px;border-radius:24px;background:linear-gradient(135deg,#ffffff,#ecfdf5);border:1px solid #e5e7eb;box-shadow:0 18px 42px rgba(15,23,42,.06)}.card{border-radius:24px !important;border:1px solid #e2e8f0 !important;box-shadow:0 16px 40px rgba(15,23,42,.06)}.card h2,.card h3{letter-spacing:-.02em}.form-group small,.muted-note{color:#64748b;line-height:1.55}.form-group input,.form-group select,.form-group textarea{background:#fff;border-color:#dbe3ef !important;outline:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#16a34a !important;box-shadow:0 0 0 4px rgba(22,163,74,.12)}.admin-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.admin-tabs a{display:inline-flex;padding:10px 13px;border-radius:999px;background:#fff;border:1px solid #e2e8f0;color:#0f172a;font-weight:800}.admin-tabs a.active{background:#16a34a;color:#fff;border-color:#16a34a}.settings-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.page-manager-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.page-manager-item{padding:14px;border-radius:18px;background:#fff;border:1px solid #e5e7eb}.page-manager-item b{display:block;margin-bottom:4px}.page-manager-item small{color:#64748b;display:block;margin-bottom:10px}.code-textarea{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;min-height:160px}@media(max-width:760px){.home-share-bubble{width:50px;height:50px;right:14px;bottom:86px}.social-bubble-stack{bottom:82px}.social-bubble-left{left:14px}.social-bubble-right{right:14px}.social-bubble{width:46px;height:46px}.settings-grid-3{grid-template-columns:1fr}}.home-share-bubble .bubble-icon-img,.social-bubble .bubble-icon-img{width:26px;height:26px;object-fit:contain;display:block}.home-share-bubble span,.social-bubble span{display:inline-flex;align-items:center;justify-content:center;line-height:1}.social-bubble-widget{position:fixed;bottom:92px;z-index:155;display:flex;flex-direction:column-reverse;align-items:center;gap:10px}.social-bubble-widget.social-bubble-left{left:18px}.social-bubble-widget.social-bubble-right{right:18px}.social-bubble-items{display:flex;flex-direction:column;gap:10px;opacity:0;pointer-events:none;transform:translateY(14px) scale(.96);transition:opacity .2s ease,transform .2s ease}.social-bubble-widget.open .social-bubble-items{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.social-bubble-main{border:0;cursor:pointer;background:linear-gradient(135deg,#16a34a,#0ea5e9)}.social-bubble-main::after{content:"";position:absolute;inset:-4px;border-radius:inherit;border:1px solid rgba(14,165,233,.22);pointer-events:none}.social-instagram{background:linear-gradient(135deg,#f97316,#db2777,#7c3aed)}.social-bubble{position:relative;text-decoration:none;user-select:none;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.social-bubble:hover{transform:translateY(-2px) scale(1.03)}.social-bubble:active{transform:scale(.96)}@media(max-width:520px){.social-bubble-widget{bottom:82px}.social-bubble-widget.social-bubble-left{left:14px}.social-bubble-widget.social-bubble-right{right:14px}.home-share-bubble .bubble-icon-img,.social-bubble .bubble-icon-img{width:24px;height:24px}}.rizon-trust-banner{margin:36px 0 28px;padding:34px 42px;border-radius:26px;background:linear-gradient(135deg,#6C5CE7,#2D8CFF);color:#fff;display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;overflow:hidden;box-shadow:0 25px 60px rgba(108,92,231,.24)}.trust-shield{width:86px;height:86px;border-radius:24px;background:rgba(255,255,255,.14);display:grid;place-items:center;font-size:44px;font-weight:900;border:1px solid rgba(255,255,255,.18)}.rizon-trust-banner h2{margin:0 0 8px;font-size:28px;letter-spacing:-.04em}.rizon-trust-banner p{margin:0 0 14px;max-width:720px;color:rgba(255,255,255,.85);line-height:1.6}.rizon-trust-banner a{display:inline-flex;padding:12px 18px;background:#fff;color:var(--rz-purple);font-weight:900;border-radius:14px}.trust-android{font-size:110px;opacity:.85;filter:drop-shadow(0 22px 35px rgba(0,0,0,.2))}.rizon-feature-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:0 0 34px}.rizon-feature-row div{display:flex;gap:14px;align-items:flex-start;padding:18px;border-radius:20px;background:transparent}.rizon-feature-row span{width:42px;height:42px;border-radius:14px;background:#efeaff;color:var(--rz-purple);display:grid;place-items:center;font-weight:900;flex:0 0 auto}.rizon-feature-row b{display:block;margin:0 0 5px}.rizon-feature-row p{margin:0;color:#64748b;line-height:1.45;font-size:14px}html[data-theme="dark"] body{background:#080d1f;color:#e9efff}@media(max-width:760px){.rizon-trust-banner{grid-template-columns:1fr;text-align:left;padding:28px 24px}.trust-android{display:none}.rizon-feature-row{grid-template-columns:1fr;gap:4px}}@media(max-width:760px){.rizon-trust-banner{grid-template-columns:1fr;text-align:left;padding:24px 20px;border-radius:22px}.trust-shield{width:62px;height:62px;border-radius:18px;font-size:32px}.trust-android{display:none}.rizon-feature-row{grid-template-columns:1fr;gap:4px}}img,svg,video,iframe{max-width:100%}*,*::before,*::after{min-width:0}#latest-apks{scroll-margin-top:150px}.admin-body{width:100%;max-width:100vw;overflow-x:hidden!important}.admin-layout{width:100%;max-width:100vw;overflow-x:hidden!important}.admin-main{max-width:calc(100vw - 280px);overflow-x:hidden}.admin-main .card,.admin-page-head,.admin-topbar,.admin-filter-card,.bulk-toolbar{max-width:100%}.card,.admin-page-head,.admin-topbar{word-break:normal;overflow-wrap:anywhere}.table-wrap{max-width:100%;overflow-x:auto!important;-webkit-overflow-scrolling:touch}.table-wrap table{white-space:nowrap}.form-grid,.admin-filter-grid,.settings-grid-3,.page-manager-list{max-width:100%}@media(max-width:760px){.admin-layout{display:block!important;min-height:100vh!important}.admin-main{margin-left:0!important;width:100%!important;max-width:100vw!important;padding:10px!important;overflow-x:hidden!important;background:#f4f7fb!important}.sidebar{position:fixed!important;top:0!important;left:0!important;bottom:0!important;width:min(88vw,310px)!important;max-width:calc(100vw - 18px)!important;transform:translate3d(-110%,0,0)!important;transition:transform .22s ease!important;z-index:1000!important}.sidebar.open{transform:translate3d(0,0,0)!important}.admin-overlay.show{display:block!important;position:fixed!important;inset:0!important;z-index:900!important;background:rgba(15,23,42,.48)!important}.admin-topbar{position:sticky!important;top:8px!important;width:100%!important;border-radius:16px!important;padding:10px!important;margin-bottom:14px!important}.admin-menu-btn{display:grid!important;place-items:center!important;flex:0 0 42px!important;width:42px!important;height:42px!important}.admin-page-head{padding:14px!important;border-radius:18px!important;margin:12px 0 14px!important}.admin-page-head h1{font-size:24px!important}.card{padding:14px!important;border-radius:18px!important}.form-grid,.admin-filter-grid,.settings-grid-3{grid-template-columns:1fr!important}.admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.admin-two-col{grid-template-columns:1fr!important}.bulk-toolbar{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.bulk-toolbar select,.bulk-toolbar button{width:100%!important}.table-wrap{width:100%!important;max-width:100%!important;overflow-x:auto!important}.table-wrap table{min-width:760px!important}.btn{max-width:100%;white-space:normal;text-align:center}}.admin-image-preview img[src$=".ico"],.admin-image-preview img[src*="/favicon.ico"]{background:linear-gradient(135deg,#f8fafc,#eef2ff);padding:8px;object-fit:contain}.pagination a.active,.pagination a[aria-current="page"]{background:linear-gradient(135deg,#16a34a,#10b981)!important;color:#ffffff!important;border-color:#16a34a!important;box-shadow:0 12px 26px rgba(22,163,74,.28)!important}html[data-theme="dark"] .pagination a.active,html[data-theme="dark"] .pagination a[aria-current="page"]{background:linear-gradient(135deg,#22c55e,#10b981)!important;color:#ffffff!important;border-color:#22c55e!important;box-shadow:0 0 0 1px rgba(34,197,94,.35),0 14px 30px rgba(16,185,129,.28)!important}html[data-theme="dark"] .pagination a:not(.active),html[data-theme="dark"] .pagination span{background:#111827!important;border-color:#243244!important;color:#e5e7eb!important}html[data-theme="dark"] .pagination a:not(.active):hover{border-color:#22c55e!important;color:#ffffff!important;background:#162033!important}@media(max-width:650px){.pagination a.active,html[data-theme="dark"] .pagination a.active{transform:translateY(-1px)}}.support-page .content{margin-bottom:22px}.public-form-panel{margin-top:22px;padding:22px;border-radius:24px;background:var(--apknusa-light-card);border:1px solid rgba(148,163,184,.22);box-shadow:0 16px 38px rgba(15,23,42,.06)}body.dark .public-form-panel{background:var(--apknusa-dark-card);border-color:rgba(148,163,184,.18);box-shadow:none}.public-form .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.public-form .form-group{margin-bottom:16px}.public-form label{display:block;margin-bottom:8px;font-weight:800;color:var(--apknusa-light-text)}body.dark .public-form label{color:var(--apknusa-dark-text)}.public-form input,.public-form select,.public-form textarea{width:100%;border:1px solid rgba(148,163,184,.35);border-radius:16px;padding:13px 15px;font:inherit;background:rgba(255,255,255,.92);color:var(--apknusa-light-text);outline:none}.public-form textarea{min-height:150px;resize:vertical}body.dark .public-form input,body.dark .public-form select,body.dark .public-form textarea{background:rgba(15,23,45,.88);color:var(--apknusa-dark-text);border-color:rgba(148,163,184,.25)}.public-form input:focus,.public-form select:focus,.public-form textarea:focus{border-color:#7c3aed;box-shadow:0 0 0 4px rgba(124,58,237,.14)}.hp-field{position:absolute !important;left:-9999px !important;width:1px !important;height:1px !important;opacity:0 !important;pointer-events:none !important}.tiny-badge{display:inline-flex;align-items:center;padding:8px 13px;border-radius:999px;background:rgba(124,58,237,.12);color:#6d28d9;font-weight:900;margin-bottom:14px}body.dark .tiny-badge{background:rgba(124,58,237,.25);color:#c4b5fd}.admin-filter-pills{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 18px}.admin-filter-pills a{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.75);border:1px solid rgba(148,163,184,.24);color:inherit;font-weight:800;text-decoration:none}.admin-filter-pills a.active{background:linear-gradient(135deg,#6c5ce7,#2563eb);color:#fff;border-color:transparent;box-shadow:0 12px 28px rgba(108,92,231,.25)}body.dark .admin-filter-pills a{background:rgba(15,23,45,.88);border-color:rgba(148,163,184,.2)}.submission-list{display:grid;gap:16px}.submission-card h2{margin:0}.submission-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.status-badge{display:inline-flex;align-items:center;justify-content:center;min-width:76px;padding:8px 11px;border-radius:999px;font-size:12px;font-weight:900;text-transform:uppercase}.status-new{background:rgba(34,197,94,.14);color:#16a34a}.status-reviewed{background:rgba(59,130,246,.14);color:#2563eb}.status-approved,.status-resolved{background:rgba(20,184,166,.14);color:#0f766e}.status-rejected,.status-spam{background:rgba(239,68,68,.14);color:#dc2626}.submission-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:12px 0}.submission-grid div{padding:12px;border-radius:16px;background:rgba(148,163,184,.08);overflow:hidden}.submission-grid b,.submission-grid span{display:block}.submission-grid b{font-size:12px;color:#64748b;margin-bottom:4px}.submission-grid span{font-weight:800;overflow-wrap:anywhere}.submission-links,.submission-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}body.dark .submission-grid div{background:rgba(148,163,184,.08)}@media (max-width:760px){.public-form .form-grid{grid-template-columns:1fr;gap:0}.public-form-panel{padding:16px;border-radius:20px}.submission-head{display:block}.status-badge{margin-top:10px}.submission-grid{grid-template-columns:1fr 1fr}}.public-form input[type="file"]{padding:12px;background:rgba(248,250,252,.92);cursor:pointer}body.dark .public-form input[type="file"]{background:rgba(15,23,45,.88)}.public-form small{display:block;margin-top:7px;color:#64748b;line-height:1.45;font-weight:600}body.dark .public-form small{color:#94a3b8}.submission-preview{margin:12px 0 8px}.submission-preview img{width:76px;height:76px;border-radius:20px;object-fit:cover;background:#fff;border:1px solid rgba(148,163,184,.24);box-shadow:0 10px 24px rgba(15,23,42,.10)}body.dark .submission-preview img{background:#0f172a;border-color:rgba(148,163,184,.24)}.submission-actions .btn.dark{background:#111827;color:#fff;border-color:#111827}body.dark .submission-actions .btn.dark{background:#1f2937;border-color:#334155}@media(max-width:760px){.submission-grid{grid-template-columns:1fr!important}.submission-actions .btn,.submission-links .btn{width:100%;justify-content:center;text-align:center}}.social-bubble-widget.social-bubble-right.social-bubble-avoid-share{bottom:166px}.social-bubble-widget.social-bubble-right.social-bubble-avoid-share .social-bubble-items{transform:translateY(10px) scale(.96)}.social-bubble-widget.social-bubble-right.social-bubble-avoid-share.open .social-bubble-items{transform:translateY(0) scale(1)}.admin-upload-help{display:block;margin-top:8px;padding:10px 12px;border-radius:14px;background:rgba(108,92,231,.08);border:1px dashed rgba(108,92,231,.28);color:#475569;font-weight:700}.icon-upload-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;align-items:end}.icon-upload-row input[type="file"]{padding:10px}@media(max-width:760px){.social-bubble-widget.social-bubble-right.social-bubble-avoid-share{bottom:150px}.icon-upload-row{grid-template-columns:1fr}}.submission-cleanup-card{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:16px}.cleanup-mini-stats{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.cleanup-mini-stats span{display:inline-flex;gap:5px;align-items:center;padding:9px 12px;border-radius:14px;background:rgba(99,102,241,.08);border:1px solid rgba(99,102,241,.14);font-size:13px;color:var(--muted)}body.dark .cleanup-mini-stats span{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.1);color:#cbd5e1}.cleanup-stat-grid{margin-bottom:18px}.cleanup-file-list{display:grid;gap:10px}.cleanup-file-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid rgba(15,23,42,.08);border-radius:14px;background:rgba(248,250,252,.8)}.cleanup-file-row code{white-space:normal;overflow-wrap:anywhere;font-size:12px}.cleanup-file-row span{white-space:nowrap;color:var(--muted);font-weight:700}body.dark .cleanup-file-row{background:rgba(15,23,42,.85);border-color:rgba(255,255,255,.1)}@media(max-width:720px){.submission-cleanup-card{display:block}.submission-cleanup-card .submission-actions{margin-top:12px}.cleanup-mini-stats{margin-top:12px}.cleanup-file-row{align-items:flex-start;flex-direction:column}.cleanup-file-row span{white-space:normal}}.apk-action-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin:16px 0}.apk-action-row .apkmod-download-main{margin:0;flex:1 1 240px}.report-shortcut{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 18px;border-radius:16px;border:1px solid rgba(99,102,241,.22);background:rgba(99,102,241,.08);font-weight:800;text-decoration:none;color:#5b35e6;white-space:nowrap}.report-shortcut:hover{background:rgba(99,102,241,.14)}.review-box p{font-size:14px;line-height:1.55;margin:.25rem 0 0;color:var(--text-muted,#667085)}.apk-review-note{margin:18px 0;padding:16px 18px;border-radius:18px;background:rgba(59,130,246,.08);border:1px solid rgba(59,130,246,.16);font-size:14px;line-height:1.65;color:var(--text,#111827)}body.dark .apk-review-note{background:rgba(96,165,250,.09);border-color:rgba(96,165,250,.2);color:var(--apknusa-dark-text,#e5e7eb)}body.dark .report-shortcut{background:rgba(139,92,246,.16);border-color:rgba(139,92,246,.35);color:#c4b5fd}.policy-agree{display:flex;gap:10px;align-items:flex-start;margin:14px 0;padding:13px 14px;border-radius:14px;background:rgba(16,185,129,.08);border:1px solid rgba(16,185,129,.18);font-weight:700;line-height:1.55}.policy-agree input{margin-top:5px;min-width:18px;min-height:18px}.policy-agree a{font-weight:900;color:#5b35e6;text-decoration:none}.maintenance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin:18px 0}.maintenance-card{padding:18px;border-radius:20px;background:var(--card,#fff);border:1px solid rgba(148,163,184,.22);box-shadow:0 10px 28px rgba(15,23,42,.06)}.maintenance-card h2{margin:0 0 8px;font-size:18px}.maintenance-card p{margin:0 0 12px;color:var(--muted,#667085);line-height:1.55}.maintenance-list{display:grid;gap:10px;margin-top:12px}.maintenance-list code{display:block;word-break:break-all;background:rgba(15,23,42,.06);padding:10px 12px;border-radius:12px;font-size:12px}body.dark .maintenance-card{background:#111827;border-color:rgba(148,163,184,.2)}body.dark .maintenance-list code{background:rgba(255,255,255,.06)}@media(max-width:640px){.apk-action-row{display:block}.apk-action-row .apkmod-download-main{width:100%;margin-bottom:10px}.report-shortcut{width:100%;box-sizing:border-box}.review-box p{font-size:13px}.apk-review-note{font-size:13px;padding:14px}}.footer-brand-title{font-size:1.45rem;font-weight:900;color:inherit;margin:0 0 14px;letter-spacing:-.03em}.rizon-seo-copy{margin:34px 0 26px;padding:30px;border:1px solid rgba(15,23,42,.08);border-radius:26px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(245,247,255,.96));box-shadow:0 18px 50px rgba(15,23,42,.07)}.rizon-seo-copy h2{margin:0 0 14px;font-size:clamp(1.45rem,3vw,2.2rem);line-height:1.15;letter-spacing:-.04em;color:#0f172a}.rizon-seo-copy p{margin:12px 0 0;max-width:980px;font-size:1rem;line-height:1.78;color:#5f6b7a}body.dark .rizon-seo-copy{border-color:rgba(148,163,184,.18);background:linear-gradient(135deg,rgba(17,24,39,.96),rgba(15,23,42,.96));box-shadow:0 18px 50px rgba(0,0,0,.28)}body.dark .rizon-seo-copy h2{color:#f8fafc}body.dark .rizon-seo-copy p{color:#cbd5e1}@media (max-width:720px){.rizon-seo-copy{padding:22px;margin:24px 0 22px;border-radius:22px}.rizon-seo-copy p{font-size:.95rem;line-height:1.68}}@keyframes apkrizonAjaxPulse{0%{transform:translateX(-35%)}100%{transform:translateX(35%)}}.admin-result-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:14px 0 10px;padding:12px 14px;border-radius:16px;background:rgba(99,102,241,.08);border:1px solid rgba(99,102,241,.14);color:var(--muted,#667085)}.admin-result-meta b{color:var(--text,#111827);font-size:1rem}.admin-result-meta span{font-size:.9rem}.empty-state{padding:22px;text-align:center;color:var(--muted,#667085);font-weight:800}.admin-ajax-result{position:relative}body.dark .admin-result-meta{background:rgba(99,102,241,.12);border-color:rgba(148,163,184,.2);color:#cbd5e1}body.dark .admin-result-meta b{color:#f8fafc}@media(max-width:720px){.admin-result-meta{display:block}.admin-result-meta span{display:block;margin-top:4px}}.article-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:18px}.article-card{background:#fff;border:1px solid var(--rz-line,#e8ecf5);border-radius:22px;overflow:hidden;box-shadow:0 12px 30px rgba(15,23,42,.05);transition:.2s ease}.article-card:hover{transform:translateY(-4px);box-shadow:0 24px 54px rgba(15,23,42,.10)}.article-card-link{display:block;color:inherit;text-decoration:none;height:100%}.article-card img,.article-placeholder{width:100%;height:150px;object-fit:cover;background:linear-gradient(135deg,#eef2ff,#e0f7ff);display:grid;place-items:center;font-size:48px}.article-card-body{padding:18px}.article-card-body small{display:block;color:#667085;font-weight:800;margin-bottom:8px}.article-card-body h2{font-size:20px;line-height:1.18;margin:0 0 10px;letter-spacing:-.035em;color:#101828}.article-card-body p{margin:0 0 14px;color:#667085;line-height:1.55}.article-card-body span{font-weight:950;color:var(--rz-purple,#6C5CE7)}.empty-state{padding:28px;border-radius:22px}.article-detail{max-width:860px;margin-left:auto;margin-right:auto}.article-hero{padding:26px 0 18px}.article-hero small{display:inline-flex;margin-bottom:12px;font-weight:900;color:var(--rz-purple,#6C5CE7)}.article-hero h1{font-size:clamp(34px,5vw,58px);line-height:1.03;letter-spacing:-.06em;margin:0 0 14px;color:#101828}.article-hero p{font-size:18px;line-height:1.7;color:#667085;margin:0}.article-cover{width:100%;max-height:420px;object-fit:cover;border-radius:26px;margin:14px 0 26px;box-shadow:0 22px 50px rgba(15,23,42,.10)}.article-content{font-size:17px;line-height:1.82;color:#243044}.article-content h2{font-size:30px;line-height:1.18;margin:34px 0 12px;letter-spacing:-.035em;color:#101828}.article-content h3{font-size:23px;margin:26px 0 10px;color:#101828}.article-content p{margin:0 0 18px}.article-content ul,.article-content ol{padding-left:24px;margin:0 0 18px}.article-content a{font-weight:900;color:var(--rz-purple,#6C5CE7)}.article-after-card{margin:34px 0 0;padding:22px;border-radius:22px;background:linear-gradient(135deg,#eef2ff,#f5f7ff);border:1px solid #e8ecf5}.article-after-card p{margin:8px 0 14px;color:#667085;line-height:1.6}.breadcrumb{font-size:13px;margin:8px 0 12px;color:#667085;display:flex;gap:8px;align-items:center}.breadcrumb a{color:var(--rz-purple,#6C5CE7);font-weight:900}html[data-theme="dark"] .article-card,html[data-theme="dark"] .empty-state{background:#0f172d;border-color:rgba(148,163,184,.18);box-shadow:none}html[data-theme="dark"] .article-card-body h2,html[data-theme="dark"] .article-hero h1,html[data-theme="dark"] .article-content h2,html[data-theme="dark"] .article-content h3{color:#e9efff}html[data-theme="dark"] .article-card-body p,html[data-theme="dark"] .article-hero p,html[data-theme="dark"] .article-content{color:#aab6d3}html[data-theme="dark"] .article-after-card{background:#0f172d;border-color:rgba(148,163,184,.18)}html[data-theme="dark"] .article-placeholder{background:linear-gradient(135deg,#11182e,#172040)}@media(max-width:760px){.menu-open body{overflow:hidden}.article-grid{grid-template-columns:1fr;gap:14px}.article-card img,.article-placeholder{height:170px}.article-hero h1{font-size:34px}.article-hero p{font-size:16px}.article-content{font-size:16px;line-height:1.75}.article-content h2{font-size:25px}}.footer-heading{font-size:15px;font-weight:900;margin:0 0 10px;color:inherit;letter-spacing:.01em}.rizon-feature-row p{color:#475569!important}html[data-theme="dark"] .rizon-feature-row p{color:#b6c2dd!important}.social-bubble-items img[data-src]{opacity:.65}@media(max-width:760px){.home-share-bubble{right:16px!important}.social-bubble-widget.social-bubble-right{right:16px!important}}.apkrizon-page-loader{position:fixed!important;inset:0!important;z-index:99999!important;display:grid!important;place-items:center!important;background:#ffffff!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transition:opacity 150ms ease,visibility 0s linear 150ms!important;margin:0!important;padding:0!important;width:auto!important;height:auto!important;max-width:none!important;max-height:none!important;}.apkrizon-page-loader.is-hidden{opacity:0!important;visibility:hidden!important;pointer-events:none!important;}.apkrizon-page-loader .apknusa-loader-card{display:grid!important;place-items:center!important;gap:12px!important;text-align:center!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;box-shadow:none!important;}.apkrizon-page-loader .apknusa-loader-ring{width:104px!important;height:104px!important;border-radius:50%!important;display:grid!important;place-items:center!important;position:relative!important;background:conic-gradient(#7c3aed 0deg,#0ea5e9 135deg,#e5e7eb 135deg,#e5e7eb 360deg)!important;animation:apknusaLoaderSpin .85s linear infinite!important;}.apkrizon-page-loader .apknusa-loader-ring::after{content:""!important;position:absolute!important;inset:9px!important;border-radius:50%!important;background:#fff!important;box-shadow:inset 0 0 0 1px rgba(226,232,240,.7)!important;}.apkrizon-page-loader .apknusa-loader-logo,.apkrizon-page-loader .apknusa-loader-fallback{position:relative!important;z-index:1!important;width:64px!important;height:64px!important;object-fit:contain!important;border-radius:16px!important;animation:apknusaLoaderReverse .85s linear infinite!important;}.apkrizon-page-loader .apknusa-loader-fallback{display:grid!important;place-items:center!important;font-weight:900!important;font-size:36px!important;color:#7c3aed!important;background:#f5f3ff!important;}.apkrizon-page-loader .apknusa-loader-text{font-size:16px!important;line-height:1!important;font-weight:900!important;color:#111827!important;}html[data-theme="dark"] .apkrizon-page-loader{background:#0b1220!important;}html[data-theme="dark"] .apkrizon-page-loader .apknusa-loader-ring::after{background:#111827!important;box-shadow:inset 0 0 0 1px rgba(148,163,184,.25)!important;}html[data-theme="dark"] .apkrizon-page-loader .apknusa-loader-text{color:#e5e7eb!important;}@media(max-width:520px){.apkrizon-page-loader .apknusa-loader-ring{width:94px!important;height:94px!important}.apkrizon-page-loader .apknusa-loader-logo,.apkrizon-page-loader .apknusa-loader-fallback{width:58px!important;height:58px!important}}.community-hub,.global-chat-float{--community-primary:var(--apknusa-download,#f75bc3);--community-primary2:#8b5cf6;--community-surface:#fff;--community-bg:#f8fafc;--community-text:#111827;--community-muted:#667085;--community-border:#e5e7eb}html[data-theme="dark"] .community-hub,html[data-theme="dark"] .global-chat-float{--community-surface:#111827;--community-bg:#0b1220;--community-text:#e5e7eb;--community-muted:#94a3b8;--community-border:rgba(148,163,184,.2)}.community-hub{position:fixed;right:max(14px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom));z-index:9750;pointer-events:none}.community-hub-backdrop,.global-chat-backdrop{position:fixed;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(2,6,23,.43);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}.community-hub-panel{position:absolute;right:0;bottom:68px;width:min(410px,calc(100vw - 24px));max-height:min(72dvh,620px);overflow:auto;padding:15px;border:1px solid var(--community-border);border-radius:22px;background:var(--community-surface);color:var(--community-text);box-shadow:0 26px 72px rgba(15,23,42,.28);opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(0,12px,0) scale(.97);transform-origin:bottom right;transition:opacity .18s ease,visibility .18s ease,transform .18s ease}.community-hub.is-open .community-hub-backdrop{opacity:1;visibility:visible;pointer-events:auto}.community-hub.is-open .community-hub-panel{opacity:1;visibility:visible;pointer-events:auto;transform:none}.community-hub-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px}.community-hub-mark{display:flex;align-items:flex-end;justify-content:center;gap:3px;width:42px;height:42px;padding:10px;border-radius:14px;background:linear-gradient(135deg,var(--community-primary),var(--community-primary2));box-shadow:0 10px 22px rgba(139,92,246,.2)}.community-hub-mark span{display:block;width:5px;border-radius:99px;background:#fff}.community-hub-mark span:nth-child(1){height:10px}.community-hub-mark span:nth-child(2){height:17px}.community-hub-mark span:nth-child(3){height:13px}.community-hub-kicker,.global-chat-kicker{display:block;color:var(--community-primary);font-size:9px;font-weight:900;letter-spacing:.14em}.community-hub-head h2,.global-chat-head h2{margin:1px 0 0;color:var(--community-text);font-size:20px;line-height:1.15}.community-hub-close,.global-chat-close{display:grid;place-items:center;width:34px;height:34px;padding:0;border:1px solid var(--community-border);border-radius:11px;background:var(--community-bg);color:var(--community-muted);font:400 24px/1 Arial,sans-serif;cursor:pointer}.community-hub-message{margin:10px 1px 13px;color:var(--community-muted);font-size:12px;line-height:1.48}.community-hub-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.community-hub-link{--community-brand:var(--community-primary);display:grid;grid-template-columns:38px minmax(0,1fr) 14px;align-items:center;gap:8px;min-height:60px;padding:9px;border:1px solid color-mix(in srgb,var(--community-brand) 20%,var(--community-border));border-radius:15px;background:color-mix(in srgb,var(--community-brand) 6%,var(--community-surface));color:var(--community-text);transition:transform .15s ease,border-color .15s ease,background .15s ease}.community-hub-link:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--community-brand) 48%,var(--community-border));background:color-mix(in srgb,var(--community-brand) 10%,var(--community-surface))}.community-hub-link--whatsapp{--community-brand:#20b86b}.community-hub-link--telegram{--community-brand:#2a9bdc}.community-hub-link--facebook{--community-brand:#3974db}.community-hub-link--tiktok{--community-brand:#222}.community-hub-link--instagram{--community-brand:#c33a83}.community-hub-link--youtube{--community-brand:#e23939}.community-hub-link-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--community-brand);color:#fff}.community-hub-link-icon svg{width:21px;height:21px;fill:currentColor}.community-hub-link-copy{min-width:0}.community-hub-link-copy strong,.community-hub-link-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.community-hub-link-copy strong{font-size:11.5px}.community-hub-link-copy small{margin-top:3px;color:var(--community-muted);font-size:8.5px}.community-hub-link-arrow{color:var(--community-muted);font-size:23px;line-height:1}.community-hub-note{display:block;margin-top:11px;color:var(--community-muted);font-size:9px;text-align:center}.community-hub-toggle,.global-chat-toggle{position:relative;z-index:2;display:grid;place-items:center;width:56px;height:56px;padding:0;border:1px solid rgba(255,255,255,.2);border-radius:18px;background:linear-gradient(135deg,var(--community-primary),var(--community-primary2));color:#fff;box-shadow:0 15px 32px rgba(91,77,245,.28);cursor:pointer;pointer-events:auto;transition:transform .18s ease,box-shadow .18s ease}.community-hub-toggle:hover,.global-chat-toggle:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(91,77,245,.36)}.community-plus{position:relative;display:block;width:24px;height:24px;transition:transform .2s ease}.community-plus:before,.community-plus:after{content:"";position:absolute;left:50%;top:50%;width:24px;height:3px;border-radius:99px;background:currentColor;transform:translate(-50%,-50%)}.community-plus:after{transform:translate(-50%,-50%) rotate(90deg)}.community-hub.is-open .community-plus{transform:rotate(45deg)}body.community-hub-open{overflow:hidden}.global-chat-float{position:fixed;right:max(14px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom));z-index:9760;pointer-events:none}.global-chat-float.has-community{bottom:calc(max(14px,env(safe-area-inset-bottom)) + 66px)}.global-chat-panel{position:absolute;right:0;bottom:66px;width:min(410px,calc(100vw - 24px));height:min(620px,74dvh);display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--community-border);border-radius:22px;background:var(--community-surface);color:var(--community-text);box-shadow:0 26px 72px rgba(15,23,42,.3);opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(0,12px,0) scale(.97);transform-origin:bottom right;transition:opacity .18s ease,visibility .18s ease,transform .18s ease}.global-chat-float.is-open .global-chat-backdrop{opacity:1;visibility:visible;pointer-events:auto}.global-chat-float.is-open .global-chat-panel{opacity:1;visibility:visible;pointer-events:auto;transform:none}.global-chat-head{display:grid;grid-template-columns:44px minmax(0,1fr) 34px;align-items:center;gap:10px;padding:14px 14px 9px}.global-chat-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,var(--community-primary),var(--community-primary2));color:#fff;box-shadow:0 9px 20px rgba(91,77,245,.2)}.global-chat-mark svg,.global-chat-toggle svg{fill:currentColor}.global-chat-mark svg{width:24px;height:24px}.global-chat-head-copy{min-width:0}.global-chat-online{display:flex;align-items:center;gap:4px;margin-top:3px;color:var(--community-muted);font-size:9px}.global-chat-online i{width:6px;height:6px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.12)}.global-chat-online b{color:var(--community-text)}.global-chat-intro{margin:0;padding:0 14px 9px;color:var(--community-muted);font-size:10.5px;line-height:1.4}.global-chat-messages{flex:1;min-height:180px;overflow:auto;padding:10px 11px 6px;background:linear-gradient(180deg,color-mix(in srgb,var(--community-primary) 4%,var(--community-surface)),var(--community-surface));scroll-behavior:smooth}.global-chat-empty{display:grid;place-items:center;min-height:160px;padding:20px;color:var(--community-muted);font-size:11px;text-align:center}.global-chat-message{width:min(86%,310px);margin:0 0 8px;padding:8px 10px;border:1px solid var(--community-border);border-radius:14px 14px 14px 5px;background:var(--community-surface);box-shadow:0 4px 14px rgba(20,24,40,.05)}.global-chat-message.is-mine{margin-left:auto;border-color:color-mix(in srgb,var(--community-primary) 24%,var(--community-border));border-radius:14px 14px 5px 14px;background:color-mix(in srgb,var(--community-primary) 8%,var(--community-surface))}.global-chat-message-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.global-chat-message-head strong{overflow:hidden;color:var(--community-primary);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.global-chat-message-head time{flex:none;color:var(--community-muted);font-size:8px}.global-chat-message p{margin:4px 0 0;color:var(--community-text);font-size:11.5px;line-height:1.42;overflow-wrap:anywhere}.global-chat-reply{margin:5px 0 -1px;padding:0;border:0;background:none;color:var(--community-muted);font-size:8px;font-weight:800;cursor:pointer}.global-chat-reply:hover{color:var(--community-primary)}.global-chat-quoted{display:grid;gap:2px;margin:5px 0 3px;padding:5px 7px;border-left:3px solid var(--community-primary);border-radius:7px;background:var(--community-bg)}.global-chat-quoted strong{font-size:8.5px;color:var(--community-primary)}.global-chat-quoted span{overflow:hidden;color:var(--community-muted);font-size:8px;white-space:nowrap;text-overflow:ellipsis}.global-chat-replybar{display:grid;grid-template-columns:minmax(0,1fr) 26px;align-items:center;gap:8px;padding:7px 12px;border-top:1px solid var(--community-border);background:var(--community-bg)}.global-chat-replybar span{min-width:0;display:grid}.global-chat-replybar strong,.global-chat-replybar small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.global-chat-replybar strong{font-size:9px;color:var(--community-primary)}.global-chat-replybar small{font-size:8px;color:var(--community-muted)}.global-chat-replybar button{width:26px;height:26px;padding:0;border:1px solid var(--community-border);border-radius:8px;background:var(--community-surface);color:var(--community-muted);cursor:pointer}.global-chat-join{padding:10px 12px 8px;border-top:1px solid var(--community-border)}.global-chat-join-copy{display:grid;margin-bottom:7px}.global-chat-join-copy strong{font-size:11px}.global-chat-join-copy span{margin-top:2px;color:var(--community-muted);font-size:8.5px}.global-chat-join-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px}.global-chat-join-form input{min-width:0;height:38px;padding:0 11px;border:1px solid var(--community-border);border-radius:11px;background:var(--community-bg);color:var(--community-text);font:inherit;font-size:11px;outline:none}.global-chat-join-form input:focus{border-color:var(--community-primary)}.global-chat-join-form button{height:38px;padding:0 14px;border:0;border-radius:11px;background:linear-gradient(135deg,var(--community-primary),var(--community-primary2));color:#fff;font-size:10px;font-weight:900;cursor:pointer}.global-chat-composer{display:grid;grid-template-columns:minmax(0,1fr) 42px;align-items:end;gap:7px;padding:9px 12px;border-top:1px solid var(--community-border);background:var(--community-surface)}.global-chat-composer textarea{min-width:0;max-height:90px;resize:none;padding:9px 11px;border:1px solid var(--community-border);border-radius:12px;background:var(--community-bg);color:var(--community-text);font:inherit;font-size:11px;line-height:1.35;outline:none}.global-chat-composer textarea:focus{border-color:var(--community-primary)}.global-chat-send{display:grid;place-items:center;width:42px;height:40px;padding:0;border:0;border-radius:12px;background:linear-gradient(135deg,var(--community-primary),var(--community-primary2));color:#fff;cursor:pointer}.global-chat-send:disabled{opacity:.6;cursor:not-allowed}.global-chat-send svg{width:20px;height:20px;fill:currentColor}.global-chat-status{min-height:0;padding:0 12px;color:#15803d;font-size:8.5px}.global-chat-status:not(:empty){padding-top:3px}.global-chat-status.is-error{color:#dc2626}.global-chat-note{display:block;padding:5px 12px 10px;color:var(--community-muted);font-size:7.5px;line-height:1.35;text-align:center}.global-chat-toggle svg{width:27px;height:27px}.global-chat-badge{position:absolute;right:-5px;top:-5px;min-width:20px;height:20px;padding:0 5px;border:2px solid var(--community-surface);border-radius:99px;background:#ef4444;color:#fff;font-size:9px;font-weight:900;line-height:16px;text-align:center}.global-chat-badge[hidden]{display:none}body.global-chat-open{overflow:hidden}body.has-community-hub.has-global-chat .home-share-bubble{bottom:calc(max(14px,env(safe-area-inset-bottom)) + 132px)!important}body.has-community-hub:not(.has-global-chat) .home-share-bubble,body.has-global-chat:not(.has-community-hub) .home-share-bubble{bottom:calc(max(14px,env(safe-area-inset-bottom)) + 66px)!important}body.menu-open .community-hub,body.menu-open .global-chat-float{opacity:.3;pointer-events:none!important}@media(max-width:620px){.community-hub,.global-chat-float{right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom))}.global-chat-float.has-community{bottom:calc(max(12px,env(safe-area-inset-bottom)) + 63px)}.community-hub-panel{bottom:64px;padding:13px;border-radius:19px;max-height:72dvh}.global-chat-panel{bottom:64px;height:min(590px,74dvh);border-radius:20px}.community-hub-links{gap:6px}.community-hub-link{grid-template-columns:34px minmax(0,1fr) 12px;gap:7px;min-height:54px;padding:7px;border-radius:13px}.community-hub-link-icon{width:34px;height:34px;border-radius:10px}.community-hub-link-icon svg{width:19px;height:19px}.community-hub-link-copy strong{font-size:10.5px}.community-hub-link-copy small{font-size:8px}.community-hub-toggle,.global-chat-toggle{width:53px;height:53px;border-radius:17px}.community-hub-head h2,.global-chat-head h2{font-size:18px}.global-chat-head{padding:13px 13px 9px}.global-chat-intro{padding:0 13px 9px}.global-chat-message{width:min(88%,300px)}body.has-community-hub.has-global-chat .home-share-bubble{bottom:calc(max(12px,env(safe-area-inset-bottom)) + 126px)!important}body.has-community-hub:not(.has-global-chat) .home-share-bubble,body.has-global-chat:not(.has-community-hub) .home-share-bubble{bottom:calc(max(12px,env(safe-area-inset-bottom)) + 63px)!important}}@media(max-width:360px){.community-hub-links{grid-template-columns:1fr}.community-hub-panel{max-height:70dvh}}@media(prefers-reduced-motion:reduce){.community-hub-panel,.global-chat-panel,.community-hub-backdrop,.global-chat-backdrop,.community-hub-toggle,.global-chat-toggle,.community-plus{transition:none!important}}html[data-site-theme] .card,html[data-site-theme] .detail-box,html[data-site-theme] .table-wrap,html[data-site-theme] .apkmod-page,html[data-site-theme] .download-wait-box,html[data-site-theme] .report-box,html[data-site-theme] .safe-box,html[data-site-theme] .install-guide,html[data-site-theme] .apkmod-info-grid>div,html[data-site-theme] .specs>div,html[data-site-theme] .site-notice-card,html[data-site-theme] .article-card,html[data-site-theme] .article-after-card,html[data-site-theme] .empty-state{background:var(--rz-theme-surface)!important;color:var(--rz-theme-text)!important;border-color:var(--rz-theme-border)!important}html[data-site-theme] .apkmod-title-wrap h1,html[data-site-theme] .apkmod-description,html[data-site-theme] .apkmod-stats b,html[data-site-theme] .apkmod-info-grid b,html[data-site-theme] .safe-box b,html[data-site-theme] .install-guide h2,html[data-site-theme] .install-guide li,html[data-site-theme] .download-wait-box h2,html[data-site-theme] .article-card-body h2,html[data-site-theme] .article-hero h1,html[data-site-theme] .article-content h2,html[data-site-theme] .article-content h3,html[data-site-theme] .rizon-seo-copy h2{color:var(--rz-theme-text)!important}html[data-site-theme] .apkmod-stats span,html[data-site-theme] .apkmod-info-grid span,html[data-site-theme] .download-wait-box p,html[data-site-theme] .safe-box p,html[data-site-theme] .breadcrumb,html[data-site-theme] .content,html[data-site-theme] .article-card-body p,html[data-site-theme] .article-hero p,html[data-site-theme] .article-content,html[data-site-theme] .rizon-seo-copy p,html[data-site-theme] .muted-text{color:var(--rz-theme-muted)!important}html[data-site-theme] .apkmod-download-main,html[data-site-theme] .apkmod-download-final,html[data-site-theme] .download-btn,html[data-site-theme] .btn:not(.red):not(.dark),html[data-site-theme] .install-toggle{background:linear-gradient(135deg,var(--rz-theme-primary),var(--rz-theme-primary2))!important;color:var(--rz-theme-on-primary)!important;border-color:transparent!important;box-shadow:0 12px 28px color-mix(in srgb,var(--rz-theme-primary) 20%,transparent)!important}html[data-site-theme] .badge,html[data-site-theme] .apkmod-category{background:color-mix(in srgb,var(--rz-theme-primary) 15%,var(--rz-theme-surface))!important;color:var(--rz-theme-primary2)!important}html[data-site-theme] .breadcrumb a,html[data-site-theme] .article-card-body span,html[data-site-theme] .article-hero small,html[data-site-theme] .article-content a{color:var(--rz-theme-primary2)!important}html[data-site-theme] .footer{background:var(--rz-theme-footer)!important;color:color-mix(in srgb,var(--rz-theme-text) 82%,transparent)!important;border-top:1px solid var(--rz-theme-border)!important}html[data-site-theme] .footer a{color:color-mix(in srgb,var(--rz-theme-text) 78%,transparent)!important}html[data-site-theme] .footer a:hover,html[data-site-theme] .footer-heading,html[data-site-theme] .footer-brand-title{color:var(--rz-theme-text)!important}html[data-site-theme] .rizon-trust-banner{background:linear-gradient(135deg,color-mix(in srgb,var(--rz-theme-primary) 16%,var(--rz-theme-surface)),var(--rz-theme-surface))!important;border-color:var(--rz-theme-border)!important;color:var(--rz-theme-text)!important}html[data-site-theme] .rizon-trust-banner p{color:var(--rz-theme-muted)!important}html[data-site-theme] .rizon-trust-banner a{color:var(--rz-theme-primary2)!important}html[data-site-theme] .rizon-feature-row>div{background:var(--rz-theme-surface)!important;border-color:var(--rz-theme-border)!important;color:var(--rz-theme-text)!important}html[data-site-theme] .rizon-feature-row p{color:var(--rz-theme-muted)!important}html[data-site-theme] .rizon-seo-copy{background:linear-gradient(145deg,var(--rz-theme-surface2),var(--rz-theme-surface))!important;border-color:var(--rz-theme-border)!important;box-shadow:0 18px 50px color-mix(in srgb,var(--rz-theme-bg) 65%,transparent)!important}html[data-site-theme] .home-share-bubble{background:linear-gradient(135deg,var(--rz-theme-primary),var(--rz-theme-primary2))!important;color:var(--rz-theme-on-primary)!important;box-shadow:0 14px 32px color-mix(in srgb,var(--rz-theme-primary) 28%,transparent)!important}html[data-site-theme] .community-hub,html[data-site-theme] .global-chat-float{--community-primary:var(--rz-theme-primary)!important;--community-primary2:var(--rz-theme-primary2)!important;--community-surface:var(--rz-theme-surface)!important;--community-bg:var(--rz-theme-soft)!important;--community-text:var(--rz-theme-text)!important;--community-muted:var(--rz-theme-muted)!important;--community-border:var(--rz-theme-border)!important}html[data-site-theme] .community-hub-panel,html[data-site-theme] .global-chat-panel{box-shadow:0 26px 72px color-mix(in srgb,var(--rz-theme-bg) 66%,rgba(0,0,0,.4))!important}html[data-site-theme] .community-hub-toggle,html[data-site-theme] .global-chat-toggle,html[data-site-theme] .global-chat-mark,html[data-site-theme] .community-hub-mark,html[data-site-theme] .global-chat-send,html[data-site-theme] .global-chat-join-form button{background:linear-gradient(135deg,var(--rz-theme-primary),var(--rz-theme-primary2))!important;color:var(--rz-theme-on-primary)!important;box-shadow:0 15px 32px color-mix(in srgb,var(--rz-theme-primary) 28%,transparent)!important}html[data-site-theme] .global-chat-messages{background:linear-gradient(180deg,color-mix(in srgb,var(--rz-theme-primary) 5%,var(--rz-theme-surface)),var(--rz-theme-surface))!important}html[data-site-theme] .global-chat-message{background:var(--rz-theme-surface2)!important;border-color:var(--rz-theme-border)!important}html[data-site-theme] .global-chat-message.is-mine{background:color-mix(in srgb,var(--rz-theme-primary) 12%,var(--rz-theme-surface))!important}html[data-site-theme] .site-notice-close{background:var(--rz-theme-soft)!important;color:var(--rz-theme-text)!important;border-color:var(--rz-theme-border)!important}html[data-site-theme] .article-placeholder{background:linear-gradient(135deg,var(--rz-theme-soft),var(--rz-theme-surface2))!important}html[data-site-theme] .report-box input,html[data-site-theme] .report-box select,html[data-site-theme] .report-box textarea,html[data-site-theme] .global-chat-join-form input,html[data-site-theme] .global-chat-composer textarea{background:var(--rz-theme-soft)!important;color:var(--rz-theme-text)!important;border-color:var(--rz-theme-border)!important}html[data-site-theme="clean_light"] .rizon-cat-card,html[data-site-theme="clean_light"] .rizon-apk-card{box-shadow:0 10px 28px rgba(15,23,42,.06)!important}html[data-site-theme="clean_light"] .footer{color:#cbd5e1!important}html[data-site-theme="clean_light"] .footer a{color:#cbd5e1!important}html[data-site-theme="clean_light"] .footer a:hover,html[data-site-theme="clean_light"] .footer-heading,html[data-site-theme="clean_light"] .footer-brand-title{color:#fff!important}html[data-site-theme] body{background:var(--rz-theme-bg)!important}html[data-site-theme] .rizon-apk-card{background:var(--rz-theme-surface)!important;box-shadow:none!important}html[data-site-theme] .rizon-cat-card{background:var(--rz-theme-surface2)!important;box-shadow:none!important}html[data-site-theme] .rizon-card-topline small{background:var(--rz-theme-soft)!important;color:var(--rz-theme-link)!important}html[data-site-theme] .rizon-section-head a,html[data-site-theme] .breadcrumb a,html[data-site-theme] .article-content a{color:var(--rz-theme-link)!important}html[data-site-theme] .rizon-trust-banner{background:linear-gradient(135deg,var(--rz-theme-surface2),var(--rz-theme-surface))!important;border:1px solid var(--rz-theme-border)!important;color:var(--rz-theme-text)!important;box-shadow:none!important}html[data-site-theme] .rizon-trust-banner p{color:var(--rz-theme-muted)!important}html[data-site-theme] .rizon-trust-banner a{background:var(--rz-theme-primary)!important;color:var(--rz-theme-on-primary)!important;border:1px solid transparent!important;box-shadow:none!important}html[data-site-theme] .rizon-feature-row>div{box-shadow:none!important}html[data-site-theme] .rizon-seo-copy{box-shadow:none!important}@media (hover:hover) and (pointer:fine){html[data-site-theme] .rizon-apk-card:hover,html[data-site-theme] .rizon-cat-card:hover{border-color:var(--rz-theme-primary)!important;box-shadow:0 10px 24px rgba(0,0,0,.12)!important}}@media(max-width:760px){html[data-site-theme] .apkpure-style-header.topbar{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:var(--rz-theme-surface)!important}html[data-site-theme] .rizon-hero{background:linear-gradient(135deg,var(--rz-theme-hero1),var(--rz-theme-hero2) 58%,var(--rz-theme-hero3))!important;box-shadow:none!important}html[data-site-theme] .rizon-hero::before{display:none!important}html[data-site-theme] .rizon-apk-card,html[data-site-theme] .rizon-cat-card{box-shadow:none!important}}html[data-site-theme] .report-shortcut{
  color:var(--rz-theme-link)!important;
  background:color-mix(in srgb,var(--rz-theme-primary) 10%,var(--rz-theme-surface))!important;
  border-color:color-mix(in srgb,var(--rz-theme-primary) 30%,var(--rz-theme-border))!important;
  box-shadow:none!important;
}html[data-site-theme] .report-shortcut:hover,
html[data-site-theme] .report-shortcut:focus-visible{
  color:var(--rz-theme-on-primary)!important;
  background:linear-gradient(135deg,var(--rz-theme-primary),var(--rz-theme-primary2))!important;
  border-color:transparent!important;
}html[data-site-theme] .download-extra-text-link a{color:var(--rz-theme-link)!important}@media(max-width:650px){html,body{scroll-padding-bottom:calc(84px + env(safe-area-inset-bottom,0px))}.apk-action-row{margin-bottom:18px!important}.apk-action-row .report-shortcut{min-height:50px!important;border-radius:16px!important}#downloadArea{scroll-margin-top:calc(var(--apkrizon-header-h,72px) + 14px)!important;scroll-margin-bottom:calc(110px + env(safe-area-inset-bottom,0px))!important}}@media(max-width:760px){.rizon-latest-grid{align-items:start!important;grid-auto-rows:auto!important}.rizon-latest-grid .rizon-list{height:auto!important;min-height:0!important}.rizon-latest-grid .rizon-list .rizon-apk-link{min-height:148px!important;height:auto!important;padding:8px!important;gap:5px!important;justify-content:flex-start!important}.rizon-latest-grid .rizon-list .apk-icon{width:48px!important;height:48px!important;border-radius:13px!important}.rizon-latest-grid .rizon-list .rizon-card-topline h3{margin:0 0 2px!important;line-height:1.15!important}.rizon-latest-grid .rizon-list .rizon-apk-info p{margin:0!important;line-height:1.2!important}.rizon-latest-grid .rizon-list .rizon-meta-line{display:none!important}.rizon-latest-grid .rizon-list .rizon-download-dot{margin-top:6px!important;height:30px!important;flex:0 0 30px!important}}@media(max-width:390px){.rizon-latest-grid .rizon-list .rizon-apk-link{min-height:144px!important}.rizon-latest-grid .rizon-list .apk-icon{width:46px!important;height:46px!important}}html.tutorial-sheet-open,body.tutorial-sheet-open{overflow:hidden!important}.tutorial-sheet{position:fixed;inset:0;z-index:2147483500;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}.tutorial-sheet.is-open{visibility:visible;opacity:1;pointer-events:auto}.tutorial-sheet-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(2,6,23,.68);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.tutorial-sheet-panel{position:absolute;left:50%;bottom:0;width:min(620px,100%);max-height:min(82vh,720px);overflow:auto;overscroll-behavior:contain;transform:translate(-50%,105%);transition:transform .24s cubic-bezier(.22,.75,.25,1);padding:15px 18px calc(18px + env(safe-area-inset-bottom,0px));border:1px solid var(--rz-theme-border);border-bottom:0;border-radius:24px 24px 0 0;background:var(--rz-theme-surface);color:var(--rz-theme-text);box-shadow:0 -28px 70px rgba(0,0,0,.30)}.tutorial-sheet.is-open .tutorial-sheet-panel{transform:translate(-50%,0)}.tutorial-sheet-handle{width:46px;height:5px;margin:0 auto 13px;border-radius:99px;background:var(--rz-theme-border)}.tutorial-sheet-close{position:absolute;top:14px;right:15px;width:38px;height:38px;border:1px solid var(--rz-theme-border);border-radius:12px;background:var(--rz-theme-soft);color:var(--rz-theme-text);font-size:25px;line-height:1;cursor:pointer}.tutorial-sheet-summary{display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:center;padding-right:44px}.tutorial-sheet-thumb{width:74px;height:74px;border:1px solid var(--rz-theme-border);border-radius:18px;display:grid;place-items:center;overflow:hidden;background:var(--rz-theme-soft)}.tutorial-sheet-thumb img{width:100%;height:100%;object-fit:cover}.tutorial-sheet-thumb span{font-size:22px;color:var(--rz-theme-primary2)}.tutorial-sheet-summary small{display:block;margin-bottom:4px;color:var(--rz-theme-link);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.tutorial-sheet-summary h2{margin:0 0 5px;font-size:20px;line-height:1.15;color:var(--rz-theme-text)}.tutorial-sheet-summary p{margin:0;color:var(--rz-theme-muted);font-size:13px;line-height:1.45}.tutorial-sheet-steps{list-style:none;margin:16px 0;padding:0;display:grid;gap:8px}.tutorial-sheet-steps li{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:start;gap:9px;padding:9px 10px;border:1px solid var(--rz-theme-border);border-radius:13px;background:var(--rz-theme-soft)}.tutorial-sheet-steps li>span{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:color-mix(in srgb,var(--rz-theme-primary) 18%,var(--rz-theme-surface));color:var(--rz-theme-link);font-size:12px;font-weight:950}.tutorial-sheet-steps p{margin:3px 0 0;color:var(--rz-theme-text);font-size:12.5px;line-height:1.4}.tutorial-sheet-primary,.tutorial-sheet-secondary{width:100%;min-height:49px;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:950}.tutorial-sheet-primary{background:linear-gradient(135deg,var(--rz-theme-primary),var(--rz-theme-primary2));color:var(--rz-theme-on-primary)!important}.tutorial-sheet-secondary{margin-top:8px;border:1px solid var(--rz-theme-border);background:transparent;color:var(--rz-theme-muted);cursor:pointer}@media(min-width:761px){.tutorial-sheet-panel{bottom:24px;border-bottom:1px solid var(--rz-theme-border);border-radius:24px}.tutorial-sheet.is-open .tutorial-sheet-panel{transform:translate(-50%,0)}}
/* V56.9.3: removed obsolete hero phone/search selectors. */
