*{margin:0;padding:0;box-sizing:border-box}body{font-family:SF Mono,Monaco,Inconsolata,Fira Code,Droid Sans Mono,Source Code Pro,monospace;background:#1e1e1e;color:#d4d4d4;min-height:100vh;font-size:13px;line-height:1.4}#app{min-height:100vh;background:#1e1e1e}.navbar{background:#252526;border-bottom:1px solid #3e3e42;padding:.5rem 0;position:sticky;top:0;z-index:100}.nav-container{max-width:1400px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:14px;font-weight:600;color:#4ec9b0;letter-spacing:.5px}.nav-links{display:flex;gap:.5rem}.nav-link{text-decoration:none;color:#ccc;font-weight:400;padding:.4rem .8rem;border-radius:4px;transition:all .2s ease;font-size:13px}.nav-link:hover{background:#2a2d2e;color:#fff}.nav-link.router-link-active{background:#094771;color:#4ec9b0}.main-content{max-width:1400px;margin:1rem auto;padding:0 1rem}.entry-form-container[data-v-bf7f74f7]{max-width:900px;margin:0 auto}.card[data-v-bf7f74f7]{background:#252526;border:1px solid #3e3e42;border-radius:4px;padding:1rem;box-shadow:0 2px 8px #0000004d}.card-title[data-v-bf7f74f7]{font-size:16px;margin-bottom:.75rem;color:#4ec9b0;font-weight:500}.update-notice[data-v-bf7f74f7]{padding:.5rem .75rem;background:#3a3d41;border:1px solid #569cd6;border-radius:3px;margin-bottom:.75rem;color:#569cd6;font-size:12px}.form[data-v-bf7f74f7]{display:flex;flex-direction:column;gap:.75rem}.form-section[data-v-bf7f74f7]{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background:#1e1e1e;border:1px solid #3e3e42;border-radius:3px}.form-section h3[data-v-bf7f74f7]{margin:0 0 .5rem;color:#ccc;font-size:13px;font-weight:500}.meter-readings[data-v-bf7f74f7]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem}.form-group[data-v-bf7f74f7]{display:flex;flex-direction:column;gap:.25rem}.form-group label[data-v-bf7f74f7]{font-weight:400;color:#9cdcfe;font-size:12px}.input[data-v-bf7f74f7]{padding:.4rem .6rem;border:1px solid #3e3e42;border-radius:3px;font-size:13px;background:#1e1e1e;color:#d4d4d4;transition:all .2s ease;font-family:inherit}.input[data-v-bf7f74f7]:focus{outline:none;border-color:#007acc;background:#1e1e1e}.input[data-v-bf7f74f7]:disabled{background:#2d2d30;color:#858585;cursor:not-allowed;border-color:#2d2d30}.help-text[data-v-bf7f74f7]{color:#858585;font-size:11px;margin-top:.15rem}.costs-grid[data-v-bf7f74f7]{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.5rem}.preview-section[data-v-bf7f74f7]{margin-top:.5rem;padding:.75rem;background:#1e1e1e;border-radius:3px;border:1px solid #007acc}.preview-section h3[data-v-bf7f74f7]{margin:0 0 .5rem;color:#4ec9b0;font-size:13px;font-weight:500}.preview-table[data-v-bf7f74f7]{display:grid;gap:.25rem}.preview-header[data-v-bf7f74f7]{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:.5rem;padding:.4rem .5rem;background:#2d2d30;border-radius:2px;font-weight:500;color:#ccc;font-size:12px}.preview-row[data-v-bf7f74f7]{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:.5rem;padding:.4rem .5rem;background:#252526;border-radius:2px;font-size:12px}.preview-row .amount[data-v-bf7f74f7]{font-weight:500;color:#4ec9b0}.error-message[data-v-bf7f74f7]{padding:.5rem .75rem;background:#3a1f1f;color:#f48771;border-radius:3px;border:1px solid #5a2f2f;font-size:12px}.submit-button[data-v-bf7f74f7]{padding:.5rem 1rem;background:#0e639c;color:#fff;border:1px solid #1177bb;border-radius:3px;font-size:13px;font-weight:400;cursor:pointer;transition:all .2s ease;margin-top:.5rem;font-family:inherit}.submit-button[data-v-bf7f74f7]:hover:not(:disabled){background:#17b;border-color:#1a8cd8}.submit-button[data-v-bf7f74f7]:disabled{opacity:.5;cursor:not-allowed;background:#2d2d30;border-color:#3e3e42}.chart-container[data-v-71cd5687],.chart-container[data-v-4b14456d]{height:220px;position:relative}.history-container[data-v-5c28ace5]{max-width:1400px;margin:0 auto}.card[data-v-5c28ace5]{background:#252526;border:1px solid #3e3e42;border-radius:4px;padding:1rem;box-shadow:0 2px 8px #0000004d}.card-title[data-v-5c28ace5]{font-size:16px;margin-bottom:.75rem;color:#4ec9b0;font-weight:500}.loading[data-v-5c28ace5]{text-align:center;padding:1.5rem;color:#858585;font-size:13px}.error-message[data-v-5c28ace5]{padding:.5rem .75rem;background:#3a1f1f;color:#f48771;border-radius:3px;border:1px solid #5a2f2f;font-size:12px}.empty-state[data-v-5c28ace5]{text-align:center;padding:1.5rem;color:#858585;font-size:13px}.button[data-v-5c28ace5]{display:inline-block;margin-top:.5rem;padding:.4rem .8rem;background:#0e639c;color:#fff;text-decoration:none;border-radius:3px;font-weight:400;font-size:13px;border:1px solid #1177bb;transition:all .2s ease}.button[data-v-5c28ace5]:hover{background:#17b;border-color:#1a8cd8}.charts-section[data-v-5c28ace5]{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:.75rem;margin-bottom:1rem}.chart-card[data-v-5c28ace5]{background:#1e1e1e;padding:.75rem;border-radius:3px;border:1px solid #3e3e42}.chart-card h3[data-v-5c28ace5]{margin:0 0 .5rem;color:#ccc;font-size:13px;font-weight:500}.table-section[data-v-5c28ace5]{margin-bottom:1rem}.table-section h3[data-v-5c28ace5]{margin-bottom:.5rem;color:#ccc;font-size:13px;font-weight:500}.table-container[data-v-5c28ace5]{overflow-x:auto}.entries-table[data-v-5c28ace5]{width:100%;border-collapse:collapse;background:#1e1e1e;border-radius:3px;overflow:hidden;border:1px solid #3e3e42}.entries-table thead[data-v-5c28ace5]{background:#2d2d30;color:#ccc;border-bottom:1px solid #3e3e42}.entries-table th[data-v-5c28ace5]{padding:.5rem .6rem;text-align:left;font-weight:500;font-size:12px;color:#9cdcfe}.entries-table td[data-v-5c28ace5]{padding:.5rem .6rem;border-bottom:1px solid #2d2d30;font-size:12px}.table-row[data-v-5c28ace5]:hover{background:#2a2d2e}.cost-cell[data-v-5c28ace5]{font-weight:500;color:#4ec9b0}.house-cell[data-v-5c28ace5]{font-size:12px}.house-amount[data-v-5c28ace5]{font-weight:500;color:#d4d4d4;margin-bottom:.15rem}.house-details[data-v-5c28ace5]{color:#858585;font-size:11px}.summary-section[data-v-5c28ace5]{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.5rem;margin-top:1rem}.summary-card[data-v-5c28ace5]{background:#1e1e1e;color:#d4d4d4;padding:.75rem;border-radius:3px;text-align:center;border:1px solid #3e3e42}.summary-card h4[data-v-5c28ace5]{margin:0 0 .25rem;font-size:11px;color:#858585;font-weight:400}.summary-value[data-v-5c28ace5]{margin:0;font-size:18px;font-weight:500;color:#4ec9b0}.actions-cell[data-v-5c28ace5]{text-align:center}.delete-button[data-v-5c28ace5]{padding:.3rem .6rem;background:#5a1f1f;color:#f48771;border:1px solid #7a2f2f;border-radius:3px;cursor:pointer;font-size:11px;transition:all .2s ease;font-family:inherit}.delete-button[data-v-5c28ace5]:hover:not(:disabled){background:#7a2f2f;border-color:#9a3f3f}.delete-button[data-v-5c28ace5]:disabled{opacity:.5;cursor:not-allowed;background:#2d2d30;border-color:#3e3e42}
