html { font-family: __geistFont_3563e5, __geistFont_Fallback_3563e5, sans-serif; }
body { margin: 0; background: #fdfdfd; }
button, [role="button"], a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, [role="button"]:focus-visible { outline: 2px solid #0094ff; outline-offset: 3px; }
[hidden] { display: none !important; }
#app { min-height: 100vh; }
#invoice-editor .invoice-items { max-height: none; }
.invoice-items input { min-width: 0; }
.invoice-items input[type="number"] { appearance: textfield; -moz-appearance: textfield; }
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.uploaded-logo { background: transparent !important; border: 0 !important; border-radius: 0 !important; width: 60px !important; margin-left: auto; }
.uploaded-logo img { width: 100%; height: 28px; object-fit: contain; }
.remove-logo { margin-left: 8px; padding: 5px; color: #999; font-size: 12px; }
.picker-popup, .calendar-popup { position: fixed; z-index: 100; border: 1px solid rgba(0,0,0,.07); border-radius: 5px; background: #fff; box-shadow: 0 2px 5px #0002, 0 1px 2px #0001; font-size: 14px; font-weight: 500; }
.picker-search { display: flex; align-items: center; gap: 10px; height: 48px; padding: 0 16px; border-bottom: 1px solid #0001; color: #888; }
.picker-search input { outline: none; width: 100%; height: 100%; color: #111; background: transparent; font-size: 14px; }
.picker-results { max-height: 264px; overflow-y: auto; padding: 8px 4px; scrollbar-width: thin; }
.picker-group { color: #999; font-size: 12px; padding: 2px 12px 0; }
.picker-option { width: 100%; height: 42px; display: flex; align-items: center; text-align: left; gap: 8px; padding: 0 12px; border-radius: 5px; white-space: nowrap; }
.picker-option img { width: 20px; height: 20px; object-fit: contain; border-radius: 50%; flex: 0 0 20px; }
.picker-option:hover, .picker-option:focus-visible, .picker-option[aria-selected="true"] { background: #f5f5f5; outline: none; }
.picker-symbol { color: #888; flex-shrink: 1; }
.payment-supported { margin-left: auto; font-size: 11px; color: #71916b; background: #f5fbf3; padding: 1px 7px; border-radius: 20px; border: 1px solid #67965520; }
.network-check { margin-left: auto; width: 14px; height: 14px; border: 1px solid #ccc; border-radius: 4px; flex-shrink: 0; }
.network-check.checked { background: #0167ff; border-color: #0167ff; color: #fff; }
.network-check svg { width: 12px; height: 12px; }
.payment-supported + .network-check { margin-left: 4px; }
.selection-check { margin-left: auto; background: #0167ff; color: #fff; border-radius: 50%; }
.selection-check svg { width: 16px; height: 16px; }
.picker-empty { color: #888; text-align: center; padding: 28px; }
.calendar-popup { padding: 12px; width: 250px; }
.date-presets { display: flex; margin: 0 -4px 12px; font-size: 12px; }
.date-presets button { width: 33.33%; padding: 4px 0; border-right: 1px solid #eee; }
.date-presets button:last-child { border: 0; }
.calendar-heading { display: flex; align-items: center; justify-content: space-between; height: 24px; margin-bottom: 12px; }
.calendar-heading button { width: 32px; height: 28px; display: grid; place-items: center; color: #aaa; }
.calendar-heading button:last-child svg { transform: rotate(180deg); }
.calendar-week, .calendar-days { display: grid; grid-template-columns: repeat(7, 1fr); }
.calendar-week { color: #999; font-size: 12px; text-align: center; height: 32px; }
.calendar-days { row-gap: 8px; }
.calendar-days button { height: 32px; border-radius: 4px; }
.calendar-days button:hover, .calendar-days button.today { background: #f1f1f1; }
.calendar-days button.selected { background: #e7f2ff; }
.calendar-days button.outside { color: #999; }
.message-backdrop { position: fixed; inset: 0; z-index: 110; background: #0004; display: grid; place-items: center; padding: 24px; }
.message-dialog { background: #fff; padding: 28px; max-width: 420px; border-radius: 14px; box-shadow: 0 16px 64px #0003; }
.message-dialog h2 { font-size: 24px; font-weight: 600; }
.message-dialog p { color: #777; font-size: 14px; line-height: 1.6; margin: 16px 0 24px; }
.message-dialog > div { display: flex; justify-content: flex-end; gap: 12px; }
.message-dialog button { font-size: 14px; padding: 8px 12px; border-radius: 6px; }
.message-primary { background: #202027; color: white; }
#status { position: fixed; bottom: 24px; left: 50%; transform: translate(-50%, 16px); padding: 12px 18px; border-radius: 10px; background: #202027; color: white; font-size: 13px; max-width: min(90vw, 460px); z-index: 200; opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; }
#status.visible { opacity: 1; transform: translate(-50%, 0); }
@media (max-width: 1069px) { .picker-popup { max-width: calc(100vw - 32px); } .payment-supported { font-size: 9px; padding: 1px 4px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0s !important; transition-duration: 0s !important; scroll-behavior: auto !important; } }
@media print { body { background: #fff; } main > div:first-child, #dialogs, #status { display: none !important; } main > div:last-child { position: static; padding: 0; } #container { transform: none; box-shadow: none; } }
