*{box-sizing:border-box;margin:0;padding:0}body{color:#111827;background-color:#f3f4f6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}.app-container{max-width:1200px;margin:0 auto;padding:2rem}.header{text-align:center;margin-bottom:2rem}.header h1{color:#1e3a8a;font-size:2.5rem;font-weight:700}.header p{color:#6b7280;margin-top:.5rem}.main-content{flex-direction:column;gap:2rem;display:flex}@media (min-width:1024px){.main-content{flex-direction:row;align-items:flex-start}}.form-section{background:#fff;border-radius:12px;flex:1;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.preview-section{flex-direction:column;flex:1;align-items:center;display:flex;position:sticky;top:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#374151;margin-bottom:.5rem;font-weight:600;display:block}.form-control{border:1px solid #d1d5db;border-radius:6px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .2s}.form-control:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f633}.file-input-wrapper{align-items:center;gap:1rem;display:flex}.file-input{display:none}.file-label{color:#374151;cursor:pointer;background-color:#e5e7eb;border-radius:6px;padding:.5rem 1rem;font-weight:500;transition:background-color .2s;display:inline-block}.file-label:hover{background-color:#d1d5db}.form-row{gap:1.5rem;width:100%;display:flex}.flex-1{flex:1}.upload-success{color:#10b981;margin-top:5px;font-size:.8rem;font-weight:600;display:block}.btn{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:background-color .2s,transform .1s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn-primary{color:#fff;background-color:#2563eb;width:100%;margin-top:1rem}.btn-primary:hover{background-color:#1d4ed8}.id-card-wrapper{background:#fff;border-radius:12px;width:100%;max-width:450px;position:relative;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.id-card-content{transform-origin:top;background-color:#fff;width:450px;height:686px;position:relative;overflow:hidden}.template-image{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.overlay-element{z-index:10;position:absolute}.profile-picture{object-fit:cover;border-radius:8px;width:126px;height:153px;top:312px;left:36px}.text-field{color:#1e3a8a;white-space:nowrap;min-width:50px;min-height:20px;font-size:14px;font-weight:700;display:inline-block;overflow:visible}.field-name{top:322px;left:236px}.field-designation{top:369px;left:236px}.field-pressid{top:416px;left:236px}.field-mobile{top:462px;left:236px}.field-area{top:505px;left:236px}.field-bloodgroup{color:#1e3a8a;font-size:13px;top:528px;left:236px}.field-valid{color:#ef4444;font-size:13px;top:550px;left:236px}.field-valid-duplicate{color:#ef4444;font-size:13px;top:570px;left:236px}.qr-code-wrapper{background:#fff;border-radius:8px;width:105px;height:105px;padding:5px;top:483px;left:250px}.signature-image{object-fit:contain;width:120px;height:35px;top:615px;left:236px}.loading-overlay{z-index:100;background:#fffc;justify-content:center;align-items:center;font-weight:700;display:flex;position:absolute;inset:0}.size-controls{flex-direction:column;gap:.75rem;margin-top:.75rem;display:flex}.slider-group{flex-direction:column;gap:.25rem;display:flex}.slider-group label{color:#374151;margin-bottom:0;font-size:.8rem;font-weight:600}.slider-group input[type=range]{appearance:none;cursor:grab;background:#e5e7eb;border-radius:3px;outline:none;width:100%;height:6px}.slider-group input[type=range]:active{cursor:grabbing}.slider-group input[type=range]::-webkit-slider-thumb{appearance:none;cursor:grab;background:#2563eb;border-radius:50%;width:18px;height:18px;transition:transform .15s,box-shadow .15s;box-shadow:0 1px 3px #0003}.slider-group input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 2px 6px #2563eb66}.slider-group input[type=range]::-webkit-slider-thumb:active{cursor:grabbing;transform:scale(1.2)}.slider-group input[type=range]::-moz-range-thumb{cursor:grab;background:#2563eb;border:none;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 3px #0003}.login-page{background:linear-gradient(135deg,#1e3a8a 0%,#1e1b4b 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-card{background:#fff;border-radius:16px;width:100%;max-width:400px;padding:40px;box-shadow:0 10px 25px #0003}.login-header{text-align:center;margin-bottom:30px}.login-logo{object-fit:contain;width:170px;max-width:75%;height:auto;margin:0 auto 12px;display:block}.login-header h1{color:#1e3a8a;margin:0;font-size:2.5rem;font-weight:900;line-height:1}.login-subtitle{color:#ef4444;letter-spacing:2px;margin:5px 0;font-size:1.2rem;font-weight:700}.login-badge{color:#6b7280;background:#f3f4f6;border-radius:20px;margin-top:10px;padding:4px 12px;font-size:.75rem;font-weight:600;display:inline-block}.login-form{flex-direction:column;gap:20px;display:flex}.login-error{color:#ef4444;text-align:center;background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;padding:10px;font-size:.875rem}.login-field{flex-direction:column;gap:8px;display:flex}.login-field label{color:#374151;font-size:.875rem;font-weight:600}.login-field input{border:1px solid #d1d5db;border-radius:8px;padding:12px;font-size:1rem}.login-field input:focus{border-color:#1e3a8a;outline:none;box-shadow:0 0 0 3px #1e3a8a1a}.login-btn{color:#fff;cursor:pointer;background:#1e3a8a;border:none;border-radius:8px;margin-top:10px;padding:12px;font-size:1rem;font-weight:600;transition:background .2s}.login-btn:hover{background:#1e1b4b}.login-btn:disabled{opacity:.7;cursor:not-allowed}.dashboard-container{background:#f1f5f9;min-height:100vh;font-family:Inter,sans-serif}.dashboard-header{z-index:100;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem 2.5rem;display:flex;position:sticky;top:0;box-shadow:0 1px 2px #0000000d}.header-left{align-items:center;gap:2rem;display:flex}.logo-box{align-items:center;display:flex}.dashboard-logo{object-fit:contain;width:120px;max-width:20vw;height:auto}.logo-text{color:#1e3a8a;letter-spacing:-.5px;font-size:1.5rem;font-weight:900}.logo-subtext{color:#ef4444;letter-spacing:2px;font-size:.75rem;font-weight:700}.header-left h1{color:#475569;border-left:2px solid #e2e8f0;margin:0;padding-left:1.5rem;font-size:1.125rem;font-weight:600}.header-brand-name{color:#0f172a;margin:3px 0 0;padding-left:1.5rem;font-size:12px;font-weight:700}.header-right{align-items:center;gap:1.5rem;display:flex}.logout-btn-minimal{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;padding:.6rem;transition:all .2s}.logout-btn-minimal:hover{color:#ef4444;background:#fee2e2}.stats-row{gap:1rem;display:flex}.stat-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;min-width:120px;padding:.5rem 1.25rem;display:flex}.stat-label{color:#94a3b8;text-transform:uppercase;margin-bottom:2px;font-size:.7rem;font-weight:700}.stat-value{color:#1e293b;font-size:1.25rem;font-weight:800}.stat-value.highlight{color:#2563eb}.dashboard-main{max-width:1300px;margin:2rem auto;padding:0 2rem}.branding-settings-card{background:#fff;border:1px solid #dbeafe;border-radius:14px;margin-bottom:16px;padding:16px;box-shadow:0 4px 14px #2563eb14}.branding-settings-header{margin-bottom:10px}.branding-settings-header h2{color:#0f172a;margin:0;font-size:18px}.branding-settings-header span{color:#64748b;font-size:13px}.branding-settings-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.branding-settings-grid label{color:#334155;gap:6px;font-size:13px;font-weight:600;display:grid}.branding-settings-grid input{border:1px solid #cbd5e1;border-radius:8px;height:38px;padding:0 10px;font-size:14px}.branding-logo-preview{border:1px dashed #cbd5e1;border-radius:10px;flex-direction:column;gap:6px;padding:8px;display:flex}.branding-logo-preview span{color:#475569;font-size:12px;font-weight:600}.branding-logo-preview img{object-fit:contain;width:130px;max-width:100%;height:auto}.branding-settings-actions{justify-content:flex-end;gap:8px;margin-top:12px;display:flex}.branding-settings-actions button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;height:38px;padding:0 14px;font-weight:700}.branding-settings-actions button:disabled{opacity:.7;cursor:not-allowed}.branding-settings-actions .secondary-btn{color:#1e293b;background:#e2e8f0}.credentials-groups{gap:12px;display:grid}.credentials-group{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px}.credentials-group h3{color:#0f172a;margin:0 0 10px;font-size:14px}.password-input-wrap{position:relative}.password-input-wrap input{width:100%;padding-right:40px}.password-toggle-btn{color:#64748b;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.actions-bar{justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.search-wrapper{background:#fff;border:2px solid #e2e8f0;border-radius:12px;flex:1;align-items:center;gap:.75rem;padding:.3rem .5rem .3rem 1rem;transition:border-color .2s;display:flex}.search-wrapper:focus-within{border-color:#3b82f6}.search-icon{color:#94a3b8}.search-wrapper input{color:#1e293b;border:none;outline:none;flex:1;padding:.5rem 0;font-size:.95rem}.clear-search{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:18px;display:flex}.search-btn{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:8px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600}.action-buttons{gap:.75rem;display:flex}.icon-refresh-btn{color:#64748b;cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.create-new-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;align-items:center;gap:.75rem;height:46px;padding:0 1.5rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 6px -1px #2563eb33}.create-new-btn:hover{background:#1d4ed8;transform:translateY(-1px)}.dashboard-top-tabs{gap:10px;margin-bottom:16px;display:flex}.dashboard-top-tab{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #d1d5db;border-radius:10px 10px 0 0;height:46px;padding:0 18px;font-weight:700}.dashboard-top-tab.active{color:#111827;background:#fff;border-bottom-color:#fff}.request-controls{border-bottom:1px solid #e2e8f0;align-items:center;gap:12px;padding:12px 16px;display:flex}.request-search-wrap{background:#fff;border:1px solid #d1d5db;border-radius:10px;flex:1;align-items:center;gap:8px;padding:8px 10px;display:flex}.request-search-wrap input{color:#1e293b;border:none;outline:none;width:100%;font-size:14px}.request-filter-select{color:#1e293b;background:#fff;border:1px solid #d1d5db;border-radius:10px;height:40px;padding:0 12px;font-weight:600}.request-status-tabs{border-bottom:1px solid #e2e8f0;gap:6px;padding:12px 16px 0;display:flex}.request-status-tab{color:#4b5563;letter-spacing:.3px;cursor:pointer;background:#f8fafc;border:1px solid #d1d5db;border-bottom:none;border-radius:10px 10px 0 0;align-items:center;gap:6px;padding:10px 14px;font-size:14px;font-weight:700;display:flex}.request-status-tab.active{color:#111827;background:#fff}.count-badge{color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:800;display:inline-flex}.count-badge.blue{background:#2563eb}.count-badge.red{background:#dc2626}.count-badge.gray{background:#6b7280}.count-badge.dark{background:#1f2937}.table-container{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.modern-table{border-collapse:collapse;width:100%}.modern-table th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.5px;background:#f8fafc;border-bottom:2px solid #f1f5f9;padding:1.25rem 1.5rem;font-size:.75rem;font-weight:700}.modern-table td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:1.25rem 1.5rem}.profile-thumb{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;display:flex;overflow:hidden}.profile-thumb img{object-fit:cover;width:100%;height:100%}.info-cell{flex-direction:column;line-height:1.4;display:flex}.info-name{color:#1e293b;font-size:1rem;font-weight:700}.info-main{color:#334155;font-size:.95rem;font-weight:600}.info-sub{color:#64748b;font-size:.8rem;font-weight:500}.id-pill{color:#0369a1;background:#e0f2fe;border:1px solid #bae6fd;border-radius:20px;padding:.35rem .75rem;font-size:.75rem;font-weight:800}.row-actions{justify-content:flex-end;gap:.5rem;display:flex}.action-icon{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.action-icon.edit{color:#2563eb;background:#f0f7ff}.action-icon.edit:hover{color:#fff;background:#2563eb}.action-icon.delete{color:#ef4444;background:#fff1f2}.action-icon.delete:hover{color:#fff;background:#ef4444}.action-icon.verify{color:#0e7490;background:#ecfeff}.action-icon.verify:hover{color:#fff;background:#06b6d4}.action-icon.revoke{color:#c2410c;background:#fff7ed}.action-icon.revoke:hover{color:#fff;background:#f97316}.action-icon.activate{color:#047857;background:#ecfdf5}.action-icon.activate:hover{color:#fff;background:#10b981}.status-pill{border-radius:999px;align-items:center;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.status-active{color:#166534;background:#dcfce7}.status-revoked{color:#991b1b;background:#fee2e2}.table-loader,.empty-state{text-align:center;color:#64748b;padding:4rem;font-style:italic}.text-right{text-align:right}.secret-modal-overlay{z-index:300;background:#02061799;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.secret-modal{background:#fff;border:1px solid #e2e8f0;border-radius:14px;width:100%;max-width:420px;padding:18px;box-shadow:0 20px 30px #0f172a33}.secret-modal h3{color:#0f172a;margin-bottom:8px}.secret-modal p{color:#475569;margin-bottom:12px;font-size:.92rem}.secret-input-wrap{gap:8px;display:flex}.secret-input-wrap input{border:1px solid #cbd5e1;border-radius:8px;flex:1;padding:10px}.secret-input-wrap button{cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;padding:0 12px}.secret-modal-actions{justify-content:flex-end;gap:8px;margin-top:14px;display:flex}.secret-cancel,.secret-confirm{cursor:pointer;border:none;border-radius:8px;padding:8px 14px;font-weight:600}.secret-cancel{color:#334155;background:#e2e8f0}.secret-confirm{color:#fff;background:#1d4ed8}.request-preview-modal{background:#fff;border-radius:14px;width:min(920px,96vw);max-height:88vh;padding:16px;overflow:auto;box-shadow:0 16px 40px #00000047}.request-preview-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.request-preview-header h3{color:#0f172a;margin:0;font-size:20px}.request-preview-header button{cursor:pointer;color:#334155;background:#e2e8f0;border:none;border-radius:50%;width:32px;height:32px;font-size:22px;line-height:1}.request-preview-images{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;display:grid}.request-preview-images>div{border:1px solid #e2e8f0;border-radius:10px;padding:10px}.request-preview-images span{color:#64748b;margin-bottom:8px;font-size:12px;font-weight:700;display:block}.request-preview-images img{object-fit:contain;border:1px solid #e2e8f0;border-radius:8px;width:100%;max-height:180px}.request-preview-empty{color:#64748b;border:1px dashed #cbd5e1;border-radius:8px;justify-content:center;align-items:center;height:120px;font-size:13px;display:flex}.request-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.request-preview-grid>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:9px 10px}.request-preview-grid span{color:#64748b;text-transform:uppercase;margin-bottom:5px;font-size:11px;font-weight:700;display:block}.request-preview-grid strong{color:#0f172a;word-break:break-word;font-size:13px}.request-preview-actions{justify-content:flex-end;gap:10px;margin-top:14px;display:flex}.verify-page{background:#e8eef6;justify-content:center;align-items:center;min-height:100vh;padding:20px 12px;display:flex}.verify-phone-shell{background:#0f172a;border-radius:28px;width:100%;max-width:430px;padding:10px;box-shadow:0 24px 50px #0f172a47}.verify-card{background:#f7f9fc;border-radius:20px;width:100%;min-height:82vh;padding:12px}.verify-appbar{justify-content:space-between;align-items:center;width:100%;margin-bottom:12px;display:inline-flex}.verify-appbar-title{color:#0f172a;font-size:15px;font-weight:700}.verify-badge{letter-spacing:.7px;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:6px 10px;font-size:9px;font-weight:800;display:inline-flex}.badge-valid{color:#166534;background:#d1fae5;border-color:#6ee7b7}.badge-invalid,.badge-revoked,.badge-expired{color:#b91c1c;background:#fee2e2;border-color:#fecaca}.verify-header-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:14px;box-shadow:0 2px 12px #0f172a0f}.verify-header-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.verify-logo-wrap{margin-bottom:10px}.verify-logo{object-fit:contain;border-radius:8px;width:170px;height:auto}.verify-status-icon{border:2px solid #0000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:inline-flex}.verify-status-icon span{font-size:24px;font-weight:900;line-height:1}.verify-status-icon.status-good{background:#dcfce7;border-color:#22c55e;box-shadow:0 0 0 4px #22c55e2e}.verify-status-icon.status-good span{color:#15803d}.verify-status-icon.status-bad{background:#fee2e2;border-color:#ef4444;box-shadow:0 0 0 4px #ef444433}.verify-status-icon.status-bad span{color:#b91c1c}.verify-card h1{color:#0f172a;margin-bottom:6px;font-size:1.4rem}.verify-card p{color:#475569;font-size:13px}.verify-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px;display:grid}.verify-meta-item{background:#eff6ff;border:1px solid #dbeafe;border-radius:12px;padding:10px}.verify-meta-item span{color:#475569;text-transform:uppercase;letter-spacing:.4px;margin-bottom:4px;font-size:10px;display:block}.verify-meta-item strong{color:#0f172a;font-size:12px}.verify-details{gap:7px;display:grid}.verify-card-layout{background:#fff;border:1px solid #e2e8f0;border-radius:16px;grid-template-columns:115px 1fr;gap:12px;margin-top:12px;padding:12px;display:grid;box-shadow:0 2px 12px #0f172a0f}.verify-photo-wrap{background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;width:115px;height:140px;overflow:hidden}.verify-photo{object-fit:cover;width:100%;height:100%}.verify-photo-fallback{color:#64748b;justify-content:center;align-items:center;width:100%;height:100%;font-size:11px;font-weight:600;display:flex}.verify-row{border-bottom:1px solid #f1f5f9;grid-template-columns:92px 1fr;align-items:baseline;gap:8px;padding-bottom:5px;display:grid}.verify-row span{color:#64748b;font-size:11px}.verify-row strong{color:#0f172a;word-break:break-word;font-size:12px;font-weight:700}.verify-footer-note{color:#475569;background:#f1f5f9;border:1px solid #dbeafe;border-radius:12px;margin-top:12px;padding:10px;font-size:11px}.verify-valid .verify-header-card{border-left:4px solid #16a34a}.verify-invalid .verify-header-card,.verify-revoked .verify-header-card,.verify-expired .verify-header-card{border-left:4px solid #dc2626}@media (max-width:700px){.verify-page{padding:8px}.verify-phone-shell{border-radius:0;max-width:100%;min-height:100vh;padding:0}.verify-card{border-radius:0;min-height:100vh}.verify-photo-wrap{width:120px;height:145px}.verify-row{grid-template-columns:1fr;gap:2px}}.employee-apply-page{background:linear-gradient(160deg,#eef2ff,#f8fafc 55%,#dbeafe);min-height:100vh;padding:24px 12px}.employee-apply-card{background:#fff;border:1px solid #dbeafe;border-radius:16px;max-width:980px;margin:0 auto;padding:20px;box-shadow:0 10px 28px #2563eb1f}.employee-apply-card h1{color:#0f172a;white-space:nowrap;text-align:center;margin:0;font-size:28px}.employee-apply-card p{color:#475569;margin:8px 0 18px}.employee-apply-logo-wrap{justify-content:center;margin-bottom:10px;display:flex}.employee-apply-logo{object-fit:contain;width:180px;max-width:70%;height:auto}.employee-apply-form{gap:12px;display:grid}.employee-apply-form label{color:#1e293b;gap:6px;font-size:14px;font-weight:600;display:grid}.employee-apply-form input,.employee-apply-form select,.employee-apply-form textarea{border:1px solid #cbd5e1;border-radius:10px;padding:10px 12px;font-family:inherit;font-size:14px}.employee-apply-form textarea{resize:vertical}.employee-apply-form button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;margin-top:6px;padding:12px;font-weight:700}.employee-apply-form button:disabled{opacity:.7;cursor:not-allowed}.employee-apply-form label.field-highlight input,.employee-apply-form label.field-highlight select,.employee-apply-form label.field-highlight textarea{border-color:#ef4444;box-shadow:0 0 0 4px #ef44442e}.apply-error-banner{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:10px 12px;font-size:13px;font-weight:600}.apply-success-overlay{z-index:9999;background:#0f172a73;justify-content:center;align-items:center;padding:14px;display:flex;position:fixed;inset:0}.apply-success-popup{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:340px;padding:20px 18px;box-shadow:0 18px 40px #0f172a47}.apply-success-icon{color:#fff;background:linear-gradient(160deg,#22c55e,#16a34a);border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 10px;font-size:28px;font-weight:800;display:flex}.terms-row{background:#f8fafc;border:1px solid #0000;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:6px 10px;display:flex}.terms-row.field-highlight{border-color:#ef4444;box-shadow:0 0 0 4px #ef44442e}.terms-checkbox{color:#1e293b;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.terms-checkbox input{width:16px;height:16px}.terms-link{color:#1d4ed8;cursor:pointer;background:0 0;border:none;padding:4px 0;font-weight:700}.terms-link:hover{text-decoration:underline}.apply-terms-overlay{z-index:10000;background:#0f172a73;justify-content:center;align-items:center;padding:14px;display:flex;position:fixed;inset:0}.apply-terms-popup{background:#fff;border-radius:20px;width:100%;max-width:520px;padding:20px 18px 18px;box-shadow:0 18px 40px #0f172a47}.apply-terms-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.apply-terms-header h3{color:#0f172a;margin:0;font-size:18px}.terms-close{color:#0f172a;cursor:pointer;background:#e2e8f0;border:none;border-radius:8px;padding:6px 12px;font-weight:700}.apply-terms-popup ol{color:#334155;gap:8px;margin:0;padding-left:18px;display:grid}.apply-success-popup h3{color:#0f172a;margin:0;font-size:20px}.apply-success-popup p{color:#475569;margin:8px 0 14px;font-size:14px}.apply-success-popup button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;width:100%;height:42px;font-weight:700}.grid-2{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:760px){.grid-2,.branding-settings-grid{grid-template-columns:1fr}.employee-apply-card h1{letter-spacing:-.2px;font-size:20px}.request-preview-images,.request-preview-grid{grid-template-columns:1fr}}@media (max-width:1024px){.dashboard-main{margin:1rem auto;padding:0 1rem}.dashboard-header{align-items:flex-start;gap:.8rem;padding:.9rem 1rem}.header-left{gap:.9rem}.dashboard-logo{width:92px;max-width:none}.header-left h1{padding-left:.9rem;font-size:1rem}.header-brand-name{padding-left:.9rem}.stats-row{gap:.6rem}.stat-card{min-width:92px;padding:.4rem .65rem}.actions-bar{gap:.8rem}.create-new-btn span{display:none}.request-controls{flex-direction:column;align-items:stretch}.request-filter-select{width:100%}.request-status-tabs{flex-wrap:wrap}}@media (max-width:760px){.app-container{padding:.75rem}.header h1{font-size:1.55rem}.generator-topbar{gap:.8rem;flex-direction:column!important;align-items:stretch!important}.generator-topbar>div:last-child{width:100%;justify-content:stretch!important}.generator-topbar>div:last-child button{flex:1;justify-content:center}.form-section{padding:1rem}.preview-section{position:static;top:auto}.dashboard-header{flex-direction:column;position:static}.header-left{width:100%}.header-right{justify-content:space-between;gap:.5rem;width:100%}.stats-row{flex:1;width:100%}.stat-card{flex:1;min-width:0}.dashboard-top-tabs{flex-wrap:wrap;gap:8px}.dashboard-top-tab{flex:1;min-width:160px;height:42px;padding:0 10px;font-size:13px}.actions-bar{flex-direction:column;align-items:stretch;margin-bottom:1rem}.search-wrapper{width:100%}.action-buttons{justify-content:space-between;width:100%}.create-new-btn{flex:1;justify-content:center}.request-status-tab{padding:8px 10px;font-size:12px}.request-status-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:thin;flex-wrap:nowrap;overflow-x:auto}.request-status-tabs::-webkit-scrollbar{height:6px}.request-status-tabs::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.request-status-tab{white-space:nowrap;flex:none}.table-container{overflow-x:auto}.modern-table{min-width:760px}.request-preview-modal{width:100%;max-height:92vh;padding:12px}.request-preview-grid>div{padding:8px}.form-row{flex-direction:column;gap:0}.form-row .flex-1{width:100%}}
