:root{--dst-primary:#6366f1;--dst-primary-rgb:99, 102, 241;--dst-primary-light:#6366f11a;--dst-primary-dark:#4f46e5;--dst-text:#1e293b;--dst-text-secondary:#475569;--dst-text-muted:#64748b;--dst-bg:#fff;--dst-bg-secondary:#f8fafc;--dst-bg-hover:#f1f5f9;--dst-border:#e2e8f0;--dst-border-light:#f1f5f9;--dst-radius:var(--main-radius,.5rem);--dst-radius-lg:var(--main-radius-lg,.75rem);--dst-radius-xl:1rem;--dst-radius-full:9999px;--dst-shadow:0 1px 3px #0000000d, 0 1px 2px #00000008;--dst-shadow-md:0 4px 12px #00000012;--dst-transition:.2s ease;--dst-cat-food:#f97316;--dst-cat-transport:#3b82f6;--dst-cat-shopping:#ec4899;--dst-cat-entertainment:#8b5cf6;--dst-cat-bills:#64748b;--dst-cat-health:#ef4444;--dst-cat-education:#10b981;--dst-cat-other:#6b7280;--dst-budget-safe:#10b981;--dst-budget-warn:#f59e0b;--dst-budget-over:#ef4444}._dst-container{gap:var(--main-space-4,1rem);-webkit-tap-highlight-color:transparent;flex-direction:column;max-width:580px;margin:0 auto;display:flex}._dst-container._dst-loading{opacity:0}._dst-tabs{background:var(--dst-bg);border-radius:var(--dst-radius-full);border-style:solid;border-width:1px;border-color:var(--dst-border);box-shadow:var(--dst-shadow);gap:.25rem;padding:.25rem;display:flex}._dst-tab{border-radius:var(--dst-radius-full);color:var(--dst-text-muted);font-size:var(--main-text-sm,.875rem);cursor:pointer;transition:var(--dst-transition);background:0 0;border-width:0;flex:1;justify-content:center;align-items:center;gap:.375rem;padding:.5rem 1rem;font-family:inherit;font-weight:500;display:inline-flex}._dst-tab svg{width:14px;height:14px}._dst-tab:hover{color:var(--dst-text);background:var(--dst-bg-hover)}._dst-tab._dst-tab-active{background:var(--dst-primary);color:#fff;box-shadow:0 2px 8px rgba(var(--dst-primary-rgb), .3)}._dst-tab._dst-tab-active:hover{opacity:.9}._dst-view{gap:var(--main-space-4,1rem);flex-direction:column;display:none}._dst-view._dst-view--active{display:flex}._dst-date-nav{background:var(--dst-bg);border-radius:var(--dst-radius-full);border-style:solid;border-width:1px;border-color:var(--dst-border);box-shadow:var(--dst-shadow);justify-content:center;align-self:center;align-items:center;gap:0;padding:.25rem;display:flex}._dst-nav-btn{width:2rem;height:2rem;color:var(--dst-text-muted);cursor:pointer;transition:var(--dst-transition);background:0 0;border-width:0;border-radius:50%;justify-content:center;align-items:center;font-family:inherit;display:inline-flex}._dst-nav-btn svg{width:12px;height:12px}._dst-nav-btn:hover{background:var(--dst-bg-hover);color:var(--dst-text)}._dst-date-label{font-size:var(--main-text-sm,.875rem);color:var(--dst-text);text-align:center;white-space:nowrap;min-width:140px;padding:0 .75rem;font-weight:600}._dst-date-input{font-size:var(--main-text-sm,.875rem);color:var(--dst-text);text-align:center;white-space:nowrap;cursor:pointer;background:0 0;border-width:0;outline:none;min-width:140px;padding:0 .75rem;font-family:inherit;font-weight:600}._dst-date-input::placeholder{color:var(--dst-text-muted)}._dst-daily-right-col{flex-direction:column;align-items:flex-end;gap:.375rem;display:flex}._dst-section-header{margin-bottom:.5rem}._dst-section-title{font-size:var(--main-text-sm,.875rem);color:var(--dst-text);margin:0;font-weight:600}@media (max-width:768px){._dst-container{padding-left:.75rem;padding-right:.75rem}._dst-tab{min-height:40px;padding:.625rem .875rem}._dst-nav-btn{width:2.5rem;height:2.5rem}._dst-date-input{min-height:40px;font-size:1rem}}@media (max-width:480px){._dst-date-label{min-width:110px;font-size:.875rem}._dst-date-input{min-width:110px;padding:0 .5rem}}._dst-add-btn{background:var(--dst-primary);color:#fff;border-radius:var(--dst-radius-lg);font-size:var(--main-text-sm,.875rem);cursor:pointer;transition:var(--dst-transition);box-shadow:0 2px 8px rgba(var(--dst-primary-rgb), .25);border-width:0;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-family:inherit;font-weight:600;display:inline-flex}._dst-add-btn svg{width:16px;height:16px}._dst-add-btn:hover{opacity:.9}._dst-form{background:var(--dst-bg);border-radius:var(--dst-radius-xl);border-style:solid;border-width:1px;border-color:var(--dst-border);box-shadow:var(--dst-shadow-md);overflow:hidden}._dst-form-header{border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--dst-border-light);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}._dst-form-title{font-size:var(--main-text-sm,.875rem);color:var(--dst-text);font-weight:600}._dst-form-close{width:1.75rem;height:1.75rem;color:var(--dst-text-muted);cursor:pointer;transition:var(--dst-transition);background:0 0;border-width:0;border-radius:50%;justify-content:center;align-items:center;font-family:inherit;display:inline-flex}._dst-form-close svg{width:14px;height:14px}._dst-form-close:hover{background:var(--dst-bg-hover);color:var(--dst-text)}._dst-cat-grid{grid-template-columns:repeat(4,1fr);gap:.5rem;padding:1rem;display:grid}._dst-cat-btn{border-radius:var(--dst-radius-lg);background:var(--dst-bg-secondary);cursor:pointer;transition:var(--dst-transition);border:2px solid #0000;flex-direction:column;align-items:center;gap:.375rem;padding:.625rem .25rem;font-family:inherit;display:flex}._dst-cat-btn:hover{background:var(--dst-bg-hover)}._dst-cat-btn._dst-cat-selected{border-color:var(--dst-primary);background:var(--dst-primary-light)}._dst-cat-icon{border-radius:50%;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}._dst-cat-icon svg{width:18px;height:18px}._dst-cat-food{color:var(--dst-cat-food);background:#f973161f}._dst-cat-transport{color:var(--dst-cat-transport);background:#3b82f61f}._dst-cat-shopping{color:var(--dst-cat-shopping);background:#ec48991f}._dst-cat-entertainment{color:var(--dst-cat-entertainment);background:#8b5cf61f}._dst-cat-bills{color:var(--dst-cat-bills);background:#64748b1f}._dst-cat-health{color:var(--dst-cat-health);background:#ef44441f}._dst-cat-education{color:var(--dst-cat-education);background:#10b9811f}._dst-cat-other{color:var(--dst-cat-other);background:#6b72801f}._dst-cat-name{color:var(--dst-text-secondary);white-space:nowrap;font-size:.6875rem;font-weight:500}._dst-form-fields{flex-direction:column;gap:.75rem;padding:0 1rem 1rem;display:flex}._dst-field-row{grid-template-columns:1fr 1.5fr;gap:.75rem;display:grid}._dst-field label{color:var(--dst-text-secondary);text-transform:uppercase;letter-spacing:.02em;margin-bottom:.25rem;font-size:.75rem;font-weight:600;display:block}._dst-optional{text-transform:none;color:var(--dst-text-muted);font-weight:400}._dst-amount-wrap{background:var(--dst-bg-secondary);border-radius:var(--dst-radius);border-style:solid;border-width:1.5px;border-color:var(--dst-border);transition:var(--dst-transition);align-items:center;display:flex;overflow:hidden}._dst-amount-wrap:focus-within{border-color:var(--dst-primary);box-shadow:0 0 0 3px rgba(var(--dst-primary-rgb), .1)}._dst-currency{font-size:var(--main-text-sm,.875rem);color:var(--dst-text-muted);background:var(--dst-bg-hover);border-right-style:solid;border-right-width:1px;border-right-color:var(--dst-border);align-self:stretch;align-items:center;padding:0 .625rem;font-weight:600;display:flex}._dst-field input[type=text]{width:100%;font-size:var(--main-text-sm,.875rem);color:var(--dst-text);background:0 0;border-width:0;outline:none;padding:.5rem .625rem;font-family:inherit}._dst-field-note input[type=text]{background:var(--dst-bg-secondary);border-radius:var(--dst-radius);border-style:solid;border-width:1.5px;border-color:var(--dst-border);transition:var(--dst-transition);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 512 512' fill='%2394a3b8'%3E%3Cpath d='M410.3 231l11.3-11.3-33.9-33.9-62.1-62.1L291.7 89.8l-11.3 11.3-22.6 22.6L58.6 322.9c-10.4 10.4-18 23.3-22.2 37.4L1 480.7c-2.5 8.4-.2 17.5 6.1 23.7s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L387.7 253.7 410.3 231zM160 399.4l-9.1 22.7c-4 3.1-8.5 5.4-13.3 6.9L59.4 452l23-78.1c1.4-4.9 3.8-9.4 6.9-13.3l22.7-9.1 0 32c0 8.8 7.2 16 16 16l32 0zM362.7 18.7L348.3 33.2 325.7 55.8 314.3 67.1l33.9 33.9 62.1 62.1 33.9 33.9 11.3-11.3 22.6-22.6 14.5-14.5c25-25 25-65.5 0-90.5L453.3 18.7c-25-25-65.5-25-90.5 0z'/%3E%3C/svg%3E");background-position:.625rem;background-repeat:no-repeat;background-size:12px 12px;padding:.5rem .625rem .5rem 2rem}._dst-field-note input[type=text]:focus{border-color:var(--dst-primary);box-shadow:0 0 0 3px rgba(var(--dst-primary-rgb), .1)}._dst-field-note input::placeholder{color:var(--dst-text-muted);font-style:italic}._dst-save-btn{background:var(--dst-primary);color:#fff;border-radius:var(--dst-radius);font-size:var(--main-text-sm,.875rem);cursor:pointer;transition:var(--dst-transition);border-width:0;justify-content:center;align-self:flex-end;align-items:center;gap:.375rem;padding:.5rem 1.25rem;font-family:inherit;font-weight:600;display:inline-flex}._dst-save-btn svg{width:14px;height:14px}._dst-save-btn:hover{opacity:.9}._dst-save-btn:disabled{opacity:.5;cursor:not-allowed}@keyframes _dst-shake{0%,to{translate:0}20%{translate:-4px}40%{translate:4px}60%{translate:-3px}80%{translate:2px}}@media (max-width:768px){._dst-add-btn{width:100%;min-height:44px;padding:.75rem 1.25rem;font-size:.9375rem}._dst-form-close{width:2.25rem;height:2.25rem}._dst-cat-btn{min-height:64px;padding:.625rem .25rem}._dst-field input[type=text]{padding:.625rem;font-size:1rem}._dst-currency{font-size:.9375rem}._dst-save-btn{align-self:stretch;width:100%;min-height:44px;padding:.75rem 1.25rem;font-size:.9375rem}}@media (max-width:480px){._dst-cat-grid{gap:.375rem;padding:.75rem}._dst-cat-icon{width:2rem;height:2rem}._dst-cat-icon svg{width:16px;height:16px}._dst-cat-name{text-overflow:ellipsis;max-width:100%;font-size:.625rem;overflow:hidden}._dst-field-row{grid-template-columns:1fr}._dst-form-fields{padding:0 .75rem .75rem}}._dst-cat-section{flex-direction:column;gap:0;display:flex}._dst-cat-manage-btn{color:var(--dst-text-muted);border-width:1px 0 0;border-top-style:dashed;border-top-color:var(--dst-border-light);cursor:pointer;transition:var(--dst-transition);background:0 0;justify-content:center;align-items:center;gap:.375rem;padding:.375rem .75rem;font-family:inherit;font-size:.75rem;font-weight:500;display:inline-flex}._dst-cat-manage-btn svg{width:12px;height:12px}._dst-cat-manage-btn:hover{color:var(--dst-primary);background:var(--dst-primary-light)}._dst-cat-letter{color:#fff;text-transform:uppercase;border-radius:50%;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:.875rem;font-weight:700;display:flex}._dst-cm-list{flex-direction:column;gap:.25rem;display:flex}._dst-cm-row{border-radius:var(--dst-radius);transition:var(--dst-transition);align-items:center;gap:.625rem;padding:.5rem .625rem;display:flex}._dst-cm-row:hover{background:var(--dst-bg-hover)}._dst-cm-row._dst-cm-row-hidden{opacity:.45}._dst-cm-row._dst-cm-row-hidden:hover{opacity:.7}._dst-cm-row._dst-cm-row-editing{background:var(--dst-bg-secondary);border-radius:var(--dst-radius-lg);border-style:solid;border-width:1px;border-color:var(--dst-border);padding:.75rem}._dst-cm-row._dst-cm-row-editing:hover{background:var(--dst-bg-secondary)}._dst-cm-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;display:flex}._dst-cm-icon svg{width:14px;height:14px}._dst-cm-icon ._dst-cat-letter{width:1.75rem;height:1.75rem;font-size:.75rem}._dst-cm-label{font-size:var(--main-text-sm,.875rem);color:var(--dst-text);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:500;overflow:hidden}._dst-cm-actions{flex-shrink:0;gap:.125rem;display:flex}._dst-cm-action{border-radius:var(--dst-radius);width:1.625rem;height:1.625rem;color:var(--dst-text-muted);cursor:pointer;transition:var(--dst-transition);background:0 0;border-width:0;justify-content:center;align-items:center;padding:0;font-family:inherit;display:inline-flex}._dst-cm-action svg{width:13px;height:13px}._dst-cm-action:hover{background:var(--dst-bg-hover);color:var(--dst-text)}._dst-cm-delete:hover{color:#ef4444;background:#ef44441a}._dst-cm-edit-form{flex-direction:column;gap:.5rem;width:100%;display:flex}._dst-cm-edit-input,._dst-cm-add-input{border-radius:var(--dst-radius);border-style:solid;border-width:1.5px;border-color:var(--dst-border);background:var(--dst-bg);width:100%;font-size:var(--main-text-sm,.875rem);color:var(--dst-text);transition:var(--dst-transition);outline:none;padding:.4375rem .625rem;font-family:inherit}._dst-cm-edit-input:focus,._dst-cm-add-input:focus{border-color:var(--dst-primary);box-shadow:0 0 0 3px rgba(var(--dst-primary-rgb), .1)}._dst-cm-color-row{flex-wrap:wrap;gap:.3125rem;display:flex}._dst-cm-color-opt{cursor:pointer;width:1.25rem;height:1.25rem;transition:var(--dst-transition);border:2px solid #0000;border-radius:50%;padding:0;font-family:inherit}._dst-cm-color-opt:hover{opacity:.8}._dst-cm-color-opt._dst-cm-color-active{border-color:var(--dst-text);box-shadow:0 0 0 2px var(--dst-bg), 0 0 0 3.5px currentColor}._dst-cm-edit-actions{justify-content:flex-end;gap:.375rem;display:flex}._dst-cm-edit-actions button{border-radius:var(--dst-radius);cursor:pointer;transition:var(--dst-transition);border-width:0;align-items:center;gap:.25rem;padding:.3125rem .75rem;font-family:inherit;font-size:.75rem;font-weight:500;display:inline-flex}._dst-cm-edit-actions button svg{width:11px;height:11px}._dst-cm-edit-actions ._dst-cm-edit-save,._dst-cm-edit-actions ._dst-cm-add-save{background:var(--dst-primary);color:#fff}._dst-cm-edit-actions ._dst-cm-edit-save:hover,._dst-cm-edit-actions ._dst-cm-add-save:hover{opacity:.9}._dst-cm-edit-actions ._dst-cm-edit-cancel,._dst-cm-edit-actions ._dst-cm-add-cancel{background:var(--dst-bg-hover);color:var(--dst-text-secondary)}._dst-cm-edit-actions ._dst-cm-edit-cancel:hover,._dst-cm-edit-actions ._dst-cm-add-cancel:hover{color:var(--dst-text)}@media (max-width:768px){._dst-cat-manage-btn{min-height:36px;padding:.5rem .75rem;font-size:.8125rem}._dst-cm-action{width:2.25rem;height:2.25rem}._dst-cm-color-opt{width:1.625rem;height:1.625rem}._dst-cm-edit-input,._dst-cm-add-input{padding:.5625rem .625rem;font-size:1rem}._dst-cm-edit-actions button{min-height:36px;padding:.5rem .875rem;font-size:.8125rem}._dst-cm-color-row{gap:.5rem}}@media (max-width:480px){._dst-cat-letter{width:2rem;height:2rem;font-size:.75rem}._dst-cm-row{padding:.4375rem .5rem}}._dst-entries{flex-direction:column;gap:.5rem;display:flex}._dst-empty{text-align:center;color:var(--dst-text-muted);flex-direction:column;justify-content:center;align-items:center;padding:2rem 1rem;display:flex}._dst-empty-icon{background:var(--dst-bg-hover);border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:.75rem;display:flex}._dst-empty-icon svg{opacity:.5;width:16px;height:16px}._dst-empty-text{font-size:var(--main-text-sm,.875rem)}._dst-entry{background:var(--dst-bg);border-radius:var(--dst-radius-lg);border-style:solid;border-width:1px;border-color:var(--dst-border);box-shadow:var(--dst-shadow);transition:var(--dst-transition);align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}._dst-entry:hover{box-shadow:var(--dst-shadow-md)}._dst-entry-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}._dst-entry-icon svg{width:16px;height:16px}._dst-entry-info{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}._dst-entry-cat{font-size:var(--main-text-sm,.875rem);color:var(--dst-text);font-weight:600}._dst-entry-note{color:var(--dst-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}._dst-entry-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.125rem;display:flex}._dst-entry-amount{font-size:var(--main-text-sm,.875rem);color:var(--dst-text);font-weight:700;font-family:var(--main-font-mono,monospace)}._dst-entry-time{color:var(--dst-text-muted);align-items:center;gap:.25rem;font-size:.6875rem;display:inline-flex}._dst-entry-time svg{width:10px;height:10px}._dst-entry-actions{opacity:0;transition:var(--dst-transition);flex-shrink:0;gap:.125rem;display:flex}._dst-entry:hover ._dst-entry-actions{opacity:1}._dst-entry-action{border-radius:var(--dst-radius);width:1.75rem;height:1.75rem;color:var(--dst-text-muted);cursor:pointer;transition:var(--dst-transition);background:0 0;border-width:0;justify-content:center;align-items:center;font-family:inherit;display:inline-flex}._dst-entry-action svg{width:13px;height:13px}._dst-entry-action:hover{background:var(--dst-bg-hover);color:var(--dst-text)}._dst-entry-action._dst-action-delete:hover{color:#ef4444;background:#ef44441a}@media (max-width:768px){._dst-entry-actions{opacity:1}._dst-entry-action{width:2.25rem;height:2.25rem}}@media (max-width:480px){._dst-entry{gap:.5rem;padding:.625rem .75rem}._dst-entry-icon{width:2rem;height:2rem}._dst-entry-icon svg{width:14px;height:14px}._dst-entry-action{width:2rem;height:2rem}}._dst-login-warn{border-radius:var(--dst-radius-lg);color:#b45309;background:#f59e0b14;border:1px solid #f59e0b33;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.8125rem;line-height:1.4;display:flex}._dst-login-warn svg{color:#f59e0b;flex-shrink:0;width:14px;height:14px}body.dark-mode ._dst-login-warn{color:#fbbf24;background:#f59e0b1a;border-color:#f59e0b26}body.dark-mode ._dst-login-warn svg{color:#fbbf24}._dst-daily-card{background:var(--dst-bg);border-radius:var(--dst-radius-xl);border-style:solid;border-width:1px;border-color:var(--dst-border);box-shadow:var(--dst-shadow);flex-direction:column;gap:.75rem;padding:1rem 1.25rem;display:flex}._dst-daily-top{justify-content:space-between;align-items:center;display:flex}._dst-daily-total{flex-direction:column;gap:.125rem;display:flex}._dst-daily-total-label{color:var(--dst-text-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.75rem;font-weight:500}._dst-daily-total-amount{color:var(--dst-text);font-size:1.5rem;font-weight:800;font-family:var(--main-font-mono,monospace);letter-spacing:-.02em}._dst-daily-count{font-size:var(--main-text-sm,.875rem);color:var(--dst-text-muted);background:var(--dst-bg-secondary);border-radius:var(--dst-radius-full);padding:.25rem .75rem}._dst-daily-count span{color:var(--dst-text-secondary);font-weight:700}._dst-budget-section{border-top-style:dashed;border-top-width:1px;border-top-color:var(--dst-border);flex-direction:column;gap:.5rem;padding-top:.75rem;display:flex}._dst-budget-info{justify-content:space-between;align-items:center;display:flex}._dst-budget-text{color:var(--dst-text-secondary);align-items:center;gap:.375rem;font-size:.8125rem;font-weight:500;display:inline-flex}._dst-budget-text svg{width:13px;height:13px;color:var(--dst-text-muted)}#_dst-budget-display{font-weight:600;font-family:var(--main-font-mono,monospace);color:var(--dst-text)}._dst-budget-toggle{border-radius:var(--dst-radius);width:1.5rem;height:1.5rem;color:var(--dst-text-muted);cursor:pointer;transition:var(--dst-transition);background:0 0;border-width:0;justify-content:center;align-items:center;font-family:inherit;display:inline-flex}._dst-budget-toggle svg{width:12px;height:12px}._dst-budget-toggle:hover{background:var(--dst-bg-hover);color:var(--dst-text)}._dst-budget-bar{background:var(--dst-bg-hover);border-radius:var(--dst-radius-full);width:100%;height:6px;overflow:hidden}._dst-budget-fill{border-radius:var(--dst-radius-full);background:var(--dst-budget-safe);min-width:0;height:100%;transition:width .4s,background .3s}._dst-budget-fill._dst-budget-warning{background:var(--dst-budget-warn)}._dst-budget-fill._dst-budget-danger{background:var(--dst-budget-over)}._dst-budget-edit{align-items:center;gap:.375rem;display:flex}._dst-budget-input-wrap{background:var(--dst-bg-secondary);border-radius:var(--dst-radius);border-style:solid;border-width:1.5px;border-color:var(--dst-border);transition:var(--dst-transition);flex:1;align-items:center;display:flex;overflow:hidden}._dst-budget-input-wrap:focus-within{border-color:var(--dst-primary);box-shadow:0 0 0 3px rgba(var(--dst-primary-rgb), .1)}._dst-currency-symbol{color:var(--dst-text-muted);padding:0 .5rem;font-size:.8125rem;font-weight:600}#_dst-budget-input{width:100%;color:var(--dst-text);background:0 0;border-width:0;outline:none;padding:.375rem .5rem;font-family:inherit;font-size:.8125rem}._dst-budget-save,._dst-budget-cancel{border-radius:var(--dst-radius);cursor:pointer;width:1.75rem;height:1.75rem;transition:var(--dst-transition);border-width:0;flex-shrink:0;justify-content:center;align-items:center;font-family:inherit;display:inline-flex}._dst-budget-save svg,._dst-budget-cancel svg{width:12px;height:12px}._dst-budget-save{background:var(--dst-primary);color:#fff}._dst-budget-save:hover{opacity:.9}._dst-budget-cancel{background:var(--dst-bg-hover);color:var(--dst-text-muted)}._dst-budget-cancel:hover{color:var(--dst-text)}@media (max-width:768px){._dst-budget-toggle{width:2rem;height:2rem}._dst-budget-save,._dst-budget-cancel{flex-shrink:0;width:2.25rem;height:2.25rem}#_dst-budget-input{padding:.5rem .625rem;font-size:1rem}._dst-currency-symbol{font-size:.9375rem}}@media (max-width:480px){._dst-daily-card{padding:.875rem 1rem}._dst-daily-total-amount{font-size:1.25rem}._dst-daily-top{gap:.5rem}._dst-budget-edit{flex-wrap:wrap}._dst-budget-input-wrap{flex-basis:100%;min-width:0}}._dst-month-picker-wrap{background:var(--dst-bg);border-radius:var(--dst-radius-full);border-style:solid;border-width:1px;border-color:var(--dst-border);box-shadow:var(--dst-shadow);justify-content:center;align-self:center;align-items:center;gap:0;padding:.25rem;display:flex}._dst-month-picker{position:relative}._dst-month-picker-toggle{color:var(--dst-text);font-size:var(--main-text-sm,.875rem);cursor:pointer;transition:var(--dst-transition);white-space:nowrap;border-radius:var(--dst-radius);background:0 0;border-width:0;align-items:center;gap:.375rem;padding:.25rem .75rem;font-family:inherit;font-weight:600;display:inline-flex}._dst-month-picker-toggle svg{width:10px;height:10px;color:var(--dst-text-muted);transition:var(--dst-transition)}._dst-month-picker-toggle:hover{background:var(--dst-bg-hover)}._dst-month-picker-toggle._dst-mp-open svg{transform:rotate(180deg)}._dst-month-picker-dropdown{z-index:50;background:var(--dst-bg);border-style:solid;border-width:1px;border-color:var(--dst-border);border-radius:var(--dst-radius-lg);min-width:220px;padding:.625rem;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0000001f,0 2px 6px #0000000f}._dst-mp-year-nav{justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:0 .125rem;display:flex}._dst-mp-year-btn{width:1.5rem;height:1.5rem;color:var(--dst-text-muted);cursor:pointer;transition:var(--dst-transition);background:0 0;border-width:0;border-radius:50%;justify-content:center;align-items:center;font-family:inherit;display:inline-flex}._dst-mp-year-btn svg{width:10px;height:10px}._dst-mp-year-btn:hover{background:var(--dst-bg-hover);color:var(--dst-text)}._dst-mp-year-label{font-size:var(--main-text-sm,.875rem);color:var(--dst-text);font-weight:700}._dst-mp-month-grid{grid-template-columns:repeat(4,1fr);gap:.25rem;display:grid}._dst-mp-month-btn{border-radius:var(--dst-radius);color:var(--dst-text-secondary);cursor:pointer;transition:var(--dst-transition);text-align:center;background:0 0;border-width:0;padding:.375rem .25rem;font-family:inherit;font-size:.75rem;font-weight:500}._dst-mp-month-btn:hover{background:var(--dst-bg-hover);color:var(--dst-text)}._dst-mp-month-btn._dst-mp-current{background:var(--dst-primary);color:#fff;font-weight:600}._dst-mp-month-btn._dst-mp-current:hover{opacity:.9}._dst-mp-month-btn._dst-mp-today{border-style:solid;border-width:1px;border-color:var(--dst-primary);color:var(--dst-primary);font-weight:600}._dst-yearly{background:var(--dst-bg);border-radius:var(--dst-radius-xl);border-style:solid;border-width:1px;border-color:var(--dst-border);box-shadow:var(--dst-shadow);padding:1rem 1.25rem}._dst-yearly-header{justify-content:space-between;align-items:center;display:flex}._dst-yearly-header ._dst-section-title{align-items:center;gap:.375rem;display:inline-flex}._dst-yearly-header ._dst-section-title svg{width:14px;height:14px;color:var(--dst-text-muted)}._dst-yearly-nav{align-items:center;gap:0;display:inline-flex}._dst-yearly-nav-btn{width:1.5rem;height:1.5rem}._dst-yearly-nav-btn svg{width:10px;height:10px}._dst-yearly-year{color:var(--dst-text);text-align:center;min-width:2.75rem;font-size:.8125rem;font-weight:700}._dst-yearly-chart{align-items:flex-end;gap:.375rem;height:140px;padding-top:.5rem;display:flex}._dst-yc-bar-wrap{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:.25rem;height:100%;display:flex}._dst-yc-bar{background:var(--dst-primary);opacity:.65;width:100%;min-height:2px;transition:opacity var(--dst-transition);cursor:default;border-radius:3px 3px 0 0}._dst-yc-bar:hover{opacity:1}._dst-yc-bar._dst-yc-bar-active{opacity:1;background:var(--dst-primary-dark)}._dst-yc-bar-amount{color:var(--dst-text-secondary);font-size:.5625rem;font-weight:600;font-family:var(--main-font-mono,monospace);white-space:nowrap;opacity:0;transition:var(--dst-transition)}._dst-yc-bar-wrap:hover ._dst-yc-bar-amount{opacity:1}._dst-yc-bar-label{color:var(--dst-text-muted);font-size:.625rem;font-weight:500}._dst-yearly-summary{border-top-style:dashed;border-top-width:1px;border-top-color:var(--dst-border);justify-content:center;gap:1.5rem;margin-top:.5rem;padding-top:.75rem;display:flex}._dst-ys-item{text-align:center}._dst-ys-value{font-size:var(--main-text-sm,.875rem);color:var(--dst-text);font-weight:700;font-family:var(--main-font-mono,monospace);display:block}._dst-ys-label{color:var(--dst-text-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.625rem;font-weight:500}._dst-monthly-stats{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}._dst-stat{background:var(--dst-bg);border-radius:var(--dst-radius-lg);border-style:solid;border-width:1px;border-color:var(--dst-border);box-shadow:var(--dst-shadow);flex-direction:column;align-items:center;gap:.25rem;padding:1rem .5rem;display:flex}._dst-stat-value{color:var(--dst-text);font-size:1.125rem;font-weight:800;font-family:var(--main-font-mono,monospace);letter-spacing:-.02em}._dst-stat-label{color:var(--dst-text-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.6875rem;font-weight:500}._dst-breakdown{background:var(--dst-bg);border-radius:var(--dst-radius-xl);border-style:solid;border-width:1px;border-color:var(--dst-border);box-shadow:var(--dst-shadow);padding:1rem 1.25rem}._dst-breakdown-list{flex-direction:column;gap:.75rem;display:flex}._dst-breakdown-empty{text-align:center;color:var(--dst-text-muted);font-size:var(--main-text-sm,.875rem);padding:1.5rem 1rem}._dst-breakdown-item{flex-direction:column;gap:.375rem;display:flex}._dst-breakdown-header{align-items:center;gap:.5rem;display:flex}._dst-breakdown-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;display:flex}._dst-breakdown-icon svg{width:12px;height:12px}._dst-breakdown-name{font-size:var(--main-text-sm,.875rem);color:var(--dst-text);flex:1;font-weight:500}._dst-breakdown-amount{font-size:var(--main-text-sm,.875rem);color:var(--dst-text);font-weight:700;font-family:var(--main-font-mono,monospace)}._dst-breakdown-pct{color:var(--dst-text-muted);text-align:right;min-width:2.5rem;font-size:.75rem;font-weight:600}._dst-breakdown-bar{background:var(--dst-bg-hover);border-radius:var(--dst-radius-full);height:4px;margin-left:2rem;overflow:hidden}._dst-breakdown-fill{border-radius:var(--dst-radius-full);height:100%;transition:width .4s}._dst-daily-chart{background:var(--dst-bg);border-radius:var(--dst-radius-xl);border-style:solid;border-width:1px;border-color:var(--dst-border);box-shadow:var(--dst-shadow);padding:1rem 1.25rem}._dst-chart-bars{align-items:flex-end;gap:3px;height:120px;padding-top:.5rem;display:flex}._dst-chart-bar-wrap{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:.25rem;height:100%;display:flex}._dst-chart-bar{background:var(--dst-primary);opacity:.7;width:100%;min-height:2px;transition:opacity var(--dst-transition);border-radius:2px 2px 0 0;position:relative}._dst-chart-bar:hover{opacity:1}._dst-chart-bar._dst-chart-bar-today{opacity:1;background:var(--dst-primary-dark)}._dst-chart-bar-label{color:var(--dst-text-muted);font-size:.5625rem;font-family:var(--main-font-mono,monospace)}._dst-chart-bar-amount{color:var(--dst-text-secondary);font-size:.5625rem;font-weight:600;font-family:var(--main-font-mono,monospace);white-space:nowrap;opacity:0;transition:var(--dst-transition)}._dst-chart-bar-wrap:hover ._dst-chart-bar-amount{opacity:1}._dst-chart-empty{height:100%;color:var(--dst-text-muted);font-size:var(--main-text-sm,.875rem);justify-content:center;align-items:center;display:flex}._dst-export-btn{background:var(--dst-bg);color:var(--dst-text);border-style:solid;border-width:1px;border-color:var(--dst-border);border-radius:var(--dst-radius-lg);font-size:var(--main-text-sm,.875rem);cursor:pointer;transition:var(--dst-transition);box-shadow:var(--dst-shadow);justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-family:inherit;font-weight:600;display:inline-flex}._dst-export-btn svg{width:14px;height:14px}._dst-export-btn:hover{background:var(--dst-bg-hover)}@media (max-width:768px){._dst-month-picker-toggle{min-height:40px;padding:.5rem .75rem}._dst-mp-year-btn{width:2.25rem;height:2.25rem}._dst-mp-month-btn{min-height:40px;padding:.625rem .25rem;font-size:.8125rem}._dst-yearly-nav-btn{width:2.25rem;height:2.25rem}._dst-yc-bar-amount{opacity:1;font-size:.5rem}._dst-chart-bar-amount{display:none}._dst-breakdown-amount{font-size:.8125rem}._dst-export-btn{width:100%;min-height:44px;padding:.75rem 1.25rem;font-size:.9375rem}._dst-month-picker-dropdown{max-width:calc(100vw - 1.5rem)}}@media (max-width:480px){._dst-monthly-stats{gap:.5rem}._dst-stat{min-width:0;padding:.75rem .375rem}._dst-stat-value{word-break:break-word;overflow-wrap:anywhere;font-size:.9375rem}._dst-breakdown{padding:.875rem 1rem}._dst-breakdown-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}._dst-breakdown-pct{min-width:2rem;font-size:.6875rem}._dst-daily-chart{padding:.875rem .75rem}._dst-chart-bars{gap:2px;height:100px}._dst-chart-bar-label{font-size:.5rem}._dst-yearly{padding:.875rem 1rem}._dst-yearly-chart{gap:.25rem;height:110px}._dst-yc-bar-label{font-size:.5625rem}._dst-yearly-summary{gap:1rem}._dst-month-picker-dropdown{min-width:200px}}
