:root{
  --white:#fff;--off:#F7F7F5;--border:#E8E8E4;
  --ink:#111110;--soft:#6B6B67;--xsoft:#A8A8A4;
  --blue:#2563EB;--blue-l:#EFF6FF;--blue-b:#BFDBFE;
  --green:#16A34A;--green-l:#F0FDF4;
  --red:#DC2626;--red-l:#FEF2F2;
  --yellow:#D97706;--yellow-l:#FFFBEB;
  --sans:'DM Sans',sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:'Inter',sans-serif;background:var(--white);color:var(--ink);-webkit-font-smoothing:antialiased;}
button{cursor:pointer;font-family:inherit;}
a{color:inherit;text-decoration:none;}

/* NAV */
nav{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);}
.nav-inner{max-width:1120px;margin:0 auto;padding:0 32px;height:60px;display:flex;align-items:center;justify-content:space-between;gap:16px;}
.logo{font-family:var(--sans);font-weight:700;font-size:17px;letter-spacing:-.03em;cursor:pointer;}
.logo span{color:var(--blue);}
.nav-tabs{display:flex;gap:2px;}
.nav-tab{font-size:13px;font-weight:500;padding:7px 14px;border:none;background:none;color:var(--soft);border-radius:4px;transition:.15s;}
#navDaftar{display:none;}
.nav-tab:hover{background:var(--off);color:var(--ink);}
.nav-tab.active{background:var(--blue-l);color:var(--blue);font-weight:600;}
.nav-cta{background:var(--ink);color:var(--white);padding:8px 20px;border-radius:4px;font-size:13px;font-weight:600;border:none;white-space:nowrap;}
.nav-cta:hover{background:#333;}
@media(max-width:720px){.nav-tabs{display:none;}}
@media(max-width:720px){
  .nav-inner{height:auto;padding-top:12px;padding-bottom:12px;}
  .nav-cta{display:none;}
}
.hamburger-btn{display:none;background:none;border:1px solid var(--border);border-radius:4px;width:38px;height:38px;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;}
.hamburger-btn svg{width:20px;height:20px;}
@media(max-width:720px){.hamburger-btn{display:inline-flex;}}
.mobile-drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:299;display:none;}
.mobile-drawer-overlay.open{display:block;}
.mobile-drawer{position:fixed;top:0;left:0;height:100vh;width:280px;max-width:82vw;background:var(--white);z-index:300;transform:translateX(-100%);transition:transform .28s ease;display:flex;flex-direction:column;box-shadow:4px 0 24px rgba(0,0,0,.12);}
.mobile-drawer.open{transform:translateX(0);}
.mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--border);}
.mobile-drawer-close{background:var(--off);border:1px solid var(--border);width:32px;height:32px;border-radius:50%;font-size:16px;cursor:pointer;}
.mobile-drawer-nav{display:flex;flex-direction:column;padding:8px;}
.mobile-drawer-nav button{text-align:left;padding:14px 16px;font-size:15px;font-weight:600;background:none;border:none;border-radius:6px;cursor:pointer;color:var(--ink);}
.mobile-drawer-nav button.active{background:var(--blue-l);color:var(--blue);}
.mobile-drawer-nav button:hover{background:var(--off);}

/* LAYOUT */
.wrap{max-width:1120px;margin:0 auto;padding:0 32px;}
.page{display:none;animation:fadeUp .2s ease;}
.page.active{display:block;}
@keyframes fadeUp{from{opacity:0;transform:translateY(7px);}to{opacity:1;transform:none;}}

/* SHARED */
.s-label{font-size:11px;font-weight:600;color:var(--blue);letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px;}
h2.sec{font-family:var(--sans);font-size:clamp(26px,3.8vw,42px);font-weight:700;letter-spacing:-.03em;}
.s-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:48px;flex-wrap:wrap;}
.s-desc{max-width:360px;font-size:15px;color:var(--soft);line-height:1.65;}
.badge{font-size:11px;font-weight:500;padding:3px 10px;border-radius:99px;border:1px solid var(--border);color:var(--soft);background:var(--off);}
.badge.blue{color:var(--blue);background:var(--blue-l);border-color:var(--blue-b);}
.badge.green{color:var(--green);background:var(--green-l);border-color:#BBF7D0;}
.badge.red{color:var(--red);background:var(--red-l);border-color:#FECACA;}
.filter-bar{display:flex;gap:8px;margin:28px 0;flex-wrap:wrap;}
.filter-btn{font-size:12px;font-weight:500;padding:7px 16px;border-radius:99px;border:1px solid var(--border);background:none;color:var(--soft);}
.filter-btn:hover{border-color:var(--blue);color:var(--blue);}
.filter-btn.active{background:var(--blue);color:var(--white);border-color:var(--blue);}
.page-hero{padding:56px 0 40px;border-bottom:1px solid var(--border);}
.btn-sm{font-size:12px;font-weight:600;padding:7px 14px;background:var(--blue);color:var(--white);border:none;border-radius:3px;}
.btn-sm:hover{background:#1d4ed8;}

/* ═══════════ BERANDA ═══════════ */
.hero{padding:96px 0 80px;border-bottom:1px solid var(--border);}
.eyebrow{font-size:12px;font-weight:600;color:var(--blue);letter-spacing:.12em;text-transform:uppercase;margin-bottom:20px;display:flex;align-items:center;gap:10px;}
.eyebrow::before{content:'';width:24px;height:1px;background:var(--blue);}
h1.hero-title{font-family:var(--sans);font-size:clamp(40px,6vw,74px);line-height:1.02;font-weight:700;letter-spacing:-.03em;max-width:820px;margin:0 0 24px;}
h1.hero-title em{font-style:italic;color:var(--blue);font-weight:400;}
.hero-sub{font-size:17px;color:var(--soft);max-width:540px;line-height:1.65;margin-bottom:36px;}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center;}
.btn-p{background:var(--blue);color:var(--white);padding:13px 24px;border-radius:4px;font-size:14px;font-weight:600;border:none;}
.btn-p:hover{background:#1d4ed8;}
.btn-g{color:var(--ink);padding:13px 0;font-size:14px;background:none;border:none;border-bottom:1px solid var(--border);display:inline-flex;align-items:center;gap:6px;}
.btn-g:hover{border-color:var(--ink);}
.hero-tags{display:flex;gap:10px;margin-top:52px;flex-wrap:wrap;}
.htag{font-size:12px;font-weight:500;color:var(--soft);background:var(--off);border:1px solid var(--border);padding:6px 14px;border-radius:99px;}
.hero-stats{display:flex;gap:48px;padding:36px 0;border-top:1px solid var(--border);margin-top:52px;flex-wrap:wrap;}
.kpi-num{font-family:var(--sans);font-size:32px;font-weight:700;letter-spacing:-.03em;}
.kpi-label{font-size:13px;color:var(--soft);margin-top:4px;}
.fitur-section{padding:80px 0;border-bottom:1px solid var(--border);}
.fitur-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border:1px solid var(--border);margin-top:40px;}
@media(max-width:640px){.fitur-grid{grid-template-columns:1fr;}}
@media(max-width:760px){.fitur-grid{grid-template-columns:1fr;}}
.fitur-card{background:var(--white);padding:32px 28px;}
.fitur-card:hover{background:var(--off);}
.fitur-icon{width:38px;height:38px;background:var(--blue-l);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;}
.fitur-icon svg{width:18px;height:18px;color:var(--blue);}
.fitur-title{font-family:var(--sans);font-size:16px;font-weight:700;margin-bottom:8px;}
.fitur-desc{font-size:13px;color:var(--soft);line-height:1.6;}
.testi-section{padding:80px 0;border-bottom:1px solid var(--border);}
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border:1px solid var(--border);}
@media(max-width:640px){.testi-grid{grid-template-columns:1fr;}}
@media(max-width:720px){.testi-grid{grid-template-columns:1fr;}}
.testi-card{background:var(--white);padding:28px 24px;}
.testi-card:hover{background:var(--off);}
.testi-stars{color:var(--yellow);font-size:13px;margin-bottom:12px;letter-spacing:2px;}
.testi-text{font-size:14px;color:var(--soft);line-height:1.65;margin-bottom:16px;}
.testi-user{display:flex;align-items:center;gap:10px;}
.tav{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--sans);font-weight:700;font-size:13px;color:var(--white);flex-shrink:0;}
.testi-name{font-size:13px;font-weight:600;}
.testi-meta{font-size:11px;color:var(--xsoft);}
.cta-banner{background:var(--off);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:64px 0;}
.cta-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:24px;}

/* ═══════════ PELATIHAN ═══════════ */
.p-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border:1px solid var(--border);}
@media(max-width:840px){.p-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:540px){.p-grid{grid-template-columns:1fr;}}
.pc{background:var(--white);padding:28px 24px;display:flex;flex-direction:column;}
.pc-thumb{width:100%;aspect-ratio:4/5;object-fit:cover;background:var(--off);border-radius:4px;margin:-4px 0 16px;display:block;}
.carousel{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;-webkit-overflow-scrolling:touch;}
.carousel::-webkit-scrollbar{height:6px;}
.carousel::-webkit-scrollbar-thumb{background:var(--border);border-radius:99px;}
.carousel-item{flex:0 0 auto;width:220px;aspect-ratio:4/5;scroll-snap-align:start;border-radius:8px;overflow:hidden;cursor:pointer;background:var(--off);}
.carousel-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease;}
.carousel-item:hover img{transform:scale(1.04);}
@media(max-width:640px){.carousel-item{width:160px;}}
.pc:hover{background:var(--off);}
.pc.hidden{display:none;}
.pc-num{font-size:11px;font-weight:600;color:var(--xsoft);letter-spacing:.08em;margin-bottom:16px;}
.pc-title{font-family:var(--sans);font-size:19px;font-weight:700;letter-spacing:-.02em;margin-bottom:8px;}
.pc-desc{font-size:13px;color:var(--soft);line-height:1.6;margin-bottom:16px;flex:1;}
.pc-badges{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:18px;}
.pc-footer{border-top:1px solid var(--border);padding-top:14px;display:flex;justify-content:space-between;align-items:center;}
.pc-price{font-family:var(--sans);font-weight:700;font-size:16px;}
.pc-price small{font-size:11px;font-weight:400;color:var(--soft);}

/* MODAL */
.modal-bg{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:200;display:none;align-items:center;justify-content:center;padding:16px;}
.modal-bg.open{display:flex;}
.modal{background:var(--white);border-radius:6px;max-width:620px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 24px 64px rgba(0,0,0,.18);}
.modal-head{padding:24px 28px 16px;display:flex;justify-content:space-between;align-items:flex-start;gap:16px;border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--white);}
.modal-head h3{font-family:var(--sans);font-size:21px;font-weight:700;letter-spacing:-.02em;}
.modal-close{background:var(--off);border:1px solid var(--border);width:30px;height:30px;border-radius:50%;font-size:16px;flex-shrink:0;}
.modal-body{padding:24px 28px 28px;}
.modal-body > p{font-size:14px;color:var(--soft);line-height:1.7;margin-bottom:16px;}
.curriculum{border:1px solid var(--border);border-radius:4px;overflow:hidden;margin:16px 0;}
.curr-row{display:flex;align-items:center;gap:14px;padding:11px 16px;border-bottom:1px solid var(--border);font-size:13px;}
.curr-row:last-child{border-bottom:none;}
.curr-row:hover{background:var(--off);}
.curr-wk{font-size:11px;color:var(--xsoft);min-width:32px;font-weight:600;}
.curr-topic{flex:1;font-weight:500;}
.curr-type{font-size:10px;font-weight:600;padding:2px 8px;border-radius:99px;}
.curr-type.t{color:var(--soft);background:var(--off);border:1px solid var(--border);}
.curr-type.p{color:var(--blue);background:var(--blue-l);border:1px solid var(--blue-b);}
.curr-type.f{color:var(--green);background:var(--green-l);border:1px solid #BBF7D0;}
.modal-cta{display:flex;gap:12px;margin-top:20px;}
.btn-modal-p{flex:1;background:var(--blue);color:var(--white);border:none;padding:13px;font-size:14px;font-weight:600;border-radius:4px;}
.btn-modal-p:disabled{background:var(--off);color:var(--xsoft);cursor:not-allowed;}
.btn-modal-p:hover{background:#1d4ed8;}
.btn-modal-o{flex:1;border:1px solid var(--border);background:none;padding:13px;font-size:14px;font-weight:500;border-radius:4px;}
.btn-modal-o:hover{background:var(--off);}

/* ═══════════ PROFIL ═══════════ */
.profil-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:start;padding:64px 0;}
@media(max-width:800px){.profil-layout{grid-template-columns:1fr;gap:40px;}}
.profil-text p{font-size:15px;color:var(--soft);line-height:1.75;margin-bottom:16px;}
.profil-text strong{color:var(--ink);font-weight:600;}
.v-list{margin-top:28px;}
.v-item{display:flex;gap:18px;padding:16px 0;border-top:1px solid var(--border);}
.v-idx{font-size:11px;font-weight:600;color:var(--xsoft);min-width:22px;margin-top:2px;}
.v-body b{font-size:14px;font-weight:600;display:block;margin-bottom:3px;}
.v-body p{font-size:13px;color:var(--soft);line-height:1.55;}
.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border);border:1px solid var(--border);}
.sc{background:var(--white);padding:26px 22px;}
.sc:hover{background:var(--off);}
.sc-num{font-family:var(--sans);font-size:36px;font-weight:700;letter-spacing:-.03em;}
.sc-label{font-size:12px;color:var(--soft);margin-top:6px;font-weight:500;}
.mentor-section{padding:0 0 64px;}
.mentor-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);border:1px solid var(--border);margin-top:28px;}
@media(max-width:800px){.mentor-grid{grid-template-columns:repeat(2,1fr);}}
.mc{background:var(--white);padding:24px 20px;}
.mc:hover{background:var(--off);}
.mc-av{width:46px;height:46px;border-radius:50%;margin-bottom:14px;display:flex;align-items:center;justify-content:center;font-family:var(--sans);font-weight:700;font-size:17px;color:var(--white);}
.mc-name{font-weight:600;font-size:14px;margin-bottom:3px;}
.mc-role{font-size:12px;color:var(--soft);}
.mc-exp{font-size:11px;color:var(--blue);margin-top:8px;}
.mitra-row{display:flex;background:var(--border);border:1px solid var(--border);overflow-x:auto;margin-top:16px;}
.mitra-item{background:var(--white);padding:16px 22px;font-size:13px;font-weight:600;color:var(--soft);white-space:nowrap;border-right:1px solid var(--border);flex-shrink:0;}
.mitra-item:hover{background:var(--off);color:var(--ink);}

/* ═══════════ HASIL KARYA ═══════════ */
.karya-toolbar{display:flex;justify-content:space-between;align-items:center;margin:24px 0;flex-wrap:wrap;gap:12px;}
.k-search{display:flex;align-items:center;gap:8px;border:1px solid var(--border);border-radius:4px;padding:9px 13px;flex:1;max-width:300px;}
.k-search svg{width:15px;height:15px;color:var(--xsoft);flex-shrink:0;}
.k-search input{border:none;outline:none;font-size:14px;font-family:inherit;flex:1;color:var(--ink);}
.karya-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);border:1px solid var(--border);}
@media(max-width:900px){.karya-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:500px){.karya-grid{grid-template-columns:1fr;}}
.kc{background:var(--white);overflow:hidden;}
.kc:hover{background:var(--off);}
.kc.hidden{display:none;}
.kc-thumb{height:150px;position:relative;overflow:hidden;}
.kc-inner{height:100%;width:100%;transition:transform .35s ease;background-size:cover;background-position:center;}
.kc:hover .kc-inner{transform:scale(1.04);}
.kc-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:.25s;}
.kc:hover .kc-overlay{opacity:1;background:rgba(0,0,0,.2);}
.kc-overlay span{font-size:12px;font-weight:600;color:var(--white);background:rgba(0,0,0,.55);padding:6px 12px;border-radius:3px;}
.kc-body{padding:16px 18px 18px;border-top:1px solid var(--border);}
.kc-cat{font-size:10px;font-weight:600;color:var(--blue);letter-spacing:.07em;text-transform:uppercase;margin-bottom:5px;}
.kc-title{font-family:var(--sans);font-size:14px;font-weight:700;margin-bottom:3px;line-height:1.3;}
.kc-by{font-size:11px;color:var(--xsoft);}
.kc-foot{display:flex;justify-content:space-between;margin-top:8px;}
.kc-likes{font-size:11px;color:var(--soft);}
.kc-batch{font-size:10px;color:var(--xsoft);}
.load-more{display:flex;justify-content:center;padding:32px 0;}
.btn-load{border:1px solid var(--border);background:none;padding:11px 28px;font-size:14px;font-weight:500;border-radius:4px;}
.btn-load:hover{background:var(--off);}

/* ═══════════ DAFTAR / AUTH ═══════════ */
.auth-outer{padding-top:56px;padding-bottom:80px;}
.auth-wrap{display:grid;grid-template-columns:.85fr 1.15fr;border:1px solid var(--border);}
@media(max-width:800px){.auth-wrap{grid-template-columns:1fr;}}
.auth-left{background:var(--off);padding:48px 40px;border-right:1px solid var(--border);}
.auth-left h3{font-family:var(--sans);font-size:22px;font-weight:700;letter-spacing:-.02em;margin-bottom:12px;}
.auth-left p{font-size:14px;color:var(--soft);line-height:1.65;}
.feat-list{margin-top:28px;}
.feat-item{display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-top:1px solid var(--border);}
.feat-item svg{width:16px;height:16px;color:var(--blue);flex-shrink:0;margin-top:1px;}
.feat-item p{font-size:13px;color:var(--soft);line-height:1.5;}
.auth-right{padding:44px;}
.auth-tabs{display:flex;border-bottom:1px solid var(--border);margin-bottom:28px;}
.auth-tab{font-size:13px;font-weight:600;padding:10px 0;margin-right:24px;background:none;border:none;color:var(--xsoft);border-bottom:2px solid transparent;transform:translateY(1px);}
.auth-tab.active{color:var(--ink);border-color:var(--blue);}
.auth-panel{display:none;}
.auth-panel.active{display:block;}
.field{margin-bottom:15px;}
.field label{display:block;font-size:12px;font-weight:500;color:var(--soft);margin-bottom:6px;}
.field input,.field select{width:100%;padding:11px 13px;border:1px solid var(--border);border-radius:4px;font-size:14px;font-family:inherit;color:var(--ink);background:var(--white);transition:.15s;}
.field input:focus,.field select:focus{outline:2px solid var(--blue);border-color:var(--blue);}
.field input.err{border-color:var(--red);}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.pass-wrap{position:relative;}
.pass-wrap input{padding-right:80px;}
.pass-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:11px;font-weight:600;color:var(--xsoft);white-space:nowrap;}
.strength-bar{height:3px;background:var(--border);border-radius:99px;margin-top:6px;overflow:hidden;}
.strength-fill{height:100%;border-radius:99px;width:0;transition:.3s;}
.strength-lbl{font-size:10px;margin-top:3px;}
.step-dots{display:flex;gap:6px;margin-bottom:20px;}
.step-dot{height:4px;border-radius:99px;background:var(--border);flex:1;transition:.3s;}
.step-dot.done{background:var(--blue);}
.step-lbl{font-size:11px;color:var(--xsoft);margin-bottom:18px;font-weight:500;letter-spacing:.02em;}
.submit-btn{width:100%;background:var(--blue);color:var(--white);border:none;padding:13px;font-size:14px;font-weight:600;border-radius:4px;margin-top:6px;}
.submit-btn:hover{background:#1d4ed8;}
.back-btn{flex:1;border:1px solid var(--border);background:none;padding:13px;font-size:14px;font-weight:500;border-radius:4px;}
.back-btn:hover{background:var(--off);}
.divider{display:flex;align-items:center;gap:12px;margin:18px 0;font-size:12px;color:var(--xsoft);}
.divider::before,.divider::after{content:'';flex:1;height:1px;background:var(--border);}
.sso-btn{width:100%;border:1px solid var(--border);background:none;padding:11px;font-size:13px;font-weight:500;border-radius:4px;display:flex;align-items:center;justify-content:center;gap:10px;}
.sso-btn:hover{background:var(--off);}
.form-note{font-size:12px;color:var(--xsoft);text-align:center;margin-top:14px;}
.form-note a{color:var(--blue);}
.alert{padding:12px 14px;border-radius:4px;font-size:13px;margin-bottom:16px;display:none;}
.alert.show{display:block;}
.alert.ok{background:var(--green-l);border:1px solid #BBF7D0;color:#166534;}
.alert.err{background:var(--red-l);border:1px solid #FECACA;color:#991B1B;}

/* ═══════════ DASHBOARD ═══════════ */
.dash-outer{padding:32px 0 80px;}
.dash-wrap{display:grid;grid-template-columns:220px 1fr;border:1px solid var(--border);}
@media(max-width:720px){.dash-wrap{grid-template-columns:1fr;}}
.dash-side{border-right:1px solid var(--border);}
.dash-user{padding:24px 20px;border-bottom:1px solid var(--border);}
.dash-av{width:44px;height:44px;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;font-family:var(--sans);font-weight:700;font-size:16px;color:var(--white);margin-bottom:10px;}
.dash-name{font-weight:600;font-size:14px;}
.dash-email{font-size:11px;color:var(--xsoft);}
.dash-badge{display:inline-flex;font-size:10px;font-weight:600;color:var(--blue);background:var(--blue-l);padding:2px 8px;border-radius:99px;margin-top:6px;}
.dash-nav{padding:12px;}
.dash-ni{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:4px;font-size:13px;font-weight:500;color:var(--soft);border:none;background:none;width:100%;text-align:left;}
.dash-ni:hover{background:var(--off);color:var(--ink);}
.dash-ni.active{background:var(--blue-l);color:var(--blue);font-weight:600;}
.dash-ni svg{width:16px;height:16px;flex-shrink:0;}
.dash-ni.logout{color:var(--red);margin-top:24px;}
.dash-main{padding:28px 32px;}
.ds{display:none;}
.ds.active{display:block;}
.ds-title{font-family:var(--sans);font-size:20px;font-weight:700;letter-spacing:-.02em;margin-bottom:20px;}
.kpi3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px;}
@media(max-width:480px){.kpi3{grid-template-columns:1fr;}}
.kpi3-card{border:1px solid var(--border);border-radius:4px;padding:20px;background:var(--white);}
.kpi3-card:hover{background:var(--off);}
.kpi3-num{font-family:var(--sans);font-size:28px;font-weight:700;letter-spacing:-.03em;}
.kpi3-label{font-size:12px;color:var(--soft);margin-top:4px;}
.prog-card{border:1px solid var(--border);border-radius:4px;padding:20px;margin-bottom:10px;}
.prog-card:hover{background:var(--off);}
.prog-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px;}
.prog-title{font-weight:600;font-size:14px;}
.prog-sub{font-size:12px;color:var(--soft);margin-top:2px;}
.prog-pct{font-size:14px;font-weight:700;color:var(--blue);}
.prog-bar{height:6px;background:var(--border);border-radius:99px;overflow:hidden;}
.prog-fill{height:100%;background:var(--blue);border-radius:99px;transition:width .5s ease;}
.prog-meta{display:flex;gap:18px;margin-top:10px;font-size:12px;color:var(--soft);flex-wrap:wrap;}
.notif-item{display:flex;gap:14px;align-items:flex-start;padding:14px 0;border-bottom:1px solid var(--border);}
.notif-dot{width:8px;height:8px;border-radius:50%;background:var(--blue);flex-shrink:0;margin-top:5px;}
.notif-dot.read{background:var(--border);}
.notif-txt p{font-size:13px;line-height:1.5;}
.notif-time{font-size:11px;color:var(--xsoft);margin-top:3px;}
.porto-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;}
@media(max-width:640px){.porto-grid{grid-template-columns:1fr;}}
.porto-card{border:1px solid var(--border);border-radius:4px;overflow:hidden;}
.porto-card:hover{background:var(--off);}
.porto-thumb{height:110px;}
.porto-body{padding:13px;}
.porto-title{font-weight:600;font-size:13px;margin-bottom:3px;}
.porto-meta{font-size:11px;color:var(--xsoft);}
.porto-status{display:inline-flex;font-size:10px;font-weight:600;padding:2px 8px;border-radius:99px;margin-top:6px;}
.porto-status.ok{color:var(--green);background:var(--green-l);}
.porto-status.rev{color:var(--yellow);background:var(--yellow-l);}
.sertif-card{border:1px solid var(--border);border-radius:4px;padding:18px 20px;display:flex;align-items:center;gap:16px;margin-bottom:10px;}
.sertif-card:hover{background:var(--off);}
.sertif-icon{width:42px;height:42px;background:var(--blue-l);border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.sertif-info{flex:1;}
.sertif-name{font-weight:600;font-size:14px;margin-bottom:3px;}
.sertif-date{font-size:12px;color:var(--soft);}
.sertif-dl{font-size:12px;font-weight:600;color:var(--blue);}
.empty-card{border:1px dashed var(--border);border-radius:4px;padding:24px;text-align:center;color:var(--xsoft);font-size:13px;margin-top:8px;}

/* FOOTER */
footer{padding:36px 0;border-top:1px solid var(--border);}
.foot-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;}
.foot-inner p{font-size:12px;color:var(--xsoft);}
.foot-links{display:flex;gap:20px;font-size:12px;color:var(--soft);}
.foot-links a:hover{color:var(--ink);}
