*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#f1f5f9;color:#1e293b;font-size:14px}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3a8a,#2563eb,#3b82f6);padding:24px}.login-card{width:100%;max-width:420px;background:#fff;border-radius:20px;box-shadow:0 32px 80px #00000040;padding:40px}.login-header{text-align:center;margin-bottom:32px}.login-header h1{font-size:24px;font-weight:700;color:#1e293b}.login-header p{color:#64748b;margin-top:6px;font-size:14px}.login-form label{display:block;margin:16px 0 6px;font-size:13px;font-weight:600;color:#374151}.login-form input[type=email],.login-form input[type=password],.login-form input[type=text]{width:100%;padding:11px 14px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:14px;outline:none;transition:border-color .2s}.login-form input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.password-group{display:flex;gap:8px}.password-group input{flex:1}.toggle-password{border:1.5px solid #e2e8f0;background:#fff;border-radius:10px;padding:0 14px;cursor:pointer;color:#2563eb;font-size:13px;font-weight:600}.remember-me{display:flex;align-items:center;gap:8px;margin-top:16px;font-size:13px;color:#374151;cursor:pointer}.remember-me input[type=checkbox]{width:16px;height:16px;accent-color:#2563eb;cursor:pointer}.submit-button{width:100%;margin-top:24px;padding:13px;border:none;border-radius:12px;background:#2563eb;color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:background .2s}.submit-button:hover:not(:disabled){background:#1d4ed8}.submit-button:disabled{opacity:.6;cursor:not-allowed}.error-text{display:block;margin-top:4px;color:#dc2626;font-size:12px}.app-layout{display:flex;height:100vh;overflow:hidden}.sidebar{width:260px;min-width:260px;background:#0f172a;display:flex;flex-direction:column;height:100vh;overflow-y:auto}.sidebar-logo{display:flex;align-items:center;gap:12px;padding:24px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-logo-icon{font-size:28px}.sidebar-logo-title{font-size:16px;font-weight:700;color:#fff;line-height:1.2}.sidebar-logo-sub{font-size:11px;color:#94a3b8}.sidebar-nav{flex:1;padding:16px 12px;display:flex;flex-direction:column;gap:4px}.nav-item{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:10px;color:#94a3b8;text-decoration:none;font-size:13.5px;font-weight:500;transition:all .15s;cursor:pointer}.nav-item:hover{background:#ffffff12;color:#e2e8f0}.nav-item-active{background:#2563eb!important;color:#fff!important;font-weight:600}.nav-icon{font-size:16px;width:20px;text-align:center}.sidebar-footer{padding:16px 12px;border-top:1px solid rgba(255,255,255,.08)}.sidebar-user{display:flex;align-items:center;gap:10px;padding:10px;margin-bottom:8px}.sidebar-user-avatar{width:36px;height:36px;border-radius:50%;background:#2563eb;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:15px;flex-shrink:0}.sidebar-user-name{font-size:13px;font-weight:600;color:#e2e8f0}.sidebar-user-role{font-size:11px;color:#64748b;text-transform:capitalize}.sidebar-logout{width:100%;padding:9px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:transparent;color:#94a3b8;cursor:pointer;font-size:13px;transition:all .15s}.sidebar-logout:hover{background:#dc262626;color:#f87171;border-color:#dc26264d}.main-area{flex:1;display:flex;flex-direction:column;overflow:hidden}.header{height:64px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;padding:0 28px;flex-shrink:0;box-shadow:0 1px 4px #0000000f}.header-title{font-size:18px;font-weight:700;color:#1e293b}.header-date{font-size:12px;color:#94a3b8;margin-top:2px;display:block}.header-user{display:flex;align-items:center;gap:10px}.header-user-avatar{width:34px;height:34px;border-radius:50%;background:#2563eb;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px}.header-user-name{font-size:13px;font-weight:600;color:#374151}.header-user-badge{background:#eff6ff;color:#2563eb;padding:3px 8px;border-radius:20px;font-size:11px;font-weight:600;text-transform:capitalize}.page-content{flex:1;overflow-y:auto;padding:28px}.dashboard{display:flex;flex-direction:column;gap:24px}.dash-stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.dash-stat-card{background:#fff;border-radius:14px;padding:20px 22px;display:flex;align-items:center;gap:16px;box-shadow:0 1px 8px #00000012;border-left:4px solid;transition:box-shadow .15s,transform .15s}.dash-stat-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-1px)}.dash-stat-blue{border-color:#2563eb}.dash-stat-green{border-color:#16a34a}.dash-stat-orange{border-color:#ea580c}.dash-stat-teal{border-color:#0891b2}.dash-stat-purple{border-color:#7c3aed}.dash-stat-icon{font-size:30px;flex-shrink:0}.dash-stat-body{min-width:0}.dash-stat-value{font-size:30px;font-weight:800;color:#1e293b;line-height:1.1;letter-spacing:-.5px}.dash-stat-label{font-size:12px;color:#64748b;margin-top:3px;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.dash-skeleton{display:block;width:60px;height:30px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:shimmer 1.2s infinite;border-radius:6px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.dashboard-card{background:#fff;border-radius:14px;box-shadow:0 1px 6px #0000000f}.dash-card-header{padding:18px 24px;border-bottom:1px solid #f1f5f9;display:flex;align-items:baseline;gap:10px}.dash-card-title{font-size:15px;font-weight:700;color:#1e293b}.dash-card-sub{font-size:12px;color:#94a3b8}.card-header{padding:18px 24px;border-bottom:1px solid #f1f5f9}.card-title{font-size:15px;font-weight:700;color:#1e293b}.loading-text,.empty-text{padding:40px;text-align:center;color:#94a3b8;font-size:14px}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:14px}.data-table{width:100%;border-collapse:collapse}.data-table th{background:#f8fafc;padding:11px 14px;text-align:left;font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #e2e8f0;white-space:nowrap}.data-table td{padding:11px 14px;border-bottom:1px solid #f1f5f9;font-size:13px;color:#374151;white-space:nowrap;vertical-align:middle}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background:#f8fafc}.data-table th.col-actions,.data-table td.col-actions{position:sticky;left:0;z-index:2;background:#f8fafc;box-shadow:2px 0 6px #0000000f}.data-table td.col-actions{background:#fff}.data-table tr:hover td.col-actions{background:#f8fafc}.col-actions{min-width:120px}.col-status{min-width:95px}.col-name{min-width:150px;max-width:200px;white-space:normal;word-break:break-word}.col-empid,.col-tpaid{min-width:100px}.col-mid{min-width:115px}.col-aadhaar{min-width:140px}.col-gender{min-width:72px}.col-dob{min-width:100px}.col-policies{min-width:160px;max-width:240px;white-space:normal}.col-amt{min-width:110px;text-align:right}.col-by{min-width:110px}.col-date{min-width:100px}.col-pno{min-width:140px;max-width:200px;overflow:hidden;text-overflow:ellipsis}.col-ptype{min-width:120px}.col-corp{min-width:140px;max-width:180px;overflow:hidden;text-overflow:ellipsis}.col-tpa{min-width:130px}.col-insco{min-width:160px;max-width:220px;overflow:hidden;text-overflow:ellipsis}.col-members{min-width:80px;text-align:center}.col-claimno{min-width:130px}.col-policyno{min-width:130px;max-width:180px;overflow:hidden;text-overflow:ellipsis}.col-hospital{min-width:150px;max-width:200px;overflow:hidden;text-overflow:ellipsis}.col-patient{min-width:130px}.col-cltype{min-width:110px}.col-estamt{min-width:120px;text-align:right}.col-clstatus{min-width:220px}.col-clcat{min-width:130px}.cell-name{font-weight:600;color:#1e293b}.cell-empty{color:#cbd5e1;font-size:12px}.claim-no{font-family:monospace;font-weight:600;color:#2563eb}.badge{display:inline-block;padding:3px 9px;border-radius:20px;font-size:11.5px;font-weight:600}.badge-blue{background:#eff6ff;color:#2563eb}.badge-green{background:#f0fdf4;color:#16a34a}.badge-orange{background:#fff7ed;color:#ea580c}.badge-yellow{background:#fefce8;color:#ca8a04}.badge-red{background:#fef2f2;color:#dc2626}.badge-purple{background:#faf5ff;color:#7c3aed}.badge-gray{background:#f1f5f9;color:#64748b}.form-page{max-width:1100px;display:flex;flex-direction:column;gap:20px}.form-section{background:#fff;border-radius:14px;padding:24px;box-shadow:0 1px 6px #0000000f}.section-title{font-size:15px;font-weight:700;color:#1e293b;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #2563eb;display:inline-block}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.form-group{display:flex;flex-direction:column;gap:5px}.form-group label{font-size:13px;font-weight:600;color:#374151;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.form-input{padding:10px 13px;border:1.5px solid #e2e8f0;border-radius:9px;font-size:13.5px;outline:none;background:#fff;width:100%;transition:border-color .15s,box-shadow .15s;color:#1e293b}.form-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-input.bg-readonly{background:#f8fafc;color:#64748b;cursor:default}textarea.form-input{resize:vertical;min-height:80px}.form-grid-1{display:grid;grid-template-columns:1fr;gap:16px}.form-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.form-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.form-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.required{color:#dc2626;font-size:12px}.auto-tag{font-size:10px;background:#eff6ff;color:#2563eb;padding:2px 6px;border-radius:4px;font-weight:600}.mandatory-tag{font-size:10px;background:#fef2f2;color:#dc2626;padding:2px 6px;border-radius:4px;font-weight:600}.optional-tag{font-size:10px;background:#f0fdf4;color:#16a34a;padding:2px 6px;border-radius:4px;font-weight:600}.field-hint{font-size:11px;color:#94a3b8;margin-top:3px}.policy-lookup-note{font-size:12.5px;color:#64748b;background:#f0f9ff;border:1px solid #bae6fd;padding:10px 14px;border-radius:8px;margin-bottom:16px}.status-note{font-size:12.5px;color:#92400e;background:#fffbeb;border:1px solid #fde68a;padding:10px 14px;border-radius:8px;margin-bottom:16px}.upload-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.upload-btn{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;background:#2563eb;color:#fff;border-radius:9px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.upload-btn:hover{background:#1d4ed8}.upload-hint{font-size:12px;color:#64748b}.input-with-loader{position:relative}.input-with-loader .form-input{padding-right:36px}.loader-inline{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:16px;color:#2563eb}.loader-inline.spinning{animation:spin .8s linear infinite}@keyframes spin{to{transform:translateY(-50%) rotate(360deg)}}.autocomplete-wrap{position:relative}.input-error{border-color:#ef4444!important}.autocomplete-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:999;background:#fff;border:1.5px solid #2563eb;border-radius:10px;box-shadow:0 8px 24px #2563eb26;list-style:none;margin:0;padding:6px;max-height:280px;overflow-y:auto}.autocomplete-item{padding:10px 12px;border-radius:7px;cursor:pointer;transition:background .12s;border-bottom:1px solid #f1f5f9}.autocomplete-item:last-child{border-bottom:none}.autocomplete-item:hover{background:#eff6ff}.ac-policy-no{font-weight:700;font-size:14px;color:#1e40af;margin-bottom:4px;letter-spacing:.3px}.ac-policy-meta{display:flex;flex-wrap:wrap;gap:6px;align-items:center;font-size:12px;color:#64748b}.ac-badge{background:#dbeafe;color:#1d4ed8;padding:2px 8px;border-radius:20px;font-weight:600;font-size:11px}.ac-tpa{color:#7c3aed;font-weight:500}.ac-corp{color:#059669;font-weight:500}.table-wrapper{overflow-x:auto}.inline-table{width:100%;border-collapse:collapse}.inline-table th{background:#f8fafc;padding:10px 12px;text-align:left;font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;border-bottom:1px solid #e2e8f0}.inline-table td{padding:8px 12px;border-bottom:1px solid #f1f5f9}.table-input{padding:8px 10px;border:1.5px solid #e2e8f0;border-radius:7px;font-size:13px;outline:none;width:100%;background:#fff}.table-input:focus{border-color:#2563eb}.btn-add{padding:8px 14px;background:#eff6ff;color:#2563eb;border:1.5px solid #bfdbfe;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;transition:all .15s}.btn-add:hover{background:#2563eb;color:#fff}.btn-remove{padding:6px 10px;background:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:6px;cursor:pointer;font-size:12px}.btn-remove:hover{background:#dc2626;color:#fff}.status-options{display:flex;flex-direction:column;gap:8px}.status-radio{display:flex;align-items:center;gap:10px;padding:10px 14px;border:1.5px solid #e2e8f0;border-radius:9px;cursor:pointer;font-size:13px;font-weight:500;transition:all .15s}.status-radio:hover{border-color:#93c5fd;background:#f0f9ff}.status-radio-active{border-color:#2563eb!important;background:#eff6ff!important;color:#2563eb;font-weight:600}.status-radio input[type=radio]{accent-color:#2563eb}.category-options{display:flex;flex-direction:column;gap:10px;margin-top:4px}.category-radio{display:flex;align-items:center;gap:10px;padding:12px 16px;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;font-size:13.5px;font-weight:600;transition:all .15s}.category-radio input[type=radio]{accent-color:currentColor}.category-genuine.active{border-color:#16a34a;background:#f0fdf4;color:#15803d}.category-fake.active{border-color:#dc2626;background:#fef2f2;color:#dc2626}.category-investigation.active{border-color:#ca8a04;background:#fefce8;color:#a16207}.category-genuine:hover{border-color:#86efac;background:#f0fdf4}.category-fake:hover{border-color:#fca5a5;background:#fef2f2}.category-investigation:hover{border-color:#fde047;background:#fefce8}.form-actions{display:flex;justify-content:flex-end;gap:12px;padding:20px 0 4px}.btn-primary{padding:11px 28px;background:#2563eb;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;transition:background .15s}.btn-primary:hover:not(:disabled){background:#1d4ed8}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{padding:11px 24px;background:#fff;color:#374151;border:1.5px solid #e2e8f0;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s}.btn-secondary:hover{border-color:#cbd5e1;background:#f8fafc}.list-page{display:flex;flex-direction:column;gap:16px}.list-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.list-filters{display:flex;gap:10px;flex:1;flex-wrap:wrap}.list-search{flex:1;min-width:220px;padding:9px 14px;border:1.5px solid #e2e8f0;border-radius:9px;font-size:13.5px;outline:none;background:#fff}.list-search:focus{border-color:#2563eb}.list-filter-select{padding:9px 12px;border:1.5px solid #e2e8f0;border-radius:9px;font-size:13px;outline:none;background:#fff;cursor:pointer}.list-filter-select:focus{border-color:#2563eb}.table-card{background:#fff;border-radius:14px;box-shadow:0 1px 6px #0000000f}.action-btns{display:flex;gap:6px}.btn-action{padding:5px 12px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;border:1.5px solid;transition:all .15s}.btn-edit{background:#eff6ff;color:#2563eb;border-color:#bfdbfe}.btn-edit:hover{background:#2563eb;color:#fff}.btn-delete{background:#fef2f2;color:#dc2626;border-color:#fecaca}.btn-delete:hover{background:#dc2626;color:#fff}.id-tag{font-family:monospace;font-size:12px;font-weight:700;background:#f1f5f9;color:#2563eb;padding:3px 8px;border-radius:6px}.page-subheader{display:flex;align-items:center;gap:14px;margin-bottom:4px}.btn-back{padding:7px 14px;background:#fff;color:#374151;border:1.5px solid #e2e8f0;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s;flex-shrink:0}.btn-back:hover{border-color:#2563eb;color:#2563eb}.subheader-title{font-size:16px;font-weight:700;color:#1e293b}.user-name-cell{display:flex;align-items:center;gap:10px}.user-avatar-sm{width:30px;height:30px;border-radius:50%;background:#2563eb;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:13px;flex-shrink:0}.role-select{border:none;cursor:pointer;font-size:11.5px;font-weight:600;padding:3px 8px;border-radius:20px;outline:none}.status-toggle{padding:5px 12px;border-radius:20px;font-size:12px;font-weight:600;cursor:pointer;border:1.5px solid;transition:all .15s}.status-active{background:#f0fdf4;color:#16a34a;border-color:#86efac}.status-active:hover{background:#16a34a;color:#fff}.status-inactive{background:#fef2f2;color:#dc2626;border-color:#fecaca}.status-inactive:hover{background:#dc2626;color:#fff}.status-select-inline{border:none;cursor:pointer;font-size:11.5px;font-weight:600;padding:4px 24px 4px 12px;border-radius:20px;outline:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:10px;transition:all .2s}.status-select-inline:hover{filter:brightness(.95)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.modal-content{background:#fff;width:100%;max-width:480px;border-radius:20px;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.modal-header{padding:20px 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f1f5f9}.modal-title{font-size:16px;font-weight:700;color:#1e293b}.modal-close{background:#f1f5f9;border:none;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;color:#64748b;cursor:pointer;transition:all .2s}.modal-close:hover{background:#e2e8f0;color:#1e293b}.modal-body{padding:24px}.modal-desc{font-size:14px;color:#64748b;margin-bottom:20px;line-height:1.5}.modal-desc strong{color:#2563eb}.modal-footer{padding:16px 24px;background:#f8fafc;display:flex;justify-content:flex-end;gap:12px}.scale-in{animation:scaleIn .25s cubic-bezier(.16,1,.3,1)}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width: 1280px){.dash-stats-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1024px){.dash-stats-grid,.stats-grid,.form-grid-4,.form-grid-3{grid-template-columns:repeat(2,1fr)}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-box{background:#fff;border-radius:16px;padding:28px 32px;max-width:420px;width:90%;box-shadow:0 20px 60px #00000040}.modal-message{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:8px}.modal-sub{font-size:13px;color:#64748b;margin-bottom:20px}.modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.btn-danger{padding:8px 18px;border:none;border-radius:8px;background:#dc2626;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s}.btn-danger:hover{background:#b91c1c}.status-toggle{padding:4px 12px;border:none;border-radius:20px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.status-toggle.active{background:#dcfce7;color:#16a34a}.status-toggle.active:hover{background:#bbf7d0}.status-toggle.inactive{background:#fee2e2;color:#dc2626}.status-toggle.inactive:hover{background:#fecaca}.expiry-badge{display:inline-block;margin-left:4px;font-size:11px;font-weight:600;padding:2px 6px;border-radius:10px;background:#fef3c7;color:#d97706}.expiry-badge.expired{background:#fee2e2;color:#dc2626}.badge-orange{background:#fef3c7;color:#d97706;padding:2px 8px;border-radius:20px;font-size:12px;font-weight:600}.count-badge{display:inline-block;background:#e0f2fe;color:#0369a1;border-radius:20px;padding:2px 10px;font-size:12px;font-weight:700}.policy-tag{display:inline-block;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:6px;padding:2px 8px;font-size:11px;font-weight:600}.policy-tag.expired{background:#fef2f2;color:#dc2626;border-color:#fecaca}.header-right{display:flex;align-items:center;gap:16px}.bell-wrapper{position:relative}.bell-btn{position:relative;background:none;border:none;color:#64748b;cursor:pointer;padding:6px;border-radius:8px;display:flex;align-items:center;transition:background .2s,color .2s}.bell-btn:hover{background:#f1f5f9;color:#1e293b}.bell-badge{position:absolute;top:0;right:0;background:#dc2626;color:#fff;border-radius:50%;min-width:18px;height:18px;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid white}.bell-dropdown{position:absolute;right:0;top:calc(100% + 8px);background:#fff;border-radius:14px;width:340px;box-shadow:0 12px 40px #0000002e;border:1px solid #e2e8f0;z-index:500;overflow:hidden}.bell-dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;font-size:13px;font-weight:700;color:#1e293b;border-bottom:1px solid #f1f5f9;background:#f8fafc}.bell-dropdown-count{background:#dc2626;color:#fff;border-radius:20px;padding:2px 8px;font-size:11px;font-weight:700}.bell-empty{padding:20px 16px;text-align:center;color:#94a3b8;font-size:13px}.bell-list{max-height:320px;overflow-y:auto}.bell-item{padding:12px 16px;border-bottom:1px solid #f1f5f9;transition:background .15s;cursor:default}.bell-item:hover{background:#f8fafc}.bell-item:last-child{border-bottom:none}.bell-item-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.bell-policy-no{font-size:13px;font-weight:600;color:#1e293b}.bell-days{font-size:12px;font-weight:700}.bell-item-sub{font-size:11px;color:#64748b}@media (max-width: 768px){.sidebar{display:none}.dash-stats-grid,.stats-grid{grid-template-columns:1fr 1fr}.form-grid-2,.form-grid-3,.form-grid-4{grid-template-columns:1fr}.page-content{padding:16px}}.upload-btn-inline{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:8px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;border:none;transition:opacity .2s;white-space:nowrap}.upload-btn-inline:hover{opacity:.88}.policy-section-disabled{display:flex;align-items:center;gap:10px;padding:18px;background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:10px;color:#94a3b8;font-size:13px}.policy-tag-section{display:flex;flex-direction:column;gap:10px}.tag-add-row{display:flex;gap:10px;align-items:center}.tag-add-row .form-input{flex:1;min-width:0}.tag-hint{font-size:12px;color:#94a3b8;margin:0}.tag-list{display:flex;flex-direction:column;gap:6px}.tag-card{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;gap:12px}.tag-card.expired{background:#fff7ed;border-color:#fed7aa}.tag-card-left{display:flex;flex-direction:column;gap:2px;min-width:0}.tag-card-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.tag-pno{font-size:13px;font-weight:700;color:#1e293b}.tag-info{font-size:11px;color:#64748b}.ac-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px #0000001f;z-index:200;max-height:240px;overflow-y:auto}.ac-item{display:flex;flex-direction:column;gap:2px;padding:10px 14px;cursor:pointer;transition:background .15s;border-bottom:1px solid #f1f5f9}.ac-item:last-child{border-bottom:none}.ac-item:hover{background:#eff6ff}.ac-pno{font-size:13px;font-weight:700;color:#1d4ed8}.ac-sub{font-size:11px;color:#64748b}.ac-empty{padding:14px;text-align:center;color:#94a3b8;font-size:13px}
