:root{--primary:#2563eb;--primary-hover:#1d4ed8;--sidebar:#111827;--sidebar-hover:#1f2937;--background:#eef3fb;--white:#ffffff;--text:#1e293b;--muted:#94a3b8}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background:linear-gradient(180deg,#eef4fc,#f9fbff);color:var(--text)}.sidebar{position:fixed;top:0;left:0;height:100vh;z-index:1000;width:250px;background:url(/assets/bg-kongres.jpeg) center left no-repeat;background-size:cover;overflow:hidden}.sidebar:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#08143ce0,#0f2350e0);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.sidebar>*{position:relative;z-index:2}.sidebar-header{border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:22px}.sidebar-menu{flex:1;padding:20px 14px;overflow-y:auto}.logo{height:80px;display:flex;justify-content:center;align-items:center;padding:15px;border-bottom:1px solid rgba(255,255,255,.08)}.logo img{width:170px;height:auto;object-fit:contain;filter:drop-shadow(0 5px 10px rgba(0,0,0,.25))}.sidebar a{display:flex;align-items:center;gap:14px;color:#cbd5e1;text-decoration:none;padding:14px 18px;margin-bottom:10px;border-radius:14px;transition:.25s;font-weight:500}.sidebar i{font-size:20px;width:22px;text-align:center}.sidebar a i{font-size:18px}.sidebar a:hover{background:#ffffff1f;color:#fff;transform:translate(6px)}.sidebar .active{background:linear-gradient(90deg,#2563eb,#3b82f6);color:#fff;box-shadow:0 8px 18px #2563eb59}.sidebar-menu::-webkit-scrollbar{width:5px}.sidebar-menu::-webkit-scrollbar-thumb{background:#374151;border-radius:20px}.sidebar-footer{padding:18px;border-top:1px solid rgba(255,255,255,.08)}.topbar{position:sticky;top:0;z-index:999;height:80px;display:flex;justify-content:space-between;align-items:center;padding:0 35px;background:linear-gradient(#08143cc7,#08143cc7),url(/assets/bg-kongres.jpeg);background-size:cover;background-position:center;border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 10px 25px #00000040}.topbar-right{display:flex;align-items:center;gap:25px;margin-left:auto}.admin-info{display:flex;align-items:center;gap:14px;color:#fff}.admin-info h6{margin:0;font-size:20px;font-weight:600;color:#fff}.admin-info small{color:#ffffffbf}.avatar{width:48px;height:48px;border-radius:50%;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:20px;box-shadow:0 6px 15px #2563eb59}.notification-btn{width:48px;height:48px;border:none;border-radius:50%;cursor:pointer;background:#ffffff1f;color:#fff;transition:.3s;position:relative}.notification-btn:hover{background:#2563eb;transform:translateY(-2px)}.notif-dot{position:absolute;top:11px;right:12px;width:9px;height:9px;border-radius:50%;background:#ff3b3b;border:2px solid #fff}.main-content{padding:30px}.wrapper{display:flex;width:100%;min-height:100vh}.main{flex:1;margin-left:250px;width:calc(100% - 250px);min-height:100vh;display:flex;flex-direction:column}.content{flex:1;width:100%;padding:30px}.profile{display:flex;align-items:center;gap:25px}.user-info{display:flex;align-items:center;gap:12px}.avatar{width:45px;height:45px;border-radius:50%;background:#2563eb;color:#fff;display:flex;justify-content:center;align-items:center;font-size:20px}.footer{background:#fff;padding:18px;text-align:center;border-top:1px solid #e5e7eb}.notification-wrapper{position:relative}.notification-dropdown{position:absolute;top:65px;right:0;width:360px;max-height:420px;overflow-y:auto;background:#fff;border-radius:18px;box-shadow:0 20px 45px #0000002e;display:none;z-index:99999;animation:fadeNotif .25s ease}.notification-dropdown.show{display:block}.notif-header{padding:18px 22px;font-size:18px;font-weight:700;border-bottom:1px solid #edf2f7;background:#f8fafc}.notif-item{padding:16px 20px;border-bottom:1px solid #f1f5f9;transition:.25s;cursor:pointer}.notif-item:hover{background:#f8fbff}.notif-item strong{display:block;color:#1e293b;font-size:15px;margin-bottom:4px}.notif-item small{display:block;color:#64748b;font-size:13px}.notif-empty{padding:35px;text-align:center;color:#94a3b8}.notification-dropdown::-webkit-scrollbar{width:6px}.notification-dropdown::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:20px}.notification-btn{position:relative}.notif-dot{position:absolute;top:8px;right:8px;min-width:18px;height:18px;padding:0 5px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:20px;border:2px solid #fff}@keyframes fadeNotif{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.welcome-card{background:linear-gradient(135deg,#2563eb,#4f8dfd);color:#fff;border-radius:24px;padding:35px;display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;box-shadow:0 20px 45px #2563eb47;transition:.35s}.welcome-card:hover{transform:translateY(-4px)}.welcome-card h3{font-size:38px;font-weight:700;margin-bottom:8px}.welcome-card p{margin:0;font-size:18px;opacity:.92}.welcome-icon{width:95px;height:95px;border-radius:50%;background:#ffffff2e;display:flex;justify-content:center;align-items:center;font-size:46px}.card-dashboard{position:relative;border:none;border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 15px 35px #11182714;transition:.35s}.card-dashboard:hover{transform:translateY(-6px);box-shadow:0 25px 50px #2563eb2e}.card-dashboard:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#2563eb,#60a5fa)}.number{font-size:56px;font-weight:800;line-height:1;color:#173b7a;margin-top:10px}.card-dashboard small{font-size:15px;color:#64748b;font-weight:600;letter-spacing:.3px}.icon-box{width:82px;height:82px;border-radius:22px;display:flex;justify-content:center;align-items:center;font-size:34px}.total-card .icon-box{background:#eef4ff;color:#2563eb}.hadir-card .icon-box{background:#e9fff2;color:#16a34a}.belum-card .icon-box{background:#fff1f2;color:#ef4444}.persentase-card .icon-box{background:#fff7df;color:#f59e0b}.card-header{background:transparent!important;border:none!important;padding:24px 24px 0}.card-header h5{color:#173b7a;font-weight:700}.btn{height:52px;border-radius:14px;display:flex;justify-content:center;align-items:center;gap:10px;font-weight:600;transition:.3s}.btn:hover{transform:translateY(-2px)}.activity-item{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 0;border-bottom:1px solid #edf2f7;transition:.25s}.activity-item:hover{transform:translate(8px)}.activity-item:last-child{border-bottom:none}.activity-item i{font-size:24px;margin-right:12px}.activity-item div{flex:1}.activity-item strong{color:#173b7a}.activity-item small{color:#64748b}.activity-item span{font-size:13px;color:#94a3b8}#attendanceChart{max-height:320px}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.card-dashboard{animation:fadeUp .5s ease}.page-header{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:25px}.page-header h2{font-size:40px;font-weight:700;color:#14213d}.btn-primary{background:#2563eb;border:none;border-radius:12px;padding:12px 22px;font-weight:600;transition:.3s}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 25px #2563eb40}.data-card{width:100%;background:#fff;border-radius:20px;padding:25px;box-shadow:0 10px 30px #00000014}.container-fluid{padding:0}.search-box{margin-bottom:25px;width:420px}.search-box input{border-radius:12px;border:1px solid #e5e7eb;padding:12px 18px}.search-box input:focus{border-color:#2563eb;box-shadow:0 0 0 .15rem #2563eb26}.table{vertical-align:middle}.table thead{background:#f8fafc}.table thead th{font-weight:600;color:#64748b}.table tbody td{padding:18px 16px;border-color:#eef2f7}.table tbody tr:hover{background:#f8fbff}.badge-hadir{background:#dcfce7;color:#16a34a;padding:8px 15px;border-radius:50px;font-weight:600}.badge-belum{background:#fee2e2;color:#dc2626;padding:8px 15px;border-radius:50px;font-weight:600}.action-buttons{display:flex;gap:12px;align-items:center}.btn-add{border-radius:14px;padding:10px 22px;font-weight:600}.btn-manage{border-radius:14px;padding:10px 20px;background:#fff;border:1px solid #dbe3f0;font-weight:600}.btn-manage:hover{background:#f5f8ff;border-color:#2563eb;color:#2563eb}.btn-action{width:38px;height:38px;border:none;border-radius:10px;display:inline-flex;justify-content:center;align-items:center;margin-right:6px;transition:.3s}.btn-close{position:absolute;top:20px;right:20px;z-index:9999}.btn-edit{background:#fff7db;color:#d97706}.btn-delete{background:#fee2e2;color:#dc2626}.btn-action:hover{transform:translateY(-2px)}.empty-state{text-align:center;padding:70px 0;color:#94a3b8}.empty-state i{font-size:70px;color:#94a3b8}.empty-state h5{margin-top:20px;font-weight:600}.modal-dialog{max-width:470px}.modal-content{border:none;border-radius:30px;overflow:hidden;box-shadow:0 25px 70px #00000026}.modal-header{padding:18px 24px;background:#f8fbff;border-bottom:1px solid #edf2f7}.modal-title{font-weight:700}.modal-body{padding:35px}.modal-footer{border-top:1px solid #edf2f7}.modal-body h4{font-size:30px;font-weight:700}.modal-body p{margin-bottom:12px;font-size:16px}.table-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.participant-count{background:#eef4ff;color:#2563eb;padding:10px 18px;border-radius:12px;font-weight:600}.qr-actions{display:flex;justify-content:center;gap:12px;margin-top:25px}.qr-actions .btn{min-width:140px;height:46px;border-radius:12px;font-weight:600}.qr-logo{width:65px;height:65px;margin:auto;border-radius:50%;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#2563eb,#4f8cff);color:#fff;font-size:30px}.qr-card{width:320px;margin:30px auto;padding:18px;border-radius:22px;background:#fff;box-shadow:0 10px 30px #00000014}.qr-card:hover{transform:translateY(-4px)}.barcode-badge{background:#f5f7fa;color:#4b5563;display:inline-block;margin-top:18px;padding:10px 25px;border-radius:50px;font-size:15px;font-weight:700;letter-spacing:1px}.qr-preview-card{width:420px;margin:auto;padding:35px;border-radius:28px;background:#fff;box-shadow:0 15px 40px #00000014}.company-header{text-align:center;margin-bottom:30px}.company-logo{width:74px;height:74px;margin:auto auto 18px;border-radius:50%;background:#2563eb;display:flex;align-items:center;justify-content:center;color:#fff;font-size:34px}.company-header h2{font-size:50px;font-weight:800;margin-bottom:5px;color:#0f172a}.company-name{margin-top:18px;font-weight:700;color:#1e293b}.company-subtitle{color:#94a3b8;font-size:14px;margin-bottom:20px}.qr-preview-card hr{border-top:1px dashed #dbe4f0;margin:22px 0}.participant-name{margin-top:22px;font-size:28px;font-weight:700;color:#1e293b}.participant-instansi{color:#64748b;margin-bottom:18px}.participant-info{margin-top:28px;text-align:left}.info-item{margin:18px 0}.info-item span{color:#94a3b8;text-transform:uppercase;font-size:13px;font-weight:600}.info-item h4{font-size:20px;font-weight:700;margin-top:6px;color:#0f172a}.info-item p{font-size:17px;color:#475569;margin-top:6px}.info-group{margin-top:18px}.info-group label{display:block;font-size:12px;color:#666;text-transform:uppercase;margin-bottom:4px}.info-group h5{margin:0;font-size:20px}.info-group p{margin:0;font-size:15px}.divider{height:1px;background:#e5e7eb;margin:18px 0}.barcode-badge{display:inline-block;margin-top:10px;padding:10px 18px;border-radius:12px;background:#dbeafe;color:#2563eb;font-weight:700;font-size:22px}.qr-preview-card{transition:.35s}.qr-preview-card:hover{transform:translateY(-3px)}.event-title{color:#2563eb;letter-spacing:3px;font-weight:700;font-size:16px}.event-title:after{content:"";display:block;width:80px;height:3px;background:#2563eb;border-radius:20px;margin:12px auto 0}.dropdown-menu{min-width:240px;border:none;border-radius:16px;padding:8px;box-shadow:0 15px 40px #0000001f}.dropdown-item{border-radius:10px;padding:10px 14px;transition:.2s}.dropdown-item:hover{background:#eef4ff;color:#2563eb}.dropdown-header{font-size:15px;font-weight:700;color:#1f2937}.dropdown-toggle{border-radius:12px}.dropdown-item-text{padding:10px}@media print{.no-print,.btn,.btn-close{display:none!important}}.report-header{display:flex;justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:30px}.report-header h1{font-size:34px;font-weight:700;color:#173b7a;margin-bottom:8px}.report-header span{color:#64748b;font-size:15px}.summary-box{min-width:340px;background:#fff;border-radius:22px;padding:22px;box-shadow:0 15px 35px #00000014}.summary-item{display:flex;align-items:center;gap:15px;margin-bottom:18px}.summary-item:last-child{margin-bottom:0}.summary-item i{width:46px;height:46px;border-radius:14px;background:#edf4ff;color:#2563eb;display:flex;justify-content:center;align-items:center;font-size:20px}.summary-item small{color:#94a3b8;display:block}.summary-item strong{color:#173b7a}.export-action{display:flex;gap:12px;margin-top:20px}.export-action .btn{flex:1;border-radius:14px;padding:12px;font-weight:600}.report-card{background:#fff;border-radius:22px;padding:28px;text-align:center;position:relative;overflow:hidden;box-shadow:0 15px 35px #00000014;transition:.35s}.report-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px #2563eb26}.report-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:4px;background:linear-gradient(90deg,#2563eb,#60a5fa)}.report-card .icon{width:70px;height:70px;border-radius:18px;display:flex;justify-content:center;align-items:center;font-size:28px;margin:auto auto 15px}.total .icon{background:#eaf2ff;color:#2563eb}.hadir .icon{background:#dcfce7;color:#16a34a}.belum .icon{background:#fee2e2;color:#dc2626}.persen .icon{background:#fff7d6;color:#f59e0b}.report-card h2{font-size:42px;font-weight:700;color:#173b7a;margin-bottom:8px}.report-card span{color:#64748b}.report-box{background:#fff;border-radius:22px;padding:25px;box-shadow:0 15px 35px #00000014}.report-progress{height:18px;border-radius:50px;overflow:hidden}.progress-bar{transition:width .6s ease}.progress-text{color:#64748b;margin:0}.table{margin-bottom:0}.table thead{background:#2563eb;color:#fff}.table thead th{border:none;padding:15px;font-weight:600}.table tbody td{padding:15px;vertical-align:middle}.table tbody tr:nth-child(2n){background:#f8fafc}.table tbody tr{transition:.25s}.table tbody tr:hover{background:#edf4ff}.empty-checkin{text-align:center;padding:60px 20px}.empty-checkin i{font-size:70px;color:#2563eb;margin-bottom:20px}.empty-checkin h5{font-weight:700;color:#173b7a}.empty-checkin p{color:#64748b}.badge{padding:8px 14px;border-radius:30px;font-size:13px}.status-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:30px;font-size:13px;font-weight:600}.status-hadir{background:#dcfce7;color:#15803d}.status-belum{background:#fee2e2;color:#dc2626}.status-badge i{font-size:15px}@media(max-width:992px){.report-header{flex-direction:column}.summary-box{width:100%}}@media(max-width:768px){.report-card{margin-bottom:20px}}#toast-container{position:fixed;top:25px;right:25px;z-index:99999}.toast-success{width:340px;background:#16a34a;color:#fff;border-radius:16px;padding:18px 22px;margin-bottom:15px;box-shadow:0 15px 35px #16a34a59;animation:toastIn .35s ease}.toast-error{width:340px;background:#dc2626;color:#fff;border-radius:16px;padding:18px 22px;margin-bottom:15px;box-shadow:0 15px 35px #dc262659;animation:toastIn .35s ease}.toast-title{font-size:18px;font-weight:700}.toast-message{margin-top:6px;font-size:14px;opacity:.95}@keyframes toastIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes toastOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}
