@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.auth-page{display:flex;min-height:100vh;width:100%;background:#f8fafc}.auth-left{flex:0 0 46%;background:linear-gradient(160deg,#312e81,#4f46e5,#6366f1 80%,#818cf8);display:flex;align-items:center;justify-content:center;padding:60px 52px;position:relative;overflow:hidden}.auth-left-register{background:linear-gradient(160deg,#3b0764,#7c3aed,#8b5cf6 80%,#a78bfa)}.auth-left-content{position:relative;z-index:2;max-width:420px}.auth-brand-icon{width:68px;height:68px;border-radius:18px;background:#ffffff2e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;font-size:30px;margin-bottom:28px;border:1px solid rgba(255,255,255,.2)}.auth-brand-title{font-size:2rem;font-weight:800;color:#fff;margin-bottom:14px;letter-spacing:-.03em;line-height:1.15}.auth-brand-sub{font-size:1rem;color:#ffffffc7;line-height:1.65;margin-bottom:40px}.auth-features{display:flex;flex-direction:column;gap:14px}.auth-feature-item{display:flex;align-items:center;gap:12px;color:#ffffffe0;font-size:.9rem;font-weight:500}.auth-feature-item svg{color:#ffffffb3;flex-shrink:0}.auth-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.35}.auth-blob-1{width:320px;height:320px;background:#a78bfa;top:-80px;right:-60px}.auth-blob-2{width:240px;height:240px;background:#6366f1;bottom:-50px;left:-40px}.auth-blob-3{width:180px;height:180px;background:#c4b5fd;bottom:30%;right:10%}.auth-right{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 32px}.auth-card{width:100%;max-width:440px}.auth-back-link{display:inline-flex;align-items:center;gap:4px;font-size:.8125rem;font-weight:500;color:var(--text-muted, #64748B);text-decoration:none;margin-bottom:32px;transition:color .2s}.auth-back-link:hover{color:var(--primary, #4F46E5)}.auth-card-header{margin-bottom:32px}.auth-card-title{font-size:1.625rem;font-weight:800;color:#0f172a;letter-spacing:-.03em;margin-bottom:6px}.auth-card-sub{font-size:.9375rem;color:#64748b}.auth-steps{display:flex;align-items:center;gap:0;margin-bottom:28px}.auth-step{display:flex;align-items:center;gap:8px;font-size:.8125rem;font-weight:500;color:#94a3b8;transition:color .25s}.auth-step.active{color:#4f46e5}.auth-step-dot{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;border:2px solid #CBD5E1;color:#94a3b8;transition:all .25s}.auth-step.active .auth-step-dot{background:#4f46e5;border-color:#4f46e5;color:#fff}.auth-step-line{flex:1;height:2px;background:#e2e8f0;margin:0 12px}.auth-alert{padding:12px 16px;border-radius:10px;font-size:.8125rem;font-weight:500;margin-bottom:24px;display:flex;align-items:center;gap:10px;overflow:hidden}.auth-alert-error{background:#fef2f2;color:#991b1b;border:1px solid #FECACA}.auth-alert-success{background:#f0fdf4;color:#166534;border:1px solid #BBF7D0}.auth-form{display:flex;flex-direction:column;gap:20px}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-field-row{display:flex;gap:14px}.auth-label{font-size:.8125rem;font-weight:600;color:#334155}.auth-input-wrap{position:relative;display:flex;align-items:center}.auth-input-icon{position:absolute;left:14px;color:#94a3b8;pointer-events:none;transition:color .2s}.auth-input-wrap:focus-within .auth-input-icon{color:#4f46e5}.auth-input{width:100%;padding:12px 14px 12px 44px;font-size:.9375rem;font-family:inherit;font-weight:400;color:#0f172a;border:1.5px solid #E2E8F0;border-radius:10px;background:#fff;outline:none;transition:border-color .2s,box-shadow .2s}.auth-input:focus{border-color:#818cf8;box-shadow:0 0 0 3px #4f46e51a}.auth-input::placeholder{color:#cbd5e1;font-weight:400}.auth-pw-toggle{position:absolute;right:12px;background:none;border:none;cursor:pointer;color:#94a3b8;display:flex;align-items:center;padding:4px;border-radius:6px;transition:color .2s,background .2s}.auth-pw-toggle:hover{color:#4f46e5;background:#4f46e50f}.auth-submit{width:100%;padding:13px 24px;font-size:.9375rem;font-family:inherit;font-weight:700;color:#fff;background:linear-gradient(135deg,#4f46e5,#6366f1);border:none;border-radius:10px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:opacity .2s,box-shadow .2s;box-shadow:0 2px 8px #4f46e540}.auth-submit:hover:not(:disabled){box-shadow:0 4px 16px #4f46e559}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-back-btn{padding:13px 20px;font-size:.875rem;font-family:inherit;font-weight:600;color:#64748b;background:#f1f5f9;border:1.5px solid #E2E8F0;border-radius:10px;cursor:pointer;transition:all .2s}.auth-back-btn:hover{background:#e2e8f0;color:#0f172a}.auth-spinner{width:20px;height:20px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:auth-spin .6s linear infinite}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-divider{display:flex;align-items:center;gap:14px;margin:28px 0 20px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.auth-divider span{font-size:.75rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em}.auth-footer-text{text-align:center;font-size:.875rem;color:#64748b}.auth-link{color:#4f46e5;font-weight:700;text-decoration:none;transition:color .2s}.auth-link:hover{color:#4338ca;text-decoration:underline}@media (max-width: 960px){.auth-page{flex-direction:column}.auth-left{flex:0 0 auto;padding:48px 32px;min-height:320px}.auth-brand-title{font-size:1.5rem}.auth-features{display:none}.auth-right{padding:32px 24px 48px}.auth-card{max-width:480px}}@media (max-width: 600px){.auth-left{padding:36px 24px;min-height:220px}.auth-brand-icon{width:50px;height:50px;font-size:22px;margin-bottom:16px}.auth-brand-title{font-size:1.25rem;margin-bottom:8px}.auth-brand-sub{font-size:.875rem;margin-bottom:0}.auth-field-row{flex-direction:column;gap:20px}}.landing-wrap{width:100%;min-height:100vh;background:var(--bg);font-family:Inter,-apple-system,sans-serif}.landing-nav{position:fixed;top:0;left:0;right:0;height:72px;background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 48px;z-index:100}.landing-logo{font-size:1.25rem;font-weight:800;color:var(--text);display:flex;align-items:center;gap:10px;text-decoration:none}.landing-main{padding-top:72px}.landing-hero{padding:140px 24px 100px;text-align:center;max-width:900px;margin:0 auto}.hero-title{font-size:clamp(2.5rem,5vw,4.25rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;color:#0f172a;margin-bottom:24px}.hero-title span{background:linear-gradient(135deg,var(--primary),#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-sub{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-muted);margin-bottom:40px;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.landing-features{padding:80px 24px 120px;background:var(--surface);border-top:1px solid var(--border)}.feature-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}.feature-card{padding:32px;border-radius:20px;background:var(--bg);border:1px solid var(--border);transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--primary-light)}.feature-icon{width:56px;height:56px;border-radius:16px;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:24px}.feature-title{font-size:1.25rem;font-weight:700;margin-bottom:12px;color:var(--text)}.feature-desc{color:var(--text-muted);line-height:1.6;font-size:.95rem}.landing-footer{background:var(--surface);padding:60px 48px;border-top:1px solid var(--border)}.footer-content{max-width:1200px;margin:0 auto}@media (max-width: 768px){.landing-nav{padding:0 24px}.landing-hero{padding:100px 24px 80px}.hero-buttons{flex-direction:column}.hero-buttons .btn{width:100%;justify-content:center}.landing-footer{padding:40px 24px}}:root{--primary: #4F46E5;--primary-light: #EEF2FF;--primary-hover: #4338CA;--bg: #F1F5F9;--surface: #FFFFFF;--surface-2: #F8FAFC;--text: #0F172A;--text-muted: #64748B;--border: #E2E8F0;--danger: #EF4444;--danger-light: #FEE2E2;--success: #10B981;--success-light: #D1FAE5;--warning: #F59E0B;--warning-light: #FEF3C7;--info: #3B82F6;--info-light: #DBEAFE;--sidebar-w: 256px;--header-h: 64px;--radius: 12px;--shadow: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.07), 0 2px 4px -1px rgba(0,0,0,.04);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.08), 0 4px 6px -2px rgba(0,0,0,.04)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1.5}.app-wrap{display:flex;height:100vh;overflow:hidden}.sidebar{width:var(--sidebar-w);background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0;overflow-y:auto;transition:width .3s}.sidebar-logo{display:flex;align-items:center;gap:10px;padding:20px 20px 16px;border-bottom:1px solid var(--border);font-weight:800;font-size:1rem;color:var(--primary);text-decoration:none}.logo-icon{width:34px;height:34px;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0}.nav-section{padding:12px 12px 6px}.nav-section-label{font-size:10px;font-weight:700;letter-spacing:.08em;color:var(--text-muted);text-transform:uppercase;padding:0 8px;margin-bottom:4px}.nav-link{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:8px;color:var(--text-muted);font-weight:500;font-size:.875rem;text-decoration:none;cursor:pointer;transition:all .18s;border:none;background:none;width:100%;text-align:left}.nav-link:hover{background:var(--bg);color:var(--text)}.nav-link.active{background:var(--primary-light);color:var(--primary);font-weight:600}.nav-link.danger:hover{background:var(--danger-light);color:var(--danger)}.sidebar-bottom{margin-top:auto;padding:12px;border-top:1px solid var(--border)}.main{flex:1;display:flex;flex-direction:column;overflow:hidden}.topbar{height:var(--header-h);background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 28px;flex-shrink:0}.topbar-title{font-size:1rem;font-weight:700;color:var(--text)}.page-body{flex:1;overflow-y:auto;padding:28px}.card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border)}.card-header{padding:18px 22px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:12px}.card-title{font-size:.9375rem;font-weight:700}.card-body{padding:20px 22px}.stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:24px}.stat-card{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);padding:18px 20px;display:flex;flex-direction:column;gap:12px;transition:box-shadow .2s,transform .2s;cursor:default}.stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.stat-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px}.stat-label{font-size:.75rem;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.04em}.stat-value{font-size:1.875rem;font-weight:800;color:var(--text);line-height:1}.stat-sub{font-size:.75rem;color:var(--text-muted)}.tbl-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}thead tr{background:var(--surface-2)}th{padding:11px 16px;text-align:left;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);border-bottom:1px solid var(--border);white-space:nowrap}td{padding:13px 16px;border-bottom:1px solid var(--border);font-size:.875rem;color:var(--text)}tbody tr:last-child td{border-bottom:none}tbody tr:hover{background:var(--surface-2)}tbody tr:hover td{transition:background .12s}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:999px;font-size:.7rem;font-weight:700;letter-spacing:.03em;white-space:nowrap}.badge-pending{background:var(--warning-light);color:#92400e}.badge-accepted,.badge-approved,.badge-issued,.badge-valid{background:var(--success-light);color:#065f46}.badge-rejected{background:var(--danger-light);color:#991b1b}.badge-none{background:var(--bg);color:var(--text-muted)}.badge-expired{background:#f3f4f6;color:#6b7280}.badge-info{background:var(--info-light);color:#1e40af}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;border:none;transition:all .18s;white-space:nowrap;text-decoration:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-success{background:var(--success);color:#fff}.btn-success:hover:not(:disabled){background:#059669}.btn-ghost{background:var(--bg);color:var(--text);border:1px solid var(--border)}.btn-ghost:hover:not(:disabled){background:var(--border)}.btn-outline-primary{background:transparent;color:var(--primary);border:1.5px solid var(--primary)}.btn-outline-primary:hover:not(:disabled){background:var(--primary-light)}.btn-outline-danger{background:transparent;color:var(--danger);border:1.5px solid var(--danger)}.btn-outline-danger:hover:not(:disabled){background:var(--danger-light)}.btn-sm{padding:5px 10px;font-size:.75rem;border-radius:6px}.btn-lg{padding:12px 24px;font-size:1rem}.btn-block{width:100%}.btn-icon{padding:7px;border-radius:7px}.form-group{display:flex;flex-direction:column;gap:5px;margin-bottom:16px}.form-label{font-size:.8125rem;font-weight:600;color:var(--text)}.form-sublabel{font-size:.75rem;color:var(--text-muted)}.form-input,.form-select,.form-textarea{width:100%;padding:9px 12px;border:1.5px solid var(--border);border-radius:8px;font-size:.875rem;font-family:inherit;color:var(--text);background:var(--surface);transition:border-color .18s,box-shadow .18s;outline:none}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51f}.form-input:disabled,.form-select:disabled,.form-textarea:disabled{background:var(--surface-2);color:var(--text-muted);cursor:not-allowed}.form-textarea{resize:vertical;min-height:80px}.form-error{font-size:.75rem;color:var(--danger);margin-top:2px}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{background:var(--surface);border-radius:16px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-lg)}.modal-sm{max-width:420px}.modal-md{max-width:560px}.modal-lg{max-width:720px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid var(--border)}.modal-title{font-size:1rem;font-weight:700}.modal-body{padding:20px 24px}.modal-footer{padding:16px 24px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:10px}.auth-wrap{min-height:100vh;background:linear-gradient(135deg,#eef2ff,#e0e7ff,#f3e8ff);display:flex;align-items:center;justify-content:center;padding:24px}.auth-card{background:var(--surface);border-radius:20px;padding:40px;width:100%;max-width:440px;box-shadow:var(--shadow-lg)}.auth-logo{text-align:center;margin-bottom:28px}.auth-icon{width:60px;height:60px;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:15px;display:inline-flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:12px}.auth-title{font-size:1.5rem;font-weight:800;text-align:center}.auth-sub{font-size:.875rem;color:var(--text-muted);text-align:center;margin-top:4px}.avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#4f46e5,#7c3aed);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:.8rem;flex-shrink:0;overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}.avatar-lg{width:80px;height:80px;font-size:1.5rem;border-radius:50%}.avatar-xl{width:110px;height:110px;font-size:2rem;border-radius:50%}.page-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px;gap:16px}.page-title{font-size:1.375rem;font-weight:800}.page-sub{font-size:.875rem;color:var(--text-muted);margin-top:2px}.section-title{font-size:.875rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.tag{display:inline-flex;align-items:center;gap:4px;background:var(--bg);color:var(--text-muted);padding:3px 10px;border-radius:6px;font-size:.75rem;font-weight:500}.empty-state{text-align:center;padding:60px 20px;color:var(--text-muted)}.empty-state-icon{font-size:40px;margin-bottom:12px}.empty-state-title{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:4px}.info-row{display:flex;justify-content:space-between;align-items:flex-start;padding:10px 0;border-bottom:1px solid var(--border);gap:12px}.info-row:last-child{border-bottom:none}.info-label{font-size:.8125rem;color:var(--text-muted);font-weight:500;white-space:nowrap}.info-value{font-size:.875rem;font-weight:500;text-align:right;word-break:break-word}.profile-section{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);padding:22px;margin-bottom:18px}.profile-section-title{font-size:.875rem;font-weight:700;color:var(--primary);margin-bottom:14px}.upload-zone{border:2px dashed var(--border);border-radius:8px;padding:28px;text-align:center;cursor:pointer;transition:all .2s}.upload-zone:hover{border-color:var(--primary);background:var(--primary-light)}.pagination{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-top:1px solid var(--border);font-size:.8125rem;color:var(--text-muted)}.filter-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:14px 18px;border-bottom:1px solid var(--border);background:var(--surface-2)}.chip{display:inline-flex;align-items:center;gap:6px;padding:5px 14px;border-radius:999px;font-size:.8rem;font-weight:600;cursor:pointer;border:1.5px solid transparent;transition:all .15s}.chip-default{background:var(--bg);color:var(--text-muted);border-color:var(--border)}.chip-default:hover{background:var(--border)}.chip-active{background:var(--primary-light);color:var(--primary);border-color:var(--primary)}.progress-bar{height:8px;background:var(--border);border-radius:999px;overflow:hidden}.progress-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--primary),#7C3AED);transition:width .4s}.timeline{display:flex;flex-direction:column;gap:0}.timeline-item{display:flex;gap:12px;padding-bottom:20px;position:relative}.timeline-item:last-child{padding-bottom:0}.timeline-dot{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;position:relative;z-index:1}.timeline-item:not(:last-child) .timeline-dot:after{content:"";position:absolute;left:50%;top:100%;transform:translate(-50%);width:2px;height:calc(100% + 12px);background:var(--border)}.timeline-content{flex:1;padding-top:4px}.timeline-title{font-size:.875rem;font-weight:600}.timeline-sub{font-size:.75rem;color:var(--text-muted);margin-top:2px}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}.toast-success{background:var(--success)!important}.toast-error{background:var(--danger)!important}
