/* Penyempurnaan tombol dan tampilan layar kecil */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:42px;padding:.55rem .9rem;border-radius:10px;font-weight:700;letter-spacing:.05px;box-shadow:0 3px 10px rgba(52,72,75,.08);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.btn:hover{transform:translateY(-1px);box-shadow:0 7px 15px rgba(52,72,75,.14)}.btn:active{transform:translateY(0);box-shadow:none}.btn-sm{min-height:34px;padding:.35rem .65rem;border-radius:8px;font-size:12px;box-shadow:none}.btn-light{background:#fff8ee;border:1px solid #eadfce;color:#355861}.btn-light:hover{background:#f5e6cd;color:#244c5a}.btn-outline-danger{border-color:#df9e96;color:#a94f45}.btn-outline-danger:hover{background:#b95d52;border-color:#b95d52}.btn-outline-secondary{border-color:#d7c9b5;color:#5c625f}.btn-outline-secondary:hover{background:#ece2d2;border-color:#ece2d2;color:#34484b}.page-heading .btn,.d-flex.gap-2 .btn{white-space:nowrap}
.table td:last-child{white-space:nowrap}.table td:last-child .btn{margin:2px 2px 2px 0}.quick-card{border:1px solid #eadfce}.quick-card:hover{border-color:#d6a557}.card-header{display:flex;align-items:center;min-height:62px}
@media(max-width:768px){.sidebar{width:280px!important;transform:translateX(-100%);transition:transform .25s ease;box-shadow:8px 0 30px rgba(23,48,53,.22)}.sidebar.show{transform:translateX(0)}.sidebar .brand div:last-child,.sidebar .nav-link span,.menu-label{display:block}.sidebar .nav-link{justify-content:flex-start;padding:13px 15px}.sidebar .nav-link i{margin-right:0}.sidebar-bottom{left:20px;right:20px}.main-content{margin-left:0!important}.topbar{height:auto;min-height:68px;padding:12px 16px}.topbar strong{font-size:15px}.container-fluid,.container-fluid.p-4{padding:16px!important}.page-heading{gap:13px;margin-bottom:18px}.page-heading h2{font-size:22px}.page-heading p{font-size:13px}.page-heading>div:last-child,.page-heading .d-flex{width:100%}.page-heading .btn{flex:1;min-width:0}.stat-card{padding:20px}.stat-card strong{font-size:30px}.hero-card{padding:24px 20px;border-radius:20px}.hero-card h1{font-size:26px}.card,.modern-card{border-radius:14px!important}.card-body,.card-body.p-4{padding:18px!important}.table{font-size:13px}.table th,.table td{padding:12px 10px}.table td:last-child{min-width:142px}.table td:last-child .btn{display:inline-flex}.form-control,.form-select{min-height:46px}.btn{min-height:44px}.btn-sm{min-height:34px}.quick-card{padding:16px;border-radius:15px}.quick-card i{width:46px;height:46px;font-size:18px}.user-chip{gap:8px}.avatar{width:40px;height:40px}.login-form-panel{padding:18px}.login-card{padding:30px 22px}.login-brand-panel{display:none}}
@media(max-width:420px){.page-heading .d-flex{flex-direction:column}.page-heading .d-flex .btn{width:100%}.topbar .small{font-size:10px}.topbar strong{font-size:14px}.stat-card span{font-size:10px}.table td:last-child{min-width:132px}.table td:last-child .btn{padding:.32rem .5rem;font-size:11px}}
