@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--color-bg:#f8fafc;--color-primary:#3b82f6;--color-primary-dark:#2563eb;--color-primary-light:#60a5fa;--color-emerald:#10b981;--color-amber:#f59e0b;--color-rose:#f43f5e;--color-indigo:#6366f1}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-sans);background-color:var(--color-bg);color:#1e293b;line-height:1.6}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fade-in{animation:.4s ease-out forwards fadeIn}.animate-slide-in{animation:.3s ease-out forwards slideIn}.animate-scale-in{animation:.25s ease-out forwards scaleIn}.animate-spin{animation:1s linear infinite spin}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.font-mono{font-family:JetBrains Mono,SF Mono,Cascadia Code,Fira Code,monospace}table{border-collapse:collapse}input:focus,select:focus,button:focus-visible{outline:none;box-shadow:0 0 0 3px #3b82f64d}select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;padding-right:28px!important}.app-container{min-height:100vh;font-family:var(--font-sans);color:#1e293b;background:#f8fafc;display:flex}.login-wrapper{background:#f8fafc;justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.login-card{background:#fff;border:1px solid #f1f5f9;border-radius:1.5rem;width:100%;max-width:28rem;overflow:hidden;box-shadow:0 20px 60px #94a3b826}.login-header{background:linear-gradient(135deg,#2563eb,#4338ca);flex-direction:column;justify-content:center;align-items:center;height:8rem;padding:1.5rem;display:flex;position:relative;overflow:hidden}.login-header-glow{filter:blur(2rem);background:#ffffff1a;border-radius:50%;width:10rem;height:10rem;position:absolute;top:-2.5rem;right:-2.5rem}.login-icon-box{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;background:#fff3;border-radius:.75rem;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:.75rem;display:flex}.login-title{color:#fff;letter-spacing:.1em;font-size:1.25rem;font-weight:700}.login-body{padding:2rem}.login-body h2{color:#1e293b;text-align:center;font-size:1.5rem;font-weight:700}.login-body .subtitle{color:#64748b;text-align:center;margin-top:.25rem;font-size:.875rem}.login-form{flex-direction:column;gap:1.25rem;margin-top:1.5rem;display:flex}.form-group label{color:#334155;margin-bottom:.375rem;font-size:.875rem;font-weight:500;display:block}.input-wrapper{position:relative}.input-wrapper .icon{color:#94a3b8;pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.input-wrapper input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;width:100%;padding:.625rem 1rem .625rem 2.5rem;font-size:.875rem;transition:all .2s}.input-wrapper input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.login-error{color:#f43f5e;justify-content:center;align-items:center;gap:.375rem;font-size:.875rem;display:flex}.login-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.625rem;font-size:.875rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #2563eb4d}.login-btn:hover{background:#1d4ed8}.login-btn:active{transform:scale(.98)}.login-btn:disabled{opacity:.7;cursor:not-allowed}.login-btn .spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:1.25rem;height:1.25rem;animation:1s linear infinite spin}.login-demo{text-align:center;border-top:1px solid #f1f5f9;margin-top:1.5rem;padding-top:1rem}.login-demo p{color:#94a3b8;margin-bottom:.5rem;font-size:.75rem}.login-demo-btns{color:#64748b;justify-content:center;gap:.75rem;font-family:monospace;font-size:.75rem;display:flex}.login-demo-btns button{cursor:pointer;color:inherit;font-family:inherit;font-size:inherit;background:0 0;border:none;padding:.25rem;transition:color .2s}.login-demo-btns button:hover{color:#2563eb}.login-demo-btns .sep{color:#e2e8f0}.sidebar{z-index:20;background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;width:240px;height:100%;display:none;position:fixed}@media (width>=768px){.sidebar{display:flex}}.sidebar-brand{border-bottom:1px solid #f1f5f9;flex-shrink:0;align-items:center;height:4rem;padding:0 1.5rem;display:flex}.sidebar-brand-icon{color:#fff;background:#2563eb;border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;margin-right:.75rem;display:flex;box-shadow:0 4px 8px #2563eb4d}.sidebar-brand span{letter-spacing:-.02em;color:#1e293b;font-size:1.0625rem;font-weight:700}.sidebar-filter{background:#f8fafc80;border-bottom:1px solid #f1f5f9;flex-shrink:0;padding:1rem 1.25rem}.sidebar-filter label{color:#64748b;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.6875rem;font-weight:700;display:block}.sidebar-filter select{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;width:100%;padding:.625rem .75rem;font-size:.875rem;font-weight:700;transition:border-color .2s;box-shadow:0 1px 2px #0000000d}.sidebar-filter select:hover{border-color:#93c5fd}.sidebar-nav{flex-direction:column;flex:1;gap:.375rem;padding:1rem;display:flex;overflow-y:auto}.nav-btn{cursor:pointer;color:#475569;text-align:left;background:0 0;border:none;border-radius:.75rem;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.nav-btn:hover{color:#2563eb;background:#f8fafc}.nav-btn.active{color:#fff;background:#2563eb;box-shadow:0 4px 12px #2563eb4d}.sidebar-footer{border-top:1px solid #f1f5f9;flex-shrink:0;padding:1rem}.sidebar-user{cursor:pointer;background:#f8fafc;border:1px solid #f1f5f9;border-radius:.75rem;justify-content:space-between;align-items:center;padding:.75rem;transition:background .2s;display:flex;position:relative}.sidebar-user:hover{background:#f1f5f9}.sidebar-user-info{align-items:center;gap:.75rem;display:flex}.sidebar-user-avatar{border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.sidebar-user-avatar.admin{color:#d97706;background:#fef3c7}.sidebar-user-avatar.supplier{color:#2563eb;background:#dbeafe}.sidebar-user-name{color:#334155;font-size:.75rem;font-weight:700}.sidebar-user-role{color:#94a3b8;font-size:.625rem}.sidebar-user-actions{opacity:0;visibility:hidden;z-index:50;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;flex-direction:column;gap:.25rem;width:100%;padding:.5rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;bottom:calc(100% + .5rem);left:0;transform:translateY(10px);box-shadow:0 10px 25px #0000001a}.sidebar-user:hover .sidebar-user-actions{opacity:1;visibility:visible;transform:translateY(0)}.action-btn{text-align:left;color:#475569;cursor:pointer;background:0 0;border:none;border-radius:.375rem;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;transition:background .2s,color .2s;display:flex}.action-btn:hover{color:#0f172a;background:#f1f5f9}.action-btn-danger:hover{color:#ef4444;background:#fef2f2}.mobile-nav{z-index:30;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;width:100%;height:3.5rem;padding:0 1rem;display:flex;position:fixed;top:0;box-shadow:0 1px 3px #0000000d}@media (width>=768px){.mobile-nav{display:none}}.mobile-nav-brand{align-items:center;gap:.5rem;display:flex}.mobile-nav-brand .icon{color:#fff;background:#2563eb;border-radius:.25rem;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;display:flex}.mobile-nav-brand span{font-size:1rem;font-weight:700}.mobile-menu-btn{color:#475569;cursor:pointer;background:0 0;border:none;padding:.5rem}.main-content{flex:1;min-width:0;padding-top:3.5rem}@media (width>=768px){.main-content{margin-left:240px;padding-top:0}}.main-inner{max-width:87.5rem;margin:0 auto;padding:1rem}@media (width>=768px){.main-inner{padding:2rem}}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;flex-direction:column;min-height:9rem;padding:1.5rem;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000000a}.stat-card:hover{box-shadow:0 4px 12px #00000014}.stat-card.highlight{color:#fff;background:#2563eb;border-color:#2563eb;box-shadow:0 8px 24px #2563eb4d}.stat-card-top{justify-content:space-between;align-items:flex-start;display:flex}.stat-card-icon{border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.stat-card-icon.normal{color:#334155;background:#f8fafc;border:1px solid #f1f5f9}.stat-card-icon.highlighted{color:#fff;background:#ffffff1a}.stat-card-trend{align-items:center;gap:.25rem;font-size:.75rem;font-weight:700;display:flex}.stat-card-trend.normal{color:#10b981}.stat-card-trend.highlighted{color:#6ee7b7}.stat-card-body{flex-direction:column;flex:1;justify-content:flex-end;margin-top:1rem;display:flex}.stat-card-label{margin-bottom:.375rem;font-size:.8125rem;font-weight:500}.stat-card-label.normal{color:#64748b}.stat-card-label.highlighted{color:#bfdbfe}.stat-card-value{letter-spacing:-.02em;font-size:1.875rem;font-weight:700}.stat-card-value.normal{color:#1e293b}.stat-card-shimmer{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%) 0 0/200% 100%;border-radius:.5rem;width:60%;height:2rem;animation:1.5s ease-in-out infinite shimmer}.stat-card.highlight .stat-card-shimmer{background:linear-gradient(90deg,#ffffff26 25%,#ffffff4d 50%,#ffffff26 75%) 0 0/200% 100%;animation:1.5s ease-in-out infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.expand-toggle{cursor:pointer;background:0 0;border:none;border-radius:.375rem;padding:.25rem;transition:background .2s;display:flex}.expand-toggle:hover{background:#0000001a}.stat-card .expand-toggle.normal{color:#64748b}.stat-card .expand-toggle.highlighted{color:#fff}.stat-card-expanded{margin-top:1.25rem;padding-top:1rem;animation:.3s ease-out slideIn}.stat-card.highlight .stat-card-expanded{border-top:1px solid #3b82f680}.stat-card .stat-card-expanded{border-top:1px solid #f1f5f9}.breakdown-label{color:#bfdbfe;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-size:.75rem}.breakdown-item{justify-content:space-between;align-items:center;margin-bottom:.625rem;font-size:.875rem;display:flex}.breakdown-item-name{color:#eff6ff;align-items:center;gap:.5rem;display:flex}.breakdown-item-name .dot{background:#93c5fd;border-radius:50%;width:.375rem;height:.375rem}.breakdown-item-value{font-family:monospace;font-weight:700}.stats-grid{grid-template-columns:1fr;align-items:start;gap:1.25rem;display:grid}@media (width>=640px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.charts-grid{grid-template-columns:1fr;gap:1.25rem;margin-top:.5rem;display:grid}@media (width>=1024px){.charts-grid{grid-template-columns:repeat(2,1fr)}}.chart-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;flex-direction:column;padding:1.5rem;display:flex;box-shadow:0 1px 3px #0000000a}.chart-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.chart-card-header h3{color:#0f172a;font-size:1.0625rem;font-weight:700}.chart-card-header p{color:#64748b;margin-top:.25rem;font-size:.8125rem}.chart-area{width:100%;height:320px;margin-top:.5rem}.page-header{flex-direction:column;gap:1rem;margin-bottom:.5rem;display:flex}@media (width>=640px){.page-header{flex-direction:row;justify-content:space-between;align-items:flex-end}}.page-header h1{color:#0f172a;font-size:1.375rem;font-weight:700}.page-header p{color:#64748b;margin-top:.25rem;font-size:.875rem}.time-filter{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:.25rem;display:inline-flex;overflow-x:auto;box-shadow:0 1px 2px #0000000a}.time-filter button{white-space:nowrap;cursor:pointer;color:#475569;background:0 0;border:none;border-radius:.5rem;padding:.375rem 1.25rem;font-size:.8125rem;font-weight:500;transition:all .2s}.time-filter button.active{color:#fff;background:#2563eb;font-weight:500;box-shadow:0 2px 8px #2563eb4d}.time-filter button:not(.active):hover{background:#f8fafc}.table-container{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;overflow:hidden;box-shadow:0 1px 3px #0000000a}.table-filters{background:#f8fafc80;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.table-filters .filter-label{color:#334155;align-items:center;gap:.5rem;font-weight:700;display:flex}.table-filters .filter-controls{gap:.75rem;display:flex}.table-filters select{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;padding:.5rem .75rem;font-size:.875rem}.batch-bar{background:#dbeafe80;border-bottom:1px solid #bfdbfe;justify-content:space-between;align-items:center;padding:.75rem 1rem;animation:.3s fadeIn;display:flex}.batch-bar span{color:#1e40af;font-size:.875rem;font-weight:700}.batch-bar .batch-btns{gap:.5rem;display:flex}.batch-bar button{cursor:pointer;border:1px solid;border-radius:.5rem;padding:.375rem .75rem;font-size:.75rem;font-weight:700;transition:all .2s}.batch-btn-unsettled{color:#475569;background:#fff;border-color:#e2e8f0}.batch-btn-settling{color:#d97706;background:#fff;border-color:#fde68a}.batch-btn-settled{color:#fff;background:#2563eb;border-color:#2563eb;box-shadow:0 2px 8px #2563eb4d}.data-table{text-align:left;white-space:nowrap;width:100%;font-size:.875rem}.data-table thead{color:#64748b;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-size:.75rem}.data-table th{padding:1rem 1.5rem;font-weight:700}.data-table td{padding:1rem 1.5rem}.data-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background .15s}.data-table tbody tr:hover{background:#f8fafccc}.data-table tbody tr.selected{background:#dbeafe4d}.data-table tbody tr.dup-row{background:#fee2e233}.data-table tbody tr.dup-row:hover{background:#fee2e259}.text-right{text-align:right}.text-center{text-align:center}.border-l{border-left:1px solid #f1f5f9}.bg-blue-tint{background:#dbeafe26}.empty-row td{text-align:center;color:#94a3b8;padding:3rem 1.5rem}.data-table input[type=checkbox]{cursor:pointer;accent-color:#2563eb;border:1px solid #cbd5e1;border-radius:.25rem;width:1rem;height:1rem}.supplier-tag{color:#4338ca;background:#eef2ff;border:1px solid #e0e7ff;border-radius:.25rem;align-items:center;gap:.25rem;padding:.125rem .5rem;font-size:.75rem;font-weight:700;display:inline-flex}.channel-name{color:#1e293b;font-weight:700}.channel-type{color:#94a3b8;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.25rem;margin-top:.25rem;padding:.0625rem .25rem;font-size:.625rem;display:inline-block}.channel-type.special{color:#d97706;background:#fffbeb;border-color:#fde68a}.status-badge{border:1px solid;border-radius:9999px;align-items:center;gap:.375rem;padding:.25rem .625rem;font-size:.6875rem;font-weight:700;display:inline-flex}.status-settled{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.status-settling{color:#b45309;background:#fffbeb;border-color:#fde68a}.status-unsettled{color:#64748b;background:#f1f5f9;border-color:#e2e8f0}.status-select{cursor:pointer;border:1px solid;border-radius:.5rem;padding:.25rem .625rem;font-size:.75rem;font-weight:700;transition:box-shadow .2s}.status-select:hover{box-shadow:0 2px 4px #00000014}.status-select.settled{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.status-select.settling{color:#b45309;background:#fffbeb;border-color:#fde68a}.status-select.unsettled{color:#475569;background:#f1f5f9;border-color:#e2e8f0}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:50;background:#0f172a66;justify-content:center;align-items:center;padding:1rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:1rem;width:100%;max-width:32rem;animation:.25s ease-out scaleIn;overflow:hidden;box-shadow:0 25px 50px #00000026}.modal-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.modal-header h3{color:#1e293b;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;display:flex}.modal-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.375rem;transition:background .2s;display:flex}.modal-close:hover{background:#f1f5f9}.modal-body{flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.modal-form-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.modal-form-full{grid-column:span 2}.modal-form-grid label{color:#64748b;margin-bottom:.25rem;font-size:.75rem;font-weight:700;display:block}.modal-form-grid input,.modal-form-grid select{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;width:100%;padding:.5rem .75rem;font-size:.875rem}.modal-form-grid input:focus,.modal-form-grid select:focus{border-color:#3b82f6}.modal-preview{background:#dbeafe4d;border:1px solid #bfdbfe;border-radius:.5rem;justify-content:space-between;align-items:center;padding:.75rem;display:flex}.modal-preview span{color:#64748b;font-size:.75rem;font-weight:500}.modal-preview .amount{color:#2563eb;font-family:monospace;font-size:1.125rem;font-weight:700}.modal-actions{border-top:1px solid #f1f5f9;gap:.75rem;margin-top:.5rem;padding-top:1rem;display:flex}.modal-actions button{cursor:pointer;border:none;border-radius:.5rem;flex:1;padding:.5rem 1rem;font-size:.875rem;font-weight:700;transition:all .2s}.modal-actions .cancel-btn{color:#475569;background:#f1f5f9}.modal-actions .cancel-btn:hover{background:#e2e8f0}.modal-actions .submit-btn{color:#fff;background:#2563eb;box-shadow:0 4px 12px #2563eb4d}.modal-actions .submit-btn:hover{background:#1d4ed8}.node-info-box{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:.75rem;align-items:flex-start;gap:.75rem;padding:1rem;font-size:.875rem;display:flex;box-shadow:0 1px 3px #0000000a}.node-info-box strong{font-weight:700}.node-info-content p{opacity:.9;margin-top:.25rem}.online-dot{border-radius:50%;width:.5rem;height:.5rem;display:inline-block}.online-dot.online{background:#10b981}.online-dot.offline{background:#cbd5e1}.channel-count{color:#1e293b;font-size:.8125rem;font-weight:700}.channel-tags{flex-wrap:wrap;gap:.25rem;margin-top:.375rem;display:flex}.channel-tag{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.25rem;padding:.125rem .375rem;font-size:.625rem}.channel-tag.ch2{color:#2563eb;background:#eff6ff;border-color:#bfdbfe;font-weight:700}.dedup-status{border-radius:.25rem;align-items:center;gap:.375rem;padding:.25rem .625rem;font-size:.75rem;font-weight:700;display:inline-flex}.dedup-valid{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;box-shadow:0 1px 2px #0000000a}.dedup-dup{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;box-shadow:0 1px 2px #0000000a}.dedup-na{color:#94a3b8;font-size:.75rem}.search-bar{position:relative}.search-bar .icon{color:#94a3b8;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.search-bar input{border:1px solid #e2e8f0;border-radius:.75rem;width:100%;padding:.5rem 1rem .5rem 2.25rem;font-size:.875rem}@media (width>=640px){.search-bar input{width:16rem}}.date-picker{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;align-items:center;padding:.5rem .75rem;display:flex}.date-picker input{color:#334155;background:0 0;border:none;outline:none;font-size:.875rem}.export-btn{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:.75rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:700;transition:background .2s;display:flex;box-shadow:0 4px 8px #00000026}.export-btn:hover{background:#334155}.add-bill-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:.75rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #2563eb4d}.add-bill-btn:hover{background:#1d4ed8}.global-tooltip{z-index:9999;pointer-events:none;color:#fff;background:#1e293b;border-radius:.5rem;max-width:15rem;padding:.75rem;font-size:.75rem;line-height:1.5;animation:.15s fadeIn;position:fixed;box-shadow:0 8px 24px #0003}.tooltip-arrow{border:.25rem solid #0000;border-bottom-color:#1e293b;position:absolute;top:-.5rem;left:50%;transform:translate(-50%)}.help-icon{cursor:help;align-items:center;gap:.375rem;display:inline-flex}.help-icon svg{color:#94a3b8;transition:color .2s}.help-icon:hover svg{color:#3b82f6}.loading-container{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.loading-spinner{border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;width:2.5rem;height:2.5rem;animation:.8s linear infinite spin}.loading-text{color:#64748b;font-size:.875rem}.node-controls{flex-direction:column;gap:.75rem;display:flex}@media (width>=640px){.node-controls{flex-direction:row}}
