/* ============================================================
   KREATIF PAI — FRESH UI 2026
   Lapisan visual tambahan. Tidak mengubah logika aplikasi.
   ============================================================ */
:root{
  --fresh-primary:#0b7a67;
  --fresh-primary-strong:#075f52;
  --fresh-secondary:#2756d9;
  --fresh-accent:#f4b740;
  --fresh-ink:#12213b;
  --fresh-muted:#68758a;
  --fresh-bg:#f5f7fb;
  --fresh-surface:#ffffff;
  --fresh-line:#e4e9f1;
  --fresh-soft-green:#eaf8f4;
  --fresh-soft-blue:#edf3ff;
  --fresh-radius:20px;
  --fresh-radius-sm:14px;
  --fresh-shadow:0 14px 40px rgba(18,33,59,.08);
  --fresh-shadow-hover:0 22px 54px rgba(18,33,59,.13);
}
html{scroll-behavior:smooth}
body{font-family:'Plus Jakarta Sans','Poppins',Inter,'Segoe UI',system-ui,sans-serif;color:var(--fresh-ink);background:var(--fresh-bg)}
a{text-underline-offset:3px}
::selection{background:#ccefe7;color:#064e43}

/* PUBLIC NAVIGATION */
.public-shell .navbar{
  min-height:78px;
  background:rgba(255,255,255,.9)!important;
  border-bottom:1px solid rgba(228,233,241,.82);
  box-shadow:0 8px 28px rgba(18,33,59,.05)!important;
  backdrop-filter:blur(18px) saturate(140%);
}
.public-shell .navbar-brand{gap:10px;color:var(--fresh-primary-strong)!important;font-weight:850!important;letter-spacing:-.025em}
.public-shell .navbar-brand img{width:42px!important;height:42px!important;border-radius:13px;padding:4px;background:#fff;box-shadow:0 7px 18px rgba(18,33,59,.08)}
.public-shell .navbar .nav-link{color:#526078;font-size:.9rem;font-weight:700!important;border-radius:12px;padding:.65rem .82rem!important}
.public-shell .navbar .nav-link:hover,.public-shell .navbar .nav-link.active{color:var(--fresh-primary);background:var(--fresh-soft-green)}
.public-shell .navbar .nav-link.btn{background:linear-gradient(135deg,var(--fresh-primary),#0d8b75)!important;border:0!important;box-shadow:0 9px 22px rgba(11,122,103,.2)!important}

/* PUBLIC HOMEPAGE */
.home-fresh{overflow:hidden;background:
  radial-gradient(circle at 8% 4%,rgba(39,86,217,.07),transparent 24rem),
  radial-gradient(circle at 93% 18%,rgba(11,122,103,.08),transparent 26rem),
  #f8fafc}
.home-fresh .section-pad{padding:clamp(4rem,7vw,6.3rem) 0}
.home-fresh .section-kicker{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border-radius:999px;background:var(--fresh-soft-green);color:var(--fresh-primary-strong);font-size:.75rem;font-weight:800;letter-spacing:.02em}
.home-fresh .section-heading{font-size:clamp(1.65rem,3vw,2.5rem);font-weight:850;letter-spacing:-.04em;margin:.75rem 0 .55rem;color:var(--fresh-ink)}
.home-fresh .section-lead{max-width:690px;color:var(--fresh-muted);line-height:1.75;margin:0 auto}
.fresh-hero{position:relative;isolation:isolate;padding:clamp(4.7rem,8vw,7.2rem) 0;color:#fff;background-position:center;background-size:cover;overflow:hidden}
.fresh-hero:before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(115deg,rgba(5,64,57,.96) 0%,rgba(8,89,79,.91) 48%,rgba(31,63,137,.82) 100%)}
.fresh-hero:after{content:"";position:absolute;z-index:-1;width:590px;height:590px;border-radius:50%;right:-260px;top:-260px;background:radial-gradient(circle,rgba(255,255,255,.18),rgba(255,255,255,0) 68%)}
.fresh-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.12);backdrop-filter:blur(8px);font-size:.78rem;font-weight:800}
.fresh-hero h1{font-size:clamp(2.25rem,5.4vw,4.65rem);font-weight:900;letter-spacing:-.055em;line-height:1.03;margin:18px 0 18px;max-width:780px;text-shadow:0 8px 28px rgba(0,0,0,.12)}
.fresh-hero p{max-width:690px;color:rgba(255,255,255,.82);font-size:clamp(1rem,1.6vw,1.15rem);line-height:1.75}
.fresh-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:27px}
.fresh-hero-actions .btn{min-height:50px;border-radius:14px;padding:.75rem 1.15rem;font-weight:800}
.fresh-hero-actions .btn-light{color:var(--fresh-primary-strong);border:0}
.fresh-hero-actions .btn-outline-light{border-color:rgba(255,255,255,.5)}
.hero-glass{position:relative;border:1px solid rgba(255,255,255,.2);border-radius:26px;padding:20px;background:linear-gradient(145deg,rgba(255,255,255,.15),rgba(255,255,255,.08));backdrop-filter:blur(15px);box-shadow:0 24px 58px rgba(1,34,46,.22)}
.hero-glass-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:15px}.hero-glass-head strong{font-weight:850}.hero-glass-head span{font-size:.72rem;color:rgba(255,255,255,.7)}
.hero-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.hero-stat{padding:16px;border-radius:18px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12)}
.hero-stat i{width:37px;height:37px;border-radius:11px;display:grid;place-items:center;background:rgba(255,255,255,.14);margin-bottom:12px}.hero-stat strong{font-size:1.65rem;font-weight:900;display:block;line-height:1}.hero-stat small{font-size:.72rem;color:rgba(255,255,255,.7);display:block;margin-top:7px}
.hero-mini-event{margin-top:10px;padding:15px;border-radius:18px;background:#fff;color:var(--fresh-ink)}.hero-mini-event .tag{font-size:.68rem;font-weight:850;color:var(--fresh-primary);text-transform:uppercase;letter-spacing:.06em}.hero-mini-event strong{display:block;margin:5px 0;font-size:.9rem}.hero-mini-event small{color:var(--fresh-muted)}

.fresh-service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.fresh-service-card{display:block;height:100%;padding:22px;border:1px solid var(--fresh-line);border-radius:21px;background:#fff;color:var(--fresh-ink);text-decoration:none;box-shadow:0 8px 28px rgba(18,33,59,.045);transition:.22s ease}.fresh-service-card:hover{transform:translateY(-5px);box-shadow:var(--fresh-shadow-hover);border-color:#cdd8e6;color:var(--fresh-ink)}
.fresh-service-icon{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;font-size:1.25rem;background:linear-gradient(135deg,var(--fresh-soft-green),var(--fresh-soft-blue));color:var(--fresh-primary);margin-bottom:18px}.fresh-service-card h3{font-size:1rem;font-weight:850;margin-bottom:7px}.fresh-service-card p{font-size:.8rem;line-height:1.6;color:var(--fresh-muted);margin:0}.fresh-service-card .arrow{display:inline-flex;margin-top:16px;color:var(--fresh-primary);font-weight:800;font-size:.77rem}

.feature-panel{border:1px solid var(--fresh-line);border-radius:26px;background:#fff;box-shadow:var(--fresh-shadow);overflow:hidden}.feature-panel-body{padding:clamp(1.4rem,3vw,2.3rem)}
.event-date-block{width:88px;min-width:88px;border-radius:19px;padding:13px;text-align:center;background:linear-gradient(145deg,var(--fresh-primary),#146d9e);color:#fff}.event-date-block strong{font-size:1.8rem;line-height:1;font-weight:900;display:block}.event-date-block small{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em}.event-date-block span{font-size:.69rem;color:rgba(255,255,255,.75)}
.registrant-stack{display:flex}.registrant-stack .mini-avatar{width:38px;height:38px;border-radius:50%;margin-left:-8px;border:3px solid #fff;display:grid;place-items:center;background:#e9f7f3;color:var(--fresh-primary);font-size:.7rem;font-weight:850}.registrant-stack .mini-avatar:first-child{margin-left:0}

.tpg-showcase{position:relative;overflow:hidden;background:linear-gradient(135deg,#082f32 0%,#075f52 48%,#17477a 100%);color:#fff}.tpg-showcase:after{content:"";position:absolute;width:340px;height:340px;border-radius:50%;right:-170px;top:-160px;background:rgba(255,255,255,.07)}.tpg-showcase .container{position:relative;z-index:1}.tpg-showcase .section-kicker{background:rgba(255,255,255,.12);color:#fff}.tpg-showcase .section-heading{color:#fff}.tpg-showcase .section-lead{color:rgba(255,255,255,.7)}
.tpg-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.tpg-preview-card{display:flex;align-items:center;gap:13px;padding:15px;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(255,255,255,.09);backdrop-filter:blur(8px)}.tpg-preview-photo,.tpg-preview-initials{width:54px;height:54px;flex:0 0 54px;border-radius:16px;object-fit:cover;border:2px solid rgba(255,255,255,.55)}.tpg-preview-initials{display:grid;place-items:center;background:rgba(255,255,255,.14);font-weight:900}.tpg-preview-card strong{font-size:.83rem;line-height:1.35;display:block}.tpg-preview-card small{font-size:.69rem;color:rgba(255,255,255,.7);display:block;margin-top:3px}.tpg-year{display:inline-flex;margin-top:6px;padding:3px 7px;border-radius:999px;background:rgba(244,183,64,.15);color:#ffd67b;font-size:.64rem;font-weight:850}

.status-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.status-column{border:1px solid var(--fresh-line);border-radius:21px;background:#fff;overflow:hidden;box-shadow:0 8px 28px rgba(18,33,59,.045)}.status-column-head{display:flex;align-items:center;gap:10px;padding:16px 17px;border-bottom:1px solid var(--fresh-line);font-weight:850}.status-column-head i{width:35px;height:35px;border-radius:11px;display:grid;place-items:center}.status-column.upcoming .status-column-head i{background:#eaf2ff;color:#2756d9}.status-column.live .status-column-head i{background:#fff0f0;color:#d93838}.status-column.done .status-column-head i{background:#eef1f5;color:#617087}.status-item{padding:14px 17px;border-bottom:1px solid #eef1f5}.status-item:last-child{border-bottom:0}.status-item strong{font-size:.82rem;display:block;line-height:1.4}.status-item small{color:var(--fresh-muted);font-size:.72rem}

.news-fresh-card{height:100%;border:1px solid var(--fresh-line);border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 9px 28px rgba(18,33,59,.05);transition:.2s ease}.news-fresh-card:hover{transform:translateY(-4px);box-shadow:var(--fresh-shadow-hover)}.news-fresh-card img{width:100%;height:205px;object-fit:cover}.news-fresh-body{padding:18px}.news-fresh-body h3{font-size:1rem;font-weight:850;line-height:1.45;margin:9px 0}.news-fresh-meta{display:flex;align-items:center;gap:8px;color:var(--fresh-muted);font-size:.71rem}.news-fresh-link{display:inline-flex;align-items:center;gap:6px;color:var(--fresh-primary);text-decoration:none;font-size:.76rem;font-weight:850;margin-top:14px}
.chart-fresh-card{height:100%;border:1px solid var(--fresh-line);border-radius:21px;background:#fff;padding:18px;box-shadow:0 8px 28px rgba(18,33,59,.045)}.chart-fresh-card h3{font-size:.92rem;font-weight:850;text-align:center;margin-bottom:14px}

/* PUBLIC GPAI TPG DIRECTORY */
.tpg-public-page{min-height:70vh;background:
 radial-gradient(circle at 0% 5%,rgba(11,122,103,.08),transparent 22rem),
 radial-gradient(circle at 100% 20%,rgba(39,86,217,.07),transparent 24rem),#f7f9fc}
.tpg-public-hero{position:relative;overflow:hidden;border-radius:28px;padding:clamp(2rem,4vw,3.2rem);background:linear-gradient(125deg,#064e46,#0b7a67 56%,#204da8);color:#fff;box-shadow:0 22px 52px rgba(11,92,84,.16)}.tpg-public-hero:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;right:-100px;top:-130px;background:rgba(255,255,255,.09)}.tpg-public-hero>*{position:relative;z-index:1}.tpg-public-hero h1{font-size:clamp(1.8rem,4vw,3rem);font-weight:900;letter-spacing:-.045em}.tpg-public-hero p{max-width:720px;color:rgba(255,255,255,.75);line-height:1.7}.tpg-public-stat{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.tpg-public-stat span{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.12);font-size:.72rem;font-weight:800}
.tpg-filter-panel{margin-top:18px;padding:15px;border:1px solid var(--fresh-line);border-radius:18px;background:#fff;box-shadow:0 8px 28px rgba(18,33,59,.05)}
.tpg-directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.tpg-member-card{position:relative;overflow:hidden;height:100%;padding:19px;border:1px solid var(--fresh-line);border-radius:21px;background:#fff;box-shadow:0 8px 28px rgba(18,33,59,.05);transition:.2s ease}.tpg-member-card:hover{transform:translateY(-4px);box-shadow:var(--fresh-shadow-hover);border-color:#ced9e7}.tpg-member-card:after{content:"";position:absolute;width:115px;height:115px;border-radius:50%;right:-54px;bottom:-60px;background:linear-gradient(135deg,rgba(11,122,103,.07),rgba(39,86,217,.07))}.tpg-member-head{display:flex;align-items:center;gap:13px;position:relative;z-index:1}.tpg-member-photo,.tpg-member-initials{width:70px;height:70px;flex:0 0 70px;border-radius:19px;object-fit:cover;box-shadow:0 7px 18px rgba(18,33,59,.1)}.tpg-member-initials{display:grid;place-items:center;background:linear-gradient(135deg,#e7f8f3,#eaf1ff);color:var(--fresh-primary);font-size:1.25rem;font-weight:900}.tpg-member-name{font-size:.98rem;font-weight:900;line-height:1.35;margin:0 0 5px}.tpg-certified-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 8px;border-radius:999px;background:#eaf8f4;color:#087363;font-size:.65rem;font-weight:850}.tpg-member-meta{position:relative;z-index:1;display:grid;gap:9px;margin-top:15px;padding-top:14px;border-top:1px solid #edf1f5}.tpg-member-row{display:grid;grid-template-columns:26px 1fr;gap:7px;font-size:.78rem;color:#5b687e}.tpg-member-row i{color:var(--fresh-primary)}.tpg-member-row strong{display:block;color:#344054;font-size:.71rem}.tpg-member-row small{color:var(--fresh-muted)}

/* APP / DASHBOARD FRESH OVERRIDES */
.app-shell-body{background:
 radial-gradient(circle at 95% 3%,rgba(39,86,217,.06),transparent 27rem),
 radial-gradient(circle at 7% 92%,rgba(11,122,103,.055),transparent 28rem),
 var(--fresh-bg)}
.app-shell-body .sidebar{background:linear-gradient(180deg,#073e3a 0%,#075f52 47%,#153f6c 100%);box-shadow:14px 0 40px rgba(18,33,59,.14)}
.app-shell-body .sidebar-sticky{padding:16px 11px 26px!important}
.app-shell-body .sidebar-sticky::before{font-family:'Plus Jakarta Sans',sans-serif;font-size:1.11rem;letter-spacing:-.01em;padding-top:13px}
.app-shell-body .sidebar-sticky::after{font-size:.65rem;line-height:1.5;color:rgba(255,255,255,.61);padding-bottom:16px}
.app-shell-body .sidebar-heading{color:rgba(255,255,255,.44);font-size:.63rem;letter-spacing:.15em;margin-top:18px!important}
.app-shell-body .sidebar .nav-link{min-height:47px;border-radius:13px;padding:10px 12px;font-size:.88rem;color:rgba(255,255,255,.78)}
.app-shell-body .sidebar .nav-link .bi{width:31px;height:31px;flex:0 0 31px;display:grid;place-items:center;border-radius:9px;background:rgba(255,255,255,.075);margin-right:9px;font-size:.96rem}
.app-shell-body .sidebar .nav-link:hover{background:rgba(255,255,255,.09);transform:translateX(3px)}
.app-shell-body .sidebar .nav-link.active{background:#fff;color:#075f52;border-color:transparent;box-shadow:0 8px 20px rgba(0,0,0,.11)}
.app-shell-body .sidebar .nav-link.active .bi{background:#eaf8f4;color:#087363}
.app-shell-body .main-content{padding:34px 36px 50px}
.app-shell-body .main-content > .d-flex.border-bottom,.app-shell-body .main-content > .pt-3.border-bottom{border:0!important;padding:0 0 18px!important;position:relative}.app-shell-body .main-content > .d-flex.border-bottom:after,.app-shell-body .main-content > .pt-3.border-bottom:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,#dfe5ed,transparent)}
.app-shell-body .main-content h1.h2{font-size:clamp(1.55rem,2.3vw,2.1rem);font-weight:900;letter-spacing:-.04em}
.app-shell-body .card{border:1px solid rgba(228,233,241,.95)!important;border-radius:20px!important;box-shadow:0 10px 32px rgba(18,33,59,.055)!important}.app-shell-body .card:hover{border-color:#d6dfea}.app-shell-body .card-header{padding:17px 20px;background:rgba(255,255,255,.96)!important}.app-shell-body .card-body{padding:21px}
.app-shell-body .btn{border-radius:12px;font-weight:750}.app-shell-body .btn-primary{background:#2756d9;border-color:#2756d9}.app-shell-body .btn-success{background:#0b7a67;border-color:#0b7a67}.app-shell-body .btn-outline-primary{color:#2756d9;border-color:#bfcdf2}.app-shell-body .btn-outline-success{color:#0b7a67;border-color:#a9d9ce}
.app-shell-body .form-control,.app-shell-body .form-select{min-height:46px;border-radius:12px;border-color:#d9e0e9;background:#fff}.app-shell-body .form-control:focus,.app-shell-body .form-select:focus{border-color:#7c9bea;box-shadow:0 0 0 .22rem rgba(39,86,217,.1)}
.app-shell-body .table-responsive{border-radius:16px;border:1px solid #e7ebf1}.app-shell-body .table thead th{background:#f7f9fc;color:#637086;font-size:.7rem;letter-spacing:.055em;padding:.92rem .85rem}.app-shell-body .table tbody td{padding:.9rem .85rem}.app-shell-body .table tbody tr{transition:background .15s ease}.app-shell-body .table tbody tr:hover{background:#f9fbfe}.app-shell-body .badge{padding:.46em .68em}
.app-shell-body .mobile-topbar{background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom-color:#e5eaf1}.app-shell-body .app-icon-btn,.app-shell-body .mobile-menu-btn{border-radius:13px;border-color:#dde4ec;box-shadow:0 7px 19px rgba(18,33,59,.06)}
.app-shell-body .v2-hero{background:linear-gradient(125deg,#075f52 0%,#0b7a67 52%,#2350b6 120%);border-radius:24px;box-shadow:0 20px 46px rgba(11,122,103,.16)}
.app-shell-body .v2-stat{border-radius:19px;box-shadow:0 8px 26px rgba(18,33,59,.045)}.app-shell-body .v2-panel{border-radius:20px}.app-shell-body .quick-action{border-radius:14px;background:#fbfcfe}.app-shell-body .quick-action:hover{box-shadow:0 9px 24px rgba(18,33,59,.07)}

/* FOOTER */
.public-shell footer{background:linear-gradient(130deg,#0b1e2e 0%,#073a3a 58%,#17345b 100%)!important;border-top:1px solid rgba(255,255,255,.06)}.public-shell footer h5{letter-spacing:-.02em}.public-shell footer .text-white-50:hover{color:#fff!important}

@media(max-width:1199.98px){.fresh-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tpg-preview-grid,.tpg-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.app-shell-body .main-content{padding:30px 26px 44px}}
@media(max-width:991.98px){.public-shell .navbar{min-height:70px}.public-shell .navbar-collapse{padding:10px 0 7px}.hero-glass{margin-top:28px}.status-board{grid-template-columns:1fr}.tpg-preview-grid{grid-template-columns:1fr 1fr}.app-shell-body .main-content{padding:25px 20px 40px}}
@media(max-width:767.98px){.fresh-hero{padding:4.2rem 0}.fresh-hero h1{font-size:clamp(2.1rem,11vw,3.2rem)}.fresh-hero-actions .btn{flex:1 1 150px}.fresh-service-grid,.tpg-preview-grid,.tpg-directory-grid{grid-template-columns:1fr}.home-fresh .section-pad{padding:3.6rem 0}.hero-stat-grid{gap:8px}.hero-stat{padding:13px}.app-shell-body .main-content{padding:20px 13px 34px}.app-shell-body .card{border-radius:17px!important}.app-shell-body .card-body{padding:16px}.tpg-public-hero{border-radius:21px;padding:25px 19px}}
@media(max-width:430px){.hero-stat strong{font-size:1.35rem}.fresh-service-grid{gap:11px}.fresh-service-card{padding:18px}.tpg-member-card{padding:15px}.tpg-member-photo,.tpg-member-initials{width:62px;height:62px;flex-basis:62px}}


/* ============================================================
   SMART-KREATIF-PAI + MOTION REFRESH 2026
   ============================================================ */
:root{--smart-violet:#6d5dfc;--smart-cyan:#13b8c8;--smart-navy:#10233d;--smart-gold:#f4b740}
@keyframes freshFloat{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-10px,0)}}
@keyframes smartPulse{0%,100%{box-shadow:0 0 0 0 rgba(17,185,159,.34)}50%{box-shadow:0 0 0 7px rgba(17,185,159,0)}}
@keyframes smartOrb{0%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(26px,-20px,0) scale(1.08)}100%{transform:translate3d(0,0,0) scale(1)}}
@keyframes smartShine{0%{transform:translateX(-140%) rotate(18deg)}65%,100%{transform:translateX(250%) rotate(18deg)}}

.public-shell .navbar{transition:min-height .25s ease,box-shadow .25s ease,background .25s ease}
.public-shell .navbar-brand img{transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s ease}.public-shell .navbar-brand:hover img{transform:rotate(-5deg) scale(1.06);box-shadow:0 12px 24px rgba(18,33,59,.13)}
.fresh-hero .hero-glass{animation:freshFloat 6s ease-in-out infinite}.fresh-hero:before{background:linear-gradient(115deg,rgba(5,64,57,.97) 0%,rgba(8,89,79,.92) 43%,rgba(31,63,137,.86) 100%)}
.fresh-hero:after{animation:smartOrb 11s ease-in-out infinite}
.fresh-service-card,.v2-stat,.smart-link-card{position:relative;isolation:isolate}.fresh-service-card:before,.v2-stat:before,.smart-link-card:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:radial-gradient(circle at var(--mx,50%) var(--my,50%),rgba(109,93,252,.10),transparent 38%);opacity:0;transition:opacity .25s ease;z-index:-1}.fresh-service-card:hover:before,.v2-stat:hover:before,.smart-link-card:hover:before{opacity:1}

.motion-ready .motion-reveal{opacity:0;transform:translate3d(0,18px,0) scale(.985);transition:opacity .65s cubic-bezier(.2,.75,.25,1) var(--motion-delay,0ms),transform .65s cubic-bezier(.2,.75,.25,1) var(--motion-delay,0ms)}
.motion-ready .motion-reveal.is-visible{opacity:1;transform:none}

.smart-nav-dropdown .dropdown-toggle:after{margin-left:.45rem;vertical-align:.12em}.smart-dropdown-menu{width:min(390px,calc(100vw - 28px));border:1px solid #e6ebf2;border-radius:18px;padding:9px;box-shadow:0 24px 60px rgba(18,33,59,.16);animation:dropdownFresh .18s ease-out both}@keyframes dropdownFresh{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}
.smart-dropdown-item{display:grid!important;grid-template-columns:40px 1fr;gap:10px;align-items:center;border-radius:12px!important;padding:9px!important;margin:2px 0;white-space:normal!important}.smart-dropdown-item:hover{background:linear-gradient(135deg,#effaf7,#f0f4ff)!important;color:var(--fresh-ink)!important}.smart-dropdown-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#e9f8f4,#eef2ff);color:var(--fresh-primary);font-size:1rem}.smart-dropdown-item strong{display:block;font-size:.82rem;color:#1c2c45}.smart-dropdown-item small{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;margin-top:2px;font-size:.68rem;color:#738097}.smart-dropdown-all{border-radius:12px!important;font-size:.78rem;font-weight:800;color:var(--fresh-primary)!important}

.smart-links-section{position:relative;overflow:hidden;background:linear-gradient(180deg,#f7f9fd 0%,#eef7f5 52%,#f8fafc 100%);border-top:1px solid #eef1f6;border-bottom:1px solid #e8edf3}.smart-links-section:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(16,35,61,.065) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(to bottom,transparent,black 20%,black 80%,transparent);pointer-events:none}.smart-orb{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none;animation:smartOrb 12s ease-in-out infinite}.smart-orb-one{width:330px;height:330px;right:-120px;top:10px;background:radial-gradient(circle,rgba(109,93,252,.17),rgba(109,93,252,0) 68%)}.smart-orb-two{width:310px;height:310px;left:-150px;bottom:-70px;background:radial-gradient(circle,rgba(11,122,103,.16),rgba(11,122,103,0) 68%);animation-delay:-4s}.smart-kicker{background:linear-gradient(135deg,#e9f8f4,#edeaff)!important;color:#3551a5!important}.smart-link-count{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid #dce4ef;border-radius:999px;background:rgba(255,255,255,.85);box-shadow:0 8px 24px rgba(18,33,59,.05);color:#617087;font-size:.76rem;font-weight:750}.smart-link-count strong{font-size:.95rem;color:var(--fresh-ink)}
.smart-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.smart-link-card{overflow:hidden;display:grid;grid-template-columns:minmax(150px,.72fr) 1fr;gap:18px;align-items:center;min-height:255px;padding:20px;border:1px solid rgba(218,226,237,.95);border-radius:24px;background:rgba(255,255,255,.9);backdrop-filter:blur(13px);box-shadow:0 14px 38px rgba(18,33,59,.07);transition:transform .28s cubic-bezier(.2,.75,.25,1),box-shadow .28s ease,border-color .28s ease}.smart-link-card:hover{transform:translateY(-7px);box-shadow:0 25px 60px rgba(18,33,59,.13);border-color:#cbd7e9}.smart-link-card-glow{position:absolute;width:170px;height:170px;border-radius:50%;right:-75px;top:-80px;background:radial-gradient(circle,rgba(109,93,252,.15),transparent 68%);pointer-events:none}.smart-link-top{position:absolute;top:16px;left:17px;right:17px;display:flex;justify-content:space-between;align-items:center;pointer-events:none}.smart-link-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#0b7a67,#2358c6);color:#fff;box-shadow:0 8px 20px rgba(11,122,103,.19)}.smart-live-dot{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border-radius:999px;background:#e9f9f4;color:#087363;font-size:.62rem;font-weight:850}.smart-live-dot i{width:7px;height:7px;border-radius:50%;background:#17a982;animation:smartPulse 2s infinite}.smart-qr-wrap{text-align:center;padding-top:32px}.smart-qr{width:168px;min-height:168px;margin:0 auto;padding:6px;border-radius:19px;background:#fff;border:1px solid #e7ebf2;box-shadow:0 12px 30px rgba(18,33,59,.08);display:grid;place-items:center}.smart-qr img,.smart-qr canvas{max-width:100%!important;height:auto!important;border-radius:12px}.scan-label{display:inline-flex;align-items:center;gap:5px;margin-top:9px;color:#7a8799;font-size:.63rem;font-weight:750}.smart-link-copy{padding-top:32px;min-width:0}.smart-link-copy h3{font-size:1rem;font-weight:900;letter-spacing:-.025em;margin-bottom:8px}.smart-link-copy p{min-height:52px;color:#718096;font-size:.75rem;line-height:1.62;margin-bottom:13px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.smart-open-link{display:inline-flex;align-items:center;gap:7px;text-decoration:none;color:#fff;background:linear-gradient(135deg,#0b7a67,#2756d9);padding:9px 12px;border-radius:11px;font-size:.72rem;font-weight:850;box-shadow:0 8px 19px rgba(39,86,217,.16);transition:transform .18s ease,box-shadow .18s ease}.smart-open-link:hover{color:#fff;transform:translateY(-2px);box-shadow:0 12px 25px rgba(39,86,217,.22)}.smart-empty-state{text-align:center;padding:50px 20px;border:1px dashed #ccd6e5;border-radius:24px;background:rgba(255,255,255,.68)}.smart-empty-state>span{width:62px;height:62px;margin:0 auto 14px;border-radius:19px;display:grid;place-items:center;background:linear-gradient(135deg,#e7f8f3,#edeaff);color:#5362cf;font-size:1.5rem}.smart-empty-state h3{font-weight:900}.smart-empty-state p{max-width:590px;margin:0 auto;color:var(--fresh-muted)}

.smart-admin-hero{position:relative;overflow:hidden;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:28px;border-radius:24px;background:linear-gradient(125deg,#075f52,#0b7a67 53%,#384fbb);color:#fff;box-shadow:0 20px 48px rgba(11,122,103,.16)}.smart-admin-hero:after{content:"";position:absolute;right:-70px;top:-115px;width:270px;height:270px;border-radius:50%;background:rgba(255,255,255,.08)}.smart-admin-hero>div{position:relative;z-index:1}.smart-admin-kicker{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.12);font-size:.69rem;font-weight:850}.smart-admin-hero h1{font-size:clamp(1.55rem,3vw,2.25rem);font-weight:900;letter-spacing:-.04em;margin:10px 0 7px}.smart-admin-hero p{max-width:760px;color:rgba(255,255,255,.76);margin:0}.smart-admin-count{min-width:120px;text-align:center;padding:14px 18px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(255,255,255,.1);backdrop-filter:blur(10px)}.smart-admin-count strong{display:block;font-size:2rem}.smart-admin-count span{font-size:.68rem;color:rgba(255,255,255,.7)}.smart-editor-icon,.smart-table-icon{display:grid;place-items:center;background:linear-gradient(135deg,#e7f8f3,#edf0ff);color:#365eb7}.smart-editor-icon{width:48px;height:48px;border-radius:14px;font-size:1.2rem}.smart-table-icon{width:36px;height:36px;border-radius:11px}.smart-editor-card{z-index:5}.smart-url-cell{display:inline-block;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.empty-smart-admin{text-align:center;padding:55px 20px;color:#728097}.empty-smart-admin>i{font-size:2.1rem;color:#7488c8}.empty-smart-admin h3{font-size:1rem;font-weight:850;color:#263650;margin-top:10px}.empty-smart-admin p{font-size:.78rem}

@media(max-width:1199.98px){.smart-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767.98px){.smart-link-grid{grid-template-columns:1fr}.smart-link-card{grid-template-columns:130px 1fr;min-height:235px;padding:16px}.smart-qr{width:142px;min-height:142px}.smart-admin-hero{align-items:flex-start;flex-direction:column}.smart-admin-count{min-width:105px}.smart-dropdown-menu{margin-top:8px!important}}
@media(max-width:480px){.smart-link-card{grid-template-columns:1fr;text-align:center;padding-top:58px}.smart-link-top{top:13px}.smart-qr-wrap,.smart-link-copy{padding-top:0}.smart-link-copy p{min-height:auto}.smart-open-link{justify-content:center;width:100%}.smart-dropdown-menu{width:calc(100vw - 24px)}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.motion-ready .motion-reveal{opacity:1!important;transform:none!important}}
/* Five+ service items stay balanced automatically. */
.fresh-service-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}
.smart-dropdown-menu{max-height:min(70vh,560px);overflow:auto}


/* LANDING PROFILE 100% REMINDER */
.profile-completion-alert{--profile-alert-green:#087363;--profile-alert-blue:#3158d3;--profile-alert-ink:#17243a;--profile-alert-muted:#68778d}
.profile-completion-alert .modal-dialog{max-width:900px}
.profile-alert-card{position:relative;overflow:hidden;border:0!important;border-radius:30px!important;background:rgba(255,255,255,.985)!important;box-shadow:0 34px 100px rgba(8,29,53,.27)!important}
.profile-alert-card:before{content:"";position:absolute;right:-140px;top:-170px;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(49,88,211,.12),rgba(49,88,211,0) 69%);pointer-events:none}
.profile-alert-accent{height:6px;background:linear-gradient(90deg,#087363 0%,#18a889 38%,#3158d3 72%,#6d5dfc 100%)}
.profile-alert-close{position:absolute;right:20px;top:22px;z-index:5;width:38px;height:38px;padding:10px;border-radius:12px;background-color:rgba(241,245,249,.94);opacity:.75;transition:.2s ease}
.profile-alert-close:hover{opacity:1;transform:rotate(5deg);background-color:#eef2f7}
.profile-alert-body{display:grid;grid-template-columns:250px 1fr;gap:30px;align-items:center;padding:36px 38px 32px}
.profile-alert-visual{position:relative;min-height:310px;border-radius:26px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#073f39 0%,#087363 49%,#284fae 100%);box-shadow:0 20px 44px rgba(8,115,99,.18)}
.profile-alert-visual:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.17) 1px,transparent 1px);background-size:24px 24px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent)}
.profile-alert-visual:after{content:"";position:absolute;width:190px;height:190px;border-radius:50%;background:rgba(255,255,255,.07);filter:blur(1px)}
.profile-alert-ring{position:relative;z-index:3;width:154px;height:154px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;background:rgba(255,255,255,.105);border:2px solid rgba(255,255,255,.55);box-shadow:inset 0 0 0 10px rgba(255,255,255,.055),0 16px 45px rgba(2,29,35,.24);animation:profileAlertFloat 4.2s ease-in-out infinite}
.profile-alert-ring:before{content:"";position:absolute;inset:-10px;border:2px dashed rgba(255,255,255,.32);border-radius:50%;animation:profileAlertSpin 18s linear infinite}
.profile-alert-ring span{font-size:2.65rem;line-height:1;font-weight:900;letter-spacing:-.06em}.profile-alert-ring small{margin-top:8px;font-size:.68rem;font-weight:900;letter-spacing:.18em;color:rgba(255,255,255,.75)}
.profile-alert-orbit{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.18)}.profile-alert-orbit.orbit-one{width:225px;height:225px;animation:profileAlertSpin 15s linear infinite}.profile-alert-orbit.orbit-two{width:280px;height:280px;animation:profileAlertSpin 24s linear infinite reverse}
.profile-alert-kicker{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border-radius:999px;background:#e9f7f3;color:#087363;font-size:.7rem;font-weight:850;letter-spacing:.035em;text-transform:uppercase}
.profile-alert-copy h2{margin:12px 48px 9px 0;color:var(--profile-alert-ink);font-size:clamp(1.55rem,3.1vw,2.25rem);line-height:1.08;font-weight:950;letter-spacing:-.045em}
.profile-alert-lead{margin:0;color:var(--profile-alert-muted);font-size:.88rem;line-height:1.72}.profile-alert-lead strong{color:#087363}
.profile-alert-warning{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:start;margin:17px 0;padding:13px 14px;border:1px solid #f6d8ad;border-radius:15px;background:linear-gradient(135deg,#fff9ec,#fffdf7)}
.profile-alert-warning-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#fff0cf;color:#c47b0a;font-size:1.05rem}.profile-alert-warning strong{display:block;color:#70480b;font-size:.81rem;margin-bottom:3px}.profile-alert-warning span{display:block;color:#89642c;font-size:.74rem;line-height:1.55}
.profile-alert-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0 0 18px}.profile-alert-steps>div{display:flex;align-items:flex-start;gap:9px;padding:9px 10px;border:1px solid #e8edf3;border-radius:12px;background:#fbfcfe}.profile-alert-steps span{flex:0 0 25px;width:25px;height:25px;border-radius:8px;display:grid;place-items:center;background:linear-gradient(135deg,#087363,#3158d3);color:#fff;font-size:.66rem;font-weight:900}.profile-alert-steps p{margin:2px 0 0;color:#627087;font-size:.71rem;line-height:1.45}.profile-alert-steps strong{color:#263650}
.profile-alert-actions{display:flex;flex-wrap:wrap;gap:9px}.profile-alert-actions .btn{min-height:45px;border-radius:13px;padding:.66rem 1rem;font-size:.78rem;font-weight:850;display:inline-flex;align-items:center;justify-content:center;gap:7px}.profile-alert-primary{color:#fff!important;border:0!important;background:linear-gradient(135deg,#087363,#3158d3)!important;box-shadow:0 10px 24px rgba(49,88,211,.18)}.profile-alert-primary:hover{transform:translateY(-2px);box-shadow:0 15px 30px rgba(49,88,211,.24)}.profile-alert-secondary{color:#40516b!important;border:1px solid #dce3ec!important;background:#fff!important}.profile-alert-secondary:hover{background:#f6f8fb!important}
.profile-alert-note{display:flex;gap:7px;margin:13px 0 0;color:#8894a5;font-size:.65rem;line-height:1.5}.profile-alert-note i{color:#3158d3;margin-top:2px}
.profile-completion-alert.show .profile-alert-card{animation:profileAlertEnter .42s cubic-bezier(.2,.75,.25,1) both}
.profile-completion-alert .modal-backdrop.show{opacity:.55}
@keyframes profileAlertEnter{from{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:none}}
@keyframes profileAlertFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes profileAlertSpin{to{transform:rotate(360deg)}}
@media(max-width:767.98px){.profile-completion-alert .modal-dialog{margin:0}.profile-alert-card{min-height:100%;border-radius:0!important}.profile-alert-body{grid-template-columns:1fr;padding:60px 18px 24px;gap:18px}.profile-alert-visual{min-height:160px}.profile-alert-ring{width:112px;height:112px}.profile-alert-ring span{font-size:2rem}.profile-alert-orbit.orbit-one{width:155px;height:155px}.profile-alert-orbit.orbit-two{width:205px;height:205px}.profile-alert-copy h2{font-size:1.55rem;margin-right:38px}.profile-alert-steps{grid-template-columns:1fr}.profile-alert-actions{display:grid;grid-template-columns:1fr}.profile-alert-actions .btn{width:100%}.profile-alert-close{position:fixed;right:13px;top:13px}}
@media(prefers-reduced-motion:reduce){.profile-alert-ring,.profile-alert-ring:before,.profile-alert-orbit,.profile-completion-alert.show .profile-alert-card{animation:none!important}}

/* ============================================================
   STABILITY FIX 2026-08-18
   Admin & Anggota: konten tidak boleh tersembunyi oleh reveal/scroll observer.
   Animasi masuk hanya dipakai di public-shell. Hover/micro interaction tetap aman.
   ============================================================ */
.app-shell-body .motion-reveal,
.app-shell-body .motion-reveal.is-visible,
.app-shell-body [class~="motion-reveal"]{
  opacity:1 !important;
  visibility:visible !important;
  transform:none !important;
  transition-property:box-shadow,border-color,background-color,color !important;
  transition-delay:0s !important;
}
.app-shell-body .main-content,
.app-shell-body .main-content .card,
.app-shell-body .main-content .v2-panel,
.app-shell-body .main-content .v2-stat,
.app-shell-body .main-content .row > [class*="col-"]{
  opacity:1 !important;
  visibility:visible !important;
}
@media (prefers-reduced-motion: reduce){
  .app-shell-body *, .public-shell .motion-reveal{
    scroll-behavior:auto !important;
  }
}

/* ============================================================
   VISUAL REFRESH + SCHOOL PARTICIPATION 2026-08-25
   Stable motion: no opacity/visibility reveal inside Admin/Anggota.
   ============================================================ */
:root{--kp-emerald:#087a68;--kp-emerald-2:#0fa985;--kp-blue:#3158d3;--kp-indigo:#7257e8;--kp-gold:#f5b83b;--kp-ink:#14233c;--kp-soft:#f4f7fb}
.public-shell{background:linear-gradient(180deg,#f8fbff 0%,#f2f7f7 48%,#f7f5ff 100%);color:var(--kp-ink)}
.public-shell .navbar{background:rgba(255,255,255,.9)!important;backdrop-filter:blur(18px) saturate(150%);border-bottom:1px solid rgba(30,65,97,.08);box-shadow:0 12px 35px rgba(20,35,60,.06)!important}
.public-shell .navbar-brand{letter-spacing:-.03em}.public-shell .nav-link{font-weight:700;color:#526078!important;border-radius:11px;padding:.55rem .72rem!important}.public-shell .nav-link:hover{color:var(--kp-emerald)!important;background:#eaf8f4}
.fresh-hero:after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 78% 23%,rgba(116,226,201,.21),transparent 22rem),radial-gradient(circle at 15% 82%,rgba(99,102,241,.18),transparent 24rem)}
.fresh-hero .container{position:relative;z-index:2}.fresh-service-card,.news-fresh-card,.chart-fresh-card{border:1px solid rgba(24,67,95,.08)!important;box-shadow:0 18px 48px rgba(36,58,86,.075)!important}.fresh-service-card:hover,.news-fresh-card:hover{transform:translateY(-5px);box-shadow:0 25px 60px rgba(37,77,108,.13)!important}
.section-heading{color:#15253f;letter-spacing:-.04em}.section-kicker{background:linear-gradient(135deg,#e8f8f4,#eef0ff);color:#126c62;border:1px solid rgba(8,122,104,.12)}

.app-shell-body{background:radial-gradient(circle at 100% 0,rgba(49,88,211,.09),transparent 31rem),radial-gradient(circle at 6% 88%,rgba(15,169,133,.08),transparent 27rem),#f5f8fc!important;color:var(--kp-ink)}
.app-shell-body .sidebar{background:radial-gradient(circle at 88% 9%,rgba(255,255,255,.14),transparent 10rem),linear-gradient(165deg,#075e57 0%,#0b7066 34%,#244e83 74%,#352f6c 100%)!important;box-shadow:18px 0 48px rgba(15,35,66,.15)!important}
.app-shell-body .sidebar .nav-link{border-radius:13px!important}.app-shell-body .sidebar .nav-link.active{background:linear-gradient(135deg,rgba(255,255,255,.20),rgba(255,255,255,.11))!important;border-color:rgba(255,255,255,.16)!important;box-shadow:inset 3px 0 0 #ffd46b,0 8px 18px rgba(3,34,55,.12)!important}
.app-shell-body .main-content{position:relative}.app-shell-body .card,.app-shell-body .v2-panel,.app-shell-body .v2-stat{border:1px solid rgba(36,67,94,.08)!important;box-shadow:0 14px 38px rgba(32,55,83,.075)!important}.app-shell-body .v2-stat:hover,.app-shell-body .quick-action:hover{transform:translateY(-3px);box-shadow:0 20px 45px rgba(30,65,95,.12)!important}
.app-shell-body .btn-primary{background:linear-gradient(135deg,#3158d3,#4c67df)!important;border-color:#3158d3!important}.app-shell-body .btn-success{background:linear-gradient(135deg,#087a68,#0e9a7d)!important;border-color:#087a68!important}.app-shell-body .form-control:focus,.app-shell-body .form-select:focus{border-color:#6f87e7!important;box-shadow:0 0 0 .23rem rgba(49,88,211,.11)!important}

/* Rekan guru satu sekolah */
.school-peer-school{display:inline-flex;align-items:center;padding:.42rem .7rem;border-radius:999px;background:#edf6ff;color:#3158a4;font-size:.73rem;font-weight:800;max-width:56%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.school-peer-panel{overflow:hidden;border:1px solid rgba(34,73,102,.09);border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(247,250,255,.97));box-shadow:0 18px 48px rgba(30,54,80,.075)}
.school-peer-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:#e8edf4;border-bottom:1px solid #e5ebf2}.school-peer-summary>div{background:#fff;padding:17px 18px}.school-peer-summary span{display:block;color:#7a8799;font-size:.7rem;font-weight:750;text-transform:uppercase;letter-spacing:.04em}.school-peer-summary strong{display:block;margin-top:3px;color:#17304d;font-size:1.45rem;font-weight:900}
.school-peer-message{display:flex;gap:12px;align-items:flex-start;margin:18px 18px 0;padding:13px 15px;border-radius:15px;background:linear-gradient(135deg,#ecfaf6,#eef3ff);color:#31516c}.school-peer-message>i{display:grid;place-items:center;flex:0 0 39px;height:39px;border-radius:12px;background:linear-gradient(135deg,#087a68,#3158d3);color:#fff}.school-peer-message strong{display:block;font-size:.83rem}.school-peer-message span{display:block;margin-top:2px;font-size:.72rem;line-height:1.55;color:#67768a}
.school-peer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px}.school-peer-card{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;align-items:start;padding:15px;border:1px solid #e6ebf1;border-radius:17px;background:#fff;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.school-peer-card:hover{transform:translateY(-2px);box-shadow:0 13px 28px rgba(31,59,87,.09)}.school-peer-card.is-active{border-left:4px solid #12a078}.school-peer-card.needs-attention{border-left:4px solid #eda72e;background:linear-gradient(145deg,#fff,#fffcf4)}
.school-peer-avatar{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:linear-gradient(145deg,#e5f8f2,#e9efff);color:#1f6f68;font-size:1.05rem;font-weight:900}.school-peer-main{min-width:0;padding-right:88px}.school-peer-main strong{font-size:.82rem;color:#203451}.school-peer-main small{display:block;color:#8a95a5;font-size:.66rem;margin-top:2px}.school-peer-metrics{display:flex;flex-wrap:wrap;gap:7px;margin-top:9px}.school-peer-metrics span{display:inline-flex;align-items:center;gap:5px;padding:5px 7px;border-radius:9px;background:#f4f7fb;color:#627086;font-size:.64rem}.school-peer-metrics b{color:#233d5d}.school-peer-last{margin-top:7px;color:#8792a2;font-size:.63rem}.school-peer-status{position:absolute;right:12px;top:12px;padding:5px 7px;border-radius:999px;font-size:.58rem;font-weight:850}.school-peer-status.active{background:#e6f8f1;color:#087a60}.school-peer-status.warning{background:#fff3d9;color:#a16605}.school-peer-status.inactive{background:#ffebea;color:#bc3d38}

/* Status sekolah publik */
.school-public-section{position:relative;overflow:hidden;background:linear-gradient(150deg,#f1fbf8 0%,#f5f8ff 52%,#f9f6ff 100%);border-top:1px solid rgba(35,70,95,.06);border-bottom:1px solid rgba(35,70,95,.06)}.school-public-section:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-210px;top:-220px;background:rgba(49,88,211,.06)}
.school-public-tools{display:grid;grid-template-columns:minmax(220px,320px) 210px;gap:9px}.school-public-tools .input-group-text,.school-public-tools .form-control,.school-public-tools .form-select{border-color:#dbe4ee;background:#fff;min-height:44px}.school-status-legend{display:flex;flex-wrap:wrap;gap:8px}.school-status-legend span{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid #e6ebf1;color:#68778c;font-size:.66rem;font-weight:700}.school-status-legend i{width:8px;height:8px;border-radius:50%}.school-status-legend .active i{background:#0ea278}.school-status-legend .warning i{background:#e5a226}.school-status-legend .inactive i{background:#d74b48}
.school-public-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.school-public-card{position:relative;padding:18px;border-radius:20px;background:rgba(255,255,255,.93);border:1px solid rgba(31,70,98,.08);box-shadow:0 15px 38px rgba(37,61,86,.07);transition:transform .2s ease,box-shadow .2s ease}.school-public-card:hover{transform:translateY(-4px);box-shadow:0 22px 50px rgba(37,61,86,.12)}.school-public-card.status-aktif{border-top:4px solid #0ea278}.school-public-card.status-peringatan{border-top:4px solid #e5a226}.school-public-card.status-tidak_aktif{border-top:4px solid #d74b48}.school-public-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.school-public-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(145deg,#e8f8f4,#ecf0ff);color:#276780}.school-public-status{padding:6px 8px;border-radius:999px;font-size:.6rem;font-weight:900;text-transform:uppercase;letter-spacing:.035em}.school-public-status.aktif{background:#e4f8f0;color:#08775c}.school-public-status.peringatan{background:#fff2d5;color:#9b6104}.school-public-status.tidak_aktif{background:#ffe9e7;color:#b83d38}.school-public-card h3{margin:13px 0 12px;font-size:.9rem;line-height:1.38;font-weight:850;color:#1d344f}.school-public-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.school-public-metrics div{padding:8px;border-radius:11px;background:#f6f8fb;text-align:center}.school-public-metrics strong{display:block;color:#1e3856;font-size:.9rem}.school-public-metrics span{display:block;margin-top:1px;color:#8894a4;font-size:.56rem}.school-participation-bar{height:7px;margin:13px 0 10px;border-radius:999px;background:#edf1f5;overflow:hidden}.school-participation-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0c9a79,#3158d3)}.school-public-card p{margin:0;color:#768398;font-size:.67rem;line-height:1.55}.school-public-empty{display:flex;align-items:center;justify-content:center;gap:10px;min-height:120px;border:1px dashed #d8e0e8;border-radius:18px;background:rgba(255,255,255,.7);color:#7b8899}

@media(max-width:1199.98px){.school-public-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767.98px){.school-peer-summary{grid-template-columns:repeat(2,1fr)}.school-peer-grid{grid-template-columns:1fr;padding:13px}.school-peer-message{margin:13px 13px 0}.school-peer-main{padding-right:0}.school-peer-status{position:static;grid-column:2;justify-self:start;margin-top:2px}.school-public-tools{grid-template-columns:1fr}.school-public-grid{grid-template-columns:1fr}.school-peer-school{max-width:100%;margin-top:6px}.v2-section-title{align-items:flex-start!important;flex-wrap:wrap}}
