:root{--primary:#2563eb;--primary-dark:#1d4ed8;--primary-light:#eff6ff;--primary-muted:#bfdbfe;--success:#16a34a;--success-light:#f0fdf4;--warning:#d97706;--warning-light:#fffbeb;--danger:#dc2626;--danger-light:#fef2f2;--purple:#7c3aed;--purple-light:#f5f3ff;--bg:#f1f5f9;--card:#fff;--border:#e2e8f0;--border-strong:#cbd5e1;--text:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--shadow-sm:0 1px 2px #0000000d;--shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--radius:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--font:-apple-system,BlinkMacSystemFont,"Segoe UI","Inter","Roboto",sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}#root,body,html{max-width:100vw;overflow-x:hidden;width:100%}@media (max-width:768px){.auth-page,.auth-panel,.auth-panel-header,.card,.container,.filter-bar,.filter-controls,.header,.header-brand,.header-right,.header-user,.laporan-modal,.modal,.modal-overlay,.page-title,.page-title-actions,.section-header,.stat-card,.stats-grid,.ticket-card,.tickets-grid,.user-stat-card,.user-stats-grid{box-sizing:border-box;max-width:100%;min-width:0}}body{-webkit-font-smoothing:antialiased;background:#f1f5f9;background:var(--bg);color:#0f172a;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,sans-serif;font-family:var(--font);font-size:14px;line-height:1.6}a{color:inherit;text-decoration:none}.header{align-items:center;background:#fff;background:var(--card);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);box-shadow:0 1px 2px #0000000d;box-shadow:var(--shadow-sm);display:flex;height:60px;justify-content:space-between;padding:0 28px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-brand{align-items:flex-start;display:flex;flex-direction:column;gap:2px}.brand-name{align-items:center;color:#0f172a;color:var(--text);display:flex;font-size:17px;font-weight:700;gap:10px;line-height:1.2;margin:0}.brand-sub{color:#94a3b8;color:var(--text-muted);display:block;font-size:10px;font-weight:400;letter-spacing:.03em;margin-top:1px;padding-left:0}.brand-icon-wrap{align-items:center;background:#2563eb;background:var(--primary);border-radius:8px;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.header-center{left:50%;position:absolute;transform:translateX(-50%)}.staff-badge{background:#eff6ff;background:var(--primary-light);border:1px solid #bfdbfe;border:1px solid var(--primary-muted);border-radius:9999px;border-radius:var(--radius-full);color:#2563eb;color:var(--primary);font-size:11px;font-weight:700;letter-spacing:.05em;padding:4px 12px;text-transform:uppercase}.header-right{gap:12px}.header-right,.header-user{align-items:center;display:flex}.header-user{color:#475569;color:var(--text-secondary);font-size:13px;font-weight:500;gap:8px}.user-avatar{align-items:center;background:#2563eb;background:var(--primary);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:12px;font-weight:700;height:30px;justify-content:center;width:30px}.header-divider{background:#e2e8f0;background:var(--border);height:20px;width:1px}.header-ticket-num{color:#2563eb;color:var(--primary);font-family:SF Mono,Fira Code,monospace;font-size:13px;font-weight:600}.container{margin:0 auto;max-width:1200px;padding:28px 24px}.container,.page-title{box-sizing:border-box;width:100%}.page-title{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:24px}.page-title-actions{display:flex;flex-shrink:0;gap:10px}.page-title h2{color:#0f172a;color:var(--text);font-size:22px;font-weight:800;margin-bottom:4px}.page-subtitle{color:#94a3b8;color:var(--text-muted);font-size:13px;font-weight:400;text-align:left}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.section-header h3{color:#0f172a;color:var(--text);font-size:15px;font-weight:700}.section-count{background:#f1f5f9;background:var(--bg);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:9999px;border-radius:var(--radius-full);color:#94a3b8;color:var(--text-muted);font-size:12px;padding:2px 10px}button{align-items:center;border:1px solid #0000;border-radius:8px;border-radius:var(--radius);cursor:pointer;display:inline-flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,sans-serif;font-family:var(--font);font-size:14px;font-weight:500;gap:6px;padding:9px 18px;transition:all .15s ease;white-space:nowrap}button.primary,button[type=submit].primary{background:#2563eb;background:var(--primary);border-color:#2563eb;border-color:var(--primary);color:#fff}button.primary:hover:not(:disabled){background:#1d4ed8;background:var(--primary-dark);border-color:#1d4ed8;border-color:var(--primary-dark);box-shadow:0 0 0 3px #2563eb26}button.danger{background:#0000;border-color:#e2e8f0;border-color:var(--border);color:#dc2626;color:var(--danger)}button.danger:hover{background:#fef2f2;background:var(--danger-light);border-color:#dc2626;border-color:var(--danger)}button.back-btn,button.secondary{background:#fff;border-color:#e2e8f0;border-color:var(--border);color:#475569;color:var(--text-secondary)}button.back-btn:hover,button.secondary:hover{background:#f1f5f9;background:var(--bg);border-color:#cbd5e1;border-color:var(--border-strong);color:#0f172a;color:var(--text)}button.small{font-size:12px;padding:5px 12px}button.full-width{justify-content:center;width:100%}button:disabled{cursor:not-allowed;opacity:.55}.card{background:#fff;background:var(--card);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius-lg);box-shadow:0 1px 2px #0000000d;box-shadow:var(--shadow-sm);padding:24px}.badge{align-items:center;border-radius:9999px;border-radius:var(--radius-full);display:inline-flex;font-size:11px;font-weight:600;letter-spacing:.03em;padding:3px 10px;text-transform:uppercase}.badge.open{background:#eff6ff;background:var(--primary-light);color:#2563eb;color:var(--primary)}.badge.in-progress,.badge.in_progress{background:#fffbeb;background:var(--warning-light);color:#d97706;color:var(--warning)}.badge.resolved{background:#f0fdf4;background:var(--success-light);color:#16a34a;color:var(--success)}.badge.closed{background:#f5f3ff;background:var(--purple-light);color:#7c3aed;color:var(--purple)}.priority-badge{align-items:center;border-radius:9999px;border-radius:var(--radius-full);display:inline-flex;font-size:11px;font-weight:600;padding:3px 10px;text-transform:uppercase}.priority-badge.low{background:#f0fdf4;color:#16a34a}.priority-badge.medium{background:#fffbeb;color:#d97706}.priority-badge.high{background:#fff7ed;color:#ea580c}.priority-badge.critical{background:#fef2f2;color:#dc2626}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:20px}.form-group label{align-items:center;color:#475569;color:var(--text-secondary);display:flex;font-size:12px;font-weight:600;gap:4px;letter-spacing:.05em;text-transform:uppercase}.required{color:#dc2626;color:var(--danger)}.form-group input,.form-group select,.form-group textarea{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);color:#0f172a;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,sans-serif;font-family:var(--font);font-size:14px;padding:10px 14px;transition:all .15s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#2563eb;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1f;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8;color:var(--text-muted)}.form-group textarea{min-height:120px;resize:vertical}.form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.error{background:#fef2f2;background:var(--danger-light);border:1px solid #fecaca;border-radius:8px;border-radius:var(--radius);color:#dc2626;color:var(--danger);font-size:13px;font-weight:500;margin-bottom:20px;padding:12px 16px}.success-alert{background:#f0fdf4;background:var(--success-light);border:1px solid #bbf7d0;border-radius:8px;border-radius:var(--radius);color:#16a34a;color:var(--success);font-size:13px;font-weight:600;margin-bottom:16px;padding:10px 14px}.loading-box{align-items:center;color:#94a3b8;color:var(--text-muted);display:flex;flex-direction:column;font-size:14px;gap:12px;padding:48px;text-align:center}.loading-spinner{animation:spin .7s linear infinite;border:3px solid #e2e8f0;border-top-color:#2563eb;border:3px solid var(--border);border-radius:50%;border-top-color:var(--primary);height:28px;width:28px}@keyframes spin{to{transform:rotate(1turn)}}.page-loading{align-items:center;display:flex;flex-direction:column;font-size:15px;gap:12px;justify-content:center;min-height:100vh}.empty-state,.page-loading{color:#475569;color:var(--text-secondary)}.empty-state{padding:56px 24px;text-align:center}.empty-icon{align-items:center;background:#f1f5f9;background:var(--bg);border-radius:50%;color:#94a3b8;color:var(--text-muted);display:flex;height:72px;justify-content:center;margin:0 auto 20px;width:72px}@media (max-width:768px){.header{box-sizing:border-box;height:52px;padding:0 12px;width:100%}.brand-sub{display:none}.brand-name{font-size:14px;gap:6px}.brand-icon-wrap{height:26px;width:26px}.brand-icon{height:14px;width:14px}.header-user span{display:none}.header-right{gap:6px}.user-avatar{font-size:11px;height:26px;width:26px}button.danger.small{font-size:11px;padding:4px 8px}.container{padding:12px}.page-title{align-items:flex-start;flex-direction:column;gap:10px}.page-title h2{font-size:17px}.page-title-actions{gap:8px;width:100%}.page-title-actions button{flex:1 1;font-size:12px;justify-content:center;padding:7px 8px}.form-row{gap:0;grid-template-columns:1fr}.card{padding:16px}}.auth-page{background:var(--bg);display:grid;grid-template-columns:1fr 420px;min-height:100vh}.auth-branding{background:linear-gradient(145deg,#1d4ed8,#2563eb 40%,#3b82f6);color:#fff;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:64px;position:relative}.auth-branding:before{background:#ffffff0f;height:400px;right:-100px;top:-100px;width:400px}.auth-branding:after,.auth-branding:before{border-radius:50%;content:"";position:absolute}.auth-branding:after{background:#ffffff0a;bottom:-150px;height:500px;left:-80px;width:500px}.brand-logo{align-items:center;background:#ffffff26;border-radius:16px;display:flex;font-size:28px;height:56px;justify-content:center;margin-bottom:40px;position:relative;width:56px;z-index:1}.auth-branding h1{font-size:36px;font-weight:800;line-height:1.2;margin-bottom:16px;position:relative;z-index:1}.auth-branding p{font-size:16px;line-height:1.7;max-width:360px;opacity:.8;position:relative;z-index:1}.auth-features{display:flex;flex-direction:column;gap:16px;margin-top:48px;position:relative;z-index:1}.auth-feature{align-items:center;display:flex;font-size:14px;gap:12px;opacity:.9}.auth-feature-icon{align-items:center;background:#ffffff26;border-radius:8px;flex-shrink:0;font-size:16px;height:32px;width:32px}.auth-feature-icon,.auth-panel{display:flex;justify-content:center}.auth-panel{background:#fff;flex-direction:column;overflow-y:auto;padding:48px 40px}.auth-panel-header{margin-bottom:36px}.auth-mobile-brand{display:none}@media (max-width:768px){.auth-mobile-brand{align-items:center;background:linear-gradient(145deg,#1d4ed8,#2563eb 50%,#3b82f6);display:flex;flex-direction:column;justify-content:center;margin:-28px -20px 28px;overflow:hidden;padding:36px 24px 32px;position:relative;text-align:center}.auth-mobile-brand:before{background:#ffffff12;border-radius:50%;content:"";height:200px;position:absolute;right:-60px;top:-60px;width:200px}.auth-mobile-brand:after{background:#ffffff0d;border-radius:50%;bottom:-80px;content:"";height:220px;left:-40px;position:absolute;width:220px}.auth-mobile-brand span{display:block;position:relative;z-index:1}.auth-mobile-brand .brand-title{color:#fff;font-size:26px;font-weight:900;letter-spacing:.08em;line-height:1.2;text-shadow:0 2px 8px #00000026}.auth-mobile-brand .brand-sub{color:#ffffffbf;font-size:11px;font-weight:500;letter-spacing:.18em;margin-top:8px;text-transform:uppercase}}.auth-panel-header h2{color:var(--text);font-size:26px;font-weight:800;margin-bottom:8px}.auth-panel-header p{color:var(--text-secondary);font-size:14px}.auth-panel .form-group label{color:var(--text-secondary);font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.auth-panel button[type=submit]{border-radius:var(--radius);font-size:15px;font-weight:600;justify-content:center;margin-top:8px;padding:12px;width:100%}.auth-footer{color:var(--text-secondary);font-size:13px;margin-top:24px;text-align:center}.auth-footer a{color:var(--primary);font-weight:600}.auth-footer a:hover{text-decoration:underline}.demo-info{background:var(--primary-light);border:1px solid var(--primary-muted);border-radius:var(--radius);margin-top:28px;padding:16px}.demo-info p{color:var(--text-secondary);font-size:12px;line-height:1.8}.demo-info strong{color:var(--primary)}.demo-info code{background:#fff;border:1px solid var(--border);border-radius:4px;color:var(--primary-dark);font-family:SF Mono,Fira Code,monospace;font-size:12px;padding:1px 6px}@media (max-width:768px){.auth-page{grid-template-columns:1fr}.auth-branding{display:none}.auth-panel{padding:28px 20px}.auth-logo-wrap{height:52px;width:52px}.auth-logo-wrap svg{height:26px;width:26px}.auth-panel h1,.auth-panel-header h2{font-size:22px}.auth-panel>p{font-size:13px}.auth-features{gap:8px;margin-bottom:20px}.auth-feature{font-size:12px;padding:6px 10px}.auth-form{gap:14px}.auth-submit{font-size:14px;height:44px}.auth-footer{font-size:12px}.auth-footer a{display:inline-block;padding:4px 0}.form-row{flex-direction:column!important}}.auth-container{align-items:center;background:var(--bg);display:flex;justify-content:center;min-height:100vh;padding:24px}.auth-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);max-width:420px;padding:40px;width:100%}.auth-card h1{color:var(--primary);font-size:22px;font-weight:800;margin-bottom:4px;text-align:center}.auth-card h2{color:var(--text);font-size:20px;font-weight:700;margin-bottom:28px;text-align:center}.auth-card p{color:var(--text-secondary);font-size:13px;margin-top:20px;text-align:center}.auth-card a{color:var(--primary);font-weight:600}.auth-card button[type=submit]{font-size:15px;justify-content:center;padding:12px;width:100%}
/*# sourceMappingURL=main.abc27e9d.css.map*/