#root{width:100%}.required{color:red}.deposit-card{background:#fff;border-radius:6px;padding:clamp(20px,4vw,46px);box-shadow:0 2px 8px #00000014}.back-btn{color:#075a9c;cursor:pointer;background:#dbeafe;border:1px solid #8bb8ef;border-radius:4px;width:36px;height:36px;font-size:18px}.loading-overlay{z-index:9998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffffa6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loading-box{background:#fff;border-radius:10px;flex-direction:column;align-items:center;gap:12px;padding:22px 32px;font-weight:600;display:flex;box-shadow:0 10px 30px #0000002e}.spinner{border:4px solid #d7e7f7;border-top-color:#00599c;border-radius:50%;width:34px;height:34px;animation:.8s linear infinite spin}.table-loading{color:#555;justify-content:center;align-items:center;gap:10px;min-height:140px;font-weight:600;display:flex}@keyframes spin{to{transform:rotate(360deg)}}.toast{color:#fff;z-index:99999;border-radius:8px;padding:13px 18px;font-weight:600;animation:.25s toastSlide;position:fixed;top:22px;right:22px;box-shadow:0 8px 25px #0003}.toast-success{background:#198754}.toast-error{background:#dc3545}.toast-info{background:#00599c}@keyframes toastSlide{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}button:disabled{opacity:.6;cursor:not-allowed}.status-badge{color:#fff;font-size:12px;font-weight:auto;text-transform:uppercase;text-align:center;border-radius:4px;padding:4px 14px;display:inline-block}.status-open{background:#7ea9eb}.status-deposited{background:#538d72}.status-verified{background:#38be96}.status-cancelled{background:#c45863}.validation-toast-overlay{z-index:9999;background:0 0;position:fixed;inset:0}.validation-toast{color:#333;background:#f8eaeaef;border-left:5px solid #dc3545;border-radius:8px;width:min(280px,100vw - 32px);padding:16px;animation:.22s ease-out validationToastSlide;position:absolute;top:30px;right:10px;box-shadow:0 12px 35px #00000040}.validation-toast-header{color:#dc3545;justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.validation-toast-header strong{font-size:16px}.validation-toast-header button{cursor:pointer;background:0 0;border:none;font-size:22px;line-height:1}.validation-toast ul{margin:0;padding-left:14px}.validation-toast li{margin-bottom:6px;font-size:13px;line-height:1.35}.success-toast{background:#cff0e5c5;border-left:5px solid #28a745}.success-toast-body{color:#333;padding-top:8px;line-height:1.45}@keyframes validationToastSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.validation-toast{width:auto;max-width:none;padding:14px;top:30px;left:12px;right:12px}.validation-toast-header strong{font-size:15px}.validation-toast li{font-size:12px}}@media (width<=420px){.validation-toast{border-left-width:4px;padding:12px;top:30px;left:10px;right:10px}.validation-toast-header button{font-size:20px}}.confirm-overlay{z-index:99999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.confirm-modal{background:#fff;border-radius:10px;width:min(420px,100vw - 32px);animation:.2s confirmScale;overflow:hidden;box-shadow:0 15px 45px #00000040}.confirm-header{border-bottom:1px solid #ececec;padding:18px 22px}.confirm-header h3{color:#333;margin:0;font-size:20px}.confirm-body{padding:22px}.confirm-body p{color:#555;margin:0;line-height:1.6}.confirm-actions{border-top:1px solid #ececec;justify-content:flex-end;gap:10px;padding:18px 22px;display:flex}.confirm-actions button{cursor:pointer;border-radius:6px;min-width:120px;padding:10px 18px;font-weight:600;transition:all .2s}.confirm-cancel-btn{color:#333;background:#f3f4f6;border:1px solid #d1d5db}.confirm-cancel-btn:hover:not(:disabled){background:#e5e7eb}.danger-btn{color:#fff;background:#dc3545;border:none}.danger-btn:hover:not(:disabled){background:#bb2d3b}@keyframes confirmScale{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@media (width<=768px){.confirm-modal{width:calc(100vw - 24px)}.confirm-actions{flex-direction:column-reverse}.confirm-actions button{width:100%}}.deposit-slip-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:12px;display:flex}.camera-modal{z-index:99999;background:#000;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.camera-box{background:#fff;border-radius:14px;width:min(450px,94vw);padding:10px}.camera-box video{object-fit:cover;background:#000;border-radius:10px;width:100%;height:70vh}.camera-actions{gap:10px;margin-top:12px;display:flex}.camera-actions button{cursor:pointer;flex:1;padding:1px;font-size:5px}.camera-error{color:#dc3545;margin-top:10px;font-size:14px}@media (width<=768px){.camera-modal{justify-content:stretch;align-items:stretch}.camera-box{background:#000;border-radius:0;flex-direction:column;width:100vw;height:100dvh;padding:0;display:flex}.camera-box video{object-fit:cover;border-radius:0;flex:1;width:100%;height:100%}.camera-actions{background:#000;margin:0;padding:10px}.camera-actions button{height:20px;font-size:5px;font-weight:700}.camera-error{color:#fff;padding:10px}}.deposit-page{--tree-indent:32px;--tree-line-color:#c7d8ea}.deposit-page .deposit-card{box-shadow:none;background:0 0;border-radius:0;padding:0}.deposit-page .deposit-header{color:#555;align-items:center;gap:14px;margin:0 0 18px;font-size:clamp(16px,1.5vw,18px);font-weight:700;display:flex}.deposit-page .filter-row{grid-template-columns:minmax(320px,1fr) minmax(260px,2fr) 130px;align-items:end;gap:12px;margin-bottom:18px;display:grid}.deposit-page .date-filter{grid-template-columns:1fr 1fr;gap:8px;display:grid}.deposit-page .filter-row>div{min-width:0}.deposit-page .filter-row label{color:#555;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.deposit-page .filter-row input,.deposit-page .filter-row select{box-sizing:border-box;color:#333;background:#fff;border:1px solid #3f7daf;border-radius:2px;width:100%;min-width:0;height:36px;padding:0 8px;font-size:12px}.deposit-page .filter-row input:focus,.deposit-page .filter-row select:focus{border-color:#00599c;outline:none;box-shadow:0 0 0 2px #00599c1f}.deposit-page .deposit-btn{color:#fff;cursor:pointer;background:#00599c;border:3px solid #00599c;border-radius:5px;justify-content:center;align-items:center;gap:8px;width:100%;height:36px;font-size:12px;font-weight:700;display:inline-flex}.deposit-page .deposit-btn:hover{color:#00599c;background:#fff;border:3px solid #00599c;border-radius:4px}.deposit-page .deposit-btn:disabled{opacity:.6;cursor:not-allowed}.deposit-page .table-card{border:1px solid #9bc8ef;border-radius:8px;margin-bottom:18px;padding:clamp(14px,2.5vw,34px) clamp(14px,2.5vw,34px) 58px;overflow-x:auto;box-shadow:0 2px 6px #00000026}.deposit-page .table-card h5{color:#004f8f;margin:0 0 18px;font-size:clamp(14px,1.4vw,16px);font-weight:800}.deposit-page .table-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.deposit-page .table-page-size{align-items:center;gap:10px;display:flex}.deposit-page .table-page-size label{color:#555;font-size:13px}.deposit-page .table-page-size select{background:#fff;border:1px solid #cbd5e1;border-radius:4px;min-width:65px;height:32px;padding:0 6px}.deposit-page .deposit-table{border-collapse:collapse;width:100%;min-width:760px;font-size:clamp(12px,1.2vw,15px)}.deposit-page .deposit-table thead{color:#3f7daf;background:#cfe0f1}.deposit-page .deposit-table th,.deposit-page .deposit-table td{text-align:center;padding:11px 14px}.deposit-page .deposit-table td{color:#111;border-bottom:1px solid #d7e5f2}.deposit-page .col-expand,.deposit-page .tree-cell{width:clamp(38px,5vw,60px);min-width:38px}.deposit-page .expand-btn{color:#00599c;cursor:pointer;background:0 0;border:none;font-size:24px;font-weight:700}.deposit-page .details-tree{padding-left:var(--tree-indent);text-align:left;margin-left:-2.6815rem;position:relative}.deposit-page .details-tree:before{content:"";border-left:2px solid var(--tree-line-color);position:absolute;top:-.85rem;bottom:19px;left:0}.deposit-page .details-tree-label{color:#4b83b5;align-items:center;height:34px;font-size:14px;display:flex;position:relative}.deposit-page .tree-elbow{left:calc(var(--tree-indent) * -1);width:var(--tree-indent);position:absolute;top:17px}.deposit-page .details-table{border-collapse:collapse;width:100%}.deposit-page .details-table td{text-align:center;border-bottom:1px solid #d7e5f2;padding:8px 12px}.deposit-page .detail-check-cell{width:55px;position:relative}.deposit-page .detail-elbow{left:calc(var(--tree-indent) * -1);width:var(--tree-indent);border-top:2px solid var(--tree-line-color);position:absolute;top:50%}.deposit-page .detail-check-cell input[type=checkbox]{accent-color:#8bb8ef;width:17px;height:17px}.deposit-page .pr-row{font-weight:600}.deposit-page .pagination-footer{justify-content:space-between;align-items:center;margin-top:18px;display:flex}.deposit-page .pagination-info{color:#555;font-size:13px}.deposit-page .pagination-controls-right{align-items:center;gap:14px;display:flex}.deposit-page .pagination-nav{align-items:center;display:flex}.deposit-page .pagination-nav button{color:#555;cursor:pointer;background:#f7f8fc;border:1px solid #d8dfea;width:40px;height:32px}.deposit-page .pagination-nav button:disabled{opacity:.5;cursor:not-allowed}.deposit-page .pagination-nav span{background:#fff;border-top:1px solid #d8dfea;border-bottom:1px solid #d8dfea;justify-content:center;align-items:center;min-width:70px;height:32px;font-size:13px;display:flex}.deposit-fab{display:none}@media (width<=1024px){.deposit-page .deposit-card{padding:24px}.deposit-page .filter-row{grid-template-columns:1fr 1fr}.deposit-page .date-filter{grid-column:span 2}.deposit-page .search-filter,.deposit-page .deposit-btn{grid-column:span 1}.deposit-page .table-card{padding:18px}.deposit-fab{display:none}}@media (width<=768px){body{overflow-x:hidden}.deposit-page{margin-top:-12px;margin-left:-12px;margin-right:-12px;padding:0}.deposit-page .deposit-card{box-shadow:none;border-radius:0;padding:14px}.deposit-page .deposit-header{margin-bottom:12px;font-size:0}.deposit-page .filter-row{grid-template-columns:1fr 1fr;grid-template-areas:"date date""search search";gap:10px;display:grid}.deposit-page .date-filter{grid-area:date;grid-template-columns:1fr 1fr;gap:8px;display:grid}.deposit-page .search-filter{grid-area:search;width:100%}.deposit-page .search-filter input{width:100%}.deposit-page .filter-row>.deposit-btn{display:none}.deposit-page .table-card{border-radius:6px;margin-bottom:18px;padding:12px;overflow:visible}.deposit-page .table-header{margin-bottom:10px;display:block}.deposit-page .table-header h5{margin-bottom:0;font-size:14px}.deposit-page .table-page-size{justify-content:flex-end;width:100%;margin-top:8px;display:flex}.deposit-page .table-page-size label{font-size:11px}.deposit-page .table-page-size select{min-width:55px;height:28px;font-size:11px}.deposit-page .pagination-footer{flex-direction:row;align-items:center;gap:8px;margin-top:10px;display:flex}.deposit-page .pagination-info{text-align:center;font-size:10px}.deposit-page .pagination-controls-right,.deposit-page .pagination-nav{justify-content:center}.deposit-page .pagination-nav button{width:20px;height:20px}.deposit-page .pagination-nav span{min-width:64px;height:20px;font-size:10px}.deposit-fab{display:none}@media (width<=768px){.deposit-fab{left:50%;bottom:max(20px, env(safe-area-inset-bottom));box-sizing:border-box;color:#fff;z-index:99999;white-space:nowrap;background:#00599c;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:150px;min-width:150px;max-width:150px;height:48px;min-height:48px;max-height:48px;padding:0;font-size:14px;font-weight:700;line-height:1;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 8px 25px #00000059}.deposit-fab:disabled{color:#fff;cursor:not-allowed;opacity:1;background:#8aaac7}}}@media (width<=420px){.deposit-page .deposit-card{padding:10px}.deposit-page .filter-row{grid-template-columns:2.3fr 1fr;gap:8px}.deposit-page .date-filter{gap:6px}.deposit-page .deposit-btn{padding:0 4px;font-size:10px}.deposit-page .table-card{padding:10px}.deposit-fab{color:#fff;z-index:9999;background:#00599c;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:150px;height:48px;font-size:15px;font-weight:700;transition:all .2s;display:flex;position:fixed;bottom:22px;left:50%;transform:translate(-50%);box-shadow:0 8px 25px #00000059}.deposit-fab:hover{transform:translate(-50%)scale(1.03)}.deposit-fab:active{transform:translate(-50%)scale(.97)}.deposit-fab:disabled{color:#fff;cursor:not-allowed;opacity:.9;background:#8aaac7}}.deposit-create-page .create-deposit-wrapper{background:#fff;border-radius:4px;padding:28px}.deposit-create-page .create-toolbar{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.deposit-create-page .create-title{color:#555;align-items:center;gap:14px;margin:0;font-size:clamp(16px,1.5vw,18px);font-weight:700;display:flex}.deposit-create-page .post-btn{color:#fff;background:#00599c;border:3px solid #00599c;border-radius:4px;justify-content:center;align-items:center;gap:8px;padding:8px 14px;font-weight:600;display:inline-flex}.deposit-create-page .post-btn:hover{color:#00599c;background:#fff;border:3px solid #00599c;border-radius:4px}.deposit-create-page .check-info-card{border:1px solid #8bbce8;border-radius:6px;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:12px;padding:22px 34px;display:grid}.deposit-create-page .info-column p{grid-template-columns:1fr 1.5fr;align-items:center;margin-bottom:9px;font-size:12px;display:grid}.deposit-create-page .info-column input,.deposit-create-page .info-column select{border:1px solid #b7b7b7;min-width:10px;height:24px;padding:2px 6px;font-size:12px}.deposit-create-page .open-status{text-align:center;background:#a9c6de;width:120px;padding:5px;font-weight:600}.deposit-create-page .deposit-main-grid{grid-template-columns:1.65fr 1fr;gap:10px;margin-bottom:10px;display:grid}.deposit-create-page .deposit-details-card,.deposit-create-page .deposit-attachment-card,.deposit-create-page .history-card{background:#cfe1f1;border:1px solid #8bbce8;border-radius:6px;padding:20px 26px}.deposit-create-page .deposit-details-card{background:#fff;flex-direction:column;height:100%;display:flex}.deposit-create-page .deposit-details-body{flex-direction:column;flex:1;display:flex}.deposit-create-page .deposit-details-card h5,.deposit-create-page .history-card h5{color:#2f6f9f;font-size:13px;font-weight:700}.deposit-create-page .checks-label{font-size:12px;font-weight:700}.deposit-create-page .deposit-details-table{border-collapse:collapse;width:100%;margin-bottom:1vh;font-size:12px}.deposit-create-page .deposit-details-table thead{background:#e5f2fc}.deposit-create-page .deposit-details-table th,.deposit-create-page .deposit-details-table td{text-align:center;padding:6px 8px}.deposit-create-page .deposit-total{color:#0063a3;justify-content:space-between;align-items:center;width:100%;margin-top:auto;font-size:12px;font-weight:700;display:flex}.deposit-create-page .deposit-attachment-card{min-height:100%;position:relative}.deposit-create-page .upload-actions{justify-content:center;align-items:center;gap:12px;height:220px;display:flex}.deposit-create-page .upload-btn{color:#00599c;cursor:pointer;background:#fff;border:2px dashed #8bbce8;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:170px;height:140px;transition:all .25s;display:flex}.deposit-create-page .upload-btn:hover{background:#f4f9ff;border-color:#00599c}.deposit-create-page .deposit-slip-preview{background:#f4f4f4;border-radius:8px;width:100%;height:auto;position:relative;overflow:hidden}.deposit-create-page .deposit-slip-preview img{object-fit:cover;border-radius:5px;width:auto;max-width:100%;height:100%;display:block}.deposit-create-page .deposit-slip-actions{flex-direction:column;gap:10px;display:flex;position:absolute;top:12px;right:12px}.deposit-create-page .replace-image-btn,.deposit-create-page .camera-btn{color:#00599c;cursor:pointer;background:#ffffffeb;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex;box-shadow:0 3px 10px #00000040}.deposit-create-page .desktop-upload-camera-btn{display:none}.deposit-create-page .replace-image-btn:hover,.deposit-create-page .camera-btn:hover{transform:scale(1.08)}.deposit-create-page .check-preview-card{border:1px solid #8bbce8;border-radius:6px;height:auto;margin-bottom:10px;position:relative;overflow:hidden}.deposit-create-page .check-preview-image{object-fit:cover;background:#eef7d0;width:100%;height:auto}.deposit-create-page .check-placeholder-large{color:#666;background:#eef7d0;justify-content:center;align-items:center;min-height:260px;font-weight:700;display:flex}.deposit-create-page .preview-nav{color:#fff;cursor:pointer;background:#00599c;border:none;border-radius:4px;width:28px;height:36px;position:absolute;top:50%;transform:translateY(-50%)}.deposit-create-page .preview-nav-left{left:5px}.deposit-create-page .preview-nav-right{right:5px}.deposit-create-page .slider-dots{gap:8px;display:flex;position:absolute;bottom:10px;left:50%}.deposit-create-page .slider-dots span{cursor:pointer;opacity:.5;background:#00599c;border-radius:50%;width:12px;height:12px;display:block}.deposit-create-page .slider-dots .active-dot{opacity:1;outline:2px solid #fff}.deposit-create-page .history-card{min-height:220px}.deposit-create-page .timeline{color:#276c9d;border-left:3px solid #00599c;margin-left:14px;padding-left:14px;font-size:12px}.deposit-create-page .timeline-item{margin-bottom:16px;position:relative}.deposit-create-page .timeline-item:before{content:"";background:#00599c;border-radius:50%;width:13px;height:13px;position:absolute;top:2px;left:-23px}@media (width<=768px){.deposit-create-page{margin-top:-12px;margin-left:-12px;margin-right:-12px;padding:0}.deposit-create-page .create-deposit-wrapper{border-radius:0;padding:12px}.deposit-create-page .create-toolbar{z-index:30;background:#fff;margin-bottom:12px;padding:8px 0;position:sticky;top:0}.deposit-create-page .create-title{gap:8px;font-size:14px}.deposit-create-page .post-btn{height:38px;padding:8px 14px}.deposit-create-page .check-info-card{grid-template-columns:1fr;gap:4px;padding:14px}.deposit-create-page .info-column p{grid-template-columns:1fr;gap:4px;font-size:11px}.deposit-create-page .info-column input,.deposit-create-page .info-column select,.deposit-create-page .info-column textarea{width:100%;min-height:34px}.deposit-create-page .deposit-main-grid{grid-template-columns:1fr;gap:12px}.deposit-create-page .deposit-details-card,.deposit-create-page .deposit-attachment-card,.deposit-create-page .history-card{padding:14px}.deposit-create-page .deposit-details-table{font-size:10px}.deposit-create-page .deposit-details-table th,.deposit-create-page .deposit-details-table td{padding:5px 4px}.deposit-create-page .deposit-total{justify-content:space-between;margin-top:12px;font-size:12px}.deposit-create-page .upload-actions{height:170px}.deposit-create-page .deposit-slip-preview{height:auto;min-height:170px}.deposit-create-page .deposit-slip-preview img{object-fit:cover;height:100%}.deposit-create-page .check-preview-card{max-height:none}.deposit-create-page .check-preview-image{object-fit:contain;width:100%;height:auto}.deposit-create-page .check-placeholder-large{min-height:180px}}.pr-collection-page{--tree-indent:32px;--tree-line-color:#c7d8ea}.pr-create-page .pr-card{background:#fff;border-radius:8px;padding:32px;box-shadow:0 2px 8px #00000014}.pr-create-page .pr-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.pr-create-page .pr-header h4{color:#444;margin:0;font-size:30px;font-weight:700}.pr-create-page .pr-header>div{gap:12px;display:flex}.pr-create-page .create-pr-btn{color:#fff;cursor:pointer;background:#00599c;border:3px solid #00599c;border-radius:4px;padding:10px 18px;font-size:14px;font-weight:700;transition:all .2s}.pr-create-page .create-pr-btn:hover{color:#00599c;background:#fff;border:3px solid #00599c;border-radius:8px}.pr-create-page .pr-section-card{background:#fff;border:1px solid #9bc8ef;border-radius:8px;margin-bottom:24px;padding:28px;box-shadow:0 2px 6px #0000001f}.pr-attachment-section{padding:28px}.pr-upload-area,.pr-preview-area{box-sizing:border-box;background:#f8fbff;border:2px dashed #d7e4f2;border-radius:8px;justify-content:center;align-items:center;width:100%;height:380px;display:flex}.pr-upload-btn{color:#00599c;cursor:pointer;background:#fff;border:2px dashed #8bbce8;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:170px;height:140px;transition:all .25s;display:flex}.pr-upload-btn:hover{background:#f4f9ff;border-color:#00599c}.pr-preview-card{background:#fff;border-radius:10px;justify-content:center;align-items:center;width:auto;height:100%;display:flex;overflow:hidden;box-shadow:0 8px 24px #0000001f}.pr-preview-image{object-fit:contain;width:auto;height:100%;display:block}.pr-preview-card{background:#fff;border-radius:10px;justify-content:center;align-items:center;width:auto;height:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001f}.pr-preview-overlay-actions{flex-direction:row;gap:10px;display:flex;position:absolute;bottom:12px;right:12px}.pr-preview-overlay-actions .replace-image-btn{color:#00599c;cursor:pointer;background:#ffffffeb;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex;box-shadow:0 3px 10px #00000040}.pr-preview-overlay-actions .camera-btn,.desktop-upload-camera-btn{display:none}.pr-preview-overlay-actions .replace-image-btn:hover{color:#fff;background:#00589c7c;transform:scale(1.08)}.pr-preview-overlay-actions input{display:none}.pr-create-page .pr-check-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.pr-create-page .pr-check-header h5{color:#4b83b5;margin:0;font-size:18px;font-weight:700}.pr-create-page .pr-check-table{border-collapse:collapse;width:100%}.pr-create-page .pr-check-table thead{background:#cfe0f1}.pr-create-page .pr-check-table th{text-align:center;color:#4b83b5;padding:12px;font-weight:700}.pr-create-page .pr-check-table td{text-align:center;border-bottom:1px solid #d7e5f2;padding:14px}.pr-create-page .pr-check-table tbody tr:hover{background:#f4f9fd}.pr-create-page .pr-check-table td[colspan]{color:#777;padding:32px;font-style:italic}.form-grid{grid-template-columns:repeat(2,minmax(280px,1fr));gap:24px;margin-bottom:24px;display:grid}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{font-size:14px;font-weight:700}.form-group input,.form-group select{border:1px solid #c7d3e0;border-radius:4px;width:100%;height:42px;padding:0 14px;font-size:14px}.check-actions{justify-content:flex-end;margin-top:24px;display:flex}.check-attachment-section{padding:28px}.check-upload-area,.check-preview-area{box-sizing:border-box;background:#f8fbff;border:2px dashed #d7e4f2;border-radius:8px;justify-content:center;align-items:center;width:100%;height:380px;display:flex}.pr-check-preview-card{background:#fff;border-radius:10px;justify-content:center;align-items:center;width:780px;max-width:90%;height:280px;display:flex;overflow:hidden;box-shadow:0 8px 24px #0000001f}.check-preview-image{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.check-preview-actions{justify-content:center;align-items:center;gap:14px;margin-top:20px;display:flex}.check-preview-actions .create-pr-btn,.check-preview-actions .cancel-btn,.check-preview-actions label.create-pr-btn{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:170px;height:46px;font-weight:600;display:flex}.check-preview-actions .create-pr-btn:hover{background:#00457a}.check-preview-actions .cancel-btn:hover{background:#c62839}.cash-view-bottom{grid-template-columns:1fr 1fr;gap:22px;margin-bottom:20px;display:grid}.cash-view-slip-card{background:#fff;border:1px solid #9bc8ef;border-radius:8px;flex-direction:column;min-height:520px;padding:18px;display:flex;box-shadow:0 2px 6px #0000001f}.cash-view-slip-card h5{margin-bottom:16px;font-size:15px;font-weight:700}.cash-view-slip-image{object-fit:contain;background:#fafafa;width:100%;height:420px}.cash-view-no-image{color:#777;background:#f6f8fb;flex:1;justify-content:center;align-items:center;display:flex}.cash-history-card{background:#eef6ff;border:1px solid #9bc8ef;border-radius:8px;min-height:520px;padding:18px;box-shadow:0 2px 6px #0000001f}.cash-history-card h5{color:#4b83b5;margin-bottom:24px;font-size:15px;font-weight:700}.cash-history-list{flex-direction:column;gap:28px;display:flex}.cash-history-item{align-items:flex-start;gap:18px;padding-left:10px;display:flex;position:relative}.cash-history-item:not(:last-child):after{content:"";background:#0d67b5;width:2.5px;height:calc(100% + 18px);position:absolute;top:18px;left:16.5px}.cash-modal-overlay{z-index:999;background:#00000059;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.cash-modal{background:#fff;border-radius:20px;width:720px;max-width:95vw;padding:40px}.cash-modal h4{color:#376ea6;margin-bottom:32px}.cash-form-grid{grid-template-columns:repeat(2,minmax(250px,1fr));gap:24px;display:grid}.cash-form-grid label{margin-bottom:8px;font-weight:600;display:block}.cash-form-grid input,.cash-form-grid select{border:1px solid #cdd6e1;border-radius:6px;width:100%;height:44px;padding:0 12px}.cash-modal-actions{justify-content:center;gap:16px;margin-top:40px;display:flex}.cancel-btn{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:6px;padding:12px 28px}@media (width<=1200px){.pr-create-page .pr-info-layout{grid-template-columns:1fr}}@media (width<=1100px){.cash-view-bottom{grid-template-columns:1fr}}@media (width<=768px){.pr-create-page .pr-card,.pr-collection-page{margin-top:-12px;margin-left:-12px;margin-right:-12px;padding:0}.pr-create-page .pr-info-row{grid-template-columns:1fr;gap:10px}.form-grid{grid-template-columns:1fr}}@media (width<=640px){.pr-collection-page .pagination-footer{flex-direction:column;align-items:stretch;gap:12px}.pr-collection-page .pagination-controls-right{justify-content:space-between}}.pr-view-wrapper{background:#fff;border-radius:8px;padding:24px}.pr-view-toolbar,.pr-create-toolbar,.pr-edit-toolbar,.pr-check-toolbar{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.pr-view-toolbar-left,.pr-create-toolbar-left,.pr-edit-toolbar-left,.pr-check-toolbar-left{align-items:center;gap:12px;display:flex}.pr-view-toolbar .back-btn,.pr-create-toolbar .back-btn,.pr-edit-toolbar .back-btn,.pr-check-toolbar .back-btn{color:#00599c;cursor:pointer;background:#dfeeff;border:1px solid #7fb0e0;border-radius:4px;width:36px;height:36px;font-size:18px}.pr-view-toolbar span,.pr-create-toolbar span,.pr-edit-toolbar span,.pr-check-toolbar span{color:#444;font-size:20px;font-weight:700}.pr-view-actions,.pr-create-actions,.pr-edit-actions{align-items:center;gap:10px;display:flex}.pr-create-btn,.pr-unpost-btn,.pr-edit-btn,.pr-cancel-btn,.pr-check-btn,.pr-cash-btn{color:#fff;min-width:auto;height:auto;font-size:auto;cursor:pointer;background:#00599c;border:3px solid #00599c;border-radius:4px;padding:8px;font-weight:500;transition:background-color .2s}.pr-create-btn:hover,.pr-unpost-btn:hover,.pr-edit-btn:hover,.pr-cancel-btn:hover,.pr-check-btn:hover,.pr-cash-btn:hover{color:#00599c;background:#fff;border:3px solid #00599c;border-radius:4px}@media (width<=768px){.pr-view-actions,.pr-create-actions,.pr-edit-actions{align-items:center;gap:auto;display:flex}.pr-create-btn,.pr-unpost-btn,.pr-edit-btn,.pr-cancel-btn,.pr-check-btn,.pr-cash-btn{color:#fff;min-width:auto;height:auto;font-size:auto;cursor:pointer;background:#00599c;border:1px solid #00599c;border-radius:4px;padding:2px;font-weight:300;transition:background-color .2s}.pr-create-btn:hover,.pr-unpost-btn:hover,.pr-edit-btn:hover,.pr-cancel-btn:hover,.pr-check-btn:hover,.pr-cash-btn:hover{color:#00599c;background:#fff;border:1px solid #00599c;border-radius:4px}}.pr-section-card{background:#fff;border:1px solid #9bc8ef;border-radius:8px;margin-bottom:18px;padding:28px 42px;box-shadow:0 2px 6px #0000001f}.pr-receipt-section{padding:28px}.pr-receipt-container{box-sizing:border-box;background:#f8fbff;border:2px dashed #d7e4f2;border-radius:8px;justify-content:center;align-items:center;width:100%;height:460px;padding:24px;display:flex;overflow:hidden}.pr-receipt-preview-card{justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.pr-receipt-image{object-fit:contain;border-radius:6px;width:auto;max-width:100%;height:auto;max-height:100%;display:block;box-shadow:0 8px 20px #0000002e}.pr-receipt-placeholder{color:#777;justify-content:center;align-items:center;width:100%;height:100%;font-size:15px;display:flex}.pr-info-layout{grid-template-columns:1fr 520px;align-items:start;gap:50px;display:grid}.pr-info-left{flex-direction:column;gap:24px;display:flex}.pr-info-row{grid-template-columns:140px 1fr;align-items:center;display:grid}.pr-info-row label{color:#111;font-size:15px;font-weight:700}.pr-info-row span{color:#111;font-size:15px}.pr-info-right{flex-direction:column;gap:10px;display:flex}.pr-info-right label{color:#111;font-size:15px;font-weight:700}.pr-info-right textarea{resize:none;background:#fff;border:1px solid #c9c9c9;border-radius:2px;width:100%;height:92px;padding:10px;font-size:14px}.section-title{color:#4b83b5;margin:0 0 20px;font-size:16px;font-weight:700}.pr-check-table{border-collapse:collapse;width:100%}.pr-check-table thead{color:#3f7daf;background:#cfe0f1;box-shadow:0 2px 4px #0000001f}.pr-check-table th{text-align:center;color:#4b83b5;white-space:nowrap;padding:12px;font-weight:700}.pr-check-table td{text-align:center;border-bottom:1px solid #d7e5f2;padding:14px 12px}.pr-check-table tbody tr:hover{background:#f6fbff}.pr-check-table tbody tr:last-child td{border-bottom:none}.pr-check-table tfoot td{padding-top:16px;font-weight:700}.pr-check-table .actions-column{width:120px}.status-badge{letter-spacing:.3px;text-transform:uppercase;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-width:110px;height:30px;padding:0 14px;font-size:11px;font-weight:700;display:inline-flex}.status-badge.open{color:#5f6875;background:#eceff3}.status-badge.posted{color:#2563eb;background:#d9ecff}.status-badge.undeposited{color:#2563eb;background:#e6f4ff}.status-badge.partially-deposited{color:#d97706;background:#fff1dd}.status-badge.deposited{color:#b8860b;background:#fff7d1}.status-badge.partially-verified{color:#4d7c0f;background:#ecfccb}.status-badge.verified{color:#15803d;background:#dcfce7}.status-badge.replaced{color:#dc2626;background:#ffe4e6}.status-badge.cancelled{color:#dc2626;background:#fee2e2}.status-badge.draft{color:#6b7280;background:#f3f4f6}.status-badge.pending{color:#ca8a04;background:#fff7d6}.pr-view-btn,.pr-replace-btn,.pr-delete-btn,.pr-update-btn{color:#00599c;cursor:pointer;background:0 0;border:none;padding:6px;transition:all .2s}.pr-view-btn:hover,.pr-replace-btn:hover,.pr-delete-btn:hover,.pr-update-btn:hover{color:#fff;background:#00599c;border-radius:4px;padding:6px}.pr-table-actions{justify-content:center;align-items:center;gap:8px;display:flex}.pr-total-row td{border-bottom:none;font-weight:700}.total-label{text-align:right;padding-right:20px}.pr-check-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.pr-check-total{color:#4b83b5;font-size:15px;font-weight:600}.pr-check-total strong{margin-left:8px;font-size:18px}.pr-check-table .empty-row td,.pr-check-table td[colspan]{color:#777;padding:28px;font-style:italic}.image-modal{z-index:9999;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.image-modal-content{background:#fff;border-radius:8px;max-width:90vw;max-height:90vh;padding:15px;position:relative;overflow:auto;box-shadow:0 10px 30px #00000040}.image-modal-content img{border-radius:4px;max-width:100%;max-height:80vh;display:block}.modal-close{color:#555;cursor:pointer;background:0 0;border:none;font-size:28px;font-weight:700;position:absolute;top:6px;right:10px}.modal-close:hover{color:#000}@media (width<=1200px){.pr-info-layout{grid-template-columns:1fr}.pr-info-right{width:100%}}@media (width<=768px){.pr-view-page{padding:12px}.pr-section-card{padding:18px}.pr-check-table{min-width:900px}.pr-section-card{overflow-x:auto}}.clickable-row{cursor:pointer}.clickable-row:hover{background:#eef7ff}.pr-check-wrapper{background:#fff;border-radius:8px;padding:24px}.check-image-grid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;display:grid}.check-image-card{border:1px solid #9bc8ef;border-radius:8px;padding:16px}.check-image-card label{margin-bottom:12px;font-weight:700;display:block}.check-image-card img{object-fit:contain;width:100%;max-height:300px}.empty-image{color:#777;background:#f8fafc;justify-content:center;align-items:center;height:300px;display:flex}.pr-check-info{grid-template-columns:1fr 1fr;gap:40px;display:grid}.info-row{grid-template-columns:150px 1fr;margin-bottom:16px;display:grid}.info-row label{font-weight:700}.history-list{padding-left:20px}.history-item{gap:16px;margin-bottom:24px;display:flex}.history-dot{background:#00599c;border-radius:50%;width:12px;height:12px;margin-top:5px}.check-history-list{flex-direction:column;gap:28px;display:flex}.check-history-card{background:#eef6ff}.check-history-item{align-items:flex-start;gap:18px;padding-left:10px;display:flex;position:relative}.check-history-item:not(:last-child):after{content:"";background:#0d67b5;width:2.5px;height:calc(100% + 18px);position:absolute;top:18px;left:16.5px}.history-dot{z-index:2;background:#0d67b5;border-radius:50%;flex-shrink:0;width:16px;height:16px;margin-top:3px}.desktop-deposit-table{display:block}.mobile-deposit-list{display:none}.mobile-details-loading{color:#00599c;background:#f7fbff;border:1px solid #b7d6ef;border-radius:5px;justify-content:center;align-items:center;gap:8px;margin:0 8px 8px;padding:10px;font-size:11px;font-weight:700;display:flex}.mobile-mini-spinner{border:2px solid #cfe1f1;border-top-color:#00599c;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite mobileSpin}@keyframes mobileSpin{to{transform:rotate(360deg)}}@media (width<=768px){.desktop-deposit-table{display:none}.mobile-deposit-list{display:block}.mobile-pr-card{background:linear-gradient(90deg,#fff 58%,#ffd6d6 100%);border:1px solid #8bbce8;border-radius:7px;margin-bottom:10px;overflow:hidden;box-shadow:0 2px 5px #0000002e}.mobile-pr-main{cursor:pointer;-webkit-user-select:none;user-select:none;grid-template-columns:1fr 1fr;gap:7px 10px;padding:14px 12px 26px;display:grid;position:relative}.mobile-pr-main:active{transform:scale(.995)}.mobile-pr-card-expanded .mobile-pr-main{border-bottom:1px solid #00599c1f}.mobile-field strong{color:#111;word-break:break-word;font-size:11px;font-weight:800;line-height:1.1;display:block}.mobile-field small{color:#4c6f88;margin-left:14px;font-size:9px;font-style:italic;line-height:1.1;display:block}.mobile-branch{text-align:left}.mobile-status-wrap{justify-content:flex-end;align-items:flex-start;display:flex}.mobile-status{color:#111;text-align:center;background:#ff6363;border-radius:3px;justify-content:center;align-items:center;min-width:90px;min-height:24px;padding:5px 8px;font-size:9px;font-weight:800;display:inline-flex}.mobile-details-list{padding:8px}.mobile-detail-row{color:#111;background:#f7fbff;border:1px solid #b7d6ef;border-radius:4px;grid-template-columns:20px 1fr 1fr 1fr 1fr auto;align-items:center;gap:5px;margin-bottom:4px;padding:2px;font-size:11px;font-weight:900;display:grid}.mobile-detail-row input{accent-color:#8bb8ef;width:12px;height:12px}.mobile-detail-row span{text-align:center;font-size:9px;line-height:1.1}.mobile-detail-status{color:#80041a;font-size:9px;font-weight:700}.mobile-pr-card.status-posted{background:linear-gradient(90deg,#fff 58%,#d8ebff 100%)}.mobile-pr-card.status-deposited{background:linear-gradient(90deg,#fff 58%,#fff3bf 100%)}.mobile-pr-card.status-partially-deposited{background:linear-gradient(90deg,#fff 58%,#ffd8a8 100%)}.mobile-pr-card.status-verified{background:linear-gradient(90deg,#fff 58%,#c8f7dc 100%)}.mobile-pr-card.status-partially-verified{background:linear-gradient(90deg,#fff 58%,#d9f99d 100%)}.mobile-pr-card.status-cancelled{background:linear-gradient(90deg,#fff 58%,#ffc9c9 100%)}.mobile-pr-card.status-default{background:linear-gradient(90deg,#fff 58%,#ffd6d6 100%)}.mobile-status.status-posted{background:#9dccff}.mobile-status.status-deposited{background:#ffe066}.mobile-status.status-partially-deposited{background:#ffa94d}.mobile-status.status-verified{background:#69db7c}.mobile-status.status-partially-verified{background:#a9e34b}.mobile-status.status-cancelled{background:#ff6b6b}}@media (width<=420px){.mobile-pr-main{gap:6px 8px;padding:12px 10px 24px}.mobile-field strong{font-size:10px}.mobile-field small{font-size:8px}.mobile-status{min-width:80px;font-size:8px}.mobile-detail-row{grid-template-columns:18px 1.2fr 1fr 1fr 1fr 1fr;font-size:7px}}.pagination-footer{justify-content:space-between;align-items:center;margin-top:18px;display:flex}.pagination-info{color:#555;font-size:13px}.pagination-controls-right{align-items:center;gap:14px;display:flex}.pagination-page-size{align-items:center;gap:6px;display:flex}.pagination-page-size label{color:#333;white-space:nowrap;font-size:13px}.pagination-page-size select{background:#fff3;border:1px solid #cbd5e1;border-radius:3px;min-width:54px;height:32px;padding:0 6px}.pagination-nav{align-items:center;display:flex}.pagination-nav button{color:#555;cursor:pointer;background:#f7f8fc;border:1px solid #d8dfea;width:40px;height:32px}.pagination-nav button:hover:not(:disabled){background:#edf3fb}.pagination-nav button:disabled{opacity:.5;cursor:not-allowed}.pagination-nav span{color:#666;background:#fff;border-top:1px solid #d8dfea;border-bottom:1px solid #d8dfea;justify-content:center;align-items:center;min-width:70px;height:32px;font-size:13px;display:flex}.desktop-deposit-info,.desktop-deposit-details,.desktop-deposit-attachment{display:block}.mobile-deposit-info,.mobile-deposit-details,.mobile-deposit-attachment{display:none}@media (width<=768px){.desktop-deposit-info,.desktop-deposit-details,.desktop-deposit-attachment{display:none}.mobile-deposit-info,.mobile-deposit-details,.mobile-deposit-attachment{display:block}.deposit-create-page{background:#dbe8ff;padding:0}.deposit-create-page .create-deposit-wrapper{max-width:auto;background:#fff;border-radius:0;min-height:100vh;margin:0 auto;padding:10px}.deposit-create-page .create-toolbar{z-index:20;background:#fff;margin-bottom:10px;padding:8px 0;position:sticky;top:0}.deposit-create-page .create-title{gap:8px;font-size:14px}.deposit-create-page .back-btn{border-radius:5px;width:34px;height:34px;font-size:18px}.deposit-create-page .post-btn{z-index:999;color:#fff;background:#00599c;border:none;border-radius:5px;width:145px;height:45px;font-size:13px;font-weight:700;position:fixed;bottom:18px;right:18px;box-shadow:0 3px 8px #00000047}.mobile-deposit-info-card{border:1px solid #8bbce8;border-radius:7px;margin-bottom:12px;padding:14px;transition:all .25s;box-shadow:0 2px 6px #0000002e}.mobile-deposit-info-card.mobile-status-open{background:linear-gradient(90deg,#fff 60%,#d9e9ff 100%);border-color:#7ea9eb}.mobile-deposit-info-card.mobile-status-deposited{background:linear-gradient(90deg,#fff 60%,#d9f3e2 100%);border-color:#538d72}.mobile-deposit-info-card.mobile-status-verified{background:linear-gradient(90deg,#fff 60%,#d8fff2 100%);border-color:#38be96}.mobile-deposit-info-card.mobile-status-cancelled{background:linear-gradient(90deg,#fff 60%,#ffe0e4 100%);border-color:#c45863}.mobile-info-row{grid-template-columns:1fr 4fr;gap:8px;margin-bottom:3px;display:grid}.mobile-info-row span,.mobile-info-remarks span{color:#4c6f88;font-size:10px;font-style:italic}.mobile-info-row b{word-break:break-word;font-size:12px;font-weight:700}.mobile-status-pill{color:#fff;text-transform:uppercase;border-radius:5px;justify-content:center;align-items:center;max-width:200px;padding:3px 10px;font-size:10px;font-weight:700;display:inline-flex}.mobile-status-pill.mobile-status-open{background:#7ea9eb}.mobile-status-pill.mobile-status-deposited{background:#538d72}.mobile-status-pill.mobile-status-verified{background:#38be96}.mobile-status-pill.mobile-status-cancelled{background:#c45863}.mobile-edit-info-btn{color:#fff;background:#00599c;border:none;border-radius:5px;width:100%;height:40px;margin-top:12px;font-weight:700}.mobile-info-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#07192b8c;justify-content:center;align-items:center;padding:18px;animation:.2s modalFadeIn;display:flex;position:fixed;inset:0}.mobile-info-modal{background:#fff;border-radius:14px;width:100%;max-width:410px;max-height:88vh;padding:0;animation:.25s modalSlideUp;overflow-y:auto;box-shadow:0 18px 45px #00000059}.mobile-info-modal-header{z-index:2;color:#fff;background:linear-gradient(135deg,#e0e3e6,#1f75bd);border-radius:14px 14px 0 0;justify-content:space-between;align-items:center;padding:14px 16px;display:flex;position:sticky;top:0}.mobile-info-modal-header h4{margin:0;font-size:14px;font-weight:800}.mobile-info-modal-header button{color:#fff;cursor:pointer;background:#ffffff2e;border:none;border-radius:50%;width:32px;height:32px;font-size:22px;line-height:1}.mobile-info-modal-header button:active{transform:scale(.95)}.mobile-info-modal .check-info-card{box-shadow:none;background:#f7fbff;border:none;margin:0;padding:10px;display:block}.mobile-info-modal .info-column{background:#fff;border:1px solid #d4e6f7;border-radius:10px;margin-bottom:14px;padding:12px}.mobile-info-modal .info-column p{margin:0 0 5px;display:block}.mobile-info-modal .info-column p:last-child{margin-bottom:0}.mobile-info-modal .info-column b{color:#4c6f88;margin-bottom:1px;font-size:10px;font-style:italic;display:block}.mobile-info-modal input,.mobile-info-modal select,.mobile-info-modal textarea{color:#111;background:#fff;border:1px solid #aacbe8;border-radius:7px;outline:none;width:100%;min-height:auto;padding:auto;font-size:12px}.mobile-info-modal input:focus,.mobile-info-modal select:focus,.mobile-info-modal textarea:focus{border-color:#00599c;box-shadow:0 0 0 3px #00599c24}.mobile-info-done-btn{color:#fff;background:#00599c;border:none;border-radius:13px;width:calc(100% - 32px);height:30px;margin:0 16px 16px;font-size:13px;font-weight:800;position:sticky;bottom:0;box-shadow:0 5px 12px #00589ca8}.mobile-info-done-btn:active{transform:scale(.98)}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(18px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.mobile-deposit-slip-actions{flex-direction:column;gap:10px;display:flex;position:absolute;top:12px;right:12px}.mobile-preview-camera-btn{background:#fff}.deposit-create-page .deposit-main-grid{flex-direction:column-reverse;gap:12px;margin-bottom:12px;display:flex}.mobile-deposit-details-card{background:linear-gradient(90deg,#fff 58%,#d6f0ff 100%);border:1px solid #8bbce8;border-radius:7px;margin-bottom:12px;padding:10px;box-shadow:0 2px 5px #0000002e}.mobile-deposit-details-title{color:#00599c;text-align:center;margin:0 0 20px;font-size:13px;font-weight:800}.mobile-detail-section{margin-bottom:12px}.mobile-detail-section-title{color:#00599c;margin:10px 0 5px;font-size:12px;font-weight:800}.mobile-summary-table-wrap{width:100%;overflow-x:auto}.mobile-summary-table{border-collapse:separate;border-spacing:0;color:#111;width:100%;font-size:10px}.mobile-summary-table thead th{color:#00599c;text-align:center;background:#cfe0f1;border-top:1px solid #9bbfdf;border-bottom:1px solid #9bbfdf;padding:2px 1px;font-size:11px;font-weight:600}.mobile-summary-table thead th:first-child{border-left:1px solid #9bbfdf;border-radius:4px 0 0 4px}.mobile-summary-table thead th:last-child{border-right:1px solid #9bbfdf;border-radius:0 4px 4px 0}.mobile-summary-table tbody td{text-align:center;border-bottom:1px solid #9bbfdf40;padding:2px 1px;font-size:11px;font-weight:500}.mobile-summary-table tbody td:last-child{color:#004b86;font-weight:800}.mobile-deposit-total{color:#00599c;background:#cfe0f1;border-radius:5px;grid-template-columns:1fr auto;align-items:center;margin-top:70px;padding:13px 10px;font-size:12px;font-weight:800;display:grid;box-shadow:0 2px 4px #0000001f}.mobile-deposit-total strong{color:#004b86;font-size:11px}.mobile-deposit-attachment-card{background:#cfe0f1;border:1px solid #8bbce8;border-radius:7px;min-height:215px;margin-bottom:12px;padding:12px;box-shadow:0 2px 5px #0000002e}.mobile-attachment-title{color:#111;margin-bottom:8px;font-size:12px;font-weight:800;display:block}.mobile-upload-actions{justify-content:center;align-items:center;gap:10px;min-height:165px;display:flex}.mobile-upload-btn{color:#00599c;cursor:pointer;background:#fff;border:2px dashed #8bbce8;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:170px;height:140px;transition:all .25s;display:flex}.mobile-upload-btn:hover{background:#f4f9ff;border-color:#00599c}.mobile-camera-btn{color:#1f75bd;background:#e9f3ff;border:1px solid #6b9dca;border-radius:4px;width:48px;height:42px;font-size:15px}.mobile-camera-btn small{font-size:8px;display:block}.mobile-deposit-slip-preview{background:#f4f4f4;border-radius:8px;width:100%;height:auto;position:relative;overflow:hidden}.mobile-deposit-slip-preview img{object-fit:cover;border-radius:5px;width:auto;max-width:100%;height:100%;display:block}.mobile-replace-image-btn,.mobile-camera-btn{color:#00599c;cursor:pointer;background:#ffffffeb;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex;box-shadow:0 3px 10px #00000040}.mobile-replace-image-btn:hover,.mobile-camera-btn:hover{transform:scale(1.08)}.deposit-create-page .check-preview-card{border:1px solid #8bbce8;border-radius:6px;height:160px;margin-bottom:12px}.deposit-create-page .check-preview-image{object-fit:contain;width:auto;height:100%}.deposit-create-page .history-card{border-radius:6px;padding:10px}.deposit-create-page .timeline-item{font-size:10px}}@media (width<=420px){.deposit-create-page .create-deposit-wrapper{max-width:100%}.deposit-create-page .post-btn{width:135px}.deposit-create-page .check-preview-card{height:145px}.mobile-deposit-slip-preview{height:auto}}.oms-page-layout{box-sizing:border-box;background:linear-gradient(200deg,#c0e5f7 0%,#fff 50%,#87af8f 100%);min-height:calc(100vh - 60px);margin:-20px -20px 0;padding:clamp(16px,3vw,28px)}.oms-page-card{box-shadow:none;background:0 0;border-radius:0;padding:0}.oms-page-card .prheaderform{background:#fff}.oms-page-card-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.oms-page-card-title{color:#2d3a4b;margin:0;font-size:24px;font-weight:700}.oms-page-card-subtitle{color:#666;margin:4px 0 0;font-size:14px}.oms-page-card-actions{gap:10px;display:flex}@media (width<=768px){.oms-page-card-header{flex-direction:column;align-items:stretch}.oms-page-card-actions{width:100%}}.oms-section-card{background:linear-gradient(200deg,#d1e4f4 0%,#f5f5f5 100%);border:1px solid #0000000d;border-radius:14px;margin-bottom:10px;padding:24px;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #3f5da50d,0 12px 28px #3a8db414}.check-header-form{background:#fff!important}.oms-section-card:hover{transform:translateY(-2px);box-shadow:0 8px 18px #0f172a14,0 18px 40px #0f172a1f}.oms-section-header{justify-content:space-between;align-items:flex-start;margin-bottom:18px;display:flex}.oms-section-title{color:#263238;margin:0;font-size:22px;font-weight:700}.oms-section-subtitle{color:#7a8795;margin-top:4px;font-size:13px}.oms-section-actions{gap:10px;display:flex}.pr-section-error{transition:all .2s;box-shadow:0 0 0 4px #dc35451f;border:2px solid #dc3545!important}.oms-table-card-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.oms-card-title{color:#4b83b5;margin:0 0 20px;font-size:18px;font-weight:700}@media (width<=768px){.oms-page-card{padding:16px}.oms-section-card{padding:18px}.oms-table-card{padding:16px}}.oms-breadcrumb{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:22px;display:flex}.oms-breadcrumb-back{cursor:pointer;color:#0d4678;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.oms-breadcrumb-back:hover{color:#256eb1}.oms-breadcrumb-item{align-items:center;gap:14px;display:flex}.oms-breadcrumb-text{color:#7a7a7a;font-size:18px;font-weight:600}.oms-breadcrumb-current{color:#111;font-size:18px;font-weight:700}.oms-breadcrumb-divider{color:#777;font-size:24px;font-weight:400}.oms-breadcrumb-link{color:#7a7a7a;font-size:18px;font-weight:600;text-decoration:none;transition:all .2s}.oms-breadcrumb-link:hover{color:#0d5aa7}.oms-date-picker{width:100%;position:relative}.oms-date-picker-input{cursor:pointer;background:#fff;border:1px solid #60738a;border-radius:8px;justify-content:space-between;align-items:center;width:100%;min-height:40px;padding:0 12px;transition:border-color .15s,box-shadow .15s;display:flex}.oms-date-picker-input:hover{border-color:#3b82f6}.oms-date-picker-input:focus-visible{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f626}.oms-date-picker-input:disabled{cursor:not-allowed;background:#f5f7fa}.oms-date-picker-value{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.oms-date-picker-placeholder{color:#9aa4b2;white-space:nowrap;font-size:13px}.oms-date-picker-icon{color:#60738a;flex-shrink:0;margin-left:10px;font-size:14px}.oms-date-picker-popup{z-index:1000;background:#fff;border:1px solid #d8dde5;border-radius:8px;width:248px;animation:.16s oms-date-popup;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 10px 24px #0000001f}.oms-calendar{padding:10px}.oms-calendar-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.oms-calendar-title{color:#202124;cursor:pointer;background:0 0;border:none;border-radius:5px;align-items:center;gap:6px;height:28px;padding:0 8px;font-size:13px;font-weight:600;transition:all .15s;display:flex}.oms-calendar-title:hover{background:#eef4fb}.oms-calendar-title-icon{width:10px;height:10px;transition:all .18s}.oms-calendar-title-icon.open{transform:rotate(180deg)}.oms-calendar-nav{color:#374151;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:26px;height:26px;transition:background .15s,color .15s;display:flex}.oms-calendar-nav:hover{background:#eef3f8}.oms-calendar-nav:active{background:#dfe8f4}.oms-calendar-nav svg{width:12px;height:12px}.oms-calendar-weekdays{grid-template-columns:repeat(7,1fr);margin-bottom:6px;display:grid}.oms-calendar-weekdays div{color:#5d6d80;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;height:24px;font-size:11px;font-weight:600;display:flex}@keyframes oms-date-popup{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.oms-calendar-grid{grid-template-columns:repeat(7,1fr);place-items:center;gap:2px;display:grid}.oms-calendar-day{cursor:pointer;-webkit-user-select:none;user-select:none;color:#202124;background:0 0;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;font-weight:500;transition:background .15s,color .15s,border-color .15s;display:flex}.oms-calendar-day:hover:not(:disabled):not(.selected){background:#edf3fb}.oms-calendar-day.today:not(.selected){color:#0067c0;border-color:#0067c0;font-weight:600}.oms-calendar-day.selected{color:#fff;background:#0067c0;font-weight:600}.oms-calendar-day.selected:hover{background:#0057a5}.oms-calendar-day.outside{color:#b5bcc7}.oms-calendar-day.disabled{opacity:.45;cursor:default}.oms-calendar-day:focus-visible{outline:none;box-shadow:0 0 0 2px #0067c040}.oms-calendar-footer{border-top:1px solid #edf0f4;justify-content:space-between;align-items:center;margin-top:8px;padding-top:8px;display:flex}.oms-calendar-footer button{color:#0067c0;cursor:pointer;background:0 0;border:none;padding:2px 4px;font-size:12px;font-weight:500;transition:all .15s}.oms-calendar-footer button:hover{text-decoration:underline}.oms-calendar-day:disabled{pointer-events:none}@media (width<=768px){.oms-date-picker-popup{width:100%;min-width:248px}}.oms-month-year-picker{background:#fff;border:1px solid #e6ebf1;border-radius:6px;gap:10px;margin-bottom:10px;padding:10px;display:flex}.oms-month-grid{flex:1;grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.oms-month-item{cursor:pointer;background:#fff;border:1px solid #d7dde5;border-radius:6px;height:auto;font-size:12px;transition:all .15s}.oms-month-item:hover{background:#eef4fb}.oms-month-item.selected{color:#fff;background:#0067c0;border-color:#0067c0}.oms-year-list{border-left:1px solid #eceff3;width:auto;max-height:100px;padding-left:1px;overflow-y:auto}.oms-year-item{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;height:30px;font-size:12px}.oms-year-item:hover{background:#eef4fb}.oms-year-item.selected{color:#fff;background:#0067c0}.oms-form-section{flex-direction:column;gap:24px;display:flex}.oms-form-row{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:18px;display:grid}.oms-form-field{flex-direction:column;gap:1px;display:flex}.oms-form-label{color:#333;font-size:14px;font-weight:700}.oms-required{color:#dc3545;margin-left:3px}.oms-input,.oms-select,.oms-textarea{box-sizing:border-box;background:#fff;border:1px solid #76b0ee;border-radius:5px;width:100%;font-size:14px;transition:all .2s}.oms-input,.oms-select{height:40px;padding:0 14px}.oms-textarea{resize:vertical;min-height:auto;padding:5px 14px}.oms-input:focus,.oms-select:focus,.oms-textarea:focus{border-color:#00599c;outline:none;box-shadow:0 0 0 3px #00599c1a}.oms-field-error{color:#dc3545;margin-top:1px;font-size:12px;font-weight:500}.attachment-validation{color:#dc3545;font-size:13px;font-weight:500;display:block}.button-error-actions .oms-field-error{color:#dc3545;text-align:right;min-height:18px;font-size:12px;line-height:18px}.button-error-actions .oms-field-error:empty{visibility:hidden}.oms-search{position:relative}.oms-search input{padding-right:40px}.oms-search-icon{color:#888;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.oms-control{box-sizing:border-box;width:100%}.oms-control-sm{height:34px;font-size:12px}.oms-control-md{height:42px;font-size:14px}.oms-control-lg{height:50px;font-size:15px}.oms-control-error{box-shadow:0 0 0 3px #dc35451f;border:1px solid #dc3545!important}.oms-control-error:focus{border-color:#dc3545!important;box-shadow:0 0 0 3px #dc35452e!important}.oms-control-readonly{background:#f7f7f7}.pr-header-form{flex-direction:column;gap:20px;display:flex}.required-error{box-shadow:0 0 0 4px #dc354526;border:2px solid #dc3545!important}.pr-check-form{flex-direction:column;gap:20px;display:flex}.pr-header-check-top{grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:18px;display:grid}.pr-header-cash-top{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:18px;display:grid}.pr-check-field{width:100%}.pr-check-second-row{grid-template-columns:1fr auto;align-items:end;gap:20px;display:grid}.pr-check-remarks{width:100%}.pr-check-actions{justify-content:flex-end;align-items:end;display:grid}.pr-check-form .oms-form-label{color:#4d6182;margin-bottom:1px;font-size:13px;font-weight:600;display:block}.pr-check-form .oms-input,.pr-check-form .oms-select,.pr-check-form .oms-textarea{background:#fff;border:1px solid #60738a;border-radius:10px;height:42px}.pr-check-form .oms-textarea{resize:vertical;min-height:42px}.check-summary-card{background:#fff;padding:24px 28px}.check-summary-row{grid-template-columns:1.5fr 1.8fr 1fr 1fr 1fr;gap:10px;display:grid}.check-summary-row.second{grid-template-columns:1fr 1fr minmax(0,2fr);align-items:start;gap:10px;display:grid}.check-summary-divider{background:#05325f;height:1px;margin:22px 0}.summary-item{flex-direction:column;display:flex}.summary-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.6px;margin-bottom:1px;font-size:12px;font-weight:600}.summary-value{font-size:auto;color:#000;word-break:break-word;font-weight:500}.amount-text{color:#000;font-size:15px;font-weight:500}.summary-item.status{flex-direction:column;align-items:center;display:flex}.remarks .summary-value{min-height:30px;max-height:auto;resize:auto;border:1px solid #000;border-radius:8px;padding:0 10px;font-weight:500;line-height:1.6}.pr-header-card-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.pr-header-title{color:#234266;margin:0;font-size:28px;font-weight:700}.pr-header-subtitle{color:#71829a;margin-top:4px;font-size:15px}.pr-header-top{grid-template-columns:1fr 1fr 2fr 1fr;align-items:start;gap:18px;display:grid}.pr-header-field,.pr-date-field{width:100%}.pr-second-row{grid-template-columns:1fr auto;align-items:end;gap:20px;display:grid}.pr-header-actions{justify-content:flex-end;place-self:end;align-items:flex-end;gap:12px;width:auto;display:flex}.pr-generated-column,.pr-remarks-column{width:100%}.pr-header-form .oms-form-label{color:#4d6182;margin-bottom:1px;font-size:13px;font-weight:600;display:block}.pr-header-form .oms-input,.pr-header-form .oms-select,.pr-header-form .oms-textarea{background:#fff;border:1px solid #60738a;border-radius:10px;height:42px;transition:all .2s}.pr-header-form .oms-input:focus,.pr-header-form .oms-select:focus,.pr-header-form .oms-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.pr-header-form .oms-textarea{resize:vertical;border-radius:10px;min-height:42px}.pr-generated-display{color:#2f5d8a;white-space:pre-wrap;word-break:break-word;background:#f8fbff;border:1px solid #cfd8e3;border-radius:10px;align-items:center;min-height:40px;margin-top:13px;padding:10px 14px;font-size:14px;font-weight:600;line-height:1.45;display:flex}.pr-generated-display.error{color:#dc3545;background:#fff5f5;border-color:#dc3545;box-shadow:0 0 0 4px #dc354526}.oms-searchable-select{width:100%;position:relative}.oms-searchable-dropdown{z-index:1000;background:#fff;border:1px solid #60738a;border-radius:10px;max-height:250px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 10px 25px #0000001f}.oms-searchable-option{cursor:pointer;padding:10px 14px;transition:background .15s}.oms-searchable-option:hover{background:#eef6ff}.oms-searchable-option.active{background:#e9f2ff}.oms-searchable-option.selected{color:#0b5ed7;font-weight:600}.oms-searchable-option.active.selected{background:#d8ebff}.oms-search-highlight{padding:0;font-weight:700}.oms-searchable-empty{color:#8b8b8b;padding:12px 14px;font-size:13px}.oms-data-table{flex-direction:column;gap:5px;display:flex}.oms-table-card{background:linear-gradient(200deg,#d1e4f4 0%,#f5f5f5 100%);border:1px solid #0000000d;border-radius:14px;margin-bottom:10px;padding:24px;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #3f5da50d,0 12px 28px #3a8db414}.oms-table-card-header{justify-content:space-between;align-items:center;gap:20px;display:flex}.oms-table-card-title{color:#17365d;margin:0;font-size:2rem;font-weight:700}.oms-table-card-tools{flex-direction:column;justify-content:flex-end;align-items:end;gap:5px;margin-left:auto;display:flex}.oms-data-table-content{box-shadow:none;background:0 0;border:none;margin:0;padding:0}.oms-table-card-footer{justify-content:flex-end;margin-top:20px;display:flex}@media (width<=768px){.oms-table-card{border-radius:14px;padding:16px}.oms-table-card-header{flex-direction:column;align-items:stretch;gap:16px}.oms-table-card-tools{justify-content:space-between;width:100%}.oms-table-card-title{font-size:1.4rem}.oms-table-card-footer{justify-content:center}}.oms-table{border-collapse:separate;border-spacing:0 12px;width:100%;padding:0}.oms-table thead tr{filter:drop-shadow(0 4px 8px #0000001f)}.oms-table th{color:#17406d;text-align:center;white-space:nowrap;box-shadow:none;background:#fff;padding:20px 18px;font-size:14px;font-weight:700}.oms-table th:first-child{border-radius:18px 0 0 18px}.oms-table th:last-child{border-radius:0 18px 18px 0}.oms-table tbody tr{filter:drop-shadow(0 5px 10px #00000024);transition:transform .18s,filter .18s}.oms-table tbody tr:hover{filter:drop-shadow(0 8px 18px #0000002e);transform:translateY(-2px)}.oms-table td{color:#1d4771;text-align:center;box-shadow:none;background:#ffffffce;border:none;padding:3px 5px;font-size:14px}.oms-table td:first-child{border-radius:10px 0 0 10px;box-shadow:-8px 4px 8px #00000024,0 4px #00000024}.oms-table td:last-child{border-radius:0 10px 10px 0;box-shadow:8px 4px 8px #00000024,0 4px #00000024}.oms-table td:not(:first-child):not(:last-child){border-radius:0;box-shadow:0 4px #00000024,0 4px #00000024}.oms-clickable{cursor:pointer}.oms-actions{justify-content:center;align-items:center;gap:12px;display:flex}.oms-empty-row td{box-shadow:none;color:#777;background:0 0;padding:50px;font-style:italic}.oms-loading-row td{box-shadow:none;background:0 0;padding:50px}.pr-status{text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;min-width:150px;height:30px;padding:0 18px;font-size:12px;font-weight:700;display:inline-flex}.pr-status.open{color:#000;background:linear-gradient(90deg,#76b3f0,#72b0ee)}.pr-status.posted{color:#000;background:linear-gradient(90deg,#7ca9d8,#386fb3)}.pr-status.partially-deposited{color:#000;background:linear-gradient(90deg,#ffe6bf,#ffc36f)}.pr-status.deposited{color:#000;background:linear-gradient(90deg,#fff5be,#f2d458)}.pr-status.partially-verified{color:#000;background:linear-gradient(90deg,#e8f7c9,#b8df71)}.pr-status.verified{color:#000;background:linear-gradient(90deg,#c8f5da,#57c887)}.pr-status.cancelled{color:#000;background:linear-gradient(90deg,#f89494,#f26d6d)}.pr-status.pending{color:#000;background:linear-gradient(90deg,#fff3c4,#ffd76d)}.pr-status.draft{color:#000;background:linear-gradient(90deg,#ededed,#d3d3d3)}.oms-total-row td{font-weight:700;box-shadow:0 4px 10px #0000001f;background:#fff!important}.oms-total-row td:first-child{border-radius:10px 0 0 10px}.oms-total-row td:last-child{border-radius:0 10px 10px 0}.oms-total-label{color:#1c4f82;font-size:15px;text-align:right!important}.oms-total-value{color:#0c67b8;font-size:17px;font-weight:800}@media (width<=768px){.oms-table{min-width:950px}.oms-table th,.oms-table td{padding:16px 12px;font-size:13px}.pr-status{min-width:120px;height:32px;font-size:11px}}.oms-btn{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:10px 18px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.oms-btn:disabled{opacity:.55;cursor:not-allowed}.oms-btn-primary{color:#fff;background:#00599c;border:2px solid #00599c}.oms-btn-primary:hover:not(:disabled){color:#00599c;background:#fff}.oms-btn-success{color:#fff;background:#198754;border:2px solid #198754}.oms-btn-success:hover:not(:disabled){color:#198754;background:#fff}.oms-btn-danger{color:#fff;background:#dc3545;border:2px solid #dc3545}.oms-btn-danger:hover:not(:disabled){color:#dc3545;background:#fff}.oms-btn-secondary{color:#00599c;background:#eef3f8;border:2px solid #d6e4f2}.oms-btn-secondary:hover:not(:disabled){background:#dcefff}.oms-back-btn{color:#00599c;cursor:pointer;background:#dfeeff;border:1px solid #7fb0e0;border-radius:5px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.oms-back-btn:hover{color:#fff;background:#00599c}.oms-icon-btn{color:#00599c;cursor:pointer;background:0 0;border:none;border-radius:5px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.oms-icon-btn:hover{color:#fff;background:#5ba3ec}@media (width<=768px){.oms-btn{width:100%;min-height:48px;font-size:15px}}.desktop-pr-list{display:block}.mobile-pr-wrapper{display:none}.mobile-pr-list{flex-direction:column;display:flex}.mobile-pr-empty{text-align:center;color:#777;background:#fff;border:1px solid #d8e5f3;border-radius:8px;padding:32px 18px}.mobile-pr-card{cursor:pointer;border:1px solid #8bbce8;border-radius:8px;transition:all .2s;position:relative;overflow:hidden;box-shadow:0 2px 6px #00000026}.mobile-pr-card:active{transform:scale(.99)}.mobile-pr-main{grid-template-columns:1fr 1fr;gap:10px 14px;padding:16px 60px 16px 14px;display:grid}.mobile-field strong{color:#111;word-break:break-word;font-size:12px;font-weight:800;line-height:1.2;display:block}.mobile-field small{color:#5f7487;margin-top:2px;margin-left:14px;font-size:9px;font-style:italic;line-height:1.2;display:block}.mobile-branch{grid-column:1}.mobile-status-wrap{justify-content:flex-end;align-items:flex-end;display:flex}.mobile-status{text-transform:uppercase;text-align:center;color:#111;border-radius:4px;justify-content:center;align-items:center;min-width:110px;min-height:26px;padding:5px 10px;font-size:9px;font-weight:800;display:inline-flex}.mobile-pr-actions{z-index:5;gap:3px;display:flex;position:absolute;top:10px;right:10px}.mobile-pr-icon-btn{color:#fff;cursor:pointer;background:#00599c;border:1px solid #00599c;border-radius:4px;justify-content:center;align-items:center;width:auto;height:auto;padding:5px;transition:all .2s;display:flex}.mobile-pr-icon-btn:hover{color:#00599c;background:#fff}.mobile-pr-icon-btn:active{transform:scale(.95)}.mobile-pr-card.status-open{background:linear-gradient(90deg,#fff 58%,#eeeded 100%)}.mobile-pr-card.status-posted{background:linear-gradient(90deg,#fff 58%,#d8ebff 100%)}.mobile-pr-card.status-partially-deposited{background:linear-gradient(90deg,#fff 58%,#fde9d0 100%)}.mobile-pr-card.status-deposited{background:linear-gradient(90deg,#fff 58%,#fdf6d4 100%)}.mobile-pr-card.status-partially-verified{background:linear-gradient(90deg,#fff 58%,#e8f8c9 100%)}.mobile-pr-card.status-verified{background:linear-gradient(90deg,#fff 58%,#d9fde9 100%)}.mobile-pr-card.status-cancelled{background:linear-gradient(90deg,#fff 58%,#fce3e3 100%)}.mobile-pr-card.status-draft{background:linear-gradient(90deg,#fff 58%,#ececec 100%)}.mobile-pr-card.status-pending{background:linear-gradient(90deg,#fff 58%,#fff1c7 100%)}.mobile-status.status-open{color:#575656;background:#dbdada}.mobile-status.status-posted{color:#4f63ff;background:#9dccff}.mobile-status.status-partially-deposited{color:#b45d00;background:#ffc88d}.mobile-status.status-deposited{color:#a38300;background:#f8e597}.mobile-status.status-partially-verified{color:#446801;background:#d9f99d}.mobile-status.status-verified{color:#005525;background:#bff7d7}.mobile-status.status-cancelled{color:#dc3545;background:#ffd6d6}.mobile-status.status-draft{color:#666;background:#ececec}.mobile-status.status-pending{color:#c57f00;background:#fff1c7}.mobile-date-filter{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px;display:grid}.mobile-search-filter{grid-template-columns:110px 1fr;gap:10px;margin-bottom:16px;display:grid}.mobile-date-filter label,.mobile-search-filter label{color:#555;margin-bottom:5px;font-size:12px;font-weight:700;display:block}.mobile-date-filter input,.mobile-search-filter input,.mobile-search-filter select{box-sizing:border-box;border:1px solid #3f7daf;border-radius:4px;width:100%;height:38px;padding:0 10px;font-size:12px}.mobile-date-filter input:focus,.mobile-search-filter input:focus,.mobile-search-filter select:focus{border-color:#00599c;outline:none;box-shadow:0 0 0 2px #00599c1f}.pr-fab{display:none}@media (width<=912px){.desktop-pr-list{display:none}.mobile-pr-wrapper{display:block}.pr-collection-page{margin-top:-12px;margin-left:-12px;margin-right:-12px;padding:0}.pr-collection-page .pr-card{box-shadow:none;border-radius:0;padding:10px}.pr-collection-page .pr-header{margin-bottom:12px}.pr-collection-page .pr-header h4{font-size:18px}.mobile-date-filter{grid-template-columns:1fr 1fr;gap:10px}.mobile-search-filter{grid-template-columns:110px 1fr;gap:10px}.pr-fab{left:50%;bottom:max(20px, env(safe-area-inset-bottom));color:#fff;cursor:pointer;z-index:9999;background:#00599c;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:165px;height:50px;font-size:14px;font-weight:700;transition:all .2s;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 10px 24px #00000040}.pr-fab:hover{transform:translate(-50%)scale(1.03)}.pr-fab:active{transform:translate(-50%)scale(.98)}.pr-fab svg{margin-right:8px}}@media (width<=420px){.mobile-pr-main{gap:8px 10px;padding:12px 10px}.mobile-field strong{font-size:10px}.mobile-field small{margin-left:12px;font-size:8px}.mobile-status{min-width:90px;font-size:8px}.mobile-pr-actions{z-index:5;gap:3px;padding:0 10px 5px;display:flex;position:absolute;top:10px;right:0}.mobile-date-filter{gap:8px}.mobile-search-filter{grid-template-columns:95px 1fr;gap:8px}.mobile-date-filter label,.mobile-search-filter label{font-size:11px}.mobile-date-filter input,.mobile-search-filter input,.mobile-search-filter select{height:34px;font-size:11px}.pr-fab{width:150px;height:48px;font-size:13px}}.mobile-pr-table-card{background:#fff;border:1px solid #9bc8ef;border-radius:8px;margin-bottom:18px;padding:12px;box-shadow:0 2px 6px #00000026}.mobile-pr-table-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.mobile-pr-table-header h5{color:#00599c;margin:0;font-size:16px;font-weight:700}.mobile-pr-table-header .table-page-size{align-items:center;gap:8px;display:flex}.mobile-pr-table-header .table-page-size label{color:#555;white-space:nowrap;font-size:11px}.mobile-pr-table-header .table-page-size select{background:#fff;border:1px solid #cbd5e1;border-radius:4px;min-width:58px;height:30px;padding:0 6px;font-size:11px}.mobile-pr-table-card .pagination-footer{border-top:1px solid #e5edf5;justify-content:space-between;align-items:center;gap:10px;margin-top:14px;padding-top:10px;display:flex}.mobile-pr-table-card .pagination-info{color:#666;font-size:11px}.mobile-pr-table-card .pagination-controls-right{align-items:center;gap:10px;display:flex}.mobile-pr-table-card .pagination-page-size{display:none}.mobile-pr-table-card .pagination-nav{align-items:center;display:flex}.mobile-pr-table-card .pagination-nav button{color:#555;cursor:pointer;background:#f7f8fc;border:1px solid #d8dfea;width:28px;height:28px;transition:all .2s}.mobile-pr-table-card .pagination-nav button:hover:not(:disabled){background:#edf3fb}.mobile-pr-table-card .pagination-nav button:disabled{opacity:.5;cursor:not-allowed}.mobile-pr-table-card .pagination-nav span{color:#666;background:#fff;border-top:1px solid #d8dfea;border-bottom:1px solid #d8dfea;justify-content:center;align-items:center;min-width:72px;height:28px;font-size:11px;display:flex}@media (width<=912px){.mobile-pr-table-card{padding:12px}.mobile-pr-table-header{display:block}.mobile-pr-table-header h5{margin-bottom:10px}.mobile-pr-table-header .table-page-size{justify-content:flex-end}.mobile-pr-table-card .pagination-footer{flex-direction:row;align-items:center}.mobile-pr-table-card .pagination-info{font-size:10px}.mobile-pr-table-card .pagination-controls-right{justify-content:flex-end}.mobile-pr-table-card .pagination-nav button{width:24px;height:24px}.mobile-pr-table-card .pagination-nav span{min-width:64px;height:24px;font-size:10px}}@media (width<=420px){.mobile-pr-table-card{padding:10px}.mobile-pr-table-header h5{font-size:15px}.mobile-pr-table-header .table-page-size label{font-size:10px}.mobile-pr-table-header .table-page-size select{min-width:52px;height:28px;font-size:10px}.mobile-pr-table-card .pagination-footer{flex-direction:column;gap:8px}.mobile-pr-table-card .pagination-info{text-align:center}.mobile-pr-table-card .pagination-controls-right{justify-content:center}.mobile-pr-table-card .pagination-nav button{width:22px;height:22px}.mobile-pr-table-card .pagination-nav span{min-width:58px;height:22px;font-size:9px}}.oms-filter-grid{grid-template-columns:1fr 1fr 1fr 3fr;align-items:start;gap:10px;margin-bottom:20px;display:grid}.pr-tabs-card{background:linear-gradient(200deg,#d1e4f4 0%,#f5f5f5 100%);border:1px solid #0000000d;border-radius:14px;margin-bottom:10px;padding:24px;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #3f5da50d,0 12px 28px #3a8db414}.pr-tabs-header{border-bottom:1px solid #e8eef6;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.pr-tabs-left{gap:10px;display:flex}.pr-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;padding:10px 18px;font-size:14px;font-weight:600;transition:all .25s;display:flex}.pr-tab:hover{background:#eef5fb}.pr-tab.active{color:#fff;background:#0f6cbd}.pr-tab span{background:#ffffff40;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;font-size:12px;font-weight:700;display:flex}.pr-tab:not(.active) span{color:#0f6cbd;background:#dbeafe}.pr-tabs-right{align-items:center;gap:18px;display:flex}.pr-tabs-total{color:#64748b;font-size:14px}.pr-tabs-total strong{color:#0f172a;font-size:16px}.pr-tabs-body{padding:0}.pr-tabs-body .oms-section-card{box-shadow:none;background:0 0;border:none;margin:0;padding:0}.pr-tabs-body .oms-section-header{display:none}.pr-tabs-body table{margin-top:0}.pr-tabs-error{border:2px solid #dc3545;transition:all .2s;box-shadow:0 0 0 4px #dc35451f}@media (width<=900px){.pr-tabs-header{flex-direction:column;align-items:stretch;gap:18px}.pr-tabs-left{overflow:auto}.pr-tabs-right{justify-content:space-between}}@media (width<=600px){.pr-tabs-right{flex-direction:column;align-items:stretch}.pr-tabs-right button{width:100%}}.pr-view-page{background:#edf3ff;min-height:100vh}.mobile-view-pr{display:none}.desktop-view-pr{display:block}.mobile-view-pr-card{margin-top:-12px;margin-left:-12px;margin-right:-12px;padding:0}@media (width<=768px){.pr-view-page{background:#dfe9fb;margin:0;padding:0}.pr-view-page .pr-view-wrapper{margin:0;padding:0}.desktop-view-pr{display:none}.mobile-view-pr{display:block}.mobile-view-pr-card{background:#fff;border:1px solid #c9def5;border-radius:10px;padding-bottom:110px;overflow:hidden;box-shadow:0 2px 8px #00000014}.mobile-view-pr-header{z-index:50;background:#fff;border-bottom:1px solid #dce8f6;align-items:center;gap:12px;padding:14px 16px;display:flex;position:sticky;top:0}.mobile-view-pr-title{color:#1f2937;flex:1;font-size:16px;font-weight:500}.mobile-pr-section{background:#fff;border:1px solid #b7d5f3;border-radius:8px;margin:14px 12px;overflow:hidden}.mobile-pr-section-header{border-bottom:1px solid #e5eef9;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.mobile-pr-section-title{color:#004b8d;margin:0;font-size:13px;font-weight:500}.mobile-pr-section-subtitle{color:#6b7280;margin:2px 0 0;font-size:11px}.mobile-pr-total-card{flex-direction:column;align-items:flex-end;display:flex}.mobile-pr-total-card span{color:#6b7280;font-size:10px}.mobile-pr-total-card strong{color:#00599c;font-size:16px;font-weight:700}.mobile-pr-receipt-card{padding:12px}.mobile-pr-receipt-image{object-fit:cover;border:1px solid #b7d5f3;border-radius:6px;width:100%;display:block}.mobile-pr-receipt-empty{color:#6b7280;background:#f8fbff;border:2px dashed #d7e4f2;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:220px;display:flex}.mobile-pr-receipt-empty-icon{font-size:42px}.mobile-pr-info-card{padding:12px}.mobile-pr-info-item{flex-direction:column;margin-bottom:12px;display:flex}.mobile-pr-info-item:last-child{margin-bottom:0}.mobile-pr-info-item label{color:#222;margin-bottom:5px;font-size:12px;font-weight:500}.mobile-pr-info-item span{color:#1f2937;word-break:break-word;background:#fff;border:1px solid #8bb8ef;border-radius:4px;align-items:center;min-height:40px;padding:0 10px;font-size:13px;font-weight:500;display:flex}.mobile-pr-remarks textarea{resize:none;color:#222;box-sizing:border-box;background:#fff;border:1px solid #8bb8ef;border-radius:4px;width:100%;min-height:120px;padding:10px;font-size:13px}.mobile-empty-card{text-align:center;color:#6b7280;padding:30px 20px;font-size:13px}.mobile-pr-footer{z-index:999;background:0 0;gap:10px;padding:10px;display:grid;position:fixed;bottom:15px;left:10px;right:10px}.mobile-pr-footer button{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;height:48px;font-size:14px;font-weight:500;display:flex}.mobile-save-btn,.mobile-post-btn{color:#fff;background:#00599c}.mobile-cancel-btn{color:#fff;background:#fc5555;border:1px solid #fc5555}.mobile-save-btn:hover:not(:disabled),.mobile-post-btn:hover:not(:disabled){background:#00477d}.mobile-cancel-btn:hover:not(:disabled){color:#fc5555;background:#f8e4e4;border:1px solid #fc5555}.mobile-save-btn:disabled,.mobile-post-btn:disabled,.mobile-cancel-btn:disabled{opacity:.55;cursor:not-allowed}.mobile-check-list{flex-direction:column;display:flex}.mobile-check-card{cursor:pointer;background:linear-gradient(90deg,#fff 55%,#b2dcff 100%);border:1px solid #b8d5ef;border-radius:8px;transition:all .2s;overflow:hidden;box-shadow:0 2px 8px #00000014}.mobile-check-card:hover{background:linear-gradient(90deg,#fff 55%,#76bffc 100%);transform:translateY(-1px);box-shadow:0 4px 12px #0000001f}.mobile-check-card-header{border-bottom:1px solid #e5eef9;justify-content:space-between;align-items:flex-start;padding:12px;display:flex}.mobile-check-card-header h4{color:#1f2937;margin:2px 0 0;font-size:15px;font-weight:600}.mobile-check-label{color:#6b7280;font-size:10px}.mobile-check-grid{grid-template-columns:1fr 1fr;gap:12px;padding:12px;display:grid}.mobile-check-item{flex-direction:column;display:flex}.mobile-check-item.full{grid-column:1/-1}.mobile-check-item span{color:#6b7280;margin-bottom:4px;font-size:10px}.mobile-check-item strong{color:#222;font-size:14px;font-weight:500;line-height:1.2}.mobile-check-amount{color:#02327a!important;font-size:18px!important}.mobile-view-btn,.mobile-replace-btn{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:6px;height:40px;font-size:12px;font-weight:500;transition:all .2s;display:flex}.mobile-view-btn{color:#00599c;background:#dbeafe;border:1px solid #8bb8ef}.mobile-view-btn:hover{background:#bfdcff}.mobile-replace-btn{color:#d97706;background:#fff4df;border:1px solid #ffd59d}.mobile-replace-btn:hover{background:#ffe9c2}.mobile-cash-list{flex-direction:column;display:flex}.mobile-cash-card{cursor:pointer;background:linear-gradient(90deg,#fff 55%,#b4ecfd 100%);border:1px solid #b8d5ef;border-radius:8px;transition:all .2s;overflow:hidden;box-shadow:0 2px 8px #00000014}.mobile-cash-card:hover{background:linear-gradient(90deg,#fff 55%,#42cdf7 100%);border-radius:8px;transform:translateY(-1px);box-shadow:0 4px 12px #0000001f}.mobile-cash-card-header{border-bottom:1px solid #e5eef9;justify-content:space-between;align-items:flex-start;padding:12px;display:flex}.mobile-cash-card-header h4{color:#1f2937;margin:2px 0 0;font-size:15px;font-weight:600}.mobile-cash-label{color:#6b7280;font-size:10px}.mobile-cash-grid{grid-template-columns:1fr;gap:12px;padding:12px;display:grid}.mobile-cash-item{flex-direction:column;display:flex}.mobile-cash-item.full{grid-column:1/-1}.mobile-cash-item span{color:#6b7280;margin-bottom:4px;font-size:10px}.mobile-cash-item strong{color:#1f2937;font-size:14px;font-weight:600}.mobile-cash-amount{color:#014d64!important;font-size:18px!important}.mobile-card-status{text-transform:uppercase;border-radius:6px;justify-content:center;align-items:center;min-width:115px;padding:5px 14px;font-size:11px;font-weight:600;display:inline-flex}.mobile-card-status.undeposited{color:#1d4ed8;background:#dbeafe}.mobile-card-status.deposited{color:#b45309;background:#fef3c7}.mobile-card-status.verified{color:#15803d;background:#dcfce7}.mobile-card-status.replaced{color:#fc5d2c;background:#fcbfac}.mobile-card-status.cancelled{color:#dc2626;background:#fee2e2}@media (width<=420px){.mobile-check-grid{grid-template-columns:1fr}.mobile-check-row,.mobile-cash-row{gap:8px}.mobile-check-row label,.mobile-cash-row label{font-size:10px}.mobile-check-row span,.mobile-cash-row span{font-size:13px}.mobile-check-row strong,.mobile-cash-row strong{font-size:16px}.mobile-pr-footer{bottom:10px;left:10px;right:10px}.mobile-pr-footer button{font-size:13px}}}.attachment-tabs{width:100%}.attachment-tabs-header{border-bottom:1px solid #d9e7f3;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:14px;display:flex}.attachment-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.attachment-tab:hover{color:#00599c;background:#eef6ff}.attachment-tab.active{color:#fff;background:#00599c}.attachment-tab-count{background:#ffffff40;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:12px;font-weight:700;display:flex}.attachment-content{width:100%}.attachment-image{background:#fff;border:1px solid #d8e6f2;border-radius:12px;width:100%;height:auto;display:block}.attachment-empty{color:#64748b;background:#f8fbff;border:2px dashed #d6e5f3;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;min-height:auto;display:flex}.attachment-empty-icon{font-size:48px}.attachment-empty-title{color:#2d4f74;font-size:17px;font-weight:600}.attachment-empty-subtitle{color:#71829a;font-size:14px}@media (width<=768px){.pr-check-view-page{background:#dfe9fb;margin:-12px -12px 0;padding:0}.pr-check-wrapper{margin:0;padding:0}.desktop-check-view{display:none}.mobile-check-view{margin-top:-12px;margin-left:-12px;margin-right:-12px;display:block}.mobile-view-page{background:#edf3ff;border-radius:10px;min-height:100vh;padding-bottom:10px}.mobile-view-pr-header{z-index:200;background:#fff;border-bottom:1px solid #d9e7f5;align-items:center;gap:12px;padding:14px 16px;display:flex;position:sticky;top:0}.mobile-view-pr-title{color:#1f2937;flex:1;font-size:16px;font-weight:600}.mobile-pr-section{background:#fff;border:1px solid #c8ddf4;border-radius:8px;margin:14px;overflow:hidden}.mobile-pr-section-header{border-bottom:1px solid #e7eef8;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.mobile-pr-section-title{color:#00599c;margin:0;font-size:13px;font-weight:600}.mobile-pr-section-subtitle{color:#6b7280;margin-top:2px;font-size:11px}.mobile-pr-total-card{flex-direction:column;align-items:flex-end;display:flex}.mobile-pr-total-card span{color:#6b7280;font-size:10px}.mobile-pr-total-card strong{color:#00599c;font-size:18px;font-weight:700}.mobile-pr-receipt-card{padding:12px}.mobile-pr-receipt-image{border:1px solid #c8ddf4;border-radius:8px;width:100%;display:block}.mobile-pr-receipt-empty{color:#6b7280;background:#f8fbff;border:2px dashed #d9e6f4;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:220px;display:flex}.mobile-pr-receipt-empty-icon{font-size:42px}.mobile-pr-info-card{padding:5px}.mobile-pr-info-item-row{grid-template-columns:1fr 1fr;gap:5px;display:grid}.mobile-pr-info-item{flex-direction:column;margin-bottom:10px;display:flex}.mobile-pr-info-item:last-child{margin-bottom:0}.mobile-pr-info-item label{color:#374151;margin-bottom:6px;font-size:12px;font-weight:500}.mobile-pr-info-item span{color:#1f2937;word-break:break-word;background:#fff;border:1px solid #8bb8ef;border-radius:4px;align-items:center;padding:5px;font-size:11px;font-weight:500;display:flex}.check-history-item{gap:14px;padding:14px 0;display:flex;position:relative}.check-history-item:not(:last-child){border-bottom:1px solid #edf2f7}.history-dot{background:#00599c;border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-top:5px}.history-content{flex:1}.history-content strong{color:#1f2937;margin-bottom:6px;font-size:14px;font-weight:600;display:block}.history-content div{color:#6b7280;margin-top:3px;font-size:12px;line-height:1.45}.status-badge{text-transform:uppercase;border-radius:6px;justify-content:center;align-items:center;width:100%;height:auto;padding:5px 12px;font-size:11px;font-weight:600;display:inline-flex}.mobile-empty-card{text-align:center;color:#6b7280;padding:30px 20px;font-size:13px}@media (width<=480px){.mobile-view-pr-header{padding:12px}.mobile-view-pr-title{font-size:15px}.mobile-pr-section{margin:10px}.mobile-pr-info-card{padding:10px}.mobile-pr-info-item span{font-size:10px}.mobile-pr-total-card strong{font-size:14px}.check-history-item{gap:10px}.history-content strong{font-size:13px}.history-content div{font-size:11px}.mobile-pr-receipt-empty{min-height:180px}.mobile-pr-receipt-empty-icon{font-size:34px}}}.oms-empty-upload{background:#f8fbff;border:2px dashed #cfd8e3;border-radius:12px;justify-content:center;align-items:center;width:100%;display:flex}.oms-empty-upload-content{text-align:center;color:#64748b}.oms-empty-upload-icon{margin-bottom:16px;font-size:52px}.oms-empty-upload-title{color:#334155;font-size:18px;font-weight:400}.oms-empty-upload-subtitle{color:#64748b;margin-top:8px;font-size:14px}.oms-preview-area{width:100%}.oms-preview-card{background:#fff;border:1px solid #d7e3ef;border-radius:12px;justify-content:center;align-items:center;width:100%;height:auto;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000014}.oms-preview-image{object-fit:contain;cursor:zoom-in;-webkit-user-select:none;user-select:none;width:100%;max-width:100%;height:auto;max-height:100%;transition:all .2s;display:block}.oms-preview-image:hover{transform:scale(1.01)}.oms-preview-actions{z-index:20;gap:10px;display:flex;position:absolute;top:16px;right:16px}.oms-replace-btn,.oms-camera-btn{color:#fff;cursor:pointer;background:#000000a6;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.oms-replace-btn:hover,.oms-camera-btn:hover{background:#1976d2}.oms-replace-btn svg,.oms-camera-btn svg{pointer-events:none}.camera-modal{z-index:99999;background:#000000bf;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.camera-box{background:#fff;border-radius:16px;flex-direction:column;width:min(900px,100%);max-height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 50px #00000059}.camera-box video{object-fit:contain;background:#000;width:100%;max-height:72vh}.camera-actions{justify-content:center;gap:18px;padding:20px;display:flex}.capture-btn,.cancel-btn{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .2s;display:flex}.capture-btn{color:#fff;background:#16a34a}.capture-btn:hover{background:#15803d}.cancel-btn{color:#fff;background:#dc2626}.cancel-btn:hover{background:#b91c1c}.camera-error{text-align:center;color:#dc2626;padding:20px;font-size:14px;font-weight:600}@media (width<=768px){.oms-empty-upload{min-height:240px}.oms-preview-card{height:260px}.oms-preview-image{max-width:100%;max-height:100%}.oms-preview-actions{top:12px;right:12px}.oms-replace-btn,.oms-camera-btn{width:40px;height:40px}.camera-box{border-radius:12px}.camera-box video{max-height:60vh}.capture-btn,.cancel-btn{width:52px;height:52px}}@media (width<=768px){.pr-create-page{background:#dfe9fb;margin:0;padding:0}.pr-create-page .pr-card{box-shadow:none;background:0 0;border-radius:0;padding:0}}.mobile-create-pr-card{background:#fff;border:1px solid #c9def5;border-radius:10px;padding-bottom:110px;overflow:hidden;box-shadow:0 2px 8px #00000014}.mobile-create-pr-header{z-index:50;background:#fff;border-bottom:1px solid #dce8f6;align-items:center;gap:12px;padding:14px 16px;display:flex;position:sticky;top:0}.mobile-create-pr-title{color:#1f2937;flex:1;font-size:16px;font-weight:500}.mobile-create-section{background:#fff;border:1px solid #b7d5f3;border-radius:8px;margin:14px 12px;overflow:hidden}.mobile-create-section-title{color:#004b8d;border-bottom:1px solid #e5eef9;padding:10px 12px;font-size:13px;font-weight:500}.mobile-pr-form{padding:12px}.mobile-pr-field{flex-direction:column;margin-bottom:12px;display:flex}.mobile-pr-field-input{grid-template-columns:1fr 2fr;gap:10px;display:grid}.mobile-pr-field label{color:#222;margin-bottom:5px;font-size:12px;font-weight:500}.mobile-pr-field label .required{color:#ef4444}.mobile-pr-field input,.mobile-pr-field select,.mobile-pr-field textarea{box-sizing:border-box;background:#fff;border:1px solid #8bb8ef;border-radius:4px;outline:none;width:100%;min-height:40px;padding:0 10px;font-size:13px;transition:all .2s}.mobile-pr-field textarea{resize:vertical;min-height:120px;padding:10px}.mobile-pr-field input:focus,.mobile-pr-field select:focus,.mobile-pr-field textarea:focus{border-color:#00599c;box-shadow:0 0 0 2px #00599c1f}.mobile-pr-two-column{grid-template-columns:1fr 2fr;gap:10px;display:grid}.mobile-pr-upload-card{padding:12px}.mobile-upload-empty{box-sizing:border-box;background:#f8fbff;border:2px dashed #d7e4f2;border-radius:8px;justify-content:center;align-items:center;width:100%;height:auto;display:flex}.mobile-upload-btn{color:#00599c;cursor:pointer;background:#fff;border:2px dashed #8bbce8;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:auto;height:auto;margin:5px;padding:5px;transition:all .25s;display:flex}.mobile-upload-btn:hover{background:#f4f9ff;border-color:#00599c}.mobile-camera-btn{color:#00599c;cursor:pointer;background:#dbeafe;border:1px solid #8bb8ef;border-radius:5px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.mobile-preview-wrapper{border-radius:6px;position:relative;overflow:hidden}.mobile-preview-image{object-fit:cover;border-radius:6px;width:100%;display:block}.mobile-preview-actions{gap:8px;display:flex;position:absolute;bottom:10px;right:10px}.mobile-preview-icon{color:#00599c;cursor:pointer;background:#ffffffeb;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 2px 10px #00000040}.mobile-section-header{border-bottom:1px solid #e5eef9;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.mobile-section-header h5{color:#004b8d;margin:0;font-size:13px;font-weight:500}.mobile-add-btn{color:#00599c;cursor:pointer;background:#dbeafe;border:1px solid #8bb8ef;border-radius:4px;align-items:center;gap:5px;padding:5px 10px;font-size:12px;font-weight:500;display:flex}.mobile-pr-footer{z-index:999;background:0 0;grid-template-columns:1fr 1fr;gap:10px;padding:12px;display:grid;position:fixed;bottom:15px;left:12px;right:12px}.mobile-create-section:last-child{margin-bottom:18px}.mobile-save-btn,.mobile-post-btn{color:#fff;cursor:pointer;background:#00599c;border:1px solid #00599c;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;height:48px;font-size:14px;font-weight:500;display:flex}.mobile-save-btn:hover:not(:disabled),.mobile-post-btn:hover:not(:disabled){color:#00599c;background:#e6eeff;border:1px solid #00599c}.mobile-pr-error{color:#dc3545;margin-top:5px;font-size:11px;font-weight:600}.mobile-pr-hidden{display:none}.desktop-create-pr{display:block}.mobile-create-pr{display:none}@media (width<=768px){.desktop-create-pr{display:none}.mobile-create-pr{display:block}.mobile-create-pr-page{margin:-12px;padding:0}.mobile-create-pr-card{border-radius:8px}.mobile-create-pr-header{z-index:30;position:sticky;top:0}.mobile-pr-two-column{grid-template-columns:1fr 2fr}.mobile-pr-footer{padding:10px;position:fixed;left:10px;right:10px}}@media (width<=420px){.mobile-pr-two-column{gap:8px}.mobile-pr-field input,.mobile-pr-field select{min-height:38px;font-size:12px}.mobile-pr-field textarea{min-height:110px;font-size:12px}.mobile-upload-empty{flex-direction:column}.mobile-upload-btn{width:100%}.mobile-camera-btn{border-radius:5px;width:100%}.mobile-save-btn,.mobile-post-btn{font-size:13px}}.mobile-check-card{background:linear-gradient(90deg,#fff 55%,#b2dcff 100%);border:1px solid #b8d5ef;border-radius:8px;margin:10px 12px;padding:12px;box-shadow:0 2px 8px #00000014}.mobile-check-card-top{justify-content:space-between;gap:16px;display:flex}.mobile-check-left{flex:1}.mobile-check-right{text-align:right;min-width:90px}.mobile-check-item{margin-bottom:5px}.mobile-check-value{color:#222;font-size:14px;font-weight:500;line-height:1.2}.mobile-check-label{color:#6b7280;font-size:10px;font-style:italic}.mobile-check-amount{color:#0f172a;font-size:18px;font-weight:500}.mobile-check-card-bottom{justify-content:space-between;align-items:center;display:flex}.mobile-check-status{text-transform:uppercase;border-radius:6px;justify-content:center;align-items:center;min-width:110px;padding:5px 14px;font-size:12px;font-weight:600;display:inline-flex}.mobile-check-status.undeposited{color:#1d4ed8;background:#dbeafe}.mobile-check-status.deposited{color:#15803d;background:#dcfce7}.mobile-check-status.verified{color:#b45309;background:#fef3c7}.mobile-check-status.replaced,.mobile-check-status.cancelled{color:#dc2626;background:#fee2e2}.mobile-check-actions{flex-direction:row;gap:6px;display:flex}.mobile-check-actions button{flex:1}.mobile-check-edit-btn,.mobile-check-delete-btn,.mobile-check-replace-btn{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:1px;height:auto;padding:3px 10px;font-size:12px;font-weight:500;transition:all .2s;display:flex}.mobile-check-edit-btn{color:#dbeafe;background:#00599c;border:1px solid #8bb8ef}.mobile-check-edit-btn:hover{color:#00599c;background:#dbeafe;border:1px solid #8bb8ef}.mobile-check-delete-btn{color:#fde8e8;background:#dc2626;border:1px solid #f3b5b5}.mobile-check-delete-btn:hover{color:#dc2626;background:#fde8e8;border:1px solid #f3b5b5}.mobile-check-replace-btn{color:#fdf3e8;background:#dc5a26;border:1px solid #f3b5b5}.mobile-check-replace-btn:hover{color:#dc5a26;background:#fdf3e8;border:1px solid #f3b5b5}.mobile-cash-card{background:linear-gradient(90deg,#fff 55%,#b4ecfd 100%);border:1px solid #b8d5ef;border-radius:8px;margin:10px 12px;padding:12px;box-shadow:0 2px 8px #00000014}.mobile-cash-card-top{justify-content:space-between;gap:16px;display:flex}.mobile-cash-left{flex:1}.mobile-cash-right{text-align:right;min-width:100px}.mobile-cash-item{margin-bottom:5px}.mobile-cash-value{color:#222;font-size:14px;font-weight:500}.mobile-cash-label{color:#6b7280;font-size:10px;font-style:italic}.mobile-cash-amount{color:#15803d;font-size:18px;font-weight:500}.mobile-cash-card-bottom{justify-content:space-between;align-items:center;display:flex}.mobile-cash-status{text-transform:uppercase;border-radius:6px;justify-content:center;align-items:center;min-width:110px;padding:5px 14px;font-size:12px;font-weight:600;display:inline-flex}.mobile-cash-status.undeposited{color:#1d4ed8;background:#dbeafe}.mobile-cash-status.deposited{color:#15803d;background:#dcfce7}.mobile-cash-status.verified{color:#b45309;background:#fef3c7}.mobile-cash-status.replaced,.mobile-cash-status.cancelled{color:#dc2626;background:#fee2e2}.mobile-cash-actions{flex-direction:row;gap:6px;display:flex}.mobile-cash-actions button{flex:1}.mobile-cash-edit-btn,.mobile-cash-delete-btn{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:1px;height:auto;padding:3px 10px;font-size:12px;font-weight:500;transition:all .2s;display:flex}.mobile-cash-edit-btn{color:#dbeafe;background:#00599c;border:1px solid #8bb8ef}.mobile-cash-edit-btn:hover{color:#00599c;background:#dbeafe;border:1px solid #8bb8ef}.mobile-cash-delete-btn{color:#fde8e8;background:#dc2626;border:1px solid #f3b5b5}.mobile-cash-delete-btn:hover{color:#dc2626;background:#fde8e8;border:1px solid #f3b5b5}.mobile-add-btn:hover{color:#fff;background:#00599c}.mobile-save-btn:disabled,.mobile-post-btn:disabled{opacity:.55;cursor:not-allowed}@media (width<=420px){.mobile-check-card-bottom,.mobile-cash-card-bottom{flex-direction:row;align-items:stretch;gap:5px}.mobile-check-actions,.mobile-cash-actions{width:auto}.mobile-check-actions button,.mobile-cash-actions button{flex:1}}.mobile-cash-modal-overlay{z-index:1200;background:#00000073;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}.mobile-cash-modal{background:#fff;border-radius:20px 20px 0 0;width:100%;max-width:600px;max-height:90vh;animation:.25s slideUp;overflow-y:auto}.mobile-cash-modal-header{border-bottom:1px solid #e5eef9;justify-content:space-between;align-items:center;padding:18px;display:flex}.mobile-cash-modal-header h4{color:#00599c;margin:0;font-size:18px;font-weight:600}.mobile-modal-close{cursor:pointer;color:#666;background:0 0;border:none;font-size:22px}.mobile-cash-form{flex-direction:column;gap:16px;padding:18px;display:flex}.mobile-cash-modal-footer{background:#fff;border-top:1px solid #e5eef9;gap:12px;padding:18px;display:flex;position:sticky;bottom:0}.mobile-cash-modal-footer button{flex:1}.mobile-cancel-btn{color:#fff;background:#fc5555;border:1px solid #fc5555;border-radius:8px;height:48px;font-size:14px;font-weight:500}.mobile-cancel-btn:hover{color:#fff;background:#fc5555}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.pr-create-page{background:#fff;min-height:100vh}.desktop-create-check{display:block}.mobile-create-check{background:#fff;border:1px solid #c9def5;border-radius:10px;margin-top:-12px;margin-left:-12px;margin-right:-12px;padding:0 0 110px;display:none;overflow:hidden;box-shadow:0 2px 8px #00000014}@media (width<=768px){.desktop-create-check{display:none}.mobile-create-check{background:#edf3ff;min-height:100vh;display:block}.mobile-create-header{z-index:200;background:#fff;border-bottom:1px solid #d9e7f5;align-items:center;gap:12px;padding:14px 16px;display:flex;position:sticky;top:0}.mobile-back-btn{background:#edf5ff;border:none;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.mobile-create-title{color:#1f2937;font-size:16px;font-weight:600}.mobile-create-section{background:#fff;border:1px solid #c7dcf5;border-radius:8px;margin:14px;overflow:hidden}.mobile-create-section-title{color:#00599c;border-bottom:1px solid #e8eef7;padding:12px 14px;font-size:13px;font-weight:600}.mobile-pr-form{padding:14px}.mobile-pr-field{flex-direction:column;margin-bottom:14px;display:flex}.mobile-pr-field:last-child{margin-bottom:0}.mobile-pr-field label{color:#374151;margin-bottom:6px;font-size:12px;font-weight:500}.mobile-pr-field input,.mobile-pr-field select,.mobile-pr-field textarea{box-sizing:border-box;background:#fff;border:1px solid #8bb8ef;border-radius:4px;width:100%;padding:0 10px;font-size:13px}.mobile-pr-field textarea{resize:none;min-height:110px;padding-top:10px}.mobile-pr-two-column{grid-template-columns:1fr 1fr;gap:5px;display:grid}.mobile-pr-upload-card{padding:5px}.mobile-upload-empty{background:#f8fbff;border:2px dashed #c9def5;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:220px;display:flex}.mobile-upload-btn{color:#00599c;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}.mobile-upload-btn input{display:none}.mobile-camera-btn{color:#fff;cursor:pointer;background:#00599c;border:none;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;transition:all .2s;display:flex}.mobile-camera-btn:hover{background:#00467c}.mobile-preview-wrapper{border:1px solid #c7dcf5;border-radius:8px;position:relative;overflow:hidden}.mobile-preview-image{object-fit:cover;width:100%;display:block}.mobile-preview-actions{gap:10px;display:flex;position:absolute;top:12px;right:12px}.mobile-preview-icon{color:#fff;cursor:pointer;background:#000000a6;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.mobile-preview-icon input{display:none}.mobile-create-footer{z-index:999;position:fixed;bottom:14px;left:14px;right:14px}.mobile-create-primary-btn{color:#fff;cursor:pointer;background:#00599c;border:none;border-radius:8px;width:100%;height:48px;font-size:15px;font-weight:600;transition:all .2s;box-shadow:0 8px 20px #00599c40}.mobile-create-primary-btn:hover{background:#00477d}.mobile-create-primary-btn:active{transform:translateY(1px)}.camera-modal{z-index:9999;background:#000000bf;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.camera-box{background:#000;border-radius:12px;width:100%;max-width:420px;position:relative;overflow:hidden}.camera-box video{aspect-ratio:3/4;object-fit:cover;width:100%;display:block}.camera-error{text-align:center;color:#fff;padding:20px;font-size:14px}.camera-actions{background:#111827;justify-content:center;align-items:center;gap:16px;padding:16px;display:flex}.capture-btn{color:#fff;cursor:pointer;background:#00599c;border:none;border-radius:5px;justify-content:center;align-items:center;width:64px;height:64px;transition:all .2s;display:flex}.capture-btn:hover{background:#00477d}.cancel-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:5px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex}.cancel-btn:hover{background:#b91c1c}@media (width<=480px){.mobile-create-header{padding:12px}.mobile-create-title{font-size:15px}.mobile-pr-two-column{grid-template-columns:1fr 1fr;gap:5px}.mobile-create-section{margin:10px}.mobile-pr-form{padding:12px}.mobile-upload-empty{min-height:180px}.mobile-create-footer{bottom:10px;left:10px;right:10px}.mobile-create-primary-btn{height:46px;font-size:14px}.camera-box{max-width:100%}.capture-btn{width:58px;height:58px}.cancel-btn{width:44px;height:44px}}}.pr-check-view-page{background:#edf3ff;min-height:100vh}.desktop-check-view{display:block}.mobile-check-view{display:none}@media (width<=768px){.pr-check-view-page{background:#dfe9fb;margin:0;padding:0}.pr-check-wrapper{margin:0;padding:0}.desktop-check-view{display:none}.mobile-check-view{margin-top:-12px;margin-left:-12px;margin-right:-12px;display:block}.mobile-view-page{background:#edf3ff;min-height:100vh;padding-bottom:30px}.mobile-view-pr-header{z-index:100;background:#fff;border-bottom:1px solid #dce8f6;align-items:center;gap:12px;padding:14px 16px;display:flex;position:sticky;top:0}.mobile-back-btn{cursor:pointer;background:#edf5ff;border:none;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.mobile-view-pr-title{color:#1f2937;flex:1;font-size:16px;font-weight:600}.mobile-pr-section{background:#fff;border:1px solid #c8ddf4;border-radius:8px;margin:14px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.mobile-pr-section-header{border-bottom:1px solid #e8eef7;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.mobile-pr-section-title{color:#00599c;margin:0;font-size:13px;font-weight:600}.mobile-pr-section-subtitle{color:#6b7280;margin:2px 0 0;font-size:11px}.mobile-pr-total-card{flex-direction:column;align-items:flex-end;display:flex}.mobile-pr-total-card span{color:#6b7280;font-size:10px}.mobile-pr-total-card strong{color:#000502;font-size:18px;font-weight:700}.mobile-pr-receipt-card{padding:12px}.mobile-pr-receipt-image{border:1px solid #c8ddf4;border-radius:8px;width:100%;display:block}.mobile-pr-receipt-empty{color:#6b7280;background:#f8fbff;border:2px dashed #d8e5f3;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:220px;display:flex}.mobile-pr-receipt-empty-icon{font-size:42px}.mobile-pr-info-card{padding:14px}.mobile-pr-info-item{flex-direction:column;margin-bottom:14px;display:flex}.mobile-pr-info-item-row{grid-template-columns:1fr 1fr;gap:5px;display:grid}.mobile-pr-info-item:last-child{margin-bottom:0}.mobile-pr-info-item label{color:#374151;margin-bottom:6px;font-size:12px;font-weight:500}.mobile-pr-info-item span{color:#1f2937;word-break:break-word;box-sizing:border-box;background:#fff;border:1px solid #8bb8ef;border-radius:4px;align-items:center;min-height:42px;padding:0 10px;font-size:13px;font-weight:500;display:flex}.mobile-empty-card{text-align:center;color:#6b7280;padding:28px 20px;font-size:13px}.check-history-item{gap:14px;padding:14px 0;display:flex;position:relative}.check-history-item:not(:last-child){border-bottom:1px solid #edf2f7}.history-dot{background:#15803d;border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-top:5px}.history-content{flex:1}.history-content strong{color:#1f2937;margin-bottom:6px;font-size:14px;font-weight:600;display:block}.history-content div{color:#6b7280;margin-top:3px;font-size:12px;line-height:1.45}.mobile-pr-info-item .status-badge{text-transform:uppercase;border-radius:6px;justify-content:center;align-items:center;width:100%;height:auto;padding:5px 12px;font-size:11px;font-weight:600;display:inline-flex}@media (width<=480px){.mobile-view-pr-header{gap:10px;padding:12px}.mobile-back-btn{width:34px;height:34px}.mobile-view-pr-title{font-size:15px}.mobile-pr-section{border-radius:8px;margin:10px}.mobile-pr-section-header{padding:10px 12px}.mobile-pr-section-title{font-size:12px}.mobile-pr-section-subtitle{font-size:10px}.mobile-pr-total-card strong{font-size:16px}.mobile-pr-info-card{padding:12px}.mobile-pr-info-item{margin-bottom:12px}.mobile-pr-info-item label{font-size:11px}.mobile-pr-info-item span{min-height:40px;padding:0 8px;font-size:12px}.mobile-pr-receipt-card{padding:10px}.mobile-pr-receipt-image{border-radius:6px}.mobile-pr-receipt-empty{min-height:180px;padding:20px}.mobile-pr-receipt-empty-icon{font-size:34px}.check-history-item{gap:10px;padding:12px 0}.history-dot{width:10px;height:10px;margin-top:6px}.history-content strong{font-size:13px}.history-content div{font-size:11px}.mobile-empty-card{padding:24px 16px;font-size:12px}}}
