@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=DM+Mono:wght@400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;1,9..40,400&display=swap";.header{display:flex;justify-content:space-between;align-items:center;padding:.5rem 2rem;min-height:48px;background-color:#fff;border-bottom:2px solid #0277bd;box-shadow:0 1px 4px #0000000f;position:relative}.header__logo{display:flex;align-items:center;gap:10px;font-weight:700;cursor:pointer}.header__logo img{height:40px;margin-right:.5rem}.header__logo span{font-weight:700;font-size:1.2rem;color:#374151}.header__logo-img{height:38px;width:auto;object-fit:contain}.header__nav{display:flex;gap:1.5rem}.header__nav .header__link{text-decoration:none;color:#555;font-weight:500;position:relative}.header__nav .header__link.active{color:#0277bd}.header__nav .header__link.active:after{content:"";display:block;height:2px;background-color:#0277bd;width:100%;position:absolute;bottom:-4px;left:0}.header__nav .header__link:hover{color:#0277bd}@media(max-width:768px){.header__nav{position:absolute;top:100%;left:0;width:100%;flex-direction:column;background-color:#fff;overflow:hidden;max-height:0;transition:max-height .3s ease}.header__nav.open{max-height:300px}.header__nav .header__link{padding:1rem 2rem}}.header__user{display:flex;align-items:center;gap:.5rem}.header__user span{font-weight:500;color:#374151}.header__user img{height:38px;width:38px;border-radius:50%;object-fit:cover}@media(max-width:768px){.header__user{display:none}}.header__user-info{display:flex;flex-direction:column;align-items:center;line-height:1.2;flex:1;min-width:0}.header__user-name{font-size:14px;font-weight:600;color:#111827}.header__user-meta{display:flex;flex-direction:row;align-items:center;gap:6px}.header__user-role{font-size:11px;color:#6b7280}.header__user-last-login{font-size:10px;color:#9ca3af}.header__user-last-login:before{content:"\b7";margin-right:6px}.header__avatar-btn{padding:0!important;width:38px;height:38px;border-radius:50%!important;overflow:hidden;flex-shrink:0;margin-right:12px}.header__avatar-img{width:38px;height:38px;border-radius:50%;object-fit:cover;display:block}.header__info{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;border:1px solid #ccc;border-radius:20px;background-color:#efefef;padding:4px 20px 4px 12px;width:240px;flex-shrink:0}.header__hamburger{display:none;flex-direction:column;justify-content:space-between;width:25px;height:18px;background:transparent;border:none;cursor:pointer;padding:0}.header__hamburger span{display:block;height:3px;width:100%;background-color:#374151;border-radius:2px}@media(max-width:768px){.header__hamburger{display:flex}}.login-page{height:100vh;display:grid;grid-template-columns:660px 1fr;overflow:hidden}@media(max-width:1199px){.login-page{grid-template-columns:1fr;grid-template-rows:1fr}.login-art{display:none!important}}.login-art{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;background:#eef5fa}.login-art__stage{position:relative;width:320px;height:542px;display:flex;align-items:center;justify-content:center}.login-art__blob{position:absolute;width:540px;height:860px;background:#c2def0;border-radius:62% 38% 46% 54%/44% 58% 42% 56%;opacity:.85;z-index:0}.login-art__panel{width:320px;height:542px;border-radius:20px;background-size:contain;background-repeat:no-repeat;background-position:center;opacity:0;transition:opacity .4s ease;box-shadow:0 8px 40px #00000026;position:relative;z-index:1}.login-art__panel--visible{opacity:1}.login-art__dots{display:flex;gap:10px}.login-art__dot{width:8px;height:8px;border-radius:50%;border:none;background:#0003;cursor:pointer;padding:0;transition:background .3s,transform .3s}.login-art__dot--active{background:#0277bd;transform:scale(1.3)}.login-card-wrapper{display:flex;align-items:center;justify-content:center}.login-card{width:360px;margin:24px;padding:40px;min-width:400px;background:#fff;border-radius:16px;box-shadow:0 10px 30px #00000014}.login-header{width:100%;margin-bottom:28px;display:flex;flex-direction:column;justify-content:center;align-items:center}.login-logo{margin-bottom:12px;display:flex;flex-direction:column;align-items:center;gap:6px}.login-wordmark{font-family:Nunito Sans,sans-serif;font-weight:800;font-size:22px;letter-spacing:4px;color:#1a3c5e}.login-title{font-size:32px;font-weight:700;margin-bottom:8px}.login-subtitle{font-size:13px;color:#6b7280;text-align:center;margin-bottom:20px;line-height:1.5}.form-group{margin-bottom:18px}label{font-size:13px;color:#374151}.login-contact{width:100%;text-align:center;font-size:12px;margin-top:40px}.login-error{font-weight:700;font-size:14px;width:100%;height:28px;text-align:center;color:#e53935;margin-bottom:40px}.login-contact-link{color:#0277bd}.page{padding:1rem 2rem 2rem;flex:1;display:flex;flex-direction:column;min-height:0;background:#f5f6fa}.table-container{background:#fff;border-radius:16px;border:1px solid #f3f4f6;box-shadow:0 1px 4px #0000000f;flex:1;min-height:0;overflow-y:auto}.dashboard-table{width:100%;border-collapse:separate;border-spacing:0;font-size:14px}.dashboard-table thead{background:#fff;position:sticky;top:0}.dashboard-table thead th{text-align:left;padding:.9rem;font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #f3f4f6}.dashboard-table thead th div{display:flex}.dashboard-table thead th .th-inline{display:inline-flex;align-items:center}.dashboard-table tbody tr.clickable-row{cursor:pointer}.dashboard-table tbody tr{border-top:1px solid #f9fafb;transition:background .15s}.dashboard-table tbody tr:hover{background:#fafafa}.dashboard-table tbody tr:hover .row-actions{opacity:1}.dashboard-table td{padding:.9rem}.dashboard-table .td-div{display:flex;flex-direction:row;align-items:center}.dashboard-table .td-div label{margin-left:6px}.name-cell{display:flex;align-items:center;gap:.7rem}.avatar{width:32px;height:32px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-weight:600}.row-actions{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:.5rem}.row-actions button{font-size:16px;border:none;background:#eceff1;padding:8px 12px;border-radius:24px;cursor:pointer}.row-actions button:hover{background:#37474f;color:#fff}.row-actions .info{background:#e3f2fd}.row-actions .info:hover{background:#1565c0;color:#fff}.row-actions .danger{background:#ffebee}.row-actions .danger:hover{background:#c62828;color:#fff}.empty-state{padding:3rem 2rem;text-align:center;color:#9ca3af;display:flex;flex-direction:column;align-items:center;gap:12px}.empty-state__doodle{width:140px;height:105px;color:#d1d5db}.empty-state__text{font-size:14px;font-weight:500;color:#9ca3af;margin:0}.row-check{width:36px;padding:0 8px!important;text-align:center}.row-check input[type=checkbox]{cursor:pointer;width:15px;height:15px;accent-color:#0277bd}.row--selected{background:#eff6ff!important}.bulk-bar{display:flex;align-items:center;gap:8px;padding:8px 12px;margin-bottom:8px;background:#eff6ff;border:1px solid #0277bd;border-radius:10px}.bulk-bar__count{font-size:13px;font-weight:600;color:#0277bd;margin-right:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:600px}.bulk-bar__ids{font-weight:400;color:#6b7280;font-size:12px}.bulk-bar__btn{padding:5px 14px;font-size:13px;font-weight:500;border-radius:7px;border:1px solid #e5e7eb;background:#fff;color:#374151;cursor:pointer}.bulk-bar__btn:hover{background:#f9fafb}.bulk-bar__btn--send{border-color:#0277bd;color:#0277bd}.bulk-bar__btn--send:hover{background:#eff6ff}.bulk-bar__btn--delete{border-color:#e53935;color:#e53935}.bulk-bar__btn--delete:hover{background:#fff0f0}th.sortable{cursor:pointer;user-select:none;white-space:nowrap}th.sortable:hover{color:#111827}.sort-icon{margin-left:4px;vertical-align:middle;font-size:13px}.sort-icon--inactive{opacity:.3}.sort-icon--active{opacity:1;color:#0277bd}.link{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:20px;background-color:transparent;border:1px solid transparent;cursor:pointer;color:#374151;font-size:13px;transition:background .15s,color .15s,border-color .15s;white-space:nowrap}.link:hover{background-color:#eff6ff;border-color:#bfdbfe;color:#0277bd}.link-content{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.popup-overlay{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:2000}.popup{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001f;padding:28px 32px;min-width:340px;max-width:480px;width:100%}.popup__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.popup__title{font-size:15px;font-weight:700;color:#111827}.popup__close{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#9ca3af;font-size:20px;padding:2px;border-radius:4px;transition:color .15s}.popup__close:hover{color:#374151}.popup__message{font-size:15px;color:#374151;line-height:1.5;margin:40px 0}.popup__actions{display:flex;justify-content:flex-end;gap:10px}.popup-warning{margin:12px 0 0;font-size:13px;color:#b45309;background:#fffbeb;border:1px solid #fcd34d;border-radius:8px;padding:10px 14px;line-height:1.5}.popup-warning p{margin:0 0 6px}.popup-warning strong{display:block;margin-top:8px}.popup-warning ul{margin:4px 0 0;padding-left:18px}.popup-warning ul li{margin:2px 0}.popup__btn{padding:8px 20px;font-size:13px;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:opacity .15s}.popup__btn:hover{opacity:.85}.popup__btn--primary{background:#0277bd;color:#fff}.popup__btn--danger{background:#e53935;color:#fff}.popup__btn--default{background:#f3f4f6;color:#374151}.page-header{position:relative;display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:14px 12px;border-radius:16px;background:#fff;border:1px solid #f3f4f6;box-shadow:0 1px 4px #0000000d;color:#0277bd}.page-header__doodle{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;color:#0277bd}.page-header__title{display:flex;align-items:center;gap:8px;position:relative;z-index:1;margin:0;font-size:28px;font-weight:700;color:#111827}.page-header__title-text{color:#111827}.page-header__info{border:1px solid #ccc;font-size:14px;margin-left:12px;padding:4px 12px;border-radius:8px;background:#fefefe;font-weight:400;color:inherit;min-width:110px;text-align:center}.header-actions{display:flex;gap:1rem;position:relative;z-index:1}.header-actions input{border-radius:6px;border:1px solid #ddd;width:220px}.btn-table{width:180px!important}.search{position:relative;display:flex;align-items:center}.search input{width:120px;padding:0 10px 0 30px;border-radius:6px;border:1px solid #ddd;transition:width .25s ease;font-size:.9rem}.search input:focus{width:220px;outline:none}.search--active input{width:220px;padding-right:28px}.search-icon{position:absolute;left:8px;color:#888;font-size:.85rem}.search-clear{position:absolute;right:7px;color:#9ca3af;font-size:1.1rem;cursor:pointer;line-height:1}.search-clear:hover{color:#6b7280}.inv-filter{position:relative}.show-paid-btn{cursor:pointer;border:none;font-family:inherit;text-align:center}.show-paid-btn--paid{width:76px}.show-paid-btn--written-off{width:106px}.inv-filter__btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:120px;height:42px;padding:0 14px;font-size:13.5px;font-weight:500;color:#374151;background:#fff;border:2px solid #9ca3af;border-radius:8px;cursor:pointer;white-space:nowrap;transition:border-color .15s,background .15s}.inv-filter__btn:hover{border-color:#e5e7eb;background:#f9fafb}.inv-filter__btn--active{border-color:#0277bd;color:#0277bd;background:#eff6ff}.inv-filter__btn--open{background:#e5e7eb}.inv-filter__badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:#0277bd;color:#fff;font-size:11px;font-weight:700}.inv-filter__panel{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);z-index:200;background:#fff;border:2px solid #ccc;border-radius:14px;box-shadow:0 8px 28px #0000001a;padding:14px 16px 6px;min-width:320px}.inv-filter__panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#9ca3af}.inv-filter__clear{display:inline-flex;align-items:center;gap:3px;font-size:12px;font-weight:500;color:#6b7280;background:none;border:none;cursor:pointer;padding:0;text-transform:none;letter-spacing:0}.inv-filter__clear:hover{color:#e53935}.inv-filter__row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid #f3f4f6}.inv-filter__row:last-of-type{border-bottom:none;padding-bottom:10px}.inv-filter__label{font-size:13px;font-weight:500;color:#374151;min-width:72px;flex-shrink:0}.inv-filter__row--wrap{align-items:flex-start;flex-wrap:wrap}.inv-filter__row--wrap .inv-filter__chips{flex-wrap:wrap}.inv-filter__chips{display:flex;gap:4px}.inv-filter__chip{padding:4px 10px;font-size:12px;font-weight:500;border-radius:20px;border:1px solid #e5e7eb;background:#fff;color:#6b7280;cursor:pointer;transition:all .12s}.inv-filter__chip:hover{opacity:.9}.inv-filter__chip--active{background:#0277bd;border-color:#0277bd;color:#fff}.inv-filter__chip-badge{cursor:pointer;border:2px solid transparent;transition:border-color .12s,opacity .12s;opacity:.6}.inv-filter__chip-badge:hover{opacity:.85}.inv-filter__chip-badge--active{opacity:1;border-color:#374151}.inv-filter__input{padding:6px 10px;font-size:13px;color:#374151;border:1px solid #e5e7eb;border-radius:7px;outline:none;background:#fff;width:170px;transition:border-color .15s}.inv-filter__input:focus{border-color:#0277bd}.create-modal-overlay{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:500}.create-modal{background:#fff;border-radius:16px;padding:28px 32px;width:520px;max-height:90vh;overflow-y:auto;box-shadow:0 8px 40px #0000002e}.create-modal__title{font-size:1.1rem;font-weight:700;color:#111827;margin:0 0 24px}.create-modal__form{display:flex;flex-direction:column;gap:16px}.create-modal__row{display:flex;gap:24px}.create-modal__field{flex:1;display:flex;flex-direction:column;gap:5px}.create-modal__field--short{flex:0 0 100px}.create-modal__field label{font-size:.78rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.04em}.create-modal__field input,.create-modal__field select{height:38px;padding:0 10px;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;color:#111827;background:#fff;font-family:inherit;box-sizing:border-box}.create-modal__field input:focus,.create-modal__field select:focus{outline:none;border-color:#0277bd}.create-modal__field select{cursor:pointer}.create-modal__error{font-size:.85rem;color:#dc2626;margin:0}.create-modal__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px;padding-top:16px;border-top:1px solid #f3f4f6}.create-modal__btn{display:inline-flex;align-items:center;gap:6px;font-size:.875rem;font-weight:500;padding:8px 18px;border-radius:8px;border:1px solid;cursor:pointer;font-family:inherit;transition:background .15s,color .15s}.create-modal__btn--cancel{color:#374151;border-color:#e5e7eb;background:#fff}.create-modal__btn--cancel:hover{background:#f9fafb}.create-modal__btn--submit{color:#fff;background:#0277bd;border-color:#0277bd}.create-modal__btn--submit:hover:not(:disabled){background:#025e95}.create-modal__btn--submit:disabled{background:#d1d5db;border-color:#d1d5db;cursor:default}.toast{position:fixed;bottom:28px;right:28px;z-index:3000;display:flex;align-items:center;gap:12px;padding:14px 18px;border-radius:10px;box-shadow:0 4px 20px #00000024;font-size:14px;font-weight:500;animation:toast-in .2s ease}.toast--success{background:#ecfdf5;color:#065f46;border:1px solid #6ee7b7}.toast--error{background:#fef2f2;color:#991b1b;border:1px solid #fca5a5}.toast__message{flex:1}.toast__close{display:flex;align-items:center;background:none;border:none;cursor:pointer;color:inherit;opacity:.6;font-size:18px;padding:0}.toast__close:hover{opacity:1}@keyframes toast-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.invoices-table{min-width:1000px}.amount-label{background-color:#2e7d32;padding:8px;border-radius:4px;font-weight:700;color:#fff}.invoice-status{display:inline-block;padding:3px 8px;border-radius:99px;font-size:12px;font-weight:600;white-space:nowrap}.invoice-status--grey{background:#eceff1;color:#37474f}.invoice-status--blue{background:#e3f2fd;color:#1565c0}.invoice-status--green{background:#e8f5e9;color:#2e7d32}.invoice-status--orange{background:#fff3e0;color:#ef6c00}.invoice-status--red{background:#ffebee;color:#c62828}.invoice-status--purple{background:#f3e8ff;color:#7e22ce}.invoice-status--dark{background:#eceff1;color:#37474f;opacity:.6}.dunning{display:inline-block;padding:8px;border-radius:4px;font-weight:500}.dunning--grey{background:#eceff1;color:#37474f}.dunning--green{background:#e8f5e9;color:#2e7d32}.dunning--orange{background:#fff3e0;color:#ef6c00}.dunning--red{background:#ffebee;color:#c62828}.dunning--blue{background:#e3f2fd;color:#1565c0}.paid-amount{color:#111827}.remaining-amount{display:inline-block;padding:8px;border-radius:8px;font-weight:700}.remaining-amount--grey{color:#37474f}.remaining-amount--red{color:#c62828}.remaining-amount--orange{color:#ef6c00}.remaining-amount--blue{color:#1565c0}.remaining-amount--green{color:#2e7d32}.loader-wrap{display:flex;justify-content:center;align-items:center;padding:60px 0}.loader-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#0277bd;border-radius:50%;animation:spin .7s linear infinite}.detail-page{width:80%;flex:1;margin:0 auto;padding:40px 10% 160px}.detail-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:24px}.detail-breadcrumb__parent{font-size:13px;font-weight:500;color:#6b7280;line-height:1;cursor:pointer}.detail-breadcrumb__parent:hover{color:#0277bd}.detail-breadcrumb__sep{color:#9ca3af;font-size:12px;flex-shrink:0;line-height:1}.detail-breadcrumb__current{font-size:13px;font-weight:600;color:#374151;line-height:1}.btn-back{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;padding:7px 14px;font-size:13px;font-weight:500;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer}.detail-header{position:relative;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:32px;padding:0 36px;min-height:80px;box-sizing:border-box;border-radius:16px;border:1px solid #f3f4f6;box-shadow:0 1px 4px #0000000d;background:#fff}.detail-header__doodle-wrap{position:absolute;inset:0;border-radius:16px;overflow:hidden;pointer-events:none}.detail-header__doodle{width:100%;height:100%}.detail-header__left{display:flex;align-items:center;gap:20px;min-width:0;position:relative;z-index:1}.detail-header__actions{display:flex;flex-direction:row;align-items:center;gap:8px;flex-shrink:0;position:relative;z-index:1}.detail-avatar{width:64px;height:64px;border-radius:50%;background:#0277bd;color:#fff;font-size:26px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.detail-title{font-size:22px;font-weight:600;color:#111827;margin:0 0 6px}.detail-meta{display:flex;align-items:center;gap:8px;font-size:14px;color:#6b7280}.detail-subheader{display:flex;align-items:stretch;gap:0;margin-bottom:20px;border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb}.detail-subheader__section{display:flex;align-items:center;gap:10px;padding:12px 20px;flex:0 0 50%;width:50%;min-width:0;box-sizing:border-box}.detail-subheader__section--recipient{background:#6366f112;border-right:1px solid rgba(99,102,241,.1333333333);border-radius:12px 0 0 12px}.detail-subheader__section--recipient .detail-subheader__icon{color:#6366f1}.detail-subheader__section--patient{background:#22c55e12;border-radius:0 12px 12px 0}.detail-subheader__section--patient .detail-subheader__icon{color:#22c55e}.detail-subheader__icon{font-size:16px;color:#9ca3af;flex-shrink:0}.detail-subheader__body{display:flex;flex-direction:column;gap:2px;min-width:0}.detail-subheader__name{font-size:13.5px;font-weight:600;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-subheader__name:hover{text-decoration:underline}.detail-subheader__name--plain{color:#374151;cursor:default}.detail-subheader__name--plain:hover{text-decoration:none}.detail-subheader__section--recipient .detail-subheader__name{color:#6366f1}.detail-subheader__section--patient .detail-subheader__name{color:#22c55e}.detail-subheader__meta{font-size:12px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding-bottom:120px}.detail-card{background:#fff;border-radius:14px;border:1px solid #f3f4f6;box-shadow:0 1px 4px #0000000f;padding:20px 24px}.detail-card--full{grid-column:1/-1}.card-section-title{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin:0 0 16px}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:14px;color:#374151;border-bottom:1px solid #f9fafb}.settings-header{position:relative;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:32px;padding:7px 36px;border-radius:16px;border:1px solid #f3f4f6;box-shadow:0 1px 4px #0000000d;background:#fff}.settings-header__doodle-wrap{position:absolute;inset:0;border-radius:16px;overflow:hidden;pointer-events:none}.settings-header__left{display:flex;align-items:center;gap:20px;min-width:0;position:relative;z-index:1}.recipient-page{min-width:800px;max-width:900px;flex:1;margin:0 auto;padding:20px 10%}.btn-back{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:500;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer}.btn-back:hover{background:#f9fafb}.recipient-header{display:flex;align-items:center;gap:20px;margin-bottom:32px}.recipient-avatar{width:64px;height:64px;border-radius:50%;background:#0277bd;color:#fff;font-size:26px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.recipient-name{font-size:22px;font-weight:600;color:#111827;margin:0 0 4px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.recipient-meta{display:flex;align-items:center;gap:6px;font-size:14px;color:#6b7280}.recipient-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.recipient-card{background:#fff;border-radius:14px;border:1px solid #f3f4f6;box-shadow:0 1px 4px #0000000f;padding:20px 24px}.recipient-card--full{grid-column:1/-1}.card-section-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin:0 0 16px}.detail-row{display:flex;justify-content:space-between;padding:8px 0;font-size:14px;color:#374151;border-bottom:1px solid #f9fafb}.detail-row:last-child{border-bottom:none}.detail-label{color:#9ca3af;font-weight:500}.recipient-input{width:160px;padding:4px 8px;border:1px solid #e5e7eb;border-radius:6px;font-size:.9rem;color:#111827}.recipient-input--short{width:80px}.recipient-input:focus{outline:none;border-color:#0277bd}.recipient-select{padding:4px 8px;border:1px solid #e5e7eb;border-radius:6px;font-size:.9rem;color:#111827;background:#fff;cursor:pointer}.recipient-select:focus{outline:none;border-color:#0277bd}.recipient-action-btn{display:inline-flex;align-items:center;gap:5px;font-size:.85rem;font-weight:500;padding:6px 12px;white-space:nowrap;border-radius:8px;border:1px solid;cursor:pointer;background:#fff;transition:background .15s,color .15s}.recipient-action-btn--primary{color:#0277bd;border-color:#0277bd}.recipient-action-btn--primary:hover{background:#0277bd;color:#fff}.recipient-action-btn--save{color:#fff;background:#0277bd;border-color:#0277bd}.recipient-action-btn--save:hover:not(:disabled){background:#025e95}.recipient-action-btn--save:disabled{background:#d1d5db;border-color:#d1d5db;color:#6b7280;cursor:default}.recipient-action-btn--danger-sm{padding:3px 8px;font-size:.78rem;color:#ef4444;border-color:#ef4444}.recipient-action-btn--danger-sm:hover{background:#ef4444;color:#fff}.add-patient-modal{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.add-patient-modal__box{background:#fff;border-radius:14px;padding:24px;width:440px;max-height:480px;display:flex;flex-direction:column;gap:16px;box-shadow:0 8px 32px #00000029}.add-patient-modal__title{font-size:16px;font-weight:600;color:#111827;margin:0}.add-patient-modal__search{width:100%;padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem}.add-patient-modal__search:focus{outline:none;border-color:#0277bd}.add-patient-modal__list{overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:4px}.add-patient-modal__item{padding:10px 12px;border-radius:8px;cursor:pointer;font-size:.9rem;color:#374151}.add-patient-modal__item:hover{background:#f9fafb}.add-patient-modal__item__sub{font-size:.8rem;color:#9ca3af}.add-patient-modal__footer{display:flex;justify-content:flex-end}.patient-page{min-width:800px;max-width:900px;flex:1;margin:0 auto;padding:20px 10%}.patient-header{display:flex;align-items:center;gap:20px;margin-bottom:32px}.patient-avatar{width:64px;height:64px;border-radius:50%;background:#0277bd;color:#fff;font-size:26px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.patient-name{font-size:22px;font-weight:600;color:#111827;margin:0 0 4px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.patient-meta{display:flex;align-items:center;gap:6px;font-size:14px;color:#6b7280}.patient-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.patient-card{background:#fff;border-radius:14px;border:1px solid #f3f4f6;box-shadow:0 1px 4px #0000000f;padding:20px 24px}.patient-card--full{grid-column:1/-1}.patient-input{width:160px;padding:4px 8px;border:1px solid #e5e7eb;border-radius:6px;font-size:.9rem;color:#111827}.patient-input--short{width:80px}.patient-input:focus{outline:none;border-color:#0277bd}.patient-select{padding:4px 8px;border:1px solid #e5e7eb;border-radius:6px;font-size:.9rem;color:#111827;background:#fff;cursor:pointer}.patient-select:focus{outline:none;border-color:#0277bd}.patient-action-btn{display:inline-flex;align-items:center;gap:5px;font-size:.85rem;font-weight:500;padding:6px 12px;white-space:nowrap;border-radius:8px;border:1px solid;cursor:pointer;background:#fff;transition:background .15s,color .15s}.patient-action-btn--primary{color:#0277bd;border-color:#0277bd}.patient-action-btn--primary:hover{background:#0277bd;color:#fff}.patient-action-btn--save{color:#fff;background:#0277bd;border-color:#0277bd}.patient-action-btn--save:hover:not(:disabled){background:#025e95}.patient-action-btn--save:disabled{background:#d1d5db;border-color:#d1d5db;color:#6b7280;cursor:default}.patient-action-btn--danger-sm{font-size:.8rem;padding:4px 10px;color:#dc2626;border-color:#fca5a5}.patient-action-btn--danger-sm:hover{background:#dc2626;color:#fff;border-color:#dc2626}.add-recipient-modal{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:500}.add-recipient-modal__box{background:#fff;border-radius:16px;padding:24px;width:420px;max-height:80vh;display:flex;flex-direction:column;gap:14px;box-shadow:0 8px 32px #0000002e}.add-recipient-modal__title{font-size:1rem;font-weight:600;color:#111827;margin:0}.add-recipient-modal__search{width:100%;padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;box-sizing:border-box}.add-recipient-modal__search:focus{outline:none;border-color:#0277bd}.add-recipient-modal__list{overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:4px}.add-recipient-modal__item{padding:10px 12px;border-radius:8px;cursor:pointer;font-size:.9rem;color:#374151;border:1px solid transparent}.add-recipient-modal__item:hover{background:#f9fafb;border-color:#e5e7eb}.add-recipient-modal__item__sub{font-size:.78rem;color:#9ca3af;margin-top:2px}.add-recipient-modal__footer{display:flex;justify-content:flex-end}.invoice-page{min-width:800px;max-width:900px;flex:1;margin:0 auto;padding:20px 10%}.invoice-header{display:flex;align-items:center;gap:20px;margin-bottom:32px}.invoice-icon{width:64px;height:64px;border-radius:50%;background:#0277bd;color:#fff;font-size:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.invoice-title{font-size:22px;font-weight:600;color:#111827;margin:0 0 8px}.invoice-meta{display:flex;align-items:center;gap:8px}.invoice-amount{font-weight:600;color:#111827;font-size:15px}.invoice-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.invoice-card{background:#fff;border-radius:14px;border:1px solid #f3f4f6;box-shadow:0 1px 4px #0000000f;padding:20px 24px}.detail-link{color:#0277bd;font-weight:500;cursor:pointer}.detail-link:hover{text-decoration:underline}.invoice-actions{display:flex;gap:10px;flex-wrap:wrap}.invoice-action-btn{display:inline-flex;align-items:center;gap:5px;font-size:.85rem;font-weight:500;padding:6px 12px;white-space:nowrap;border-radius:8px;border:1px solid;cursor:pointer;background:#fff;transition:background .15s,color .15s}.invoice-action-btn--primary{color:#0277bd;border-color:#0277bd}.invoice-action-btn--primary:hover{background:#0277bd;color:#fff}.invoice-action-btn--primary:disabled{opacity:.5;cursor:default;pointer-events:none}.invoice-action-btn--save{color:#fff;background:#0277bd;border-color:#0277bd}.invoice-action-btn--save:hover:not(:disabled){background:#025e95}.invoice-action-btn--save:disabled{background:#d1d5db;border-color:#d1d5db;color:#6b7280;cursor:default}.invoice-action-btn--pdf{color:#dc2626;border-color:#dc2626}.invoice-action-btn--pdf:hover:not(:disabled){background:#dc2626;color:#fff}.invoice-action-btn--pdf:disabled{opacity:.5;cursor:default;pointer-events:none}.invoice-action-btn--danger{color:#ef4444;border-color:#ef4444}.invoice-action-btn--danger:hover:not(:disabled){background:#ef4444;color:#fff}.invoice-action-btn--danger:disabled{opacity:.5;cursor:default;pointer-events:none}.invoice-action-btn--portal{color:#0ea5e9;border-color:#0ea5e9}.invoice-action-btn--portal:hover:not(:disabled){background:#0ea5e9;color:#fff}.invoice-action-btn--portal:disabled{opacity:.5;cursor:default;pointer-events:none}.pdf-modal-overlay{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:1000}.pdf-modal{display:flex;flex-direction:column;width:860px;height:90vh;max-width:95vw;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 20px 60px #0000004d}.pdf-modal__header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid #f3f4f6;font-size:14px;font-weight:600;color:#374151;flex-shrink:0}.pdf-modal__close{background:none;border:none;font-size:16px;cursor:pointer;color:#6b7280;line-height:1;padding:2px 6px;border-radius:6px}.pdf-modal__close:hover{background:#f9fafb;color:#111827}.pdf-modal__frame{flex:1;width:100%;border:none}.invoice-input{width:120px;padding:4px 8px;border:1px solid #e5e7eb;border-radius:6px;font-size:.9rem;color:#111827}.invoice-input:focus{outline:none;border-color:#0277bd}.invoice-select{padding:4px 8px;border:1px solid #e5e7eb;border-radius:6px;font-size:.9rem;color:#111827;background:#fff;cursor:pointer}.invoice-select:focus{outline:none;border-color:#0277bd}.invoice-save-row{margin-top:12px;padding-top:12px;border-top:1px solid #f3f4f6;display:flex;justify-content:flex-end}.invoice-praxis{font-size:.85rem;color:#6b7280}.exam-table{width:100%;border-collapse:collapse;font-size:13px;color:#374151}.exam-table thead tr{border-bottom:2px solid #e5e7eb}.exam-table th{padding:6px 10px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;text-align:left;white-space:nowrap}.exam-table td{padding:8px 10px;border-bottom:1px solid #f3f4f6;vertical-align:top}.exam-table tbody tr:last-child td{border-bottom:none}.exam-table__num{text-align:left}.exam-table__num--bold{font-weight:600;color:#111827}.exam-table__sum-row td{padding:8px 10px;border-top:2px solid #e5e7eb;font-weight:600;color:#111827}.exam-table__material-row td{padding-top:2px;padding-bottom:6px;border-bottom:none;color:#6b7280;font-size:12px}.exam-table__material-label{padding-left:20px;font-style:italic}.settings-page{width:80%;flex:1;margin:0 auto;padding:20px 10%}.settings-page input:not(.create-modal input){height:auto}.settings-page .create-modal input,.settings-page .create-modal select{height:38px}.settings-page__heading{font-size:20px;font-weight:600;color:#111827;margin:0 0 24px}.settings-layout{display:grid;grid-template-columns:200px 1fr;gap:24px;align-items:start}.settings-nav{display:flex;flex-direction:column;gap:2px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:10px;box-shadow:0 1px 4px #0000000d}.settings-nav__heading{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af;padding:6px 10px 8px}.settings-nav__item{display:flex;align-items:center;gap:9px;width:100%;text-align:left;padding:9px 12px;font-size:14px;font-weight:500;color:#6b7280;background:none;border:none;border-radius:8px;cursor:pointer;transition:background .12s,color .12s}.settings-nav__item:hover{background:#f3f4f6;color:#111827}.settings-nav__item--active{background:#eff6ff;color:#0277bd;font-weight:600}.settings-nav__icon{font-size:15px;flex-shrink:0;opacity:.85}.settings-content{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}.settings-section{padding:0;border:1px solid #f3f4f6;background:#fff;border-radius:16px;box-shadow:0 1px 4px #0000000f}.settings-section__title{font-size:16px;font-weight:600;color:#111827;padding:20px 28px 16px;margin:0;border-bottom:1px solid #eee}.settings-section__body{padding:0}.setting-row{display:flex;justify-content:space-between;align-items:center;padding:18px 28px;border-bottom:1px solid #eee;gap:24px}.setting-row:last-of-type{border-bottom:none}.setting-row__info{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.setting-row__title{font-size:14px;font-weight:500;color:#111827}.setting-row__desc{font-size:13px;color:#9ca3af}.setting-row__control{display:flex;align-items:center;gap:8px;flex-shrink:0}.section-footer{display:flex;justify-content:flex-end;padding:16px 28px;border-top:1px solid #eee}.settings-empty{padding:20px 28px;font-size:14px;color:#9ca3af;margin:0}.input-group{display:flex;align-items:center;gap:8px}.settings-input{padding:7px 11px;font-size:13px;color:#374151;border:1px solid #e5e7eb;border-radius:7px;outline:none;background:#fff;width:220px;transition:border-color .15s}.settings-input:focus{border-color:#0277bd}.settings-input--number{width:68px;text-align:center}.settings-select{padding:7px 11px;font-size:13px;color:#374151;border:1px solid #e5e7eb;border-radius:7px;outline:none;background:#fff;cursor:pointer}.settings-select:focus{border-color:#0277bd}.settings-unit{font-size:13px;color:#9ca3af;white-space:nowrap}.toggle{position:relative;width:44px;height:24px;border-radius:999px;border:none;background:#d1d5db;cursor:pointer;transition:background .2s;padding:0;flex-shrink:0}.toggle--on{background:#0277bd}.toggle__thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:transform .2s}.toggle--on .toggle__thumb{transform:translate(20px)}.toggle-group{display:flex;gap:6px}.toggle-btn{display:inline-flex;align-items:center;gap:5px;padding:5px 13px;font-size:13px;font-weight:500;border-radius:999px;border:1px solid #e5e7eb;background:#fff;color:#6b7280;cursor:pointer;transition:all .15s}.toggle-btn--active{background:#0277bd;border-color:#0277bd;color:#fff}.avatar-upload{display:flex;align-items:center;gap:12px}.avatar-upload__preview{position:relative;width:64px;height:64px;border-radius:50%;overflow:hidden;cursor:pointer;background:#eff6ff;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;flex-shrink:0}.avatar-upload__preview img{width:100%;height:100%;object-fit:cover}.avatar-upload__preview span{font-size:20px;font-weight:700;color:#0277bd;text-transform:uppercase}.avatar-upload__preview:hover .avatar-upload__overlay{opacity:1}.avatar-upload__overlay{position:absolute;inset:0;background:#00000073;color:#fff;font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s}.avatar-upload__remove{font-size:12px;font-weight:500;color:#e53935;background:none;border:none;cursor:pointer;padding:0}.avatar-upload__remove:hover{text-decoration:underline}.btn-outline{width:140px;height:36px;font-size:13px;font-weight:500;color:#fff;background:#0277bd;border:none;border-radius:8px;cursor:pointer;transition:all .15s}.btn-outline:hover{opacity:.9}.btn-outline--saved{border-color:#2e7d32;color:#2e7d32}@keyframes dashFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.dashboard{display:flex;flex-direction:column;gap:20px;padding:24px;background:#f5f6fa;min-height:100vh;flex-shrink:0;font-family:DM Sans,Outfit,system-ui,sans-serif}.hero-card{animation:dashFadeUp .6s cubic-bezier(.22,1,.36,1) both;animation-delay:0s}.stat-row .stat-card:nth-child(1){animation:dashFadeUp .6s cubic-bezier(.22,1,.36,1) both;animation-delay:.15s}.stat-row .stat-card:nth-child(2){animation:dashFadeUp .6s cubic-bezier(.22,1,.36,1) both;animation-delay:.25s}.stat-row .stat-card:nth-child(3){animation:dashFadeUp .6s cubic-bezier(.22,1,.36,1) both;animation-delay:.35s}.stat-row .stat-card:nth-child(4){animation:dashFadeUp .6s cubic-bezier(.22,1,.36,1) both;animation-delay:.45s}.dashboard-grid__row:nth-child(1) .panel:nth-child(1){animation:dashFadeUp .6s cubic-bezier(.22,1,.36,1) both;animation-delay:.55s}.dashboard-grid__row:nth-child(1) .panel:nth-child(2){animation:dashFadeUp .6s cubic-bezier(.22,1,.36,1) both;animation-delay:.65s}.dashboard-grid__row:nth-child(2) .panel:nth-child(1){animation:dashFadeUp .6s cubic-bezier(.22,1,.36,1) both;animation-delay:.75s}.dashboard-grid__row:nth-child(2) .panel:nth-child(2){animation:dashFadeUp .6s cubic-bezier(.22,1,.36,1) both;animation-delay:.85s}.hero-card{background:linear-gradient(135deg,#1a1f2e,#2d3655 60%,#1e3a5f);border-radius:20px;padding:28px 32px;display:flex;justify-content:space-between;align-items:flex-end;color:#fff;position:relative;overflow:hidden}.hero-card:before{content:"";position:absolute;top:-40px;right:-40px;width:220px;height:220px;border-radius:50%;background:#6366f126}.hero-card:after{content:"";position:absolute;bottom:-60px;right:120px;width:160px;height:160px;border-radius:50%;background:#22c55e14}.hero-card__left{position:relative;z-index:1}.hero-card__greeting{font-size:13px;color:#ffffff80;margin-bottom:2px}.hero-card__name{font-size:24px;font-weight:700;letter-spacing:-.5px}.hero-card__praxis{font-size:13px;color:#ffffff73;margin-bottom:20px}.hero-card__total-label{font-size:12px;color:#ffffff80;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.hero-card__total-value{font-size:36px;font-weight:800;letter-spacing:-1px}.hero-card__right{display:flex;gap:32px;position:relative;z-index:1}.hero-stat{display:flex;flex-direction:column;align-items:flex-end;gap:3px}.hero-stat__label{font-size:12px;color:#ffffff73;text-transform:uppercase;letter-spacing:.05em}.hero-stat__value{font-size:18px;font-weight:700}.stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat-card{background:#fff;border-radius:14px;padding:18px 20px;display:flex;align-items:center;gap:16px;box-shadow:0 1px 4px #0000000f;transition:box-shadow .2s}.stat-card:hover{box-shadow:0 4px 16px #0000001a}.stat-card__icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.stat-card__value{font-size:22px;font-weight:700;color:#111827;line-height:1;margin-bottom:4px}.stat-card__label{font-size:12px;color:#9ca3af;font-weight:500}.stat-card__sub{font-size:11px;color:#d1d5db;margin-top:2px}.dashboard-grid{display:flex;flex-direction:column;gap:16px}.dashboard-grid__row{display:grid;grid-template-columns:1fr 2fr;gap:16px}.panel{background:#fff;border-radius:16px;padding:20px 24px;box-shadow:0 1px 4px #0000000f}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-header__title{font-size:15px;font-weight:600;color:#111827;margin:0}.icon-btn{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:16px;padding:4px;border-radius:6px}.icon-btn:hover{background:#f3f4f6;color:#374151}.chart-legend{display:flex;align-items:center;gap:16px;font-size:12px;color:#9ca3af;margin-bottom:12px}.legend-dot{display:inline-block;width:10px;height:10px;border-radius:2px;margin-right:4px}.legend-dot--billed{background:#e0e7ff;border:1.5px solid #6366f1}.legend-dot--collected{background:#6366f1}.bar-chart{display:flex;align-items:flex-end;gap:10px;height:140px;padding-bottom:24px;position:relative}.bar-chart__col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;position:relative}.bar-chart__bars{flex:1;width:100%;display:flex;align-items:flex-end;justify-content:center;gap:3px}.bar{width:12px;border-radius:4px 4px 0 0;transition:height .4s ease;min-height:3px}.bar--billed{background:#e0e7ff;border:1.5px solid #6366f1}.bar--collected{background:#6366f1}.bar-chart__label{position:absolute;bottom:0;font-size:11px;color:#9ca3af}.dunning-breakdown{display:flex;flex-direction:column;gap:14px}.dunning-breakdown__row{display:flex;flex-direction:column;gap:5px}.dunning-breakdown__meta{display:flex;align-items:center;gap:8px}.dunning-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.dunning-breakdown__label{font-size:13px;color:#374151;font-weight:500;flex:1}.dunning-breakdown__count{font-size:12px;color:#9ca3af;background:#f3f4f6;border-radius:999px;padding:1px 8px}.dunning-breakdown__amount{font-size:12px;color:#6b7280;font-weight:500;text-align:right}.mini-bar{height:5px;background:#f3f4f6;border-radius:999px;overflow:hidden}.mini-bar__fill{height:100%;border-radius:999px;transition:width .5s ease}.finapi-body{display:flex;flex-direction:column;align-items:center;text-align:center;padding:12px 0;gap:8px}.finapi-icon{width:56px;height:56px;border-radius:16px;background:#f0f4ff;color:#6366f1;font-size:26px;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.finapi-status{font-size:14px;font-weight:600;margin:0}.finapi-status--connected{color:#22c55e}.finapi-status--disconnected{color:#f59e0b}.finapi-desc{font-size:13px;color:#9ca3af;margin:0;line-height:1.5}.finapi-btn{margin-top:8px;padding:9px 20px;background:#6366f1;color:#fff;border:none;border-radius:9px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.finapi-btn:hover{background:#4f46e5}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;animation:skeleton-shimmer 1.4s ease infinite;border-radius:6px;display:block}.skeleton--dark{background:linear-gradient(90deg,#ffffff12 25%,#ffffff26,#ffffff12 75%);background-size:200% 100%;animation:skeleton-shimmer 1.4s ease infinite;border-radius:6px;display:block}.dashboard-table{width:100%;border-collapse:collapse;font-size:13px}.dashboard-table th{text-align:left;padding:8px 10px;font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #f3f4f6}.dashboard-table td{padding:11px 10px;color:#374151;border-bottom:1px solid #f9fafb;vertical-align:middle}.dashboard-table tr:last-child td{border-bottom:none}.dashboard-table tr:hover td{background:#fafafa}.invoice-id{color:#0277bd;font-weight:600;font-size:12px}.inv-graph{width:100%;height:auto;display:block;margin-top:4px}.upload-page{gap:0}.upload-layout{display:flex;flex-direction:column;gap:16px;flex:1;min-height:0}.upload-top{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 4px #0000000f;flex-shrink:0}.upload-top .fu-wrap{max-width:100%;margin:0;padding:20px 24px}.upload-table-container{flex:1}.upload-id{font-family:monospace;font-size:12px;color:#9ca3af;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-filename{font-size:13px;font-weight:500;color:#374151;font-family:DM Mono,monospace}.pad-status{display:inline-block;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600}.pad-status--blue{background:#e3f2fd;color:#1565c0}.pad-status--green{background:#e8f5e9;color:#2e7d32}.pad-status--orange{background:#fff3e0;color:#ef6c00}.pad-status--red{background:#ffebee;color:#c62828}.pad-status--grey{background:#eceff1;color:#37474f}.fu-wrap{font-family:DM Sans,sans-serif;color:#1a1a2e}.fu-label{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#6b7280;margin-bottom:10px}.fu-body{display:flex;gap:14px;height:190px}.fu-left{flex:0 0 60%;min-width:0}.fu-right{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.fu-dropzone{height:100%;border:1.5px dashed #d1d5db;border-radius:12px;padding:0 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;transition:border-color .2s,background .2s;background:#fafafa;position:relative}.fu-dropzone:hover,.fu-dropzone.drag-over{border-color:#0277bd;background:#eff6ff}.fu-dropzone-icon{font-size:28px;margin-bottom:10px;display:block;opacity:.5}.fu-dropzone-text{font-size:14px;font-weight:500;color:#374151;margin-bottom:4px}.fu-dropzone-sub{font-size:12px;color:#9ca3af}.fu-browse{color:#0277bd;font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.fu-input{display:none}.fu-empty{flex:1;display:flex;align-items:center;justify-content:center;font-size:12px;color:#9ca3af;text-align:center}.fu-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:6px;padding-right:2px}.fu-list::-webkit-scrollbar{width:4px}.fu-list::-webkit-scrollbar-track{background:transparent}.fu-list::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:4px}.fu-item{display:flex;align-items:center;gap:8px;padding:7px 10px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:border-color .15s;flex-shrink:0}.fu-item.status-done{border-color:#bbf7d0;background:#f0fdf4}.fu-item.status-error{border-color:#fecaca;background:#fef2f2}.fu-item.status-uploading{border-color:#bfdbfe;background:#eff6ff}.fu-item-icon{font-size:16px;flex-shrink:0}.fu-item-info{flex:1;min-width:0}.fu-item-name{font-size:12px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:DM Mono,monospace}.fu-item-size{font-size:10px;color:#9ca3af;margin-top:1px}.fu-progress{margin-top:4px;height:3px;background:#eff6ff;border-radius:99px;overflow:hidden}.fu-progress-bar{height:100%;background:#2563eb;border-radius:99px;transition:width .15s ease}.fu-item-right{display:flex;align-items:center;gap:6px;flex-shrink:0}.fu-remove{background:none;border:none;color:#d1d5db;cursor:pointer;font-size:14px;padding:0;line-height:1;transition:color .15s}.fu-remove:hover{color:#ef4444}.status-icon{font-size:11px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.status-icon.done{background:#dcfce7;color:#16a34a}.status-icon.error{background:#fee2e2;color:#dc2626}.spinner{display:inline-block;width:14px;height:14px;border:2px solid #bfdbfe;border-top-color:#2563eb;border-radius:50%;animation:spin .6s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.fu-footer{margin-top:8px;display:flex;align-items:center;justify-content:space-between;gap:8px;flex-shrink:0}.fu-count{font-size:11px;color:#9ca3af}.fu-btn{background:#0277bd;color:#fff;border:none;border-radius:8px;padding:8px 18px;font-size:12px;font-weight:600;font-family:DM Sans,sans-serif;cursor:pointer;letter-spacing:.02em;transition:background .15s,transform .1s}.fu-btn:hover:not(:disabled){opacity:.9}.fu-btn:active:not(:disabled){transform:scale(.98)}.fu-btn:disabled{opacity:.5;cursor:not-allowed}input{width:100%;height:42px;border:1px solid #e5e7eb;border-radius:8px;padding:0 12px;font-size:14px}input:focus{outline:none;border-color:#0277bd}.btn-primary{width:100%;height:42px;border:none;border-radius:8px;background:#0277bd;color:#fff;font-weight:600;cursor:pointer}.btn-primary:hover{opacity:.9}.icon-button{width:40px;height:40px;border:1px solid transparent;border-radius:40px;background-color:transparent;font-size:24px;display:flex;justify-content:center;align-items:center;cursor:pointer}.icon-button-onlytext{cursor:default;pointer-events:none}.icon-button-active{color:#0277bd}.icon-button:hover{background-color:#e0e0e0;transition:.33s}html,body,#root{height:100%;margin:0}body{font-family:DM Sans,Outfit,system-ui,sans-serif;overflow-y:auto}.app-container{display:flex;flex-direction:column;height:100%;min-width:1000px}.header{position:sticky;top:0;z-index:1000;background-color:#fff;box-shadow:0 2px 5px #0000001a}.app-main{flex:1;overflow-y:auto;background:#f5f6fa;display:flex;flex-direction:column;min-height:0}.app-footer{height:28px;background-color:#002147;background-image:linear-gradient(315deg,#002147,#3b3c36,#002147);color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.centeredDiv{display:flex;flex-direction:row;justify-content:center;align-items:center}.centeredDiv label{border:1px solid #ccc;font-size:16px;margin-left:24px;margin-top:8px;padding:4px 12px;border-radius:8px;background:#fefefe}
/*# sourceMappingURL=bundle.css.map */
