:root{--shell-bg: #f6f7fb;--shell-card: #ffffff;--shell-ink: #1b1f27;--shell-muted: #6b7280;--shell-border: #dde3ee;--shell-accent: #153a5b;--mobile-header-height: 68px;--mobile-radius: 18px;--mobile-tab-bar-height: 64px;--chat-bubble-assistant: #f0f0f0;--chat-code-bg: rgba(0, 0, 0, .06);--chat-error-bg: #fff2e8;--chat-error-border: #ff4d4f;--chat-warning-bg: #fffbe6;--chat-warning-border: #faad14;--chat-caution-bg: #fff7e6;--chat-caution-border: #fa8c16}:root.dark-mode{--shell-bg: #121418;--shell-card: #1b1f27;--shell-ink: #e5e7eb;--shell-muted: #9ca3af;--shell-border: #2d3340;--shell-accent: #3b82f6;--chat-bubble-assistant: #2d3340;--chat-code-bg: rgba(255, 255, 255, .1);--chat-error-bg: #3d1f1f;--chat-error-border: #ff4d4f;--chat-warning-bg: #3d3420;--chat-warning-border: #faad14;--chat-caution-bg: #3d2e1f;--chat-caution-border: #fa8c16}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--shell-bg);color:var(--shell-ink)}*{box-sizing:border-box}#root{min-height:100vh}.pwa-update-banner{position:fixed;top:0;left:0;right:0;z-index:1200;background:#ff6b35;box-shadow:0 2px 8px #00000026;padding:12px 16px;padding-top:calc(12px + env(safe-area-inset-top))}.pwa-update-banner-content{display:flex;align-items:center;justify-content:center;gap:12px;max-width:1200px;margin:0 auto}.pwa-update-banner-icon{color:#fff;font-size:18px}.pwa-update-banner-text{color:#fff!important;font-weight:500;font-size:14px;margin:0}.pwa-update-banner-button{background:#fff!important;border-color:#fff!important;color:#ff6b35!important;font-weight:600;height:32px;border-radius:6px}.pwa-update-banner-button:hover{background:#f5f5f5!important;border-color:#f5f5f5!important}@media(max-width:767px){.pwa-update-banner~* .app-mobile-header{top:calc(56px + env(safe-area-inset-top))}.pwa-update-banner~* .app-mobile-content{padding-top:calc(var(--mobile-header-height) + 56px + env(safe-area-inset-top) + 16px)}}.app-content{border-radius:20px}@media(max-width:767px){body{background:radial-gradient(circle at top,rgba(21,58,91,.08),transparent 34%),linear-gradient(180deg,#f9fbfd,#eef2f7)}:root.dark-mode body{background:radial-gradient(circle at top,rgba(59,130,246,.06),transparent 34%),linear-gradient(180deg,#121418,#0e1014)}.app-mobile-header{position:fixed;inset:0 0 auto;z-index:1100;height:calc(var(--mobile-header-height) + env(safe-area-inset-top));padding-top:env(safe-area-inset-top);border-bottom:1px solid rgba(21,58,91,.08);box-shadow:0 10px 24px #11182714;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.app-mobile-content{min-height:100vh}.app-mobile-content .ant-card,.app-mobile-content .ant-table-wrapper,.app-mobile-content .ant-alert,.app-mobile-content .ant-descriptions,.app-mobile-content .ant-list,.app-mobile-content .ant-statistic,.app-mobile-content .ant-form{border-radius:var(--mobile-radius)}.app-mobile-content .ant-card,.app-mobile-content .ant-table-wrapper,.app-mobile-content .ant-alert{box-shadow:0 10px 30px #0f172a0f;border:1px solid rgba(21,58,91,.08)}.app-mobile-header-button{width:44px;height:44px;border-radius:14px;color:var(--shell-ink)!important}.app-mobile-header-button-primary{background:#153a5b14}.app-mobile-eyebrow{display:block;margin-bottom:2px;font-size:11px;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;color:var(--shell-muted)}.app-mobile-title{margin:0!important;color:var(--shell-ink)!important;line-height:1.1!important}.app-mobile-entity-select{min-height:44px}.app-mobile-entity-select .ant-select-selector,.app-mobile-entity-select input{font-size:16px!important}.ant-btn{min-height:44px}.mobile-tab-bar{position:fixed;inset:auto 0 0;z-index:1000;display:flex;align-items:flex-start;justify-content:space-around;height:calc(var(--mobile-tab-bar-height) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--shell-card);border-top:1px solid var(--shell-border);box-shadow:0 -4px 16px #1118270f}.mobile-tab-bar-item{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;height:var(--mobile-tab-bar-height);padding:6px 0;border:none;background:none;color:var(--shell-muted);font-size:10px;line-height:1;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:color .2s ease;min-width:44px}.mobile-tab-bar-item--active{color:var(--shell-accent)}.mobile-tab-bar-icon{font-size:22px;margin-bottom:3px}.mobile-tab-bar-label{font-size:10px;font-weight:500;letter-spacing:.02em}.mobile-tab-bar-item--active .mobile-tab-bar-label{font-weight:600}.mobile-tab-bar-item--fab{position:relative}.mobile-tab-bar-fab-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--shell-accent);color:#fff;font-size:22px;margin-top:-18px;margin-bottom:1px;box-shadow:0 4px 14px #153a5b59;transition:transform .2s ease,box-shadow .2s ease}.mobile-tab-bar-item--fab:active .mobile-tab-bar-fab-icon{transform:scale(.92);box-shadow:0 2px 8px #153a5b40}.mobile-tab-bar-item--fab .mobile-tab-bar-label{color:var(--shell-accent);font-weight:600}.ant-checkbox-wrapper{min-height:44px;min-width:44px;display:inline-flex;align-items:center}.ant-checkbox-inner{width:22px;height:22px}.ant-checkbox-inner:after{width:7px;height:12px}.ant-tag{line-height:28px}.ant-drawer-content,.ant-card,.ant-modal-content{border-radius:var(--mobile-radius)}.ledger-swipe-container{position:relative;overflow:hidden;border-radius:12px;margin-bottom:8px;background:var(--shell-card);box-shadow:0 2px 8px #0f172a0f;border:1px solid rgba(21,58,91,.06)}.ledger-swipe-actions{position:absolute;top:0;right:0;bottom:0;display:flex;align-items:stretch;z-index:0}.ledger-swipe-action-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;width:72px;border:none;cursor:pointer;color:#fff;font-size:11px;font-weight:500;gap:4px;-webkit-tap-highlight-color:transparent}.ledger-swipe-action-btn--view{background:var(--shell-accent)}.ledger-swipe-action-btn--void{background:#e74c3c}.ledger-swipe-action-btn .anticon{font-size:18px}.ledger-swipe-card{position:relative;z-index:1;background:var(--shell-card);padding:12px 14px;transition:transform .25s cubic-bezier(.32,.72,0,1);touch-action:pan-y;-webkit-tap-highlight-color:transparent}.ledger-swipe-card--swiped{transform:translate(-144px)}.ledger-swipe-card-row1{display:flex;align-items:center;gap:6px;margin-bottom:3px}.ledger-swipe-card-date{font-size:12px;color:var(--shell-muted);flex-shrink:0}.ledger-swipe-card-row1 .ant-tag{margin:0;font-size:11px;padding:0 6px;line-height:20px;border-radius:4px}.ledger-swipe-card-row2{display:flex;align-items:center;justify-content:space-between;gap:8px}.ledger-swipe-card-vendor{font-size:14px;font-weight:600;color:var(--shell-ink);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ledger-swipe-card-amount{font-size:15px;font-weight:600;color:var(--shell-ink);flex-shrink:0}.ledger-filter-chips{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:2px 0 8px;margin-bottom:8px}.ledger-filter-chips::-webkit-scrollbar{display:none}.ledger-filter-chip{display:inline-flex;align-items:center;gap:4px;padding:0 14px;height:36px;min-height:36px;border-radius:18px;border:1px solid var(--shell-border);background:var(--shell-card);color:var(--shell-muted);font-size:13px;font-weight:500;white-space:nowrap;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:all .2s ease;flex-shrink:0}.ledger-filter-chip--active{background:var(--shell-accent);color:#fff;border-color:var(--shell-accent)}.ledger-filter-chip .anticon{font-size:12px}.ledger-mobile-drawer .ant-drawer-header{padding:16px 20px;border-bottom:1px solid var(--shell-border)}.ledger-mobile-drawer .ant-drawer-body{padding:20px}.ledger-mobile-drawer .ant-form-item{margin-bottom:16px}.ledger-mobile-drawer .ant-form-item-label>label{font-weight:500;font-size:13px;color:var(--shell-muted)}.new-entry-mobile-sheet{display:flex;flex-direction:column;min-height:calc(100vh - var(--mobile-header-height) - var(--mobile-tab-bar-height) - 32px)}.new-entry-mobile-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.new-entry-mobile-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:16px}.new-entry-mobile-form .ant-form-item{margin-bottom:12px}.new-entry-mobile-form .ant-form-item-label>label{font-weight:500;font-size:13px;color:var(--shell-muted)}.new-entry-mobile-footer{position:sticky;bottom:0;padding:12px 0;padding-bottom:calc(12px + env(safe-area-inset-bottom));background:transparent;z-index:10}.entry-detail-mobile-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.entry-detail-mobile-hero,.entry-detail-mobile-card{background:var(--shell-card);border-radius:14px;padding:16px;margin-bottom:12px;box-shadow:0 2px 12px #0f172a0f;border:1px solid rgba(21,58,91,.06)}.entry-detail-mobile-section-title{font-size:15px;font-weight:600;color:var(--shell-ink);margin-bottom:12px}.entry-detail-mobile-field{padding:10px 0;border-bottom:1px solid rgba(21,58,91,.06)}.entry-detail-mobile-field:last-child{border-bottom:none;padding-bottom:0}.entry-detail-mobile-field:first-child{padding-top:0}.entry-detail-mobile-label{font-size:12px;font-weight:500;color:var(--shell-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.entry-detail-mobile-receipt-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.entry-detail-mobile-receipt-item{background:var(--shell-bg);border-radius:10px;overflow:hidden;cursor:pointer;border:1px solid rgba(21,58,91,.06);-webkit-tap-highlight-color:transparent;transition:transform .15s ease}.entry-detail-mobile-receipt-item:active{transform:scale(.97)}.entry-detail-mobile-receipt-thumb{width:100%;height:120px;object-fit:cover;display:block}.entry-detail-mobile-receipt-file{display:flex;align-items:center;justify-content:center;height:120px}.entry-detail-mobile-receipt-name{padding:6px 8px;font-size:11px;color:var(--shell-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reimbursements-swipe-container{position:relative;overflow:hidden;border-radius:12px;margin-bottom:8px;background:var(--shell-card);box-shadow:0 2px 8px #0f172a0f;border:1px solid rgba(21,58,91,.06)}.reimbursements-swipe-actions{position:absolute;top:0;right:0;bottom:0;display:flex;align-items:stretch;z-index:0}.reimbursements-swipe-action-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;width:72px;border:none;cursor:pointer;background:var(--shell-accent);color:#fff;font-size:12px;font-weight:500;-webkit-tap-highlight-color:transparent}.reimbursements-swipe-card{position:relative;z-index:1;background:var(--shell-card);padding:12px 14px;transition:transform .25s cubic-bezier(.32,.72,0,1);touch-action:pan-y;-webkit-tap-highlight-color:transparent}.reimbursements-sticky-bar{position:fixed;bottom:calc(var(--mobile-tab-bar-height) + env(safe-area-inset-bottom));left:0;right:0;z-index:999;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:var(--shell-accent);box-shadow:0 -4px 16px #11182726}.reimbursements-sticky-bar-info{display:flex;flex-direction:column;gap:2px}.entities-swipe-container{position:relative;overflow:hidden;border-radius:12px;margin-bottom:8px;background:var(--shell-card);box-shadow:0 2px 8px #0f172a0f;border:1px solid rgba(21,58,91,.06)}.entities-swipe-actions{position:absolute;top:0;right:0;bottom:0;display:flex;align-items:stretch;z-index:0}.entities-swipe-action-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;width:72px;border:none;cursor:pointer;color:#fff;font-size:11px;font-weight:500;gap:4px;-webkit-tap-highlight-color:transparent}.entities-swipe-action-btn--edit{background:var(--shell-accent)}.entities-swipe-action-btn--delete{background:#e74c3c}.entities-swipe-action-btn--main{background:#f39c12}.entities-swipe-action-btn .anticon{font-size:18px}.entities-swipe-card{position:relative;z-index:1;background:var(--shell-card);padding:12px 14px;transition:transform .25s cubic-bezier(.32,.72,0,1);touch-action:pan-y;-webkit-tap-highlight-color:transparent}.entity-picker-list{max-height:calc(85vh - 160px);overflow-y:auto;-webkit-overflow-scrolling:touch}.entity-picker-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;margin-bottom:8px;background:var(--shell-card);border:1px solid rgba(21,58,91,.06);border-radius:12px;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:all .2s ease}.entity-picker-item:hover{background:#153a5b0a}.entity-picker-item--selected{background:#153a5b14;border-color:var(--shell-accent)}.entity-picker-item-check{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--shell-accent);color:#fff;font-size:16px;flex-shrink:0}}@media(max-width:767px){:root.dark-mode .app-mobile-header{border-bottom-color:var(--shell-border);box-shadow:0 10px 24px #0000004d}:root.dark-mode .app-mobile-header-button-primary{background:#3b82f626}:root.dark-mode .app-mobile-content .ant-card,:root.dark-mode .app-mobile-content .ant-table-wrapper,:root.dark-mode .app-mobile-content .ant-alert{box-shadow:0 10px 30px #0003;border-color:var(--shell-border)}:root.dark-mode .mobile-tab-bar{box-shadow:0 -4px 16px #0000004d}:root.dark-mode .mobile-tab-bar-fab-icon{box-shadow:0 4px 14px #3b82f666}:root.dark-mode .ledger-swipe-container,:root.dark-mode .reimbursements-swipe-container,:root.dark-mode .entities-swipe-container{box-shadow:0 2px 8px #0003;border-color:var(--shell-border)}:root.dark-mode .entry-detail-mobile-hero,:root.dark-mode .entry-detail-mobile-card{box-shadow:0 2px 12px #0003;border-color:var(--shell-border)}:root.dark-mode .entry-detail-mobile-field{border-bottom-color:var(--shell-border)}:root.dark-mode .entry-detail-mobile-receipt-item{border-color:var(--shell-border)}:root.dark-mode .entity-picker-item{border-color:var(--shell-border)}:root.dark-mode .entity-picker-item:hover{background:#3b82f614}:root.dark-mode .entity-picker-item--selected{background:#3b82f626;border-color:var(--shell-accent)}}.entity-picker-list{max-height:400px;overflow-y:auto}.entity-picker-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;margin-bottom:8px;background:var(--shell-card);border:1px solid var(--shell-border);border-radius:8px;cursor:pointer;transition:all .2s ease}.entity-picker-item:hover{background:var(--shell-bg)}.entity-picker-item--selected{background:var(--shell-bg);border-color:var(--shell-accent)}.entity-picker-item-check{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--shell-accent);color:#fff;font-size:16px;flex-shrink:0}:root.dark-mode .entity-picker-item{border-color:var(--shell-border)}:root.dark-mode .entity-picker-item:hover{background:#3b82f614}:root.dark-mode .entity-picker-item--selected{background:#3b82f626;border-color:var(--shell-accent)}
