.app-launcher{position:relative}.app-launcher-button{background:none;border:2px solid white;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;width:40px;height:40px}.app-launcher-button:hover{background-color:#ffffff1a}.app-launcher-button:focus{outline:2px solid rgba(255,255,255,.3);outline-offset:2px}.app-launcher-icon{width:24px;height:24px}.app-launcher-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:320px;max-height:400px;background:#fff;border-radius:8px;box-shadow:0 4px 16px #00000026;overflow:hidden;z-index:1000;border:1px solid #e0e0e0}.app-launcher-header{padding:16px 20px 12px;border-bottom:1px solid #e0e0e0;background-color:#f8f9fa}.app-launcher-header span{font-size:14px;font-weight:500;color:#3c4043}.app-launcher-grid{padding:16px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-height:320px;overflow-y:auto}.app-launcher-item{display:flex;flex-direction:column;align-items:center;padding:12px 8px;border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:center}.app-launcher-item:hover{background-color:#f1f3f4}.app-launcher-item:focus{outline:2px solid #4285f4;outline-offset:2px;background-color:#f1f3f4}.app-launcher-item-icon{width:48px;height:48px;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:8px;background-color:#f8f9fa}.app-launcher-item-icon img{width:48px;height:48px;object-fit:cover;border-radius:8px}.app-launcher-fallback-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:#e8eaed;color:#5f6368;font-size:18px;font-weight:500;border-radius:8px}.app-launcher-item-name{font-size:12px;color:#3c4043;line-height:1.3;max-width:80px;word-wrap:break-word;overflow-wrap:break-word}.app-launcher-loading,.app-launcher-empty{grid-column:1 / -1;text-align:center;padding:24px 16px;color:#5f6368;font-size:14px}.app-launcher-loading{display:flex;align-items:center;justify-content:center;gap:8px}.app-launcher-loading:after{content:"";width:16px;height:16px;border:2px solid #e0e0e0;border-top:2px solid #4285f4;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.app-launcher-dropdown{width:280px;right:-20px}.app-launcher-grid{padding:12px;gap:12px}.app-launcher-item{padding:8px 4px}.app-launcher-item-icon{width:40px;height:40px;margin-bottom:6px}.app-launcher-item-icon img{width:40px;height:40px}.app-launcher-fallback-icon{width:40px;height:40px;font-size:16px}.app-launcher-item-name{font-size:11px;max-width:70px}}.manual-launcher-button{background:none;border:2px solid white;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;width:40px;height:40px}.manual-launcher-button:hover{background-color:#ffffff1a}.manual-launcher-button:focus{outline:2px solid rgba(255,255,255,.3);outline-offset:2px}.manual-launcher-icon{width:24px;height:24px;filter:brightness(0) invert(1)}.manual-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;padding:24px;z-index:1100}.manual-modal-content{width:min(1200px,100%);height:min(85vh,900px);background:#fff;border-radius:12px;box-shadow:0 12px 28px #0003;overflow:hidden;display:flex;flex-direction:column}.manual-modal-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e0e0e0;padding:16px 20px}.manual-modal-header h2{margin:0;font-size:1.2rem;color:#1f2937}.manual-modal-close{border:none;background:transparent;color:#4b5563;cursor:pointer;font-size:28px;line-height:1}.manual-modal-body{display:flex;flex-direction:column;gap:12px;padding:16px 20px 20px;flex:1;min-height:0}.manual-link-button{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:10px 14px;border-radius:8px;background:#1a4679;color:#fff;text-decoration:none;font-weight:600}.manual-link-button:hover{opacity:.9}.manual-iframe-wrapper{position:relative;width:100%;flex:1;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.manual-content-iframe{width:100%;height:100%;border:none;display:block}.manual-content-protection{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;z-index:1;pointer-events:none}@media (max-width: 768px){.manual-modal-overlay{padding:12px}.manual-modal-content{height:90vh}.manual-modal-header h2{font-size:1rem}}.header{width:100%;background:linear-gradient(135deg,#1a4679,#1a4679 70%,#c09500);padding:1rem 0;position:sticky;top:0;z-index:100}.header-content{width:90%;max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.logo-section{display:flex;align-items:center;gap:.75rem}.logo-icon{width:40px;height:40px;border-radius:8px}.logo-text{color:#fff;font-size:1.5rem;font-weight:600;letter-spacing:-.5px}.header-right{display:flex;align-items:center;gap:1rem}.nav-menu{display:flex;gap:.5rem}.nav-link{color:#fffc;text-decoration:none;padding:.5rem 1.25rem;border-radius:8px;font-weight:500;transition:all .2s ease;background:transparent;border:1px solid transparent}.nav-link:hover{color:#fff;background:#c0950033;border-color:#c095004d}.nav-link.active{color:#fff;background:linear-gradient(135deg,#c095004d,#c0950026);border-color:#c0950080}@media (max-width: 600px){.header-content{flex-direction:column;align-items:flex-start}.header-right{width:100%;justify-content:space-between}.logo-text{font-size:1.25rem}}.layout-wrapper{min-height:100vh;display:flex;flex-direction:column}.app-container{width:90%;max-width:1400px;margin:0 auto;flex:1;display:flex;flex-direction:column}.main-content{flex:1;padding:2rem 0}.page-container{display:flex;justify-content:center;align-items:flex-start;min-height:calc(100vh - 200px)}.page-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:3rem;width:100%;box-shadow:0 8px 32px #00000026;border:1px solid rgba(192,149,0,.2)}.page-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.page-title{color:#1a4679;font-size:2rem;font-weight:700;margin-bottom:0;letter-spacing:-.5px}.reload-button{padding:.5rem 1.2rem;background:linear-gradient(135deg,#1a4679,#2d5a8e);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #1a46794d}.reload-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #1a467966;background:linear-gradient(135deg,#2d5a8e,#1a4679)}.reload-button:active:not(:disabled){transform:translateY(0)}.reload-button:disabled{opacity:.6;cursor:not-allowed}.page-description{color:#555;font-size:1rem;line-height:1.6}.month-selector{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding:1rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:8px}.month-selector label{font-weight:600;color:#1a4679}.ikyu-links{display:flex;gap:.75rem;margin-bottom:1.5rem}.ikyu-link-button{display:inline-flex;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:#fff;background-color:#1a4679;border-radius:6px;text-decoration:none;transition:background-color .2s}.ikyu-link-button:hover{background-color:#0d2f54}.month-dropdown{padding:.75rem 1.5rem;font-size:1rem;border:2px solid #1A4679;border-radius:8px;background:#fff;color:#1a4679;cursor:pointer;transition:all .2s ease;min-width:160px}.month-dropdown:hover{border-color:#c09500;box-shadow:0 2px 8px #c0950033}.month-dropdown:focus{outline:none;border-color:#c09500;box-shadow:0 0 0 3px #c0950026}.loading-message{text-align:center;padding:2rem;color:#1a4679;font-size:1.1rem}.error-message{text-align:center;padding:1.5rem;background:#fff5f5;border:1px solid #fc8181;border-radius:8px;color:#c53030;margin-bottom:1rem}.no-data-message{text-align:center;padding:2rem;color:#718096;font-size:1.1rem}.property-table-section{margin-bottom:2rem}.property-name{font-size:1.25rem;font-weight:600;color:#1a4679;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #C09500}.table-wrapper{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:.9rem}.data-table th{padding:.75rem 1rem;text-align:left;background:#1a4679;color:#fff;font-weight:600;white-space:nowrap}.data-table td{padding:.75rem 1rem;border-bottom:1px solid #e2e8f0;color:#374151}.data-table tbody tr:hover{background:#f7fafc}.data-table tbody tr:nth-child(2n){background:#f8fafc}.data-table tbody tr:nth-child(2n):hover{background:#edf2f7}.number-cell{text-align:right;font-family:monospace}.property-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #C09500}.property-header .property-name{margin-bottom:0;padding-bottom:0;border-bottom:none}.register-button{padding:.6rem 1.2rem;background:linear-gradient(135deg,#1a4679,#2d5a8e);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #1a46794d}.register-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1a467966;background:linear-gradient(135deg,#2d5a8e,#1a4679)}.register-button:active{transform:translateY(0)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:16px;width:90%;max-width:1200px;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:linear-gradient(135deg,#1a4679,#2d5a8e);color:#fff}.modal-header h3{margin:0;font-size:1.25rem;font-weight:600}.modal-close{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:0;line-height:1;opacity:.8;transition:opacity .2s}.modal-close:hover{opacity:1}.modal-body{padding:2rem;max-height:calc(90vh - 80px);overflow-y:auto}.modal-body.preview-mode{background:#f8f9fa}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#1a4679;margin-bottom:.5rem;font-size:.95rem}.text-area{width:100%;min-height:200px;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.9rem;font-family:inherit;resize:vertical;transition:border-color .2s,box-shadow .2s}.text-area:focus{outline:none;border-color:#1a4679;box-shadow:0 0 0 3px #1a46791a}.text-area::placeholder{color:#a0aec0}.file-upload-area{position:relative}.file-input{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer}.file-upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;border:2px dashed #cbd5e0;border-radius:8px;background:#f7fafc;cursor:pointer;transition:all .2s;text-align:center;color:#718096}.file-upload-label:hover{border-color:#1a4679;background:#edf2f7}.file-name{color:#1a4679;font-weight:600}.modal-footer{display:flex;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e2e8f0;margin-top:1rem}.preview-button{padding:.8rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.preview-button.active{background:linear-gradient(135deg,#c09500,#d4a710);color:#fff;box-shadow:0 4px 12px #c095004d}.preview-button.active:hover{transform:translateY(-2px);box-shadow:0 6px 16px #c0950066}.preview-button.disabled{background:#e2e8f0;color:#a0aec0;cursor:not-allowed}.back-button{padding:.5rem 1rem;background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;color:#4a5568;font-size:.9rem;cursor:pointer;margin-bottom:1.5rem;transition:all .2s}.back-button:hover{background:#edf2f7;border-color:#cbd5e0}.preview-section{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #00000014}.preview-section h4{margin:0 0 1rem;color:#1a4679;font-size:1.1rem;font-weight:600;padding-bottom:.5rem;border-bottom:2px solid #C09500}.preview-table-wrapper{overflow-x:auto}.preview-table{width:100%;border-collapse:collapse;font-size:.85rem}.preview-table th{padding:.6rem .8rem;text-align:left;background:#1a4679;color:#fff;font-weight:600;white-space:nowrap;font-size:.8rem}.preview-table td{padding:.6rem .8rem;border-bottom:1px solid #e2e8f0;color:#374151}.preview-table tbody tr:hover{background:#f7fafc}.preview-table tbody tr:nth-child(2n){background:#f8fafc}.preview-table tbody tr:nth-child(2n):hover{background:#edf2f7}.uuid-cell{font-family:monospace;font-size:.75rem;color:#718096;max-width:150px;overflow:hidden;text-overflow:ellipsis}.core-id-link{color:#1a4679;text-decoration:none;transition:color .2s}.core-id-link:hover{color:#c09500;text-decoration:underline}.preview-footer{display:flex;justify-content:center;gap:1rem;padding-top:1.5rem;margin-top:1.5rem;border-top:1px solid #e2e8f0}.register-invoice-button{padding:.8rem 2rem;background:linear-gradient(135deg,#c09500,#d4a710);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #c095004d}.register-invoice-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #c0950066}.register-invoice-button:disabled{background:#e2e8f0;color:#a0aec0;cursor:not-allowed;box-shadow:none}.sync-core-button{padding:.8rem 2rem;background:linear-gradient(135deg,#1a4679,#2d5a8e);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #1a46794d}.sync-core-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #1a467966}.sync-core-button:disabled{background:#e2e8f0;color:#a0aec0;cursor:not-allowed;box-shadow:none}.register-error{background:#fff5f5;border:1px solid #fc8181;border-radius:8px;padding:1rem;color:#c53030;margin-top:1rem;text-align:center}.register-success{background:#f0fff4;border:1px solid #68d391;border-radius:8px;padding:1rem;color:#276749;margin-top:1rem;text-align:center}.modal-content{display:flex;flex-direction:column}.modal-body.preview-mode{flex:1;overflow-y:auto;padding-bottom:100px}.modal-sticky-footer{position:sticky;bottom:0;display:flex;justify-content:center;gap:1rem;padding:1.5rem 2rem;background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 -4px 12px #0000001a;z-index:10}.pdf-preview-section{margin-top:1.5rem}.pdf-preview-wrapper{width:100%;height:400px;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.pdf-preview-iframe{width:100%;height:100%;border:none}.upload-pdf-button{padding:.8rem 2rem;background:linear-gradient(135deg,#38a169,#48bb78);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #38a1694d}.upload-pdf-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #38a16966}.upload-pdf-button:disabled{background:#e2e8f0;color:#a0aec0;cursor:not-allowed;box-shadow:none}.notification-section{border:2px solid #C09500}.notification-section h4{color:#c09500}.mismatch-cell{background-color:#e53e3e!important;color:#fff!important}.fee-input{width:100px;padding:.3rem .4rem;border:1px solid #cbd5e0;border-radius:4px;font-size:.85rem;font-family:monospace;text-align:right;transition:border-color .2s}.fee-input:focus{outline:none;border-color:#1a4679;box-shadow:0 0 0 2px #1a467926}.fee-input::-webkit-inner-spin-button,.fee-input::-webkit-outer-spin-button{opacity:1;height:24px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #C09500}.page-header .page-title{margin-bottom:0}.refresh-button{padding:.6rem 1.5rem;background:linear-gradient(135deg,#1a4679,#2d5a8e);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #1a46794d}.refresh-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #1a467966;background:linear-gradient(135deg,#2d5a8e,#1a4679)}.refresh-button:disabled{background:#e2e8f0;color:#a0aec0;cursor:not-allowed;box-shadow:none}.loading-container{display:flex;flex-direction:column;align-items:center;padding:4rem 2rem}.loading-spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#1a4679;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{display:flex;flex-direction:column;align-items:center;padding:4rem 2rem;color:#718096}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-message{font-size:1.1rem;color:#718096}.invoice-table-container{width:100%}.invoice-count{font-size:.9rem;color:#718096;margin-bottom:1rem;padding:.5rem 0}.count-number{font-weight:700;color:#1a4679;font-size:1.1rem}.invoice-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.9rem;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #00000014}.invoice-table thead{background:linear-gradient(135deg,#1a4679,#2d5a8e)}.invoice-table th{padding:1rem 1.2rem;text-align:left;color:#fff;font-weight:600;white-space:nowrap;font-size:.85rem;letter-spacing:.5px;text-transform:none;border-bottom:2px solid #C09500}.invoice-table th.text-right{text-align:right}.invoice-table tbody tr{transition:all .2s ease}.invoice-table tbody tr:hover{background:linear-gradient(90deg,#1a46790d,#c0950014);transform:scale(1.002)}.invoice-table tbody tr:nth-child(2n){background:#f8fafcb3}.invoice-table tbody tr:nth-child(2n):hover{background:linear-gradient(90deg,#1a46790d,#c0950014)}.invoice-table td{padding:1rem 1.2rem;border-bottom:1px solid #e2e8f0;color:#374151;vertical-align:middle}.invoice-id-cell{max-width:180px}.invoice-id{font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:.75rem;color:#718096;background:#f7fafc;padding:.3rem .6rem;border-radius:4px;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.invoice-id-link{font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:.75rem;color:#1a4679;background:#f7fafc;padding:.3rem .6rem;border-radius:4px;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;transition:all .2s ease}.invoice-id-link:hover{background:#1a4679;color:#fff;transform:translateY(-1px)}.property-cell{font-weight:600;color:#1a4679;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.month-cell{font-weight:500;color:#4a5568;white-space:nowrap}.amount-cell{text-align:right;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:.9rem;font-weight:500;color:#374151;white-space:nowrap}.amount-cell.highlight{color:#1a4679;font-weight:600}.amount-cell.highlight-gold{color:#c09500;font-weight:700;background:linear-gradient(135deg,#c095001a,#c095000d);border-radius:4px;padding:.5rem 1rem;margin:-.25rem -.5rem}.table-wrapper{overflow-x:auto;border-radius:12px}.table-wrapper::-webkit-scrollbar{height:8px}.table-wrapper::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.table-wrapper::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#1a4679,#2d5a8e);border-radius:4px}.table-wrapper::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#2d5a8e,#1a4679)}@media (max-width: 1200px){.invoice-table{font-size:.85rem}.invoice-table th,.invoice-table td{padding:.8rem}.invoice-id{font-size:.7rem}}@media (max-width: 768px){.page-header{flex-direction:column;gap:1rem;align-items:flex-start}.refresh-button{width:100%}.invoice-table th,.invoice-table td{padding:.6rem .5rem}}.invoice-table th.text-center,.invoice-table td.text-center,.action-cell{text-align:center}.action-button{padding:.4rem .8rem;border:none;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease}.evidence-button{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff}.evidence-button:hover{transform:translateY(-1px);box-shadow:0 2px 8px #48bb7866}.link-button{background:linear-gradient(135deg,#4299e1,#3182ce);color:#fff}.link-button:hover{transform:translateY(-1px);box-shadow:0 2px 8px #4299e166}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.evidence-modal{width:90%;max-width:900px;height:85vh}.link-modal{width:95%;max-width:1200px;max-height:90vh}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#1a4679,#2d5a8e);color:#fff}.modal-header h3{margin:0;font-size:1.2rem;font-weight:600}.modal-close{background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close:hover{background:#ffffff4d;transform:scale(1.1)}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.pdf-info{display:flex;gap:1rem;align-items:center;margin-bottom:1rem;padding:.75rem 1rem;background:#f7fafc;border-radius:8px}.pdf-label{font-size:.85rem;color:#718096}.pdf-value{font-weight:600;color:#1a4679;margin-right:1.5rem}.pdf-preview-container{width:100%;height:calc(100% - 60px);border-radius:8px;overflow:hidden;border:1px solid #e2e8f0}.pdf-preview{width:100%;height:100%;min-height:500px;border:none}.pdf-actions{margin-top:1rem;text-align:center}.pdf-open-link{display:inline-block;padding:.6rem 1.5rem;background:linear-gradient(135deg,#1a4679,#2d5a8e);color:#fff;text-decoration:none;border-radius:8px;font-size:.9rem;font-weight:600;transition:all .2s ease}.pdf-open-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1a467966}.section{margin-bottom:2rem}.section:last-child{margin-bottom:0}.section-title{font-size:1rem;font-weight:600;color:#1a4679;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #C09500}.invoice-info-table-wrapper{overflow-x:auto;border-radius:8px}.invoice-info-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.85rem;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.invoice-info-table thead{background:#f7fafc}.invoice-info-table th{padding:.75rem .8rem;text-align:left;color:#4a5568;font-weight:600;white-space:nowrap;font-size:.8rem;border-bottom:1px solid #e2e8f0}.invoice-info-table th.text-right{text-align:right}.invoice-info-table td{padding:.75rem .8rem;border-bottom:1px solid #e2e8f0;color:#374151;vertical-align:middle}.search-form{background:#f7fafc;padding:1.25rem;border-radius:12px;margin-bottom:1rem}.form-row{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.form-label{font-size:.9rem;font-weight:500;color:#4a5568;min-width:60px}.date-input{padding:.6rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;color:#374151;background:#fff}.date-input:focus{outline:none;border-color:#1a4679;box-shadow:0 0 0 3px #1a46791a}.range-row{display:flex;gap:1rem;margin-bottom:1rem}.range-input-group{display:flex;align-items:center;flex:1;background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.range-prefix,.range-suffix{padding:.6rem .8rem;background:#f1f5f9;color:#64748b;font-weight:500;font-size:.9rem}.range-prefix{border-right:1px solid #e2e8f0}.range-suffix{border-left:1px solid #e2e8f0}.range-input{flex:1;padding:.6rem 1rem;border:none;font-size:.9rem;color:#374151;text-align:center;min-width:0}.range-input:focus{outline:none}.search-button-row{display:flex;justify-content:flex-end;margin-top:.5rem}.search-button{padding:.7rem 2rem;background:linear-gradient(135deg,#4299e1,#3182ce);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.search-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #4299e166}.search-button:disabled{background:#e2e8f0;color:#a0aec0;cursor:not-allowed}.search-error{background:#fed7d7;color:#c53030;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;margin-bottom:1rem}.no-results{text-align:center;padding:2rem;color:#718096;font-size:.9rem}.search-results{margin-top:1.5rem}.results-title{font-size:.95rem;font-weight:600;color:#4a5568;margin:0 0 .75rem}.results-table-wrapper{overflow-x:auto;border-radius:8px}.results-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.85rem;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.results-table thead{background:linear-gradient(135deg,#667eea,#764ba2)}.results-table th{padding:.75rem 1rem;text-align:left;color:#fff;font-weight:600;white-space:nowrap;font-size:.8rem}.results-table th.text-right{text-align:right}.results-table tbody tr{transition:background .2s ease}.results-table tbody tr:hover{background:#667eea14}.results-table tbody tr:nth-child(2n){background:#f8fafcb3}.results-table tbody tr:nth-child(2n):hover{background:#667eea14}.results-table td{padding:.75rem 1rem;border-bottom:1px solid #e2e8f0;color:#374151;vertical-align:middle}.deposit-id{font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:.8rem;color:#718096}.description-cell{max-width:250px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pdf-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;color:#718096}.pdf-loading .loading-spinner{margin-bottom:1rem}.pdf-error{display:flex;align-items:center;justify-content:center;height:400px;color:#c53030;background:#fed7d7;border-radius:8px;font-size:1rem}.select-cell{text-align:center;width:60px}.select-radio{width:18px;height:18px;cursor:pointer;accent-color:#667eea}.results-table th.select-header{text-align:center;width:60px}.results-table tbody tr.selected-row{background:#667eea26!important}.link-button-container{margin-top:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.link-action-button{padding:.8rem 2.5rem;background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;min-width:150px}.link-action-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #48bb7866}.link-action-button:disabled{background:#e2e8f0;color:#a0aec0;cursor:not-allowed}.link-action-button .button-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.link-success-message{color:#38a169;font-weight:600;font-size:.95rem;background:#48bb781a;padding:.5rem 1rem;border-radius:6px}.header-left{display:flex;flex-direction:column;gap:.5rem}.back-link{font-size:.9rem;color:#1a4679;text-decoration:none;transition:all .2s ease}.back-link:hover{color:#c09500;text-decoration:underline}.detail-section{margin-bottom:2rem}.detail-section .section-title{font-size:1.1rem;font-weight:600;color:#1a4679;margin:0 0 1.25rem;padding-bottom:.5rem;border-bottom:2px solid #C09500}.invoice-detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;background:#f7fafc;padding:1.5rem;border-radius:12px}.detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-label{font-size:.8rem;color:#718096;font-weight:500}.detail-value{font-size:1rem;color:#374151;font-weight:500}.invoice-id-value{font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:.85rem;color:#718096;background:#fff;padding:.3rem .6rem;border-radius:4px;display:inline-block;word-break:break-all}.property-value{color:#1a4679;font-weight:600}.amount-value{font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace}.highlight-item{background:#1a46790d;padding:.75rem;border-radius:8px;margin:-.25rem}.highlight-item.gold{background:#c095001a}.detail-value.highlight{color:#1a4679;font-weight:600;font-size:1.1rem}.detail-value.highlight-gold{color:#c09500;font-weight:700;font-size:1.1rem}.no-deals{text-align:center;padding:3rem 2rem;color:#718096;font-size:1rem;background:#f7fafc;border-radius:12px}.deals-table-wrapper{overflow-x:auto;border-radius:12px}.deals-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.85rem;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #00000014}.deals-table thead{background:linear-gradient(135deg,#1a4679,#2d5a8e)}.deals-table th{padding:.85rem .8rem;text-align:left;color:#fff;font-weight:600;white-space:nowrap;font-size:.75rem;letter-spacing:.3px;border-bottom:2px solid #C09500}.deals-table th.text-right{text-align:right}.deals-table tbody tr{transition:all .2s ease}.deals-table tbody tr:hover{background:linear-gradient(90deg,#1a46790d,#c0950014)}.deals-table tbody tr:nth-child(2n){background:#f8fafcb3}.deals-table tbody tr:nth-child(2n):hover{background:linear-gradient(90deg,#1a46790d,#c0950014)}.deals-table td{padding:.75rem .8rem;border-bottom:1px solid #e2e8f0;color:#374151;vertical-align:middle}.deal-id-cell,.reservation-id-cell{font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:.75rem;color:#718096}.deals-table .amount-cell{text-align:right;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:.85rem;font-weight:500;color:#374151;white-space:nowrap}.deals-table .amount-cell.highlight{color:#1a4679;font-weight:600}.deals-table .amount-cell.highlight-gold{color:#c09500;font-weight:700}@media (max-width: 768px){.invoice-detail-grid{grid-template-columns:1fr}.deals-table th,.deals-table td{padding:.5rem .4rem;font-size:.75rem}}.app-container{width:90%;max-width:1400px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7fa;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}
