:root{
  --bg:#070912;--panel:#0d111b;--panel2:#121827;--text:#f6f7fb;--muted:#9ba5b7;
  --line:#222a39;--red:#ef3340;--red2:#ff5160;--purple:#8b5cf6;--green:#32d583;
  --radius:22px;--shadow:0 20px 60px rgba(0,0,0,.35)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at top right,#20112f 0,transparent 28%),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(7,9,18,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06)}
.nav-wrap{height:78px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:12px;min-width:max-content}.brand strong{display:block;font-size:15px;letter-spacing:.1em}.brand small{display:block;color:var(--muted);font-size:11px}
.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,var(--red),#9d1624);font-weight:900;font-size:22px;box-shadow:0 10px 35px rgba(239,51,64,.25)}
.nav-links{margin-left:auto;display:flex;gap:26px;align-items:center}.nav-links a{color:#cbd2df;font-size:14px}.nav-links a:hover,.nav-links a.active{color:#fff}
.nav-toggle{display:none;margin-left:auto;background:none;border:0;color:white;font-size:26px}.desktop-cta{margin-left:8px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:12px;padding:13px 18px;font-weight:750;cursor:pointer;transition:.2s ease}
.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--red),#d71831);color:white;box-shadow:0 10px 30px rgba(239,51,64,.22)}
.btn-outline{border-color:#384255;background:#0d111b;color:#fff}.btn-ghost{background:transparent;border-color:#293143;color:#ccd4e1}.btn-disabled{background:#2a2f38;color:#8d96a4;cursor:not-allowed}.btn-sm{padding:9px 13px;border-radius:10px;font-size:13px}.btn-block{width:100%}
.hero{position:relative;overflow:hidden;padding:82px 0 70px;border-bottom:1px solid rgba(255,255,255,.06)}.hero-glow{position:absolute;width:620px;height:620px;right:-200px;top:-220px;background:radial-gradient(circle,rgba(239,51,64,.18),rgba(139,92,246,.08) 38%,transparent 68%);filter:blur(20px)}
.hero-grid{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.hero-copy h1{font-size:clamp(44px,6vw,78px);line-height:1.02;letter-spacing:-.045em;margin:15px 0 22px;max-width:800px}.hero-copy h1 em{font-style:normal;color:var(--red2)}
.hero-copy p{color:#aeb7c7;font-size:18px;max-width:670px}.eyebrow{display:inline-block;color:#ff7580;font-size:12px;font-weight:800;letter-spacing:.18em}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.stat-row{display:flex;gap:36px;margin-top:46px}.stat-row div{display:flex;flex-direction:column}.stat-row strong{font-size:26px}.stat-row span{font-size:12px;color:var(--muted)}
.hero-art{position:relative;min-height:440px;display:grid;place-items:center;border:1px solid #242b3b;border-radius:34px;background:linear-gradient(160deg,#151728,#0a0d15 55%,#180a16);box-shadow:var(--shadow);overflow:hidden}.hero-art:before{content:"";position:absolute;inset:0;background:linear-gradient(transparent 49%,rgba(255,255,255,.04) 50%,transparent 51%);background-size:100% 44px;opacity:.25}
.trophy{position:relative;z-index:1}.trophy-top{width:180px;height:200px;clip-path:polygon(20% 0,80% 0,100% 20%,84% 75%,50% 100%,16% 75%,0 20%);display:grid;place-items:center;background:linear-gradient(160deg,#703450,#211330 50%,#ef3340);border:3px solid #ff8590;font-size:90px;font-weight:900;box-shadow:0 0 70px rgba(239,51,64,.28)}.trophy-stem{width:34px;height:90px;background:linear-gradient(#be3043,#522131);margin:auto}.trophy-base{width:210px;height:36px;border-radius:50%;background:linear-gradient(90deg,#3d1823,#ef3340,#3d1823)}
.hero-panel{position:absolute;right:22px;bottom:22px;left:22px;display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;background:rgba(8,10,17,.78);border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(10px);padding:14px 16px;border-radius:16px}.hero-panel strong{font-size:14px}.hero-panel small{color:var(--muted)}
.section{padding:74px 0}.section-dark{background:#090c14;border-block:1px solid rgba(255,255,255,.05)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.section-head h2{font-size:36px;letter-spacing:-.03em;margin:7px 0 0}.section-head>a{color:#ff6975;font-weight:700;font-size:14px}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.t-card{background:linear-gradient(180deg,#101520,#0c1019);border:1px solid #222a39;border-radius:var(--radius);overflow:hidden;box-shadow:0 14px 30px rgba(0,0,0,.18)}.t-card:hover{border-color:#3a465c;transform:translateY(-3px);transition:.2s}.t-card-visual{height:180px;padding:18px;display:flex;justify-content:space-between;background:radial-gradient(circle at 80% 20%,rgba(239,51,64,.32),transparent 40%),linear-gradient(135deg,#21101d,#131b2c)}.game-monogram{align-self:end;font-size:56px;font-weight:900;opacity:.12}.badge{display:inline-flex;width:max-content;height:max-content;padding:7px 10px;border-radius:999px;background:#ef3340;color:#fff;font-size:10px;font-weight:800;letter-spacing:.05em}.badge.subtle{background:#1a2231;color:#bac4d4;border:1px solid #2d384c}.t-card-body{padding:20px}.meta-row,.prize-line{display:flex;justify-content:space-between;gap:18px}.meta-row{font-size:12px;color:var(--muted)}.t-card h3{font-size:20px;line-height:1.25;margin:10px 0 6px}.muted{color:var(--muted)}.t-card p{font-size:13px}.prize-line{padding:16px 0;margin:16px 0;border-block:1px solid #20283a}.prize-line span{display:flex;flex-direction:column}.prize-line small{color:var(--muted);font-size:10px}.prize-line strong{font-size:14px}
.flow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.flow-card{padding:24px;border:1px solid #222b3c;border-radius:18px;background:#0c111b}.flow-card>span{color:#ff6975;font-weight:900;font-size:13px}.flow-card h3{margin:28px 0 8px}.flow-card p{color:var(--muted);font-size:14px}
.cta-panel{padding:34px;border:1px solid #2a3345;border-radius:26px;background:linear-gradient(135deg,#111727,#170b17);display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-panel h2{font-size:34px;margin:8px 0}.cta-panel p{color:var(--muted);max-width:800px}
.page-hero.compact{padding:66px 0 44px;background:linear-gradient(180deg,#0e111c,#080a12);border-bottom:1px solid #1d2432}.page-hero h1,.detail-hero h1{font-size:clamp(36px,5vw,56px);line-height:1.08;letter-spacing:-.035em;margin:10px 0}.page-hero p,.detail-hero p{color:var(--muted);max-width:750px}
.filter-bar{display:flex;gap:10px;margin-bottom:28px}.filter-bar input{flex:1}
input,textarea,select{width:100%;background:#0b1019;color:#fff;border:1px solid #2b3447;border-radius:12px;padding:13px 14px;outline:none}.filter-bar input:focus,input:focus,textarea:focus,select:focus{border-color:#ef3340;box-shadow:0 0 0 3px rgba(239,51,64,.1)}
.timeline{display:grid;gap:14px}.timeline-item{display:grid;grid-template-columns:84px 1fr auto;gap:20px;align-items:center;padding:18px;border:1px solid #222b39;border-radius:18px;background:#0d111b}.timeline-item:hover{border-color:#3d475b}.date-box{display:grid;place-items:center;padding:12px;border-radius:14px;background:#171c29}.date-box strong{font-size:26px}.date-box span{color:#ff6975;font-size:11px}.timeline-content h3{margin:7px 0}.timeline-content p{margin:0;color:var(--muted);font-size:13px}.arrow{font-size:26px;color:#ff6975}
.detail-hero{padding:68px 0;background:radial-gradient(circle at 80% 30%,rgba(239,51,64,.18),transparent 32%),#090c14;border-bottom:1px solid #1d2430}.detail-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:34px;align-items:center}.event-summary{display:grid;grid-template-columns:1fr 1fr;gap:12px}.event-summary div{padding:18px;border:1px solid #293144;border-radius:16px;background:rgba(13,17,27,.8)}.event-summary small{display:block;color:var(--muted);font-size:11px}.event-summary strong{display:block;margin-top:5px;font-size:14px}.two-col{display:grid;grid-template-columns:1.25fr .75fr;gap:22px;align-items:start}.content-card{background:#0d111b;border:1px solid #252d3e;border-radius:22px;padding:26px}.content-card h2{margin-top:0}.sticky-card{position:sticky;top:100px}.detail-list{display:grid;gap:0}.detail-list div{display:grid;grid-template-columns:180px 1fr;padding:14px 0;border-bottom:1px solid #1f2634}.detail-list dt{color:var(--muted)}.detail-list dd{margin:0;font-weight:650}
.form-wrap{max-width:850px}.form-card{padding:28px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid label{display:grid;gap:8px;font-size:13px;font-weight:700}.form-grid .full{grid-column:1/-1}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}
.alert{padding:14px 16px;border-radius:12px;margin-bottom:18px}.alert.success{background:rgba(50,213,131,.09);border:1px solid rgba(50,213,131,.3);color:#8cf0bb}.alert.error{background:rgba(239,51,64,.1);border:1px solid rgba(239,51,64,.35);color:#ff9aa2}
.empty-state{grid-column:1/-1;padding:50px;text-align:center;border:1px dashed #2b3445;border-radius:20px;color:var(--muted)}
.site-footer{border-top:1px solid #202736;padding:46px 0 20px;background:#070912}.footer-grid{display:grid;grid-template-columns:1.4fr .6fr 1fr;gap:40px}.footer-grid>div{display:flex;flex-direction:column;gap:10px}.footer-grid a,.footer-grid span{color:var(--muted);font-size:13px}.footer-bottom{margin-top:28px;padding-top:18px;border-top:1px solid #1a202c;color:#6f7888;font-size:12px}
.admin-login{min-height:70vh;display:grid;place-items:center;padding:60px 20px}.login-card{width:min(430px,100%);padding:30px;border:1px solid #283145;border-radius:24px;background:#0c111b;box-shadow:var(--shadow)}.login-card h1{margin-bottom:4px}.login-card form{display:grid;gap:14px;margin:24px 0}.login-card label{display:grid;gap:7px;font-size:13px}.brand-mark.large{width:58px;height:58px;font-size:30px}
.admin-shell{min-height:calc(100vh - 78px);display:grid;grid-template-columns:250px 1fr}.admin-sidebar{padding:26px 18px;border-right:1px solid #202736;background:#090c14;display:flex;flex-direction:column;gap:8px}.admin-sidebar>a{padding:11px 13px;border-radius:10px;color:#a9b2c1}.admin-sidebar>a:hover,.admin-sidebar>a.active{background:#161d2a;color:white}.admin-user{display:flex;gap:12px;align-items:center;padding:10px 8px 26px}.admin-user small{display:block;color:var(--muted)}.admin-main{padding:34px;min-width:0}.admin-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}.admin-head h1{font-size:38px;margin:6px 0}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.admin-stats>div{padding:22px;border:1px solid #253044;background:#0d111b;border-radius:18px}.admin-stats span{color:var(--muted);font-size:12px}.admin-stats strong{display:block;font-size:34px;margin-top:8px}.admin-cta{margin-top:24px}.admin-form{margin-bottom:24px}.table-card{overflow:auto;border:1px solid #252e40;border-radius:18px;background:#0d111b}.table-card table{width:100%;border-collapse:collapse;min-width:800px}.table-card th,.table-card td{text-align:left;padding:14px 16px;border-bottom:1px solid #1f2735;vertical-align:top}.table-card th{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#808a9b}.table-card td{font-size:13px}.table-card td small{display:block;color:var(--muted);margin-top:3px}.actions,.inline-form{display:flex;align-items:center;gap:10px}.actions a{color:#7aa2ff}.link-danger{background:none;border:0;color:#ff7580;cursor:pointer;padding:0}.roster-row td{background:#0a0e16;color:#9fa9ba}.inline-form select{min-width:120px;padding:8px}
@media(max-width:920px){
 .desktop-cta{display:none}.nav-toggle{display:block}.nav-links{display:none;position:absolute;top:78px;left:0;right:0;padding:16px 20px;background:#090c14;border-bottom:1px solid #222a39;flex-direction:column;align-items:flex-start}.nav-open .nav-links{display:flex}
 .hero-grid,.detail-hero-grid,.two-col{grid-template-columns:1fr}.hero-art{min-height:360px}.card-grid{grid-template-columns:1fr 1fr}.flow-grid{grid-template-columns:1fr 1fr}.admin-shell{grid-template-columns:1fr}.admin-sidebar{border-right:0;border-bottom:1px solid #202736;display:grid;grid-template-columns:repeat(2,1fr)}.admin-user{grid-column:1/-1}.admin-main{padding:24px}.admin-stats{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
 .container{width:min(100% - 28px,1180px)}.hero{padding-top:54px}.hero-copy h1{font-size:44px}.hero-art{min-height:310px}.trophy-top{width:130px;height:150px;font-size:60px}.trophy-base{width:165px}.hero-panel{grid-template-columns:1fr}.stat-row{gap:20px;justify-content:space-between}.stat-row strong{font-size:21px}
 .section{padding:52px 0}.section-head{align-items:start;flex-direction:column}.section-head h2,.cta-panel h2{font-size:29px}.card-grid,.flow-grid,.event-summary,.form-grid,.footer-grid,.admin-stats{grid-template-columns:1fr}.cta-panel{align-items:flex-start;flex-direction:column}.timeline-item{grid-template-columns:70px 1fr}.timeline-item .arrow{display:none}.detail-list div{grid-template-columns:1fr;gap:4px}.admin-main{padding:18px}.admin-sidebar{grid-template-columns:1fr 1fr}.admin-head{align-items:flex-start;flex-direction:column}.filter-bar{flex-wrap:wrap}.filter-bar input{flex-basis:100%}.hero-panel{display:none}
}


/* === ESI JEMBER OFFICIAL THEME OVERRIDE === */
:root{
  --bg:#f5f7fb;
  --panel:#ffffff;
  --panel2:#f0f4fb;
  --text:#17233d;
  --muted:#66748b;
  --line:#dce3ee;
  --red:#e61d2f;
  --red2:#ff3b4e;
  --purple:#1e4a9f;
  --blue:#17469e;
  --blue2:#2f63c5;
  --green:#2ab67d;
  --shadow:0 18px 50px rgba(30,70,158,.12)
}
body{
  background:
    radial-gradient(circle at top right,rgba(30,74,159,.08),transparent 28%),
    radial-gradient(circle at top left,rgba(230,29,47,.06),transparent 26%),
    var(--bg);
  color:var(--text)
}
.site-header{
  background:rgba(255,255,255,.93);
  border-bottom:1px solid rgba(23,70,158,.10);
  box-shadow:0 8px 30px rgba(23,35,61,.04)
}
.brand strong{color:#17233d}
.brand small{color:#64748b}
.brand-logo-wrap{
  width:46px;height:46px;border-radius:50%;display:grid;place-items:center;
  background:#fff;border:1px solid #dde3ec;overflow:hidden;box-shadow:0 4px 14px rgba(23,70,158,.08)
}
.brand-logo-wrap img{width:100%;height:100%;object-fit:cover;transform:scale(1.08)}
.nav-links a{color:#4f5f76}
.nav-links a:hover,.nav-links a.active{color:var(--blue)}
.btn-primary{
  background:linear-gradient(135deg,var(--red),#c81024);
  box-shadow:0 12px 28px rgba(230,29,47,.20)
}
.btn-outline{border-color:#cad4e4;background:#fff;color:var(--blue)}
.btn-ghost{border-color:#d5dce8;color:#506078}
.hero-esi{
  background:
    linear-gradient(120deg,rgba(255,255,255,.97),rgba(255,255,255,.88)),
    radial-gradient(circle at 86% 25%,rgba(23,70,158,.18),transparent 32%);
  border-bottom:1px solid #dde5ef
}
.hero-copy h1{color:#17233d}
.hero-copy h1 em{color:var(--red)}
.hero-copy p{color:#5f6f86}
.eyebrow{color:var(--blue)}
.hero-art-profile{
  padding:0;background:#fff;border:1px solid #d8e0eb;overflow:hidden;min-height:410px
}
.hero-profile-cover{width:100%;height:100%;object-fit:cover;display:block}
.stat-row span{color:#708099}
.stat-row strong{color:var(--blue)}
.section-dark{
  background:linear-gradient(135deg,#173f8a,#102d67);
  color:#fff;border:0
}
.section-dark .eyebrow{color:#ffccd1}
.section-dark .flow-card{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.16)
}
.section-dark .flow-card p{color:#d7e0ef}
.section-dark .flow-card>span{color:#ff9ca6}
.t-card,.content-card,.table-card,.login-card{
  background:#fff;border-color:#dce3ee;box-shadow:0 12px 30px rgba(23,70,158,.06)
}
.t-card-visual{
  background:
    linear-gradient(145deg,rgba(23,70,158,.98),rgba(25,54,116,.92) 62%,rgba(230,29,47,.95));
}
.t-card h3,.content-card h2,.content-card h3{color:#17233d}
.meta-row,.muted,.t-card p{color:#6e7c91}
.prize-line{border-color:#e4e9f1}
.badge{background:var(--red)}
.badge.subtle{background:#eef3fb;color:#31548c;border-color:#d9e3f2}
.cta-panel{
  background:linear-gradient(135deg,#ffffff,#f1f5fb);
  border-color:#d8e1ed
}
.cta-panel h2{color:#17233d}
.page-hero.compact,.detail-hero{
  background:linear-gradient(135deg,#ffffff,#edf3fb);
  border-bottom:1px solid #dce5f0
}
.page-hero h1,.detail-hero h1{color:#17233d}
.timeline-item{background:#fff;border-color:#dce4ef}
.date-box{background:#eef3fa}
.timeline-content p{color:#718097}
.detail-hero p{color:#66748b}
.event-summary div{background:#fff;border-color:#d9e2ee}
input,textarea,select{
  background:#fff;color:#17233d;border-color:#cfd8e6
}
input:focus,textarea:focus,select:focus{
  border-color:var(--blue);
  box-shadow:0 0 0 3px rgba(23,70,158,.08)
}
.site-footer{
  background:#0f2e68;border-top:0;color:#fff
}
.site-footer .brand strong{color:#fff}
.site-footer .brand small,.footer-grid a,.footer-grid span,.footer-bottom{color:#cad7ea}
.footer-bottom{border-color:rgba(255,255,255,.15)}
.profile-section{padding-top:64px}
.profile-grid{
  display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:stretch
}
.profile-card{
  background:#fff;border:1px solid #dce4ef;border-radius:26px;padding:30px;
  box-shadow:0 16px 38px rgba(23,70,158,.08)
}
.profile-logo-card>img{
  width:130px;height:130px;border-radius:50%;object-fit:cover;margin-bottom:18px;
  border:7px solid #f3f6fa;box-shadow:0 10px 28px rgba(23,70,158,.10)
}
.profile-card h2{font-size:34px;margin:8px 0 12px;color:#17233d}
.profile-card p{color:#66748b}
.profile-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.profile-links span{
  padding:8px 11px;border-radius:999px;background:#f2f6fc;border:1px solid #dbe4f1;
  color:#31548c;font-size:12px;font-weight:700
}
.profile-values{
  display:grid;grid-template-columns:1fr 1fr;gap:16px
}
.value-card{
  background:#fff;border:1px solid #dce4ef;border-radius:22px;padding:24px;
  box-shadow:0 10px 28px rgba(23,70,158,.06)
}
.value-icon{
  width:44px;height:44px;border-radius:14px;display:grid;place-items:center;
  background:linear-gradient(135deg,var(--blue),#2e61bd);color:#fff;font-weight:900;font-size:19px
}
.value-card:nth-child(2) .value-icon,.value-card:nth-child(4) .value-icon{
  background:linear-gradient(135deg,var(--red),#c71124)
}
.value-card h3{margin:16px 0 7px;color:#17233d}
.value-card p{margin:0;color:#6b788e;font-size:14px}
.admin-sidebar{background:#153977;border-right:0}
.admin-sidebar>a{color:#d4def0}
.admin-sidebar>a:hover,.admin-sidebar>a.active{background:rgba(255,255,255,.12);color:#fff}
.admin-user strong{color:#fff}.admin-user small{color:#bdcae0}
.admin-main{background:#f5f7fb}
.admin-stats>div{background:#fff;border-color:#dce4ef}
.admin-stats span{color:#76859c}.admin-stats strong{color:var(--blue)}
@media(max-width:920px){
  .profile-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .profile-values{grid-template-columns:1fr}
  .hero-art-profile{min-height:230px}
  .hero-profile-cover{object-fit:cover}
}


/* === UPDATE SYSTEM v2.1.0 === */
.nav-whats-new{
  border:0;background:#eef3fb;color:#17469e;padding:8px 10px;border-radius:10px;
  font-size:12px;font-weight:800;cursor:pointer
}
.nav-whats-new span{color:#e61d2f;margin-left:3px}
.update-modal{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;padding:18px}
.update-modal.show{display:flex}
.update-backdrop{position:absolute;inset:0;background:rgba(9,18,38,.62);backdrop-filter:blur(8px)}
.update-dialog{
  position:relative;z-index:1;width:min(520px,100%);max-height:min(760px,90vh);overflow:auto;
  background:#fff;color:#17233d;border:1px solid #e1e7f0;border-radius:28px;padding:30px;
  box-shadow:0 32px 90px rgba(8,25,58,.28);animation:updatePop .28s ease-out
}
@keyframes updatePop{from{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:none}}
.update-close{position:absolute;right:18px;top:16px;border:0;background:#f0f3f8;color:#536078;width:36px;height:36px;border-radius:50%;font-size:22px;cursor:pointer}
.update-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#17469e,#2f63c5);color:#fff;font-size:25px;font-weight:900;margin-bottom:18px;box-shadow:0 12px 28px rgba(23,70,158,.22)}
.update-dialog h2{font-size:30px;line-height:1.1;margin:9px 38px 5px 0}
.update-date{color:#7a8799;font-size:12px;margin-top:0}
.update-highlights{display:grid;gap:10px;margin:22px 0}
.update-highlights>div,.release-list>div{display:grid;grid-template-columns:26px 1fr;gap:8px;align-items:start}
.update-highlights span,.release-list span{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#e8f5ef;color:#1a9b66;font-size:11px;font-weight:900}
.update-highlights p,.release-list p{margin:0;color:#5e6d84;font-size:14px}
.modal-open{overflow:hidden}
.version-chip{display:inline-flex;padding:9px 13px;border-radius:999px;background:#eef3fb;border:1px solid #d7e2f1;color:#17469e;font-size:12px;font-weight:800}
.side-version{float:right;font-size:10px;color:#ffbec4;margin-left:5px}
.update-admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}
.update-admin-grid.lower{align-items:start}
.update-upload-form{display:grid;gap:17px;margin-top:18px}
.update-upload-form label{display:grid;gap:8px;font-size:13px;font-weight:700}
.update-safety{display:grid;grid-template-columns:1fr;gap:9px}
.update-safety>div{padding:12px;border-radius:13px;background:#f5f8fc;border:1px solid #e2e8f1}
.update-safety strong{display:block;color:#24477e;font-size:13px}.update-safety small{color:#768399}
.update-guide{margin-bottom:20px;display:grid;grid-template-columns:.7fr 1.3fr;gap:24px;align-items:center}
.mini-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.mini-steps>div{padding:16px;border:1px solid #e1e7ef;border-radius:16px;background:#f8fafc}
.mini-steps span{width:28px;height:28px;border-radius:9px;background:#17469e;color:#fff;display:grid;place-items:center;font-weight:900;font-size:12px}
.mini-steps strong{display:block;margin:12px 0 4px}.mini-steps p{font-size:12px;color:#778499;margin:0}
.history-list{display:grid;gap:10px}
.history-list>div{display:grid;gap:2px;padding:12px 0;border-bottom:1px solid #e7ebf2}
.history-list>div:last-child{border-bottom:0}.history-list span{font-size:13px;color:#596981}.history-list small{color:#8c97a8}
.content-card code{background:#eef2f8;color:#23487e;border-radius:6px;padding:2px 5px}
@media(max-width:920px){
  .update-admin-grid,.update-guide{grid-template-columns:1fr}
}
@media(max-width:640px){
  .mini-steps{grid-template-columns:1fr}
  .update-dialog{padding:24px 20px;border-radius:22px}
  .update-dialog h2{font-size:25px}
  .nav-whats-new{width:100%;text-align:left}
}

.db-protection-banner{
  display:flex;align-items:center;gap:16px;margin-bottom:20px;padding:18px 20px;
  background:#edf9f3;border:1px solid #bde7d1;border-radius:18px;color:#174b36
}
.db-protection-banner p{margin:3px 0 0;color:#4c725f;font-size:13px}
.db-shield{
  flex:0 0 auto;width:48px;height:48px;border-radius:15px;display:grid;place-items:center;
  background:#1f9d68;color:#fff;font-weight:900;box-shadow:0 10px 24px rgba(31,157,104,.2)
}


/* === HERO WELCOME UPDATE v2.1.3 === */
.hero-esi-welcome{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,77,148,.16), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(23,70,158,.17), transparent 26%),
    linear-gradient(135deg, #fff7fb 0%, #f7f9ff 48%, #fefefe 100%);
  border-bottom:1px solid #f1dce8;
}
.hero-pink-blur{
  position:absolute;
  width:360px;height:360px;
  right:-110px;bottom:-120px;
  background:radial-gradient(circle, rgba(255,87,167,.28) 0%, rgba(255,87,167,.12) 38%, transparent 68%);
  filter:blur(18px);
}
.hero-grid-welcome{
  gap:44px;
  align-items:center;
}
.welcome-copy h1{
  max-width:760px;
  font-size:clamp(50px, 7vw, 92px);
  line-height:.98;
  margin:0 0 18px;
  letter-spacing:-.055em;
}
.welcome-copy h1 span{
  display:block;
  color:#18264a;
}
.welcome-copy h1 em{
  display:block;
  font-style:normal;
  color:#ff2c7d;
  text-shadow:0 6px 20px rgba(255,44,125,.12);
}
.welcome-copy p{
  max-width:690px;
  font-size:18px;
  color:#69778f;
}
.welcome-chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:22px 0 0;
}
.welcome-chips span{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  background:linear-gradient(135deg,#fff,#fff6fb);
  border:1px solid #f0d6e6;
  color:#c22462;
  font-size:13px;
  font-weight:800;
  box-shadow:0 8px 20px rgba(255,44,125,.06);
}
.welcome-stats{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}
.welcome-stats > div{
  min-width:124px;
  padding:16px 18px;
  border-radius:20px;
  background:#fff;
  border:1px solid #eadfed;
  box-shadow:0 15px 35px rgba(63,46,92,.06);
}
.welcome-stats strong{
  display:block;
  font-size:34px;
  line-height:1;
  color:#17469e;
}
.welcome-stats span{
  display:block;
  margin-top:7px;
  color:#7a8697;
  font-size:13px;
  font-weight:700;
}
.hero-art-welcome{
  position:relative;
  min-height:470px;
  background:transparent;
  border:0;
  box-shadow:none;
  overflow:visible;
}
.hero-art-welcome::before{
  display:none;
}
.welcome-card{
  position:relative;
  width:100%;
  max-width:560px;
  margin-left:auto;
  border-radius:34px;
  overflow:hidden;
  border:1px solid #e7dfeb;
  background:#fff;
  box-shadow:
    0 26px 80px rgba(27,44,93,.12),
    0 8px 26px rgba(255,44,125,.08);
}
.welcome-card img{
  display:block;
  width:100%;
  height:auto;
}
.floating-pill{
  position:absolute;
  display:inline-flex;
  align-items:center;
  padding:12px 16px;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  box-shadow:0 14px 34px rgba(39,48,82,.16);
}
.pill-pink{
  top:22px;
  right:6px;
  background:linear-gradient(135deg,#ff2c7d,#ff6ca8);
  color:#fff;
}
.pill-blue{
  left:14px;
  bottom:106px;
  background:#fff;
  color:#17469e;
  border:1px solid #d9e4f6;
}
.floating-stat{
  position:absolute;
  right:18px;
  bottom:18px;
  width:min(280px, 92%);
  padding:18px 18px;
  border-radius:22px;
  background:rgba(255,255,255,.92);
  border:1px solid #eadfec;
  box-shadow:0 18px 50px rgba(28,39,79,.12);
  backdrop-filter:blur(8px);
}
.floating-stat strong{
  display:block;
  color:#18264a;
  font-size:16px;
  margin-bottom:4px;
}
.floating-stat span{
  color:#738198;
  font-size:13px;
}
@media(max-width:920px){
  .welcome-copy h1{
    font-size:56px;
  }
  .hero-art-welcome{
    min-height:auto;
  }
  .welcome-card{
    margin:0 auto;
  }
  .pill-pink{
    right:18px;
  }
}
@media(max-width:640px){
  .welcome-copy h1{
    font-size:42px;
  }
  .welcome-copy p{
    font-size:16px;
  }
  .welcome-chips{
    gap:8px;
  }
  .welcome-chips span{
    font-size:12px;
    padding:8px 11px;
  }
  .welcome-stats{
    display:grid;
    grid-template-columns:1fr;
  }
  .welcome-stats > div{
    min-width:0;
  }
  .floating-pill{
    position:static;
    margin:10px auto 0;
    width:max-content;
  }
  .floating-stat{
    position:static;
    width:100%;
    margin-top:12px;
  }
}


/* === CLEAN HERO UPDATE v2.1.4 === */
.hero-esi-clean{
  min-height:auto;
}
.hero-grid-clean{
  grid-template-columns:1fr;
  justify-items:start;
}
.clean-copy{
  max-width:820px;
  padding-right:0;
}
.clean-copy h1{
  max-width:760px;
}
.clean-copy p{
  max-width:700px;
}
.hero-grid-clean .hero-art,
.hero-grid-clean .hero-art-profile,
.hero-grid-clean .hero-art-welcome,
.hero-grid-clean .welcome-card,
.hero-grid-clean .floating-pill,
.hero-grid-clean .floating-stat{
  display:none !important;
}
.hero-esi-clean .hero-actions{
  margin-top:24px;
}
.hero-esi-clean .welcome-stats{
  margin-top:28px;
}
@media(max-width:640px){
  .clean-copy{
    max-width:100%;
  }
}


/* === COMMUNITY INTEGRATION v2.1.5 === */
.community-section{
  padding-top:54px;
  padding-bottom:66px;
  background:
    radial-gradient(circle at 12% 8%, rgba(255,44,125,.08), transparent 25%),
    radial-gradient(circle at 88% 82%, rgba(23,70,158,.08), transparent 28%),
    linear-gradient(180deg,#fff,#fbfcff);
}
.community-head{
  align-items:flex-start;
  margin-bottom:24px;
}
.community-head h2{
  margin:7px 0 8px;
}
.community-head p{
  max-width:760px;
  margin:0;
  color:#6b788e;
}
.community-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.community-card{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:190px 1fr;
  align-items:center;
  min-height:240px;
  padding:22px;
  border:1px solid #e3e7f0;
  border-radius:26px;
  background:rgba(255,255,255,.96);
  box-shadow:0 18px 44px rgba(32,52,101,.07);
  transition:.22s ease;
}
.community-card::after{
  content:"";
  position:absolute;
  width:180px;height:180px;
  right:-70px;top:-70px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,44,125,.12),transparent 68%);
  pointer-events:none;
}
.community-card:nth-child(2)::after{
  background:radial-gradient(circle,rgba(23,70,158,.12),transparent 68%);
}
.community-card:hover{
  transform:translateY(-4px);
  border-color:#d8c9df;
  box-shadow:0 24px 55px rgba(32,52,101,.11);
}
.community-logo-wrap{
  position:relative;
  z-index:1;
  width:164px;
  height:164px;
  display:grid;
  place-items:center;
  border-radius:24px;
  background:
    linear-gradient(145deg,#ffffff,#f7f9fd);
  border:1px solid #e4e8f0;
  overflow:hidden;
}
.community-logo-wrap img{
  width:88%;
  height:88%;
  object-fit:contain;
  display:block;
}
.community-card-body{
  position:relative;
  z-index:1;
  padding-left:8px;
}
.community-game{
  display:inline-flex;
  align-items:center;
  padding:7px 10px;
  border-radius:999px;
  background:#edf3ff;
  color:#17469e;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
}
.community-game.pink{
  background:#fff0f7;
  color:#e32675;
}
.community-card h3{
  margin:13px 0 7px;
  color:#17233d;
  font-size:24px;
  letter-spacing:-.02em;
}
.community-card p{
  margin:0;
  color:#6c798d;
  font-size:14px;
}
@media(max-width:920px){
  .community-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .community-card{
    grid-template-columns:1fr;
    gap:16px;
    text-align:center;
  }
  .community-logo-wrap{
    margin:auto;
  }
  .community-card-body{
    padding-left:0;
  }
}


/* === COMMUNITY BESIDE WELCOME v2.1.6 === */
.hero-community-layout{
  padding-top:76px;
  padding-bottom:70px;
}
.hero-grid-community{
  grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr);
  gap:58px;
  align-items:center;
}
.hero-grid-community .welcome-copy{
  max-width:720px;
}
.hero-grid-community .welcome-copy h1{
  font-size:clamp(48px,6vw,82px);
}
.hero-community-panel{
  position:relative;
  padding:28px;
  border:1px solid rgba(221,211,230,.92);
  border-radius:30px;
  background:
    radial-gradient(circle at 100% 0%,rgba(255,44,125,.12),transparent 34%),
    radial-gradient(circle at 0% 100%,rgba(23,70,158,.11),transparent 38%),
    rgba(255,255,255,.82);
  box-shadow:0 24px 65px rgba(33,48,92,.10);
  backdrop-filter:blur(12px);
}
.hero-community-panel::before{
  content:"";
  position:absolute;
  inset:9px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.74);
  pointer-events:none;
}
.hero-community-panel h2{
  position:relative;
  z-index:1;
  max-width:390px;
  margin:0 auto 22px;
  text-align:center;
  color:#17233d;
  font-size:26px;
  line-height:1.15;
  letter-spacing:-.025em;
}
.hero-community-logos{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.hero-community-logo-card{
  min-height:210px;
  display:grid;
  place-items:center;
  padding:15px;
  border-radius:24px;
  background:#fff;
  border:1px solid #e5e8ef;
  box-shadow:
    0 14px 36px rgba(37,50,92,.07),
    inset 0 1px 0 rgba(255,255,255,.8);
  transition:.22s ease;
}
.hero-community-logo-card:first-child{
  transform:rotate(-1.2deg);
}
.hero-community-logo-card:last-child{
  transform:rotate(1.2deg);
}
.hero-community-logo-card:hover{
  transform:translateY(-4px) rotate(0);
  box-shadow:0 18px 44px rgba(37,50,92,.12);
}
.hero-community-logo-card img{
  width:100%;
  height:180px;
  object-fit:contain;
  display:block;
}
@media(max-width:1020px){
  .hero-grid-community{
    grid-template-columns:1fr;
    gap:34px;
  }
  .hero-grid-community .welcome-copy{
    max-width:800px;
  }
  .hero-community-panel{
    width:100%;
    max-width:720px;
  }
}
@media(max-width:640px){
  .hero-community-layout{
    padding-top:54px;
    padding-bottom:52px;
  }
  .hero-grid-community{
    gap:26px;
  }
  .hero-community-panel{
    padding:20px 16px;
    border-radius:24px;
  }
  .hero-community-panel h2{
    font-size:22px;
    margin-bottom:17px;
  }
  .hero-community-logos{
    grid-template-columns:1fr 1fr;
    gap:10px;
  }
  .hero-community-logo-card{
    min-height:145px;
    padding:8px;
    border-radius:18px;
  }
  .hero-community-logo-card img{
    height:128px;
  }
}


/* === TEXT CLEANUP v2.1.7 === */
.hero-grid-community .welcome-copy .welcome-chips{
  margin-top:8px;
}


/* === INSTAGRAM PROFILE LINK v2.1.8 === */
.profile-links .profile-social-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  border-radius:999px;
  border:1px solid #f0d7e7;
  background:linear-gradient(135deg,#fff,#fff4fa);
  color:#d62976;
  font-size:12px;
  font-weight:800;
  transition:.2s ease;
}
.profile-links .profile-social-link:hover{
  transform:translateY(-2px);
  border-color:#eca9cc;
  box-shadow:0 10px 24px rgba(214,41,118,.12);
}
.profile-social-link .social-icon{
  width:22px;
  height:22px;
  padding:0;
  display:grid;
  place-items:center;
  border-radius:7px;
  background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);
  color:#fff;
  border:0;
  font-size:12px;
}
.profile-social-link .social-arrow{
  padding:0;
  background:transparent;
  border:0;
  color:#d62976;
  font-size:13px;
}


/* === TOURNAMENT PERMIT FORM v2.1.9 === */
.permit-section{
  padding-top:30px;
  padding-bottom:72px;
}
.permit-shell{
  position:relative;
  overflow:hidden;
  border:1px solid #e1e6ef;
  border-radius:30px;
  padding:30px;
  background:
    radial-gradient(circle at 100% 0%,rgba(255,44,125,.10),transparent 28%),
    radial-gradient(circle at 0% 100%,rgba(23,70,158,.08),transparent 32%),
    #fff;
  box-shadow:0 20px 56px rgba(31,47,89,.07);
}
.permit-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:24px;
}
.permit-heading h2{
  margin:7px 0 6px;
  color:#17233d;
  font-size:clamp(27px,3vw,40px);
  line-height:1.1;
  letter-spacing:-.03em;
}
.permit-heading p{
  margin:0;
  color:#6b788e;
}
.btn-whatsapp{
  background:linear-gradient(135deg,#25d366,#16a653);
  color:#fff;
  border-color:transparent;
  box-shadow:0 12px 28px rgba(37,211,102,.18);
}
.btn-whatsapp:hover{
  box-shadow:0 16px 34px rgba(37,211,102,.25);
}
.wa-dot{
  width:27px;height:27px;
  border-radius:9px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.18);
  font-size:10px;
  font-weight:900;
}
.permit-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 310px;
  gap:20px;
  align-items:start;
}
.permit-form-card,
.permit-contact-card{
  border:1px solid #e1e6ef;
  background:#fff;
  border-radius:24px;
  box-shadow:0 14px 34px rgba(30,48,90,.05);
}
.permit-form-card{
  overflow:hidden;
}
.permit-card-head{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
  padding:18px 20px;
  border-bottom:1px solid #e8ecf2;
  background:#fbfcff;
}
.permit-card-head strong{
  display:block;
  color:#17233d;
  font-size:16px;
}
.permit-card-head span{
  display:block;
  margin-top:2px;
  color:#78869a;
  font-size:12px;
}
.permit-card-head .permit-status{
  margin:0;
  padding:7px 10px;
  border-radius:999px;
  background:#fff0f7;
  border:1px solid #f3d4e4;
  color:#d72a72;
  font-size:10px;
  font-weight:900;
  white-space:nowrap;
}
.permit-embed-wrap{
  width:100%;
  min-height:880px;
  background:#f7f9fc;
}
.permit-embed-wrap iframe{
  display:block;
  width:100%;
  height:980px;
  border:0;
  background:#fff;
}
.permit-fallback{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:13px 18px;
  border-top:1px solid #e8ecf2;
  color:#7a8799;
  font-size:12px;
}
.permit-fallback a{
  color:#17469e;
  font-weight:800;
}
.permit-contact-card{
  position:sticky;
  top:100px;
  padding:24px;
}
.permit-contact-icon{
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  border-radius:18px;
  margin-bottom:18px;
  background:linear-gradient(135deg,#25d366,#16a653);
  color:#fff;
  font-weight:900;
  box-shadow:0 12px 28px rgba(37,211,102,.18);
}
.permit-contact-card h3{
  color:#17233d;
  font-size:25px;
  margin:8px 0;
}
.permit-contact-card p{
  color:#6d7a8f;
  font-size:14px;
  margin:0 0 20px;
}
.permit-contact-note{
  display:flex;
  flex-direction:column;
  gap:3px;
  margin-top:14px;
  padding:14px;
  border-radius:15px;
  background:#f4f8f6;
  border:1px solid #d8eee1;
}
.permit-contact-note span{
  color:#789084;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.permit-contact-note strong{
  color:#1c6b47;
}
@media(max-width:960px){
  .permit-grid{
    grid-template-columns:1fr;
  }
  .permit-contact-card{
    position:static;
  }
}
@media(max-width:640px){
  .permit-shell{
    padding:18px;
    border-radius:24px;
  }
  .permit-heading{
    align-items:flex-start;
    flex-direction:column;
  }
  .permit-heading .btn{
    width:100%;
  }
  .permit-embed-wrap{
    min-height:760px;
  }
  .permit-embed-wrap iframe{
    height:900px;
  }
  .permit-card-head{
    align-items:flex-start;
    flex-direction:column;
  }
  .permit-fallback{
    flex-direction:column;
    text-align:center;
  }
}


/* === TOURNAMENT FLYER MANAGER v2.2.0 === */
.t-card-visual.has-flyer{
  position:relative;
  padding:0;
  background:#0e1420;
  overflow:hidden;
}
.t-card-flyer{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.flyer-badge{
  position:absolute;
  left:14px;
  top:14px;
  z-index:2;
  box-shadow:0 7px 18px rgba(0,0,0,.18);
}

.flyer-upload-panel{
  margin-bottom:22px;
}
.flyer-upload-intro h2{
  margin:6px 0 3px;
}
.flyer-upload-form{
  display:grid;
  grid-template-columns:1.1fr 1fr auto;
  gap:14px;
  align-items:end;
  margin-top:20px;
}
.flyer-upload-form label{
  display:grid;
  gap:7px;
  color:#45536a;
  font-size:12px;
  font-weight:800;
}
.flyer-admin-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.flyer-admin-card{
  overflow:hidden;
  border:1px solid #dde4ee;
  border-radius:22px;
  background:#fff;
  box-shadow:0 13px 32px rgba(30,48,90,.06);
}
.flyer-admin-preview{
  height:250px;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 20% 20%,rgba(255,44,125,.09),transparent 30%),
    #f5f8fc;
  border-bottom:1px solid #e6ebf2;
}
.flyer-admin-preview.has-image{
  background:#0f1623;
}
.flyer-admin-preview img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.flyer-empty{
  display:grid;
  place-items:center;
  gap:8px;
  color:#8995a7;
}
.flyer-empty span{
  width:48px;height:48px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:#fff;
  border:1px solid #dfe5ed;
  color:#d52a72;
  font-size:28px;
}
.flyer-empty strong{
  font-size:12px;
}
.flyer-admin-info{
  padding:18px;
}
.flyer-admin-info h3{
  margin:10px 0 4px;
  color:#17233d;
  line-height:1.25;
}
.flyer-admin-info p{
  margin:0;
  color:#7a8799;
  font-size:12px;
}
.flyer-admin-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:16px;
}
.flyer-admin-actions form{
  margin:0;
}
.btn-danger-soft{
  border:1px solid #f3ccd3;
  background:#fff2f4;
  color:#d42842;
}
.btn-danger-soft:hover{
  background:#ffe8ec;
}

.tournament-flyer-section{
  margin-bottom:20px;
}
.tournament-flyer-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}
.tournament-flyer-head h2{
  margin:4px 0 0;
}
.tournament-flyer-display{
  overflow:hidden;
  border-radius:18px;
  border:1px solid #e0e6ee;
  background:#f5f7fb;
  text-align:center;
}
.tournament-flyer-display img{
  display:block;
  width:100%;
  max-height:860px;
  object-fit:contain;
  margin:auto;
}

@media(max-width:1100px){
  .flyer-admin-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:820px){
  .flyer-upload-form{
    grid-template-columns:1fr;
  }
}
@media(max-width:640px){
  .flyer-admin-grid{
    grid-template-columns:1fr;
  }
  .flyer-admin-preview{
    height:300px;
  }
  .tournament-flyer-head{
    align-items:flex-start;
    flex-direction:column;
  }
}


/* === FLYER INSIDE KELOLA TURNAMEN v2.2.1 === */
.inline-flyer-manager{
  margin-bottom:24px;
  border-color:#eadbea;
  background:
    radial-gradient(circle at 100% 0%,rgba(255,44,125,.08),transparent 30%),
    #fff;
}
.inline-flyer-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:20px;
}
.inline-flyer-head h2{
  margin:6px 0 2px;
}
.inline-flyer-grid{
  display:grid;
  grid-template-columns:260px 1fr;
  gap:22px;
  align-items:center;
}
.inline-flyer-preview{
  height:300px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:1px solid #e1e6ef;
  border-radius:20px;
  background:#f5f8fc;
}
.inline-flyer-preview.has-image{
  background:#101724;
}
.inline-flyer-preview img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.inline-flyer-controls{
  display:grid;
  gap:15px;
}
.inline-flyer-form{
  display:grid;
  gap:14px;
}
.inline-flyer-form label{
  display:grid;
  gap:7px;
  font-size:12px;
  font-weight:800;
  color:#4e5c72;
}
.inline-flyer-secondary{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}
.inline-flyer-secondary form{
  margin:0;
}
.table-flyer-cell{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:105px;
}
.table-flyer-cell img{
  width:46px;
  height:58px;
  object-fit:cover;
  border-radius:8px;
  border:1px solid #dde4ee;
  background:#f3f5f8;
}
.flyer-ready,
.flyer-none{
  display:inline-flex;
  padding:6px 8px;
  border-radius:999px;
  font-size:10px;
  font-weight:800;
  white-space:nowrap;
}
.flyer-ready{
  color:#168455;
  background:#eaf8f1;
  border:1px solid #cfeedd;
}
.flyer-none{
  color:#8a6675;
  background:#faf3f7;
  border:1px solid #efdee7;
}
.flyer-action-link{
  color:#d32970 !important;
  font-weight:800;
}
.tournament-actions{
  min-width:210px;
  flex-wrap:wrap;
}
@media(max-width:760px){
  .inline-flyer-grid{
    grid-template-columns:1fr;
  }
  .inline-flyer-preview{
    height:360px;
  }
}


/* === MASTER GAME & KATEGORI v2.2.2 === */
.field-help{
  margin-top:-2px;
  font-size:11px;
  font-weight:700;
}
.field-help a{
  color:#d32970;
}
.master-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.master-card{
  padding:22px;
}
.master-card-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding-bottom:18px;
  border-bottom:1px solid #e7ebf1;
}
.master-card-head>div{
  display:flex;
  align-items:center;
  gap:12px;
}
.master-card-head h2{
  margin:0;
  color:#17233d;
  font-size:22px;
}
.master-card-head p{
  margin:3px 0 0;
  color:#7a8799;
  font-size:12px;
}
.master-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:16px;
  font-size:20px;
  font-weight:900;
}
.master-icon.game{
  background:#edf3ff;
  color:#17469e;
}
.master-icon.category{
  background:#fff0f7;
  color:#d32970;
}
.master-count{
  display:inline-flex;
  padding:7px 9px;
  border-radius:999px;
  background:#f4f6fa;
  color:#758196;
  font-size:10px;
  font-weight:800;
  white-space:nowrap;
}
.master-add-form{
  display:grid;
  grid-template-columns:1fr auto;
  gap:9px;
  margin:18px 0;
}
.master-list{
  display:grid;
  gap:9px;
}
.master-item{
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px;
  align-items:center;
  padding:9px;
  border:1px solid #e3e8ef;
  border-radius:14px;
  background:#fbfcfe;
}
.master-rename-form{
  display:grid;
  grid-template-columns:1fr auto;
  gap:7px;
}
.master-rename-form input{
  padding:9px 10px;
  border-radius:10px;
}
.master-save-btn,
.master-delete-btn{
  border:0;
  border-radius:10px;
  padding:9px 11px;
  cursor:pointer;
  font-size:11px;
  font-weight:800;
}
.master-save-btn{
  background:#edf3ff;
  color:#17469e;
}
.master-save-btn:hover{
  background:#dfeaff;
}
.master-delete-btn{
  background:#fff0f3;
  color:#cf2942;
}
.master-delete-btn:hover{
  background:#ffe2e8;
}
.master-note{
  display:flex;
  gap:8px;
  align-items:flex-start;
  margin-top:18px;
  padding:14px 16px;
  border:1px solid #e3e8f0;
  border-radius:15px;
  background:#f8fafc;
  color:#69768b;
  font-size:12px;
}
.master-note strong{
  color:#32415b;
}
@media(max-width:900px){
  .master-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:560px){
  .master-add-form,
  .master-item,
  .master-rename-form{
    grid-template-columns:1fr;
  }
  .master-delete-btn,
  .master-save-btn{
    width:100%;
  }
}


/* === BERITA ESI JEMBER v2.3.0 === */
.home-news-section{
  padding-top:58px;
  padding-bottom:66px;
  background:
    radial-gradient(circle at 100% 0%,rgba(255,44,125,.06),transparent 28%),
    linear-gradient(180deg,#fff,#fbfcff);
}
.news-section-head{
  margin-bottom:24px;
}
.news-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.news-grid-all{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.news-card{
  overflow:hidden;
  border:1px solid #e1e6ef;
  border-radius:24px;
  background:#fff;
  box-shadow:0 16px 38px rgba(30,48,90,.06);
  transition:.22s ease;
}
.news-card:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 50px rgba(30,48,90,.10);
  border-color:#ddd1df;
}
.news-card-image{
  display:block;
  height:220px;
  overflow:hidden;
  background:#eef2f8;
}
.news-card-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .3s ease;
}
.news-card:hover .news-card-image img{
  transform:scale(1.035);
}
.news-image-placeholder{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#17469e,#ef2f75);
  color:#fff;
  font-size:24px;
  font-weight:900;
  letter-spacing:.06em;
}
.news-card-body{
  padding:20px;
}
.news-meta{
  display:flex;
  align-items:center;
  gap:9px;
  flex-wrap:wrap;
  color:#8490a2;
  font-size:11px;
}
.news-category{
  display:inline-flex;
  padding:6px 9px;
  border-radius:999px;
  background:#fff0f7;
  border:1px solid #f3d5e5;
  color:#d32870;
  font-size:10px;
  font-weight:900;
}
.news-card h3{
  margin:12px 0 8px;
  color:#17233d;
  font-size:21px;
  line-height:1.25;
  letter-spacing:-.02em;
}
.news-card h3 a:hover{
  color:#d32970;
}
.news-card p{
  margin:0;
  color:#6e7a8d;
  font-size:13px;
}
.news-read-more{
  display:inline-block;
  margin-top:16px;
  color:#17469e;
  font-size:12px;
  font-weight:900;
}
.news-empty-home{
  grid-column:1/-1;
  display:grid;
  place-items:center;
  text-align:center;
  min-height:220px;
  border:1px dashed #dbe1ea;
  border-radius:24px;
  background:#fff;
  color:#7c899c;
}
.news-empty-home span{
  font-size:32px;
}
.news-empty-home strong{
  color:#34445d;
}
.news-empty-home p{
  margin:0;
  font-size:13px;
}
.news-page-hero{
  background:
    radial-gradient(circle at 8% 20%,rgba(255,44,125,.10),transparent 26%),
    linear-gradient(135deg,#fff,#f2f6ff);
}
.news-detail-hero{
  padding:64px 0 42px;
  background:
    radial-gradient(circle at 85% 20%,rgba(255,44,125,.10),transparent 26%),
    linear-gradient(135deg,#fff,#f2f6ff);
  border-bottom:1px solid #e0e6ef;
}
.news-detail-container{
  max-width:900px;
}
.news-detail-hero h1{
  max-width:900px;
  margin:13px 0 0;
  color:#17233d;
  font-size:clamp(36px,5vw,60px);
  line-height:1.08;
  letter-spacing:-.04em;
}
.news-detail-section{
  padding-top:42px;
}
.news-article{
  max-width:900px;
}
.news-detail-image{
  margin:0 0 30px;
  overflow:hidden;
  border-radius:26px;
  border:1px solid #e0e5ed;
  background:#f5f7fa;
  box-shadow:0 16px 44px rgba(30,48,90,.07);
}
.news-detail-image img{
  display:block;
  width:100%;
  max-height:720px;
  object-fit:cover;
}
.news-content{
  color:#344258;
  font-size:17px;
  line-height:1.85;
}
.news-content h2,
.news-content h3{
  color:#17233d;
  line-height:1.25;
}
.news-content a{
  color:#17469e;
  text-decoration:underline;
}
.news-content blockquote{
  margin:24px 0;
  padding:15px 18px;
  border-left:4px solid #ef2f75;
  border-radius:0 14px 14px 0;
  background:#fff5fa;
}
.news-youtube{
  position:relative;
  padding-top:56.25%;
  margin-top:30px;
  overflow:hidden;
  border-radius:22px;
  background:#10151e;
}
.news-youtube iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
.news-back{
  margin-top:30px;
}

/* ADMIN NEWS */
.news-admin-editor-card{
  margin-bottom:22px;
}
.news-admin-editor-head,
.news-admin-list-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:20px;
}
.news-admin-editor-head h2,
.news-admin-list-head h2{
  margin:5px 0 0;
}
.news-form{
  display:grid;
  gap:20px;
}
.news-form>label{
  display:grid;
  gap:8px;
  color:#435168;
  font-size:13px;
  font-weight:800;
}
.news-form label small{
  color:#7b8799;
  font-size:11px;
  font-weight:500;
}
.news-form label small a{
  color:#d32970;
  font-weight:800;
}
.required-label,
.optional-label{
  display:inline-flex;
  width:max-content;
  margin-left:5px;
  padding:3px 6px;
  border-radius:5px;
  font-size:9px;
  font-weight:800;
}
.required-label{
  background:#f3f4f6;
  color:#596679;
}
.optional-label{
  background:#eef3fb;
  color:#526884;
}
.news-editor-field{
  display:grid;
  gap:8px;
}
.news-editor-label{
  color:#435168;
  font-size:13px;
  font-weight:800;
}
.news-editor-shell{
  overflow:hidden;
  border:1px solid #cfd8e6;
  border-radius:13px;
  background:#fff;
}
.news-editor-toolbar{
  display:flex;
  align-items:center;
  gap:4px;
  min-height:42px;
  padding:6px 8px;
  border-bottom:1px solid #e3e7ed;
  background:#fafbfc;
}
.news-editor-toolbar button{
  width:32px;
  height:30px;
  border:0;
  border-radius:7px;
  background:transparent;
  color:#657184;
  cursor:pointer;
  font-size:14px;
}
.news-editor-toolbar button:hover{
  background:#edf2f8;
  color:#17469e;
}
.news-editor{
  min-height:300px;
  padding:16px;
  color:#2d3b50;
  font-size:14px;
  line-height:1.7;
  outline:none;
}
.news-editor:empty:before{
  content:attr(data-placeholder);
  color:#9aa4b2;
}
.news-editor-footer{
  display:flex;
  justify-content:space-between;
  gap:15px;
  color:#7d899a;
  font-size:11px;
}
.news-editor-footer strong{
  color:#d32642;
}
.news-editor-footer strong.valid{
  color:#168457;
}
.news-admin-current-image{
  width:180px;
  height:120px;
  object-fit:cover;
  border-radius:14px;
  border:1px solid #e0e5ec;
}
.news-admin-list-card{
  margin-bottom:22px;
}
.news-admin-list{
  display:grid;
  gap:10px;
}
.news-admin-row{
  display:grid;
  grid-template-columns:110px 1fr auto;
  gap:16px;
  align-items:center;
  padding:12px;
  border:1px solid #e3e7ed;
  border-radius:16px;
  background:#fbfcfe;
}
.news-admin-thumb{
  width:110px;
  height:78px;
  overflow:hidden;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:linear-gradient(135deg,#17469e,#ef2f75);
  color:#fff;
  font-size:11px;
  font-weight:900;
}
.news-admin-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.news-admin-row-content strong{
  display:block;
  margin:6px 0 4px;
  color:#27364d;
}
.news-admin-row-content p{
  margin:0;
  color:#798698;
  font-size:11px;
}
.news-admin-row-actions{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  justify-content:flex-end;
}
.news-admin-row-actions form{
  margin:0;
}
.news-category-manager{
  scroll-margin-top:100px;
}
.news-category-add{
  display:grid;
  grid-template-columns:1fr auto;
  gap:9px;
  margin-bottom:16px;
}
.news-category-list{
  display:grid;
  gap:9px;
}
.news-category-item{
  display:grid;
  grid-template-columns:1fr auto;
  gap:9px;
  align-items:center;
  padding:9px;
  border:1px solid #e3e8ef;
  border-radius:14px;
  background:#fbfcfe;
}
.news-category-edit{
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px;
}

@media(max-width:980px){
  .news-grid,
  .news-grid-all{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:760px){
  .news-admin-row{
    grid-template-columns:90px 1fr;
  }
  .news-admin-row-actions{
    grid-column:1/-1;
    justify-content:flex-start;
  }
}
@media(max-width:640px){
  .news-grid,
  .news-grid-all{
    grid-template-columns:1fr;
  }
  .news-card-image{
    height:230px;
  }
  .news-category-add,
  .news-category-item,
  .news-category-edit{
    grid-template-columns:1fr;
  }
  .news-admin-row{
    grid-template-columns:1fr;
  }
  .news-admin-thumb{
    width:100%;
    height:180px;
  }
  .news-admin-editor-head,
  .news-admin-list-head{
    flex-direction:column;
  }
}


/* === PILIH TANGGAL BERITA v2.3.1 === */
.news-form input[type="date"]{
  cursor:pointer;
  min-height:46px;
}
.news-form input[type="date"]::-webkit-calendar-picker-indicator{
  cursor:pointer;
}


/* === EDITOR BERITA PROFESIONAL v2.3.2 === */
.news-editor-shell-pro{
  border:1px solid #d7dce5;
  border-radius:10px;
  background:#fff;
  box-shadow:0 1px 2px rgba(18,31,55,.02);
}
.news-editor-shell-pro:focus-within{
  border-color:#bfc9d8;
  box-shadow:0 0 0 3px rgba(23,70,158,.05);
}
.news-editor-toolbar{
  min-height:44px;
  padding:5px 8px;
  gap:6px;
  flex-wrap:wrap;
  background:#fbfbfc;
  border-bottom:1px solid #e1e5eb;
}
.news-toolbar-group{
  display:flex;
  align-items:center;
  gap:2px;
}
.news-toolbar-divider{
  width:1px;
  height:24px;
  background:#e0e4ea;
  margin:0 2px;
}
.news-format-select{
  width:auto;
  min-width:86px;
  height:32px;
  padding:4px 28px 4px 8px;
  border:0;
  border-radius:6px;
  background:transparent;
  color:#737d8c;
  font-size:13px;
  cursor:pointer;
  box-shadow:none;
}
.news-format-select:focus{
  outline:none;
  background:#f0f3f7;
  box-shadow:none;
}
.news-editor-toolbar button{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  padding:0;
  border-radius:6px;
  color:#7d8694;
  font-size:16px;
  font-family:Arial,sans-serif;
}
.news-editor-toolbar button:hover,
.news-editor-toolbar button:focus-visible{
  background:#eef1f5;
  color:#26364e;
  outline:none;
}
.news-editor-toolbar button:nth-of-type(4),
.news-editor-toolbar button:nth-of-type(5),
.news-editor-toolbar button:nth-of-type(6){
  font-size:18px;
  line-height:1;
}
.news-editor-pro{
  min-height:360px;
  padding:18px 16px;
  color:#2d3748;
  font-size:15px;
  line-height:1.78;
  background:#fff;
}
.news-editor-pro:focus{
  outline:none;
}
.news-editor-pro p{
  margin:0 0 12px;
}
.news-editor-pro h2{
  margin:18px 0 10px;
  font-size:24px;
  color:#17233d;
}
.news-editor-pro h3{
  margin:16px 0 8px;
  font-size:19px;
  color:#17233d;
}
.news-editor-pro blockquote{
  margin:16px 0;
  padding:12px 16px;
  border-left:4px solid #ef2f75;
  background:#fff7fb;
  color:#5f6673;
}
.news-editor-footer-pro{
  margin-top:5px;
  align-items:center;
}
.news-editor-footer-pro small{
  color:#777f8c;
}
.news-editor-footer-pro strong{
  color:#e00000;
  font-weight:800;
}
.news-editor-footer-pro strong.valid{
  color:#14945e;
}
@media(max-width:640px){
  .news-editor-toolbar{
    gap:4px;
  }
  .news-toolbar-divider{
    display:none;
  }
  .news-editor-pro{
    min-height:320px;
    font-size:16px;
  }
  .news-editor-footer-pro{
    align-items:flex-start;
    flex-direction:column;
  }
}


/* ======================================================
   INPUT BERITA — PPID INSPIRED UX / ESI JEMBER v2.3.3
   ====================================================== */
.news-compose-hero{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  margin-bottom:18px;
  padding:22px 26px;
  border-radius:18px;
  background:
    radial-gradient(circle at 95% 15%,rgba(255,255,255,.16),transparent 24%),
    linear-gradient(135deg,#142d6f 0%,#17469e 58%,#ff2c7d 140%);
  box-shadow:0 14px 36px rgba(23,70,158,.14);
  color:#fff;
}
.news-compose-kicker{
  display:inline-block;
  margin-bottom:4px;
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
  opacity:.82;
}
.news-compose-hero h1{
  margin:0 0 4px;
  color:#fff;
  font-size:25px;
  line-height:1.15;
  letter-spacing:-.02em;
}
.news-compose-hero p{
  margin:0;
  color:rgba(255,255,255,.84);
  font-size:13px;
}
.news-compose-back{
  flex:0 0 auto;
  display:inline-flex;
  min-height:40px;
  align-items:center;
  justify-content:center;
  padding:0 16px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:10px;
  background:#fff;
  color:#23324c;
  font-size:12px;
  font-weight:800;
  box-shadow:0 5px 16px rgba(0,0,0,.08);
}
.news-compose-back:hover{
  transform:translateY(-1px);
  color:#17469e;
}

.news-compose-card{
  overflow:hidden;
  padding:0;
  border:1px solid #e1e5eb;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 32px rgba(24,38,70,.07);
}
.news-compose-form{
  display:grid;
  gap:23px;
  padding:27px;
}
.news-form-field{
  display:grid;
  gap:8px;
}
.news-form-label-row{
  display:flex;
  align-items:center;
  gap:7px;
  min-height:20px;
}
.news-form-label-row label,
.news-form-field>label{
  color:#202938;
  font-size:13px;
  font-weight:800;
}
.news-form-badge{
  display:inline-flex;
  align-items:center;
  min-height:22px;
  padding:2px 7px;
  border-radius:5px;
  font-size:9px;
  font-weight:800;
}
.news-form-badge.required{
  background:#f0f1f3;
  color:#626b78;
}
.news-form-badge.optional{
  background:#edf3fb;
  color:#60718b;
}
.news-form-control{
  width:100%;
  min-height:43px;
  padding:9px 12px;
  border:1px solid #d7dce4;
  border-bottom-color:#c9d0da;
  border-radius:9px;
  outline:none;
  background:#fff;
  color:#39475b;
  font:inherit;
  font-size:13px;
  box-shadow:0 1px 2px rgba(16,24,40,.025);
  transition:border-color .16s ease,box-shadow .16s ease;
}
.news-form-control::placeholder{
  color:#a3abb7;
}
.news-form-control:hover{
  border-color:#c5ccd7;
}
.news-form-control:focus{
  border-color:#91a8d5;
  box-shadow:0 0 0 3px rgba(23,70,158,.08);
}
.news-form-help{
  color:#7b8492;
  font-size:10.5px;
  font-weight:500;
}
.news-form-help-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.news-form-help-row a{
  color:#17469e;
  font-size:10.5px;
  font-weight:800;
}

.news-editor-ppid{
  overflow:hidden;
  border:1px solid #d7dce4;
  border-radius:9px;
  box-shadow:0 1px 2px rgba(16,24,40,.025);
}
.news-editor-ppid .news-editor-toolbar{
  min-height:43px;
  padding:5px 8px;
  background:#fbfbfc;
  border-bottom:1px solid #e0e4ea;
}
.news-editor-ppid .news-editor-pro{
  min-height:350px;
  padding:15px;
  font-size:13px;
  line-height:1.75;
}
.news-editor-footer-pro{
  margin-top:0;
  align-items:center;
}
.news-editor-footer-pro small{
  font-size:10.5px;
}
.news-editor-footer-pro strong{
  font-size:10.5px;
}

.news-photo-field{
  width:min(100%,760px);
  margin-left:auto;
  margin-right:auto;
}
.news-photo-current{
  display:flex;
  align-items:center;
  gap:12px;
  padding:8px;
  border:1px solid #e1e5ea;
  border-radius:11px;
  background:#fafbfc;
}
.news-photo-current img{
  width:100px;
  height:66px;
  object-fit:cover;
  border-radius:8px;
}
.news-photo-current span{
  color:#717d8e;
  font-size:11px;
  font-weight:700;
}
.news-file-picker{
  display:flex !important;
  width:100%;
  min-height:48px;
  align-items:center;
  gap:13px;
  padding:4px;
  border:2px solid #f0f1f4;
  border-radius:12px;
  background:#fff;
  cursor:pointer;
}
.news-file-picker input{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  opacity:0;
  pointer-events:none;
}
.news-file-button{
  flex:0 0 auto;
  display:inline-flex;
  min-height:38px;
  align-items:center;
  justify-content:center;
  padding:0 15px;
  border:1px solid #d6dce5;
  border-bottom-color:#c8d0dc;
  border-radius:8px;
  background:linear-gradient(#fff,#fafbfc);
  color:#2e3c51;
  font-size:12px;
  font-weight:800;
  box-shadow:0 1px 2px rgba(16,24,40,.04);
}
.news-file-picker:hover .news-file-button{
  border-color:#bfc9d8;
}
.news-file-name{
  min-width:0;
  overflow:hidden;
  color:#7a8493;
  font-size:11.5px;
  font-weight:600;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.news-compose-separator{
  height:1px;
  margin-top:1px;
  background:#edf0f3;
}
.news-compose-submit{
  position:relative;
  display:flex;
  width:100%;
  min-height:46px;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:0;
  border-radius:9px;
  background:linear-gradient(90deg,#17469e,#244dc8);
  color:#fff;
  cursor:pointer;
  font-size:12px;
  font-weight:900;
  box-shadow:0 8px 20px rgba(23,70,158,.16);
  transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease;
}
.news-compose-submit:hover{
  transform:translateY(-1px);
  box-shadow:0 11px 26px rgba(23,70,158,.22);
}
.news-compose-submit:disabled{
  cursor:wait;
  opacity:.68;
  transform:none;
}
.news-submit-icon{
  font-size:15px;
  transform:rotate(-12deg);
}
.news-compose-submit.is-loading .news-submit-icon{
  animation:news-submit-spin 1s linear infinite;
}
@keyframes news-submit-spin{
  to{transform:rotate(348deg)}
}

@media(max-width:700px){
  .news-compose-hero{
    align-items:flex-start;
    flex-direction:column;
    padding:20px;
  }
  .news-compose-back{
    width:100%;
  }
  .news-compose-form{
    padding:19px;
  }
  .news-form-help-row{
    align-items:flex-start;
    flex-direction:column;
  }
  .news-photo-field{
    width:100%;
  }
  .news-file-picker{
    align-items:flex-start;
    flex-direction:column;
    padding:7px;
  }
  .news-file-button{
    width:100%;
  }
  .news-file-name{
    width:100%;
    padding:3px 6px 5px;
  }
}


/* ======================================================
   EDITOR BERITA LEBIH LEBAR & LUAS v2.3.4
   ====================================================== */
.news-compose-card{
  width:100%;
  max-width:none;
}
.news-compose-form{
  width:100%;
}
.news-editor-field-wide{
  width:100%;
  min-width:0;
}
.news-editor-title-row{
  justify-content:space-between;
}
.news-editor-title-left{
  display:flex;
  align-items:center;
  gap:7px;
}
.news-editor-expand-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 11px;
  border:1px solid #d9dfe8;
  border-radius:8px;
  background:#fff;
  color:#4b5b72;
  cursor:pointer;
  font-size:11px;
  font-weight:800;
  box-shadow:0 1px 2px rgba(16,24,40,.03);
}
.news-editor-expand-btn:hover{
  border-color:#bfc9d8;
  background:#f8fafc;
  color:#17469e;
}
.news-editor-ppid{
  width:100%;
}
.news-editor-ppid .news-editor-toolbar{
  position:sticky;
  top:0;
  z-index:4;
}
.news-editor-ppid .news-editor-pro{
  width:100%;
  min-height:580px;
  max-height:none;
  padding:22px 24px;
  font-size:15px;
  line-height:1.85;
  overflow-y:auto;
}
.news-editor-ppid .news-editor-pro p{
  max-width:none;
}
.news-editor-footer-pro{
  margin-top:7px;
}

/* Mode perbesar: editor menjadi hampir satu layar penuh */
body.news-editor-open{
  overflow:hidden;
}
.news-editor-field-wide.is-expanded{
  position:fixed;
  z-index:9999;
  inset:18px;
  display:flex;
  flex-direction:column;
  padding:18px;
  border:1px solid #dce2ea;
  border-radius:18px;
  background:#fff;
  box-shadow:0 30px 90px rgba(18,31,55,.22);
}
.news-editor-field-wide.is-expanded .news-editor-title-row{
  flex:0 0 auto;
  margin-bottom:10px;
}
.news-editor-field-wide.is-expanded .news-editor-shell{
  flex:1 1 auto;
  display:flex;
  min-height:0;
  flex-direction:column;
}
.news-editor-field-wide.is-expanded .news-editor-toolbar{
  flex:0 0 auto;
}
.news-editor-field-wide.is-expanded .news-editor-pro{
  flex:1 1 auto;
  min-height:0;
  height:auto;
  padding:28px 34px;
  font-size:16px;
  line-height:1.9;
  overflow-y:auto;
}
.news-editor-field-wide.is-expanded .news-editor-footer{
  flex:0 0 auto;
  margin-top:8px;
}

@media(max-width:900px){
  .news-editor-ppid .news-editor-pro{
    min-height:500px;
    padding:20px;
  }
}
@media(max-width:640px){
  .news-editor-title-row{
    align-items:flex-start;
    flex-direction:column;
  }
  .news-editor-expand-btn{
    width:100%;
  }
  .news-editor-ppid .news-editor-pro{
    min-height:440px;
    padding:17px;
    font-size:16px;
  }
  .news-editor-field-wide.is-expanded{
    inset:8px;
    padding:12px;
    border-radius:14px;
  }
  .news-editor-field-wide.is-expanded .news-editor-pro{
    padding:18px;
    font-size:16px;
  }
}


/* ============================================================
   CMS PROFESSIONAL RICH TEXT EDITOR — ISI BERITA v2.3.5
   Perubahan hanya pada komponen Isi Berita.
   ============================================================ */
.news-editor-field-wide{
  width:100%;
  min-width:0;
  max-width:100%;
}
.news-editor-title-row{
  justify-content:flex-start;
}
.news-editor-title-left{
  display:flex;
  align-items:center;
  gap:7px;
}

/* Editor shell */
.news-editor-cms{
  width:100%;
  max-width:100%;
  overflow:hidden;
  box-sizing:border-box;
  border:1px solid #e5e7eb;
  border-radius:7px;
  background:#fff;
  box-shadow:none;
  transition:border-color .16s ease, box-shadow .16s ease;
}
.news-editor-cms:focus-within{
  border-color:#b8c6dc;
  box-shadow:0 0 0 3px rgba(23,70,158,.07);
}

/* Toolbar */
.news-editor-cms .news-editor-toolbar{
  position:relative;
  top:auto;
  z-index:2;
  display:flex;
  width:100%;
  max-width:100%;
  min-height:40px;
  align-items:center;
  gap:4px;
  padding:4px 7px;
  overflow:visible;
  flex-wrap:wrap;
  box-sizing:border-box;
  border-bottom:1px solid #e5e7eb;
  background:#fff;
}
.news-editor-cms .news-toolbar-group{
  display:flex;
  align-items:center;
  gap:1px;
}
.news-editor-cms .news-toolbar-divider{
  width:1px;
  height:22px;
  margin:0 3px;
  flex:0 0 auto;
  background:#e5e7eb;
}
.news-editor-cms .news-format-select{
  width:auto;
  min-width:116px;
  height:30px;
  padding:3px 26px 3px 8px;
  border:0;
  border-radius:5px;
  outline:none;
  background:#fff;
  color:#6b7280;
  font-size:12px;
  box-shadow:none;
  cursor:pointer;
}
.news-editor-cms .news-format-select:hover,
.news-editor-cms .news-format-select:focus{
  background:#f9fafb;
  color:#374151;
}
.news-editor-cms .news-editor-toolbar button{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  padding:0;
  border:0;
  border-radius:5px;
  background:transparent;
  color:#8a919c;
  font-size:14px;
  line-height:1;
  cursor:pointer;
  transition:background-color .14s ease,color .14s ease;
}
.news-editor-cms .news-editor-toolbar button:hover,
.news-editor-cms .news-editor-toolbar button:focus-visible{
  outline:none;
  background:#f3f4f6;
  color:#4b5563;
}

/* Writing area: full width + auto-grow */
.news-editor-writing-area{
  display:block;
  width:100%;
  min-width:0;
  max-width:100%;
  min-height:360px;
  height:auto;
  padding:16px;
  overflow:visible;
  overflow-x:hidden;
  box-sizing:border-box;
  outline:none;
  background:#fff;
  color:#374151;
  font-size:15px;
  line-height:1.75;
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:normal;
}
.news-editor-writing-area:empty::before{
  content:attr(data-placeholder);
  color:#b4bac4;
  pointer-events:none;
}
.news-editor-writing-area p,
.news-editor-writing-area h2,
.news-editor-writing-area h3,
.news-editor-writing-area blockquote,
.news-editor-writing-area ul,
.news-editor-writing-area ol{
  max-width:100%;
  overflow-wrap:anywhere;
}
.news-editor-writing-area p{
  margin:0 0 14px;
}
.news-editor-writing-area h2{
  margin:20px 0 10px;
  color:#1f2937;
  font-size:25px;
  line-height:1.35;
}
.news-editor-writing-area h3{
  margin:18px 0 8px;
  color:#1f2937;
  font-size:20px;
  line-height:1.4;
}
.news-editor-writing-area blockquote{
  margin:16px 0;
  padding:10px 14px;
  border-left:3px solid #d1d5db;
  background:#f9fafb;
  color:#4b5563;
}
.news-editor-writing-area a{
  color:#17469e;
  text-decoration:underline;
}

/* Counter & validation */
.news-editor-validation-row{
  display:flex;
  width:100%;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-top:7px;
}
.news-editor-validation-row small{
  color:#6b7280;
  font-size:10.5px;
}
.news-editor-validation-row strong{
  flex:0 0 auto;
  color:#dc2626;
  font-size:10.5px;
  font-weight:800;
  white-space:nowrap;
}
.news-editor-validation-row strong.invalid{
  color:#dc2626;
}
.news-editor-validation-row strong.valid{
  color:#16a34a;
}
.news-editor-error{
  margin-top:5px;
  color:#dc2626;
  font-size:11px;
  font-weight:700;
}
.news-submit-content-invalid{
  /* Tetap dapat diklik agar pesan validasi bisa ditampilkan saat Simpan ditekan. */
}

/* Pastikan mode fullscreen lama v2.3.4 tidak memengaruhi editor ini */
body.news-editor-open{
  overflow:auto;
}
.news-editor-field-wide.is-expanded{
  position:static;
  inset:auto;
  display:grid;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

/* Tablet */
@media(max-width:900px){
  .news-editor-writing-area{
    min-height:330px;
    padding:16px;
    font-size:15px;
    line-height:1.75;
  }
}

/* Mobile */
@media(max-width:640px){
  .news-editor-title-row{
    align-items:center;
    flex-direction:row;
  }
  .news-editor-cms .news-editor-toolbar{
    gap:3px;
    padding:5px;
  }
  .news-editor-cms .news-toolbar-divider{
    display:none;
  }
  .news-editor-cms .news-format-select{
    min-width:104px;
  }
  .news-editor-cms .news-editor-toolbar button{
    width:29px;
    height:29px;
  }
  .news-editor-writing-area{
    min-height:300px;
    padding:16px;
    font-size:15px;
    line-height:1.7;
  }
  .news-editor-validation-row{
    align-items:flex-start;
    flex-direction:column;
    gap:4px;
  }
  .news-editor-validation-row strong{
    align-self:flex-end;
  }
}


/* ============================================================
   EVENT CALENDAR ESI JEMBER v2.4.0
   Tanggal pink = ada event / turnamen
   ============================================================ */
.event-calendar-hero{
  background:
    radial-gradient(circle at 88% 15%,rgba(255,44,125,.10),transparent 28%),
    linear-gradient(135deg,#fff,#f5f8ff);
}
.event-calendar-section{
  padding-top:34px;
}
.event-calendar-shell{
  overflow:hidden;
  border:1px solid #e2e7ef;
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 50px rgba(24,39,77,.07);
}
.event-calendar-topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:22px 24px 15px;
}
.event-calendar-caption{
  display:block;
  margin-bottom:3px;
  color:#7a8699;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.event-calendar-topbar h2{
  margin:0;
  color:#17233d;
  font-size:30px;
  letter-spacing:-.025em;
}
.event-calendar-nav{
  display:flex;
  align-items:center;
  gap:8px;
}
.calendar-nav-btn,
.calendar-today-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:40px;
  border:1px solid #dfe5ed;
  border-radius:11px;
  background:#fff;
  color:#34435a;
  font-size:14px;
  font-weight:900;
  transition:.18s ease;
}
.calendar-nav-btn{
  width:40px;
}
.calendar-today-btn{
  padding:0 13px;
  font-size:11px;
}
.calendar-nav-btn:hover,
.calendar-today-btn:hover{
  border-color:#c8d2e0;
  background:#f8fafc;
  color:#17469e;
}
.event-calendar-legend{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  padding:0 24px 18px;
  color:#768297;
  font-size:11px;
}
.event-calendar-legend span{
  display:flex;
  align-items:center;
  gap:7px;
}
.event-calendar-legend i{
  width:11px;
  height:11px;
  display:inline-block;
  border-radius:4px;
}
.legend-event{
  background:#ff2c7d;
}
.legend-today{
  background:#fff;
  border:2px solid #17469e;
}
.event-calendar-weekdays,
.event-calendar-grid{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
}
.event-calendar-weekdays{
  border-top:1px solid #edf0f4;
  border-bottom:1px solid #e4e8ee;
  background:#fafbfc;
}
.event-calendar-weekdays span{
  padding:11px 7px;
  text-align:center;
  color:#7f8998;
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.event-calendar-grid{
  background:#e7ebf1;
  gap:1px;
}
.calendar-day{
  position:relative;
  min-width:0;
  min-height:135px;
  padding:10px;
  background:#fff;
  transition:background .16s ease;
}
.calendar-day.is-empty{
  min-height:135px;
  background:#f9fafc;
}
.calendar-day.has-event{
  background:linear-gradient(145deg,#fff3f8 0%,#ffe8f2 100%);
}
.calendar-day.has-event::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border:1px solid rgba(255,44,125,.13);
}
.calendar-day.is-today{
  box-shadow:inset 0 0 0 2px #17469e;
  z-index:1;
}
.calendar-day.is-today.has-event{
  box-shadow:
    inset 0 0 0 2px #17469e,
    inset 0 0 0 4px rgba(255,255,255,.9);
}
.calendar-day-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:6px;
  margin-bottom:8px;
}
.calendar-day-number{
  width:29px;
  height:29px;
  display:grid;
  place-items:center;
  border-radius:9px;
  color:#37455b;
  font-size:12px;
  font-weight:900;
}
.calendar-day.has-event .calendar-day-number{
  background:#ff2c7d;
  color:#fff;
  box-shadow:0 5px 14px rgba(255,44,125,.18);
}
.calendar-event-count{
  min-width:21px;
  height:21px;
  display:grid;
  place-items:center;
  padding:0 5px;
  border-radius:999px;
  background:rgba(255,255,255,.86);
  color:#d8276d;
  font-size:9px;
  font-weight:900;
}
.calendar-day-events{
  display:grid;
  gap:6px;
}
.calendar-event-pill{
  display:block;
  min-width:0;
  padding:6px 7px;
  overflow:hidden;
  border:1px solid rgba(255,44,125,.13);
  border-radius:9px;
  background:rgba(255,255,255,.85);
  box-shadow:0 3px 10px rgba(85,36,62,.035);
}
.calendar-event-pill span,
.calendar-event-pill strong{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.calendar-event-pill span{
  margin-bottom:1px;
  color:#e02a71;
  font-size:8px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.calendar-event-pill strong{
  color:#354359;
  font-size:9.5px;
}
.calendar-event-pill:hover{
  border-color:#f2a8c6;
  background:#fff;
}
.calendar-more-events{
  color:#cc2a68;
  font-size:9px;
  font-weight:800;
}
.calendar-day-empty-label{
  display:block;
  color:#d6dbe2;
  font-size:12px;
}

/* Event list under calendar */
.calendar-month-events{
  margin-top:28px;
}
.calendar-month-events-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:15px;
}
.calendar-month-events-head h2{
  margin:5px 0 0;
  color:#17233d;
}
.calendar-event-list{
  display:grid;
  gap:10px;
}
.calendar-event-card{
  display:grid;
  grid-template-columns:68px auto minmax(0,1fr) 30px;
  gap:15px;
  align-items:center;
  padding:12px;
  border:1px solid #e2e7ef;
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 22px rgba(30,48,90,.04);
  transition:.18s ease;
}
.calendar-event-card:hover{
  transform:translateY(-2px);
  border-color:#e7bfd0;
  box-shadow:0 13px 30px rgba(30,48,90,.07);
}
.calendar-event-date{
  width:58px;
  height:64px;
  display:grid;
  place-items:center;
  align-content:center;
  border-radius:15px;
  background:#fff0f7;
  border:1px solid #f2d0df;
}
.calendar-event-date strong{
  color:#e02670;
  font-size:22px;
  line-height:1;
}
.calendar-event-date span{
  margin-top:4px;
  color:#c5386f;
  font-size:9px;
  font-weight:900;
}
.calendar-event-thumb{
  width:70px;
  height:70px;
  overflow:hidden;
  border-radius:13px;
  border:1px solid #e2e7ee;
  background:#f4f6f9;
}
.calendar-event-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.calendar-event-info{
  min-width:0;
}
.calendar-event-meta{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-bottom:5px;
}
.calendar-event-meta span{
  padding:4px 7px;
  border-radius:999px;
  background:#f3f6fb;
  color:#60708a;
  font-size:8.5px;
  font-weight:900;
}
.calendar-event-info h3{
  margin:0 0 4px;
  overflow:hidden;
  color:#27364d;
  font-size:16px;
  line-height:1.3;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.calendar-event-info p{
  margin:0;
  color:#8290a2;
  font-size:11px;
}
.calendar-event-arrow{
  color:#d72b70;
  font-size:18px;
  font-weight:900;
}
.calendar-no-events{
  display:grid;
  place-items:center;
  min-height:190px;
  padding:28px;
  text-align:center;
  border:1px dashed #dfe4ec;
  border-radius:20px;
  background:#fafbfc;
  color:#7f8b9d;
}
.calendar-no-events span{
  font-size:30px;
}
.calendar-no-events strong{
  margin-top:8px;
  color:#37465e;
}
.calendar-no-events p{
  margin:5px 0 0;
  font-size:12px;
}

@media(max-width:900px){
  .calendar-day{
    min-height:112px;
    padding:8px;
  }
  .calendar-day.is-empty{
    min-height:112px;
  }
  .calendar-event-pill strong{
    font-size:8.5px;
  }
}
@media(max-width:700px){
  .event-calendar-shell{
    border-radius:18px;
  }
  .event-calendar-topbar{
    align-items:flex-start;
    flex-direction:column;
    padding:18px 16px 12px;
  }
  .event-calendar-nav{
    width:100%;
    justify-content:space-between;
  }
  .event-calendar-legend{
    padding:0 16px 14px;
  }
  .event-calendar-weekdays span{
    padding:9px 2px;
    font-size:8px;
  }
  .calendar-day{
    min-height:70px;
    padding:5px;
  }
  .calendar-day.is-empty{
    min-height:70px;
  }
  .calendar-day-head{
    margin-bottom:3px;
  }
  .calendar-day-number{
    width:24px;
    height:24px;
    border-radius:7px;
    font-size:10px;
  }
  .calendar-event-count{
    min-width:17px;
    height:17px;
    font-size:7px;
  }
  .calendar-event-pill{
    display:none;
  }
  .calendar-day.has-event .calendar-day-events::after{
    content:"Event";
    display:block;
    color:#d6296c;
    font-size:7px;
    font-weight:900;
  }
  .calendar-more-events,
  .calendar-day-empty-label{
    display:none;
  }
  .calendar-event-card{
    grid-template-columns:58px minmax(0,1fr) 22px;
    gap:10px;
  }
  .calendar-event-thumb{
    display:none;
  }
  .calendar-event-date{
    width:52px;
    height:57px;
  }
  .calendar-event-info h3{
    font-size:14px;
  }
}
@media(max-width:390px){
  .calendar-day{
    min-height:62px;
    padding:4px;
  }
  .calendar-day.is-empty{
    min-height:62px;
  }
  .calendar-day.has-event .calendar-day-events::after{
    content:"•";
    font-size:15px;
    line-height:1;
  }
}


/* ============================================================
   GAME COLOR CALENDAR v2.4.1
   Warna tanggal mengikuti game / turnamen
   ============================================================ */
.game-color-legend{
  row-gap:9px;
}
.legend-game{
  width:11px !important;
  height:11px !important;
  border:0 !important;
}
.legend-game.mlbb{background:#f4c542;}
.legend-game.freefire{background:#ff7a1a;}
.legend-game.pubg{background:#2f9e67;}
.legend-game.valorant{background:#ef4655;}
.legend-game.efootball{background:#2676e8;}
.legend-game.hok{background:#805ad5;}
.legend-game.other{background:#ec4899;}

/* Default event warna cadangan */
.calendar-day.has-event{
  --game-color:#ec4899;
  --game-soft:#fff0f7;
  --game-soft-2:#ffe4f0;
  --game-border:rgba(236,72,153,.18);
  --game-text:#be286f;
  background:linear-gradient(145deg,var(--game-soft),var(--game-soft-2));
}
.calendar-day.game-mlbb{
  --game-color:#f4c542;
  --game-soft:#fffbea;
  --game-soft-2:#fff3b5;
  --game-border:rgba(214,164,25,.24);
  --game-text:#9a7210;
}
.calendar-day.game-freefire{
  --game-color:#ff7a1a;
  --game-soft:#fff5ec;
  --game-soft-2:#ffe3cc;
  --game-border:rgba(255,122,26,.22);
  --game-text:#b95008;
}
.calendar-day.game-pubg{
  --game-color:#2f9e67;
  --game-soft:#effbf5;
  --game-soft-2:#d8f3e6;
  --game-border:rgba(47,158,103,.22);
  --game-text:#187146;
}
.calendar-day.game-valorant{
  --game-color:#ef4655;
  --game-soft:#fff1f3;
  --game-soft-2:#ffd9dd;
  --game-border:rgba(239,70,85,.22);
  --game-text:#b62936;
}
.calendar-day.game-efootball,
.calendar-day.game-fcmobile{
  --game-color:#2676e8;
  --game-soft:#eff6ff;
  --game-soft-2:#dbeafe;
  --game-border:rgba(38,118,232,.22);
  --game-text:#1958ab;
}
.calendar-day.game-hok{
  --game-color:#805ad5;
  --game-soft:#f7f2ff;
  --game-soft-2:#e9dcff;
  --game-border:rgba(128,90,213,.22);
  --game-text:#5e3cac;
}
.calendar-day.game-dota{
  --game-color:#b64336;
  --game-soft:#fff3f1;
  --game-soft-2:#f9ded9;
  --game-border:rgba(182,67,54,.22);
  --game-text:#853026;
}
.calendar-day.game-other{
  --game-color:#ec4899;
  --game-soft:#fff0f7;
  --game-soft-2:#ffe4f0;
  --game-border:rgba(236,72,153,.22);
  --game-text:#be286f;
}
.calendar-day.has-event::after{
  border-color:var(--game-border);
}
.calendar-day.has-event .calendar-day-number{
  background:var(--game-color);
  color:#fff;
  box-shadow:0 5px 14px color-mix(in srgb,var(--game-color) 30%, transparent);
}
.calendar-day.game-mlbb .calendar-day-number{
  color:#4a3907;
}
.calendar-day.has-event .calendar-event-count{
  color:var(--game-text);
}
.calendar-day.has-multiple-events .calendar-event-count{
  background:#fff;
}

/* Event pill mengikuti masing-masing game */
.calendar-event-pill{
  --pill-color:#ec4899;
  --pill-bg:#fff4fa;
  --pill-border:#f4c0dc;
}
.calendar-event-pill.game-mlbb{--pill-color:#9a7210;--pill-bg:#fff9df;--pill-border:#f1df93;}
.calendar-event-pill.game-freefire{--pill-color:#b95008;--pill-bg:#fff3e8;--pill-border:#ffd0aa;}
.calendar-event-pill.game-pubg{--pill-color:#187146;--pill-bg:#effaf4;--pill-border:#c4e8d5;}
.calendar-event-pill.game-valorant{--pill-color:#b62936;--pill-bg:#fff0f2;--pill-border:#f7c8ce;}
.calendar-event-pill.game-efootball,
.calendar-event-pill.game-fcmobile{--pill-color:#1958ab;--pill-bg:#eef5ff;--pill-border:#cbdffd;}
.calendar-event-pill.game-hok{--pill-color:#5e3cac;--pill-bg:#f6f1ff;--pill-border:#dacbfa;}
.calendar-event-pill.game-dota{--pill-color:#853026;--pill-bg:#fff2ef;--pill-border:#efc7c1;}
.calendar-event-pill.game-other{--pill-color:#be286f;--pill-bg:#fff1f8;--pill-border:#f5c7de;}
.calendar-event-pill{
  border-color:var(--pill-border);
  background:var(--pill-bg);
}
.calendar-event-pill span{
  color:var(--pill-color);
}
.calendar-event-pill:hover{
  border-color:var(--pill-color);
}

/* Daftar event di bawah kalender */
.calendar-event-card{
  --card-game:#ec4899;
  --card-soft:#fff0f7;
  --card-border:#f2d0df;
  --card-text:#d72b70;
}
.calendar-event-card.game-mlbb{--card-game:#f4c542;--card-soft:#fff9df;--card-border:#f1df93;--card-text:#94700f;}
.calendar-event-card.game-freefire{--card-game:#ff7a1a;--card-soft:#fff3e8;--card-border:#ffd0aa;--card-text:#b95008;}
.calendar-event-card.game-pubg{--card-game:#2f9e67;--card-soft:#effaf4;--card-border:#c4e8d5;--card-text:#187146;}
.calendar-event-card.game-valorant{--card-game:#ef4655;--card-soft:#fff0f2;--card-border:#f7c8ce;--card-text:#b62936;}
.calendar-event-card.game-efootball,
.calendar-event-card.game-fcmobile{--card-game:#2676e8;--card-soft:#eef5ff;--card-border:#cbdffd;--card-text:#1958ab;}
.calendar-event-card.game-hok{--card-game:#805ad5;--card-soft:#f6f1ff;--card-border:#dacbfa;--card-text:#5e3cac;}
.calendar-event-card.game-dota{--card-game:#b64336;--card-soft:#fff2ef;--card-border:#efc7c1;--card-text:#853026;}
.calendar-event-card.game-other{--card-game:#ec4899;--card-soft:#fff1f8;--card-border:#f5c7de;--card-text:#be286f;}
.calendar-event-card .calendar-event-date{
  background:var(--card-soft);
  border-color:var(--card-border);
}
.calendar-event-card .calendar-event-date strong,
.calendar-event-card .calendar-event-date span,
.calendar-event-card .calendar-event-arrow{
  color:var(--card-text);
}
.calendar-event-card:hover{
  border-color:var(--card-border);
}

@media(max-width:700px){
  .game-color-legend{
    gap:8px 12px;
  }
  .game-color-legend span{
    font-size:9px;
  }
}


/* ============================================================
   ADMIN EDIT WARNA GAME & KATEGORI v2.4.2
   ============================================================ */
.master-add-form{
  grid-template-columns:minmax(0,1fr) auto auto;
  align-items:center;
}
.master-color-picker{
  display:flex;
  min-height:42px;
  align-items:center;
  gap:7px;
  padding:4px 9px 4px 5px;
  border:1px solid #dfe4eb;
  border-radius:10px;
  background:#fff;
  color:#677489;
  font-size:10px;
  font-weight:800;
  cursor:pointer;
}
.master-color-picker input[type="color"],
.master-color-inline input[type="color"]{
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
}
.master-color-picker input[type="color"]{
  width:32px;
  height:32px;
}
.master-color-inline{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border:1px solid #e0e5ec;
  border-radius:10px;
  background:#fff;
  cursor:pointer;
}
.master-color-inline input[type="color"]{
  width:27px;
  height:27px;
}
.master-rename-form{
  grid-template-columns:minmax(0,1fr) 38px auto;
  align-items:center;
}

/* Warna custom dari Admin menggunakan CSS variable inline.
   Aturan ini diletakkan terakhir agar mengalahkan preset v2.4.1. */
.calendar-day.has-event{
  background:linear-gradient(145deg,var(--game-soft),var(--game-soft-2)) !important;
}
.calendar-day.has-event::after{
  border-color:var(--game-border) !important;
}
.calendar-day.has-event .calendar-day-number{
  background:var(--game-color) !important;
  color:#fff !important;
}
.calendar-day.has-event .calendar-event-count{
  color:var(--game-text) !important;
}
.calendar-event-pill{
  border-color:var(--pill-border) !important;
  background:var(--pill-bg) !important;
}
.calendar-event-pill span{
  color:var(--pill-color) !important;
}
.calendar-event-card .calendar-event-date{
  background:var(--card-soft) !important;
  border-color:var(--card-border) !important;
}
.calendar-event-card .calendar-event-date strong,
.calendar-event-card .calendar-event-date span,
.calendar-event-card .calendar-event-arrow{
  color:var(--card-text) !important;
}
.calendar-event-card:hover{
  border-color:var(--card-border) !important;
}

@media(max-width:560px){
  .master-add-form,
  .master-rename-form{
    grid-template-columns:1fr;
  }
  .master-color-picker,
  .master-color-inline{
    width:100%;
  }
  .master-color-inline{
    height:42px;
    justify-items:start;
    padding-left:5px;
  }
}


/* ============================================================
   STATISTIK BERANDA ESI JEMBER v2.4.3
   ============================================================ */
.welcome-stats-expanded{
  display:grid;
  grid-template-columns:repeat(5,minmax(96px,1fr));
  width:100%;
  max-width:690px;
  gap:10px;
  margin-top:30px;
}
.welcome-stats-expanded > .welcome-stat-card{
  min-width:0;
  min-height:94px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:14px 13px;
  border-radius:18px;
}
.welcome-stats-expanded .welcome-stat-card strong{
  font-size:31px;
  line-height:1;
  letter-spacing:-.03em;
}
.welcome-stats-expanded .welcome-stat-card span{
  min-height:31px;
  margin-top:7px;
  color:#737f91;
  font-size:11px;
  line-height:1.35;
  font-weight:800;
}

@media(max-width:1100px){
  .welcome-stats-expanded{
    grid-template-columns:repeat(3,minmax(110px,1fr));
    max-width:560px;
  }
}
@media(max-width:760px){
  .welcome-stats-expanded{
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-width:none;
  }
}
@media(max-width:420px){
  .welcome-stats-expanded{
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .welcome-stats-expanded > .welcome-stat-card{
    min-height:88px;
    padding:12px 10px;
  }
  .welcome-stats-expanded .welcome-stat-card strong{
    font-size:27px;
  }
  .welcome-stats-expanded .welcome-stat-card span{
    font-size:10px;
  }
}


/* ============================================================
   COMMUNITY SOCIAL LINK v2.4.4
   ============================================================ */
.community-social-card{
  position:relative;
  display:flex;
  width:100%;
  height:100%;
  min-width:0;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-radius:inherit;
  text-decoration:none;
  color:inherit;
}
.community-social-card img{
  display:block;
  max-width:100%;
  height:auto;
  transition:transform .2s ease;
}
.community-instagram{
  position:absolute;
  left:50%;
  bottom:12px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:30px;
  padding:6px 10px;
  transform:translateX(-50%);
  border:1px solid rgba(229,231,235,.95);
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#374151;
  font-size:10px;
  font-weight:800;
  box-shadow:0 6px 18px rgba(15,23,42,.08);
  backdrop-filter:blur(6px);
}
.community-instagram-icon{
  display:grid;
  width:18px;
  height:18px;
  place-items:center;
  border-radius:6px;
  background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);
  color:#fff;
  font-size:11px;
  line-height:1;
}
.community-social-card:hover img{
  transform:scale(1.025);
}
.community-social-card:hover .community-instagram{
  color:#111827;
  border-color:#d1d5db;
}
.community-social-card:focus-visible{
  outline:3px solid rgba(23,70,158,.18);
  outline-offset:3px;
}

@media(max-width:640px){
  .community-instagram{
    bottom:9px;
    padding:5px 8px;
    font-size:9px;
  }
}


/* ============================================================
   GUILD / SQUAD TERDAFTAR v2.4.5
   ============================================================ */

/* Public marquee under integrated communities */
.hero-guild-strip{
  position:relative;
  z-index:1;
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid rgba(221,226,235,.9);
}
.hero-guild-strip-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:10px;
}
.hero-guild-strip-head > div{
  min-width:0;
}
.hero-guild-kicker{
  display:block;
  margin-bottom:2px;
  color:#9a6b80;
  font-size:8px;
  font-weight:900;
  letter-spacing:.09em;
}
.hero-guild-strip-head strong{
  display:block;
  color:#26364f;
  font-size:13px;
}
.hero-guild-count{
  min-width:27px;
  height:27px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#fff0f7;
  color:#d32970;
  font-size:10px;
  font-weight:900;
}
.guild-marquee{
  width:100%;
  overflow:hidden;
  -webkit-mask-image:linear-gradient(to right,transparent,#000 7%,#000 93%,transparent);
  mask-image:linear-gradient(to right,transparent,#000 7%,#000 93%,transparent);
}
.guild-marquee-track{
  display:flex;
  width:max-content;
  animation:guild-marquee-scroll 28s linear infinite;
}
.guild-marquee:hover .guild-marquee-track{
  animation-play-state:paused;
}
.guild-marquee-group{
  display:flex;
  flex-shrink:0;
  gap:9px;
  padding-right:9px;
}
.guild-mini-card{
  display:flex;
  width:175px;
  min-height:60px;
  align-items:center;
  gap:9px;
  padding:7px 10px 7px 7px;
  border:1px solid rgba(225,230,237,.96);
  border-left:3px solid var(--guild-color,#ec4899);
  border-radius:14px;
  background:rgba(255,255,255,.92);
  box-shadow:0 6px 18px rgba(27,42,76,.045);
}
.guild-mini-logo{
  width:44px;
  height:44px;
  flex:0 0 44px;
  overflow:hidden;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:#fff;
  border:1px solid #edf0f4;
}
.guild-mini-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:3px;
}
.guild-mini-logo span{
  color:var(--guild-color,#ec4899);
  font-weight:900;
}
.guild-mini-info{
  min-width:0;
}
.guild-mini-info strong,
.guild-mini-info span{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.guild-mini-info strong{
  color:#2b3950;
  font-size:10.5px;
}
.guild-mini-info span{
  margin-top:3px;
  color:var(--guild-color,#ec4899);
  font-size:8px;
  font-weight:900;
}
.guild-marquee-empty{
  padding:12px;
  border:1px dashed #dfe4ec;
  border-radius:13px;
  background:rgba(255,255,255,.65);
  color:#8a95a5;
  text-align:center;
  font-size:9.5px;
}
@keyframes guild-marquee-scroll{
  from{transform:translateX(0);}
  to{transform:translateX(-50%);}
}
@media(prefers-reduced-motion:reduce){
  .guild-marquee-track{
    animation:none;
    flex-wrap:wrap;
    width:100%;
  }
  .guild-marquee-group[aria-hidden="true"]{
    display:none;
  }
}

/* Admin Guild/Squad */
.guild-admin-form-card,
.guild-admin-list-card{
  margin-bottom:20px;
}
.guild-admin-form-head,
.guild-admin-list-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:20px;
}
.guild-admin-form-head h2,
.guild-admin-list-head h2{
  margin:4px 0 0;
}
.guild-admin-form{
  display:grid;
  gap:18px;
}
.guild-admin-form > label{
  display:grid;
  gap:7px;
  color:#3b485d;
  font-size:12px;
  font-weight:800;
}
.guild-admin-form > label small{
  color:#7d8899;
  font-size:10px;
  font-weight:500;
}
.guild-logo-preview{
  display:flex;
  align-items:center;
  gap:12px;
  width:max-content;
  max-width:100%;
  padding:7px 10px 7px 7px;
  border:1px solid #e2e7ee;
  border-radius:12px;
  background:#fafbfc;
}
.guild-logo-preview img{
  width:60px;
  height:60px;
  object-fit:contain;
  border-radius:9px;
  background:#fff;
}
.guild-logo-preview span{
  color:#7a8697;
  font-size:10px;
}
.guild-admin-list{
  display:grid;
  gap:9px;
}
.guild-admin-row{
  display:grid;
  grid-template-columns:66px minmax(0,1fr) auto;
  gap:13px;
  align-items:center;
  padding:10px;
  border:1px solid #e3e8ef;
  border-radius:15px;
  background:#fbfcfe;
}
.guild-admin-logo{
  width:60px;
  height:60px;
  overflow:hidden;
  display:grid;
  place-items:center;
  border:1px solid #e4e9ef;
  border-radius:12px;
  background:#fff;
}
.guild-admin-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:4px;
}
.guild-admin-logo span{
  color:#d32970;
  font-size:20px;
  font-weight:900;
}
.guild-admin-info{
  min-width:0;
}
.guild-admin-info strong{
  display:block;
  margin-top:5px;
  overflow:hidden;
  color:#2c3a50;
  font-size:14px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.guild-game-badge{
  display:inline-flex;
  padding:4px 7px;
  border-radius:999px;
  background:color-mix(in srgb,var(--guild-game-color,#ec4899) 10%,white);
  color:var(--guild-game-color,#ec4899);
  font-size:8.5px;
  font-weight:900;
}
.guild-admin-actions{
  display:flex;
  align-items:center;
  gap:6px;
}
.guild-admin-actions form{
  margin:0;
}

@media(max-width:640px){
  .guild-mini-card{
    width:155px;
  }
  .guild-admin-row{
    grid-template-columns:54px minmax(0,1fr);
  }
  .guild-admin-logo{
    width:52px;
    height:52px;
  }
  .guild-admin-actions{
    grid-column:1/-1;
    justify-content:flex-end;
  }
}


/* ============================================================
   PROFIL ORGANISASI DINAMIS v2.4.6
   ============================================================ */
.profile-affiliation-links{
  display:grid;
  gap:6px;
  margin-top:3px;
}
.profile-affiliation-links a{
  width:max-content;
  max-width:100%;
  color:#6f7c8f;
  font-size:11px;
  font-weight:700;
  transition:color .16s ease;
}
.profile-affiliation-links a:hover{
  color:#17469e;
}

/* Admin */
.organization-admin-card{
  margin-bottom:20px;
}
.organization-admin-form{
  display:grid;
  gap:22px;
}
.organization-form-section{
  display:grid;
  gap:15px;
  padding:18px;
  border:1px solid #e5e9ef;
  border-radius:16px;
  background:#fbfcfe;
}
.organization-form-section-head{
  display:flex;
  align-items:center;
  gap:12px;
}
.organization-form-section-head h2{
  margin:0;
  color:#27364d;
  font-size:17px;
}
.organization-form-section-head p{
  margin:3px 0 0;
  color:#7f8b9c;
  font-size:10.5px;
}
.organization-form-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  flex:0 0 42px;
  border-radius:13px;
  background:#eef4ff;
  color:#17469e;
  font-size:10px;
  font-weight:900;
}
.organization-form-icon.social{
  background:#fff0f7;
  color:#d32970;
  font-size:18px;
}
.organization-admin-form label{
  display:grid;
  gap:7px;
  color:#3f4d62;
  font-size:11.5px;
  font-weight:800;
}
.organization-admin-form label small{
  color:#8b95a4;
  font-size:9.5px;
  font-weight:500;
}
.organization-admin-form textarea{
  width:100%;
  resize:vertical;
  min-height:96px;
  line-height:1.55;
}
.organization-profile-grid,
.organization-social-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.organization-social-section{
  background:#fff;
}
.organization-sync-note{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:13px 15px;
  border:1px solid #dfe8f5;
  border-radius:13px;
  background:#f5f9ff;
  color:#66758a;
  font-size:10.5px;
}
.organization-sync-note strong{
  flex:0 0 auto;
  color:#17469e;
}
.organization-form-actions{
  justify-content:flex-end;
}

@media(max-width:760px){
  .organization-profile-grid,
  .organization-social-grid{
    grid-template-columns:1fr;
  }
  .organization-sync-note{
    flex-direction:column;
  }
}


/* ============================================================
   PRESTASI ATLET ESI JEMBER v2.5.0
   ============================================================ */

/* Public */
.athlete-achievement-section{
  background:
    radial-gradient(circle at 100% 0%,rgba(255,44,125,.055),transparent 28%),
    linear-gradient(180deg,#fff,#fbfcff);
}
.athlete-achievement-head p{
  max-width:640px;
  margin:6px 0 0;
  color:#7a8798;
  font-size:12px;
}
.athlete-achievement-total{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border:1px solid #e8dbe2;
  border-radius:999px;
  background:#fff4f8;
  color:#d32970;
  font-size:10px;
  font-weight:900;
}
.athlete-achievement-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.athlete-achievement-card{
  min-width:0;
  overflow:hidden;
  border:1px solid #e2e7ef;
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 34px rgba(30,48,90,.055);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.athlete-achievement-card:hover{
  transform:translateY(-4px);
  border-color:color-mix(in srgb,var(--achievement-color,#ec4899) 32%,#dfe4eb);
  box-shadow:0 18px 42px rgba(30,48,90,.09);
}
.athlete-achievement-media{
  position:relative;
  height:220px;
  overflow:hidden;
  background:#f3f6f9;
}
.athlete-achievement-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.athlete-achievement-placeholder{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#f5f7fb,#edf2f9);
  color:var(--achievement-color,#ec4899);
  font-size:46px;
}
.athlete-achievement-rank{
  position:absolute;
  top:13px;
  left:13px;
  display:inline-flex;
  min-height:30px;
  align-items:center;
  padding:0 10px;
  border-radius:999px;
  background:var(--achievement-color,#ec4899);
  color:#fff;
  font-size:9px;
  font-weight:900;
  box-shadow:0 7px 18px rgba(25,34,55,.15);
}
.athlete-achievement-body{
  padding:17px;
}
.athlete-achievement-meta{
  display:flex;
  align-items:center;
  gap:7px;
  flex-wrap:wrap;
  color:#7e8a9c;
  font-size:9px;
  font-weight:800;
}
.athlete-game-badge{
  padding:5px 8px;
  border-radius:999px;
  background:color-mix(in srgb,var(--achievement-color,#ec4899) 10%,white);
  color:var(--achievement-color,#ec4899);
}
.athlete-achievement-body h3{
  margin:11px 0 4px;
  color:#1f2d44;
  font-size:20px;
  line-height:1.2;
}
.athlete-achievement-title{
  display:block;
  color:#d32970;
  font-size:12px;
  line-height:1.4;
}
.athlete-achievement-event{
  margin-top:14px;
  padding:10px 11px;
  border:1px solid #edf0f4;
  border-radius:12px;
  background:#fafbfc;
}
.athlete-achievement-event span{
  display:block;
  margin-bottom:2px;
  color:#9aa3b0;
  font-size:8px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.07em;
}
.athlete-achievement-event p{
  margin:0;
  color:#46566d;
  font-size:11px;
  font-weight:700;
}
.athlete-achievement-footer{
  display:flex;
  justify-content:space-between;
  gap:8px;
  margin-top:11px;
  color:#8893a3;
  font-size:9.5px;
  font-weight:700;
}
.athlete-achievement-description{
  margin:11px 0 0;
  color:#718095;
  font-size:10.5px;
  line-height:1.55;
}
.athlete-achievement-source{
  display:inline-block;
  margin-top:12px;
  color:var(--achievement-color,#ec4899);
  font-size:10px;
  font-weight:900;
}
.athlete-achievement-empty{
  grid-column:1/-1;
  display:grid;
  place-items:center;
  min-height:220px;
  padding:24px;
  border:1px dashed #dfe4eb;
  border-radius:22px;
  background:#fff;
  text-align:center;
  color:#8390a1;
}
.athlete-achievement-empty span{
  font-size:34px;
}
.athlete-achievement-empty strong{
  margin-top:7px;
  color:#3a495f;
}
.athlete-achievement-empty p{
  margin:4px 0 0;
  font-size:11px;
}

/* Admin */
.achievement-admin-form-card,
.achievement-admin-list-card{
  margin-bottom:20px;
}
.achievement-admin-form-head,
.achievement-admin-list-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:20px;
}
.achievement-admin-form-head h2,
.achievement-admin-list-head h2{
  margin:4px 0 0;
}
.achievement-admin-form{
  display:grid;
  gap:18px;
}
.achievement-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
}
.achievement-admin-form label{
  display:grid;
  gap:7px;
  color:#405068;
  font-size:11.5px;
  font-weight:800;
}
.achievement-admin-form label small{
  color:#8490a1;
  font-size:9.5px;
  font-weight:500;
}
.achievement-admin-form textarea{
  min-height:110px;
  resize:vertical;
  line-height:1.5;
}
.achievement-image-preview{
  display:flex;
  align-items:center;
  gap:12px;
  width:max-content;
  max-width:100%;
  padding:7px 10px 7px 7px;
  border:1px solid #e2e7ee;
  border-radius:12px;
  background:#fafbfc;
}
.achievement-image-preview img{
  width:92px;
  height:68px;
  object-fit:cover;
  border-radius:9px;
}
.achievement-image-preview span{
  color:#7c8798;
  font-size:10px;
}
.achievement-admin-list{
  display:grid;
  gap:10px;
}
.achievement-admin-row{
  display:grid;
  grid-template-columns:110px minmax(0,1fr) auto;
  gap:15px;
  align-items:center;
  padding:11px;
  border:1px solid #e3e8ef;
  border-radius:16px;
  background:#fbfcfe;
}
.achievement-admin-thumb{
  width:105px;
  height:80px;
  overflow:hidden;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#fff;
  border:1px solid #e5e9ef;
}
.achievement-admin-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.achievement-admin-thumb span{
  color:#d32970;
  font-size:28px;
}
.achievement-admin-info{
  min-width:0;
}
.achievement-admin-meta{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  margin-bottom:6px;
}
.achievement-admin-meta span{
  padding:4px 7px;
  border-radius:999px;
  background:#f1f4f8;
  color:#6f7d91;
  font-size:8px;
  font-weight:900;
}
.achievement-admin-meta span:first-child{
  background:color-mix(in srgb,var(--achievement-color,#ec4899) 10%,white);
  color:var(--achievement-color,#ec4899);
}
.achievement-admin-info > strong{
  display:block;
  color:#26364d;
  font-size:14px;
}
.achievement-admin-info h3{
  margin:3px 0 4px;
  color:#d32970;
  font-size:12px;
}
.achievement-admin-info p{
  margin:0;
  color:#7c8899;
  font-size:10px;
}
.achievement-admin-actions{
  display:flex;
  gap:6px;
  align-items:center;
}
.achievement-admin-actions form{
  margin:0;
}

@media(max-width:980px){
  .athlete-achievement-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:760px){
  .achievement-form-grid{
    grid-template-columns:1fr;
  }
  .achievement-admin-row{
    grid-template-columns:90px minmax(0,1fr);
  }
  .achievement-admin-thumb{
    width:86px;
    height:70px;
  }
  .achievement-admin-actions{
    grid-column:1/-1;
    justify-content:flex-end;
  }
}
@media(max-width:640px){
  .athlete-achievement-grid{
    grid-template-columns:1fr;
  }
  .athlete-achievement-media{
    height:240px;
  }
  .achievement-admin-row{
    grid-template-columns:1fr;
  }
  .achievement-admin-thumb{
    width:100%;
    height:180px;
  }
  .achievement-admin-actions{
    justify-content:flex-start;
  }
}


/* ============================================================
   NAV PRESTASI ATLET v2.5.1
   ============================================================ */
.nav-achievement-link{
  white-space:nowrap;
}
@media(max-width:1180px){
  .main-nav{
    gap:17px;
  }
  .main-nav a{
    font-size:12px;
  }
}


/* ============================================================
   FORM PENDAFTARAN PLAYER v2.5.2
   ============================================================ */
.registration-required-note{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin-bottom:20px;
  padding:12px 14px;
  border:1px solid #e4e8ef;
  border-radius:12px;
  background:#f8fafc;
  color:#707d90;
  font-size:10.5px;
}
.registration-required-note strong{
  flex:0 0 auto;
  color:#d32970;
}
.registration-main-fields{
  margin-bottom:22px;
}
.registration-player-section{
  margin:4px 0 22px;
  padding:18px;
  border:1px solid #e3e8ef;
  border-radius:16px;
  background:#fbfcfe;
}
.registration-player-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:5px;
}
.registration-player-head h3{
  margin:3px 0 0;
  color:#27364d;
  font-size:17px;
}
.registration-player-help{
  margin:0 0 16px;
  color:#7f8a9b;
  font-size:10.5px;
}
.registration-player-grid{
  margin:0;
}
.registration-player-section input{
  background:#fff;
}
@media(max-width:640px){
  .registration-required-note{
    flex-direction:column;
    gap:4px;
  }
  .registration-player-section{
    padding:14px;
  }
}


/* ============================================================
   FORM ROSTER 7 PLAYER v2.5.3
   ============================================================ */
.registration-roster-section{
  margin:4px 0 22px;
  padding:18px;
  border:1px solid #e3e8ef;
  border-radius:16px;
  background:#fbfcfe;
}
.registration-roster-head{
  margin-bottom:5px;
}
.registration-player-list{
  display:grid;
  gap:10px;
  margin-top:15px;
}
.registration-player-card{
  overflow:hidden;
  border:1px solid #e2e7ef;
  border-radius:14px;
  background:#fff;
  transition:border-color .16s ease, box-shadow .16s ease;
}
.registration-player-card[open]{
  border-color:#ccd6e5;
  box-shadow:0 6px 18px rgba(29,45,78,.045);
}
.registration-player-card summary{
  display:flex;
  min-height:58px;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 13px;
  cursor:pointer;
  list-style:none;
  user-select:none;
}
.registration-player-card summary::-webkit-details-marker{
  display:none;
}
.registration-player-summary{
  display:flex;
  min-width:0;
  align-items:center;
  gap:10px;
}
.registration-player-number{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  flex:0 0 34px;
  border-radius:10px;
  background:#fff0f7;
  color:#d32970;
  font-size:12px;
  font-weight:900;
}
.registration-player-summary > div{
  min-width:0;
}
.registration-player-summary strong,
.registration-player-summary small{
  display:block;
}
.registration-player-summary strong{
  color:#2c3b52;
  font-size:12px;
}
.registration-player-summary small{
  margin-top:2px;
  color:#8a95a5;
  font-size:9px;
}
.registration-player-toggle{
  color:#8b96a6;
  font-size:16px;
  transition:transform .16s ease;
}
.registration-player-card[open] .registration-player-toggle{
  transform:rotate(180deg);
}
.registration-player-card .registration-player-grid{
  margin:0;
  padding:14px;
  border-top:1px solid #edf0f4;
  background:#fcfdff;
}
.registration-player-card select{
  width:100%;
  min-height:48px;
  padding:10px 12px;
  border:1px solid #ccd7e7;
  border-radius:12px;
  background:#fff;
  color:#46546a;
  font:inherit;
  outline:none;
}
.registration-player-card select:focus{
  border-color:#8fa8d0;
  box-shadow:0 0 0 3px rgba(23,70,158,.07);
}
@media(max-width:640px){
  .registration-roster-section{
    padding:14px;
  }
  .registration-player-card summary{
    min-height:54px;
    padding:9px 10px;
  }
  .registration-player-card .registration-player-grid{
    padding:11px;
  }
}


/* ============================================================
   KONFIRMASI PENDAFTARAN WHATSAPP v2.5.4
   ============================================================ */
body.registration-confirmation-open{
  overflow:hidden;
}
.registration-confirmation-overlay{
  position:fixed;
  z-index:10050;
  inset:0;
  display:grid;
  place-items:center;
  padding:20px;
  background:rgba(20,31,52,.56);
  backdrop-filter:blur(5px);
  animation:registration-confirmation-fade .18s ease both;
}
.registration-confirmation-overlay.is-closing{
  animation:registration-confirmation-out .16s ease both;
}
.registration-confirmation-modal{
  position:relative;
  width:min(100%,480px);
  padding:28px;
  border:1px solid #e3e8ef;
  border-radius:24px;
  background:#fff;
  box-shadow:0 28px 90px rgba(17,30,58,.25);
  text-align:center;
  animation:registration-confirmation-pop .22s ease both;
}
.registration-confirmation-close{
  position:absolute;
  top:12px;
  right:12px;
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:10px;
  background:#f6f7f9;
  color:#68758a;
  cursor:pointer;
  font-size:22px;
  line-height:1;
}
.registration-confirmation-close:hover{
  background:#eef1f5;
  color:#26364d;
}
.registration-confirmation-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  margin:0 auto 14px;
  border-radius:18px;
  background:#eaf8f0;
  color:#15945a;
  font-size:27px;
  font-weight:900;
}
.registration-confirmation-modal h2{
  margin:6px 0 8px;
  color:#1e2d46;
  font-size:25px;
  letter-spacing:-.025em;
}
.registration-confirmation-message{
  max-width:370px;
  margin:0 auto 18px;
  color:#6f7c8e;
  font-size:12px;
  line-height:1.55;
}
.registration-confirmation-summary{
  display:grid;
  gap:8px;
  margin:0 0 18px;
  text-align:left;
}
.registration-confirmation-summary > div{
  padding:10px 12px;
  border:1px solid #e7ebf0;
  border-radius:12px;
  background:#fafbfc;
}
.registration-confirmation-summary span,
.registration-confirmation-summary strong{
  display:block;
}
.registration-confirmation-summary span{
  margin-bottom:2px;
  color:#939daa;
  font-size:8.5px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.07em;
}
.registration-confirmation-summary strong{
  color:#35445b;
  font-size:11px;
  overflow-wrap:anywhere;
}
.registration-confirmation-wa{
  display:flex;
  width:100%;
  min-height:48px;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:0 15px;
  border-radius:12px;
  background:#16a765;
  color:#fff;
  font-size:12px;
  font-weight:900;
  box-shadow:0 9px 22px rgba(22,167,101,.2);
  transition:transform .16s ease,background .16s ease;
}
.registration-confirmation-wa:hover{
  transform:translateY(-1px);
  background:#12945a;
  color:#fff;
}
.registration-wa-icon{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.45);
  border-radius:8px;
  font-size:8px;
  font-weight:900;
}
.registration-confirmation-later{
  width:100%;
  margin-top:8px;
}
.registration-confirmation-no-wa{
  margin-bottom:8px;
  padding:11px 12px;
  border:1px solid #f0d9a8;
  border-radius:12px;
  background:#fff9eb;
  color:#82661e;
  font-size:10px;
  line-height:1.5;
}
@keyframes registration-confirmation-fade{
  from{opacity:0;}
  to{opacity:1;}
}
@keyframes registration-confirmation-out{
  from{opacity:1;}
  to{opacity:0;}
}
@keyframes registration-confirmation-pop{
  from{opacity:0;transform:translateY(8px) scale(.985);}
  to{opacity:1;transform:translateY(0) scale(1);}
}
@media(max-width:560px){
  .registration-confirmation-overlay{
    padding:12px;
  }
  .registration-confirmation-modal{
    padding:24px 17px 18px;
    border-radius:19px;
  }
  .registration-confirmation-modal h2{
    font-size:22px;
  }
}
@media(prefers-reduced-motion:reduce){
  .registration-confirmation-overlay,
  .registration-confirmation-modal{
    animation:none;
  }
}


/* ============================================================
   EXPORT DATA PENDAFTARAN EXCEL v2.5.6
   ============================================================ */
.registration-export-btn{
  white-space:nowrap;
}
.registration-export-panel{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:16px;
  padding:16px;
}
.registration-filter-form{
  display:flex;
  flex:1 1 auto;
  align-items:flex-end;
  gap:11px;
  flex-wrap:wrap;
}
.registration-filter-form label{
  display:grid;
  min-width:210px;
  gap:6px;
  color:#4b5a70;
  font-size:10px;
  font-weight:900;
}
.registration-filter-form select{
  min-height:39px;
  padding:7px 10px;
  border:1px solid #dce2ea;
  border-radius:9px;
  background:#fff;
  color:#435168;
  font:inherit;
  font-size:11px;
}
.registration-filter-actions{
  display:flex;
  align-items:center;
  gap:6px;
}
.registration-export-summary{
  min-width:125px;
  padding:10px 12px;
  border:1px solid #e5e9ef;
  border-radius:12px;
  background:#fafbfc;
  text-align:center;
}
.registration-export-summary strong,
.registration-export-summary span{
  display:block;
}
.registration-export-summary strong{
  color:#17469e;
  font-size:21px;
  line-height:1;
}
.registration-export-summary span{
  margin-top:4px;
  color:#8590a0;
  font-size:8.5px;
  font-weight:800;
}
@media(max-width:760px){
  .registration-export-panel{
    align-items:stretch;
    flex-direction:column;
  }
  .registration-filter-form{
    align-items:stretch;
    flex-direction:column;
  }
  .registration-filter-form label{
    min-width:0;
    width:100%;
  }
  .registration-filter-actions{
    width:100%;
  }
  .registration-filter-actions .btn{
    flex:1 1 auto;
  }
  .registration-export-summary{
    width:100%;
  }
}


/* ============================================================
   NATIVE PENGAJUAN IZIN TURNAMEN v2.6.0
   ============================================================ */
.native-permit-shell{
  overflow:visible;
}
.native-permit-grid{
  align-items:start;
}
.native-permit-card{
  overflow:hidden;
}
.permit-native-alert{
  display:flex;
  gap:8px;
  margin:0 0 16px;
  padding:12px 14px;
  border-radius:12px;
  font-size:10.5px;
}
.permit-native-alert.error{
  border:1px solid #f0c9d3;
  background:#fff3f6;
  color:#a22d4c;
}
.permit-native-alert strong{
  flex:0 0 auto;
}
.permit-native-success{
  display:flex;
  align-items:flex-start;
  gap:13px;
  margin:0 0 18px;
  padding:16px;
  border:1px solid #cdebd9;
  border-radius:16px;
  background:#f2fbf6;
}
.permit-native-success-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  flex:0 0 42px;
  border-radius:13px;
  background:#dff6e9;
  color:#16935a;
  font-size:19px;
  font-weight:900;
}
.permit-native-success h3{
  margin:4px 0 4px;
  color:#25523d;
  font-size:15px;
}
.permit-native-success p{
  margin:0;
  color:#5d7b6b;
  font-size:10.5px;
  line-height:1.55;
}
.permit-native-banner{
  position:relative;
  min-height:145px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-bottom:1px solid #eef0f4;
  background:#fff;
}
.permit-native-banner img{
  position:relative;
  z-index:2;
  width:115px;
  max-height:95px;
  object-fit:contain;
}
.permit-native-banner-shape{
  position:absolute;
  top:-45px;
  width:180px;
  height:180px;
  border-radius:50%;
  background:#d40025;
}
.permit-native-banner-shape.left{
  left:-75px;
}
.permit-native-banner-shape.right{
  right:-75px;
}
.permit-native-title{
  padding:20px 24px 17px;
  border-top:8px solid #ed001d;
  border-bottom:1px solid #e7e9ee;
  background:#fff;
}
.permit-native-title h3{
  margin:0 0 13px;
  color:#161c27;
  font-size:25px;
  font-weight:500;
  line-height:1.2;
}
.permit-native-title span{
  color:#6f7785;
  font-size:9.5px;
}
.permit-native-title span strong{
  color:#e11d2e;
}
.permit-native-section-title{
  padding:13px 20px;
  background:#ef001d;
  color:#fff;
  font-size:12px;
  font-weight:800;
  line-height:1.45;
}
.permit-native-intro{
  padding:18px 20px 8px;
  border-bottom:1px solid #eceef2;
  background:#fff;
  color:#202632;
  font-size:11px;
  line-height:1.55;
}
.permit-native-intro p{
  margin:0 0 17px;
}
.permit-native-intro a{
  color:#0756c9;
  font-weight:900;
  text-decoration:underline;
}
.permit-native-form{
  display:grid;
  gap:12px;
  padding:14px 0 0;
  background:#fcecef;
}
.permit-native-question{
  margin:0 10px;
  padding:18px;
  border:1px solid #e4d6da;
  border-radius:10px;
  background:#fff;
}
.permit-native-question > label:first-child{
  display:block;
  margin-bottom:17px;
  color:#171c26;
  font-size:12px;
  font-weight:600;
}
.permit-native-question > label:first-child strong{
  color:#e31937;
}
.permit-native-question > input:not(.permit-hidden-file){
  width:100%;
  max-width:430px;
  min-height:42px;
  padding:7px 0;
  border:0;
  border-bottom:1px solid #cfd4dc;
  border-radius:0;
  background:transparent;
  color:#2d3542;
  font-size:11px;
  outline:none;
}
.permit-native-question > input:not(.permit-hidden-file):focus{
  border-bottom:2px solid #17469e;
}
.permit-native-question > input::placeholder{
  color:#8a929f;
}
.permit-native-upload-question > label:first-child{
  margin-bottom:5px;
}
.permit-native-upload-question > p{
  margin:0 0 12px;
  color:#2c3441;
  font-size:10.5px;
}
.permit-native-upload-question > small{
  display:block;
  margin-bottom:12px;
  color:#7d8796;
  font-size:9px;
}
.permit-hidden-file{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
  pointer-events:none !important;
}
.permit-file-picker{
  display:flex;
  width:max-content;
  max-width:100%;
  min-height:40px;
  align-items:center;
  gap:8px;
  padding:7px 11px;
  border:1px solid #ced7e4;
  border-radius:7px;
  background:#fff;
  color:#0b57d0;
  cursor:pointer;
}
.permit-file-picker > span{
  font-size:15px;
}
.permit-file-picker > strong{
  font-size:10px;
  white-space:nowrap;
}
.permit-file-picker > em{
  max-width:250px;
  overflow:hidden;
  color:#778395;
  font-size:9px;
  font-style:normal;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.permit-native-actions{
  display:flex;
  align-items:center;
  gap:12px;
  padding:3px 10px 18px;
}
.permit-native-actions > span{
  color:#8791a0;
  font-size:9px;
}
.permit-submit-button{
  min-width:150px;
}
.permit-submit-button:disabled{
  opacity:.65;
  cursor:wait;
}
.native-permit-guide{
  margin-top:14px;
  padding:13px;
  border:1px solid #e5eaf0;
  border-radius:12px;
  background:#fafbfc;
}
.native-permit-guide > strong{
  display:block;
  margin-bottom:8px;
  color:#34445b;
  font-size:10.5px;
}
.native-permit-guide ol{
  margin:0;
  padding-left:18px;
  color:#758195;
  font-size:9.5px;
  line-height:1.65;
}

/* Admin Pengajuan Izin */
.permit-admin-stats{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
  margin-bottom:14px;
}
.permit-admin-stats > div{
  padding:13px;
  border:1px solid #e4e8ee;
  border-radius:13px;
  background:#fff;
}
.permit-admin-stats span,
.permit-admin-stats strong{
  display:block;
}
.permit-admin-stats span{
  color:#8490a1;
  font-size:8.5px;
  font-weight:800;
}
.permit-admin-stats strong{
  margin-top:4px;
  color:#22334c;
  font-size:21px;
}
.permit-admin-filter-card{
  margin-bottom:13px;
}
.permit-admin-filter{
  display:flex;
  align-items:flex-end;
  gap:8px;
  flex-wrap:wrap;
}
.permit-admin-filter label{
  display:grid;
  min-width:180px;
  gap:5px;
  color:#59677b;
  font-size:9px;
  font-weight:900;
}
.permit-admin-filter select,
.permit-admin-manage select{
  min-height:38px;
  padding:7px 10px;
  border:1px solid #dce2ea;
  border-radius:9px;
  background:#fff;
  color:#46546b;
}
.permit-admin-result-count{
  margin-left:auto;
  color:#8490a0;
  font-size:9.5px;
  font-weight:800;
}
.permit-admin-list{
  display:grid;
  gap:12px;
}
.permit-admin-card{
  position:relative;
}
.permit-admin-card-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
}
.permit-admin-id-row{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.permit-admin-id-row > strong{
  color:#17469e;
  font-size:10px;
  letter-spacing:.03em;
}
.permit-admin-status{
  display:inline-flex;
  min-height:23px;
  align-items:center;
  padding:0 8px;
  border-radius:999px;
  font-size:8px;
  font-weight:900;
}
.permit-admin-status.incoming{
  background:#f0f4fa;
  color:#53647c;
}
.permit-admin-status.processing{
  background:#fff5d9;
  color:#9b7006;
}
.permit-admin-status.approved{
  background:#e8f8ef;
  color:#138552;
}
.permit-admin-status.rejected{
  background:#fff0f2;
  color:#bd3652;
}
.permit-admin-status.done{
  background:#edf2ff;
  color:#405db4;
}
.permit-admin-card-head h2{
  margin:6px 0 2px;
  color:#27364d;
  font-size:17px;
}
.permit-admin-card-head p{
  margin:0;
  color:#8792a2;
  font-size:9.5px;
}
.permit-admin-detail-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin-bottom:12px;
}
.permit-admin-detail-grid > div{
  padding:10px;
  border:1px solid #e8ebf0;
  border-radius:10px;
  background:#fafbfc;
}
.permit-admin-detail-grid span,
.permit-admin-detail-grid strong{
  display:block;
}
.permit-admin-detail-grid span{
  margin-bottom:3px;
  color:#9099a7;
  font-size:7.5px;
  font-weight:900;
  text-transform:uppercase;
}
.permit-admin-detail-grid strong{
  color:#45546a;
  font-size:10.5px;
  overflow-wrap:anywhere;
}
.permit-admin-files{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-bottom:13px;
}
.permit-admin-file{
  display:grid;
  grid-template-columns:38px minmax(0,1fr) auto;
  gap:9px;
  align-items:center;
  padding:9px;
  border:1px solid #dfe5ed;
  border-radius:11px;
  background:#fff;
}
.permit-admin-file > span{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:#f1f5fb;
  color:#17469e;
  font-size:7px;
  font-weight:900;
}
.permit-admin-file strong,
.permit-admin-file small{
  display:block;
}
.permit-admin-file strong{
  color:#34445a;
  font-size:10px;
}
.permit-admin-file small{
  margin-top:2px;
  max-width:260px;
  overflow:hidden;
  color:#8994a3;
  font-size:8.5px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.permit-admin-file b{
  color:#17469e;
  font-size:8.5px;
}
.permit-admin-manage{
  display:grid;
  grid-template-columns:220px minmax(0,1fr) auto;
  gap:10px;
  align-items:end;
  padding-top:12px;
  border-top:1px solid #edf0f4;
}
.permit-admin-manage label{
  display:grid;
  gap:5px;
  color:#58677b;
  font-size:9px;
  font-weight:900;
}
.permit-admin-manage textarea{
  min-height:68px;
  resize:vertical;
}
.permit-admin-actions{
  display:flex;
  align-items:flex-end;
}
.permit-admin-delete{
  display:flex;
  justify-content:flex-end;
  margin-top:8px;
}

@media(max-width:980px){
  .permit-admin-stats{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .permit-admin-manage{
    grid-template-columns:1fr;
    align-items:stretch;
  }
  .permit-admin-actions .btn{
    width:100%;
  }
}
@media(max-width:760px){
  .permit-native-title{
    padding:17px;
  }
  .permit-native-title h3{
    font-size:21px;
  }
  .permit-native-section-title{
    padding:12px 15px;
    font-size:10.5px;
  }
  .permit-native-intro{
    padding:15px 15px 5px;
  }
  .permit-native-question{
    margin:0 7px;
    padding:15px;
  }
  .permit-native-actions{
    align-items:stretch;
    flex-direction:column;
    padding:3px 7px 14px;
  }
  .permit-native-actions .btn{
    width:100%;
  }
  .permit-admin-stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .permit-admin-card-head{
    flex-direction:column;
  }
  .permit-admin-detail-grid,
  .permit-admin-files{
    grid-template-columns:1fr;
  }
}


/* ============================================================
   PENGAJUAN IZIN CTA + HALAMAN KHUSUS v2.6.1
   ============================================================ */
.permit-cta-section{
  padding-top:34px;
  padding-bottom:34px;
}
.permit-cta-card{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(220px,.55fr);
  gap:24px;
  align-items:center;
  padding:28px 30px;
  border:1px solid #e5e8ee;
  border-radius:22px;
  background:
    radial-gradient(circle at 100% 0%,rgba(237,0,29,.08),transparent 34%),
    linear-gradient(135deg,#fff,#fbfcff);
  box-shadow:0 12px 34px rgba(24,41,74,.055);
}
.permit-cta-content{
  min-width:0;
}
.permit-cta-content h2{
  margin:6px 0 9px;
  color:#202d43;
  font-size:28px;
  line-height:1.15;
  letter-spacing:-.02em;
}
.permit-cta-content > p{
  max-width:680px;
  margin:0;
  color:#748195;
  font-size:11.5px;
  line-height:1.65;
}
.permit-cta-points{
  display:flex;
  gap:8px 16px;
  flex-wrap:wrap;
  margin-top:15px;
}
.permit-cta-points span{
  color:#5e6f85;
  font-size:9.5px;
  font-weight:800;
}
.permit-cta-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:20px;
}
.permit-cta-primary{
  min-width:150px;
}
.permit-cta-visual{
  min-height:178px;
  display:grid;
  align-content:center;
  justify-items:center;
  padding:20px;
  border:1px solid #f2cbd3;
  border-radius:20px;
  background:linear-gradient(145deg,#fff4f6,#fff);
  text-align:center;
}
.permit-cta-icon{
  width:55px;
  height:55px;
  display:grid;
  place-items:center;
  margin-bottom:10px;
  border-radius:17px;
  background:#ed001d;
  color:#fff;
  font-size:24px;
  box-shadow:0 12px 25px rgba(237,0,29,.16);
}
.permit-cta-visual strong{
  color:#d40025;
  font-size:9px;
  letter-spacing:.08em;
}
.permit-cta-visual span{
  margin-top:5px;
  color:#314158;
  font-size:13px;
  font-weight:900;
  line-height:1.35;
}
.permit-page-main{
  padding:22px 0 46px;
  background:#f8fafc;
}
.permit-page-breadcrumb{
  display:flex;
  align-items:center;
  gap:7px;
  margin-bottom:14px;
  color:#7e8999;
  font-size:9.5px;
}
.permit-page-breadcrumb a{
  color:#17469e;
  font-weight:800;
}
.permit-page-breadcrumb strong{
  color:#4a596f;
}
.permit-dedicated-page{
  padding-top:0;
  padding-bottom:0;
}
.permit-dedicated-page > .container{
  padding-left:0;
  padding-right:0;
}
.permit-dedicated-page .native-permit-shell{
  margin:0;
}
@media(max-width:820px){
  .permit-cta-card{
    grid-template-columns:1fr;
  }
  .permit-cta-visual{
    min-height:140px;
  }
}
@media(max-width:640px){
  .permit-cta-section{
    padding-top:22px;
    padding-bottom:22px;
  }
  .permit-cta-card{
    padding:20px 17px;
    border-radius:18px;
  }
  .permit-cta-content h2{
    font-size:23px;
  }
  .permit-cta-actions{
    flex-direction:column;
  }
  .permit-cta-actions .btn{
    width:100%;
  }
  .permit-cta-visual{
    min-height:120px;
  }
}


/* ============================================================
   FITUR BARU KHUSUS ADMIN v2.6.3
   ============================================================ */
.nav-whats-new-static{
  cursor:default;
  user-select:none;
  pointer-events:none;
}
.nav-whats-new-static:hover,
.nav-whats-new-static:focus{
  transform:none;
  box-shadow:none;
}


/* ============================================================
   NOTIFIKASI UPDATE ADMIN SEDERHANA v2.6.4
   ============================================================ */
.admin-update-notice{
  display:grid;
  grid-template-columns:38px minmax(0,1fr) 32px;
  gap:11px;
  align-items:center;
  margin-bottom:14px;
  padding:11px 12px;
  border:1px solid #dfe6ef;
  border-radius:13px;
  background:#f8fbff;
}
.admin-update-notice[hidden]{
  display:none !important;
}
.admin-update-notice-icon{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:#e8f8ef;
  color:#15945a;
  font-size:16px;
  font-weight:900;
}
.admin-update-notice-copy{
  min-width:0;
}
.admin-update-notice-copy span,
.admin-update-notice-copy strong,
.admin-update-notice-copy small{
  display:block;
}
.admin-update-notice-copy span{
  color:#17469e;
  font-size:8px;
  font-weight:900;
  letter-spacing:.08em;
}
.admin-update-notice-copy strong{
  margin-top:2px;
  color:#2a3950;
  font-size:11.5px;
}
.admin-update-notice-copy small{
  margin-top:2px;
  color:#8792a2;
  font-size:8.5px;
}
.admin-update-notice > button{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:9px;
  background:#edf1f6;
  color:#6c798b;
  cursor:pointer;
  font-size:17px;
}
.admin-update-notice > button:hover{
  background:#e5eaf1;
  color:#33445b;
}


/* ============================================================
   FOOTER SEKRETARIAT v2.6.5
   ============================================================ */
.footer-contact-full{
  max-width: 430px;
  line-height: 1.65;
}


/* ============================================================
   FOOTER SEKRETARIAT TERPISAH v2.6.6
   ============================================================ */
.footer-contact-info{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.footer-contact-info .footer-contact-full{
  margin-top:6px;
}
.footer-contact-label{
  margin-top:14px;
}
.footer-contact-phone{
  margin-top:6px;
  color:#ffffff;
  font-weight:700;
  line-height:1.5;
}
.footer-contact-phone:hover{
  text-decoration:underline;
}
