:root{--gp-green: #09004c;--gp-green-dark: #06003a;--gp-green-light: #e7e6f1;--gp-brand: #09004c;--gp-brand-dark: #06003a;--gp-amber: #B45309;--gp-red: #B91C1C;--gp-blue: #2563EB;--gp-purple: #6D28D9;--gp-gray: #6B7280;--gp-bg: #f4f6f5;--gp-surface: #ffffff;--gp-border: #e3e8e5;--gp-text: #1A1A1A;--gp-muted: #6b7280;--radius: 10px;--shadow: 0 1px 3px rgba(16, 24, 40, .08), 0 1px 2px rgba(16, 24, 40, .06);--shadow-lg: 0 10px 30px rgba(16, 24, 40, .12);--font: "Segoe UI", system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--font);color:var(--gp-text);background:var(--gp-bg);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--gp-green-dark);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{margin:0 0 .5rem;font-weight:700;color:#111827}h1{font-size:1.6rem}h2{font-size:1.25rem}h3{font-size:1.05rem}.btn{display:inline-flex;align-items:center;gap:.45rem;justify-content:center;border:1px solid transparent;border-radius:8px;padding:.55rem .9rem;font-size:.9rem;font-weight:600;cursor:pointer;background:#fff;color:var(--gp-text);transition:all .15s ease;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-primary{background:var(--gp-green);color:#fff;border-color:var(--gp-green)}.btn-primary:hover{background:var(--gp-green-dark)}.btn-outline{background:#fff;border-color:var(--gp-border);color:#374151}.btn-outline:hover{border-color:var(--gp-green);color:var(--gp-green-dark)}.btn-danger{background:var(--gp-red);color:#fff;border-color:var(--gp-red)}.btn-amber{background:var(--gp-amber);color:#fff;border-color:var(--gp-amber)}.btn-sm{padding:.35rem .6rem;font-size:.8rem}.btn-block{width:100%}.badge{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .55rem;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:capitalize;letter-spacing:.02em;background:#eef2f0;color:#374151}.badge-green{background:#dcf3e4;color:#0f5132}.badge-blue{background:#dbeafe;color:#1e40af}.badge-purple{background:#ede9fe;color:#5b21b6}.badge-amber{background:#fef3c7;color:#92400e}.badge-red{background:#fee2e2;color:#991b1b}.badge-gray{background:#e5e7eb;color:#374151}.card{background:var(--gp-surface);border:1px solid var(--gp-border);border-radius:var(--radius);box-shadow:var(--shadow)}.card-pad{padding:1.1rem 1.25rem}.stack>*+*{margin-top:1rem}.row{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center}.row-between{display:flex;justify-content:space-between;align-items:center;gap:.6rem;flex-wrap:wrap}.muted{color:var(--gp-muted)}.text-sm{font-size:.85rem}.text-xs{font-size:.75rem}.spacer{flex:1}.table-wrap{overflow-x:auto;border-radius:var(--radius)}table.data{width:100%;border-collapse:collapse;background:#fff;font-size:.9rem}table.data th,table.data td{text-align:left;padding:.65rem .8rem;border-bottom:1px solid var(--gp-border)}table.data th{background:#fafbfb;font-weight:600;color:#4b5563;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}table.data tr:hover td{background:#fafdfb}table.data td.actions{white-space:nowrap;text-align:right}.alert{padding:.7rem .9rem;border-radius:8px;font-size:.88rem;margin:0 0 .75rem}.alert-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.alert-success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.alert-info{background:#dbeafe;color:#1e40af;border:1px solid #bfdbfe}.grid{display:grid;gap:1rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 900px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.spinner{width:22px;height:22px;border:3px solid #d1d5db;border-top-color:var(--gp-green);border-radius:50%;animation:spin .7s linear infinite;display:inline-block}.center-screen{min-height:60vh;display:grid;place-items:center}@keyframes spin{to{transform:rotate(360deg)}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#11182780;display:grid;place-items:center;z-index:50;padding:1rem}.modal{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-lg);width:100%;max-width:520px;max-height:90vh;overflow:auto}.modal-head{padding:1rem 1.25rem;border-bottom:1px solid var(--gp-border);display:flex;justify-content:space-between;align-items:center}.modal-body{padding:1.25rem}.modal-foot{padding:1rem 1.25rem;border-top:1px solid var(--gp-border);display:flex;justify-content:flex-end;gap:.6rem}.modal-x{background:none;border:none;font-size:1.4rem;cursor:pointer;color:#9ca3af;line-height:1}.app-shell{display:flex;min-height:100vh}.sidebar{width:250px;background:linear-gradient(180deg,#09004c,#04001f);color:#e8f1ec;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;flex-shrink:0}.sidebar-brand{padding:1.1rem 1.25rem;display:flex;align-items:center;gap:.65rem;border-bottom:1px solid rgba(255,255,255,.12)}.sidebar-brand .logo{width:38px;height:38px;border-radius:9px;background:#fff;color:var(--gp-green-dark);display:grid;place-items:center;font-weight:800;font-size:1rem}.sidebar-brand b{color:#fff;font-size:1.05rem;line-height:1.1}.sidebar-brand span{font-size:.7rem;color:#b8b4e0}.nav{padding:.75rem .6rem;overflow-y:auto;flex:1}.nav-group-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:#9a96cf;padding:.8rem .8rem .3rem}.nav a{display:flex;align-items:center;gap:.6rem;padding:.55rem .8rem;border-radius:8px;color:#dcdaf0;font-size:.9rem;font-weight:500;margin-bottom:2px}.nav a:hover{background:#ffffff14;text-decoration:none;color:#fff}.nav a.active{background:#ffffff29;color:#fff;font-weight:600}.nav a .ico{width:18px;text-align:center}.main{flex:1;min-width:0;display:flex;flex-direction:column}.topbar{height:60px;background:#fff;border-bottom:1px solid var(--gp-border);display:flex;align-items:center;gap:1rem;padding:0 1.25rem;position:sticky;top:0;z-index:20}.topbar .menu-btn{display:none;background:none;border:none;font-size:1.4rem;cursor:pointer}.topbar .page-title{font-weight:700;font-size:1.05rem}.user-chip{display:flex;align-items:center;gap:.55rem}.user-chip .avatar{width:34px;height:34px;border-radius:50%;background:var(--gp-green-light);color:var(--gp-green-dark);display:grid;place-items:center;font-weight:700}.user-chip small{color:var(--gp-muted)}.content{padding:1.25rem;flex:1;max-width:1200px;width:100%;margin:0 auto}.stat{display:flex;flex-direction:column;gap:.25rem}.stat .value{font-size:1.8rem;font-weight:800;color:#111827}.stat .label{color:var(--gp-muted);font-size:.82rem}.stat .ico{font-size:1.3rem}.stat-card{display:flex;align-items:center;justify-content:space-between}.stat-icon{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;font-size:1.3rem;background:var(--gp-green-light)}.page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.1rem;flex-wrap:wrap}.page-head p{margin:.15rem 0 0;color:var(--gp-muted);font-size:.9rem}.filters{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center;margin-bottom:1rem}.filters input,.filters select{min-width:150px}.pager{display:flex;gap:.4rem;align-items:center;justify-content:flex-end;margin-top:1rem}.pager button{padding:.35rem .7rem}.backdrop-mobile{display:none}@media (max-width: 860px){.sidebar{position:fixed;z-index:60;transform:translate(-100%);transition:transform .2s ease}.sidebar.open{transform:translate(0)}.topbar .menu-btn{display:block}.backdrop-mobile.show{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:55}}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (max-width: 700px){.form-grid{grid-template-columns:1fr}}.field{display:flex;flex-direction:column;gap:.3rem}.field.full{grid-column:1 / -1}.field label{font-size:.82rem;font-weight:600;color:#374151}.field label .req{color:var(--gp-red);margin-left:2px}.field .help{font-size:.75rem;color:var(--gp-muted)}input,select,textarea{width:100%;padding:.55rem .7rem;border:1px solid var(--gp-border);border-radius:8px;font-size:.9rem;font-family:inherit;background:#fff;color:var(--gp-text)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--gp-green);box-shadow:0 0 0 3px #1b7a4326}textarea{resize:vertical;min-height:80px}.checkbox-row{display:flex;align-items:center;gap:.5rem}.checkbox-row input{width:auto}.field-error{color:var(--gp-red);font-size:.75rem}input.invalid,select.invalid,textarea.invalid{border-color:var(--gp-red)}.login-wrap{min-height:100vh;display:grid;place-items:center;padding:1.25rem;background:linear-gradient(135deg,#09004c,#04001f)}.login-card{width:100%;max-width:400px;background:#fff;border-radius:14px;box-shadow:var(--shadow-lg);padding:2rem 1.75rem}.login-logo{width:56px;height:56px;border-radius:14px;background:var(--gp-green);color:#fff;display:grid;place-items:center;font-weight:800;font-size:1.4rem;margin:0 auto .8rem}.login-card h1{text-align:center;font-size:1.3rem}.login-card .sub{text-align:center;color:var(--gp-muted);font-size:.85rem;margin-bottom:1.4rem}.card-stage{display:flex;gap:1.25rem;flex-wrap:wrap}.id-card{width:85.6mm;height:53.98mm;border-radius:3.2mm;overflow:hidden;background:#fff;color:#000;position:relative;box-shadow:0 6px 20px #0000002e;font-family:Arial,Helvetica Neue,Helvetica,sans-serif;--card-primary: #09004c;--card-secondary: #06003a;--card-text: #000;-webkit-print-color-adjust:exact;print-color-adjust:exact}.id-card,.id-card *{-webkit-print-color-adjust:exact;print-color-adjust:exact}.id-card *{box-sizing:border-box}.id-card .muted{color:#000}.id-card .ic-header{height:12mm;background:var(--card-primary);color:#fff;display:flex;align-items:center;gap:2mm;padding:0 3mm}.id-card .ic-logo{width:8mm;height:8mm;border-radius:2mm;background:#fff;color:var(--card-primary);display:grid;place-items:center;font-weight:800;font-size:3.6mm;overflow:hidden}.id-card .ic-logo img{width:100%;height:100%;object-fit:contain}.id-card .ic-org{line-height:1.08}.id-card .ic-org b{font-size:2.9mm;font-weight:800;display:block}.id-card .ic-org span{font-size:2mm;font-weight:700;opacity:1}.id-card .ic-type{margin-left:auto;font-size:2.1mm;font-weight:800;text-transform:uppercase;letter-spacing:.04em;background:#ffffff40;padding:.8mm 1.8mm;border-radius:1mm;color:#fff}.id-card .ic-body{display:flex;padding:2.5mm 3mm;gap:3mm;height:calc(100% - 17mm)}.id-card .ic-photo{width:22mm;height:27mm;border-radius:1.6mm;background:#eef2f0;overflow:hidden;border:.5mm solid var(--card-primary);flex-shrink:0}.id-card .ic-photo img{width:100%;height:100%;object-fit:cover;display:block}.id-card .ic-photo .ph{width:100%;height:100%;display:grid;place-items:center;color:var(--card-primary);font-size:7mm}.id-card .ic-info{flex:1;min-width:0}.id-card .ic-name{font-size:3.7mm;font-weight:800;color:#000;line-height:1.1;margin-bottom:1.2mm}.id-card .ic-field{font-size:2.5mm;font-weight:700;color:#000;margin-bottom:.8mm;line-height:1.2}.id-card .ic-field b{color:#000;font-weight:800}.id-card .ic-field .lbl{color:#000;font-weight:700;display:inline-block;min-width:15mm}.id-card .ic-qr{width:17mm;height:17mm;flex-shrink:0;align-self:flex-end}.id-card .ic-qr img{width:100%;height:100%}.id-card .ic-footer{position:absolute;bottom:0;left:0;right:0;height:5mm;background:var(--card-secondary);color:#fff;font-size:2mm;font-weight:700;display:flex;align-items:center;justify-content:space-between;padding:0 3mm}.id-card.back{background:#fff}.id-card.back .ic-back-header{height:7mm;background:var(--card-primary)}.id-card.back .ic-back-body{padding:3mm 4mm;font-size:2.4mm;font-weight:700;line-height:1.45;color:#000}.id-card.back .ic-back-body p{margin:0 0 1.7mm}.id-card.back .ic-back-body b{font-weight:800}.id-card.back .ic-back-qr{display:flex;align-items:center;gap:3mm;margin-top:1mm}.id-card.back .ic-back-qr img{width:16mm;height:16mm}.id-card.back .ic-cardno{font-family:Courier New,monospace;font-weight:800;color:#000;letter-spacing:.03em;font-size:2.7mm}.id-card.back .text-xs{font-size:1.9mm;font-weight:700}.id-card.back .ic-back-footer{position:absolute;bottom:0;left:0;right:0;height:5mm;background:var(--card-secondary);color:#fff;font-size:1.9mm;font-weight:700;display:grid;place-items:center}.card-caption{text-align:center;font-size:.78rem;color:#000;margin-top:.4rem;font-weight:700}.timeline{border-left:2px solid var(--gp-border);padding-left:1rem}.timeline-item{position:relative;padding-bottom:1rem}.timeline-item:before{content:"";position:absolute;left:-1.43rem;top:.2rem;width:10px;height:10px;border-radius:50%;background:var(--gp-green)}@media print{@page{size:85.6mm 53.98mm;margin:0}html,body{margin:0!important;padding:0!important;background:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.id-card,.id-card *,.id-card .ic-header,.id-card .ic-footer,.id-card .ic-back-header,.id-card .ic-back-footer,.id-card.back .ic-back-header,.id-card.back .ic-back-footer{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}body *{visibility:hidden!important}.print-area,.print-area *{visibility:visible!important}.print-area{position:absolute;left:0;top:0;margin:0;padding:0}.print-card-page{width:85.6mm;height:53.98mm;page-break-after:always;break-after:page;overflow:hidden}.print-card-page:last-child{page-break-after:auto;break-after:auto}.id-card{box-shadow:none!important;border-radius:3.2mm}.no-print{display:none!important}}.print-toolbar{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center;margin-bottom:1rem}.print-instructions{background:var(--gp-green-light);border:1px solid #cfe6d8;border-radius:8px;padding:.8rem 1rem;font-size:.85rem;margin-bottom:1rem}.print-instructions ol{margin:.4rem 0 0;padding-left:1.2rem}
