.page-container{width:100%;padding:40px;box-sizing:border-box;background:#f5f7fb;min-height:100vh;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:#1f2937}.category-card{width:100%;background:#fff;border:1px solid #e7eaf0;border-radius:16px;box-shadow:0 2px 4px #0f172a08,0 10px 30px #0f172a0f;overflow:hidden}.card-top{display:flex;align-items:center;justify-content:space-between;padding:24px 26px 20px;border-bottom:1px solid #edf0f4}.title-section h2{margin:0;color:#172033;font-size:21px;font-weight:700;letter-spacing:-.3px}.title-section p{margin:5px 0 0;color:#8a94a6;font-size:13px}.add-btn{height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 17px;border:none;border-radius:8px;background:#38528a;color:#fff;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 4px 10px #38528a2e;transition:all .2s ease}.add-btn i{font-size:15px}.add-btn:hover{background:#2f4678;transform:translateY(-1px);box-shadow:0 6px 14px #38528a40}.add-btn:active{transform:translateY(0)}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 26px;background:#fff}.search-wrapper{position:relative;width:310px}.search-icon{position:absolute;left:13px;top:50%;transform:translateY(-50%);color:#9aa4b2;font-size:14px;pointer-events:none}.search-box{width:100%;height:38px;box-sizing:border-box;padding:0 14px 0 38px;border:1px solid #dfe3e8;border-radius:8px;outline:none;background:#fff;color:#273142;font-size:13px;transition:all .2s ease}.search-box::placeholder{color:#a0a9b7}.search-box:hover{border-color:#c4cad3}.search-box:focus{border-color:#38528a;box-shadow:0 0 0 3px #38528a17}.toolbar-right{display:flex;align-items:center;gap:14px}.entries-box{display:flex;align-items:center;gap:7px;color:#737e8e;font-size:12px;font-weight:500}.show-text{color:#697586}.entries-box select{width:58px;height:34px;padding:0 8px;border:1px solid #dfe3e8;border-radius:7px;background:#fff;color:#273142;outline:none;font-size:12px;cursor:pointer}.entries-box select:focus{border-color:#38528a;box-shadow:0 0 0 3px #38528a14}.entries-text{color:#697586}.bulk-btn{height:34px;display:flex;align-items:center;gap:7px;padding:0 12px;border:1px solid #dfe3e8;border-radius:7px;background:#fff;color:#475467;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.bulk-btn:hover{background:#f8f9fb;border-color:#cbd1da}.bulk-btn .dropdown-icon{margin-left:2px;font-size:9px}.table-wrapper{width:100%;overflow-x:auto;border-top:1px solid #edf0f4}table{width:100%;min-width:800px;border-collapse:collapse}thead{background:#fafbfc}th{height:48px;padding:0 20px;text-align:left;color:#687385;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-bottom:1px solid #e9edf2}td{height:58px;padding:0 20px;color:#596579;font-size:13px;border-bottom:1px solid #f0f2f5;vertical-align:middle}tbody tr{transition:background .15s ease}tbody tr:hover{background:#fafcff}tbody tr:last-child td{border-bottom:none}.no-column{width:70px}.row-number{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:7px;background:#f1f4f8;color:#697586;font-size:12px;font-weight:600}.category-name{color:#293447;font-size:13px;font-weight:600}.description-text{color:#7b8697;font-size:13px}.action-column{width:120px;text-align:left}.action-buttons{display:flex;align-items:center;gap:5px}.action-btn{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:7px;background:transparent;cursor:pointer;transition:all .18s ease}.edit-btn{color:#64748b}.edit-btn:hover{background:#edf4ff;color:#3565c8}.delete-btn{color:#9aa3af}.delete-btn:hover{background:#fff0f0;color:#dc3545}.switch{position:relative;display:inline-block;width:40px;height:21px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;inset:0;background:#d8dde5;border-radius:20px;cursor:pointer;transition:.25s ease}.slider:before{content:"";position:absolute;width:15px;height:15px;left:3px;top:3px;background:#fff;border-radius:50%;box-shadow:0 1px 3px #0003;transition:.25s ease}.switch input:checked+.slider{background:#36a269}.switch input:checked+.slider:before{transform:translate(19px)}.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .2s ease}.sortable:hover{color:#38528a}.empty-state{height:260px;text-align:center;padding:30px!important}.empty-icon{width:52px;height:52px;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#f3f5f8;color:#8b95a5;font-size:22px}.empty-title{color:#374151;font-size:14px;font-weight:650}.empty-description{margin-top:5px;color:#9aa3af;font-size:12px}.table-footer{display:flex;align-items:center;justify-content:flex-start;padding:14px 26px;border-top:1px solid #edf0f4;color:#8a94a3;font-size:12px}.table-footer strong{color:#475467;font-weight:650}.modal-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:20px;background:#1118277a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:9999;animation:fadeIn .2s ease}.modal-box{width:100%;max-width:480px;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 20px 50px #0f172a2e;animation:modalIn .25s ease}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:22px 24px;border-bottom:1px solid #edf0f4}.modal-header>div:first-child{display:flex;align-items:center;gap:12px}.modal-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:9px;font-size:16px}.add-icon{background:#edf4ff;color:#38528a}.edit-icon{background:#f1f5ff;color:#38528a}.modal-title-content h2{margin:0;color:#1f2937;font-size:17px;font-weight:700}.modal-title-content p{margin:4px 0 0;color:#929baa;font-size:12px}.modal-close{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:none;border-radius:7px;background:transparent;color:#8c96a5;cursor:pointer;transition:all .2s ease}.modal-close:hover{background:#f3f4f6;color:#374151}.modal-body{padding:22px 24px 8px}.form-group{margin-bottom:18px}.form-group label{display:block;margin-bottom:7px;color:#374151;font-size:12px;font-weight:650}.form-group label span{color:#dc3545}.modal-box input[type=text],.modal-box textarea{width:100%;box-sizing:border-box;border:1px solid #dce1e8;border-radius:8px;background:#fff;color:#293447;outline:none;font-family:inherit;font-size:13px;transition:all .2s ease}.modal-box input[type=text]{height:42px;padding:0 13px}.modal-box textarea{min-height:92px;padding:11px 13px;resize:vertical}.modal-box input::placeholder,.modal-box textarea::placeholder{color:#a2aab6}.modal-box input[type=text]:focus,.modal-box textarea:focus{border-color:#38528a;box-shadow:0 0 0 3px #38528a14}.text-danger{align-items:center;gap:5px;margin-top:6px;color:#dc3545;font-size:11px}.status-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-top:1px solid #edf0f4}.status-info{display:flex;flex-direction:column;gap:3px}.status-info strong{color:#374151;font-size:13px}.status-info span{color:#8c96a5;font-size:11px}.modal-buttons{display:flex;align-items:center;justify-content:flex-end;gap:9px;padding:17px 24px;border-top:1px solid #edf0f4;background:#fafbfc}.cancel-btn{height:38px;padding:0 17px;border:1px solid #d7dce3;border-radius:7px;background:#fff;color:#596579;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.cancel-btn:hover{background:#f5f6f8;border-color:#c4cad3}.submit-btn{height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 18px;border:none;border-radius:7px;background:#38528a;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.submit-btn:hover{background:#2f4678;box-shadow:0 4px 10px #38528a2e}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalIn{0%{opacity:0;transform:translateY(15px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:768px){.page-container{padding:12px}.card-top{padding:18px}.toolbar{flex-direction:column;align-items:stretch;padding:15px 18px}.search-wrapper{width:100%}.toolbar-right{justify-content:space-between}.modal-box{max-width:100%}}@media(max-width:480px){.card-top{align-items:flex-start;flex-direction:column;gap:15px}.add-btn,.toolbar-right{width:100%}.entries-box,.bulk-btn{flex:1}.modal-header,.modal-body,.modal-buttons{padding-left:18px;padding-right:18px}.modal-buttons{flex-direction:column-reverse}.cancel-btn,.submit-btn{width:100%}}.renewal-container{width:100%;max-width:1400px;margin:25px auto;padding:15px 0}.renewal-card{width:100%;background:#fff;border:1px solid #e1e5eb;border-radius:18px;box-shadow:0 6px 25px #00000012;overflow:hidden}.renewal-card .card-body{padding:28px 30px}.renewal-card .form-label{font-weight:500;color:#344054;margin-bottom:7px}.renewal-card .form-control,.renewal-card .form-select{width:100%;height:44px;border:1px solid #d9dee7;border-radius:9px;padding:8px 12px}.renewal-card textarea.form-control{height:auto;min-height:100px;resize:vertical}.renewal-card .form-control:focus,.renewal-card .form-select:focus{border-color:#86b7fe;box-shadow:0 0 0 3px #0d6efd14}.renewal-card .btn{border-radius:8px;padding:9px 18px}@media(max-width:768px){.renewal-container{padding:0 10px}.renewal-card{border-radius:12px}.renewal-card .card-body{padding:20px}}.btn-save{background:#38528a;color:#fff;border:1px solid #38528a;border-radius:8px;padding:9px 20px;font-weight:500;transition:all .2s ease}.btn-save:hover{background:#38528a;border-color:#38528a;color:#fff}.btn-reset{background:#f8f9fa;color:#475467;border:1px solid #d0d5dd;border-radius:8px;padding:9px 20px;font-weight:500;transition:all .2s ease}.btn-reset:hover{background:#f1f3f5;color:#344054;border-color:#bfc5cc}.date-btn{color:#bfc5cc}.date-btn:hover{color:#070707}.filter-buttons{display:flex;justify-content:center;align-items:center;margin-top:15px}.table-footer{display:flex;justify-content:space-between;align-items:center;padding:18px 20px}.pagination{display:flex;align-items:center;gap:6px}.page-btn{min-width:34px;height:34px;padding:0 10px;border:1px solid #ddd;background:#fff;border-radius:6px;cursor:pointer;font-size:14px}.page-btn.active{background:#38528a;color:#fff;border-color:#38528a}.page-btn:disabled{opacity:.5;cursor:not-allowed}.category-document-info{display:flex;flex-direction:column;gap:4px;line-height:1.3}.category-text{font-size:14px;font-weight:600;color:#374151}.document-type-text{font-size:12px;color:#6b7280}.date-info{display:flex;flex-direction:column;gap:5px;min-width:130px}.date-row{display:flex;align-items:center;gap:6px;white-space:nowrap}.date-label{font-size:11px;font-weight:600;color:#6b7280;min-width:52px}.date-text{font-size:12px;font-weight:500;color:#374151}
