*{box-sizing:border-box}body{margin:0;font-family:'Segoe UI',Arial,sans-serif;background:#f5f7fb;color:#1f2937}a{text-decoration:none}.auth-body,.public-body{background:linear-gradient(135deg,#f6efe6,#eef6ff)}.site-wrap{display:flex;min-height:100vh}.sidebar{position:fixed;left:0;top:0;bottom:0;width:270px;background:#17202a;color:#fff;overflow-y:auto;z-index:1030;box-shadow:8px 0 24px rgba(0,0,0,.08)}.sidebar-brand{padding:22px 20px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:12px}.sidebar-logo{width:42px;height:42px;border-radius:12px;background:#f8fafc;object-fit:cover}.brand-title{font-weight:800;font-size:18px;line-height:1.2}.brand-sub{font-size:12px;color:#b5c0cc}.menu-section{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#8fa1b3;padding:18px 22px 7px}.sidebar-menu{padding:0;margin:0 12px 24px;list-style:none}.sidebar-menu a{display:flex;align-items:center;gap:10px;color:#d9e4ef;padding:12px 14px;border-radius:14px;margin:4px 0;transition:all .2s ease}.sidebar-menu a:hover,.sidebar-menu a.active{background:#243447;color:#fff;transform:translateX(4px)}.menu-icon,.btn-icon{width:22px;text-align:center;display:inline-block}.main{margin-left:270px;min-height:100vh;width:calc(100% - 270px)}.topbar{height:70px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:1010}.topbar-title{font-size:20px;font-weight:800}.user-dropdown{position:relative}.user-btn{border:none;background:#f3f6fb;border-radius:999px;padding:9px 14px;display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:700;color:#1f2937}.user-btn:hover{background:#e9eef7}.dropdown-menu-custom{position:absolute;right:0;top:54px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 18px 45px rgba(15,23,42,.12);min-width:230px;padding:10px;display:none}.user-dropdown:hover .dropdown-menu-custom{display:block}.dropdown-menu-custom a,.dropdown-menu-custom .drop-info{display:flex;gap:10px;align-items:center;color:#374151;padding:11px 12px;border-radius:12px}.dropdown-menu-custom a:hover{background:#f3f6fb}.content{padding:24px}.card-soft{background:#fff;border:1px solid #e5e7eb;border-radius:22px;box-shadow:0 10px 30px rgba(15,23,42,.05);padding:20px}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:20px;box-shadow:0 10px 30px rgba(15,23,42,.05);transition:all .2s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(15,23,42,.08)}.stat-icon{font-size:32px}.stat-number{font-size:26px;font-weight:900;margin-top:8px}.stat-label{color:#6b7280}.table-wrap{overflow:auto;background:#fff;border-radius:18px;border:1px solid #e5e7eb}.table-app{width:100%;border-collapse:collapse}.table-app th{font-size:12px;text-transform:uppercase;letter-spacing:.08em;background:#f8fafc;color:#64748b}.table-app th,.table-app td{padding:13px 14px;border-bottom:1px solid #edf2f7;vertical-align:middle}.table-app tbody tr:hover{background:#fbfcff}.action-inline{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.btn-app{border:none;border-radius:12px;padding:9px 12px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .16s ease}.btn-app:hover{transform:translateY(-1px);filter:brightness(.98)}.btn-primary-app{background:#2563eb;color:#fff}.btn-success-app{background:#16a34a;color:#fff}.btn-warning-app{background:#f59e0b;color:#fff}.btn-danger-app{background:#dc2626;color:#fff}.btn-light-app{background:#eef2f7;color:#111827}.btn-dark-app{background:#111827;color:#fff}.badge-soft{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.badge-green{background:#dcfce7;color:#166534}.badge-red{background:#fee2e2;color:#991b1b}.badge-blue{background:#dbeafe;color:#1d4ed8}.badge-orange{background:#ffedd5;color:#9a3412}.badge-gray{background:#f3f4f6;color:#374151}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form-group{margin-bottom:14px}.form-label{font-weight:800;margin-bottom:7px;display:block}.form-control-app,select.form-control-app,textarea.form-control-app{width:100%;border:1px solid #d1d5db;border-radius:14px;padding:11px 13px;background:#fff;outline:none}.form-control-app:focus{border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.12)}.search-bar{display:flex;gap:10px;align-items:center;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap}.pagination{display:flex;gap:6px;list-style:none;padding:0;margin:18px 0}.pagination a,.pagination strong{display:block;padding:8px 12px;border-radius:10px;border:1px solid #dbe2ea;color:#111827;background:#fff}.pagination strong{background:#2563eb;color:#fff;border-color:#2563eb}.public-nav{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 8%;background:rgba(255,255,255,.78);backdrop-filter:blur(10px);position:sticky;top:0;z-index:1000}.public-logo{display:flex;align-items:center;gap:12px;font-weight:900;color:#111827}.public-logo img{width:44px;height:44px;border-radius:13px;object-fit:cover;background:#fff}.public-links{display:flex;align-items:center;gap:12px}.public-links a{color:#111827;font-weight:800;padding:10px 12px;border-radius:12px}.public-links a:hover{background:#fff}.hero{padding:78px 8% 50px;display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center}.hero h1{font-size:48px;line-height:1.05;margin:0 0 16px;color:#111827}.hero p{font-size:18px;color:#5b6472;line-height:1.7}.hero-panel{background:#fff;border-radius:30px;box-shadow:0 24px 70px rgba(15,23,42,.14);padding:26px;min-height:330px}.video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.video-card{background:#fff;border-radius:22px;box-shadow:0 14px 40px rgba(15,23,42,.08);overflow:hidden;border:1px solid #e5e7eb;transition:all .2s ease}.video-card:hover{transform:translateY(-5px)}.thumb{height:170px;background:linear-gradient(135deg,#d9b27c,#8b5e34);display:flex;align-items:center;justify-content:center;font-size:54px;color:#fff;overflow:hidden}.thumb img{width:100%;height:100%;object-fit:cover}.video-card-body{padding:16px}.section-public{padding:30px 8% 70px}.auth-card{max-width:440px;margin:60px auto;background:#fff;border-radius:28px;padding:28px;box-shadow:0 24px 70px rgba(15,23,42,.12)}.auth-title{font-size:27px;font-weight:900;margin-bottom:6px}.alert-lite{padding:12px 14px;border-radius:14px;margin-bottom:15px}.detail-row{display:none;background:#f8fafc}.detail-row.show{display:table-row}.detail-box{border-left:4px solid #2563eb;padding:12px 16px;color:#374151}.mobile-toggle{display:none;border:none;background:#111827;color:#fff;border-radius:12px;padding:9px 12px}.video-player{width:100%;background:#000;border-radius:18px;overflow:hidden}.video-player iframe,.video-player video{width:100%;min-height:420px;border:0}.footer-public{padding:28px 8%;background:#111827;color:#e5e7eb}@media(max-width:1000px){.stat-grid,.video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{grid-template-columns:1fr}.hero h1{font-size:38px}.form-grid{grid-template-columns:1fr}}@media(max-width:760px){.sidebar{transform:translateX(-100%);transition:.25s}.sidebar.open{transform:translateX(0)}.main{margin-left:0;width:100%}.mobile-toggle{display:inline-block}.topbar{padding:0 14px}.content{padding:16px}.stat-grid,.video-grid{grid-template-columns:1fr}.public-nav{padding:14px 5%;align-items:flex-start}.public-links{flex-wrap:wrap}.hero,.section-public{padding-left:5%;padding-right:5%}.hero h1{font-size:33px}.table-app{min-width:760px}}

/* Refinement: ikon monokrom, tombol aksi lebih rapi, dan tampilan kategori */
.icon-svg{width:18px;height:18px;display:inline-block;vertical-align:middle;flex:0 0 auto;color:currentColor}.menu-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;color:#d9e4ef}.menu-icon .icon-svg{width:19px;height:19px}.sidebar-logo.icon-logo{display:flex;align-items:center;justify-content:center;color:#17202a;border:1px solid #e5e7eb}.sidebar-logo.icon-logo .icon-svg{width:25px;height:25px}.topbar .icon-svg{width:18px;height:18px}.stat-icon{width:44px;height:44px;border-radius:14px;background:#f6f8fb;border:1px solid #e5e7eb;color:#111827;display:flex;align-items:center;justify-content:center}.stat-icon .icon-svg{width:25px;height:25px}.thumb .icon-svg{width:56px;height:56px;color:#fff}.hero-pot{width:72px;height:72px;border-radius:24px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border:1px solid #e5e7eb;color:#17202a}.hero-pot .icon-svg{width:46px;height:46px}.btn-app .icon-svg{width:18px;height:18px}.btn-action{width:38px;height:38px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;color:#334155;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .16s ease;box-shadow:0 4px 14px rgba(15,23,42,.04)}.btn-action:hover{transform:translateY(-1px);background:#f8fafc;box-shadow:0 8px 18px rgba(15,23,42,.08)}.btn-action .icon-svg{width:18px;height:18px}.btn-action-detail:hover{color:#0f172a;border-color:#cbd5e1}.btn-action-edit:hover{color:#92400e;border-color:#fcd34d;background:#fffbeb}.btn-action-delete:hover{color:#991b1b;border-color:#fecaca;background:#fff1f2}.btn-action-approve:hover{color:#166534;border-color:#bbf7d0;background:#f0fdf4}.btn-action-reject:hover{color:#9a3412;border-color:#fed7aa;background:#fff7ed}.btn-action-watch:hover{color:#1d4ed8;border-color:#bfdbfe;background:#eff6ff}.action-inline{gap:8px;justify-content:flex-start}.category-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 16px}.category-chip{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;color:#334155;font-weight:800;font-size:13px}.category-chip:hover,.category-chip.active{background:#111827;color:#fff;border-color:#111827}.category-chip .icon-svg{width:16px;height:16px}.category-divider td{background:#f8fafc!important;color:#0f172a;font-weight:900;text-transform:uppercase;letter-spacing:.07em;font-size:12px;border-top:1px solid #e5e7eb}.empty-state{text-align:center;color:#64748b;padding:26px!important}.table-actions-col{width:150px}.search-form{display:flex;gap:8px;align-items:center}.btn-compact{padding:9px 12px}.btn-compact .icon-svg{margin-right:2px}@media(max-width:760px){.search-form{width:100%;flex-wrap:wrap}.search-form .form-control-app{flex:1;min-width:180px}.table-actions-col{width:auto}}

/* Revisi 2: sidebar per kategori, aksi tabel sejajar, dropdown navbar klik cepat */
.sidebar-menu-grouped{margin-top:14px;padding-bottom:30px}
.sidebar-menu-grouped .menu-category-title{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#8fa1b3;padding:18px 14px 6px;margin-top:6px;border-top:1px solid rgba(255,255,255,.06);font-weight:800}
.sidebar-menu-grouped .menu-category-title:first-child{border-top:0;margin-top:0;padding-top:8px}
.sidebar-menu-grouped a{min-height:46px}
.sidebar-menu-grouped a:hover{background:#223244;transform:translateX(3px);box-shadow:inset 3px 0 0 #e5e7eb}

.user-dropdown:hover .dropdown-menu-custom{display:none}
.user-dropdown.open .dropdown-menu-custom{display:block;animation:dropdownFast .08s ease-out}
.user-dropdown.open .user-btn{background:#e9eef7}
.dropdown-menu-custom{top:48px;z-index:1050}
@keyframes dropdownFast{from{opacity:.2;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}

.table-app{min-width:880px}
.table-app th:last-child{text-align:center}
.table-app tbody tr:not(.detail-row) > td:last-child{min-width:190px;width:190px;text-align:center;white-space:nowrap}
.table-actions-col{width:190px;min-width:190px;text-align:center}
.action-inline{display:inline-flex!important;flex-wrap:nowrap!important;align-items:center;justify-content:center;gap:7px;white-space:nowrap;min-width:max-content}
.btn-action{width:36px;height:36px;border-radius:12px;flex:0 0 36px;margin:0}
.btn-action .icon-svg{width:17px;height:17px}
.detail-row > td{width:auto!important;min-width:0!important;text-align:left!important;white-space:normal!important}
.category-divider td{width:auto!important;min-width:0!important;text-align:left!important;white-space:normal!important}

@media(max-width:760px){
  .table-app{min-width:900px}
  .table-app tbody tr:not(.detail-row) > td:last-child{min-width:190px;width:190px}
}

/* Revisi 9: status langganan bukan tombol dan info kelipatan paket */
.status-text-success{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border-radius:12px;background:#dcfce7;color:#166534;font-weight:900}
.status-text-success .icon-svg{width:18px;height:18px}
.info-line{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:10px 12px;color:#475569;line-height:1.5}


/* Revisi 10: katalog video terpisah, dashboard user per kategori, akses gratis berdasarkan urutan */
.catalog-hero{padding-top:44px;padding-bottom:22px}
.catalog-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;flex-wrap:wrap}
.catalog-title-row h1{font-size:38px;line-height:1.1;margin:0 0 10px;color:#111827}
.catalog-title-row p{max-width:780px;color:#64748b;line-height:1.65;margin:0}
.catalog-filter-card{margin-top:22px}
.catalog-search-form{width:100%}
.catalog-search-form .form-control-app{flex:1}
.category-block-title{display:flex;align-items:center;gap:8px;margin:26px 0 14px;font-size:16px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:#111827}
.public-category-title{margin-top:10px}
.dashboard-catalog-head{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}
.video-meta-row{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;margin-bottom:10px}
.video-card-locked .thumb{filter:grayscale(.15);opacity:.86}
.status-text-success{display:inline-flex;align-items:center;gap:8px;background:#16a34a;color:#fff;border-radius:12px;padding:10px 13px;font-weight:900}
.status-text-success .icon-svg{width:18px;height:18px}
@media(max-width:760px){.catalog-title-row h1{font-size:30px}.dashboard-catalog-head{align-items:flex-start}.catalog-search-form{flex-wrap:wrap}.catalog-search-form .form-control-app{min-width:200px}}

/* Revisi 11: thumbnail video tampil dan akses gratis/premium diatur manual pada Kelola Video */
.table-thumb{width:78px;height:52px;border-radius:12px;background:linear-gradient(135deg,#d9b27c,#8b5e34);display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #e5e7eb;color:#fff}
.table-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.table-thumb .icon-svg{width:24px;height:24px;color:#fff}
.current-thumb{display:flex;align-items:center;gap:10px;margin-top:8px;color:#64748b}
.current-thumb img{width:96px;height:62px;object-fit:cover;border-radius:12px;border:1px solid #e5e7eb}
.video-card .thumb{position:relative;background:#f8fafc}
.video-card .thumb img{transition:transform .22s ease}
.video-card:hover .thumb img{transform:scale(1.04)}
.video-card .thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,0),rgba(15,23,42,.12));pointer-events:none}

/* Revisi 12: katalog internal, navigasi prev-next, desain katalog lebih cantik */
.catalog-shell{display:flex;flex-direction:column;gap:18px}
.catalog-internal-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;align-items:stretch;background:linear-gradient(135deg,#f8fafc,#eef4ff);border:1px solid #e7edf6}
.catalog-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:900;font-size:12px;letter-spacing:.06em;text-transform:uppercase;margin-bottom:12px}
.catalog-internal-hero h2,.catalog-title-row-pretty h1{margin:0 0 10px;line-height:1.1}
.catalog-internal-hero h2{font-size:36px;color:#0f172a}
.catalog-internal-hero p{margin:0;color:#475569;line-height:1.7}
.catalog-mini-stats,.catalog-public-stats{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}
.mini-stat{min-width:132px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:14px 16px;box-shadow:0 10px 24px rgba(15,23,42,.05)}
.mini-stat strong{display:block;font-size:24px;line-height:1;color:#0f172a;margin-bottom:6px}
.mini-stat span{display:block;color:#64748b;font-weight:700;font-size:13px}
.catalog-highlight-box{background:#0f172a;border-radius:24px;padding:20px;color:#fff;display:flex;flex-direction:column;justify-content:center;gap:12px;box-shadow:0 18px 34px rgba(15,23,42,.12)}
.highlight-line{display:flex;align-items:flex-start;gap:10px;line-height:1.6;color:#dbe7f3}
.highlight-line .icon-svg{margin-top:2px;color:#93c5fd;flex:0 0 auto}
.catalog-filter-card-internal,.catalog-filter-card-pretty{border:1px solid #e6ebf2}
.catalog-tabs-internal{margin-top:16px;margin-bottom:0}
.catalog-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:6px 0 14px;padding:4px 2px;flex-wrap:wrap}
.catalog-section-subtitle{color:#64748b;font-weight:700;font-size:13px}
.video-grid-pretty{grid-template-columns:repeat(3,minmax(0,1fr))}
.pretty-video-card{border-radius:24px;box-shadow:0 14px 34px rgba(15,23,42,.07)}
.pretty-video-card:hover{transform:translateY(-6px);box-shadow:0 20px 44px rgba(15,23,42,.12)}
.pretty-thumb{height:190px;background:linear-gradient(135deg,#d9b27c,#8b5e34)}
.thumb-overlay-badges{position:absolute;left:14px;right:14px;bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;z-index:2}
.thumb-overlay-badges .badge-soft{backdrop-filter:blur(4px);background:rgba(255,255,255,.95)}
.video-card-topline{display:flex;align-items:center;gap:8px;color:#64748b;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}
.video-card-topline .icon-svg{width:15px;height:15px}
.video-card-desc{margin:0 0 16px;color:#64748b;line-height:1.65;min-height:52px}
.video-card-actions-row{display:flex;gap:10px;flex-wrap:wrap}
.catalog-hero-pretty{padding-top:44px}
.catalog-public-wrap{display:flex;flex-direction:column;gap:16px}
.catalog-title-row-pretty{align-items:flex-end}
.catalog-title-row-pretty p{max-width:860px}
.catalog-public-list{padding-top:6px}
.catalog-section-head-public{margin-top:0}
.watch-shell{display:flex;flex-direction:column;gap:18px}
.watch-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap}
.watch-kicker{font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#2563eb;margin-bottom:8px}
.watch-badge-row{display:flex;gap:8px;flex-wrap:wrap}
.watch-badge-row .badge-soft{display:inline-flex;align-items:center;gap:6px}
.watch-badge-row .icon-svg{width:15px;height:15px}
.watch-player-card{background:#f8fafc;border-radius:24px;padding:18px;border:1px solid #e5e7eb}
.watch-description{line-height:1.8;color:#475569;margin:16px 2px 0}
.watch-nav-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.watch-nav-card{border:1px solid #e5e7eb;border-radius:22px;padding:18px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.04);display:flex;flex-direction:column;gap:10px}
.watch-nav-card-next{background:linear-gradient(135deg,#eff6ff,#ffffff)}
.watch-nav-label{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-weight:900}
.watch-nav-title{font-size:18px;font-weight:900;color:#0f172a;line-height:1.4}
.watch-nav-empty{color:#94a3b8;line-height:1.6}
@media(max-width:1000px){.catalog-internal-hero,.watch-nav-grid{grid-template-columns:1fr}.video-grid-pretty{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.catalog-internal-hero h2,.catalog-title-row-pretty h1{font-size:30px}.video-grid-pretty{grid-template-columns:1fr}.pretty-thumb{height:210px}.mini-stat{flex:1;min-width:0}.watch-player-card{padding:14px}}

/* Revisi 14: urutan otomatis, hapus durasi dan level video */
.auto-order-box{display:flex;align-items:center;gap:12px;border:1px solid #e5e7eb;background:#f8fafc;border-radius:16px;padding:13px 14px;min-height:52px;color:#0f172a}
.auto-order-box .icon-svg{width:22px;height:22px;color:#2563eb;flex:0 0 auto}
.auto-order-box strong{display:block;font-weight:900;margin-bottom:3px}
.auto-order-box small{display:block;color:#64748b;line-height:1.4}

/* Revisi 17: footer publik dipoles, dukung favicon dan media sosial dari pengaturan */
.footer-public-rich{padding:40px 8% 24px;background:linear-gradient(135deg,#0b1220,#111827 55%,#0f172a);color:#e5e7eb}
.footer-public-grid{display:grid;grid-template-columns:1.35fr .9fr .9fr;gap:24px;align-items:start}
.footer-brand-top{display:flex;align-items:center;gap:14px;margin-bottom:14px}
.footer-brand-logo{width:58px;height:58px;border-radius:18px;object-fit:cover;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 16px 34px rgba(15,23,42,.22)}
.footer-brand-logo .icon-svg,.footer-brand-logo-icon .icon-svg{width:30px;height:30px;color:#111827}
.footer-brand-name{font-size:28px;font-weight:900;line-height:1.1;color:#fff}
.footer-brand-tagline{margin-top:4px;color:#93c5fd;font-weight:700;line-height:1.5}
.footer-brand-desc{margin:0;color:#cbd5e1;line-height:1.8;max-width:560px}
.footer-info-block{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:20px 18px;min-height:100%}
.footer-block-title{font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#93c5fd;margin-bottom:14px}
.footer-contact-line{display:flex;align-items:flex-start;gap:10px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:12px 14px;line-height:1.7;color:#e5e7eb}
.footer-contact-line .icon-svg{width:18px;height:18px;color:#93c5fd;flex:0 0 auto;margin-top:3px}
.footer-socials{display:flex;gap:10px;flex-wrap:wrap}
.footer-social-link{width:46px;height:46px;border-radius:14px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);display:inline-flex;align-items:center;justify-content:center;color:#fff;transition:all .18s ease}
.footer-social-link .icon-svg{width:20px;height:20px}
.footer-social-link:hover{transform:translateY(-2px);background:#2563eb;border-color:#2563eb;box-shadow:0 14px 24px rgba(37,99,235,.25)}
.footer-empty{color:#94a3b8;line-height:1.7}
.footer-bottom{margin-top:24px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08);color:#94a3b8;font-size:13px}
@media(max-width:1000px){.footer-public-grid{grid-template-columns:1fr 1fr}.footer-brand-block{grid-column:1/-1}}
@media(max-width:760px){.footer-public-rich{padding-left:5%;padding-right:5%}.footer-public-grid{grid-template-columns:1fr}.footer-brand-name{font-size:24px}.footer-info-block{padding:18px 16px}}

/* Revisi 18: responsive mobile dan link otomatis saat nama folder project diganti */
html,body{max-width:100%;overflow-x:hidden}
img,video,iframe{max-width:100%}
.public-nav,.hero,.section-public,.footer-public-rich{width:100%;max-width:100%}
.public-logo span:last-child{white-space:nowrap}
.public-links a,.public-links .btn-app{white-space:nowrap}
.hero{overflow:hidden}
.hero > div{min-width:0}
.hero .btn-app{max-width:100%}
.form-control-app{max-width:100%}

@media(max-width:520px){
  .public-body{background:linear-gradient(135deg,#f6efe6,#eef6ff)}
  .public-nav{padding:12px 14px;gap:10px;flex-direction:column;align-items:stretch;position:relative;top:auto}
  .public-logo{justify-content:center;gap:8px;width:100%;font-size:14px;line-height:1.2}
  .public-logo img,.public-logo .hero-pot{width:40px!important;height:40px!important;border-radius:12px!important;flex:0 0 40px}
  .public-links{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;align-items:stretch}
  .public-links a,.public-links .btn-app{min-width:0;width:100%;justify-content:center;text-align:center;font-size:12px;line-height:1.15;padding:8px 6px;border-radius:11px;overflow:hidden;text-overflow:ellipsis}
  .public-links a:nth-last-child(1):nth-child(5){grid-column:auto}

  .hero{padding:34px 16px 28px!important;grid-template-columns:1fr!important;gap:18px!important;align-items:start}
  .hero h1{font-size:27px!important;line-height:1.12!important;margin-bottom:12px!important;letter-spacing:-.02em;word-break:normal;overflow-wrap:normal}
  .hero p{font-size:14px!important;line-height:1.65!important;margin-bottom:14px!important}
  .hero > div:first-child > div{gap:8px!important;display:grid!important;grid-template-columns:1fr!important;width:100%}
  .hero .btn-app{width:100%;justify-content:center;font-size:13px;padding:10px 9px}
  .hero-panel{min-height:0!important;padding:20px!important;border-radius:22px!important}
  .hero-panel h2{font-size:22px!important;line-height:1.2!important}
  .hero-pot{width:58px;height:58px;border-radius:18px}
  .hero-pot .icon-svg{width:34px;height:34px}

  .section-public{padding:24px 16px 42px!important}
  .search-bar{align-items:flex-start}
  .search-bar h2{font-size:22px!important;line-height:1.2}
  .video-grid,.stat-grid,.video-grid-pretty{grid-template-columns:1fr!important;gap:14px!important}
  .card-soft{border-radius:18px;padding:16px}
  .catalog-title-row h1,.catalog-title-row-pretty h1{font-size:28px!important;line-height:1.15!important}
  .catalog-title-row p,.catalog-title-row-pretty p{font-size:14px;line-height:1.65}
  .catalog-public-stats,.catalog-mini-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .mini-stat{min-width:0;padding:12px 13px;border-radius:16px}
  .mini-stat strong{font-size:22px}
  .catalog-filter-card{padding:14px!important}
  .catalog-search-form{display:grid!important;grid-template-columns:1fr!important;width:100%}
  .category-tabs{display:grid;grid-template-columns:1fr;gap:8px;width:100%}
  .category-chip{justify-content:center;text-align:center;width:100%;font-size:12px;padding:9px 10px}
  .pretty-thumb{height:185px!important}
  .thumb-overlay-badges{left:10px;right:10px;bottom:10px}
  .video-card-body h3{font-size:20px;line-height:1.25}
  .video-card-desc{min-height:0;font-size:14px}

  .footer-public-rich{padding:30px 16px 20px!important}
  .footer-public-grid{grid-template-columns:1fr!important;gap:14px!important}
  .footer-brand-top{align-items:flex-start}
  .footer-brand-logo{width:50px;height:50px;border-radius:16px;flex:0 0 50px}
  .footer-brand-name{font-size:22px!important}
  .footer-brand-desc,.footer-contact-line,.footer-empty{font-size:14px}
  .footer-info-block{border-radius:18px;padding:16px}
  .footer-social-link{width:42px;height:42px;border-radius:13px}
}

@media(max-width:380px){
  .public-links{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hero h1{font-size:24px!important}
  .hero-panel h2{font-size:20px!important}
  .catalog-public-stats,.catalog-mini-stats{grid-template-columns:1fr}
}

/* =====================================================================
   Tampilan template landing page untuk HOME, LOGIN, dan KATALOG
   Palet diadaptasi dari template: merah bata, krem, dan hitam arang.
   ===================================================================== */
.template-home-body,
.template-login-body{
  --tpl-red:#dd4a48;
  --tpl-red-dark:#bd3432;
  --tpl-cream:#e9dac1;
  --tpl-cream-light:#f8f0e3;
  --tpl-charcoal:#272522;
  --tpl-ink:#17191f;
  --tpl-muted:#655f58;
  margin:0;
  color:var(--tpl-ink);
  background:var(--tpl-cream);
  font-family:"Segoe UI",Arial,sans-serif;
}

.template-home-body .icon-svg,
.template-login-body .icon-svg{width:20px;height:20px;stroke-width:2}

/* HOME */
.tpl-home-header{position:relative;overflow:hidden;background:linear-gradient(135deg,#b94d49 0%,#a74240 52%,#853735 100%);color:#fff}
.tpl-home-header:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 18% 34%,rgba(255,231,161,.10),transparent 32%),radial-gradient(circle at 84% 65%,rgba(38,24,20,.18),transparent 38%)}
.tpl-home-header>*{position:relative;z-index:1}
.tpl-navbar{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:18px clamp(24px,8vw,140px);border-bottom:1px solid rgba(255,255,255,.13);background:rgba(90,28,27,.08);backdrop-filter:blur(4px)}
.tpl-navbar-brand,.tpl-login-brand{display:flex;align-items:center;gap:13px;color:#fff;font-weight:900;font-size:25px;letter-spacing:-.02em}
.tpl-navbar-brand img,.tpl-login-brand img{width:52px;height:52px;object-fit:cover;border-radius:14px;background:#fff;box-shadow:0 10px 24px rgba(0,0,0,.15)}
.tpl-brand-icon{width:52px;height:52px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:var(--tpl-charcoal);box-shadow:0 10px 24px rgba(0,0,0,.15);flex:0 0 auto}
.tpl-brand-icon .icon-svg{width:29px;height:29px}
.tpl-navbar-links{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}
.tpl-navbar-links a{color:rgba(255,255,255,.88);font-size:15px;font-weight:800;padding:11px 14px;border-radius:11px;transition:.18s ease}
.tpl-navbar-links a:hover,.tpl-navbar-links a.active{color:#fff;background:rgba(255,255,255,.12)}
.tpl-navbar-links .tpl-nav-button{background:var(--tpl-charcoal);color:#fff;padding-inline:19px;box-shadow:0 10px 22px rgba(39,37,34,.2)}
.tpl-navbar-links .tpl-nav-button:hover{background:#111;color:#fff;transform:translateY(-1px)}

.tpl-hero{max-width:1500px;margin:0 auto;padding:70px clamp(24px,8vw,140px) 82px;display:grid;grid-template-columns:1.04fr .96fr;gap:74px;align-items:center}
.tpl-hero-visual,.tpl-hero-copy{min-width:0}
.tpl-eyebrow{margin:0 0 13px;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:#ffe7a1}
.tpl-eyebrow-red{color:var(--tpl-red)}
.tpl-hero h1{margin:0 0 28px;max-width:680px;font-size:clamp(44px,5vw,76px);line-height:.98;letter-spacing:-.055em;color:#fff5b5;font-weight:950}
.tpl-hero-image-wrap{position:relative;border-radius:18px;overflow:hidden;background:#5c3930;border:1px solid rgba(255,255,255,.18);box-shadow:16px 18px 0 rgba(39,37,34,.72),0 28px 58px rgba(54,16,15,.32)}
.tpl-hero-image-wrap:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(110deg,rgba(44,23,17,.26),rgba(109,55,43,.08) 48%,rgba(23,13,10,.28));box-shadow:inset 0 0 70px rgba(20,9,7,.18)}
.tpl-hero-image-wrap img{display:block;width:100%;aspect-ratio:16/8.8;object-fit:cover;object-position:center 57%;filter:brightness(.74) saturate(.82) contrast(.94);transform:scale(1.015);transition:filter .28s ease,transform .45s ease}
.tpl-hero-image-wrap:hover img{filter:brightness(.81) saturate(.9) contrast(.97);transform:scale(1.035)}
.tpl-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.tpl-button{min-height:48px;padding:12px 19px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:900;transition:.18s ease;border:2px solid transparent}
.tpl-button:hover{transform:translateY(-2px)}
.tpl-button-dark{background:var(--tpl-charcoal);color:#fff;box-shadow:0 12px 24px rgba(39,37,34,.18)}
.tpl-button-dark:hover{background:#111;color:#fff}
.tpl-button-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.75)}
.tpl-button-outline:hover{background:#fff;color:var(--tpl-charcoal)}
.tpl-button-light{background:var(--tpl-cream);color:var(--tpl-charcoal)}
.tpl-button-light:hover{background:#fff;color:var(--tpl-charcoal)}
.tpl-button-red{background:var(--tpl-red);color:#fff}
.tpl-button-red:hover{background:var(--tpl-red-dark);color:#fff}
.tpl-hero-copy h2{margin:0 0 22px;font-size:clamp(34px,3.5vw,57px);line-height:1.06;letter-spacing:-.04em;color:#fff;font-weight:950}
.tpl-hero-copy p{margin:0 0 17px;color:rgba(255,255,255,.84);font-size:17px;line-height:1.8}
.tpl-text-link{display:inline-flex;align-items:center;gap:8px;margin-top:10px;color:#fff5b5;font-weight:900;border-bottom:2px solid rgba(255,245,181,.55);padding-bottom:5px}
.tpl-text-link:hover{color:#fff;border-color:#fff}
.tpl-text-link .icon-svg{width:17px;height:17px}

.tpl-feature-section{padding:92px clamp(24px,8vw,140px);background:var(--tpl-cream)}
.tpl-section-heading{max-width:1500px;margin:0 auto 38px;display:flex;align-items:flex-end;justify-content:space-between;gap:28px}
.tpl-section-heading-center{display:block;text-align:center;max-width:820px}
.tpl-section-heading h2{margin:0;font-size:clamp(32px,3.3vw,52px);line-height:1.08;letter-spacing:-.04em;color:var(--tpl-charcoal)}
.tpl-section-description{margin:14px auto 0;max-width:660px;color:var(--tpl-muted);font-size:16px;line-height:1.7}
.tpl-feature-grid{max-width:1250px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px}
.tpl-feature-item{text-align:center;padding:32px 24px;border-right:1px solid rgba(39,37,34,.14)}
.tpl-feature-item:last-child{border-right:none}
.tpl-feature-icon{width:72px;height:72px;margin:0 auto 22px;display:flex;align-items:center;justify-content:center;color:var(--tpl-red);border:2px solid var(--tpl-red);border-radius:50%;transition:.18s ease}
.tpl-feature-icon .icon-svg{width:34px;height:34px}
.tpl-feature-item:hover .tpl-feature-icon{background:var(--tpl-red);color:#fff;transform:translateY(-4px)}
.tpl-feature-item h3{margin:0 0 11px;font-size:22px;color:var(--tpl-red-dark)}
.tpl-feature-item p{margin:0;color:var(--tpl-muted);line-height:1.75}

.tpl-category-section{padding:88px clamp(24px,8vw,140px) 100px;background:var(--tpl-charcoal);color:#fff}
.tpl-section-heading-light h2{color:#fff}
.tpl-category-grid{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.tpl-category-card{position:relative;min-height:285px;padding:30px 28px 28px;background:#302e2a;border:1px solid rgba(255,255,255,.1);border-radius:7px;overflow:hidden;transition:.2s ease}
.tpl-category-card:hover{transform:translateY(-7px);background:#37342f;border-color:rgba(221,74,72,.8);box-shadow:0 22px 42px rgba(0,0,0,.2)}
.tpl-category-index{position:absolute;right:18px;top:12px;font-size:54px;font-weight:950;color:rgba(255,255,255,.055);letter-spacing:-.07em}
.tpl-category-icon{width:54px;height:54px;display:flex;align-items:center;justify-content:center;color:#fff5b5;border:1px solid rgba(255,245,181,.35);border-radius:50%;margin-bottom:30px}
.tpl-category-icon .icon-svg{width:25px;height:25px}
.tpl-category-card h3{margin:0 0 12px;font-size:24px;color:#fff}
.tpl-category-card p{margin:0 0 24px;color:#c9c2ba;line-height:1.7}
.tpl-category-card a{display:inline-flex;align-items:center;gap:7px;color:#fff5b5;font-size:14px;font-weight:900}
.tpl-category-card a:hover{color:#fff}
.tpl-category-card a .icon-svg{width:16px;height:16px}
.tpl-empty-card{grid-column:1/-1;text-align:center;padding:46px 28px;border:1px dashed rgba(255,255,255,.2);border-radius:8px;color:#d8d1c8}
.tpl-empty-card>span{display:inline-flex;margin-bottom:12px}
.tpl-empty-card h3{margin:0 0 9px;color:#fff}
.tpl-empty-card p{margin:0}

.tpl-pricing-section{padding:95px clamp(24px,8vw,140px) 110px;background:var(--tpl-cream)}
.tpl-pricing-grid{max-width:1250px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}
.tpl-price-card{position:relative;padding:34px 30px;background:var(--tpl-charcoal);color:#fff;border-radius:8px;box-shadow:0 18px 35px rgba(39,37,34,.12);display:flex;flex-direction:column;min-height:360px;transition:.2s ease}
.tpl-price-card:hover{transform:translateY(-7px);box-shadow:0 28px 48px rgba(39,37,34,.18)}
.tpl-price-card.featured{background:var(--tpl-red);transform:translateY(-12px)}
.tpl-price-card.featured:hover{transform:translateY(-18px)}
.tpl-price-badge{position:absolute;right:18px;top:18px;padding:7px 10px;background:#fff5b5;color:var(--tpl-charcoal);font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;border-radius:4px}
.tpl-price-card h3{margin:0 0 21px;font-size:23px;color:#fff}
.tpl-price-value{font-size:clamp(31px,3vw,45px);line-height:1;font-weight:950;letter-spacing:-.04em;color:#fff5b5}
.tpl-price-duration{margin-top:10px;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.09em;color:#ddd5cb}
.tpl-price-card p{margin:24px 0 30px;color:#d2cbc2;line-height:1.7;flex:1}
.tpl-price-card.featured p,.tpl-price-card.featured .tpl-price-duration{color:rgba(255,255,255,.86)}
.tpl-price-card .tpl-button{width:100%}
.tpl-price-card.featured .tpl-button-red{background:#fff;color:var(--tpl-red-dark)}
.tpl-price-card.featured .tpl-button-red:hover{background:#fff5b5;color:var(--tpl-charcoal)}
.tpl-empty-card-light{color:var(--tpl-muted);border-color:rgba(39,37,34,.2)}
.tpl-empty-card-light h3{color:var(--tpl-charcoal)}

.tpl-home-footer{padding:62px clamp(24px,8vw,140px) 24px;background:#191815;color:#d6d0c8}
.tpl-footer-grid{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:1.5fr .7fr 1fr;gap:60px}
.tpl-footer-brand-row{display:flex;align-items:center;gap:13px;color:#fff;font-size:24px}
.tpl-footer-brand-row img{width:52px;height:52px;object-fit:cover;border-radius:14px;background:#fff}
.tpl-footer-brand p{max-width:570px;color:#aaa39b;line-height:1.75}
.tpl-footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.tpl-footer-column h4{margin:0 0 9px;color:#fff5b5;font-size:15px;text-transform:uppercase;letter-spacing:.1em}
.tpl-footer-column a{color:#d6d0c8}
.tpl-footer-column a:hover{color:#fff}
.tpl-footer-column p{margin:0;color:#aaa39b;line-height:1.7}
.tpl-footer-socials{display:flex;gap:9px;margin-top:8px}
.tpl-footer-socials a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.17);border-radius:50%;color:#fff}
.tpl-footer-socials a:hover{background:var(--tpl-red);border-color:var(--tpl-red)}
.tpl-footer-socials .icon-svg{width:18px;height:18px}
.tpl-footer-bottom{max-width:1500px;margin:42px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);font-size:13px;color:#88827c}

/* LOGIN */
.template-login-body{min-height:100vh;background:var(--tpl-cream)}
.tpl-login-shell{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr)}
.tpl-login-intro{position:relative;display:flex;flex-direction:column;padding:34px clamp(28px,5vw,74px);background:var(--tpl-red);color:#fff;overflow:hidden}
.tpl-login-intro:after{content:"";position:absolute;width:430px;height:430px;border:70px solid rgba(255,255,255,.045);border-radius:50%;right:-175px;bottom:-175px;pointer-events:none}
.tpl-login-intro-content{position:relative;z-index:1;max-width:720px;margin:auto 0;padding:55px 0 35px}
.tpl-login-intro h1{margin:0 0 18px;font-size:clamp(42px,5vw,72px);line-height:1;letter-spacing:-.055em;color:#fff5b5}
.tpl-login-intro-content>p:not(.tpl-eyebrow){max-width:620px;margin:0 0 25px;color:rgba(255,255,255,.85);font-size:17px;line-height:1.75}
.tpl-login-illustration{max-width:610px;margin-top:30px;background:#fff;border-radius:7px;overflow:hidden;box-shadow:16px 17px 0 rgba(39,37,34,.85),0 22px 50px rgba(91,23,21,.25)}
.tpl-login-illustration img{display:block;width:100%;aspect-ratio:16/8.7;object-fit:cover}
.tpl-back-home{position:relative;z-index:1;display:inline-flex;width:max-content;color:rgba(255,255,255,.86);font-weight:800;border-bottom:1px solid rgba(255,255,255,.35);padding-bottom:4px}
.tpl-back-home:hover{color:#fff;border-color:#fff}
.tpl-login-form-side{display:flex;align-items:center;justify-content:center;padding:42px;background:var(--tpl-cream)}
.tpl-login-card{width:min(100%,500px);padding:48px 45px;background:#fff;border-radius:8px;box-shadow:0 25px 65px rgba(73,55,34,.16);border-top:7px solid var(--tpl-charcoal)}
.tpl-login-card-heading{text-align:center;margin-bottom:30px}
.tpl-login-card-icon{width:67px;height:67px;margin:0 auto 17px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--tpl-charcoal);color:#fff5b5}
.tpl-login-card-icon .icon-svg{width:30px;height:30px}
.tpl-login-card-heading h2{margin:0 0 9px;font-size:36px;letter-spacing:-.035em;color:var(--tpl-charcoal)}
.tpl-login-card-heading>p:last-child{margin:0;color:#777067;line-height:1.65}
.tpl-login-field{margin-bottom:19px}
.tpl-login-field label{display:block;margin-bottom:8px;font-weight:900;color:var(--tpl-charcoal)}
.tpl-input-wrap{display:flex;align-items:center;gap:11px;min-height:55px;padding:0 15px;background:#fbf8f2;border:1px solid #d8cdbd;border-radius:6px;transition:.18s ease}
.tpl-input-wrap:focus-within{background:#fff;border-color:var(--tpl-red);box-shadow:0 0 0 4px rgba(221,74,72,.12)}
.tpl-input-wrap>span{display:flex;color:#8a8176}
.tpl-input-wrap>span .icon-svg{width:19px;height:19px}
.tpl-input-wrap input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--tpl-charcoal);font-size:15px;padding:15px 0}
.tpl-input-wrap input::placeholder{color:#aaa095}
.tpl-login-submit{width:100%;min-height:54px;margin-top:8px;border:0;border-radius:6px;background:var(--tpl-red);color:#fff;font-size:15px;font-weight:950;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 13px 24px rgba(221,74,72,.22);transition:.18s ease}
.tpl-login-submit:hover{background:var(--tpl-red-dark);transform:translateY(-2px);box-shadow:0 17px 28px rgba(221,74,72,.28)}
.tpl-login-register{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;margin-top:24px;padding-top:22px;border-top:1px solid #eee6da;color:#777067;font-size:14px}
.tpl-login-register a{color:var(--tpl-red-dark);font-weight:900}
.tpl-login-register a:hover{text-decoration:underline}

@media(max-width:1100px){
  .tpl-navbar{padding-left:35px;padding-right:35px}
  .tpl-hero{padding-left:35px;padding-right:35px;gap:44px}
  .tpl-feature-section,.tpl-category-section,.tpl-pricing-section,.tpl-home-footer{padding-left:35px;padding-right:35px}
  .tpl-category-grid,.tpl-pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tpl-login-shell{grid-template-columns:1fr 480px}
  .tpl-login-intro{padding-left:40px;padding-right:40px}
}

@media(max-width:860px){
  .tpl-navbar{align-items:flex-start;flex-direction:column}
  .tpl-navbar-links{width:100%;justify-content:flex-start}
  .tpl-hero{grid-template-columns:1fr;padding-top:48px}
  .tpl-hero-copy{max-width:760px}
  .tpl-feature-grid{grid-template-columns:1fr;gap:0}
  .tpl-feature-item{border-right:0;border-bottom:1px solid rgba(39,37,34,.14)}
  .tpl-feature-item:last-child{border-bottom:0}
  .tpl-section-heading{align-items:flex-start;flex-direction:column}
  .tpl-footer-grid{grid-template-columns:1fr 1fr}
  .tpl-footer-brand{grid-column:1/-1}
  .tpl-login-shell{grid-template-columns:1fr}
  .tpl-login-intro{min-height:500px}
  .tpl-login-intro-content{padding:55px 0}
  .tpl-login-illustration{max-width:560px}
  .tpl-login-form-side{padding:60px 24px}
}

@media(max-width:620px){
  .tpl-navbar{min-height:auto;padding:15px 16px;gap:17px}
  .tpl-navbar-brand{font-size:20px}
  .tpl-navbar-brand img,.tpl-navbar-brand .tpl-brand-icon{width:44px;height:44px}
  .tpl-navbar-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .tpl-navbar-links a{text-align:center;padding:10px 8px;font-size:13px;background:rgba(255,255,255,.07)}
  .tpl-hero{padding:38px 16px 58px;gap:50px}
  .tpl-hero h1{font-size:42px}
  .tpl-hero-copy h2{font-size:34px}
  .tpl-hero-copy p{font-size:15px}
  .tpl-hero-actions{display:grid;grid-template-columns:1fr}
  .tpl-button{width:100%}
  .tpl-feature-section,.tpl-category-section,.tpl-pricing-section,.tpl-home-footer{padding-left:16px;padding-right:16px}
  .tpl-feature-section{padding-top:66px;padding-bottom:66px}
  .tpl-category-section,.tpl-pricing-section{padding-top:65px;padding-bottom:72px}
  .tpl-category-grid,.tpl-pricing-grid{grid-template-columns:1fr}
  .tpl-price-card.featured{transform:none}
  .tpl-price-card.featured:hover{transform:translateY(-7px)}
  .tpl-footer-grid{grid-template-columns:1fr;gap:34px}
  .tpl-footer-brand{grid-column:auto}
  .tpl-login-intro{min-height:auto;padding:25px 20px 42px}
  .tpl-login-brand{font-size:20px}
  .tpl-login-brand img,.tpl-login-brand .tpl-brand-icon{width:45px;height:45px}
  .tpl-login-intro-content{padding:65px 0 44px}
  .tpl-login-intro h1{font-size:42px}
  .tpl-login-intro-content>p:not(.tpl-eyebrow){font-size:15px}
  .tpl-login-illustration{box-shadow:9px 10px 0 rgba(39,37,34,.85)}
  .tpl-login-form-side{padding:35px 16px}
  .tpl-login-card{padding:36px 22px}
  .tpl-login-card-heading h2{font-size:31px}
}

/* =====================================================================
   KATALOG VIDEO - mengikuti tampilan template Home dan Login
   ===================================================================== */
.template-catalog-body{background:var(--tpl-cream)}
.template-catalog-body .tpl-navbar{position:relative;z-index:5}
.tpl-catalog-header{overflow:hidden}
.tpl-catalog-hero{position:relative;max-width:1500px;margin:0 auto;padding:72px clamp(24px,8vw,140px) 86px;display:grid;grid-template-columns:minmax(0,1.03fr) minmax(390px,.97fr);gap:72px;align-items:center}
.tpl-catalog-hero:after{content:"";position:absolute;width:480px;height:480px;border:74px solid rgba(255,255,255,.045);border-radius:50%;right:-260px;bottom:-280px;pointer-events:none}
.tpl-catalog-hero-copy,.tpl-catalog-summary{position:relative;z-index:1;min-width:0}
.tpl-catalog-hero-copy h1{margin:0 0 21px;max-width:760px;font-size:clamp(46px,5vw,78px);line-height:.98;letter-spacing:-.055em;color:#fff5b5;font-weight:950}
.tpl-catalog-hero-copy>p:not(.tpl-eyebrow){max-width:760px;margin:0;color:rgba(255,255,255,.85);font-size:18px;line-height:1.8}
.tpl-catalog-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.tpl-catalog-summary{padding:40px 38px;background:var(--tpl-charcoal);border-radius:8px;color:#fff;box-shadow:18px 20px 0 rgba(255,245,181,.28),0 28px 58px rgba(91,23,21,.28)}
.tpl-catalog-summary-number{position:absolute;right:24px;top:13px;color:rgba(255,255,255,.055);font-size:92px;line-height:1;font-weight:950;letter-spacing:-.08em}
.tpl-catalog-summary h2{position:relative;margin:0 0 17px;max-width:520px;font-size:clamp(31px,3vw,47px);line-height:1.07;letter-spacing:-.04em;color:#fff}
.tpl-catalog-summary>p:not(.tpl-eyebrow){position:relative;margin:0;color:#c9c2ba;line-height:1.75}
.tpl-catalog-stats{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:30px}
.tpl-catalog-stat{padding:17px 14px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.045);border-radius:6px}
.tpl-catalog-stat strong{display:block;margin-bottom:7px;color:#fff5b5;font-size:31px;line-height:1;font-weight:950}
.tpl-catalog-stat span{color:#c9c2ba;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.055em}

.tpl-catalog-filter-section{padding:86px clamp(24px,8vw,140px) 72px;background:var(--tpl-cream)}
.tpl-catalog-filter-wrap{max-width:1500px;margin:0 auto}
.tpl-catalog-filter-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:35px;margin-bottom:30px}
.tpl-catalog-filter-heading h2{margin:0;font-size:clamp(32px,3.5vw,53px);line-height:1.06;letter-spacing:-.04em;color:var(--tpl-charcoal)}
.tpl-catalog-filter-heading>p{max-width:480px;margin:0;color:var(--tpl-muted);line-height:1.75}
.tpl-catalog-filter-card{padding:28px;background:#fff;border-top:7px solid var(--tpl-charcoal);border-radius:8px;box-shadow:0 22px 55px rgba(73,55,34,.13)}
.tpl-catalog-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}
.tpl-catalog-search-input{min-height:54px;display:flex;align-items:center;gap:12px;padding:0 16px;background:#fbf8f2;border:1px solid #d8cdbd;border-radius:6px;transition:.18s ease}
.tpl-catalog-search-input:focus-within{background:#fff;border-color:var(--tpl-red);box-shadow:0 0 0 4px rgba(221,74,72,.12)}
.tpl-catalog-search-input>span{display:flex;color:#8a8176}
.tpl-catalog-search-input .icon-svg{width:20px;height:20px}
.tpl-catalog-search-input input{width:100%;min-width:0;padding:15px 0;border:0;outline:0;background:transparent;color:var(--tpl-charcoal);font-size:15px}
.tpl-catalog-search-input input::placeholder{color:#a39a8f}
.tpl-catalog-category-tabs{display:flex;gap:9px;flex-wrap:wrap;margin-top:19px}
.tpl-catalog-category-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid #d8cdbd;border-radius:999px;background:#fff;color:var(--tpl-charcoal);font-size:13px;font-weight:900;transition:.18s ease}
.tpl-catalog-category-chip .icon-svg{width:16px;height:16px}
.tpl-catalog-category-chip:hover{border-color:var(--tpl-red);color:var(--tpl-red-dark);transform:translateY(-1px)}
.tpl-catalog-category-chip.active{background:var(--tpl-charcoal);border-color:var(--tpl-charcoal);color:#fff5b5;box-shadow:0 10px 20px rgba(39,37,34,.16)}

.tpl-catalog-list-section{padding:76px clamp(24px,8vw,140px) 110px;background:#f8f0e3}
.tpl-catalog-list-wrap{max-width:1500px;margin:0 auto}
.tpl-video-group+ .tpl-video-group{margin-top:92px;padding-top:78px;border-top:1px solid rgba(39,37,34,.15)}
.tpl-video-group-heading{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-bottom:31px}
.tpl-video-group-title{display:flex;align-items:center;gap:20px;min-width:0}
.tpl-video-group-number{width:64px;height:64px;display:flex;align-items:center;justify-content:center;flex:0 0 64px;border:2px solid var(--tpl-red);border-radius:50%;color:var(--tpl-red-dark);font-size:17px;font-weight:950}
.tpl-video-group-heading h2{margin:0;font-size:clamp(29px,3vw,45px);line-height:1.08;letter-spacing:-.035em;color:var(--tpl-charcoal)}
.tpl-video-count{padding:10px 14px;border:1px solid #d8cdbd;border-radius:999px;background:var(--tpl-cream);color:var(--tpl-muted);font-size:13px;font-weight:900;white-space:nowrap}
.tpl-video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}
.tpl-video-card{min-width:0;overflow:hidden;background:#fff;border-radius:8px;border:1px solid rgba(39,37,34,.1);box-shadow:0 16px 34px rgba(73,55,34,.09);transition:.2s ease;display:flex;flex-direction:column}
.tpl-video-card:hover{transform:translateY(-7px);box-shadow:0 27px 47px rgba(73,55,34,.16);border-color:rgba(221,74,72,.45)}
.tpl-video-card.is-locked .tpl-video-thumb img{filter:grayscale(.15) brightness(.78)}
.tpl-video-thumb{position:relative;height:225px;overflow:hidden;background:var(--tpl-charcoal);display:flex;align-items:center;justify-content:center}
.tpl-video-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.tpl-video-card:hover .tpl-video-thumb img{transform:scale(1.045)}
.tpl-video-placeholder{display:flex;color:#fff5b5}
.tpl-video-placeholder .icon-svg{width:63px;height:63px}
.tpl-video-thumb-shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(22,20,18,.73),rgba(22,20,18,.03) 60%)}
.tpl-video-order,.tpl-video-access{position:absolute;z-index:2;bottom:14px;padding:7px 10px;border-radius:4px;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.065em}
.tpl-video-order{left:14px;background:rgba(39,37,34,.9);color:#fff}
.tpl-video-access{right:14px}
.tpl-video-access.free{background:#fff5b5;color:var(--tpl-charcoal)}
.tpl-video-access.premium{background:var(--tpl-red);color:#fff}
.tpl-video-card-body{padding:24px 23px 23px;display:flex;flex-direction:column;flex:1}
.tpl-video-meta{display:flex;align-items:center;gap:7px;margin-bottom:10px;color:var(--tpl-red-dark);font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.09em}
.tpl-video-meta .icon-svg{width:15px;height:15px}
.tpl-video-card h3{margin:0 0 12px;color:var(--tpl-charcoal);font-size:23px;line-height:1.25;letter-spacing:-.025em}
.tpl-video-card-body>p{margin:0 0 23px;color:var(--tpl-muted);line-height:1.7;flex:1}
.tpl-video-card-action{margin-top:auto}
.tpl-video-card-action .tpl-button{width:100%}
.tpl-video-card-action .tpl-button-dark{background:var(--tpl-charcoal)}
.tpl-catalog-empty{max-width:780px;margin:0 auto;padding:60px 35px;text-align:center;background:#fff;border:1px dashed rgba(39,37,34,.28);border-radius:8px}
.tpl-catalog-empty>span{width:76px;height:76px;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;border:2px solid var(--tpl-red);border-radius:50%;color:var(--tpl-red)}
.tpl-catalog-empty>span .icon-svg{width:34px;height:34px}
.tpl-catalog-empty h3{margin:0 0 9px;color:var(--tpl-charcoal);font-size:30px}
.tpl-catalog-empty p{margin:0 auto 24px;max-width:540px;color:var(--tpl-muted);line-height:1.7}
.tpl-catalog-empty .tpl-button{width:max-content;margin:0 auto}

@media(max-width:1100px){
  .tpl-catalog-hero{padding-left:35px;padding-right:35px;gap:44px;grid-template-columns:minmax(0,1fr) minmax(350px,.9fr)}
  .tpl-catalog-filter-section,.tpl-catalog-list-section{padding-left:35px;padding-right:35px}
  .tpl-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:860px){
  .tpl-catalog-hero{grid-template-columns:1fr;padding-top:50px}
  .tpl-catalog-summary{max-width:720px}
  .tpl-catalog-filter-heading{align-items:flex-start;flex-direction:column}
  .tpl-catalog-filter-heading>p{max-width:700px}
  .tpl-video-group-heading{align-items:flex-start}
}

@media(max-width:620px){
  .tpl-catalog-hero{padding:39px 16px 60px;gap:43px}
  .tpl-catalog-hero-copy h1{font-size:42px}
  .tpl-catalog-hero-copy>p:not(.tpl-eyebrow){font-size:15px}
  .tpl-catalog-hero-actions{display:grid;grid-template-columns:1fr}
  .tpl-catalog-summary{padding:31px 22px;box-shadow:9px 10px 0 rgba(255,245,181,.28)}
  .tpl-catalog-summary-number{font-size:70px}
  .tpl-catalog-summary h2{font-size:32px}
  .tpl-catalog-stats{grid-template-columns:1fr}
  .tpl-catalog-stat{display:flex;align-items:center;justify-content:space-between;gap:12px}
  .tpl-catalog-stat strong{margin:0;font-size:27px}
  .tpl-catalog-filter-section{padding:63px 16px 48px}
  .tpl-catalog-filter-heading{margin-bottom:22px}
  .tpl-catalog-filter-heading h2{font-size:33px}
  .tpl-catalog-filter-card{padding:18px;border-top-width:6px}
  .tpl-catalog-search{grid-template-columns:1fr}
  .tpl-catalog-category-tabs{display:grid;grid-template-columns:1fr}
  .tpl-catalog-category-chip{justify-content:center;text-align:center}
  .tpl-catalog-list-section{padding:56px 16px 74px}
  .tpl-video-group+ .tpl-video-group{margin-top:63px;padding-top:58px}
  .tpl-video-group-heading{flex-direction:column;margin-bottom:25px}
  .tpl-video-group-title{align-items:flex-start}
  .tpl-video-group-number{width:53px;height:53px;flex-basis:53px}
  .tpl-video-group-heading h2{font-size:31px}
  .tpl-video-count{margin-left:73px}
  .tpl-video-grid{grid-template-columns:1fr;gap:18px}
  .tpl-video-thumb{height:210px}
  .tpl-video-card-body{padding:21px 19px 20px}
  .tpl-video-card h3{font-size:22px}
  .tpl-catalog-empty{padding:45px 21px}
  .tpl-catalog-empty .tpl-button{width:100%}
}

@media(max-width:380px){
  .tpl-catalog-hero-copy h1{font-size:36px}
  .tpl-catalog-summary h2{font-size:28px}
  .tpl-video-group-title{gap:13px}
  .tpl-video-count{margin-left:66px}
  .tpl-video-thumb{height:188px}
}

/* =====================================================================
   REGISTER - konsisten dengan template Home, Login, dan Katalog
   ===================================================================== */
.template-register-body .icon-svg{width:20px;height:20px;stroke-width:2}
.tpl-register-shell{grid-template-columns:minmax(0,1.03fr) minmax(500px,.97fr)}
.tpl-register-intro-content{padding-top:34px;padding-bottom:25px}
.tpl-register-intro h1{font-size:clamp(40px,4.5vw,66px);max-width:760px}
.tpl-register-benefits{display:flex;flex-wrap:wrap;gap:10px;margin:25px 0 5px}
.tpl-register-benefits>div{display:inline-flex;align-items:center;gap:9px;min-height:42px;padding:9px 13px;border:1px solid rgba(255,255,255,.23);border-radius:6px;background:rgba(255,255,255,.075);color:#fff;font-size:13px}
.tpl-register-benefits>div>span{display:flex;color:#fff5b5}
.tpl-register-benefits>div .icon-svg{width:18px;height:18px}
.tpl-register-benefits strong{font-weight:850}
.tpl-register-illustration{max-width:550px;margin-top:23px}
.tpl-register-form-side{padding:30px 42px}
.tpl-register-card{width:min(100%,550px);padding:35px 42px 32px}
.tpl-register-card-heading{margin-bottom:23px}
.tpl-register-card-heading .tpl-login-card-icon{width:58px;height:58px;margin-bottom:13px}
.tpl-register-card-heading .tpl-login-card-icon .icon-svg{width:27px;height:27px}
.tpl-register-card-heading h2{font-size:33px}
.tpl-register-card .tpl-login-field{margin-bottom:13px}
.tpl-register-card .tpl-input-wrap{min-height:50px}
.tpl-register-card .tpl-input-wrap input{padding-top:13px;padding-bottom:13px}
.tpl-register-card .tpl-login-submit{min-height:51px;margin-top:5px}
.tpl-register-card .tpl-login-register{margin-top:19px;padding-top:18px}

@media(max-width:1100px){
  .tpl-register-shell{grid-template-columns:1fr 500px}
  .tpl-register-form-side{padding-left:28px;padding-right:28px}
}

@media(max-width:860px){
  .tpl-register-shell{grid-template-columns:1fr}
  .tpl-register-intro{min-height:560px}
  .tpl-register-form-side{padding:55px 24px}
}

@media(max-width:620px){
  .tpl-register-intro{min-height:auto}
  .tpl-register-intro-content{padding-top:55px;padding-bottom:38px}
  .tpl-register-intro h1{font-size:39px}
  .tpl-register-benefits{display:grid;grid-template-columns:1fr;width:100%}
  .tpl-register-benefits>div{width:100%}
  .tpl-register-form-side{padding:34px 16px}
  .tpl-register-card{padding:32px 21px 28px}
  .tpl-register-card-heading h2{font-size:30px}
}

/* =====================================================================
   Revisi halaman LOGIN agar konsisten dengan hero HOME
   ===================================================================== */
.template-login-body{
  background:#f4ecdf;
}

.tpl-login-shell{
  background:#f4ecdf;
}

.tpl-login-intro{
  isolation:isolate;
  background:linear-gradient(135deg,#b94d49 0%,#a74240 52%,#853735 100%);
}

.tpl-login-intro:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 28%,rgba(255,231,161,.10),transparent 32%),
    radial-gradient(circle at 84% 72%,rgba(38,24,20,.20),transparent 40%);
}

.tpl-login-intro:after{
  width:470px;
  height:470px;
  right:-190px;
  bottom:-195px;
  border:72px solid rgba(255,255,255,.035);
}

.tpl-login-intro h1{
  color:#fff2b8;
  text-shadow:0 4px 20px rgba(63,18,17,.10);
}

.tpl-login-intro-content>p:not(.tpl-eyebrow){
  color:rgba(255,255,255,.86);
}

.tpl-login-illustration{
  position:relative;
  max-width:610px;
  margin-top:30px;
  border-radius:18px;
  overflow:hidden;
  background:#5c3930;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:14px 16px 0 rgba(39,37,34,.66),0 26px 56px rgba(54,16,15,.28);
}

.tpl-login-illustration:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(105deg,rgba(35,18,14,.53) 0%,rgba(52,27,20,.22) 42%,rgba(24,13,10,.24) 100%);
  box-shadow:inset 0 0 72px rgba(20,9,7,.22);
}

.tpl-login-illustration img{
  display:block;
  width:100%;
  aspect-ratio:16/8.7;
  object-fit:cover;
  object-position:center 57%;
  filter:brightness(.72) saturate(.80) contrast(.96);
  transform:scale(1.015);
  transition:filter .28s ease,transform .45s ease;
}

.tpl-login-illustration:hover img{
  filter:brightness(.79) saturate(.88) contrast(.98);
  transform:scale(1.035);
}

.tpl-login-illustration-caption{
  position:absolute;
  z-index:2;
  top:28px;
  left:32px;
  display:flex;
  flex-direction:column;
  gap:7px;
  color:#fff;
  text-shadow:0 3px 14px rgba(0,0,0,.38);
}

.tpl-login-illustration-caption strong{
  color:#fff2b8;
  font-size:24px;
  line-height:1.1;
  font-weight:950;
  letter-spacing:-.025em;
}

.tpl-login-illustration-caption span{
  font-size:13px;
  font-weight:700;
  color:rgba(255,255,255,.88);
}

.tpl-login-form-side{
  background:linear-gradient(135deg,#efe2ce 0%,#f8f1e7 52%,#ead9bd 100%);
}

.tpl-login-card{
  border-top-color:#8e3936;
  box-shadow:0 26px 70px rgba(73,55,34,.16);
}

.tpl-login-card-icon{
  background:linear-gradient(135deg,#a74240,#7f302e);
  box-shadow:0 12px 28px rgba(143,52,49,.22);
}

.tpl-login-submit{
  background:linear-gradient(135deg,#b94d49,#923936);
  box-shadow:0 14px 28px rgba(142,49,46,.22);
}

.tpl-login-submit:hover{
  background:linear-gradient(135deg,#a74240,#7f302e);
  box-shadow:0 18px 32px rgba(142,49,46,.28);
}

@media(max-width:760px){
  .tpl-login-illustration{
    border-radius:14px;
    box-shadow:9px 10px 0 rgba(39,37,34,.60),0 20px 40px rgba(54,16,15,.24);
  }

  .tpl-login-illustration-caption{
    top:20px;
    left:22px;
  }

  .tpl-login-illustration-caption strong{
    font-size:20px;
  }
}

/* =====================================================================
   Revisi halaman REGISTER agar seragam dengan HOME dan LOGIN
   ===================================================================== */
.template-register-body{
  min-height:100vh;
  background:#f4ecdf;
}

.tpl-register-shell{
  min-height:100vh;
  grid-template-columns:minmax(0,1.03fr) minmax(500px,.97fr);
  background:#f4ecdf;
}

.tpl-register-intro{
  padding-top:26px;
  padding-bottom:26px;
  background:linear-gradient(135deg,#b94d49 0%,#a74240 52%,#853735 100%);
}

.tpl-register-intro:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(circle at 15% 18%,rgba(255,231,161,.11),transparent 30%),
    radial-gradient(circle at 82% 74%,rgba(38,24,20,.22),transparent 42%);
}

.tpl-register-intro-content{
  width:100%;
  max-width:720px;
  margin:auto 0;
  padding:26px 0 20px;
}

.tpl-register-intro h1{
  max-width:680px;
  margin-bottom:14px;
  font-size:clamp(39px,4.1vw,61px);
  line-height:.99;
  color:#fff2b8;
  text-shadow:0 4px 20px rgba(63,18,17,.10);
}

.tpl-register-intro-content>p:not(.tpl-eyebrow){
  max-width:650px;
  margin-bottom:18px;
  color:rgba(255,255,255,.86);
  font-size:16px;
  line-height:1.65;
}

.tpl-register-benefits{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
  margin:18px 0 0;
}

.tpl-register-benefits>div{
  min-height:58px;
  padding:11px 12px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:9px;
  background:rgba(255,255,255,.075);
  backdrop-filter:blur(4px);
  font-size:12px;
  line-height:1.35;
}

.tpl-register-benefits>div>span{
  flex:0 0 auto;
}

.tpl-register-illustration{
  max-width:570px;
  margin-top:19px;
  border-radius:16px;
  box-shadow:12px 14px 0 rgba(39,37,34,.60),0 23px 50px rgba(54,16,15,.25);
}

.tpl-register-illustration img{
  aspect-ratio:16/7.15;
  object-position:center 57%;
  filter:brightness(.69) saturate(.79) contrast(.96);
}

.tpl-register-illustration:hover img{
  filter:brightness(.76) saturate(.87) contrast(.98);
}

.tpl-register-illustration-caption{
  top:22px;
  left:25px;
  max-width:310px;
}

.tpl-register-illustration-caption strong{
  font-size:22px;
}

.tpl-register-illustration-caption span{
  max-width:280px;
  line-height:1.45;
}

.tpl-register-form-side{
  padding:26px 38px;
  background:linear-gradient(135deg,#efe2ce 0%,#f8f1e7 52%,#ead9bd 100%);
}

.tpl-register-card{
  width:min(100%,550px);
  padding:30px 40px 27px;
  border-top:7px solid #8e3936;
  border-radius:11px;
  box-shadow:0 26px 70px rgba(73,55,34,.16);
}

.tpl-register-card-heading{
  margin-bottom:19px;
}

.tpl-register-card-heading .tpl-login-card-icon{
  width:54px;
  height:54px;
  margin-bottom:10px;
  background:linear-gradient(135deg,#a74240,#7f302e);
  box-shadow:0 11px 25px rgba(143,52,49,.20);
}

.tpl-register-card-heading h2{
  margin-bottom:6px;
  font-size:32px;
}

.tpl-register-card-heading>p:last-child{
  font-size:14px;
  line-height:1.5;
}

.tpl-register-card .tpl-login-field{
  margin-bottom:12px;
}

.tpl-register-card .tpl-login-field label{
  margin-bottom:6px;
  font-size:14px;
}

.tpl-register-card .tpl-input-wrap{
  min-height:48px;
  border-radius:8px;
}

.tpl-register-card .tpl-input-wrap input{
  padding-top:12px;
  padding-bottom:12px;
  font-size:14px;
}

.tpl-register-card .tpl-login-submit{
  min-height:50px;
  margin-top:4px;
  border-radius:8px;
  background:linear-gradient(135deg,#b94d49,#923936);
  box-shadow:0 14px 28px rgba(142,49,46,.22);
}

.tpl-register-card .tpl-login-submit:hover{
  background:linear-gradient(135deg,#a74240,#7f302e);
  box-shadow:0 18px 32px rgba(142,49,46,.28);
}

.tpl-register-card .tpl-login-register{
  margin-top:16px;
  padding-top:16px;
}

@media(max-width:1180px){
  .tpl-register-shell{
    grid-template-columns:minmax(0,1fr) 500px;
  }

  .tpl-register-intro{
    padding-left:36px;
    padding-right:36px;
  }

  .tpl-register-benefits{
    grid-template-columns:1fr;
  }

  .tpl-register-benefits>div{
    min-height:43px;
  }

  .tpl-register-illustration{
    max-width:520px;
  }
}

@media(max-width:860px){
  .tpl-register-shell{
    grid-template-columns:1fr;
  }

  .tpl-register-intro{
    min-height:auto;
  }

  .tpl-register-intro-content{
    padding-top:45px;
    padding-bottom:30px;
  }

  .tpl-register-benefits{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .tpl-register-form-side{
    padding:48px 24px;
  }
}

@media(max-width:620px){
  .tpl-register-intro{
    padding:24px 20px 38px;
  }

  .tpl-register-intro-content{
    padding-top:52px;
    padding-bottom:30px;
  }

  .tpl-register-intro h1{
    font-size:39px;
  }

  .tpl-register-benefits{
    grid-template-columns:1fr;
  }

  .tpl-register-illustration{
    border-radius:13px;
    box-shadow:8px 9px 0 rgba(39,37,34,.58),0 18px 36px rgba(54,16,15,.22);
  }

  .tpl-register-illustration img{
    aspect-ratio:16/9;
  }

  .tpl-register-illustration-caption{
    top:18px;
    left:19px;
    right:16px;
  }

  .tpl-register-illustration-caption strong{
    font-size:19px;
  }

  .tpl-register-form-side{
    padding:32px 15px;
  }

  .tpl-register-card{
    padding:30px 20px 26px;
  }
}

/* Revisi akses video: gratis dapat ditonton tanpa login, premium membutuhkan akun */
.tpl-free-access-note,
.tpl-premium-auth-note{margin-top:11px;text-align:center;font-size:12px;line-height:1.5;font-weight:800}
.tpl-free-access-note{display:flex;align-items:center;justify-content:center;gap:6px;color:#39734c}
.tpl-free-access-note .icon-svg{width:15px;height:15px}
.tpl-premium-auth-note{color:var(--tpl-muted)}
.tpl-premium-auth-note a{color:var(--tpl-red-dark);font-weight:950;text-decoration:underline;text-underline-offset:3px}
.tpl-premium-auth-note a:hover{color:var(--tpl-charcoal)}

.template-watch-body{background:#f8f0e3}
.tpl-watch-public-header{min-height:auto}
.tpl-public-watch-main{padding:68px clamp(24px,8vw,140px) 100px;background:linear-gradient(180deg,#f8f0e3 0%,#eadbc3 100%)}
.tpl-public-watch-shell{max-width:1400px;margin:0 auto}
.tpl-public-watch-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:28px}
.tpl-public-watch-heading h1{max-width:940px;margin:0;color:var(--tpl-charcoal);font-size:clamp(36px,4vw,60px);line-height:1.03;letter-spacing:-.045em}
.tpl-public-watch-badges{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:18px}
.tpl-public-watch-badges span{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;border:1px solid #d7c8b1;background:#fff;color:var(--tpl-muted);font-size:12px;font-weight:900}
.tpl-public-watch-badges span.free{border-color:#bad9c1;background:#edf8ef;color:#39734c}
.tpl-public-watch-badges .icon-svg{width:15px;height:15px}
.tpl-public-player-card{padding:24px;border-radius:12px;border-top:8px solid var(--tpl-charcoal);background:#fff;box-shadow:0 28px 65px rgba(73,55,34,.15)}
.tpl-public-video-player{border-radius:8px;background:#171717;box-shadow:0 14px 34px rgba(39,37,34,.18)}
.tpl-public-video-player iframe,
.tpl-public-video-player video{display:block;min-height:clamp(300px,55vw,720px);max-height:720px;background:#000}
.tpl-public-watch-description{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:25px;align-items:start;padding:27px 4px 4px}
.tpl-public-watch-description>div:first-child>p:last-child{margin:0;color:var(--tpl-muted);font-size:16px;line-height:1.85}
.tpl-public-free-info{display:flex;align-items:flex-start;gap:13px;padding:18px;border:1px solid #bad9c1;border-radius:8px;background:#edf8ef;color:#39734c}
.tpl-public-free-info>.icon-svg{width:25px;height:25px;flex:0 0 auto}
.tpl-public-free-info strong{display:block;margin-bottom:5px;color:#285f3a;font-size:15px}
.tpl-public-free-info span{display:block;font-size:13px;line-height:1.6}
.tpl-public-watch-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:25px}
.tpl-public-watch-nav-card{display:flex;flex-direction:column;align-items:flex-start;min-height:210px;padding:25px;border:1px solid #d7c8b1;border-radius:9px;background:#fff;box-shadow:0 15px 34px rgba(73,55,34,.08)}
.tpl-public-watch-nav-card.next{background:#fffaf0}
.tpl-public-watch-nav-card .label{color:var(--tpl-red-dark);font-size:11px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.tpl-public-watch-nav-card h3{margin:12px 0 20px;color:var(--tpl-charcoal);font-size:23px;line-height:1.3}
.tpl-public-watch-nav-card p{margin:14px 0 0;color:var(--tpl-muted);line-height:1.7}
.tpl-public-watch-nav-card .tpl-button{margin-top:auto}
.tpl-button-light-watch{border:1px solid #d7c8b1;background:#f7efe2;color:var(--tpl-charcoal)}
.tpl-button-light-watch:hover{background:#fff;color:var(--tpl-charcoal)}
.tpl-public-premium-cta{display:flex;align-items:center;justify-content:space-between;gap:35px;margin-top:28px;padding:34px 36px;border-radius:10px;background:linear-gradient(135deg,#b94d49,#873836);color:#fff;box-shadow:0 22px 48px rgba(91,23,21,.22)}
.tpl-public-premium-cta h2{margin:0 0 10px;max-width:760px;color:#fff5b5;font-size:clamp(27px,3vw,42px);line-height:1.08;letter-spacing:-.035em}
.tpl-public-premium-cta>div>p:last-child{margin:0;max-width:760px;color:rgba(255,255,255,.82);line-height:1.7}
.tpl-public-premium-actions{display:flex;gap:10px;flex-wrap:wrap;flex:0 0 auto}

@media(max-width:900px){
  .tpl-public-watch-heading{align-items:flex-start;flex-direction:column}
  .tpl-public-watch-description{grid-template-columns:1fr}
  .tpl-public-watch-nav{grid-template-columns:1fr}
  .tpl-public-premium-cta{align-items:flex-start;flex-direction:column}
}

@media(max-width:620px){
  .tpl-public-watch-main{padding:45px 16px 70px}
  .tpl-public-watch-heading h1{font-size:37px}
  .tpl-public-player-card{padding:12px;border-top-width:6px}
  .tpl-public-video-player iframe,
  .tpl-public-video-player video{min-height:230px}
  .tpl-public-watch-description{padding:20px 5px 4px}
  .tpl-public-watch-nav-card{padding:21px 18px}
  .tpl-public-watch-nav-card .tpl-button{width:100%}
  .tpl-public-premium-cta{padding:27px 21px}
  .tpl-public-premium-actions{display:grid;grid-template-columns:1fr;width:100%}
  .tpl-public-premium-actions .tpl-button{width:100%}
}

/* =====================================================================
   Revisi tema panel Admin & Pengguna
   Diselaraskan dengan HOME: merah bata, krem, kuning lembut, arang.
   ===================================================================== */
.app-dashboard-body{
  --app-red:#b94d49;
  --app-red-strong:#a74240;
  --app-red-dark:#7f302f;
  --app-cream:#f8f0e3;
  --app-cream-soft:#fffaf2;
  --app-cream-deep:#e9dac1;
  --app-gold:#fff1b8;
  --app-charcoal:#272522;
  --app-ink:#211f1c;
  --app-muted:#746b62;
  margin:0;
  color:var(--app-ink);
  background:var(--app-cream);
}

.app-dashboard-body .site-wrap{
  background:linear-gradient(145deg,#f8f0e3 0%,#efe1cc 52%,#f9f4eb 100%);
}

/* SIDEBAR */
.app-dashboard-body .sidebar{
  width:286px;
  background:
    radial-gradient(circle at 22% 8%,rgba(255,241,184,.12),transparent 25%),
    radial-gradient(circle at 92% 74%,rgba(39,37,34,.23),transparent 34%),
    linear-gradient(180deg,#a94441 0%,#913a38 48%,#6f2d2c 100%);
  color:#fff;
  border-right:1px solid rgba(255,255,255,.14);
  box-shadow:14px 0 36px rgba(73,28,27,.18);
  scrollbar-width:thin;
  scrollbar-color:rgba(255,241,184,.55) rgba(255,255,255,.08);
}
.app-dashboard-body .sidebar::-webkit-scrollbar{width:7px}
.app-dashboard-body .sidebar::-webkit-scrollbar-track{background:rgba(255,255,255,.07)}
.app-dashboard-body .sidebar::-webkit-scrollbar-thumb{background:rgba(255,241,184,.55);border-radius:999px}

.app-dashboard-body .sidebar-brand{
  min-height:112px;
  padding:22px 19px;
  gap:13px;
  border-bottom:1px solid rgba(255,255,255,.16);
  background:rgba(83,25,24,.13);
  backdrop-filter:blur(5px);
}
.app-dashboard-body .sidebar-logo{
  width:54px;
  height:54px;
  flex:0 0 54px;
  border-radius:15px;
  border:2px solid rgba(255,241,184,.72);
  background:#fff;
  box-shadow:0 12px 28px rgba(43,15,14,.22);
}
.app-dashboard-body .sidebar-logo.icon-logo{
  color:var(--app-red-dark);
  border-color:rgba(255,241,184,.72);
  background:#fffaf2;
}
.app-dashboard-body .sidebar-brand-copy{min-width:0}
.app-dashboard-body .brand-title{
  color:#fff;
  font-size:20px;
  letter-spacing:-.025em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.app-dashboard-body .brand-sub{
  margin-top:2px;
  color:rgba(255,255,255,.78);
  font-size:12px;
}
.app-dashboard-body .sidebar-role-badge{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  margin-top:8px;
  padding:5px 8px;
  border:1px solid rgba(255,241,184,.38);
  border-radius:999px;
  background:rgba(39,37,34,.2);
  color:var(--app-gold);
  font-size:9px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.1em;
}

.app-dashboard-body .sidebar-menu-grouped{
  margin:10px 12px 28px;
  padding-bottom:34px;
}
.app-dashboard-body .sidebar-menu-grouped .menu-category-title{
  margin:8px 7px 5px;
  padding:19px 7px 7px;
  border-top:1px solid rgba(255,255,255,.11);
  color:rgba(255,241,184,.78);
  font-size:10px;
  font-weight:900;
  letter-spacing:.16em;
}
.app-dashboard-body .sidebar-menu-grouped .menu-category-title:first-child{
  border-top:0;
  padding-top:10px;
}
.app-dashboard-body .sidebar-menu a{
  position:relative;
  min-height:48px;
  margin:4px 0;
  padding:12px 13px;
  border:1px solid transparent;
  border-radius:10px;
  color:rgba(255,255,255,.9);
  font-size:14px;
  font-weight:700;
  overflow:hidden;
}
.app-dashboard-body .sidebar-menu a:before{
  content:"";
  position:absolute;
  left:0;
  top:10px;
  bottom:10px;
  width:3px;
  border-radius:0 4px 4px 0;
  background:transparent;
}
.app-dashboard-body .sidebar-menu a:hover{
  color:#fff;
  background:rgba(255,255,255,.1);
  border-color:rgba(255,255,255,.12);
  transform:translateX(3px);
  box-shadow:none;
}
.app-dashboard-body .sidebar-menu a.active{
  color:var(--app-charcoal);
  background:linear-gradient(135deg,#fff7d5 0%,#f3dfad 100%);
  border-color:rgba(255,241,184,.88);
  box-shadow:0 11px 24px rgba(58,20,19,.22);
  transform:none;
}
.app-dashboard-body .sidebar-menu a.active:before{background:var(--app-red-dark)}
.app-dashboard-body .sidebar-menu a.active .menu-icon{color:var(--app-red-dark)}
.app-dashboard-body .menu-icon{color:rgba(255,255,255,.88)}
.app-dashboard-body .menu-icon .icon-svg{width:19px;height:19px}

/* KONTEN UTAMA DAN NAVBAR */
.app-dashboard-body .main{
  margin-left:286px;
  width:calc(100% - 286px);
  background:transparent;
}
.app-dashboard-body .topbar{
  height:82px;
  padding:0 30px;
  border-bottom:1px solid #ddc8aa;
  background:rgba(255,250,242,.92);
  backdrop-filter:blur(12px);
  box-shadow:0 8px 24px rgba(74,48,31,.06);
}
.app-dashboard-body .topbar-title{
  color:var(--app-charcoal);
  font-size:22px;
  font-weight:950;
  letter-spacing:-.025em;
}
.app-dashboard-body .topbar-title:after{
  content:"";
  display:block;
  width:42px;
  height:3px;
  margin-top:7px;
  border-radius:999px;
  background:var(--app-red);
}
.app-dashboard-body .mobile-toggle{
  background:var(--app-red);
  color:#fff;
  border-radius:10px;
}
.app-dashboard-body .user-btn{
  min-height:45px;
  padding:10px 15px;
  border:1px solid #dfcbb0;
  border-radius:999px;
  background:#f5e8d5;
  color:var(--app-charcoal);
  box-shadow:0 7px 18px rgba(83,51,28,.06);
}
.app-dashboard-body .user-btn:hover,
.app-dashboard-body .user-dropdown.open .user-btn{
  background:#eed9ba;
  border-color:#d2b78f;
}
.app-dashboard-body .dropdown-menu-custom{
  top:58px;
  border:1px solid #dec9aa;
  border-top:5px solid var(--app-red);
  border-radius:10px;
  background:#fffaf2;
  box-shadow:0 22px 55px rgba(73,44,27,.17);
}
.app-dashboard-body .dropdown-menu-custom a,
.app-dashboard-body .dropdown-menu-custom .drop-info{
  color:var(--app-charcoal);
  border-radius:8px;
}
.app-dashboard-body .dropdown-menu-custom a:hover{background:#f2e2ca;color:var(--app-red-dark)}
.app-dashboard-body .content{padding:30px}

/* KARTU, TABEL, FORM, DAN KOMPONEN MENU */
.app-dashboard-body .card-soft,
.app-dashboard-body .stat-card,
.app-dashboard-body .table-wrap,
.app-dashboard-body .video-card{
  border-color:#dfcbb0;
  background:rgba(255,252,247,.96);
  box-shadow:0 14px 36px rgba(83,51,28,.075);
}
.app-dashboard-body .card-soft{border-radius:14px}
.app-dashboard-body .stat-grid{gap:20px}
.app-dashboard-body .stat-card{
  position:relative;
  overflow:hidden;
  border-radius:14px;
  padding:22px;
}
.app-dashboard-body .stat-card:after{
  content:"";
  position:absolute;
  width:92px;
  height:92px;
  right:-38px;
  bottom:-40px;
  border:18px solid rgba(185,77,73,.07);
  border-radius:50%;
}
.app-dashboard-body .stat-card:hover{
  transform:translateY(-4px);
  border-color:#d2b78f;
  box-shadow:0 22px 44px rgba(83,51,28,.12);
}
.app-dashboard-body .stat-icon{
  width:48px;
  height:48px;
  border-color:#e0c9a9;
  border-radius:50%;
  background:#f5e6cf;
  color:var(--app-red-dark);
}
.app-dashboard-body .stat-number{color:var(--app-charcoal)}
.app-dashboard-body .stat-label{color:var(--app-muted)}
.app-dashboard-body .table-wrap{border-radius:13px}
.app-dashboard-body .table-app th{
  background:#f0dfc5;
  color:#6f4039;
  border-bottom-color:#dcc3a0;
}
.app-dashboard-body .table-app th,
.app-dashboard-body .table-app td{border-bottom-color:#eee0cd}
.app-dashboard-body .table-app tbody tr:hover{background:#fff7eb}
.app-dashboard-body .category-divider td{background:#f1e2cc!important;color:var(--app-red-dark)}
.app-dashboard-body .detail-row{background:#fbf2e6}
.app-dashboard-body .detail-box{border-left-color:var(--app-red);color:#5e554d}

.app-dashboard-body .form-label{color:var(--app-charcoal)}
.app-dashboard-body .form-control-app,
.app-dashboard-body select.form-control-app,
.app-dashboard-body textarea.form-control-app{
  border-color:#d9c4a5;
  border-radius:10px;
  background:#fffdf9;
  color:var(--app-charcoal);
}
.app-dashboard-body .form-control-app:focus,
.app-dashboard-body select.form-control-app:focus,
.app-dashboard-body textarea.form-control-app:focus{
  border-color:var(--app-red);
  box-shadow:0 0 0 4px rgba(185,77,73,.13);
}

.app-dashboard-body .btn-app{border-radius:8px}
.app-dashboard-body .btn-primary-app{background:var(--app-red);color:#fff}
.app-dashboard-body .btn-primary-app:hover{background:var(--app-red-strong)}
.app-dashboard-body .btn-success-app{background:var(--app-charcoal);color:#fff}
.app-dashboard-body .btn-warning-app{background:#d4a84d;color:#2a2117}
.app-dashboard-body .btn-danger-app{background:#963b39;color:#fff}
.app-dashboard-body .btn-light-app{background:#f1e2cd;color:var(--app-charcoal);border:1px solid #dcc5a5}
.app-dashboard-body .btn-dark-app{background:var(--app-charcoal);color:#fff}
.app-dashboard-body .btn-action{
  border-color:#ddc8aa;
  border-radius:9px;
  background:#fffaf2;
  color:#5a4c40;
}
.app-dashboard-body .btn-action:hover{background:#f4e6d2;border-color:#d0b58e}
.app-dashboard-body .btn-action-detail:hover,
.app-dashboard-body .btn-action-watch:hover{color:var(--app-red-dark);border-color:#d6a09d;background:#fff0ef}
.app-dashboard-body .btn-action-edit:hover{color:#825d18;border-color:#dfc07c;background:#fff8df}

.app-dashboard-body .pagination a,
.app-dashboard-body .pagination strong{
  border-color:#d9c3a2;
  border-radius:8px;
  background:#fffaf2;
  color:var(--app-charcoal);
}
.app-dashboard-body .pagination strong{background:var(--app-red);border-color:var(--app-red);color:#fff}
.app-dashboard-body .category-chip{border-color:#ddc8aa;background:#fffaf2;color:#5b4d42}
.app-dashboard-body .category-chip:hover,
.app-dashboard-body .category-chip.active{background:var(--app-charcoal);border-color:var(--app-charcoal);color:#fff}
.app-dashboard-body .catalog-highlight-box{background:linear-gradient(135deg,#a74240,#7f302f)}
.app-dashboard-body .category-block-title{color:var(--app-red-dark)}
.app-dashboard-body .video-card{border-radius:13px}
.app-dashboard-body .video-card-body h3{color:var(--app-charcoal)}
.app-dashboard-body .video-card-body p,
.app-dashboard-body .dashboard-catalog-head p{color:var(--app-muted)!important}

/* Status tetap semantik tetapi dibuat lebih lembut agar menyatu dengan palet */
.app-dashboard-body .badge-green{background:#e4f2df;color:#39613a}
.app-dashboard-body .badge-red{background:#f7dedd;color:#8c3130}
.app-dashboard-body .badge-blue{background:#eee1d0;color:#77423a}
.app-dashboard-body .badge-orange{background:#f8e9c9;color:#815d1e}
.app-dashboard-body .badge-gray{background:#eee7dd;color:#5c554e}

@media(max-width:1000px){
  .app-dashboard-body .sidebar{width:270px}
  .app-dashboard-body .main{margin-left:270px;width:calc(100% - 270px)}
}

@media(max-width:760px){
  .app-dashboard-body .sidebar{width:286px;transform:translateX(-105%)}
  .app-dashboard-body .sidebar.open{transform:translateX(0)}
  .app-dashboard-body .main{margin-left:0;width:100%}
  .app-dashboard-body .topbar{height:72px;padding:0 14px}
  .app-dashboard-body .topbar-title{font-size:18px}
  .app-dashboard-body .topbar-title:after{margin-top:5px}
  .app-dashboard-body .content{padding:18px 14px 28px}
  .app-dashboard-body .user-btn{max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}

/* ============================================================
   REVISI: SEMUA ISI KOLOM TABEL RATA TENGAH
   Berlaku pada seluruh menu panel Administrator dan Pengguna.
   ============================================================ */
.app-dashboard-body .table-app th,
.app-dashboard-body .table-app td{
  text-align:center !important;
  vertical-align:middle !important;
}

/* Tombol aksi tetap tersusun rapi di tengah kolom. */
.app-dashboard-body .table-app .action-inline{
  justify-content:center !important;
  align-items:center !important;
}

/* Thumbnail dan komponen isi tabel berada tepat di tengah. */
.app-dashboard-body .table-app .table-thumb{
  margin-left:auto !important;
  margin-right:auto !important;
}

/* Isi baris detail/drill-down juga rata tengah. */
.app-dashboard-body .table-app .detail-box{
  text-align:center !important;
  border-left:0;
  border-top:4px solid var(--app-red);
}

/* Pesan tabel kosong dan judul kategori ikut rata tengah. */
.app-dashboard-body .table-app .empty-state,
.app-dashboard-body .table-app .category-divider td{
  text-align:center !important;
}


/* Aksi POST aman dan tombol logout */
.inline-action-form{display:inline-flex;margin:0;padding:0}
.inline-action-form button{font:inherit}
.dropdown-logout-form{margin:0;padding:0;width:100%}
.dropdown-logout-button{display:flex;align-items:center;gap:9px;width:100%;border:0;background:transparent;color:inherit;padding:10px 14px;font:inherit;text-align:left;cursor:pointer}
.dropdown-logout-button:hover{background:rgba(15,23,42,.06)}
