:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:Inter,Roboto,system-ui,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}body{color:#333;background-color:#fff;place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}#root{width:100%;margin:0 auto}.login-container{background-color:#fff;justify-content:center;align-items:center;min-height:100vh;font-family:Inter,Roboto,sans-serif;display:flex}.login-card{flex-direction:column;align-items:center;width:100%;max-width:400px;padding:2rem;display:flex}.logo-container{margin-bottom:1rem}.logo{object-fit:contain;width:120px;height:auto}.login-title{color:#128c7e;text-align:center;margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.login-subtitle{color:#666;text-align:center;margin-top:0;margin-bottom:2rem;font-size:1.2rem;font-weight:500}.login-form{flex-direction:column;align-items:center;width:100%;display:flex}.input-group{width:100%;margin-bottom:1.2rem}.input-group input{box-sizing:border-box;color:#000;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;outline:none;width:100%;padding:.8rem 1rem;font-size:1rem;transition:border-color .3s}.input-group input:focus{border-color:#128c7e}.login-button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#128c7e,#85c2ba);border:none;border-radius:25px;margin-top:1rem;padding:.7rem 2.5rem;font-size:1.1rem;font-weight:600;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 6px #0000001a}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.login-button:disabled{opacity:.7;cursor:not-allowed}.error-message{color:#f33;box-sizing:border-box;text-align:center;background-color:#ffe6e6;border:1px solid #f99;border-radius:6px;width:100%;margin-bottom:1rem;padding:.7rem 1rem;font-size:.9rem}.forgot-password{margin-top:2rem}.forgot-password a{color:#7c7cf5;font-size:.85rem;text-decoration:underline;transition:color .3s}.forgot-password a:hover{color:#5b5be5}.primary-btn{cursor:pointer;background-color:#0000;border:2px solid #000;width:100%;padding:1px 10px;transition:all .3s}.primary-btn:hover{background-color:#fff}.primary-btn:active{background-color:#0000}.pop-done-btn{color:#f5eded;cursor:pointer;background-color:#7fa1c3;border:1px solid #7fa1c3;border-radius:5px;padding:2px 10px;transition:all .3s}.pop-done-btn:hover{color:#7fa1c3;background-color:#f5eded}.pop-err-btn{color:#f5eded;cursor:pointer;background-color:#f24545;border:1px solid #f24545;border-radius:5px;padding:2px 10px;transition:all .3s}.pop-cancel-btn{cursor:pointer;border:1px solid #000;border-radius:5px;padding:2px 10px;transition:all .3s}.pop-cancel-btn:hover{color:#000;background-color:#f5eded}button:disabled{cursor:not-allowed}.bouncing-dots-par{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.dots{justify-content:space-around;align-items:center;width:120px;display:flex}.dots div{transform-origin:bottom;background:linear-gradient(45deg,#3498db,#8e44ad);border-radius:50%;width:15px;height:15px;animation:1.5s ease-in-out infinite bounce,2s infinite color-shift}.dots div:first-child{animation-delay:-.6s}.dots div:nth-child(2){animation-delay:-.45s}.dots div:nth-child(3){animation-delay:-.3s}.dots div:nth-child(4){animation-delay:-.15s}.dots div:nth-child(5){animation-delay:0s}@keyframes bounce{0%,to{opacity:.7;transform:translateY(0)scale(1)}50%{opacity:1;transform:translateY(-20px)scale(1.2)}}@keyframes color-shift{0%{background:linear-gradient(45deg,#3498db,#8e44ad)}50%{background:linear-gradient(45deg,#e74c3c,#f1c40f)}to{background:linear-gradient(45deg,#3498db,#8e44ad)}}.label-and-input{justify-content:space-between;display:flex}.label-and-input:first-child,.label-and-input:nth-child(2){flex:1}.lab-input{width:50%}.lab-input[type=date]{appearance:auto!important;color:#000!important;background-color:#fff!important}.inp-select{width:50%}@media screen and (width<=500px){.lab-input{width:60%}}.table-container{width:100%;height:100%;overflow-x:auto}.new-entry-par{height:68vh;overflow:auto}.table{border-collapse:collapse;width:100%;position:relative}.table-th,.table-td{text-align:left;background-color:#fff;border:1px solid #000;padding:8px}.table-td{cursor:pointer;font-size:small;font-weight:600}.new-entry-td{height:30px!important}.td-red{background-color:#f56a6a}.td-green{background-color:green}.td-yellow{background-color:#ff0}.td-inp-red{color:#fff;background-color:#f56a6a}.td-inp-yellow{background-color:#ff0}.td-inp-green{color:#fff;background-color:green}.border-blue{border:2px solid var(--secondary)}.selected-tr td{background-color:var(--secondary);color:#fff}.table-th{z-index:1;background-color:#fff;font-size:medium;position:sticky;top:0}.sticky-column{z-index:3;background-color:#fff;position:sticky;left:0}.sticky-column-td{z-index:2;background-color:#fff;position:sticky;left:0}.table-body-load{opacity:.5;z-index:1;background-color:#fff;width:100%;height:100%;position:absolute;top:0}.sticky-column:first-child,.sticky-column-td:first-child{min-width:90px;left:0}.sticky-column:nth-child(2),.sticky-column-td:nth-child(2){min-width:60px;left:93px}.sticky-column:nth-child(3),.sticky-column-td:nth-child(3){min-width:60px;left:150px}.sticky-column:nth-child(4),.sticky-column-td:nth-child(4){min-width:70px;left:220px}.sticky-column:nth-child(5),.sticky-column-td:nth-child(5){min-width:80px;left:290px}.sticky-column:nth-child(6),.sticky-column-td:nth-child(6){min-width:80px;left:365px}.sticky-column:nth-child(7),.sticky-column-td:nth-child(7){min-width:80px;left:445px}.total-row-cell{text-align:center!important;background-color:#fff8e1!important;font-weight:700!important}.total-cell-clickable{transition:background-color .2s,transform .1s;position:relative;cursor:pointer!important;background-color:#ffe082!important}.total-cell-clickable:hover{z-index:5;transform:scale(1.06);box-shadow:0 2px 8px #ffa00066;background-color:#ffc107!important}.total-cell-value{text-align:center;min-width:36px;display:inline-block}.total-cell-value-active{color:#b45309;-webkit-text-decoration:underline dotted #b45309;text-decoration:underline dotted #b45309}.pay-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0f172a8c;justify-content:center;align-items:center;animation:.18s pay-modal-fade-in;display:flex;position:fixed;inset:0}@keyframes pay-modal-fade-in{0%{opacity:0}to{opacity:1}}.pay-modal-box{background:#fff;border-radius:14px;flex-direction:column;width:520px;max-width:95vw;max-height:85vh;animation:.2s cubic-bezier(.34,1.56,.64,1) pay-modal-slide-in;display:flex;overflow-y:auto;box-shadow:0 20px 60px #00000038,0 4px 16px #0000001a}@keyframes pay-modal-slide-in{0%{opacity:0;transform:scale(.88)translateY(30px)}to{opacity:1;transform:scale(1)translateY(0)}}.pay-modal-header{background:linear-gradient(135deg,#1e3a5f 0%,#2563eb 100%);border-bottom:1.5px solid #e2e8f0;border-radius:14px 14px 0 0;justify-content:space-between;align-items:center;padding:16px 20px 14px;display:flex}.pay-modal-title{color:#fff;letter-spacing:.3px;align-items:center;gap:10px;font-size:15px;font-weight:700;display:flex}.pay-modal-date-badge{color:#fff;background:#ffffff38;border:1px solid #ffffff59;border-radius:20px;padding:3px 10px;font-size:12px;font-weight:600}.pay-modal-close-btn{cursor:pointer;color:#fff;background:#ffffff2e;border:1.5px solid #fff6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background .18s,transform .15s;display:flex}.pay-modal-close-btn:hover{background:#ffffff59;transform:scale(1.1)rotate(90deg)}.pay-modal-summary{gap:14px;padding:18px 20px 10px;display:flex}.pay-summary-card{border:1.5px solid;border-radius:10px;flex:1;align-items:center;gap:12px;padding:14px 16px;display:flex}.pay-summary-gpay{background:#e3f0ff;border-color:#90caf9}.pay-summary-cash{background:#e8f5e9;border-color:#a5d6a7}.pay-summary-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.pay-summary-amount{color:#1e293b;margin-top:2px;font-size:20px;font-weight:800}.pay-modal-section{padding:0 20px 16px}.pay-section-header{border-radius:7px;align-items:center;gap:6px;margin-bottom:8px;padding:8px 12px;font-size:13px;font-weight:700;display:flex}.pay-section-gpay-header{color:#1d4ed8;background:#dbeafe}.pay-section-cash-header{color:#15803d;background:#dcfce7}.pay-breakdown-table{border-collapse:collapse;width:100%;font-size:13px}.pay-breakdown-table th{color:#475569;text-align:left;background:#f1f5f9;border-bottom:1.5px solid #e2e8f0;padding:7px 10px;font-size:12px;font-weight:700}.pay-breakdown-table td{color:#1e293b;border-bottom:1px solid #f1f5f9;padding:7px 10px;font-weight:500}.pay-breakdown-table tr:last-child td{border-bottom:none}.pay-breakdown-table tr:hover td{background:#f8fafc}.pay-amount-cell{text-align:right;font-weight:700}.pay-gpay-amount{color:#1565c0}.pay-cash-amount{color:#2e7d32}.pay-modal-empty{text-align:center;color:#94a3b8;padding:24px;font-size:14px}.radio-group-container{justify-content:center;align-items:center;gap:15px;height:100%;display:flex}.custom-radio{cursor:pointer;align-items:center;gap:6px;display:flex}.custom-radio:hover{background:#f0f4f8}.custom-radio input[type=radio]{accent-color:#3a7bd5}.new-entry-page{box-sizing:border-box;background-color:#e5debf;width:100%;min-width:100%;min-height:100vh;padding:20px}body{background-color:#e5debf!important}.content-wrapper{gap:30px;margin-top:20px;display:flex}.left-column,.right-column{flex:1;min-width:0}.form-left-container{width:100%}.left-form{flex-direction:column;gap:15px;display:flex}.form-row{align-items:center;gap:10px;display:flex}.form-row .inp-label{min-width:120px;font-weight:500}.form-row input,.form-row select{color:#000;background-color:#fff;border:1px solid #ccc;border-radius:4px;width:300px;height:35px;padding:4px 8px}.new-entry-input{color:#000;background-color:#fff;border:1px solid #ccc;border-radius:4px;height:35px;padding:4px 8px}.payment-method{align-items:center;gap:20px;margin-top:15px;display:flex}.payment-method .inp-label{white-space:nowrap;min-width:130px;font-weight:500}.payment-method-options{align-items:center;gap:20px;display:flex}.right-column-inner{flex-direction:column;gap:15px;display:flex}.new-entry-table{overflow-x:auto}.new-entry-table table{border-collapse:collapse;width:100%}.new-entry-table th,.new-entry-table td{text-align:left;border:1px solid #ddd;padding:8px}.new-entry-par .table-th{color:#000;letter-spacing:.3px;font-weight:700}.bottom-controls{justify-content:flex-end;gap:15px;margin-top:10px;display:flex}.total-section{margin-top:15px;font-weight:600}.pop-cancel-btn{color:#fff;cursor:pointer;background-color:#7ea0c2;border:none;border-radius:4px;padding:8px 16px}.pop-cancel-btn:disabled{opacity:.6;cursor:not-allowed}@media (width<=992px){.content-wrapper{flex-direction:column;gap:20px}.left-column,.right-column{width:100%}.form-row{justify-content:space-between}.form-row input,.form-row select{width:100%;max-width:450px}.payment-method{flex-wrap:wrap;gap:10px}.bottom-controls{justify-content:center}}@media (width<=768px){.new-entry-page{padding:12px}.content-wrapper{flex-direction:column;gap:20px;display:flex}.left-column,.right-column,.form-left-container,.left-form{width:100%}.form-row{flex-direction:column;align-items:stretch;width:100%;margin-bottom:15px;display:flex}.form-row .inp-label{color:#000;width:100%;margin-bottom:6px;font-size:15px;font-weight:600;display:block}.form-row input,.form-row select{box-sizing:border-box;min-width:100%;max-width:100%;height:42px;width:100%!important}.form-row input[type=date]{appearance:none;width:100%!important}.payment-method{flex-direction:column;align-items:flex-start;gap:8px;margin-top:10px;display:flex}.payment-method-options{flex-wrap:wrap;gap:18px;display:flex}.new-entry-table{-webkit-overflow-scrolling:touch;width:100%;margin-top:20px;overflow-x:auto}.new-entry-table table{border-collapse:collapse;width:100%;min-width:520px}.new-entry-table th,.new-entry-table td{text-align:center;padding:8px}.new-entry-table input{box-sizing:border-box;width:100%;min-width:90px;height:40px}.bottom-controls{flex-direction:column;gap:10px;margin-top:15px;display:flex}.pop-cancel-btn{width:100%;height:44px}}*{margin:0;padding:0}#root{--primary:#f5eded;--secondary:#7fa1c3}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.flex-wrap{display:flex;flex-wrap:wrap!important}.flex-wrap div{min-width:300px}.blurred-background{filter:blur(2px);transition:filter .3s ease-in-out}
