:root{
  --green:#00644f;
  --green2:#005542;
  --green3:#0aa67b;
  --header:#006852;
  --ink:#0d1b3c;
  --muted:#71809b;
  --line:#e6edf2;
  --bg:#f3f6f8;
  --sidebar-w:264px;
}
*{box-sizing:border-box}
html,body{height:100%;margin:0}
body{font-family:"Plus Jakarta Sans",Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--bg);overflow:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
button,input{font:inherit}
.svg-defs{position:absolute;overflow:hidden}
.icon{width:20px;height:20px;display:block;flex:0 0 auto}
.icon.tiny{width:14px;height:14px}
.icon.big{width:32px;height:32px}

/* ===== APP SHELL : FULL SCREEN FLEX (kepala hijau menyatu) ===== */
.app-shell{display:flex;height:100vh;width:100vw;overflow:hidden;background:var(--header)}

/* ===== SIDEBAR (diperlebar, menyatu dengan topbar) ===== */
.sidebar{width:var(--sidebar-w);flex:0 0 var(--sidebar-w);background:transparent;color:#fff;display:flex;flex-direction:column;z-index:20}
.sidebar-brand{height:88px;flex:0 0 88px;display:flex;align-items:flex-end;justify-content:flex-start;padding:0 14px 8px 10px}
.sidebar-brand img{width:100%;max-width:236px;height:auto;max-height:58px;object-fit:contain;object-position:left center;display:block;margin:0;background:none;border-radius:0;padding:0;box-shadow:none}
.sidebar-nav{flex:1;overflow-y:auto;padding:26px 12px 14px;display:flex;flex-direction:column;gap:6px}
.sidebar-nav::-webkit-scrollbar{width:6px}
.sidebar-nav::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:99px}
.nav-item{width:100%;min-height:47px;display:flex;align-items:center;gap:14px;padding:10px 18px;color:#fff;text-decoration:none;border:0;background:transparent;border-radius:12px;font-size:15px;font-weight:500;text-align:left;cursor:pointer;line-height:1.3}
.nav-item .icon{width:23px;height:23px}
.nav-item.active{background:rgba(0,0,0,.18);color:#fff;font-weight:700}
.nav-item:hover{background:rgba(255,255,255,.1)}
.sidebar-footer{padding:14px;border-top:1px solid rgba(255,255,255,.14)}
.profile-card{display:flex;align-items:center;gap:11px;background:rgba(0,0,0,.18);border:1px solid rgba(0,0,0,.22);border-radius:14px;padding:11px 12px}
.avatar{width:44px;height:44px;flex:0 0 44px;border:2px solid #8ff7cc;border-radius:50%;display:grid;place-items:center;font-weight:700;font-size:18px;background:rgba(255,255,255,.12);box-shadow:0 0 0 4px rgba(118,255,206,.08)}
.profile-copy{display:flex;flex-direction:column;line-height:1.2;min-width:0;flex:1}
.profile-copy strong{font-size:14.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.profile-copy span{font-size:12px;color:rgba(255,255,255,.75);margin-top:3px}
.logout-btn{border:0;background:rgba(255,255,255,.1);color:#fff;width:36px;height:36px;border-radius:10px;display:grid;place-items:center;cursor:pointer}
.logout-btn:hover{background:rgba(255,255,255,.22)}
.logout-btn .icon{width:18px;height:18px}
.sidebar-overlay{display:none}

/* ===== MAIN ===== */
.main{flex:1;min-width:0;display:flex;flex-direction:column;background:transparent}
.topbar{height:76px;flex:0 0 76px;background:transparent;border-bottom:0;display:flex;align-items:center;gap:16px;padding:0 28px;z-index:10;color:#fff}
.hamburger{display:none}
.icon-btn{border:0;background:transparent;color:#fff;padding:8px;border-radius:11px;position:relative;cursor:pointer}
.icon-btn:hover{background:rgba(255,255,255,.14)}
.notification .dot{position:absolute;right:5px;top:5px;width:9px;height:9px;border-radius:50%;background:#ff2b2b;border:2px solid var(--header)}
.search-wrap{height:44px;flex:1;max-width:560px;border:1px solid rgba(0,0,0,.22);border-radius:12px;background:rgba(0,0,0,.18);display:flex;align-items:center;padding:0 15px;gap:12px;color:#fff;box-shadow:inset 0 1px 2px rgba(0,0,0,.18)}
.search-wrap input{width:100%;border:0;outline:0;background:transparent;color:#fff;font-size:13.5px}
.search-wrap input::placeholder{color:rgba(255,255,255,.75)}
.top-actions{margin-left:auto;display:flex;align-items:center;gap:14px;white-space:nowrap}
.divider{width:1px;height:38px;background:rgba(255,255,255,.22)}
.datebox{display:flex;align-items:center;gap:10px;color:#fff}
.datebox>div{display:flex;flex-direction:column;line-height:1.25}
.datebox strong{font-size:12.5px}
.datebox span{font-size:10.5px;color:rgba(255,255,255,.75);margin-top:2px}
.datebox .icon{width:22px;height:22px;color:#fff}

.content{flex:1;overflow-y:auto;padding:24px 28px 28px;margin:0 8px 8px 0;background:linear-gradient(180deg,#fff 0%,#fbfdfe 100%);border-radius:24px 24px 16px 16px;box-shadow:-9px -7px 18px rgba(0,48,38,.22);scrollbar-width:none;-ms-overflow-style:none}
.content::-webkit-scrollbar{display:none}
.sidebar-nav{scrollbar-width:none;-ms-overflow-style:none}
.sidebar-nav::-webkit-scrollbar{display:none}
.page{display:none;animation:fadeIn .18s ease}
.page.active{display:block}
@keyframes fadeIn{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}

/* ===== BERANDA widgets ===== */
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.stat-card{min-height:134px;border-radius:14px;position:relative;overflow:hidden;padding:22px 24px;border:1px solid rgba(14,33,63,.04)}
.stat-copy{position:relative;z-index:2;display:flex;flex-direction:column}
.stat-copy>span{font-size:13.5px}
.stat-copy strong{font-size:27px;letter-spacing:-1px;margin-top:8px;line-height:1.1}
.stat-copy small{font-size:11.5px;color:#64728b;margin-top:12px}
.stat-copy small b{font-size:13px;color:#08a55c;margin-right:6px}
.stat-pattern{position:absolute;right:-2px;bottom:-4px;width:47%;height:94%;opacity:.23;color:currentColor}
.mint{background:linear-gradient(135deg,#effff8,#d8fbee);color:#78d9b4}
.mint .stat-copy,.blue .stat-copy,.amber .stat-copy,.rose .stat-copy{color:var(--ink)}
.blue{background:linear-gradient(135deg,#f1f7ff,#dcecff);color:#76aff9}
.amber{background:linear-gradient(135deg,#fffaf0,#ffedc9);color:#ffc75b}
.rose{background:linear-gradient(135deg,#fff3f3,#ffdede);color:#ff8787}

.mid-grid{display:grid;grid-template-columns:1.5fr 1fr .85fr;gap:14px;margin-top:14px}
.bottom-grid{display:grid;grid-template-columns:1.4fr .85fr;gap:14px;margin-top:14px}
.panel{border:1px solid #e1e8ee;border-radius:14px;background:#fff;box-shadow:0 2px 8px rgba(22,44,67,.045);overflow:hidden}
.mid-grid .panel{min-height:251px}
.bottom-grid .panel{min-height:272px}
.panel-head{min-height:50px;display:flex;align-items:center;justify-content:space-between;padding:8px 16px;gap:10px}
.panel-head h2{font-size:14.3px;margin:0;letter-spacing:-.15px}
.panel-head .linklike{font-size:11.5px;color:#0a9b69;font-weight:700;white-space:nowrap;border:0;background:none;padding:0;cursor:pointer}
.select-btn{height:34px;min-width:74px;border-radius:8px;border:1px solid #dce4eb;background:#fff;color:#172346;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12.5px;padding:0 12px;cursor:pointer;white-space:nowrap}

.chart-wrap{min-height:190px;display:grid;grid-template-columns:50px 1fr;padding:0 15px 12px}
.ylabels{display:flex;flex-direction:column;justify-content:space-between;padding:11px 0 27px;color:#52688d;font-size:11px}
.plot{position:relative;min-height:170px}
.grid-line{position:absolute;left:0;right:0;height:1px;background:#dfe7ed}
.g1{top:12px}.g2{top:58px}.g3{top:104px}.g4{top:150px}
.bars{position:absolute;inset:0;display:grid;grid-template-columns:repeat(12,1fr);gap:7px;align-items:end;padding-top:18px}
.bar-col{height:100%;display:flex;align-items:flex-end;justify-content:flex-end;flex-direction:column;position:relative;min-width:0}
.bar-col i{display:block;width:62%;max-width:20px;height:calc(var(--h) - 20px);min-height:25px;background:linear-gradient(180deg,#45c995,#8ae0be);border-radius:4px 4px 0 0;position:relative;z-index:2}
.bar-col span{font-size:10px;color:#4f648a;margin-top:7px;align-self:center}
.active-bar i{background:linear-gradient(180deg,#0eaf78,#50cb9c)}
.active-bar i:before{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:#0a7255;left:50%;top:-4px;transform:translateX(-50%)}
.tip{position:absolute;top:-1px;left:50%;transform:translate(-50%,-17px);background:#075941;color:#fff;border-radius:7px;padding:7px 10px;text-align:center;font-size:9px;line-height:1.25;box-shadow:0 3px 9px rgba(0,0,0,.18);white-space:nowrap;z-index:4}
.tip:after{content:"";position:absolute;left:50%;bottom:-5px;transform:translateX(-50%);border:5px solid transparent;border-top-color:#075941;border-bottom:0}

.today-panel .panel-head{padding-left:16px}
.class-list{padding:0 14px 12px}
.class-row{min-height:47px;display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:8px;position:relative;padding:6px 0 6px 11px}
.class-row:before{content:"";position:absolute;left:0;top:9px;bottom:9px;width:4px;border-radius:4px;background:#f24949}
.class-row.orange:before{background:#f6a900}
.class-row.green:before{background:#10b57a}
.class-row time{font-size:11px;font-weight:700}
.class-row>div{display:flex;flex-direction:column;min-width:0}
.class-row strong{font-size:10.8px}
.class-row span{font-size:9.9px;color:#647799;margin-top:2px}
.class-row button{height:28px;border:0;border-radius:7px;background:#dff9ef;color:#0b8d63;display:flex;align-items:center;gap:6px;padding:0 12px;font-weight:700;font-size:10px;cursor:pointer;white-space:nowrap}
.class-row button .icon{width:15px;height:15px}
.zoom-logo{width:24px;height:auto;display:block;flex:0 0 auto}

.quick-panel .panel-head{min-height:45px}
.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px 11px;padding:2px 14px 14px}
.quick{border:0;background:transparent;color:#183052;font-size:9.7px;padding:0;display:flex;flex-direction:column;align-items:center;gap:8px;white-space:nowrap;cursor:pointer}
.quick span{height:57px;width:100%;border-radius:8px;display:grid;place-items:center;color:#fff}
.greenq span{background:#07b379}.blueq span{background:#1b96ee}.purpleq span{background:#7847ee}.redq span{background:#ff4049}.orangeq span{background:#ffa000}

.table-panel .panel-head,.payment-panel .panel-head{min-height:44px}
.table-wrap{padding:0 16px 12px;overflow-x:auto}
.table-wrap table{width:100%;border-collapse:collapse;font-size:11px;min-width:560px}
.table-wrap.wide table{min-width:720px}
.table-wrap th{text-align:left;padding:9px 10px;background:#f7f9fb;color:#6a7281;font-weight:500;white-space:nowrap}
.table-wrap td{padding:9px 10px;border-top:1px solid #edf0f3;vertical-align:middle;color:#40516f}
.table-wrap td:first-child{color:#1a2d4c}
.table-wrap td b{font-weight:700}
.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:10px}
.status-dot.red{background:#ff3d4a}.status-dot.orange{background:#ffae00}.status-dot.green{background:#05a874}
.table-wrap td:nth-child(5){white-space:nowrap}
.progress{width:86px;height:9px;border-radius:99px;background:#e8edf1;overflow:hidden;display:inline-block;vertical-align:middle}
.progress i{display:block;height:100%;border-radius:inherit;background:#07ae78}
.progress.big{width:100%;height:10px}
.bluep i{background:#3aa8ed}.purplep i{background:#8d49ed}.orangep i{background:#ffad00}
.more{font-size:20px;color:#132642!important;line-height:1;cursor:pointer}
.table-wrap td span{font-size:11px}

.payment-list{padding:0 15px 10px}
.payment-list.full{padding:6px 16px 14px}
.pay-row{min-height:46px;border-top:1px solid #edf0f3;display:grid;grid-template-columns:34px 1fr 84px 96px 70px;gap:8px;align-items:center;font-size:10px;padding:4px 0}
.pay-row:first-child{border-top:0}
.pay-avatar{width:34px;height:34px;border-radius:50%;background:#edf1f4;display:grid;place-items:center;font-weight:700;color:#4f6178;font-size:11px}
.pay-avatar.big{width:52px;height:52px;font-size:17px;margin:0 auto}
.pay-copy{display:flex;flex-direction:column;min-width:0}
.pay-copy strong{font-size:10.6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pay-copy span{font-size:9.2px;color:#6b7891;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pay-row time{color:#687895;font-size:9.5px}
.pay-row>b{text-align:right;font-size:10.2px}
.pay-row em{font-style:normal;text-align:center;background:#dff8e9;color:#168153;border-radius:999px;padding:6px 7px;font-weight:700;font-size:9.5px}
.pay-row em.waiting{background:#fff0ca;color:#a36a00}

/* ===== EXTRA GRID (aktivitas + peringkat) ===== */
.extra-grid{display:grid;grid-template-columns:1.35fr .8fr;gap:14px;margin-top:14px}
.feed-list{padding:4px 16px 14px;display:flex;flex-direction:column}
.feed-row{display:flex;gap:4px;padding:11px 0;border-top:1px solid #edf0f3;font-size:11.5px}
.feed-row:first-child{border-top:0}
.feed-row .status-dot{margin:5px 6px 0 0}
.feed-row p{margin:0;color:#40516f;line-height:1.55}
.feed-row p b{color:#1a2d4c}
.feed-row time{display:block;font-size:10px;color:#8a97ab;margin-top:3px}
.rank-list{padding:4px 16px 14px;display:flex;flex-direction:column}
.rank-row{display:grid;grid-template-columns:28px 1fr auto;gap:10px;align-items:center;padding:10px 0;border-top:1px solid #edf0f3}
.rank-row:first-child{border-top:0}
.rank-num{width:26px;height:26px;border-radius:8px;background:#eef4f2;color:#0a7255;font-weight:800;font-size:12px;display:grid;place-items:center}
.rank-row:first-child .rank-num{background:#0a7255;color:#fff}
.rank-copy{display:flex;flex-direction:column;gap:6px;min-width:0}
.rank-copy strong{font-size:11.5px}
.rank-copy .progress{width:100%}
.rank-score{font-size:13px;font-weight:800;color:#0a7255}

/* ===== TARGET RINGS + JADWAL ===== */
.target-row{display:flex;justify-content:space-around;gap:8px;flex-wrap:wrap;padding:20px 12px 22px}
.ring{width:112px;text-align:center;position:relative}
.ring svg{width:104px;height:104px;transform:rotate(-90deg)}
.ring circle{fill:none;stroke-width:9}
.ring-bg{stroke:#edf0f3}
.ring-fg{stroke:#07b379;stroke-linecap:round;stroke-dasharray:213.6;stroke-dashoffset:calc(213.6 - 213.6 * var(--p) / 100)}
.ring.blue .ring-fg{stroke:#1b96ee}
.ring.amber .ring-fg{stroke:#ffa000}
.ring b{position:absolute;top:0;left:0;right:0;height:104px;display:grid;place-items:center;font-size:16px;letter-spacing:-.5px}
.ring span{display:block;font-size:10.5px;color:var(--muted);margin-top:8px;line-height:1.55}
.sched-list{padding:4px 16px 14px;display:flex;flex-direction:column}
.sched-row{display:grid;grid-template-columns:52px 1fr auto;gap:12px;align-items:center;padding:10px 0;border-top:1px solid #edf0f3}
.sched-row:first-child{border-top:0}
.date-badge{width:52px;border-radius:10px;background:#eef4f2;text-align:center;padding:7px 0}
.date-badge b{display:block;font-size:16px;line-height:1.2}
.date-badge span{font-size:9px;color:#5b6b84;font-weight:800;letter-spacing:.5px}
.date-badge.green{background:#dff8e9}.date-badge.green b{color:#0a7255}
.date-badge.blue{background:#e3f1fd}.date-badge.blue b{color:#1b7fd4}
.date-badge.amber{background:#fff0ca}.date-badge.amber b{color:#a36a00}
.date-badge.red{background:#fdecec}.date-badge.red b{color:#d63a3a}
.sched-copy{display:flex;flex-direction:column;gap:3px;min-width:0}
.sched-copy strong{font-size:11.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sched-copy span{font-size:10px;color:#6b7891}

/* ===== TREND MINI BARS + METER ===== */
.trend{display:flex;align-items:flex-end;gap:10px;height:138px;padding:18px 16px 4px}
.tcol{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:7px;height:100%;min-width:0}
.tcol i{width:100%;max-width:36px;border-radius:6px 6px 3px 3px;background:linear-gradient(180deg,#45c995,#8ae0be);display:block;min-height:6px}
.tcol.hl i{background:linear-gradient(180deg,#0eaf78,#50cb9c)}
.tcol span{font-size:10px;color:#5b6b84;font-weight:600}
.trend-foot{display:flex;justify-content:space-between;padding:10px 16px 14px;font-size:11px;color:var(--muted)}
.trend-foot b{color:var(--ink)}
.meter-list{padding:6px 16px 16px;display:flex;flex-direction:column}
.meter{display:grid;grid-template-columns:120px 1fr 48px;gap:10px;align-items:center;padding:10px 0;border-top:1px solid #edf0f3;font-size:11.5px}
.meter:first-child{border-top:0}
.meter>span:first-child{color:#40516f;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.meter .progress{width:100%}
.meter>b{text-align:right;font-size:11.5px}

/* ===== GENERIC PAGE UI ===== */
.page-head{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-bottom:14px}
.head-actions{display:flex;gap:10px;align-items:center}
.btn{display:inline-flex;align-items:center;gap:8px;border-radius:11px;padding:10px 16px;font-size:13px;font-weight:700;cursor:pointer;border:1px solid transparent;white-space:nowrap}
.btn .icon{width:17px;height:17px}
.btn.primary{background:var(--green);color:#fff}
.btn.primary:hover{background:var(--green2)}
.btn.light{background:#fff;border-color:#dce4eb;color:var(--ink)}
.btn.light:hover{background:#f2f6f8}
.btn.ghost{background:#eef7f3;color:#0a7255;padding:8px 14px;font-size:12px}
.btn.ghost:hover{background:#dff2e8}
.chip-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}
.chip{border:1px solid #dce4eb;background:#fff;border-radius:999px;padding:8px 16px;font-size:12.5px;color:#40516f;cursor:pointer}
.chip.active{background:var(--green);border-color:var(--green);color:#fff;font-weight:700}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.card-grid.two{grid-template-columns:repeat(2,1fr)}
.class-card{padding:16px}
.class-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.class-card h3{margin:0 0 6px;font-size:15px}
.muted{color:#5b6b84;font-size:12.5px;margin:0}
.muted.small{font-size:11.5px;margin-top:3px}
.card-foot{display:flex;align-items:center;justify-content:space-between;margin-top:12px;font-size:12px;color:#5b6b84}
.pill{display:inline-block;font-size:11px;font-weight:700;border-radius:999px;padding:5px 11px;background:#eef1f4;color:#4f6178}
.pill.green{background:#dff8e9;color:#168153}
.pill.blue{background:#e3f1fd;color:#1b7fd4}
.pill.amber{background:#fff0ca;color:#a36a00}
.mini-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:14px}
.mini-stats.four{grid-template-columns:repeat(4,1fr)}
.mini{padding:16px 18px}
.mini span{font-size:12px;color:var(--muted)}
.mini strong{display:block;font-size:24px;margin-top:8px;letter-spacing:-.5px}
.mini.accent-green{border-left:5px solid #07b379}
.mini.accent-blue{border-left:5px solid #1b96ee}
.mini.accent-amber{border-left:5px solid #ffa000}
.mini.accent-red{border-left:5px solid #ff4049}
.toolbar{display:flex;gap:10px;align-items:center;padding:14px 16px;flex-wrap:wrap}
.table-search{flex:1;min-width:220px;display:flex;align-items:center;gap:10px;border:1px solid #dce4eb;background:#f7fafb;border-radius:10px;padding:0 12px;height:38px;color:#7d8aa0}
.table-search input{border:0;outline:0;background:transparent;width:100%;font-size:13px;color:var(--ink)}
.user-cell{display:flex;align-items:center;gap:10px}
.user-cell i{width:32px;height:32px;flex:0 0 32px;border-radius:50%;background:#e6eef3;color:#40516f;display:grid;place-items:center;font-style:normal;font-weight:700;font-size:11px}
.teacher-card{padding:20px;text-align:center}
.teacher-card h3{margin:12px 0 4px;font-size:15px}
.teacher-card .btn{margin-top:12px}
.settings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.settings-card{padding:18px}
.settings-card h3{margin:0 0 14px;font-size:14.5px}
.settings-card label{display:flex;flex-direction:column;gap:7px;font-size:12.5px;color:#40516f;margin-bottom:13px}
.settings-card input[type=text],.settings-card input:not([type=checkbox]),.settings-card input{height:40px;border:1px solid #dce4eb;border-radius:10px;padding:0 12px;font-size:13px;color:var(--ink);outline:0}
.settings-card label.check{flex-direction:row;align-items:center;gap:10px}
.settings-card input[type=checkbox]{width:17px;height:17px;accent-color:var(--green)}

/* ===== RESPONSIVE ===== */
@media (max-width:1280px){
  .mid-grid{grid-template-columns:1.3fr 1fr}
  .quick-panel{grid-column:1/-1}
  .quick-grid{grid-template-columns:repeat(6,1fr)}
  .bottom-grid{grid-template-columns:1fr}
  .extra-grid{grid-template-columns:1fr}
  .card-grid{grid-template-columns:repeat(2,1fr)}
  .settings-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:1024px){
  :root{--sidebar-w:228px}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .mid-grid{grid-template-columns:1fr}
  .mini-stats{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:860px){
  .sidebar{position:fixed;left:0;top:0;bottom:0;transform:translateX(-100%);transition:transform .22s ease;box-shadow:0 0 40px rgba(0,0,0,.25);background:var(--header)}
  body.nav-open .sidebar{transform:none}
  .sidebar-overlay{display:block;position:fixed;inset:0;background:rgba(10,25,35,.45);opacity:0;pointer-events:none;transition:opacity .2s;z-index:15}
  body.nav-open .sidebar-overlay{opacity:1;pointer-events:auto}
  .hamburger{display:grid;place-items:center}
  .topbar{padding:0 16px}
  .datebox{display:none}
  .content{padding:16px;margin:0 6px 6px 0;border-radius:20px}
  .card-grid,.card-grid.two,.settings-grid{grid-template-columns:1fr}
  .page-head{flex-direction:column;align-items:stretch}
  .quick-grid{grid-template-columns:repeat(3,1fr)}
  .pay-row{grid-template-columns:32px 1fr 70px;gap:6px}
  .pay-row time,.pay-row>b{display:none}
}
