:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a2e;background:#f5f7fa;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.layout{flex-direction:column;min-height:100vh;display:flex}.topbar{color:#fff;z-index:10;background:#1a1a2e;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;display:flex;box-shadow:0 2px 8px #0000001a}.topbar-brand{font-size:1.15rem;font-weight:700}.topbar-user{align-items:center;gap:1rem;font-size:.9rem;display:flex}.layout-body{flex:1;min-height:0;display:flex}.sidebar{background:#fff;border-right:1px solid #e5e7eb;flex-shrink:0;width:240px;padding:1rem 0;overflow-y:auto}.sidebar-nav{flex-direction:column;gap:2px;display:flex}.sidebar-link{color:#4b5563;border-left:3px solid #0000;align-items:center;gap:.75rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.sidebar-link:hover{color:#1a1a2e;background:#f3f4f6}.sidebar-link.active{color:#4f46e5;background:#eef2ff;border-left-color:#4f46e5}.sidebar-link svg{flex-shrink:0}.sidebar-group-title{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.75rem;padding:.75rem 1.25rem .4rem;font-size:.72rem;font-weight:700;display:flex}.sidebar-group-title svg{flex-shrink:0}.sidebar-sublink{padding-left:3rem;font-size:.87rem}.main-content{flex:1;width:100%;max-width:1200px;padding:2rem;overflow-y:auto}.btn{cursor:pointer;border:none;border-radius:6px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-block}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{color:#fff;background:#4f46e5}.btn-primary:hover:not(:disabled){background:#4338ca}.btn-secondary{color:#374151;background:#e5e7eb}.btn-secondary:hover{background:#d1d5db}.btn-logout{color:#f87171;background:0 0;border:1px solid #f87171;padding:.4rem .8rem;font-size:.8rem}.btn-logout:hover{color:#fff;background:#f87171}.login-page{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{background:#fff;border-radius:12px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 20px 60px #0000004d}.login-card h1{margin-bottom:.25rem;font-size:1.5rem}.login-subtitle{color:#6b7280;margin-bottom:1.5rem;font-size:.9rem}.form-group{margin-bottom:1.25rem}.form-group label{color:#374151;margin-bottom:.4rem;font-size:.85rem;font-weight:500;display:block}.form-group input,.form-group select{appearance:none;background:#fff;border:1px solid #d1d5db;border-radius:6px;width:100%;padding:.7rem .9rem;font-size:.9rem;transition:border-color .2s}.form-group select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right .9rem center;background-repeat:no-repeat;padding-right:2.5rem}.form-group input:focus,.form-group select:focus{border-color:#4f46e5;outline:none;box-shadow:0 0 0 3px #4f46e51a}.form-hint{color:#6b7280;margin-top:.3rem;font-size:.78rem;display:block}form .btn-primary{width:100%;padding:.75rem;font-size:1rem}.form-actions{gap:1rem;margin-top:1.5rem;display:flex}.form-actions .btn-primary{width:auto}.certificate-list{width:100%}.page-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.page-header h1{font-size:1.5rem}.filters-bar{gap:1rem;margin-bottom:1rem;display:flex}.filters-bar .search-input{background:#fff;border:1px solid #d1d5db;border-radius:6px;flex:1;padding:.7rem 1rem;font-size:.9rem;transition:border-color .2s}.filters-bar .search-input:focus{border-color:#4f46e5;outline:none;box-shadow:0 0 0 3px #4f46e51a}.filters-bar .sort-select{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.7rem 1rem;font-size:.9rem;transition:border-color .2s}.filters-bar .sort-select:focus{border-color:#4f46e5;outline:none;box-shadow:0 0 0 3px #4f46e51a}.table-container{background:#fff;border-radius:8px;overflow-x:auto;box-shadow:0 1px 3px #0000001a}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid #e5e7eb;padding:.75rem 1rem;font-size:.9rem}th{color:#374151;background:#f9fafb;font-weight:600}tr:last-child td{border-bottom:none}tr:hover td{background:#f9fafb}td a{color:#4f46e5;text-decoration:none}td a:hover{text-decoration:underline}.create-certificate{max-width:600px}.create-certificate h1{margin-bottom:1.5rem;font-size:1.5rem}.certificate-form{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 1px 3px #0000001a}.btn-link{color:#4f46e5;cursor:pointer;background:0 0;border:none;padding:0;font-size:.82rem;text-decoration:none}.btn-link:hover{text-decoration:underline}.form-group .btn-link{margin-top:.5rem;display:inline-block}.btn-link-alt{color:#dc2626;font-weight:600}.row-actions{align-items:center;gap:.5rem;display:flex}.row-actions-sep{color:#d1d5db}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:12px;width:100%;max-width:420px;overflow:hidden;box-shadow:0 20px 60px #0000004d}.modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal-header h2{font-size:1.1rem;font-weight:600}.modal-close{cursor:pointer;color:#6b7280;background:0 0;border:none;padding:.25rem;font-size:1.5rem;line-height:1}.modal-close:hover{color:#1a1a2e}.modal-body{text-align:center;padding:1.5rem}.modal-cert-name{margin-bottom:.25rem;font-size:1rem;font-weight:600}.modal-cert-number{color:#6b7280;margin-bottom:1.25rem;font-size:.85rem}.qr-image{border:1px solid #e5e7eb;border-radius:8px;width:100%;max-width:240px;height:auto}.modal-footer{border-top:1px solid #e5e7eb;justify-content:center;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.page-placeholder h1{margin-bottom:1.5rem;font-size:1.5rem}.placeholder-card{text-align:center;color:#6b7280;background:#fff;border-radius:8px;padding:3rem;box-shadow:0 1px 3px #0000001a}.contact-forms{width:100%}.count-badge{color:#6b7280;font-size:.85rem;font-weight:400}.contact-name{font-weight:500}.contact-email{color:#6b7280;font-size:.8rem}.badge{text-transform:capitalize;border-radius:12px;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.badge-type{color:#4338ca;background:#e0e7ff}.badge-course-posh{color:#be185d;background:#fce7f3}.badge-course-pocso{color:#1d4ed8;background:#dbeafe}.posh-posco{width:100%}.create-form .form-actions{margin-top:1.5rem}.modal-wide{max-width:700px;max-height:85vh;overflow-y:auto}.modal-ref{color:#6b7280;font-size:.8rem}.modal-body-detail{text-align:left}.detail-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.detail-section{margin-bottom:1.25rem}.detail-section h3{color:#374151;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.detail-list{grid-template-columns:auto 1fr;gap:.3rem 1rem;font-size:.88rem;display:grid}.detail-list dt{color:#6b7280;font-weight:500}.detail-list dd{color:#1a1a2e}.detail-message{white-space:pre-wrap;background:#f9fafb;border-radius:6px;padding:1rem;font-size:.9rem;line-height:1.5}.status-update-row{align-items:center;gap:.5rem;display:flex}.status-update-row .sort-select{width:auto}.status-note-input{border:1px solid #d1d5db;border-radius:6px;flex:1;padding:.5rem .75rem;font-size:.85rem}.status-note-input:focus{border-color:#4f46e5;outline:none}.status-update-row .btn{padding:.5rem 1rem;font-size:.85rem}.note-add-row{flex-direction:column;gap:.5rem;display:flex}.note-textarea{resize:vertical;border:1px solid #d1d5db;border-radius:6px;width:100%;min-height:80px;padding:.7rem;font-family:inherit;font-size:.88rem}.note-textarea:focus{border-color:#4f46e5;outline:none}.note-add-row .btn{align-self:flex-end;padding:.5rem 1rem;font-size:.85rem}.notes-list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.note-item{background:#f9fafb;border-left:3px solid #4f46e5;border-radius:6px;padding:.75rem 1rem}.note-item p{margin-bottom:.25rem;font-size:.88rem}.note-date{color:#6b7280;font-size:.75rem}.join-requests,.crime-reports,.nominations{width:100%}.stats-row{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;align-items:flex-start;gap:.2rem;min-width:110px;padding:.9rem 1.25rem;display:flex;box-shadow:0 1px 3px #0000000d}.stat-value{color:#1a1a2e;font-size:1.5rem;font-weight:700;line-height:1}.stat-label{color:#6b7280;text-transform:uppercase;letter-spacing:.03em;font-size:.75rem}.nomination-search{flex:1;gap:.5rem;min-width:240px;display:flex}.filters-bar .profession-input{max-width:180px}.export-buttons{gap:.5rem;margin-left:auto;display:flex}.pagination{justify-content:center;align-items:center;gap:1rem;margin-top:1.25rem;display:flex}.pagination-info{color:#6b7280;font-size:.85rem}.field-hint{color:#6b7280;margin-bottom:.5rem;font-size:.8rem}.action-buttons{flex-wrap:wrap;gap:.5rem;display:flex}.btn-sm{cursor:pointer;border-radius:6px;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.btn-sm:disabled{opacity:.4;cursor:not-allowed}.btn-danger{color:#ef4444;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;font-weight:500}.btn-danger:hover:not(:disabled){color:#fff;background:#ef4444}.btn-danger:disabled{opacity:.5;cursor:not-allowed}.anonymous-tag{color:#6b7280;font-size:.82rem;font-style:italic}.report-id{color:#4f46e5;font-family:monospace;font-size:.82rem}.td-truncate{white-space:nowrap;text-overflow:ellipsis;max-width:180px;overflow:hidden}.evidence-list{flex-wrap:wrap;gap:.5rem;list-style:none;display:flex}.evidence-list li a{background:#f3f4f6;border-radius:6px;padding:.4rem .8rem;font-size:.82rem;display:inline-block}.loading{text-align:center;color:#6b7280;padding:3rem}.empty-state{text-align:center;color:#6b7280;background:#fff;border-radius:8px;padding:3rem;box-shadow:0 1px 3px #0000001a}.officer-verification{width:100%}.officer-lookup{flex:1;gap:.5rem;display:flex}.officer-cell{align-items:center;gap:.6rem;display:flex}.officer-thumb{object-fit:cover;border:1px solid #e5e7eb;border-radius:50%;width:34px;height:34px}.officer-detail-head{align-items:flex-start;gap:1.25rem;margin-bottom:1.5rem;display:flex}.officer-photo{object-fit:cover;border:1px solid #e5e7eb;border-radius:8px;flex-shrink:0;width:120px;height:120px}.officer-codes{border-top:1px solid #e5e7eb;flex-wrap:wrap;gap:2rem;padding-top:1.25rem;display:flex}.officer-code-block{flex-direction:column;align-items:center;gap:.75rem;display:flex}.officer-code-block h3{color:#374151;font-size:.9rem}.officer-barcode{background:#fff;border:1px solid #e5e7eb;border-radius:8px;width:100%;max-width:280px;height:auto;padding:.5rem}.modal-idcard{flex-direction:column;width:auto;max-width:760px;max-height:92vh;display:flex}.modal-idcard .modal-header,.modal-idcard .modal-footer{flex-shrink:0}.id-card-preview{background:#f3f4f6;flex:1;min-height:0;padding:1.5rem;display:flex;overflow:auto}.id-card-preview .idc{margin:auto}.idc{flex-direction:column;flex-shrink:0;gap:16px;width:620px;display:flex}.idc__side{color:#111827;background:#fff;border:2px solid #2563eb;flex-direction:column;width:620px;height:390px;font-family:Georgia,Times New Roman,serif;display:flex;position:relative;overflow:hidden}.idc__side:before{content:"";background-image:var(--idc-watermark);opacity:.12;z-index:0;pointer-events:none;background-position:50%;background-repeat:no-repeat;background-size:42%;position:absolute;inset:0}.idc__side>*{z-index:1;position:relative}.idc__header{border-bottom:3px solid #dc2626;align-items:stretch;display:flex}.idc__header-main{color:#fff;flex:1;padding:6px 0;position:relative;overflow:hidden}.idc__header-bg{width:100%;height:100%;position:absolute;inset:0}.idc__header-content{padding-left:8px;position:relative}.idc__title{letter-spacing:.2px;white-space:nowrap;font-size:27px;font-weight:700;line-height:1.05}.idc__tagline{white-space:nowrap;margin-top:1px;font-size:13px;font-style:italic}.idc__hindi{letter-spacing:1px;margin-top:2px;font-family:Nirmala UI,Mangal,sans-serif;font-size:14px;font-weight:600}.idc__regd{margin-top:1px;font-size:12px}.idc__logo{background:#fff;justify-content:center;align-items:center;width:132px;padding:6px;display:flex}.idc__logo-img{object-fit:contain;max-width:100%;max-height:82px}.idc__body{flex:1;align-items:stretch;gap:12px;padding:10px 10px 4px;display:flex}.idc__photo-wrap{flex-shrink:0;align-self:center;position:relative}.idc__photo{object-fit:cover;border:1px solid #9ca3af;border-radius:2px;width:116px;height:150px;display:block}.idc__seal{object-fit:contain;pointer-events:none}.idc__seal--front{width:78px;height:78px;position:absolute;bottom:-14px;right:-18px}.idc__photo--empty{color:#9ca3af;background:#f3f4f6;justify-content:center;align-items:center;font-family:Arial,sans-serif;font-size:11px;display:flex}.idc__fields{border-left:3px solid #dc2626;flex:1;margin-left:16px;padding-left:18px}.idc__fields table{border-collapse:collapse;width:100%}.idc__fields td{vertical-align:top;padding:6px 0;font-size:16px}.idc__label{color:#dc2626;white-space:nowrap;padding-right:6px;font-weight:700}.idc__colon{color:#111827;padding:0 6px;font-weight:700}.idc__value{color:#111827;font-weight:700}.idc__codes{justify-content:space-between;align-items:center;gap:10px;padding:2px 10px 6px;display:flex}.idc__barcode-wrap{text-align:center;flex:1}.idc__barcode{object-fit:contain;width:100%;max-width:400px;height:64px}.idc__qr{object-fit:contain;width:82px;height:82px}.idc__address{color:#fff;text-align:center;background:#2563eb;margin-top:auto;padding:4px 8px;font-size:10px;font-weight:700}.idc__cin{color:#fff;text-align:center;background:#dc2626;padding:10px;font-size:17px;font-weight:800}.idc__about{text-align:center;padding:12px 20px 4px;font-size:15px;line-height:1.5}.idc__about strong{font-weight:700}.idc__guidelines-title{text-align:center;color:#dc2626;margin:4px 0;font-size:16px;font-weight:800;text-decoration:underline}.idc__guidelines{text-align:center;flex:1;margin:0;font-size:13px;line-height:1.65;list-style:none}.idc__guidelines-row{flex:1;align-items:center;gap:8px;padding:0 16px 6px;display:flex}.idc__seal--back{flex-shrink:0;width:108px;height:108px}.idc__footer{color:#fff;text-align:center;background:#2563eb;margin-top:auto;padding:7px 8px;font-size:13px;font-style:italic}.modal-certificate{flex-direction:column;width:auto;max-width:860px;max-height:92vh;display:flex}.modal-certificate .modal-header,.modal-certificate .modal-footer{flex-shrink:0}.certificate-preview{background:#f3f4f6;flex:1;min-height:0;padding:1.5rem;display:flex;overflow:auto}.certificate-preview .hcert{margin:auto}.hcert{color:#1f2937;font-variant-numeric:lining-nums;font-feature-settings:"lnum" 1;background:#fffef8;flex-shrink:0;width:760px;font-family:Georgia,Times New Roman,serif;position:relative;box-shadow:0 20px 60px #0003}.hcert__border{pointer-events:none;position:absolute}.hcert__border--outer{border:3px solid #b45309cc;inset:0}.hcert__border--mid{border:2px solid #d9770699;inset:6px}.hcert__border--inner{border:1px solid #f59e0b66;inset:12px}.hcert__corner{pointer-events:none;border-color:#b45309b3;width:40px;height:40px;position:absolute}.hcert__corner--tl{border-top:3px solid #b45309b3;border-left:3px solid #b45309b3;top:12px;left:12px}.hcert__corner--tr{border-top:3px solid #b45309b3;border-right:3px solid #b45309b3;top:12px;right:12px}.hcert__corner--bl{border-bottom:3px solid #b45309b3;border-left:3px solid #b45309b3;bottom:12px;left:12px}.hcert__corner--br{border-bottom:3px solid #b45309b3;border-right:3px solid #b45309b3;bottom:12px;right:12px}.hcert__content{text-align:center;padding:28px 40px;position:relative}.hcert__top{justify-content:center;align-items:center;min-height:80px;margin-bottom:8px;display:flex;position:relative}.hcert__logo{object-fit:contain;width:80px;height:80px}.hcert__top-ip{position:absolute;top:50%;left:0;transform:translateY(-50%)}.hcert__ip-logo{object-fit:contain;width:84px;height:84px}.hcert__regd{text-align:right;color:#78350f;white-space:nowrap;font-size:13px;font-weight:600;position:absolute;top:50%;right:0;transform:translateY(-50%)}.hcert__org{text-transform:uppercase;letter-spacing:.3em;color:#92400e;font-size:24px;font-weight:700}.hcert__org-sub{color:#6b7280;letter-spacing:.02em;margin-bottom:10px;font-size:13px}.hcert__title{color:#111827;text-transform:uppercase;letter-spacing:.05em;margin-bottom:14px;font-size:24px;font-weight:700}.hcert__photo-wrap{justify-content:center;margin-bottom:12px;display:flex}.hcert__photo{object-fit:cover;border:2px solid #d97706;width:128px;height:160px}.hcert__certify{color:#4b5563;margin-bottom:4px;font-size:14px}.hcert__name{color:#78350f;border-bottom:2px solid #fde68a;margin-bottom:8px;padding:0 12px 4px;font-family:Cambria,Georgia,serif;font-size:30px;font-weight:600;display:inline-block}.hcert__body{color:#374151;margin-bottom:4px;padding:0 40px;font-size:14px;line-height:1.6}.hcert__domain{color:#92400e;margin:8px 0;font-family:Cambria,Georgia,serif;font-size:18px;font-weight:600}.hcert__declaration{margin:12px auto}.hcert__declaration-title{color:#1f2937;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:14px;font-weight:700}.hcert__declaration-text{color:#4b5563;text-align:left;padding:0 40px;font-size:12px;line-height:1.6}.hcert__declaration-quote{color:#1f2937;margin-top:4px;font-size:12px;font-style:italic;font-weight:500}.hcert__order{color:#374151;font-size:14px;font-weight:500}.hcert__issued{color:#6b7280;margin:8px 0 12px;font-size:12px}.hcert__bottom{justify-content:space-between;align-items:flex-end;display:flex}.hcert__bottom-col{flex-direction:column;flex:1;align-items:center;display:flex}.hcert__qr{object-fit:contain;width:96px;height:96px}.hcert__qr--empty{color:#9ca3af;border:1px solid #d1d5db;justify-content:center;align-items:center;font-size:10px;display:flex}.hcert__date{color:#6b7280;margin-top:4px;font-size:10px}.hcert__cap{border:2px solid #d9770680;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.hcert__cap-icon{color:#b45309;width:40px;height:40px}.hcert__cap-label{color:#6b7280;letter-spacing:.02em;margin-top:4px;font-size:12px}.hcert__cap-sub{color:#9ca3af;font-size:10px}.hcert__seal{object-fit:contain;width:112px;height:112px}.hcert__seal-label{text-transform:uppercase;letter-spacing:.05em;color:#374151;margin-top:4px;font-size:12px;font-weight:600}
