@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@keyframes atm-modal-in{0%{opacity:0;transform:scale(.97) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes atm-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes atm-sheet-in{0%{transform:translate3d(100%,0,0)}to{transform:translateZ(0)}}.atm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem;touch-action:manipulation}.atm-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:atm-backdrop-in .3s ease}.atm-modal{position:relative;width:100%;max-width:28rem;height:40rem;max-height:90vh;max-height:calc(90dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));overflow:hidden;display:flex;flex-direction:column;border-radius:1.5rem;background:#fff;box-shadow:0 8px 32px #0000001f,0 2px 8px #0000000f;animation:atm-modal-in .25s ease;touch-action:pan-x pan-y;overscroll-behavior:contain}.atm-modal--expense{border-top:3px solid #EF4444}.atm-modal--income{border-top:3px solid #10B981}.atm-modal--transfer{border-top:3px solid #3B82F6}@media(max-width:639px){.atm-overlay{padding:0;align-items:stretch}.atm-backdrop{background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}.atm-modal{max-width:100%;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;border-radius:0;border-top:none;animation:atm-sheet-in .4s cubic-bezier(.32,.72,0,1)}.atm-modal--expense{border-top:3px solid #EF4444;box-shadow:none}.atm-modal--income{border-top:3px solid #10B981;box-shadow:none}.atm-modal--transfer{border-top:3px solid #3B82F6;box-shadow:none}}.atm-sheet-handle{display:none}@media(max-width:639px){.atm-sheet-handle{display:none}}.atm-modal-title-bar{padding:.25rem 1.5rem 0;flex-shrink:0}@media(max-width:639px){.atm-modal-title-bar{padding:.25rem 1rem 0;padding-top:calc(.25rem + env(safe-area-inset-top,0px))}}.atm-modal-title{font-size:1.375rem;font-weight:700;color:#1f2933;margin:0;letter-spacing:-.01em}.atm-close-button{position:absolute;top:16px;right:12px;display:flex;height:2.25rem;width:2.25rem;align-items:center;justify-content:center;border:0;border-radius:9999px;background:transparent;cursor:pointer;transition:background .2s ease;z-index:2}@media(max-width:639px){.atm-close-button{top:16px;top:calc(16px + env(safe-area-inset-top,0px))}}.atm-close-button:hover{background:#f1f5f9}.atm-close-icon{height:1.125rem;width:1.125rem;color:#94a3b8}.atm-wizard{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.atm-wizard-header{padding:1.25rem 1.5rem .75rem;text-align:center;flex-shrink:0}@media(max-width:639px){.atm-wizard-header{padding:.75rem 1rem .5rem}}.atm-wizard-dots{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:12px}.atm-wizard-dot{width:8px;height:8px;border-radius:9999px;background:#e2e8f0;transition:background .2s ease,transform .2s ease}.atm-wizard-dot--active{transform:scale(1.25)}.atm-wizard-dot--completed{background:#2dd4bf}.atm-wizard-dot--active.atm-wizard-dot--expense{background:#ef4444}.atm-wizard-dot--active.atm-wizard-dot--income{background:#10b981}.atm-wizard-dot--active.atm-wizard-dot--transfer{background:#3b82f6}.atm-wizard-title{color:#1f2933;font-size:1.375rem;font-weight:700;letter-spacing:-.02em;margin:0 0 2px}.atm-wizard-subtitle{color:#94a3b8;font-size:.75rem;font-weight:500;letter-spacing:.02em}.atm-wizard-carousel{display:flex;flex:1;min-height:0;transition:transform .25s cubic-bezier(.4,0,.2,1);will-change:transform}.atm-wizard-step{min-width:100%;width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.atm-wizard-body{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y;overscroll-behavior:contain;padding:.5rem 1.5rem 0;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.3) transparent}.atm-wizard-body::-webkit-scrollbar{width:5px}.atm-wizard-body::-webkit-scrollbar-track{background:transparent}.atm-wizard-body::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:9999px}@media(max-width:639px){.atm-wizard-body{padding:.5rem 1rem 0}}.atm-wizard-body--amount{display:flex;flex-direction:column;flex:1;overflow:hidden}.atm-wizard-footer{display:flex;gap:8px;padding:1rem 1.5rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px));flex-shrink:0}@media(max-width:639px){.atm-wizard-footer{padding:.75rem 1rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0px))}}.atm-btn{flex:1;border:0;border-radius:9999px;padding:.8rem 1.25rem;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:6px}.atm-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.atm-btn--back{flex:0 0 auto;background:#fff;color:#64748b;border:1.5px solid #E2E8F0;padding:.8rem 1.25rem}.atm-btn--back:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.atm-btn--next,.atm-btn--submit{color:#fff;box-shadow:0 2px 8px #00000014}.atm-btn--next:hover:not(:disabled),.atm-btn--submit:hover:not(:disabled){transform:translateY(-1px)}.atm-btn--next:active:not(:disabled),.atm-btn--submit:active:not(:disabled){transform:translateY(0)}.atm-btn--expense{background:#ef4444}.atm-btn--expense:hover:not(:disabled){background:#dc2626;box-shadow:0 4px 16px #ef44444d}.atm-btn--income{background:#10b981}.atm-btn--income:hover:not(:disabled){background:#059669;box-shadow:0 4px 16px #10b9814d}.atm-btn--transfer{background:#3b82f6}.atm-btn--transfer:hover:not(:disabled){background:#2563eb;box-shadow:0 4px 16px #3b82f64d}.atm-label{margin-bottom:.375rem;display:block;color:#64748b;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.atm-label--spaced{margin-bottom:.5rem}.atm-tabs{display:flex;gap:0;background:#f1f5f9;border-radius:9999px;padding:4px;margin-bottom:1.25rem}.atm-tab{flex:1;border:0;border-radius:9999px;padding:.5rem 1.25rem;font-weight:600;font-size:.875rem;cursor:pointer;background:transparent;color:#64748b;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.atm-tab:hover:not(.atm-tab--active){color:#475569}.atm-tab--active.atm-tab--expense{background:#ef4444;color:#fff;box-shadow:0 2px 8px #ef44444d}.atm-tab--active.atm-tab--income{background:#10b981;color:#fff;box-shadow:0 2px 8px #10b9814d}.atm-tab--active.atm-tab--transfer{background:#3b82f6;color:#fff;box-shadow:0 2px 8px #3b82f64d}.atm-amount-hero{display:flex;align-items:center;justify-content:center;flex:1;min-height:0;padding:0;cursor:text}.atm-amount-row{display:flex;align-items:baseline;justify-content:center;gap:0;margin-top:auto;margin-bottom:auto}.atm-amount-currency{font-weight:700;font-size:.55em;flex-shrink:0;pointer-events:none;line-height:1;margin-right:2px}.atm-amount-currency--expense{color:#ef4444}.atm-amount-currency--income{color:#10b981}.atm-amount-currency--transfer{color:#3b82f6}.atm-amount-input{border:0;background:transparent;color:#1f2933;font-size:inherit;font-weight:800;letter-spacing:-.02em;min-width:0;max-width:18rem;text-align:center;line-height:1;caret-color:#2dd4bf;font-family:inherit}.atm-amount-input::placeholder{color:#cbd5e1;font-weight:800;font-size:inherit}.atm-amount-input:focus{outline:none}.atm-amount-input--empty{color:#cbd5e1}@media(min-width:640px){.numpad{display:none}}.numpad{border-top:1px solid #F1F5F9;padding:.25rem 1.5rem .5rem;user-select:none;-webkit-user-select:none;flex-shrink:0}@media(max-width:639px){.numpad{padding:.25rem .75rem .5rem}}.numpad-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.numpad-btn{display:flex;align-items:center;justify-content:center;min-height:3.5rem;border:0;background:transparent;color:#1f2933;font-size:1.5rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .1s ease;border-radius:.75rem;-webkit-tap-highlight-color:transparent}.numpad-btn:active{background:#e2e8f0}.numpad-btn--delete{color:#64748b}.numpad-btn--delete svg{width:1.5rem;height:1.5rem}@media(prefers-reduced-motion:reduce){.numpad-btn{transition:none}}.atm-input{width:100%;border:1.5px solid #E2E8F0;border-radius:.75rem;background:#fff;padding:.75rem 1rem;color:#1f2933;font-size:1rem;font-weight:500;box-shadow:0 1px 2px #0000000a;transition:border-color .2s ease,box-shadow .2s ease}.atm-input::placeholder{color:#94a3b8;font-weight:400}.atm-input:focus{outline:none;border-color:#2dd4bf;box-shadow:0 0 0 3px #2dd4bf26,0 1px 2px #0000000a}.atm-section{margin-bottom:1.25rem}.atm-section:last-child{margin-bottom:0}.atm-categories{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.375rem}@media(min-width:480px){.atm-categories{grid-template-columns:repeat(4,minmax(0,1fr))}}.atm-category{display:flex;flex-direction:column;align-items:center;gap:.375rem;border-radius:.75rem;border:1.5px solid #E2E8F0;background:#fff;padding:.625rem .5rem;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.atm-category:hover:not(.atm-category--selected){border-color:#cbd5e1;background:#f8fafc}.atm-category--selected.atm-category--expense{border-color:#ef444466;background:linear-gradient(135deg,#ef44440f,#ef444405);box-shadow:0 2px 8px #ef44441a}.atm-category--selected.atm-category--income{border-color:#10b98166;background:linear-gradient(135deg,#10b9810f,#10b98105);box-shadow:0 2px 8px #10b9811a}.atm-category-icon{height:1.5rem;width:1.5rem;color:#94a3b8;transition:color .2s ease}.atm-category--selected.atm-category--expense .atm-category-icon{color:#ef4444}.atm-category--selected.atm-category--income .atm-category-icon{color:#10b981}.atm-category--selected .atm-category-name{font-weight:600}.atm-category-name{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;font-weight:500;color:#64748b;text-align:center;transition:color .2s ease}.atm-payment-methods{display:flex;gap:.5rem}.atm-payment-pill{flex:1;border:0;border-radius:9999px;padding:.5rem 1.25rem;font-size:.8125rem;font-weight:500;cursor:pointer;text-transform:capitalize;background:#f1f5f9;color:#64748b;transition:all .2s ease}.atm-payment-pill:hover:not(.atm-payment-pill--active){background:#e2e8f0;color:#475569}.atm-payment-pill--active{color:#fff;font-weight:600}.atm-payment-pill--active.atm-payment-pill--expense{background:#ef4444;box-shadow:0 2px 8px #ef444440}.atm-payment-pill--active.atm-payment-pill--income{background:#10b981;box-shadow:0 2px 8px #10b98140}.atm-card-list{display:grid;gap:.5rem;max-height:14rem;overflow-y:auto}@media(max-width:639px){.atm-card-list{max-height:none;overflow-y:visible}}.atm-card-list::-webkit-scrollbar{width:4px}.atm-card-list::-webkit-scrollbar-track{background:transparent}.atm-card-list::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:9999px}.atm-card-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem 1rem;border-radius:.75rem;border:1.5px solid #E2E8F0;background:#fff;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.atm-card-row:hover:not(.atm-card-row--selected){border-color:#cbd5e1;background:#f8fafc}.atm-card-row--selected{border-color:#2dd4bf;border-left:3px solid #2DD4BF;background:#2dd4bf0a}.atm-card-row-left{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1}.atm-card-row-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.atm-card-dot{width:.5rem;height:.5rem;border-radius:9999px;flex-shrink:0}.atm-card-name{color:#1f2933;font-weight:500;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.atm-card-last4{color:#94a3b8;font-size:.8125rem;font-family:SF Mono,Fira Code,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;letter-spacing:.05em}.atm-card-badge{display:inline-flex;align-items:center;padding:.0625rem .375rem;border-radius:9999px;font-size:.5625rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;flex-shrink:0}.atm-card-badge--debit{background:#3b82f614;color:#3b82f6;border:1px solid rgba(59,130,246,.15)}.atm-card-badge--credit{background:#8b5cf614;color:#8b5cf6;border:1px solid rgba(139,92,246,.15)}.atm-card-check{width:1.125rem;height:1.125rem;color:#2dd4bf;flex-shrink:0}.atm-arrow{display:flex;align-items:center;justify-content:center;padding:.25rem 0}.atm-arrow-icon{width:1.25rem;height:1.25rem;color:#3b82f6}.atm-cash-icon{width:1rem;height:1rem;color:#10b981;flex-shrink:0}.atm-purchase-methods{display:flex;gap:.5rem}.atm-purchase-pill{flex:1;border:0;border-radius:9999px;padding:.5rem 1.25rem;font-size:.8125rem;font-weight:500;cursor:pointer;background:#f1f5f9;color:#64748b;transition:all .2s ease}.atm-purchase-pill:hover:not(.atm-purchase-pill--active){background:#e2e8f0;color:#475569}.atm-purchase-pill--active{background:#2dd4bf;color:#fff;font-weight:600;box-shadow:0 2px 8px #2dd4bf40}.atm-installment-grid{display:flex;flex-wrap:wrap;gap:.375rem}.atm-installment-pill{border:1.5px solid #E2E8F0;border-radius:9999px;padding:.375rem .875rem;font-size:.8125rem;font-weight:500;cursor:pointer;background:#fff;color:#64748b;transition:all .2s ease}.atm-installment-pill:hover:not(.atm-installment-pill--active){border-color:#cbd5e1;background:#f8fafc}.atm-installment-pill--active{border-color:#2dd4bf;background:#2dd4bf14;color:#0d9488;font-weight:600}.atm-installment-preview{color:#94a3b8;font-size:.75rem;margin-top:.375rem}.atm-review-card{border:1px solid #F1F5F9;border-radius:12px;padding:0;overflow:hidden;margin-bottom:1rem}.atm-review-amount{display:flex;align-items:center;justify-content:center;padding:1.25rem 1rem .75rem}.atm-review-amount-value{font-size:1.75rem;font-weight:800;letter-spacing:-.02em}.atm-review-amount-value--expense{color:#ef4444}.atm-review-amount-value--income{color:#10b981}.atm-review-amount-value--transfer{color:#3b82f6}.atm-review-type-badge{display:inline-flex;align-items:center;justify-content:center;margin:0 auto;padding:2px 10px;border-radius:9999px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.atm-review-type-badge--expense{background:#ef444414;color:#ef4444}.atm-review-type-badge--income{background:#10b98114;color:#10b981}.atm-review-type-badge--transfer{background:#3b82f614;color:#3b82f6}.atm-review-divider{height:1px;background:#f1f5f9;margin:0}.atm-review-row{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;cursor:pointer;transition:background .15s ease;gap:.5rem;border:0;background:transparent;width:100%;text-align:left}.atm-review-row:hover{background:#fafbfc}.atm-review-row-label{color:#94a3b8;font-size:.75rem;font-weight:500;min-width:4.5rem;flex-shrink:0}.atm-review-row-value{color:#1f2933;font-size:.875rem;font-weight:500;flex:1;text-align:right;display:flex;align-items:center;justify-content:flex-end;gap:6px}.atm-review-row-value .atm-card-dot{width:6px;height:6px}.atm-review-chevron{color:#cbd5e1;width:14px;height:14px;flex-shrink:0}.atm-loading-text{color:#94a3b8;font-size:.8125rem;padding:.5rem 0;text-align:center}@keyframes atm-shimmer{0%{transform:translate3d(-100%,0,0)}to{transform:translate3d(100%,0,0)}}.atm-bone{display:block;border-radius:9999px;background:#e2e8f0;position:relative;overflow:hidden}.atm-bone:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(241,245,249,.6) 50%,transparent 100%);transform:translate3d(-100%,0,0);animation:atm-shimmer 1.5s ease infinite;will-change:transform}.atm-skeleton-row{pointer-events:none;cursor:default}.atm-skeleton-dot{width:.5rem;height:.5rem;flex-shrink:0}.atm-skeleton-name{width:5.5rem;height:.875rem}.atm-skeleton-last4{width:2.5rem;height:.75rem}.atm-modal-title-bar{max-height:3rem;transition:opacity .2s ease,transform .2s ease;overflow:hidden;transform-origin:top center}.atm-wizard-dots{max-height:2rem;transition:opacity .2s ease,transform .2s ease;overflow:hidden;transform-origin:top center}.atm-wizard-title{max-height:2.5rem;transition:opacity .2s ease,transform .2s ease;overflow:hidden;transform-origin:top center}.atm-wizard-subtitle{max-height:1.5rem;transition:opacity .2s ease,transform .2s ease;overflow:hidden;transform-origin:top center}.atm-tabs--promoted{margin:0 1rem .375rem;flex-shrink:0;animation:atm-tabs-fade-in .2s ease both}.atm-tabs--promoted .atm-tab{padding:.3rem .625rem;font-size:.75rem}@keyframes atm-tabs-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.atm-tabs--hidden{display:none}@media(max-width:639px){.atm-modal--keyboard .atm-modal-title-bar{opacity:0;transform:scaleY(0);max-height:0;padding-top:0;padding-bottom:0;margin:0;pointer-events:none}.atm-modal--keyboard .atm-wizard-dots{opacity:0;transform:scaleY(0);max-height:0;margin-bottom:0;pointer-events:none}.atm-modal--keyboard .atm-wizard-title,.atm-modal--keyboard .atm-wizard-subtitle{opacity:0;transform:scaleY(0);max-height:0;margin:0;pointer-events:none}.atm-modal--keyboard .atm-wizard-header{padding:0 1rem;padding-top:env(safe-area-inset-top,0px)}.atm-modal--keyboard .atm-close-button{top:calc(6px + env(safe-area-inset-top,0px));right:8px;height:1.75rem;width:1.75rem}.atm-modal--keyboard .atm-close-icon{height:.875rem;width:.875rem}.atm-modal--keyboard .atm-wizard-body{overflow-y:auto;-webkit-overflow-scrolling:touch}.atm-modal--keyboard .atm-card-list{overflow:hidden}.atm-modal--keyboard .atm-wizard-carousel,.atm-modal--keyboard .atm-wizard-step,.atm-modal--keyboard .atm-wizard-body--amount,.atm-modal--keyboard .atm-amount-hero{min-height:0}.atm-modal--keyboard .atm-wizard-footer{padding:.5rem 1rem;flex-shrink:0}.atm-modal--keyboard .atm-btn{padding:.625rem 1rem;font-size:.875rem}}@media(prefers-reduced-motion:reduce){.atm-modal,.atm-backdrop{animation:none}.atm-wizard-carousel,.atm-tab,.atm-category,.atm-payment-pill,.atm-card-row,.atm-btn,.atm-purchase-pill,.atm-installment-pill,.atm-wizard-dot{transition:none}.atm-bone{animation:none;background:#e2e8f0}}.ls-bone{background:#e2e8f0;border-radius:.5rem;position:relative;overflow:hidden}.ls-bone:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(241,245,249,.6) 50%,transparent 100%);transform:translate3d(-100%,0,0);animation:ls-shimmer 1.4s ease-in-out infinite;will-change:transform}.ls-bone--light{background:#ffffff26}.ls-bone--light:after{background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%)}.ls-delay-1:after{animation-delay:.1s}.ls-delay-2:after{animation-delay:.2s}.ls-delay-3:after{animation-delay:.3s}.ls-delay-4:after{animation-delay:.4s}.ls-delay-5:after{animation-delay:.5s}@keyframes ls-shimmer{0%{transform:translate3d(100%,0,0)}to{transform:translate3d(-100%,0,0)}}.ls-page{min-height:calc(100vh - 8rem);padding:1.5rem;max-width:56rem;margin:0 auto}.ls-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.ls-header-icon{width:2.5rem;height:2.5rem;border-radius:.75rem}.ls-header-text{flex:1;display:flex;flex-direction:column;gap:.4rem}.ls-header-title{height:1.25rem;width:9rem;border-radius:.375rem}.ls-header-sub{height:.75rem;width:14rem;border-radius:.375rem}.ls-card-row{display:grid;gap:1rem;margin-bottom:1rem}.ls-card-row--2{grid-template-columns:1fr 1fr}.ls-card-row--3{grid-template-columns:1fr 1fr 1fr}.ls-card-sm{height:5.5rem;border-radius:.75rem}.ls-card-lg{height:10rem;border-radius:.75rem;margin-bottom:1rem}.ls-list{display:flex;flex-direction:column;gap:.75rem}.ls-list-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:1px solid #f1f5f9;border-radius:.75rem;background:#fff}.ls-list-avatar{width:2.5rem;height:2.5rem;border-radius:9999px;flex-shrink:0}.ls-list-lines{flex:1;display:flex;flex-direction:column;gap:.4rem}.ls-list-line1{height:.875rem;width:60%;border-radius:.25rem}.ls-list-line2{height:.625rem;width:40%;border-radius:.25rem}.ls-list-amount{width:4rem;height:1rem;border-radius:.25rem;flex-shrink:0}.ls-hero{border-radius:var(--db-radius-card, 1rem);padding:1.5rem;max-height:7.5rem;display:flex;align-items:center}.ls-hero--teal{background:linear-gradient(135deg,#2dd4bf,#14b8a6,#0d9488)}.ls-hero--slate{background:linear-gradient(135deg,#334155,#1e293b,#0f172a)}.ls-hero--red{background:linear-gradient(135deg,#f87171,#ef4444,#dc2626)}.ls-hero__inner{display:flex;flex-direction:column;gap:.5rem}.ls-hero__label{width:8rem;height:.75rem;border-radius:.25rem}.ls-hero__amount{width:11rem;height:1.75rem;border-radius:.375rem}.ls-hero__bar{width:100%;max-width:16rem;height:.375rem;border-radius:9999px;margin-top:.25rem}.ls-period{display:flex;gap:.25rem}.ls-period__item{width:3.5rem;height:1.75rem;border-radius:.375rem}.ls-summary{display:grid;grid-template-columns:1fr auto 1fr;border:1px solid #E5E7EB;border-radius:var(--db-radius-card, 1rem);background:#fff;overflow:hidden}.ls-summary__col{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.25rem 1rem;gap:.5rem}.ls-summary__col:nth-child(2){border-left:1px solid #F3F4F6;border-right:1px solid #F3F4F6;padding:1.25rem 1.5rem}.ls-summary__col:first-child{align-items:flex-start;border-left:3px solid #d1fae5}.ls-summary__col:last-child{align-items:flex-end;border-right:3px solid #fecaca}.ls-summary__label{width:3.5rem;height:.625rem;border-radius:.25rem}.ls-summary__amount{width:5.5rem;height:1.25rem;border-radius:.375rem}.ls-chart-area{padding:var(--db-pad-card, 1.25rem);background:#fff;border-radius:var(--db-radius-card, 1rem);box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005}.ls-chart-area__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.ls-chart-area__title{width:7rem;height:.875rem;border-radius:.25rem}.ls-chart-area__sub{width:4rem;height:.625rem;border-radius:.25rem;margin-top:.375rem}.ls-chart-area__link{width:4rem;height:.75rem;border-radius:.25rem}.ls-chart-bars{display:flex;align-items:flex-end;gap:.5rem;height:10rem;padding:0 .25rem}.ls-chart-bar{flex:1;border-radius:.5rem .5rem 0 0;min-width:1rem}.ls-cat-list{border-top:1px solid #F3F4F6;margin-top:1.25rem;padding-top:1rem;display:flex;flex-direction:column;gap:.75rem}.ls-cat-row{display:flex;flex-direction:column;gap:.375rem}.ls-cat-row__top{display:flex;justify-content:space-between}.ls-cat-name{height:.75rem;border-radius:.25rem}.ls-cat-amount{width:3.5rem;height:.75rem;border-radius:.25rem}.ls-cat-bar{height:.375rem;border-radius:9999px}.ls-credit-block{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.ls-credit-amounts{display:flex;gap:.5rem;align-items:baseline}.ls-credit-used{width:5rem;height:1.125rem;border-radius:.25rem}.ls-credit-limit{width:4rem;height:.75rem;border-radius:.25rem}.ls-credit-bar{height:.5rem;border-radius:9999px;width:100%}.ls-credit-pct{width:4.5rem;height:.625rem;border-radius:.25rem}.ls-minicards{display:grid;grid-template-columns:repeat(auto-fill,minmax(5rem,1fr));gap:.5rem}.ls-minicard{height:3.25rem;border-radius:.5rem}.ls-tx-row{display:flex;align-items:center;gap:.75rem;padding:.625rem 0}.ls-tx-row+.ls-tx-row{border-top:1px solid #F8FAFC}.ls-tx-icon{width:2.25rem;height:2.25rem;border-radius:9999px;flex-shrink:0}.ls-tx-lines{flex:1;display:flex;flex-direction:column;gap:.3rem}.ls-tx-desc{height:.75rem;border-radius:.25rem}.ls-tx-cat{height:.5rem;border-radius:.25rem}.ls-tx-amount{width:4.5rem;height:1rem;border-radius:.25rem;flex-shrink:0}.ls-totals{display:grid;grid-template-columns:1fr 1fr;gap:var(--db-gap-card, 1rem)}.ls-total-card{padding:1.25rem;background:#fff;border-radius:var(--db-radius-card, 1rem);box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005;display:flex;flex-direction:column;gap:.5rem}.ls-total-label{width:6rem;height:.625rem;border-radius:.25rem}.ls-total-amount{width:7rem;height:1.25rem;border-radius:.375rem}.ls-due-card{padding:1rem;border:1px solid #F1F5F9;border-radius:.75rem;display:flex;flex-direction:column;gap:.75rem}.ls-due-card+.ls-due-card{margin-top:.75rem}.ls-due-header{display:flex;justify-content:space-between;align-items:center}.ls-due-name-row{display:flex;align-items:center;gap:.5rem}.ls-due-dot{width:.625rem;height:.625rem;border-radius:9999px}.ls-due-name{width:5rem;height:.75rem;border-radius:.25rem}.ls-due-badge{width:3rem;height:1.125rem;border-radius:9999px}.ls-due-remaining{width:4rem;height:1rem;border-radius:.25rem}.ls-due-meta{display:flex;gap:.75rem;flex-wrap:wrap}.ls-due-meta-item{width:6rem;height:.5rem;border-radius:.25rem}.ls-due-amounts{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.75rem}.ls-due-amount-block{display:flex;flex-direction:column;gap:.3rem}.ls-due-amount-label{width:2.5rem;height:.5rem;border-radius:.25rem}.ls-due-amount-val{width:4rem;height:.875rem;border-radius:.25rem}.ls-due-progress{display:flex;flex-direction:column;gap:.375rem}.ls-due-progress-labels{display:flex;justify-content:space-between}.ls-due-progress-text{width:5rem;height:.5rem;border-radius:.25rem}.ls-due-progress-pct{width:2rem;height:.5rem;border-radius:.25rem}.ls-due-progress-track{height:.375rem;border-radius:9999px;width:100%}.ls-compare{display:grid;grid-template-columns:1fr 1fr;gap:var(--db-gap-card, 1rem)}.ls-compare__card{padding:1.25rem;background:#fff;border-radius:var(--db-radius-card, 1rem);box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005;display:flex;flex-direction:column;gap:.5rem}.ls-compare__card:first-child{border-left:3px solid #d1fae5}.ls-compare__card:last-child{border-left:3px solid #fecaca}.ls-compare__label{width:5rem;height:.625rem;border-radius:.25rem}.ls-compare__amount{width:6rem;height:1.25rem;border-radius:.375rem}.ls-compare__link{width:5.5rem;height:.625rem;border-radius:.25rem}.ls-cycle-card{padding:1rem;border-bottom:1px solid #F1F5F9;display:flex;flex-direction:column;gap:.625rem}.ls-cycle-card:last-child{border-bottom:none}.ls-cycle-row1{display:flex;justify-content:space-between;align-items:center}.ls-cycle-name-wrap{display:flex;align-items:center;gap:.5rem}.ls-cycle-dot{width:.625rem;height:.625rem;border-radius:9999px}.ls-cycle-name{width:5rem;height:.75rem;border-radius:.25rem}.ls-cycle-dates{width:6.5rem;height:.5rem;border-radius:.25rem}.ls-cycle-total{width:4rem;height:.875rem;border-radius:.25rem}.ls-cycle-minis{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.ls-cycle-mini{padding:.625rem;border-radius:.5rem;display:flex;flex-direction:column;gap:.375rem}.ls-cycle-mini--amber{background:#fffbeb}.ls-cycle-mini--teal{background:#f0fdfa}.ls-cycle-mini-label{width:4rem;height:.5rem;border-radius:.25rem}.ls-cycle-mini-amount{width:3.5rem;height:.75rem;border-radius:.25rem}.ls-cycle-progress{display:flex;align-items:center;gap:.5rem}.ls-cycle-progress-track{flex:1;height:.3rem;border-radius:9999px}.ls-cycle-progress-text{width:4rem;height:.5rem;border-radius:.25rem;flex-shrink:0}.ls-tx-page{max-width:72rem;margin:0 auto;padding:1rem;animation:tx-fade-in .3s ease-out}@media(min-width:768px){.ls-tx-page{padding:2rem}}.ls-tx-header{margin-bottom:var(--db-gap-section, 1.5rem);display:flex;flex-direction:column;gap:.125rem}.ls-tx-title{width:10rem;height:1.5rem;border-radius:.375rem;margin-bottom:.125rem}.ls-tx-subtitle{width:16rem;height:.6875rem;border-radius:.25rem}.ls-tx-toolbar{display:grid;gap:.875rem;margin-bottom:var(--db-gap-section, 1.5rem)}.ls-tx-search-wrap{position:relative}.ls-tx-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:1.125rem;height:1.125rem;border-radius:.25rem;z-index:1}.ls-tx-search{width:100%;height:2.75rem;border-radius:.75rem;border:1.5px solid #E2E8F0}.ls-tx-tabs{display:flex;gap:.375rem}.ls-tx-tab{height:2.125rem;border-radius:9999px;border:1.5px solid #E2E8F0}.ls-tx-groups{display:grid;gap:var(--db-gap-section, 1.5rem)}.ls-tx-date-header{height:.6875rem;border-radius:.5rem;margin-bottom:.5rem;padding:.375rem .75rem;box-sizing:content-box;width:fit-content}.ls-tx-day-card{background:#fff;border-radius:var(--db-radius-card, 1rem);border:1px solid #F1F5F9;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005;overflow:hidden}.ls-tx-list-row{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem}.ls-tx-list-row--divider{border-bottom:1px solid #F1F5F9}.ls-tx-list-row--income{border-left:3px solid #10B981}.ls-tx-list-row--expense{border-left:3px solid #EF4444}.ls-tx-list-row--transfer{border-left:3px solid #3B82F6}.ls-tx-list-row--credit-payment{border-left:3px solid #8B5CF6}.ls-tx-list-icon{width:2.5rem;height:2.5rem;border-radius:.75rem;flex-shrink:0}.ls-tx-list-icon--income{background:#10b9811a}.ls-tx-list-icon--expense{background:#ef444414}.ls-tx-list-icon--transfer{background:#3b82f614}.ls-tx-list-icon--credit-payment{background:#8b5cf614}.ls-tx-list-main{flex:1;display:flex;flex-direction:column;gap:.1875rem;min-width:0}.ls-tx-list-category{height:.875rem;border-radius:.25rem}.ls-tx-list-desc{height:.5625rem;border-radius:.25rem}.ls-tx-list-meta{display:flex;align-items:center;gap:.375rem;margin-top:.125rem}.ls-tx-list-badge{height:1.0625rem;border-radius:9999px}.ls-tx-list-dot{width:.1875rem;height:.1875rem;border-radius:9999px;background:#cbd5e1;flex-shrink:0}.ls-tx-list-card-name{height:.9375rem;border-radius:9999px}.ls-tx-list-transfer-label{display:inline-flex;align-items:center;gap:.25rem}.ls-tx-list-transfer-arrow{width:.5rem;height:.5rem;border-right:1.5px solid #94A3B8;border-top:1.5px solid #94A3B8;transform:rotate(45deg);flex-shrink:0}.ls-tx-list-amount{width:5rem;height:1.375rem;border-radius:.375rem;flex-shrink:0}@media(min-width:1024px){.ls-tx-list-row{padding:1rem 1.25rem}.ls-tx-list-amount{height:1.5rem}}.ls-td-page{max-width:48rem;margin:0 auto;padding:1.5rem 1rem}@media(min-width:768px){.ls-td-page{padding:2rem}}.ls-td-topbar{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem}.ls-td-back{display:flex;align-items:center;gap:.5rem}.ls-td-back-icon{width:1.25rem;height:1.25rem;border-radius:.25rem}.ls-td-back-text{width:5rem;height:.875rem;border-radius:.25rem}.ls-td-id-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.ls-td-id-label{width:4rem;height:.5rem;border-radius:.25rem}.ls-td-id-value{width:5rem;height:.75rem;border-radius:.25rem}.ls-td-card{background:#fff;border-radius:1rem;border:1px solid #F1F5F9;border-left:3px solid #e2e8f0;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005;padding:1.5rem}.ls-td-card-header{margin-bottom:1.5rem}.ls-td-title{width:10rem;height:1.25rem;border-radius:.375rem;margin-bottom:.375rem}.ls-td-subtitle{width:14rem;height:.625rem;border-radius:.25rem}.ls-td-amount-hero{border-radius:.75rem;padding:1rem;margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.5rem}.ls-td-amount-hero--teal{background:linear-gradient(135deg,#2dd4bf14,#14b8a60a)}.ls-td-amount-label{width:5rem;height:.625rem;border-radius:.25rem}.ls-td-amount-input{width:12rem;height:2rem;border-radius:.5rem}.ls-td-form{display:flex;flex-direction:column;gap:1.25rem}@media(min-width:1024px){.ls-td-form{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}}.ls-td-field{display:flex;flex-direction:column;gap:.375rem}.ls-td-field--full{grid-column:1 / -1}.ls-td-field-label{width:5rem;height:.625rem;border-radius:.25rem}.ls-td-field-input{width:100%;height:2.5rem;border-radius:.75rem}.ls-td-method-row{display:flex;gap:.5rem}.ls-td-method-pill{height:2.25rem;border-radius:9999px;flex:1}.ls-td-card-list{display:flex;flex-direction:column;gap:0}.ls-td-card-row{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-bottom:1px solid #F8FAFC}.ls-td-card-row:last-child{border-bottom:none}.ls-td-card-dot{width:.625rem;height:.625rem;border-radius:9999px;flex-shrink:0}.ls-td-card-name{width:5.5rem;height:.75rem;border-radius:.25rem}.ls-td-card-last4{width:3.5rem;height:.625rem;border-radius:.25rem;margin-left:auto}.ls-td-cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}@media(min-width:768px){.ls-td-cat-grid{grid-template-columns:repeat(5,1fr)}}@media(min-width:1280px){.ls-td-cat-grid{grid-template-columns:repeat(6,1fr)}}.ls-td-cat-btn{height:3.5rem;border-radius:.75rem;border:1px solid #F1F5F9}.ls-td-actions{display:flex;gap:.75rem;align-items:center;margin-top:.5rem}.ls-td-save-btn{width:7rem;height:2.75rem;border-radius:9999px}.ls-td-cancel-btn{width:5rem;height:2.75rem;border-radius:9999px}.ls-td-danger{border-top:1px solid #F1F5F9;margin-top:1.5rem;padding-top:1rem;display:flex;justify-content:center}.ls-td-delete-btn{width:8rem;height:2.5rem;border-radius:9999px}@media(max-width:640px){.ls-card-row--2,.ls-card-row--3,.ls-totals,.ls-compare,.ls-summary{grid-template-columns:1fr}.ls-summary__col:nth-child(2){border-left:none;border-right:none;border-top:1px solid #F3F4F6;border-bottom:1px solid #F3F4F6}.ls-summary__col:first-child{align-items:center}.ls-summary__col:last-child{align-items:center}}.ls-ccd-page{max-width:80rem;margin:0 auto;padding:1rem;min-height:100vh;background:radial-gradient(ellipse 80% 60% at 10% 20%,rgba(45,212,191,.07) 0%,transparent 60%),radial-gradient(ellipse 60% 50% at 90% 80%,rgba(59,130,246,.05) 0%,transparent 60%),#f8fafc}@media(min-width:1024px){.ls-ccd-page{padding:2rem}}.ls-ccd-back{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.ls-ccd-hero{position:relative;margin-bottom:2rem}.ls-ccd-card-visual{position:relative;height:14rem;overflow:hidden;border-radius:1.25rem;padding:1.5rem;background:linear-gradient(135deg,#94a3b8,#64748b);box-shadow:0 12px 32px #0f172a2e,0 4px 8px #0f172a14}@media(min-width:1024px){.ls-ccd-card-visual{height:16rem;padding:2rem}}.ls-ccd-orb{position:absolute;border-radius:9999px;pointer-events:none}.ls-ccd-orb--1{right:-15%;top:-20%;width:55%;height:70%;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%)}.ls-ccd-orb--2{left:-10%;bottom:-30%;width:50%;height:60%;background:radial-gradient(circle,rgba(255,255,255,.04) 0%,transparent 70%)}.ls-ccd-card-content{position:relative;z-index:10;display:flex;height:100%;flex-direction:column;justify-content:space-between}.ls-ccd-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.ls-ccd-card-bottom{display:flex;align-items:center;gap:1rem}.ls-ccd-chip{width:2.5rem;height:1.875rem;border-radius:.375rem;background:linear-gradient(145deg,#ffffff26,#ffffff14);border:1px solid rgba(255,255,255,.12);flex-shrink:0}.ls-ccd-stats{position:relative;margin-top:-1.75rem;margin-left:1rem;margin-right:1rem;display:flex;align-items:center;justify-content:center;gap:0;padding:1.25rem 1.5rem;background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.6);border-radius:1rem;box-shadow:0 8px 32px #0f172a1a,0 2px 6px #0f172a0a}@media(min-width:1024px){.ls-ccd-stats{margin-left:2rem;margin-right:2rem;margin-top:-2rem;padding:1.5rem 2rem}}.ls-ccd-stat{flex:1;display:flex;flex-direction:column;align-items:center;gap:.375rem;text-align:center}.ls-ccd-stat+.ls-ccd-stat{border-left:1px solid #e2e8f0}.ls-ccd-box{background:#ffffffa6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.5);border-radius:1.25rem;box-shadow:0 4px 24px #0f172a0f,0 1px 3px #0f172a0a;padding:1.5rem;margin-bottom:1.25rem}.ls-ccd-usage-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.625rem}.ls-ccd-section-header{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.ls-ccd-badges{display:flex;gap:.5rem}.ls-ccd-cycles-grid{display:grid;gap:.75rem}@media(min-width:768px){.ls-ccd-cycles-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.ls-ccd-cycle-card{border:1px solid #f1f5f9;border-radius:.875rem;background:#fafbfc;padding:1rem 1.125rem;display:flex;flex-direction:column;gap:.4rem}.ls-ccd-cycle-card--current{border-color:#2dd4bf33;background:linear-gradient(135deg,#2dd4bf0a,#fffc)}.ls-ccd-cycle-dot-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.15rem}.ls-ccd-chart-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.25rem}.ls-ccd-stat-pills{display:flex;gap:.625rem;margin:1rem 0;flex-wrap:wrap}.ls-ccd-stat-pill{height:2rem;border-radius:9999px;border:1px solid #f1f5f9;flex:1;min-width:5rem}.ls-ccd-chart-bars{display:flex;align-items:flex-end;gap:.375rem;height:10rem;padding:.5rem 0}@media(min-width:768px){.ls-ccd-chart-bars{height:14rem}}.ls-ccd-chart-bar{flex:1;border-radius:.25rem .25rem 0 0;min-width:.5rem}.ls-ccd-tx-row{display:flex;align-items:center;gap:.75rem;padding:.875rem .625rem}.ls-ccd-tx-row--divider{border-bottom:1px solid rgba(0,0,0,.04)}.ls-ccd-tx-icon{width:2.5rem;height:2.5rem;border-radius:.625rem;flex-shrink:0}.ls-ccd-tx-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.ls-ccd-tx-right{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;flex-shrink:0}.ls-ccd-bottom{margin-top:1.25rem;display:flex;justify-content:flex-end}.ls-cc-page{max-width:72rem;margin:0 auto;padding:1rem;animation:cc-fade-in .3s ease-out}@media(min-width:768px){.ls-cc-page{padding:2rem}}.ls-cc-header{margin-bottom:var(--db-gap-section, 1.5rem);display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.ls-cc-header-text{display:flex;flex-direction:column;gap:.25rem}.ls-cc-title{width:10rem;height:1.5rem;border-radius:.375rem}.ls-cc-subtitle{width:14rem;height:.6875rem;border-radius:.25rem}.ls-cc-header-count{display:flex;align-items:baseline;gap:.25rem;flex-shrink:0}.ls-cc-count-number{width:1.5rem;height:1.5rem;border-radius:.375rem}.ls-cc-count-label{width:2.5rem;height:.625rem;border-radius:.25rem}.ls-cc-summary{margin-bottom:var(--db-gap-section, 1.5rem);border:1px solid #F1F5F9;border-radius:var(--db-radius-card, 1rem);background:#fff;padding:1.25rem;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005;display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.ls-cc-summary{flex-direction:row;align-items:center;gap:2rem}}.ls-cc-summary-left{display:flex;flex-direction:column;gap:.375rem;flex-shrink:0}.ls-cc-summary-label{width:8rem;height:.5rem;border-radius:.25rem}.ls-cc-summary-value{width:10rem;height:2rem;border-radius:.375rem}.ls-cc-summary-sub{width:7rem;height:.625rem;border-radius:.25rem}.ls-cc-summary-right{flex:1}.ls-cc-bar-wrap{display:grid;gap:.375rem}.ls-cc-bar-track{height:.4375rem;border-radius:9999px;width:100%}.ls-cc-bar-labels{display:flex;justify-content:space-between}.ls-cc-grid{display:grid;gap:1.25rem}@media(min-width:768px){.ls-cc-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}}@media(min-width:1280px){.ls-cc-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.ls-cc-card{border-radius:var(--db-radius-card, 1rem);overflow:hidden;background:#fff;border:1px solid #F1F5F9;box-shadow:0 1px 3px #0000000a,0 4px 16px #0000000a;animation:cc-card-enter .5s cubic-bezier(.22,1,.36,1) both}.ls-cc-face{position:relative;aspect-ratio:1.7 / 1;overflow:hidden;padding:1.25rem;display:flex;flex-direction:column}.ls-cc-face--0{background:linear-gradient(135deg,#94a3b8,#64748b)}.ls-cc-face--1{background:linear-gradient(135deg,#a3b8c8,#7a8fa0)}.ls-cc-face--2{background:linear-gradient(135deg,#b0bec5,#78909c)}.ls-cc-face-orb{position:absolute;border-radius:9999px;pointer-events:none}.ls-cc-face-orb--1{right:-15%;top:-20%;width:55%;height:70%;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%)}.ls-cc-face-orb--2{left:-10%;bottom:-30%;width:50%;height:60%;background:radial-gradient(circle,rgba(255,255,255,.04) 0%,transparent 70%)}.ls-cc-face-chip{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);width:2.5rem;height:1.875rem;border-radius:.375rem;background:linear-gradient(145deg,#ffffff26,#ffffff14);border:1px solid rgba(255,255,255,.12)}.ls-cc-face-content{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:space-between;flex:1}.ls-cc-face-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.ls-cc-face-bottom{padding-left:3.5rem}.ls-cc-dots-row{display:flex;align-items:center;gap:.625rem}.ls-cc-info{padding:1rem 1.25rem 1.25rem;display:grid;gap:.75rem}.ls-cc-amounts{display:flex;align-items:stretch}.ls-cc-amount-block{flex:1;display:flex;flex-direction:column;gap:.25rem}.ls-cc-amount-block--right{text-align:right;align-items:flex-end}.ls-cc-amount-divider{width:1px;background:#f1f5f9;margin:0 1rem;flex-shrink:0}.ls-cc-bar-section{display:grid;gap:.3125rem}.ls-cc-usage-track{height:.4375rem;border-radius:9999px;width:100%}.ls-cc-bar-meta{display:flex;justify-content:space-between}.ls-cc-cycle{display:flex;align-items:center;gap:.5rem;padding-top:.25rem}.ls-cc-cycle-dot-sep{width:3px;height:3px;border-radius:9999px;background:#cbd5e1;flex-shrink:0}.ls-cc-cta{display:flex;justify-content:flex-end;padding-top:.375rem;border-top:1px solid #F1F5F9}.ls-cc-upcoming{margin-top:var(--db-gap-section, 1.5rem);border:1px solid #F1F5F9;border-radius:var(--db-radius-card, 1rem);background:#fff;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005;padding:1.5rem}.ls-cc-upcoming-header{margin-bottom:1.25rem}.ls-cc-timeline{position:relative;padding-left:1.5rem}.ls-cc-timeline-line{position:absolute;left:.3125rem;top:.5rem;bottom:.5rem;width:2px;background:#e2e8f0;border-radius:9999px}.ls-cc-timeline-row{position:relative;display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #F8FAFC}.ls-cc-timeline-row:last-child{border-bottom:0}.ls-cc-timeline-dot{position:absolute;left:-1.5rem;top:50%;transform:translate(-50%,-50%) translate(.3125rem);width:.625rem;height:.625rem;border-radius:9999px}.ls-cc-timeline-content{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex:1;min-width:0}.ls-cc-timeline-left{display:flex;flex-direction:column;gap:.25rem;flex-shrink:0;min-width:4.5rem}.ls-cc-timeline-center{display:flex;align-items:center;gap:.375rem;flex:1;min-width:0}.ls-cc-timeline-right{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;flex-shrink:0}.ls-cc-recent{margin-top:var(--db-gap-section, 1.5rem);border:1px solid #F1F5F9;border-radius:var(--db-radius-card, 1rem);background:#fff;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005;overflow:hidden}.ls-cc-recent-header{padding:1.25rem 1.25rem .75rem}.ls-cc-payment-row{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem}.ls-cc-payment-row--divider{border-bottom:1px solid #F1F5F9}.ls-cc-payment-icon{width:2.25rem;height:2.25rem;border-radius:.625rem;flex-shrink:0}.ls-cc-payment-main{flex:1;min-width:0}.ls-cc-payment-cards-row{display:flex;align-items:center;gap:.375rem}.ls-cc-payment-amount{width:4.5rem;height:1rem;border-radius:.25rem;flex-shrink:0}.ls-dc-page{max-width:72rem;margin:0 auto;padding:1rem;animation:dc-fade-in .3s ease-out}@media(min-width:768px){.ls-dc-page{padding:2rem}}.ls-dc-header{margin-bottom:var(--db-gap-section, 1.5rem);display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.ls-dc-header-text{display:flex;flex-direction:column;gap:.25rem}.ls-dc-title{width:10rem;height:1.5rem;border-radius:.375rem}.ls-dc-subtitle{width:14rem;height:.6875rem;border-radius:.25rem}.ls-dc-header-count{display:flex;align-items:baseline;gap:.25rem;flex-shrink:0}.ls-dc-count-number{width:1.5rem;height:1.5rem;border-radius:.375rem}.ls-dc-count-label{width:2.5rem;height:.625rem;border-radius:.25rem}.ls-dc-summary{margin-bottom:var(--db-gap-section, 1.5rem);border:1px solid #F1F5F9;border-radius:var(--db-radius-card, 1rem);background:#fff;padding:1.25rem;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005;display:flex;flex-direction:column;gap:.375rem}.ls-dc-summary-label{width:8rem;height:.5rem;border-radius:.25rem}.ls-dc-summary-value{width:10rem;height:2rem;border-radius:.375rem}.ls-dc-summary-sub{width:7rem;height:.625rem;border-radius:.25rem}.ls-dc-grid{display:grid;gap:1.25rem}@media(min-width:768px){.ls-dc-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}}@media(min-width:1280px){.ls-dc-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.ls-dc-card{border-radius:var(--db-radius-card, 1rem);overflow:hidden;background:#fff;border:1px solid #F1F5F9;box-shadow:0 1px 3px #0000000a,0 4px 16px #0000000a;animation:dc-card-enter .5s cubic-bezier(.22,1,.36,1) both}.ls-dc-face{position:relative;aspect-ratio:1.7 / 1;overflow:hidden;padding:1.25rem;display:flex;flex-direction:column}.ls-dc-face--0{background:linear-gradient(135deg,#94a3b8,#64748b)}.ls-dc-face--1{background:linear-gradient(135deg,#a3b8c8,#7a8fa0)}.ls-dc-face--2{background:linear-gradient(135deg,#b0bec5,#78909c)}.ls-dc-face-orb{position:absolute;border-radius:9999px;pointer-events:none}.ls-dc-face-orb--1{right:-15%;top:-20%;width:55%;height:70%;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%)}.ls-dc-face-orb--2{left:-10%;bottom:-30%;width:50%;height:60%;background:radial-gradient(circle,rgba(255,255,255,.04) 0%,transparent 70%)}.ls-dc-face-orb--3{right:10%;bottom:-10%;width:30%;height:40%;background:radial-gradient(circle,rgba(0,0,0,.06) 0%,transparent 70%)}.ls-dc-face-chip{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);width:2.5rem;height:1.875rem;border-radius:.375rem;background:linear-gradient(145deg,#ffffff26,#ffffff14);border:1px solid rgba(255,255,255,.12)}.ls-dc-face-content{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:space-between;flex:1}.ls-dc-face-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.ls-dc-face-bottom{padding-left:3.5rem}.ls-dc-dots-row{display:flex;align-items:center;gap:.625rem}.ls-dc-info{padding:1rem 1.25rem 1.25rem;display:grid;gap:.75rem}.ls-dc-balance-row{display:flex;align-items:baseline;justify-content:space-between}.ls-dc-cta{display:flex;justify-content:flex-end;padding-top:.375rem;border-top:1px solid #F1F5F9}.ls-dc-recent{margin-top:var(--db-gap-section, 1.5rem);border:1px solid #F1F5F9;border-radius:var(--db-radius-card, 1rem);background:#fff;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005;overflow:hidden}.ls-dc-recent-header{padding:1.25rem 1.25rem .75rem}.ls-dc-activity-list{display:grid}.ls-dc-activity-row{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem}.ls-dc-activity-row--divider{border-bottom:1px solid #F1F5F9}.ls-dc-activity-icon{width:2.25rem;height:2.25rem;border-radius:.625rem;flex-shrink:0}.ls-dc-activity-icon--income{background:#10b9811a}.ls-dc-activity-icon--expense{background:#ef444414}.ls-dc-activity-icon--transfer{background:#3b82f61a}.ls-dc-activity-icon--cc-payment{background:#8b5cf61a}.ls-dc-activity-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1875rem}.ls-dc-activity-meta-row{display:flex;align-items:center;gap:.375rem;margin-top:.125rem}.ls-dc-activity-dot-sep{width:3px;height:3px;border-radius:9999px;background:#cbd5e1;flex-shrink:0}.ls-dc-activity-right{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;flex-shrink:0}.ls-st-page{max-width:80rem;margin:0 auto;padding:1rem}@media(min-width:1024px){.ls-st-page{padding:2rem}}.ls-st-header{margin-bottom:1.5rem}.ls-st-title{width:10rem;height:1.875rem;border-radius:.375rem;margin-bottom:.25rem}.ls-st-subtitle{width:16rem;height:.8125rem;border-radius:.25rem}.ls-st-section{margin-bottom:1.5rem;border:1px solid #F1F5F9;border-radius:1rem;padding:1rem;background:#fff;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005}@media(min-width:1024px){.ls-st-section{padding:1.5rem}}.ls-st-section--realtime{background:linear-gradient(180deg,#f0fdfa80,#fff)}.ls-st-section--period{background:linear-gradient(180deg,#f8fafcf2,#fff)}.ls-st-section-head{margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.25rem}.ls-st-realtime-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.ls-st-realtime-grid{grid-template-columns:repeat(2,1fr)}}.ls-st-block{border:1px solid #F1F5F9;border-radius:1rem;background:#fff;padding:1.25rem;box-shadow:0 1px 3px #0000000a}.ls-st-block-header{display:flex;align-items:center;gap:.625rem;margin-bottom:1rem}.ls-st-block-icon{width:2rem;height:2rem;border-radius:.5rem;flex-shrink:0}.ls-st-block-icon--teal{background:#2dd4bf1f}.ls-st-block-icon--blue{background:#3b82f61f}.ls-st-block-icon--amber{background:#f59e0b1f}.ls-st-block-icon--purple{background:#8b5cf61f}.ls-st-health-row{display:flex;flex-direction:column;gap:.375rem;margin-bottom:.875rem}.ls-st-health-row:last-child{margin-bottom:0}.ls-st-health-row-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.ls-st-health-row-left{display:flex;align-items:center;gap:.5rem}.ls-st-health-row-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.ls-st-debit-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #F1F5F9}.ls-st-debit-row:last-child{border-bottom:0}.ls-st-debit-row-left{display:flex;align-items:center;gap:.5rem}.ls-st-payment-row{display:flex;align-items:center;justify-content:space-between;padding:.625rem 0;border-bottom:1px solid #F1F5F9}.ls-st-payment-row:last-child{border-bottom:0}.ls-st-payment-left{display:flex;align-items:center;gap:.5rem}.ls-st-payment-info{display:flex;flex-direction:column;gap:.125rem}.ls-st-payment-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.ls-st-installment-row{display:flex;flex-direction:column;gap:.375rem;padding-bottom:.75rem;border-bottom:1px solid #F1F5F9}.ls-st-installment-row:last-child{border-bottom:0;padding-bottom:0}.ls-st-installment-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.ls-st-installment-left{display:flex;flex-direction:column;gap:.125rem}.ls-st-installment-right{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem;flex-shrink:0}.ls-st-month-nav{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.25rem}.ls-st-period-summary{display:grid;grid-template-columns:1fr;gap:.75rem;margin-bottom:1.25rem}@media(min-width:640px){.ls-st-period-summary{grid-template-columns:repeat(3,1fr)}}.ls-st-summary-card{border:1px solid #F1F5F9;border-radius:.75rem;background:#fff;padding:1rem;text-align:center}.ls-st-categories-card{border:1px solid #F1F5F9;border-radius:1rem;background:#fff;padding:1.25rem}.ls-st-chart-bars{display:flex;align-items:flex-end;gap:.5rem;height:12rem;padding:0 .25rem;margin-bottom:1.25rem}.ls-st-chart-bar{flex:1;border-radius:.5rem .5rem 0 0;min-width:1rem}.ls-st-table{border-top:1px solid #F1F5F9;padding-top:1rem}.ls-st-table-head{display:flex;align-items:center;gap:1rem;padding:.625rem .75rem;border-bottom:1px solid #F1F5F9}.ls-st-table-row{display:flex;align-items:center;gap:1rem;padding:.625rem .75rem;border-bottom:1px solid #F9FAFB}.ls-st-table-row:last-child{border-bottom:0}.ls-st-table-cell-left{display:flex;align-items:center;gap:.5rem}.ls-set-page{margin:0 auto;max-width:960px;padding:1rem}@media(min-width:1024px){.ls-set-page{padding:2rem}}.ls-set-grid{display:flex;flex-direction:column}@media(min-width:1024px){.ls-set-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.ls-set-section-label,.ls-set-card--full,.ls-set-signout{grid-column:1 / -1}.ls-set-grid .ls-set-card{margin-bottom:0}.ls-set-grid .ls-set-section-label{margin-top:.75rem;margin-bottom:0}.ls-set-grid .ls-set-signout{margin-top:.75rem}}.ls-set-section-label{margin-bottom:.75rem;margin-top:2rem}.ls-set-section-label:first-child{margin-top:1.5rem}.ls-set-card{margin-bottom:1rem;border:1px solid #f1f5f9;border-radius:1rem;background:#fff;padding:1.5rem;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005}.ls-set-card-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.ls-set-card-header-left{display:flex;align-items:center;gap:.75rem}.ls-set-profile-fields{display:flex;flex-direction:column}.ls-set-profile-field{display:flex;flex-direction:column;gap:.25rem;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.ls-set-profile-field--last{border-bottom:none}.ls-set-export-buttons{display:flex;gap:.75rem}@media(max-width:480px){.ls-set-export-buttons{flex-direction:column}}.ls-set-lang-toggle{display:flex;background:#f1f5f9;border-radius:9999px;padding:4px;gap:4px;margin-bottom:.75rem}.ls-set-about-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.ls-set-about-links{display:flex;gap:1.5rem;flex-wrap:wrap;padding-top:1rem;border-top:1px solid #f1f5f9}.ls-set-signout{display:flex;align-items:center;justify-content:center;width:100%;border:1.5px solid #fecaca;border-radius:9999px;background:transparent;padding:.875rem;margin-top:2rem;margin-bottom:2rem}@media(prefers-reduced-motion:reduce){.ls-bone,.ls-bone--light{animation:none;background:#e2e8f0}.ls-bone--light{background:#fff3}.ls-cc-card,.ls-ccd-page,.ls-dc-card,.ls-dc-page,.ls-st-page,.ls-set-page .set-fade-in{animation:none}}.sc-page{margin:0 auto;max-width:640px;padding:1rem 1rem 3rem}@media(min-width:1024px){.sc-page{padding:2rem}}.sc-header{margin-bottom:1.75rem;display:flex;flex-direction:column;gap:1rem}.sc-back{display:inline-flex;align-items:center;gap:.375rem;color:#64748b;font-size:.8125rem;font-weight:600;text-decoration:none;transition:color .2s ease}.sc-back:hover{color:#2dd4bf}.sc-back-icon{width:1rem;height:1rem}.sc-title{margin:0;color:#1f2933;font-size:1.5rem;font-weight:800;letter-spacing:-.01em}.sc-subtitle{margin:.25rem 0 0;color:#94a3b8;font-size:.875rem}.sc-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.sc-type-toggle{display:flex;background:#f1f5f9;border-radius:.75rem;padding:3px;gap:2px}.sc-type-btn{display:flex;align-items:center;gap:.375rem;border:0;border-radius:.625rem;background:transparent;padding:.5rem .875rem;color:#64748b;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.sc-type-btn--active{background:#fff;color:#1f2933;box-shadow:0 1px 3px #00000014}.sc-type-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;border-radius:9999px;font-size:.6875rem;font-weight:700;line-height:1}.sc-type-btn--active .sc-type-count{background:#ecfeff;color:#0f766e}.sc-type-btn:not(.sc-type-btn--active) .sc-type-count{background:#e2e8f0;color:#64748b}.sc-add-btn{display:inline-flex;align-items:center;gap:.375rem;border:1.5px dashed #2dd4bf;border-radius:.75rem;background:transparent;padding:.5rem 1rem;color:#2dd4bf;font-size:.8125rem;font-weight:700;cursor:pointer;transition:all .2s ease;white-space:nowrap}.sc-add-btn:hover{background:#2dd4bf0f;border-color:#14b8a6;color:#14b8a6}.sc-add-icon{width:.875rem;height:.875rem}.sc-editor{margin-bottom:1rem;border:1.5px solid #2dd4bf;border-radius:1rem;background:#fff;padding:1rem;box-shadow:0 4px 20px #2dd4bf1a;animation:sc-slide-down .25s ease both}@keyframes sc-slide-down{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.sc-editor-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.sc-editor-title{color:#1f2933;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.sc-editor-close{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border:0;border-radius:.5rem;background:#f1f5f9;color:#64748b;cursor:pointer;transition:all .2s ease}.sc-editor-close:hover{background:#e2e8f0;color:#1f2933}.sc-editor-close-icon{width:.875rem;height:.875rem}.sc-editor-row{display:flex;align-items:center;gap:.5rem}.sc-icon-selector{display:flex;align-items:center;gap:.25rem;border:1.5px solid #e2e8f0;border-radius:.75rem;background:#f8fafc;padding:.625rem .5rem;cursor:pointer;transition:all .2s ease;flex-shrink:0}.sc-icon-selector:hover{border-color:#2dd4bf;background:#ecfeff}.sc-icon-selector-icon{width:1.25rem;height:1.25rem;color:#0f766e}.sc-icon-selector-arrow{width:.75rem;height:.75rem;color:#94a3b8;transition:transform .2s ease}.sc-icon-selector-arrow--open{transform:rotate(180deg)}.sc-editor-input{flex:1;min-width:0;border:1.5px solid #e2e8f0;border-radius:.75rem;background:#fff;padding:.625rem .75rem;font-size:.9375rem;color:#1f2933;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.sc-editor-input:focus{outline:none;border-color:#2dd4bf;box-shadow:0 0 0 3px #2dd4bf1f}.sc-editor-input::placeholder{color:#94a3b8}.sc-editor-submit{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:0;border-radius:.75rem;background:#2dd4bf;color:#fff;cursor:pointer;flex-shrink:0;transition:background .2s ease,transform .1s ease;box-shadow:0 2px 8px #2dd4bf4d}.sc-editor-submit:hover{background:#14b8a6}.sc-editor-submit:active{transform:scale(.95)}.sc-editor-submit-icon{width:1.125rem;height:1.125rem}.sc-editor-error{margin:.5rem 0 0;color:#ef4444;font-size:.8125rem;font-weight:500}.sc-icon-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:.375rem;margin-top:.75rem;padding:.75rem;background:#f8fafc;border-radius:.75rem;border:1px solid #f1f5f9;max-height:200px;overflow-y:auto;animation:sc-slide-down .2s ease both}@media(max-width:480px){.sc-icon-grid{grid-template-columns:repeat(6,1fr)}}.sc-icon-cell{display:flex;align-items:center;justify-content:center;aspect-ratio:1;border:1.5px solid transparent;border-radius:.625rem;background:#fff;color:#64748b;cursor:pointer;transition:all .15s ease;padding:0}.sc-icon-cell:hover{border-color:#e2e8f0;color:#1f2933;background:#fff;transform:scale(1.08)}.sc-icon-cell--active{border-color:#2dd4bf;background:#ecfeff;color:#0f766e;box-shadow:0 0 0 1px #2dd4bf33}.sc-icon-cell-svg{width:1.125rem;height:1.125rem}.sc-list{display:flex;flex-direction:column;gap:.375rem}.sc-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;border:1px solid #f1f5f9;border-radius:.875rem;background:#fff;padding:.625rem .75rem;transition:all .2s ease;animation:sc-fade-in .3s ease both}.sc-item:hover{border-color:#e2e8f0;box-shadow:0 2px 8px #00000008}.sc-item--editing{border-color:#99f6e4;background:#f0fdfa}@keyframes sc-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.sc-item-main{display:flex;align-items:center;gap:.625rem;flex:1;min-width:0;cursor:pointer}.sc-item-icon{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.625rem;background:#f1f5f9;color:#64748b;flex-shrink:0;transition:all .2s ease}.sc-item:hover .sc-item-icon,.sc-item-icon--active{background:#ecfeff;color:#0f766e}.sc-item-icon-svg{width:1rem;height:1rem}.sc-item-info{display:flex;align-items:center;gap:.5rem;min-width:0;flex-wrap:wrap}.sc-item-name{color:#1f2933;font-size:.9375rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sc-item-usage{color:#94a3b8;font-size:.6875rem;font-weight:600;background:#f1f5f9;padding:.125rem .5rem;border-radius:9999px;white-space:nowrap}.sc-item-actions{display:flex;align-items:center;gap:.25rem;opacity:0;transition:opacity .2s ease}.sc-item:hover .sc-item-actions{opacity:1}@media(hover:none){.sc-item-actions{opacity:1}}.sc-item-btn{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border:0;border-radius:.5rem;background:transparent;cursor:pointer;transition:all .15s ease}.sc-item-btn--edit{color:#94a3b8}.sc-item-btn--edit:hover{color:#2dd4bf;background:#ecfeff}.sc-item-btn--delete{color:#d1d5db}.sc-item-btn--delete:hover{color:#ef4444;background:#fef2f2}.sc-item-btn-icon{width:.875rem;height:.875rem}.sc-empty{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 1rem;border:1.5px dashed #e2e8f0;border-radius:1rem;background:#fafbfc;text-align:center}.sc-empty-icon-wrap{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:9999px;background:linear-gradient(135deg,#ecfeff,#e0f2fe);color:#2dd4bf}.sc-empty-icon{width:1.25rem;height:1.25rem}.sc-empty-text{margin:0;color:#94a3b8;font-size:.875rem}.sc-empty-btn{display:inline-flex;align-items:center;gap:.375rem;border:0;border-radius:9999px;background:#2dd4bf;padding:.5rem 1.25rem;color:#fff;font-size:.8125rem;font-weight:700;cursor:pointer;transition:background .2s ease;box-shadow:0 2px 8px #2dd4bf40}.sc-empty-btn:hover{background:#14b8a6}@media(prefers-reduced-motion:reduce){.sc-editor,.sc-item,.sc-icon-grid{animation:none}.sc-item,.sc-item-icon,.sc-item-actions,.sc-type-btn,.sc-add-btn,.sc-icon-selector,.sc-editor-input,.sc-editor-submit,.sc-editor-close,.sc-icon-cell,.sc-icon-selector-arrow,.sc-item-btn,.sc-empty-btn,.sc-back{transition:none}}@keyframes tx-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes tx-slide-up{0%{opacity:0;transform:translateY(16px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes tx-selected-sheen{0%{transform:translate(-120%);opacity:0}20%{opacity:1}to{transform:translate(130%);opacity:0}}@keyframes tx-selected-float{0%{transform:translateY(0)}50%{transform:translateY(-1px)}to{transform:translateY(0)}}.tx-page{margin:0 auto;max-width:72rem;padding:1rem;animation:tx-fade-in .3s ease-out}.tx-header{margin-bottom:var(--db-gap-section);display:flex;flex-direction:column;gap:.125rem}.tx-title{color:#1f2933;font-size:var(--db-text-title);font-weight:700;letter-spacing:-.01em}.tx-subtitle{color:#94a3b8;font-size:.8125rem;font-weight:400}.tx-toolbar{display:grid;gap:.875rem;margin-bottom:var(--db-gap-section)}.tx-search-wrap{position:relative;display:flex;align-items:center;gap:.5rem}.tx-search-icon{position:absolute;left:1rem;top:50%;height:1.125rem;width:1.125rem;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.tx-search-input{flex:1;min-width:0;border:1.5px solid #E2E8F0;border-radius:.75rem;background:#fff;padding:.75rem 1rem .75rem 2.875rem;font-size:var(--db-text-body);color:#1f2933;box-shadow:0 1px 2px #0000000a;transition:border-color .2s ease,box-shadow .2s ease}.tx-search-input::placeholder{color:#94a3b8}.tx-search-input:focus{border-color:#2dd4bf;outline:none;box-shadow:0 0 0 3px #2dd4bf26,0 1px 2px #0000000a}.tx-import-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .75rem;border-radius:9999px;border:1.5px solid #E2E8F0;background:#fff;color:#64748b;font-size:.75rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:all .2s ease;flex-shrink:0}.tx-import-btn:hover{border-color:#2dd4bf;color:#0d9488}.tx-import-btn svg{flex-shrink:0}.tx-import-btn-label{display:none}@media(min-width:640px){.tx-import-btn-label{display:inline}}.tx-tabs{display:flex;gap:.375rem;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:2px}.tx-tabs::-webkit-scrollbar{display:none}.tx-tab{padding:.5rem 1rem;border:1.5px solid #E2E8F0;border-radius:9999px;background:#fff;color:#64748b;font-size:.8125rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .2s ease}.tx-tab:hover{border-color:#cbd5e1;color:#475569;background:#f8fafc}.tx-tab--active{background:#2dd4bf;border-color:#2dd4bf;color:#fff;font-weight:600;box-shadow:0 2px 8px #2dd4bf4d}.tx-tab--active:hover{background:#14b8a6;border-color:#14b8a6;color:#fff}.tx-groups{display:grid;gap:var(--db-gap-section)}.tx-group-date{position:sticky;top:0;z-index:5;margin-bottom:.5rem;padding:.375rem .75rem;color:#64748b;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;background:#f8fafcd9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:.5rem;width:fit-content}.tx-day-card{overflow:hidden;min-width:0;border:1px solid #F1F5F9;border-radius:var(--db-radius-card);background:#fff;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005;animation:tx-slide-up .4s ease-out both;transition:box-shadow .2s ease,transform .2s ease}.tx-day-card:hover{box-shadow:0 1px 3px #0000000a,0 8px 24px #0000000f}.tx-row{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.875rem 1rem;transition:all .2s ease;animation:tx-fade-in .35s ease both;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.tx-row:hover{background:#f8fafc}.tx-row-divider{border-bottom:1px solid #F1F5F9}.tx-row--income{border-left:3px solid #10B981}.tx-row--expense{border-left:3px solid #EF4444}.tx-row--transfer{border-left:3px solid #3B82F6}.tx-row--credit-payment{border-left:3px solid #8B5CF6}.tx-row-selected{overflow:hidden;background:linear-gradient(130deg,#ecfeff,#f0fdfa 55%,#ecfdf5)!important;box-shadow:inset 0 0 0 1px #67e8f9,inset 0 0 18px #2dd4bf24;animation:tx-selected-float 1.4s ease-in-out infinite}.tx-row-selected:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#0d9488,#2dd4bf)}.tx-row-selected:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(110deg,#fff0 18%,#ffffff8c 34%,#fff0 52%);animation:tx-selected-sheen 1.2s ease-out 1}.tx-row-selected .tx-description{color:#0f172a}.tx-row-selected .tx-meta-text{color:#0f766e}.tx-row-selected .tx-icon-wrap{box-shadow:inset 0 0 0 1px #2dd4bf73,0 8px 16px #0d948829;transform:translateY(-1px)}.tx-row-left{display:flex;min-width:0;align-items:center;gap:.75rem;overflow:hidden}.tx-icon-wrap{display:flex;height:2.5rem;width:2.5rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:.75rem;transition:transform .2s ease,box-shadow .2s ease}.tx-row:hover .tx-icon-wrap{transform:scale(1.05)}.tx-icon-wrap-income{background:#10b9811a}.tx-icon-wrap-expense{background:#ef444414}.tx-icon-wrap-transfer{background:#3b82f614}.tx-icon-wrap-credit-payment{background:#8b5cf614}.tx-icon{height:1.25rem;width:1.25rem}.tx-icon-income{color:#10b981}.tx-icon-expense{color:#ef4444}.tx-icon-transfer{color:#3b82f6}.tx-icon-credit-payment{color:#8b5cf6}.tx-main{min-width:0;flex:1;overflow:hidden}.tx-category{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1f2933;font-size:var(--db-text-body);font-weight:600;line-height:1.3}.tx-description{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#94a3b8;font-size:.75rem;font-weight:400;margin-top:.0625rem}.tx-meta-row{margin-top:.25rem;display:flex;align-items:center;gap:.375rem;flex-wrap:wrap}.tx-meta-text{color:#94a3b8;font-size:.6875rem}.tx-dot{color:#cbd5e1;font-size:.625rem}.tx-meta-capitalize{text-transform:capitalize}.tx-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .4375rem;border-radius:9999px;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.tx-badge--cash{background:#94a3b81a;color:#64748b}.tx-badge--debit{background:#3b82f614;color:#3b82f6}.tx-badge--credit{background:#8b5cf614;color:#8b5cf6}.tx-badge--transfer{background:#3b82f614;color:#3b82f6}.tx-badge--credit-pay{background:#8b5cf614;color:#8b5cf6}.tx-transfer-label{display:inline-flex;align-items:center;gap:.25rem;color:#64748b;font-size:.6875rem}.tx-transfer-arrow{color:#94a3b8}.tx-installment-row{margin-top:.375rem;display:flex;align-items:center;gap:.375rem;flex-wrap:wrap}.tx-installment-chip{display:inline-flex;align-items:center;gap:.25rem;border-radius:9999px;padding:.1875rem .5rem;background:linear-gradient(135deg,#f0fdfa,#ecfdf5);border:1px solid #99f6e4;color:#0f766e;font-size:.625rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.tx-installment-progress{display:flex;align-items:center;gap:.25rem}.tx-installment-bar{width:3rem;height:.25rem;border-radius:9999px;background:#e2e8f0;overflow:hidden}.tx-installment-bar-fill{height:100%;border-radius:9999px;background:linear-gradient(90deg,#2dd4bf,#14b8a6);transition:width .2s ease}.tx-installment-info{color:#0f766e;font-size:.6875rem;font-weight:500}.tx-right{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.tx-amount{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:800;letter-spacing:-.01em;line-height:1.2;font-variant-numeric:tabular-nums;white-space:nowrap}.tx-amount-income{color:#10b981}.tx-amount-expense{color:#ef4444}.tx-amount-transfer{color:#1f2933}.tx-amount-credit-payment{color:#8b5cf6}.tx-card-badge{display:inline-flex;align-items:center;padding:.0625rem .375rem;border-radius:9999px;font-size:.5625rem;font-weight:600;letter-spacing:.02em;background:#f1f5f9;color:#64748b;border:1px solid transparent}.tx-card-badge--RED{background:#ef444414;color:#dc2626;border-color:#ef444426}.tx-card-badge--ORANGE{background:#f9731614;color:#ea580c;border-color:#f9731626}.tx-card-badge--BLUE{background:#3b82f614;color:#2563eb;border-color:#3b82f626}.tx-card-badge--GOLD{background:#eab30814;color:#ca8a04;border-color:#eab30826}.tx-card-badge--BLACK{background:#0f172a14;color:#0f172a;border-color:#0f172a1f}.tx-card-badge--PLATINUM{background:#94a3b81a;color:#475569;border-color:#94a3b833}.tx-card-badge--PURPLE{background:#8b5cf614;color:#7c3aed;border-color:#8b5cf626}.tx-card-badge--GREEN{background:#10b98114;color:#059669;border-color:#10b98126}.tx-card-badge--SILVER{background:#cbd5e126;color:#64748b;border-color:#cbd5e140}.tx-card-badge--OTHER{background:#f1f5f9;color:#64748b;border-color:transparent}.tx-edit-link-desktop{display:none}.tx-edit-icon{height:.875rem;width:.875rem;color:#94a3b8;transition:color .2s ease}.tx-mobile-actions{margin-top:.5rem;display:flex;justify-content:flex-end}.tx-mobile-edit-grid{display:inline-flex;align-items:center;gap:.375rem;border:1.5px solid #99f6e4;border-radius:9999px;background:#fff;color:#0f766e;padding:.4rem .75rem;font-size:.75rem;font-weight:600;transition:all .2s ease}.tx-row-selected .tx-mobile-edit-grid{background:#ccfbf1;border-color:#2dd4bf;box-shadow:0 8px 18px #14b8a633}.tx-mobile-edit-grid:hover{border-color:#2dd4bf;background:#f0fdfa}.tx-mobile-edit-grid:active{transform:scale(.97)}.tx-mobile-grid-icon{height:.875rem;width:.875rem}.tx-state-box{margin-top:var(--db-gap-section);padding:4rem 2rem;text-align:center;border:2px dashed #E2E8F0;border-radius:var(--db-radius-card);background:linear-gradient(135deg,#fafbfc,#f8fafc);animation:tx-fade-in .4s ease-out}.tx-empty-icon{width:3rem;height:3rem;color:#cbd5e1;margin:0 auto .75rem}.tx-muted{color:#94a3b8;font-size:var(--db-text-body);font-weight:500}.tx-muted-sub{color:#cbd5e1;font-size:.75rem;margin-top:.25rem}@media(min-width:640px){.tx-header{flex-direction:row;align-items:baseline;justify-content:space-between}}@media(min-width:768px){.tx-page{padding:2rem}.tx-edit-link-desktop{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:9999px;background:transparent;opacity:0;transition:all .2s ease}.tx-row:hover .tx-edit-link-desktop{opacity:1;background:#f1f5f9}.tx-edit-link-desktop:hover{background:#e2e8f0;transform:translateY(-1px)}.tx-edit-link-desktop:hover .tx-edit-icon{color:#1f2933}.tx-mobile-actions{display:none}}@media(min-width:1024px){.tx-row{padding:1rem 1.25rem}.tx-amount{font-size:1.375rem}}.tx-page--cached,.tx-page--cached .tx-day-card,.tx-page--cached .tx-row,.tx-page--cached .tx-state-box{animation:none}@media(prefers-reduced-motion:reduce){.tx-page,.tx-day-card,.tx-state-box{animation:none}.tx-row,.tx-mobile-edit-grid{transition:none;animation:none}.tx-row-selected,.tx-row-selected:after{animation:none}.tx-icon-wrap,.tx-day-card{transition:none}}@keyframes cc-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes cc-card-enter{0%{opacity:0;transform:translateY(24px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes cc-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes cc-bar-fill{0%{width:0%}}.cc-page{margin:0 auto;max-width:72rem;padding:1rem;animation:cc-fade-in .3s ease-out}.cc-header{margin-bottom:var(--db-gap-section);display:flex;align-items:baseline;justify-content:space-between;gap:1rem;animation:cc-fade-in .3s ease-out}.cc-header-text{display:flex;flex-direction:column;gap:.125rem}.cc-title{color:#1f2933;font-size:var(--db-text-title);font-weight:700;letter-spacing:-.01em}.cc-subtitle{color:#94a3b8;font-size:.8125rem;font-weight:400}.cc-header-count{display:flex;align-items:baseline;gap:.25rem;flex-shrink:0}.cc-header-count-number{color:#1f2933;font-size:1.5rem;font-weight:800;letter-spacing:-.02em}.cc-header-count-label{color:#94a3b8;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em}.cc-error-box{margin-bottom:var(--db-gap-section);padding:.875rem 1.25rem;border:1px solid #FEE2E2;border-radius:var(--db-radius-card);background:#fef2f2}.cc-error-text{color:#dc2626;font-size:var(--db-text-body);font-weight:500}.cc-summary{margin-bottom:var(--db-gap-section);animation:cc-fade-in .4s ease-out .05s both}.cc-summary-card{border:1px solid #F1F5F9;border-radius:var(--db-radius-card);background:#fff;padding:24px 20px 18px;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005;text-align:center;opacity:0;transform:translateY(12px);transition:opacity .5s ease,transform .5s ease}.cc-summary-visible{opacity:1;transform:translateY(0)}.cc-summary-gauge-wrap{position:relative;width:220px;height:125px;margin:0 auto 2px}.cc-summary-gauge-wrap svg{display:block}.cc-summary-gauge-wrap path:last-child{transition:stroke-dashoffset 1.4s cubic-bezier(.22,.61,.36,1)}.cc-summary-gauge-center{position:absolute;bottom:0;left:50%;transform:translate(-50%);text-align:center;white-space:nowrap;max-width:200px}.cc-summary-hero-amount{display:inline-flex;align-items:baseline;white-space:nowrap;max-width:100%}.cc-summary-amount-int{font-size:30px;font-weight:800;color:#2dd4bf;font-family:Inter,system-ui,sans-serif;letter-spacing:-.02em;line-height:1.1;white-space:nowrap}.cc-summary-amount-dec{font-size:17px;font-weight:700;color:#2dd4bf;opacity:.55;white-space:nowrap}.cc-summary-gauge-label{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin-top:2px}.cc-summary-limit-text{font-size:12px;color:#94a3b8;margin-top:4px}.cc-summary-divider{height:1px;background:#f3f4f6;margin:14px 0}.cc-summary-meta{display:flex;justify-content:space-between;align-items:center;font-size:13px}.cc-summary-meta-used{color:#64748b}.cc-summary-meta-pct{font-weight:700;color:#2dd4bf}.cc-summary-gauge-section{display:flex;flex-direction:column;align-items:center}.cc-summary-stats-section{display:none}.cc-summary-stats-row{display:flex;align-items:center;gap:1.5rem}.cc-summary-stat-block{display:flex;flex-direction:column;gap:.125rem}.cc-summary-stat-label{font-size:.625rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em}.cc-summary-stat-value{font-size:1.375rem;font-weight:800;color:#1f2933;letter-spacing:-.02em}.cc-summary-stat-value--muted{color:#64748b}.cc-summary-stat-value--teal{color:#2dd4bf}.cc-summary-stat-divider{width:1px;height:2.5rem;background:linear-gradient(to bottom,transparent,#E2E8F0,transparent);flex-shrink:0}.cc-summary-card-count{font-size:.75rem;color:#94a3b8;font-weight:500;text-align:left}.cc-empty-state{padding:4rem 2rem;border:2px dashed #E2E8F0;border-radius:var(--db-radius-card);text-align:center;background:linear-gradient(135deg,#fafbfc,#f8fafc);animation:cc-fade-in .5s ease-out}.cc-empty-icon-wrap{width:4rem;height:4rem;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;border-radius:1rem;background:linear-gradient(135deg,#f0fdfa,#ecfdf5);border:1px solid #D1FAE5}.cc-empty-icon{width:2rem;height:2rem;color:#2dd4bf}.cc-empty-title{color:#1f2933;font-size:1.125rem;font-weight:700;margin-bottom:.375rem}.cc-empty-text{color:#94a3b8;font-size:.8125rem;max-width:20rem;margin:0 auto 1.5rem;line-height:1.5}.cc-empty-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:9999px;background:#2dd4bf;color:#fff;font-weight:600;font-size:var(--db-text-body);text-decoration:none;box-shadow:0 2px 8px #2dd4bf4d;transition:all .2s ease}.cc-empty-cta:hover{background:#14b8a6;box-shadow:0 4px 16px #2dd4bf59;transform:translateY(-1px)}.cc-empty-cta-icon{width:1rem;height:1rem}.cc-list{display:grid;gap:1.25rem}.cc-card{display:block;border-radius:var(--db-radius-card);overflow:hidden;text-decoration:none;color:inherit;background:#fff;border:1px solid #F1F5F9;box-shadow:0 1px 3px #0000000a,0 4px 16px #0000000a;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1);animation:cc-card-enter .5s cubic-bezier(.22,1,.36,1) both;perspective:800px}.cc-card:hover{transform:translateY(-4px) scale(1.015);box-shadow:0 8px 24px #00000014,0 20px 48px #0000000f}.cc-card:active{transform:translateY(-1px) scale(1.005)}.cc-card--red:hover{box-shadow:0 8px 24px #00000014,0 12px 40px #ef444426}.cc-card--orange:hover{box-shadow:0 8px 24px #00000014,0 12px 40px #f9731626}.cc-card--blue:hover{box-shadow:0 8px 24px #00000014,0 12px 40px #3b82f626}.cc-card--gold:hover{box-shadow:0 8px 24px #00000014,0 12px 40px #eab30826}.cc-card--black:hover{box-shadow:0 8px 24px #0000001f,0 12px 40px #0f172a33}.cc-card--platinum:hover{box-shadow:0 8px 24px #00000014,0 12px 40px #94a3b833}.cc-card--silver:hover{box-shadow:0 8px 24px #00000014,0 12px 40px #cbd5e133}.cc-card--purple:hover{box-shadow:0 8px 24px #00000014,0 12px 40px #8b5cf626}.cc-card--green:hover{box-shadow:0 8px 24px #00000014,0 12px 40px #10b98126}.cc-card--other:hover{box-shadow:0 8px 24px #00000014,0 12px 40px #2dd4bf26}.cc-card-face{position:relative;aspect-ratio:1.7 / 1;overflow:hidden;padding:1.25rem;background-image:linear-gradient(135deg,var(--tw-gradient-from),var(--tw-gradient-to));display:flex;flex-direction:column}.cc-card-orb{position:absolute;border-radius:9999px;pointer-events:none}.cc-card-orb--1{right:-15%;top:-20%;width:55%;height:70%;background:radial-gradient(circle,rgba(255,255,255,.12) 0%,transparent 70%)}.cc-card-orb--2{left:-10%;bottom:-30%;width:50%;height:60%;background:radial-gradient(circle,rgba(255,255,255,.06) 0%,transparent 70%)}.cc-card-orb--3{right:10%;bottom:-10%;width:30%;height:40%;background:radial-gradient(circle,rgba(0,0,0,.08) 0%,transparent 70%)}.cc-card-face-content{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:space-between;flex:1;color:#fff}.cc-card-face-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.cc-card-name{font-size:1.0625rem;font-weight:700;line-height:1.3;text-shadow:0 1px 2px rgba(0,0,0,.1)}.cc-card-brand-logo{flex-shrink:0;width:3rem;height:auto;max-height:1.75rem;filter:drop-shadow(0 1px 2px rgba(0,0,0,.15))}.cc-card-face-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:.75rem}.cc-card-face-bottom .cc-card-number:only-child{margin-left:auto}.cc-card-bank-logo{height:2rem;width:4.5rem;object-fit:contain;object-position:left;filter:brightness(0) invert(1);opacity:.85;flex-shrink:0}.cc-card-number{display:flex;align-items:center;gap:.625rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.cc-card-dots{font-size:.75rem;opacity:.4;letter-spacing:.12em}.cc-card-last4{font-size:1.125rem;font-weight:700;letter-spacing:.15em;opacity:.95}.cc-card-info{padding:1rem 1.25rem 1.25rem;display:grid;gap:.75rem}.cc-card-amounts{display:flex;align-items:stretch;gap:0}.cc-card-amount-block{flex:1;display:flex;flex-direction:column;gap:.125rem}.cc-card-amount-block--right{text-align:right;align-items:flex-end}.cc-card-amount-divider{width:1px;background:#f1f5f9;margin:0 1rem;flex-shrink:0}.cc-card-amount-label{color:#94a3b8;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.cc-card-amount-value{color:#1f2933;font-size:1.25rem;font-weight:800;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.cc-card-amount--positive{color:#10b981}.cc-card-amount--zero{color:#ef4444}.cc-card-bar-section{display:grid;gap:.3125rem}.cc-card-bar-track{position:relative;height:.4375rem;overflow:hidden;border-radius:9999px;background:#e2e8f0}.cc-card-bar-fill{position:relative;height:100%;border-radius:9999px;animation:cc-bar-fill .6s cubic-bezier(.22,1,.36,1) .3s both}.cc-card-bar-meta{display:flex;align-items:center;justify-content:space-between}.cc-card-bar-limit{color:#94a3b8;font-size:.6875rem;font-weight:500}.cc-card-bar-percent{font-size:.75rem;font-weight:700;display:inline-flex;align-items:center;gap:.25rem}.cc-card-bar-alert{width:.75rem;height:.75rem}.cc-card-cycle{display:flex;align-items:center;gap:.5rem;padding-top:.25rem}.cc-card-cycle-item{color:#64748b;font-size:.75rem;font-weight:400}.cc-card-cycle-item strong{font-weight:700;color:#1f2933}.cc-card-cycle-dot{width:3px;height:3px;border-radius:9999px;background:#cbd5e1;flex-shrink:0}.cc-credit-balance{display:flex;align-items:center;justify-content:space-between;padding:.375rem .625rem;border-radius:.5rem;background:#8b5cf60f;border:1px solid rgba(139,92,246,.15)}.cc-credit-balance__label{font-size:.6875rem;font-weight:600;color:#8b5cf6;text-transform:uppercase;letter-spacing:.03em}.cc-credit-balance__amount{font-size:.8125rem;font-weight:800;color:#8b5cf6;font-family:Inter,sans-serif}.cc-card-warning{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.5rem;background:#fef3c7}.cc-card-warning-icon{width:.875rem;height:.875rem;color:#d97706;flex-shrink:0}.cc-card-warning-text{color:#92400e;font-size:.6875rem;font-weight:600}.cc-card-cta{display:flex;align-items:center;justify-content:flex-end;gap:.25rem;padding-top:.375rem;border-top:1px solid #F1F5F9;transition:transform .2s ease}.cc-card:active .cc-card-cta{transform:scale(.98)}.cc-card-cta-text{color:#2dd4bf;font-size:.8125rem;font-weight:600;transition:color .2s ease}.cc-card:hover .cc-card-cta-text{color:#0d9488}.cc-card-cta-arrow{width:.875rem;height:.875rem;color:#2dd4bf;transition:transform .2s ease,color .2s ease}.cc-card:hover .cc-card-cta-arrow{transform:translate(4px);color:#0d9488}.cc-usage-fill-normal{background:linear-gradient(90deg,#2dd4bf,#14b8a6)}.cc-usage-fill-medium{background:linear-gradient(90deg,#f59e0b,#d97706)}.cc-usage-fill-high{background:linear-gradient(90deg,#ef4444,#dc2626)}.cc-usage-normal{color:#2dd4bf}.cc-usage-medium{color:#f59e0b}.cc-usage-high{color:#ef4444}.cc-usage-shimmer{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:cc-shimmer 2s ease-in-out infinite}.cc-recent{margin-top:var(--db-gap-section);border:1px solid #F1F5F9;border-radius:var(--db-radius-card);background:#fff;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005;overflow:hidden;animation:cc-fade-in .4s ease-out}.cc-recent-header{padding:1.25rem 1.25rem 0;margin-bottom:.75rem}.cc-recent-title{color:#1f2933;font-size:1.125rem;font-weight:700;letter-spacing:-.01em}.cc-recent-subtitle{color:#94a3b8;font-size:.8125rem;font-weight:400;margin-top:.125rem}.cc-payment-list{display:grid}.cc-payment-row{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;animation:cc-fade-in .35s ease both;transition:background .2s ease}.cc-payment-row:hover{background:#f8fafc}.cc-payment-row--divider{border-bottom:1px solid #F1F5F9}.cc-payment-icon-wrap{display:flex;width:2.25rem;height:2.25rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:.625rem;background:#8b5cf61a;transition:transform .2s ease}.cc-payment-row:hover .cc-payment-icon-wrap{transform:scale(1.05)}.cc-payment-icon{width:1.125rem;height:1.125rem;color:#8b5cf6}.cc-payment-main{flex:1;min-width:0}.cc-payment-cards{display:flex;align-items:center;gap:.375rem}.cc-payment-card-name{color:#1f2933;font-size:var(--db-text-body);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3}.cc-payment-meta{display:flex;align-items:center;gap:.375rem;margin-top:.125rem}.cc-payment-date{color:#94a3b8;font-size:.6875rem;font-weight:500}.cc-payment-dot-sep{width:3px;height:3px;border-radius:9999px;background:#cbd5e1;flex-shrink:0}.cc-payment-card-dot{width:.4375rem;height:.4375rem;border-radius:9999px;flex-shrink:0}.cc-payment-card-dot--small{width:.375rem;height:.375rem}.cc-payment-from{color:#94a3b8;font-size:.6875rem;font-weight:500}.cc-payment-from-name{color:#64748b;font-size:.6875rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cc-payment-amount{flex-shrink:0;font-size:1.0625rem;font-weight:800;letter-spacing:-.01em;font-variant-numeric:tabular-nums;color:#8b5cf6}@keyframes cc-timeline-draw{0%{height:0}to{height:100%}}@keyframes cc-timeline-row-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.cc-upcoming{margin-top:var(--db-gap-section);border:1px solid #F1F5F9;border-radius:var(--db-radius-card);background:#fff;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005;padding:1.5rem;animation:cc-fade-in .4s ease-out}.cc-upcoming-header{margin-bottom:1.25rem}.cc-upcoming-title{color:#1f2933;font-size:1.125rem;font-weight:700;letter-spacing:-.01em}.cc-upcoming-subtitle{color:#94a3b8;font-size:.8125rem;font-weight:400;margin-top:.125rem}.cc-upcoming-allclear{display:flex;align-items:center;gap:.625rem;padding:1rem;border-radius:.75rem;background:linear-gradient(130deg,#ecfdf5,#f0fdfa);border:1px solid #D1FAE5}.cc-upcoming-allclear-icon{width:1.25rem;height:1.25rem;color:#10b981;flex-shrink:0}.cc-upcoming-allclear-text{color:#065f46;font-size:var(--db-text-body);font-weight:600}.cc-timeline{position:relative;padding-left:1.5rem}.cc-timeline--single{padding-left:0}.cc-timeline-line{position:absolute;left:.3125rem;top:.5rem;bottom:.5rem;width:2px;background:#e2e8f0;border-radius:9999px;animation:cc-timeline-draw .6s ease-out .2s both}.cc-timeline-row{position:relative;display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #F8FAFC;animation:cc-timeline-row-in .35s ease both;transition:background .2s ease,transform .2s ease}.cc-timeline-row:last-child{border-bottom:0}.cc-timeline-row:hover{background:#f8fafc;transform:translate(4px)}.cc-timeline--single .cc-timeline-row{padding-left:0}.cc-timeline-dot{position:absolute;left:-1.5rem;top:50%;transform:translate(-50%,-50%) translate(.3125rem);width:.625rem;height:.625rem;border-radius:9999px;border:2px solid #CBD5E1;background:#fff;flex-shrink:0;z-index:2}.cc-timeline--single .cc-timeline-dot{display:none}.cc-timeline-dot--active{border-color:#2dd4bf;background:#2dd4bf;box-shadow:0 0 0 3px #2dd4bf33}.cc-timeline-content{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex:1;min-width:0}.cc-timeline-left{display:flex;flex-direction:column;gap:.125rem;flex-shrink:0;min-width:4.5rem}.cc-timeline-date{color:#1f2933;font-size:var(--db-text-body);font-weight:600}.cc-timeline-urgency{display:inline-block;width:fit-content;padding:.0625rem .375rem;border-radius:9999px;font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.cc-urgency--neutral{background:#f1f5f9;color:#64748b}.cc-urgency--soon{background:#f9731614;color:#ea580c;border:1px solid rgba(249,115,22,.15)}.cc-urgency--urgent{background:#ef444414;color:#dc2626;border:1px solid rgba(239,68,68,.15)}.cc-urgency--tomorrow{background:#facc151f;color:#a16207;border:1px solid rgba(250,204,21,.2)}.cc-urgency--today{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.2)}.cc-timeline-center{display:flex;align-items:center;gap:.375rem;flex:1;min-width:0}.cc-timeline-card-dot{width:.5rem;height:.5rem;border-radius:9999px;flex-shrink:0}.cc-timeline-card-name{color:#1f2933;font-size:var(--db-text-body);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cc-timeline-right{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem;flex-shrink:0}.cc-timeline-amount{color:#1f2933;font-size:1rem;font-weight:800;letter-spacing:-.01em;font-variant-numeric:tabular-nums}.cc-timeline-status{font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.0625rem .375rem;border-radius:9999px}.cc-status--due{background:#ef444414;color:#dc2626}.cc-status--paid{background:#10b98114;color:#059669}.cc-status--none{background:#f1f5f9;color:#94a3b8}@media(min-width:768px){.cc-page{padding:2rem}.cc-summary-card{display:flex;align-items:center;gap:2.5rem;padding:1.5rem 2rem;text-align:left}.cc-summary-gauge-section{flex-shrink:0}.cc-summary-limit-text,.cc-summary-divider--mobile,.cc-summary-meta--mobile{display:none}.cc-summary-stats-section{display:flex;flex-direction:column;gap:.75rem;flex:1}.cc-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.cc-card-name{font-size:1.125rem}.cc-card-bank-logo{height:2.25rem;width:5rem}}@media(min-width:1280px){.cc-summary-card{gap:3rem;padding:1.75rem 2.5rem}.cc-summary-stat-value{font-size:1.5rem}.cc-summary-stats-row{gap:2rem}.cc-list{grid-template-columns:repeat(3,minmax(0,1fr))}}.cc-page--cached,.cc-page--cached .cc-card,.cc-page--cached .cc-summary,.cc-page--cached .cc-summary-card,.cc-page--cached .cc-empty-state,.cc-page--cached .cc-recent,.cc-page--cached .cc-payment-row,.cc-page--cached .cc-upcoming,.cc-page--cached .cc-timeline-row,.cc-page--cached .cc-timeline-line,.cc-page--cached .cc-card-bar-fill,.cc-page--cached .cc-usage-shimmer{animation:none}@media(prefers-reduced-motion:reduce){.cc-page,.cc-card,.cc-summary,.cc-empty-state,.cc-recent,.cc-payment-row,.cc-upcoming,.cc-timeline-row,.cc-timeline-line,.cc-card-bar-fill{animation:none}.cc-summary-card{opacity:1;transform:none;transition:none}.cc-summary-gauge-wrap path{transition:none!important}.cc-usage-shimmer{animation:none}.cc-card,.cc-timeline-row{transition:none}}@keyframes dc-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes dc-card-enter{0%{opacity:0;transform:translateY(24px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.dc-page{margin:0 auto;max-width:72rem;padding:1rem;animation:dc-fade-in .3s ease-out}.dc-header{margin-bottom:var(--db-gap-section);display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.dc-header-text{display:flex;flex-direction:column;gap:.125rem}.dc-title{color:#1f2933;font-size:var(--db-text-title);font-weight:700;letter-spacing:-.01em}.dc-subtitle{color:#94a3b8;font-size:.8125rem;font-weight:400}.dc-header-count{display:flex;align-items:baseline;gap:.25rem;flex-shrink:0}.dc-header-count-number{color:#1f2933;font-size:1.5rem;font-weight:800;letter-spacing:-.02em}.dc-header-count-label{color:#94a3b8;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em}.dc-error-box{margin-bottom:var(--db-gap-section);padding:.875rem 1.25rem;border:1px solid #FEE2E2;border-radius:var(--db-radius-card);background:#fef2f2}.dc-error-text{color:#dc2626;font-size:var(--db-text-body);font-weight:500}.dc-summary{margin-bottom:var(--db-gap-section);animation:dc-fade-in .4s ease-out .05s both}.dc-summary-hero{border:1px solid #F1F5F9;border-radius:var(--db-radius-card);background:#fff;padding:1.25rem;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005}.dc-summary-hero-label{color:#94a3b8;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.dc-summary-hero-value{font-size:2rem;font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-top:.25rem}.dc-summary-hero-sub{color:#94a3b8;font-size:.8125rem;font-weight:400;margin-top:.125rem}.dc-balance--positive{color:#10b981}.dc-balance--negative{color:#ef4444}.dc-balance--zero{color:#94a3b8}.dc-empty-state{padding:4rem 2rem;border:2px dashed #E2E8F0;border-radius:var(--db-radius-card);text-align:center;background:linear-gradient(135deg,#fafbfc,#f8fafc);animation:dc-fade-in .5s ease-out}.dc-empty-icon-wrap{width:4rem;height:4rem;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;border-radius:1rem;background:linear-gradient(135deg,#f0fdfa,#ecfdf5);border:1px solid #D1FAE5}.dc-empty-icon{width:2rem;height:2rem;color:#2dd4bf}.dc-empty-title{color:#1f2933;font-size:1.125rem;font-weight:700;margin-bottom:.375rem}.dc-empty-text{color:#94a3b8;font-size:.8125rem;max-width:20rem;margin:0 auto 1.5rem;line-height:1.5}.dc-empty-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:9999px;background:#2dd4bf;color:#fff;font-weight:600;font-size:var(--db-text-body);text-decoration:none;box-shadow:0 2px 8px #2dd4bf4d;transition:all .2s ease}.dc-empty-cta:hover{background:#14b8a6;box-shadow:0 4px 16px #2dd4bf59;transform:translateY(-1px)}.dc-empty-cta-icon{width:1rem;height:1rem}.dc-list{display:grid;gap:1.25rem}.dc-card{display:block;border-radius:var(--db-radius-card);overflow:hidden;text-decoration:none;color:inherit;background:#fff;border:1px solid #F1F5F9;box-shadow:0 1px 3px #0000000a,0 4px 16px #0000000a;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1);animation:dc-card-enter .5s cubic-bezier(.22,1,.36,1) both;perspective:800px}.dc-card:hover{transform:translateY(-4px) scale(1.015);box-shadow:0 8px 24px #00000014,0 20px 48px #0000000f}.dc-card:active{transform:translateY(-1px) scale(1.005)}.dc-card--red:hover{box-shadow:0 8px 24px #00000014,0 12px 40px #ef444426}.dc-card--orange:hover{box-shadow:0 8px 24px #00000014,0 12px 40px #f9731626}.dc-card--blue:hover{box-shadow:0 8px 24px #00000014,0 12px 40px #3b82f626}.dc-card--gold:hover{box-shadow:0 8px 24px #00000014,0 12px 40px #eab30826}.dc-card--black:hover{box-shadow:0 8px 24px #0000001f,0 12px 40px #0f172a33}.dc-card--platinum:hover{box-shadow:0 8px 24px #00000014,0 12px 40px #94a3b833}.dc-card--silver:hover{box-shadow:0 8px 24px #00000014,0 12px 40px #cbd5e133}.dc-card--purple:hover{box-shadow:0 8px 24px #00000014,0 12px 40px #8b5cf626}.dc-card--green:hover{box-shadow:0 8px 24px #00000014,0 12px 40px #10b98126}.dc-card--other:hover{box-shadow:0 8px 24px #00000014,0 12px 40px #2dd4bf26}.dc-card-face{position:relative;aspect-ratio:1.7 / 1;overflow:hidden;padding:1.25rem;background-image:linear-gradient(135deg,var(--tw-gradient-from),var(--tw-gradient-to));display:flex;flex-direction:column}.dc-card-orb{position:absolute;border-radius:9999px;pointer-events:none}.dc-card-orb--1{right:-15%;top:-20%;width:55%;height:70%;background:radial-gradient(circle,rgba(255,255,255,.12) 0%,transparent 70%)}.dc-card-orb--2{left:-10%;bottom:-30%;width:50%;height:60%;background:radial-gradient(circle,rgba(255,255,255,.06) 0%,transparent 70%)}.dc-card-orb--3{right:10%;bottom:-10%;width:30%;height:40%;background:radial-gradient(circle,rgba(0,0,0,.08) 0%,transparent 70%)}.dc-card-face-content{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:space-between;flex:1;color:#fff}.dc-card-face-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.dc-card-name{font-size:1.0625rem;font-weight:700;line-height:1.3;text-shadow:0 1px 2px rgba(0,0,0,.1)}.dc-card-brand-logo{flex-shrink:0;width:3rem;height:auto;max-height:1.75rem;filter:drop-shadow(0 1px 2px rgba(0,0,0,.15))}.dc-card-face-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:.75rem}.dc-card-face-bottom .dc-card-number:only-child{margin-left:auto}.dc-card-bank-logo{height:2rem;width:4.5rem;object-fit:contain;object-position:left;filter:brightness(0) invert(1);opacity:.85;flex-shrink:0}.dc-card-number{display:flex;align-items:center;gap:.625rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.dc-card-dots{font-size:.75rem;opacity:.4;letter-spacing:.12em}.dc-card-last4{font-size:1.125rem;font-weight:700;letter-spacing:.15em;opacity:.95}.dc-card-info{padding:1rem 1.25rem 1.25rem;display:grid;gap:.75rem}.dc-card-balance-row{display:flex;align-items:baseline;justify-content:space-between}.dc-card-balance-label{color:#94a3b8;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.dc-card-balance-value{font-size:1.375rem;font-weight:800;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.dc-card-warning{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.5rem;background:#fef3c7}.dc-card-warning-icon{width:.875rem;height:.875rem;color:#d97706;flex-shrink:0}.dc-card-warning-text{color:#92400e;font-size:.6875rem;font-weight:600}.dc-card-cta{display:flex;align-items:center;justify-content:flex-end;gap:.25rem;padding-top:.375rem;border-top:1px solid #F1F5F9;transition:transform .2s ease}.dc-card:active .dc-card-cta{transform:scale(.98)}.dc-card-cta-text{color:#2dd4bf;font-size:.8125rem;font-weight:600;transition:color .2s ease}.dc-card:hover .dc-card-cta-text{color:#0d9488}.dc-card-cta-arrow{width:.875rem;height:.875rem;color:#2dd4bf;transition:transform .2s ease,color .2s ease}.dc-card:hover .dc-card-cta-arrow{transform:translate(4px);color:#0d9488}@keyframes dc-row-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dc-recent{margin-top:var(--db-gap-section);border:1px solid #F1F5F9;border-radius:var(--db-radius-card);background:#fff;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005;overflow:hidden;animation:dc-fade-in .4s ease-out}.dc-recent-header{padding:1.25rem 1.25rem 0;margin-bottom:.75rem}.dc-recent-title{color:#1f2933;font-size:1.125rem;font-weight:700;letter-spacing:-.01em}.dc-recent-subtitle{color:#94a3b8;font-size:.8125rem;font-weight:400;margin-top:.125rem}.dc-activity-list{display:grid}.dc-activity-row{display:flex;flex-direction:column;padding:0;animation:dc-row-in .35s ease both;transition:background .2s ease}.dc-activity-row:hover{background:#f8fafc}.dc-activity-row--divider{border-bottom:1px solid #F1F5F9}.dc-activity-row--expanded{background:#f8fafc}.dc-activity-row-top{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.75rem 1.25rem;cursor:default}.dc-activity-row[role=button] .dc-activity-row-top{cursor:pointer}.dc-activity-icon-wrap{display:flex;width:2.25rem;height:2.25rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:.625rem;transition:transform .2s ease}.dc-activity-row:hover .dc-activity-icon-wrap{transform:scale(1.05)}.dc-activity-icon-wrap--income{background:#10b9811a}.dc-activity-icon-wrap--expense{background:#ef444414}.dc-activity-icon-wrap--transfer{background:#3b82f61a}.dc-activity-icon-wrap--cc-payment{background:#8b5cf61a}.dc-activity-icon{width:1.125rem;height:1.125rem}.dc-activity-icon--income{color:#10b981}.dc-activity-icon--expense{color:#ef4444}.dc-activity-icon--transfer{color:#3b82f6}.dc-activity-icon--cc-payment{color:#8b5cf6}.dc-activity-main{flex:1;min-width:0}.dc-activity-label-row{display:flex;align-items:baseline;gap:.5rem}.dc-activity-category{color:#1f2933;font-size:var(--db-text-body);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3}.dc-activity-date-inline{color:#94a3b8;font-size:.6875rem;font-weight:500;white-space:nowrap;flex-shrink:0}.dc-activity-description{color:#94a3b8;font-size:.75rem;font-weight:400;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3}.dc-activity-card-dot{width:.4375rem;height:.4375rem;border-radius:9999px;flex-shrink:0}.dc-activity-desc-sep{color:#cbd5e1}.dc-activity-right{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;text-align:right;white-space:nowrap}.dc-activity-amount{font-size:1.0625rem;font-weight:800;letter-spacing:-.01em;font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap}.dc-activity-amount--income{color:#10b981}.dc-activity-amount--expense{color:#ef4444}.dc-activity-amount--transfer{color:#3b82f6}.dc-activity-amount--cc-payment{color:#8b5cf6}.dc-activity-chevron{width:.875rem;height:.875rem;color:#cbd5e1;transition:transform .25s cubic-bezier(.22,1,.36,1),color .2s ease;margin-top:.125rem}.dc-activity-row:hover .dc-activity-chevron{color:#94a3b8}.dc-activity-chevron--open{transform:rotate(180deg);color:#3b82f6}.dc-activity-expand{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s cubic-bezier(.22,1,.36,1)}.dc-activity-expand--open{grid-template-rows:1fr}.dc-activity-expand-inner{overflow:hidden;padding:0 1.25rem}.dc-activity-expand--open .dc-activity-expand-inner{padding-bottom:.75rem}.dc-activity-breakdown-row{display:flex;align-items:center;justify-content:space-between;padding:.4rem .75rem;background:#fff;border:1px solid #F1F5F9;border-radius:.5rem;margin-bottom:.375rem}.dc-activity-breakdown-row:last-of-type{margin-bottom:0}.dc-activity-breakdown-account{display:flex;align-items:center;gap:.375rem;min-width:0;flex:1}.dc-activity-breakdown-name{color:#1f2933;font-size:.8125rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dc-activity-breakdown-amount{font-size:.875rem;font-weight:800;letter-spacing:-.01em;font-variant-numeric:tabular-nums;flex-shrink:0;margin-left:.75rem}.dc-activity-breakdown-amount--expense{color:#ef4444}.dc-activity-breakdown-amount--income{color:#10b981}.dc-activity-expand-desc{color:#94a3b8;font-size:.75rem;font-weight:400;margin:.5rem 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:768px){.dc-page{padding:2rem}.dc-summary-hero-value{font-size:2.25rem}.dc-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.dc-card-name{font-size:1.125rem}}@media(min-width:1280px){.dc-list{grid-template-columns:repeat(3,minmax(0,1fr))}.dc-summary-hero-value{font-size:2.5rem}}.dc-page--cached,.dc-page--cached .dc-card,.dc-page--cached .dc-summary,.dc-page--cached .dc-empty-state,.dc-page--cached .dc-recent,.dc-page--cached .dc-activity-row{animation:none}@media(prefers-reduced-motion:reduce){.dc-page,.dc-card,.dc-summary,.dc-empty-state,.dc-recent,.dc-activity-row{animation:none}.dc-card,.dc-activity-row{transition:none}}.set-page{margin:0 auto;max-width:960px;padding:1rem}.set-grid{display:flex;flex-direction:column}.set-header{margin-bottom:1.5rem}.set-title{margin-bottom:.375rem;color:#1f2933;font-size:1.75rem;font-weight:800}.set-subtitle{color:#94a3b8;font-size:.875rem;margin:0}.set-status{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem;padding:.75rem 1rem;border-radius:.75rem;font-size:.875rem}.set-status p{margin:0}.set-status--error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.set-status--success{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46}.set-status-dismiss{display:flex;align-items:center;justify-content:center;border:0;background:transparent;color:inherit;opacity:.6;cursor:pointer;padding:.25rem;border-radius:.375rem;transition:opacity .2s ease}.set-status-dismiss:hover{opacity:1}.set-section-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin-bottom:.75rem;margin-top:2rem}.set-card{margin-bottom:1rem;border:1px solid #f1f5f9;border-radius:1rem;background:#fff;padding:1.5rem;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005;transition:box-shadow .2s ease,transform .2s ease}.set-card--hoverable:hover{box-shadow:0 2px 8px #0000000f,0 8px 24px #0000000a;transform:translateY(-1px)}.set-card-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.set-card-header-left{display:flex;align-items:center;gap:.75rem}.set-card-title{margin:0;font-size:1.0625rem;font-weight:700;color:#1f2933}.set-card-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:9999px;color:#fff;flex-shrink:0}.set-card-icon--teal{background:linear-gradient(135deg,#2dd4bf,#14b8a6)}.set-card-icon--blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.set-card-icon--purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.set-card-icon--green{background:linear-gradient(135deg,#10b981,#059669)}.set-card-icon--amber{background:linear-gradient(135deg,#f59e0b,#d97706)}.set-card-desc{color:#64748b;font-size:.875rem;margin:0 0 1rem;line-height:1.5}.set-edit-btn{display:inline-flex;align-items:center;gap:.375rem;border:1.5px solid #e2e8f0;border-radius:9999px;background:#fff;padding:.375rem .875rem;color:#64748b;font-size:.75rem;font-weight:600;cursor:pointer;transition:border-color .2s ease,color .2s ease}.set-edit-btn:hover{border-color:#2dd4bf;color:#2dd4bf}.set-profile-fields{display:flex;flex-direction:column}.set-profile-field{display:flex;flex-direction:column;gap:.25rem;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.set-profile-field--last{border-bottom:none}.set-profile-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.set-profile-value{font-size:.9375rem;font-weight:500;color:#1f2933}.set-profile-edit{display:flex;flex-direction:column;gap:1rem}.set-field{display:flex;flex-direction:column;gap:.375rem}.set-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.set-input{width:100%;border:1.5px solid #e2e8f0;border-radius:.75rem;background:#fff;padding:.75rem 1rem;font-size:.9375rem;color:#1f2933;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.set-input:focus{outline:none;border-color:#2dd4bf;box-shadow:0 0 0 3px #2dd4bf26}.set-btn-row{display:flex;gap:.75rem}.set-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:9999px;padding:.625rem 1.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.set-btn--primary{background:#2dd4bf;color:#fff;box-shadow:0 2px 8px #2dd4bf40}.set-btn--primary:hover{background:#14b8a6}.set-btn--primary:disabled{opacity:.6;cursor:not-allowed}.set-btn--outline{background:transparent;border:1.5px solid #e2e8f0;color:#1f2933}.set-btn--outline:hover{border-color:#cbd5e1;background:#f8fafc}.set-password-toggle{display:flex;align-items:center;gap:.5rem;width:100%;border:1px solid #f1f5f9;border-radius:.75rem;background:#f8fafc;padding:.75rem 1rem;color:#64748b;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease}.set-password-toggle:hover{background:#f1f5f9;color:#1f2933}.set-password-section{display:flex;flex-direction:column;gap:1rem;padding-top:.5rem}.set-lang-toggle{display:flex;background:#f1f5f9;border-radius:9999px;padding:4px;gap:0;margin-bottom:.75rem}.set-lang-option{flex:1;border:0;border-radius:9999px;background:transparent;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s ease;text-align:center}.set-lang-option--active{background:#fff;color:#1f2933;font-weight:600;box-shadow:0 1px 3px #0000001a}.set-lang-hint{font-size:.75rem;color:#94a3b8;font-style:italic;margin:0}.set-nav-row{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-radius:.75rem;background:#f8fafc;color:#1f2933;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s ease}.set-nav-row:hover{background:#2dd4bf0f;color:#14b8a6}.set-export-buttons{display:flex;gap:.75rem}.set-export-btn{display:inline-flex;align-items:center;gap:.5rem;border:1.5px solid #e2e8f0;border-radius:9999px;background:transparent;padding:.5rem 1.25rem;color:#1f2933;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s ease}.set-export-btn:hover{border-color:#2dd4bf;color:#2dd4bf;background:#2dd4bf0a}.set-export-btn:disabled{opacity:.5;pointer-events:none}.set-export-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem}.set-export-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.set-export-modal{position:relative;background:#fff;border-radius:1rem;padding:1.5rem;width:100%;max-width:22rem;box-shadow:0 20px 60px #00000026;animation:set-modal-rise .28s cubic-bezier(.32,.72,0,1)}@keyframes set-modal-rise{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.set-export-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.set-export-modal-title{font-size:1rem;font-weight:700;color:#1f2933}.set-export-modal-close{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border:none;background:transparent;border-radius:9999px;color:#94a3b8;cursor:pointer;transition:background .15s}.set-export-modal-close:hover{background:#f1f5f9;color:#64748b}.set-export-modal-desc{font-size:.8125rem;color:#64748b;margin-bottom:1.25rem}.set-export-modal-fields{display:flex;gap:.75rem;margin-bottom:1.25rem}.set-export-modal-label{display:flex;flex-direction:column;gap:.35rem;flex:1}.set-export-modal-label>span{font-size:.75rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.03em}.set-export-modal-input{width:100%;padding:.5rem .625rem;font-size:.875rem;font-family:inherit;color:#1f2933;border:1.5px solid #e2e8f0;border-radius:.625rem;background:#fff;outline:none;transition:border-color .2s,box-shadow .2s}.set-export-modal-input:focus{border-color:#2dd4bf;box-shadow:0 0 0 3px #2dd4bf26}.set-export-modal-actions{display:flex;gap:.625rem}.set-export-modal-btn{flex:1;padding:.6rem 0;font-size:.8125rem;font-weight:600;font-family:inherit;border-radius:9999px;cursor:pointer;transition:all .18s ease;border:1.5px solid transparent}.set-export-modal-btn--outline{background:transparent;border-color:#e2e8f0;color:#64748b}.set-export-modal-btn--outline:hover{border-color:#cbd5e1;background:#f8fafc}.set-export-modal-btn--primary{background:#2dd4bf;color:#fff;border-color:#2dd4bf}.set-export-modal-btn--primary:hover{background:#22b8a5;border-color:#22b8a5}.set-about-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.set-about-logo{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:9999px;background:linear-gradient(135deg,#2dd4bf,#14b8a6);flex-shrink:0}.set-about-logo-letter{color:#fff;font-size:1.125rem;font-weight:700}.set-about-name{margin:0;color:#1f2933;font-size:1.0625rem;font-weight:700}.set-about-version{display:inline-block;background:#f1f5f9;border-radius:9999px;padding:.125rem .625rem;font-size:.75rem;color:#94a3b8;font-weight:500;margin-top:.125rem}.set-about-text{color:#64748b;font-size:.875rem;line-height:1.5;margin:0 0 1.25rem}.set-about-links{display:flex;gap:1.5rem;flex-wrap:wrap;padding-top:1rem;border-top:1px solid #f1f5f9}.set-about-link{color:#2dd4bf;font-size:.8125rem;font-weight:500;text-decoration:none;transition:color .2s ease}.set-about-link:hover{color:#14b8a6;text-decoration:underline}.set-signout{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;border:1.5px solid #ef4444;border-radius:9999px;background:transparent;padding:.875rem;color:#ef4444;font-size:.9375rem;font-weight:600;cursor:pointer;margin-top:2rem;margin-bottom:2rem;transition:all .2s ease}.set-signout:hover{background:#ef44440f;border-color:#dc2626;color:#dc2626}.set-fade-in{animation:set-fade-in .4s ease both}@keyframes set-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(min-width:1024px){.set-page{padding:2rem}.set-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.set-grid .set-card{margin-bottom:0}.set-section-label,.set-card--full,.set-signout,.set-status{grid-column:1 / -1}.set-grid .set-section-label{margin-top:.75rem;margin-bottom:0}.set-grid .set-signout{margin-top:.75rem}}@media(max-width:480px){.set-export-buttons{flex-direction:column}.set-export-btn{justify-content:center}}@media(prefers-reduced-motion:reduce){.set-fade-in{animation:none}.set-card,.set-card--hoverable,.set-btn,.set-edit-btn,.set-lang-option,.set-nav-row,.set-export-btn,.set-signout,.set-input,.set-about-link,.set-password-toggle,.set-status-dismiss{transition:none}}.settings-page{margin:0 auto;max-width:80rem;padding:1rem}.settings-card,.settings-status-box{margin-bottom:1.5rem;border:1px solid #f1f5f9;border-radius:1rem;background:#fff;padding:1.5rem;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005}.settings-error-text{color:#dc2626;font-size:.875rem}.settings-success-text{color:#0f766e;font-size:.875rem}.settings-section-title,.settings-about-title{margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;color:#1f2933;font-size:1.125rem;font-weight:600}.settings-about-title{display:block}.settings-section-icon{height:1.25rem;width:1.25rem}.settings-label{margin-bottom:.5rem;display:block;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.settings-input{width:100%;border:1.5px solid #e2e8f0;border-radius:.75rem;background:#fff;padding:.75rem 1rem;font-size:.9375rem;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.settings-input:focus{outline:none;border-color:#2dd4bf;box-shadow:0 0 0 3px #2dd4bf26}.settings-stack{display:grid;gap:1rem}.settings-text{color:#64748b}.settings-text-gap{margin-bottom:1rem}.settings-button-row,.settings-export-row{display:flex;gap:.75rem}.settings-primary-btn,.settings-manage-link{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:9999px;padding:.625rem 1.5rem;font-weight:600;font-size:.875rem;background:#2dd4bf;color:#fff;text-decoration:none;cursor:pointer;transition:background-color .2s ease}.settings-primary-btn:hover,.settings-manage-link:hover{background:#14b8a6}.settings-secondary-btn,.settings-export-btn{display:inline-flex;align-items:center;justify-content:center;border:1.5px solid #e2e8f0;border-radius:9999px;padding:.5rem 1.25rem;font-weight:600;font-size:.875rem;background:transparent;color:#1f2933;text-decoration:none;cursor:pointer;transition:all .2s ease}.settings-secondary-btn:hover,.settings-export-btn:hover{border-color:#2dd4bf;color:#2dd4bf}.settings-value-text{font-size:.9375rem;font-weight:500;color:#1f2933}.settings-category-list{display:grid;gap:1rem}.settings-category-meta{color:#64748b;font-size:.75rem}.settings-category-row{display:flex;align-items:center;justify-content:space-between;border-radius:.75rem;background:#f9fafb;padding:.75rem;transition:background-color .2s ease}.settings-category-row:hover{background:#f1f5f9}.settings-category-row-clickable{cursor:pointer}.settings-category-row-active{border:1px solid #99f6e4;background:#f0fdfa}.settings-category-editor{margin-bottom:1rem;display:grid;gap:.75rem;border:1px solid #f1f5f9;border-radius:.875rem;background:#fcfdff;padding:.875rem}.settings-category-view-row{margin-bottom:.75rem;display:flex;gap:.5rem}.settings-category-toolbar{margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.75rem}.settings-category-type-row{display:flex;gap:.5rem}.settings-category-type-btn{border:1px solid #e2e8f0;border-radius:.625rem;background:#fff;padding:.35rem .75rem;color:#64748b;font-size:.75rem;font-weight:600;transition:border-color .2s ease,background-color .2s ease,color .2s ease;cursor:pointer}.settings-category-type-btn-active{border-color:#2dd4bf;background:#2dd4bf;color:#fff}.settings-category-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.settings-category-summary-chip{display:grid;gap:.2rem;border:1px solid #e2e8f0;border-radius:.875rem;background:linear-gradient(180deg,#fff,#f8fafc);padding:.85rem .95rem}.settings-category-summary-value{color:#1f2933;font-size:1rem;font-weight:700}.settings-category-summary-label{color:#64748b;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.settings-category-layout{display:grid;gap:1rem}.settings-category-editor-pro,.settings-category-panel{border:1px solid #e2e8f0;border-radius:1rem;background:linear-gradient(180deg,#fff,#f8fafc);padding:1rem}.settings-category-editor-pro{gap:1rem}.settings-category-editor-head,.settings-category-panel-head{display:flex;flex-direction:column;gap:.9rem}.settings-category-editor-title,.settings-category-panel-title{margin:0;color:#1f2933;font-size:1rem;font-weight:700}.settings-category-editor-subtitle,.settings-category-panel-subtitle,.settings-category-row-subtext,.settings-category-empty-subtext,.settings-category-hint{margin:.25rem 0 0;color:#64748b;font-size:.875rem;line-height:1.5}.settings-category-preview{display:flex;align-items:center;gap:.75rem;border:1px solid #dbeafe;border-radius:.875rem;background:linear-gradient(135deg,#ecfeff,#f8fafc);padding:.85rem}.settings-category-preview-icon{display:flex;height:3rem;width:3rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:.9rem;background:linear-gradient(135deg,#2dd4bf,#14b8a6);color:#fff;box-shadow:0 10px 24px #14b8a633}.settings-category-preview-icon-svg{height:1.25rem;width:1.25rem}.settings-category-preview-name{margin:0;color:#1f2933;font-size:.95rem;font-weight:700}.settings-category-preview-type{margin:.2rem 0 0;color:#64748b;font-size:.8rem}.settings-category-name-input{min-height:3rem}.settings-icon-grid-expanded{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.settings-icon-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.4rem}.settings-icon-option{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;border:1px solid #e2e8f0;border-radius:.875rem;background:#fff;padding:.65rem .75rem;color:#64748b;transition:border-color .2s ease,background-color .2s ease,color .2s ease;cursor:pointer;text-align:left}.settings-icon-option-active{border-color:#2dd4bf;background:#ecfeff;color:#0f766e;box-shadow:0 0 0 1px #2dd4bf40}.settings-icon-option-icon{height:1rem;width:1rem;flex-shrink:0}.settings-icon-option-label{min-width:0;font-size:.75rem;font-weight:600;line-height:1.35}.settings-category-left,.settings-category-actions{display:flex;align-items:center}.settings-category-left{gap:.65rem}.settings-category-actions{gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.settings-category-icon-wrap{display:flex;height:2rem;width:2rem;align-items:center;justify-content:center;border-radius:.625rem;background:#ecfeff;color:#0f766e}.settings-category-icon{height:1rem;width:1rem}.settings-category-type{margin-top:.2rem;color:#94a3b8;font-size:.75rem}.settings-category-delete-btn{border:0;border-radius:.625rem;background:transparent;color:#ef4444;font-size:.75rem;font-weight:600;padding:.4rem .55rem;cursor:pointer;transition:background-color .2s ease,color .2s ease}.settings-category-delete-btn:hover{background:#fef2f2;color:#dc2626}.settings-category-name{color:#1f2933;font-weight:500}.settings-category-action-row{display:flex;flex-wrap:wrap;gap:.75rem}.settings-category-panel-badge,.settings-category-usage-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;font-size:.75rem;font-weight:700;white-space:nowrap}.settings-category-panel-badge{align-self:flex-start;background:#ecfeff;padding:.45rem .7rem;color:#0f766e}.settings-category-usage-pill{background:#f1f5f9;padding:.4rem .65rem;color:#475569}.settings-category-list-pro{gap:.75rem}.settings-category-empty{display:grid;gap:.3rem;border:1px dashed #cbd5e1;border-radius:.875rem;background:#f8fafc;padding:1rem;text-align:center}.settings-link-btn,.settings-about-link{display:inline-block;border:0;background:transparent;color:#2dd4bf;font-size:.875rem;font-weight:500}.settings-link-btn{margin-top:1rem;padding:0}.settings-link-btn:hover,.settings-about-link:hover{color:#14b8a6}.settings-card-last{margin-bottom:0}@media(min-width:1024px){.settings-page{padding:2rem}.settings-category-toolbar{flex-direction:row;align-items:center;justify-content:space-between}.settings-category-view-row{margin-bottom:0}.settings-category-layout{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);align-items:start}.settings-category-editor-head,.settings-category-panel-head{flex-direction:row;align-items:flex-start;justify-content:space-between}.settings-icon-grid-expanded{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767px){.settings-category-row{flex-direction:column;align-items:stretch}.settings-category-summary{grid-template-columns:1fr}.settings-category-actions{justify-content:space-between}.settings-icon-grid-expanded{grid-template-columns:1fr}}.stack-container{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.stack-page{position:absolute;top:0;left:0;right:0;bottom:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;background:#f8fafc;padding-top:.5rem;padding-bottom:5rem}.stack-page--below{z-index:1;pointer-events:none}.stack-dim-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;pointer-events:none;z-index:2}.stack-page--top{z-index:3;background:#fff;will-change:transform}.stack-page--transitioning{transition:transform .28s cubic-bezier(.16,1,.3,1)}.stack-page--transitioning .stack-dim-overlay{transition:opacity .28s ease-out}@media(prefers-reduced-motion:reduce){.stack-page--transitioning,.stack-page--transitioning .stack-dim-overlay{transition:none!important}}.layout-root{display:flex;min-height:100vh;flex-direction:column;background:#f8fafc;max-width:100vw;overflow-x:hidden}.layout-sidebar{display:none;width:16rem;flex-direction:column;border-right:1px solid #e5e7eb;background:#fff;transition:width .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;height:100vh;overflow:visible;z-index:40}.layout-sidebar--collapsed{width:4.5rem}.layout-sidebar-header{padding:1.5rem}.layout-brand{display:flex;align-items:center;gap:.75rem}.layout-brand-badge{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:9999px;background:linear-gradient(135deg,#2dd4bf,#14b8a6)}.layout-brand-letter{color:#fff;font-size:1.25rem;font-weight:600}.layout-brand-avatar{width:100%;height:100%;object-fit:cover;border-radius:9999px}.layout-brand-name{color:#1f2933;font-size:1.5rem;font-weight:600;transition:opacity .2s,width .2s;overflow:hidden;white-space:nowrap}.layout-sidebar--collapsed .layout-sidebar-header{padding:1.5rem .5rem}.layout-sidebar--collapsed .layout-brand{justify-content:center;gap:0}.layout-sidebar--collapsed .layout-brand-name{opacity:0;width:0}.layout-nav{flex:1;padding:0 1rem;display:flex;flex-direction:column}.layout-nav-link{display:flex;align-items:center;gap:.75rem;border-radius:.75rem;padding:.75rem 1rem;transition:all .15s ease}.layout-nav-link+.layout-nav-link{margin-top:.25rem}.layout-nav-link-active{background:#2dd4bf;color:#fff}.layout-nav-link-inactive{color:#64748b}.layout-nav-link-inactive:hover{background:#f8fafc}.layout-nav-icon{height:1.25rem;width:1.25rem}.layout-nav-label,.layout-add-btn-text{font-weight:500;transition:opacity .2s,width .2s;overflow:hidden;white-space:nowrap}.layout-sidebar--collapsed .layout-nav-label,.layout-sidebar--collapsed .layout-add-btn-text{opacity:0;width:0}.layout-sidebar--collapsed .layout-nav{align-items:center;padding:0 .5rem}.layout-sidebar--collapsed .layout-nav-link{justify-content:center;padding:.75rem;position:relative}.layout-sidebar--collapsed .layout-sidebar-footer{align-items:center;padding:.5rem}.layout-sidebar--collapsed .layout-add-btn{width:2.75rem;height:2.75rem;border-radius:9999px;padding:0;gap:0}.layout-sidebar-footer{margin-top:auto;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.layout-add-btn{display:flex;width:100%;align-items:center;justify-content:center;gap:.5rem;border:0;border-radius:.75rem;background:#2dd4bf;padding:.75rem 1rem;color:#fff;transition:background-color .15s ease,width .3s cubic-bezier(.4,0,.2,1),height .3s cubic-bezier(.4,0,.2,1),border-radius .3s cubic-bezier(.4,0,.2,1),padding .3s cubic-bezier(.4,0,.2,1),gap .3s cubic-bezier(.4,0,.2,1)}.layout-add-btn:hover{background:#14b8a6}.layout-add-btn-icon{height:1.25rem;width:1.25rem}.layout-sidebar-toggle{padding:.75rem;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#94a3b8;cursor:pointer;border-radius:.75rem;transition:color .15s,background .15s}.layout-sidebar-toggle:hover{color:#2dd4bf;background:#f8fafc}.layout-sidebar-toggle-icon{width:1.25rem;height:1.25rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}.layout-sidebar--collapsed .layout-sidebar-toggle-icon{transform:rotate(180deg)}.layout-nav-tooltip{position:absolute;left:100%;margin-left:.75rem;padding:.375rem .75rem;background:#1f2933;color:#fff;font-size:.75rem;font-weight:500;border-radius:.5rem;white-space:nowrap;pointer-events:none;opacity:0;transform:translate(-8px);transition:opacity .15s,transform .15s;box-shadow:0 4px 12px #00000026;z-index:100}.layout-sidebar:not(.layout-sidebar--collapsed) .layout-nav-tooltip{display:none}.layout-sidebar--collapsed .layout-nav-link:hover .layout-nav-tooltip{opacity:1;transform:translate(0)}.layout-main{flex:1;overflow:hidden;display:flex;flex-direction:column;padding-top:calc(3.25rem + env(safe-area-inset-top,0px));padding-bottom:0}.layout-topbar{position:fixed;top:0;left:0;right:0;z-index:40;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;padding-top:calc(.75rem + env(safe-area-inset-top,0px));background:#f8fafcd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #F1F5F9;animation:layout-topbar-fade-in .3s ease both}@keyframes layout-topbar-fade-in{0%{opacity:0}to{opacity:1}}.layout-topbar-avatar{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:9999px;border:none;padding:0;cursor:pointer;overflow:hidden;background:#e2e8f0;flex-shrink:0;transition:transform .2s ease}.layout-topbar-avatar:hover{transform:scale(1.05)}.layout-topbar-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:9999px}.layout-topbar-avatar-initials{color:#64748b;font-size:.75rem;font-weight:600;line-height:1}.layout-topbar-title{flex:1;text-align:center;font-size:1rem;font-weight:600;color:#1f2933;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 .5rem}.layout-topbar-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.layout-topbar-stats{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:9999px;border:1.5px solid #E2E8F0;padding:0;background:#fff;color:#64748b;cursor:pointer;flex-shrink:0;transition:all .2s ease;text-decoration:none}.layout-topbar-stats:hover{background:#f1f5f9;border-color:#cbd5e1;color:#1f2933}.layout-topbar-stats--active,.layout-topbar-stats--active:hover{background:#1e293b;border-color:#1e293b;color:#fff}.layout-topbar-add{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:9999px;border:none;padding:0;background:#2dd4bf;color:#fff;cursor:pointer;flex-shrink:0;box-shadow:0 2px 8px #2dd4bf4d;transition:all .2s ease}.layout-topbar-add:hover{background:#14b8a6;transform:scale(1.05)}.layout-content{flex:1;position:relative;min-height:0}.layout-mobile-nav{position:fixed;bottom:1.1rem;left:0;right:0;margin:0 auto;width:fit-content;z-index:50;display:flex;align-items:center;gap:.25rem;padding:.35rem .5rem;background:#fffc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.06);border-radius:9999px;box-shadow:0 4px 24px #00000014,0 1px 4px #0000000a}.layout-mobile-link{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.4rem .75rem;border-radius:9999px;text-decoration:none;transition:background .2s ease,color .2s ease}.layout-mobile-link-active{background:#00000012}.layout-mobile-link-inactive{background:transparent}.layout-mobile-icon{width:1.25rem;height:1.25rem;transition:color .2s ease}.layout-mobile-link-active .layout-mobile-icon{color:#1f2933}.layout-mobile-link-inactive .layout-mobile-icon{color:#64748b99}.layout-mobile-link-inactive:hover .layout-mobile-icon{color:#1f2933}.layout-mobile-label{font-size:.625rem;font-weight:500;white-space:nowrap;text-align:center;transition:color .2s ease}.layout-mobile-link-active .layout-mobile-label{color:#1f2933;font-weight:600}.layout-mobile-link-inactive .layout-mobile-label{color:#64748b99}.layout-mobile-link-inactive:hover .layout-mobile-label{color:#1f2933}@media(min-width:1024px){.layout-root{flex-direction:row}.layout-sidebar{display:flex}.layout-main{padding-top:3.25rem;padding-bottom:0;margin-left:16rem;transition:margin-left .3s cubic-bezier(.4,0,.2,1)}.layout-sidebar--collapsed~.layout-main{margin-left:4.5rem}.layout-mobile-nav{display:none}.layout-topbar{left:16rem;padding:.75rem 1.5rem;transition:left .3s cubic-bezier(.4,0,.2,1)}.layout-topbar-stats,.layout-topbar-avatar,.layout-topbar-add{display:none}.layout-sidebar--collapsed~.layout-main .layout-topbar{left:4.5rem}}.layout-date-override-banner{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.5rem 1rem;background:#2dd4bf1a;border:1px solid rgba(45,212,191,.3);border-radius:.5rem;margin:.5rem 1rem;color:#0d9488;font-size:.8125rem;font-weight:500}.layout-date-override-clear{display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:#0d9488;cursor:pointer;padding:.25rem;border-radius:.25rem}.layout-date-override-clear:hover{background:#2dd4bf33}.layout-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:55}.layout-drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:layout-drawer-backdrop-in .2s ease both}.layout-drawer{position:absolute;top:0;left:0;bottom:0;width:80%;max-width:20rem;background:#fff;display:flex;flex-direction:column;padding:calc(1.5rem + env(safe-area-inset-top,0px)) 1.25rem 1.5rem;animation:layout-drawer-slide-in .3s cubic-bezier(.4,0,.2,1) both;box-shadow:4px 0 24px #0000001f}.layout-drawer-profile{display:flex;align-items:center;gap:.75rem;padding-bottom:1.25rem}.layout-drawer-avatar{width:4rem;height:4rem;border-radius:9999px;background:linear-gradient(135deg,#2dd4bf,#14b8a6);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.layout-drawer-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:9999px}.layout-drawer-avatar-initials{color:#fff;font-size:1.25rem;font-weight:700;line-height:1}.layout-drawer-profile-info{display:flex;flex-direction:column;gap:.125rem;min-width:0}.layout-drawer-name{font-size:1rem;font-weight:700;color:#1f2933;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.layout-drawer-email{font-size:.8125rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.layout-drawer-divider{height:1px;background:#f1f5f9;margin:.25rem 0}.layout-drawer-nav{display:flex;flex-direction:column;padding:.5rem 0}.layout-drawer-link{display:flex;align-items:center;gap:.75rem;padding:.75rem .5rem;border-radius:.75rem;color:#1e293b;text-decoration:none;transition:background .2s ease}.layout-drawer-link:hover{background:#2dd4bf14}.layout-drawer-link-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.layout-drawer-link-text{flex:1;font-size:.9375rem;font-weight:500}.layout-drawer-link-chevron{width:1rem;height:1rem;color:#94a3b8;flex-shrink:0}.layout-drawer-logout{display:flex;align-items:center;gap:.75rem;padding:.75rem .5rem;border-radius:.75rem;border:none;background:transparent;color:#ef4444;cursor:pointer;margin-top:auto;transition:background .2s ease;width:100%;text-align:left}.layout-drawer-logout:hover{background:#ef444414}.layout-drawer-logout .layout-drawer-link-icon{color:#ef4444}@keyframes layout-drawer-slide-in{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes layout-drawer-backdrop-in{0%{opacity:0}to{opacity:1}}@media(min-width:1024px){.layout-drawer-overlay{display:none}}@media(prefers-reduced-motion:reduce){.layout-topbar{animation:none}.layout-topbar-avatar,.layout-topbar-add{transition:none}.layout-drawer,.layout-drawer-backdrop{animation:none}.layout-mobile-link,.layout-mobile-icon,.layout-mobile-label{transition:none}}.onboarding-page{min-height:100vh;padding-top:env(safe-area-inset-top,0px)}.login-page{background:#f8fafc;padding-top:env(safe-area-inset-top,0px)}.db-root{max-width:72rem;margin:0 auto;padding:1.5rem 1rem}@media(min-width:768px){.db-root{padding:2rem}}.db-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.5rem}.db-header-title{font-size:1.5rem;font-weight:600;color:#1f2933;line-height:1.3}.db-header-date{font-size:.875rem;color:#94a3b8;font-weight:400;white-space:nowrap}.db-tabs{display:flex;gap:0;border-bottom:1px solid #E5E7EB;margin-bottom:1.5rem}.db-tab{position:relative;padding:.75rem 1rem;font-size:.875rem;font-weight:400;color:#94a3b8;background:none;border:none;cursor:pointer;transition:color .2s ease;white-space:nowrap}.db-tab:hover{color:#64748b}.db-tab--active{font-weight:600;color:#1f2933}.db-tab--active:after{content:"";position:absolute;bottom:-1px;left:1rem;right:1rem;height:2px;background:#2dd4bf;border-radius:2px 2px 0 0;animation:db-tab-underline .3s ease forwards}@keyframes db-tab-underline{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.db-overview{display:flex;flex-direction:column;gap:var(--db-gap-section)}.db-hero{position:relative;overflow:hidden;border-radius:var(--db-radius-card);background:linear-gradient(135deg,#2dd4bf,#14b8a6,#0d9488);padding:1.5rem;color:#fff;box-shadow:var(--db-shadow-hero);max-height:7.5rem;display:flex;align-items:center}.db-hero--slate{background:linear-gradient(135deg,#334155,#1e293b,#0f172a);box-shadow:0 8px 32px #0f172a33}.db-hero__shimmer{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(105deg,transparent 40%,rgba(255,255,255,.06) 45%,rgba(255,255,255,.12) 50%,rgba(255,255,255,.06) 55%,transparent 60%);animation:db-shimmer 6s ease-in-out infinite;pointer-events:none}@keyframes db-shimmer{0%,to{transform:translate(-30%) rotate(25deg)}50%{transform:translate(30%) rotate(25deg)}}.db-hero__content{position:relative;z-index:1}.db-hero__label{font-size:.8125rem;font-weight:500;color:#ffffffbf;margin-bottom:.25rem}.db-hero__amount{font-size:var(--db-text-amount-lg);font-weight:700;letter-spacing:-.02em;line-height:1.2}.db-hero__sub{font-size:.8125rem;color:#ffffffb3;margin-top:.375rem}.db-period{display:flex;flex-direction:column;gap:.75rem}.db-period__track{display:flex;gap:0;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.db-period__track::-webkit-scrollbar{display:none}.db-period__item{position:relative;padding:.5rem .875rem;font-size:.8125rem;font-weight:400;color:#94a3b8;background:none;border:none;cursor:pointer;white-space:nowrap;transition:color .2s ease}.db-period__item:hover{color:#64748b}.db-period__item--active{font-weight:600;color:#2dd4bf}.db-period__item--active:after{content:"";position:absolute;bottom:0;left:.875rem;right:.875rem;height:2px;background:#2dd4bf;border-radius:1px}.db-period__custom{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.db-period__date-field{display:flex;flex-direction:column;gap:.25rem}.db-period__date-label{font-size:.6875rem;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.db-period__date-input{width:100%;padding:.5rem .75rem;border:1px solid #E5E7EB;border-radius:var(--db-radius-sm);font-size:.8125rem;color:#1f2933;background:#fff;outline:none;transition:border-color .2s ease}.db-period__date-input:focus{border-color:#2dd4bf}.db-summary{display:grid;grid-template-columns:1fr auto 1fr;border:1px solid #E5E7EB;border-radius:var(--db-radius-card);background:#fff;box-shadow:var(--db-shadow-card);overflow:hidden}.db-summary__col{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.25rem 1rem;gap:.25rem}.db-summary__col--balance{border-left:1px solid #F3F4F6;border-right:1px solid #F3F4F6;padding:1.25rem 1.5rem}.db-summary__col--income{align-items:flex-start;border-left:3px solid #10B981}.db-summary__col--expense{align-items:flex-end;border-right:3px solid #EF4444}.db-summary__label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.db-summary__amount{font-size:1.5rem;font-weight:600;color:#1f2933;letter-spacing:-.01em}.db-summary__amount--primary{font-size:1.5rem;font-weight:700}.db-summary__amount--green{color:#10b981}.db-summary__amount--red{color:#ef4444}.db-summary__sub{font-size:.6875rem;color:#94a3b8}.db-card{background:#fff;border-radius:var(--db-radius-card);padding:var(--db-pad-card);box-shadow:var(--db-shadow-card);transition:box-shadow .2s ease,transform .2s ease}.db-card:hover{box-shadow:var(--db-shadow-card-hover);transform:translateY(-1px)}.db-card__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem}.db-card__title{font-size:1rem;font-weight:600;color:#1f2933;line-height:1.3}.db-card__subtitle{font-size:.75rem;color:#94a3b8;margin-top:.125rem}.db-card__amount{font-size:.875rem;font-weight:600;color:#1f2933}.db-card__link{display:inline-flex;align-items:center;gap:.25rem;font-size:.8125rem;font-weight:500;color:#2dd4bf;text-decoration:none;transition:color .2s ease;white-space:nowrap}.db-card__link:hover{color:#14b8a6}.db-card__chart{margin:0 -.5rem}.db-charts-row{display:grid;gap:var(--db-gap-card)}@media(min-width:1024px){.db-charts-row{grid-template-columns:1fr 1fr}}.db-categories{border-top:1px solid #F3F4F6;margin-top:1.25rem;padding-top:1rem}.db-categories__title{font-size:.875rem;font-weight:600;color:#1f2933;margin-bottom:.75rem}.db-categories__list{display:flex;flex-direction:column;gap:.75rem}.db-categories__row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.375rem}.db-categories__name{font-size:.8125rem;color:#1f2933;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.db-categories__amount{font-size:.8125rem;font-weight:500;color:#1f2933;white-space:nowrap}.db-categories__bar{height:.375rem;border-radius:.1875rem;background:#f3f4f6;overflow:hidden}.db-categories__fill{height:100%;border-radius:.1875rem;background:#2dd4bf;transition:width .4s ease}.db-credit{margin-bottom:1rem}.db-credit__amounts{display:flex;align-items:baseline;gap:.375rem;margin-bottom:.375rem}.db-credit__used{font-size:1.5rem;font-weight:700;color:#1f2933}.db-credit__limit{font-size:.875rem;color:#94a3b8}.db-credit__bar{height:.375rem;border-radius:.1875rem;background:#f3f4f6;overflow:hidden;margin-bottom:.375rem}.db-credit__fill{height:100%;border-radius:.1875rem;background:#3b82f6;transition:width .4s ease}.db-credit__fill--warn{background:#facc15}.db-credit__pct{font-size:.75rem;color:#94a3b8}.db-minicards{display:flex;flex-wrap:wrap;gap:.5rem}.db-minicards__card{flex:1 1 calc(33.333% - .5rem);min-width:4.5rem;height:3.5rem;border-radius:var(--db-radius-sm);padding:.625rem .75rem;display:flex;align-items:flex-end;position:relative;overflow:hidden}.db-minicards__card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.12),transparent 55%);pointer-events:none}.db-minicards__last4{font-size:.6875rem;color:#fffc;font-weight:500;position:relative;z-index:1}.db-txlist{display:flex;flex-direction:column}.db-txlist__row{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #F3F4F6;transition:background-color .15s ease;border-radius:var(--db-radius-sm);margin:0 -.25rem;padding:.75rem .25rem}.db-txlist__row:last-child{border-bottom:none}.db-txlist__row:hover{background:#fafbfc}.db-txlist__left{display:flex;align-items:center;gap:.75rem;min-width:0}.db-txlist__icon{width:2.25rem;height:2.25rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.db-txlist__icon--income{background:#10b98114;color:#10b981}.db-txlist__icon--expense{background:#ef444414;color:#ef4444}.db-txlist__desc{font-size:.875rem;font-weight:500;color:#1f2933;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.db-txlist__cat{font-size:.75rem;color:#94a3b8}.db-txlist__amount{font-size:.875rem;font-weight:600;color:#1f2933;white-space:nowrap}.db-txlist__amount--income{color:#10b981}.db-txlist__empty{padding:1.5rem 0;text-align:center;font-size:.875rem;color:#94a3b8}.db-empty{border:1px dashed #E5E7EB;border-radius:var(--db-radius-sm);padding:2rem;text-align:center;font-size:.875rem;color:#94a3b8;background:#fafbfc}.db-net-totals{display:grid;grid-template-columns:1fr 1fr;gap:var(--db-gap-card)}.db-net-totals__card{display:flex;flex-direction:column;gap:.375rem}.db-net-totals__label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.db-net-totals__amount{font-size:1.5rem;font-weight:700;color:#1f2933}.db-net-totals__amount--red{color:#ef4444}.db-due-list{display:flex;flex-direction:column;gap:1rem}.db-due-card{border:1px solid #F3F4F6;border-radius:var(--db-radius-sm);padding:1.25rem;transition:border-color .2s ease}.db-due-card:hover{border-color:#e5e7eb}.db-due-card--settled{opacity:.7;background:#fafbfc}.db-due-card__alert{font-size:.8125rem;padding:.5rem .75rem;border-radius:.375rem;margin-bottom:.75rem;font-weight:500}.db-due-card__alert--info{background:#eff6ff;color:#1e40af}.db-due-card__alert--danger{background:#fef2f2;color:#991b1b}.db-due-card__alert--warn{background:#fffbeb;color:#92400e}.db-due-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.db-due-card__name-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.db-due-card__dot{width:.5rem;height:.5rem;border-radius:9999px;flex-shrink:0}.db-due-card__name{font-size:.875rem;font-weight:600;color:#1f2933}.db-due-card__badge{font-size:.6875rem;font-weight:600;padding:.125rem .5rem;border-radius:9999px}.db-due-card__badge--ok{background:#ecfdf5;color:#065f46}.db-due-card__badge--warn{background:#fffbeb;color:#92400e}.db-due-card__badge--danger{background:#fef2f2;color:#991b1b}.db-due-card__badge--info{background:#eff6ff;color:#1e40af}.db-due-card__remaining{font-size:.875rem;font-weight:700;color:#1f2933;white-space:nowrap}.db-due-card__remaining--muted{color:#94a3b8}.db-due-card__meta{display:flex;flex-wrap:wrap;gap:.25rem 1rem;font-size:.75rem;color:#94a3b8;margin-bottom:.75rem}.db-due-card__amounts{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:.75rem}.db-due-card__amount-item{background:#fafbfc;border-radius:.375rem;padding:.5rem .625rem}.db-due-card__amount-label{display:block;font-size:.6875rem;color:#94a3b8;font-weight:500;margin-bottom:.125rem}.db-due-card__amount-value{font-size:.875rem;font-weight:600;color:#1f2933}.db-due-card__amount-value--bold{font-weight:700}.db-due-card__progress{margin-top:.25rem}.db-due-card__progress-labels{display:flex;justify-content:space-between;font-size:.6875rem;color:#94a3b8;margin-bottom:.375rem}.db-due-card__progress-track{height:3px;border-radius:2px;background:#f3f4f6;overflow:hidden}.db-due-card__progress-fill{height:100%;border-radius:2px;background:#2dd4bf;transition:width .4s ease}.db-due-card__progress-fill--muted{background:#cbd5e1}.db-sts-hero{position:relative;overflow:hidden;border-radius:var(--db-radius-card);background:linear-gradient(135deg,#0d9488,#0f766e 40%,#115e59);padding:1.75rem 1.5rem;color:#fff;box-shadow:0 8px 32px #0d94882e,0 2px 8px #0000000f;animation:db-sts-hero-enter .5s ease both}.db-sts-hero--negative{background:linear-gradient(135deg,#991b1b,#b91c1c 40%,#dc2626);box-shadow:0 8px 32px #ef44442e,0 2px 8px #0000000f}.db-sts-hero__shimmer{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(105deg,transparent 40%,rgba(255,255,255,.05) 45%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.05) 55%,transparent 60%);animation:db-shimmer 6s ease-in-out infinite;pointer-events:none}.db-sts-hero__content{position:relative;z-index:1}.db-sts-hero__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#ffffffb3;margin-bottom:.375rem}.db-sts-hero__amount{font-size:2.5rem;font-weight:800;letter-spacing:-.03em;line-height:1.15;color:#fff;margin:0}.db-sts-hero__bar-wrap{margin-top:1.25rem;display:flex;flex-direction:column;gap:.375rem}.db-sts-hero__bar{height:6px;border-radius:3px;background:#ffffff26;overflow:hidden}.db-sts-hero__bar-fill{height:100%;border-radius:3px;transition:width .8s cubic-bezier(.22,1,.36,1)}.db-sts-hero__pct{font-size:.6875rem;font-weight:500;color:#fff9;text-align:right}@keyframes db-sts-hero-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.db-safe-compare{display:grid;grid-template-columns:1fr 1fr;gap:var(--db-gap-card)}.db-safe-compare__card{display:flex;flex-direction:column;justify-content:center;gap:.5rem;background:#fff;border-radius:var(--db-radius-card);padding:1.25rem var(--db-pad-card);box-shadow:var(--db-shadow-card);border:1px solid #F1F5F9;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease;animation:db-sts-card-enter .4s ease both}.db-safe-compare__card:nth-child(2){animation-delay:60ms}.db-safe-compare__card:hover{box-shadow:var(--db-shadow-card-hover);transform:translateY(-2px);border-color:#e2e8f0}.db-safe-compare__card--income{border-left:3px solid #10B981;background:linear-gradient(135deg,#10b9810a,#10b98103)}.db-safe-compare__card--expense{border-left:3px solid #EF4444;background:linear-gradient(135deg,#ef44440a,#ef444403)}.db-safe-compare__card--credit{border-left:3px solid #8B5CF6;background:linear-gradient(135deg,#8b5cf60a,#8b5cf603)}.db-safe-compare__label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.db-safe-compare__amount{font-size:1.75rem;font-weight:700;color:#1f2933;letter-spacing:-.02em}.db-safe-compare__amount--red{color:#ef4444}.db-safe-compare__amount--purple{color:#8b5cf6}.db-safe-compare__link{font-size:.75rem;font-weight:600;color:#2dd4bf;background:none;border:none;padding:0;cursor:pointer;text-align:left;transition:color .2s ease,letter-spacing .2s ease}.db-safe-compare__link:hover{color:#0d9488;letter-spacing:.02em}.db-safe-compare__sub{font-size:.75rem;color:#94a3b8}@keyframes db-sts-card-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.db-safe-cycles__badge{font-size:.6875rem;font-weight:600;color:#64748b;background:#f1f5f9;padding:.25rem .75rem;border-radius:9999px;letter-spacing:.02em}.db-cyclev2-list{display:flex;flex-direction:column;gap:0}.db-cyclev2{padding:1.125rem 0;border-bottom:1px solid #F1F5F9;animation:db-sts-cycle-enter .4s ease both}.db-cyclev2:last-child{border-bottom:none;padding-bottom:0}.db-cyclev2:first-child{padding-top:0}@keyframes db-sts-cycle-enter{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.db-cyclev2__row1{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.db-cyclev2__name-wrap{display:flex;align-items:center;gap:.5rem;min-width:0}.db-cyclev2__name{font-size:.875rem;font-weight:600;color:#1f2933}.db-cyclev2__dates{font-size:.6875rem;color:#94a3b8;white-space:nowrap;background:#f8fafc;padding:.125rem .5rem;border-radius:9999px;border:1px solid #F1F5F9}.db-cyclev2__total{font-size:1rem;font-weight:700;color:#1f2933;white-space:nowrap;letter-spacing:-.01em}.db-cyclev2__minis{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.75rem}.db-cyclev2__mini{padding:.625rem .75rem;border-radius:var(--db-radius-sm);border-left:2.5px solid transparent;transition:transform .15s ease,box-shadow .15s ease}.db-cyclev2__mini:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000000a}.db-cyclev2__mini--warn{background:linear-gradient(135deg,#fff7ed,#fffbf5);border-left-color:#f97316}.db-cyclev2__mini--neutral{background:linear-gradient(135deg,#f9fafb,#fff);border-left-color:#e2e8f0}.db-cyclev2__mini--teal{background:linear-gradient(135deg,#f0fdfa,#f7fffe);border-left-color:#2dd4bf}.db-cyclev2__mini--purple{background:linear-gradient(135deg,#faf5ff,#fdfcff);border-left-color:#8b5cf6}.db-cyclev2__mini-label{display:block;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:.25rem}.db-cyclev2__mini-amount{font-size:.9375rem;font-weight:700;color:#1f2933;letter-spacing:-.01em}.db-cyclev2__progress{display:flex;flex-direction:column;gap:.3125rem}.db-cyclev2__progress-track{height:5px;border-radius:2.5px;background:#f1f5f9;overflow:hidden}.db-cyclev2__progress-fill{height:100%;border-radius:2.5px;background:linear-gradient(90deg,#2dd4bf,#14b8a6);transition:width .6s cubic-bezier(.22,1,.36,1);box-shadow:0 0 8px #2dd4bf40}.db-cyclev2__progress-text{font-size:.6875rem;color:#94a3b8;text-align:right;font-weight:500}@media(max-width:767px){.db-header{flex-direction:column;align-items:flex-start;gap:.125rem;margin-bottom:1rem}.db-header-title{font-size:1.25rem}.db-header-date{font-size:.8125rem}.db-tabs{overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;margin-bottom:1rem}.db-tabs::-webkit-scrollbar{display:none}.db-tab{padding:.625rem .75rem;font-size:.8125rem}.db-hero{padding:1rem 1.25rem;max-height:6rem}.db-hero__amount{font-size:1.75rem}.db-summary{grid-template-columns:1fr;gap:0}.db-summary__col{padding:.75rem 1rem;flex-direction:row;justify-content:space-between;align-items:center}.db-summary__col--balance{border-left:none;border-right:none;border-top:1px solid #F3F4F6;border-bottom:1px solid #F3F4F6;padding:.75rem 1rem;background:#fafbfc}.db-summary__col--income{border-left:3px solid #10B981;border-radius:var(--db-radius-card) var(--db-radius-card) 0 0}.db-summary__col--expense{border-right:3px solid #EF4444;border-radius:0 0 var(--db-radius-card) var(--db-radius-card);align-items:flex-end;flex-direction:row;justify-content:space-between}.db-summary__amount{font-size:1.125rem}.db-summary__amount--primary{font-size:1.25rem}.db-card{padding:1rem 1.25rem}.db-card:hover{transform:none}.db-due-card__amounts{grid-template-columns:1fr;gap:.375rem}.db-sts-hero{padding:1.25rem}.db-sts-hero__amount{font-size:2rem}.db-safe-compare{grid-template-columns:1fr;gap:.75rem}.db-safe-compare__amount{font-size:1.375rem}.db-overview{padding-bottom:0}}@keyframes cd-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes cd-hero-enter{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes cd-float-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes cd-cycle-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes cd-bar-fill{0%{width:0%}}@keyframes cd-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:.6}}@keyframes cd-tx-enter{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.cd-page{margin:0 auto;max-width:80rem;padding:1rem;min-height:100vh;background:radial-gradient(ellipse 80% 60% at 10% 20%,rgba(45,212,191,.07) 0%,transparent 60%),radial-gradient(ellipse 60% 50% at 90% 80%,rgba(59,130,246,.05) 0%,transparent 60%),var(--background, #f8fafc);animation:cd-fade-in .3s ease-out}.cd-error-box,.cd-box{background:#ffffffa6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.5);border-radius:1.25rem;box-shadow:0 4px 24px #0f172a0f,0 1px 3px #0f172a0a}.cd-error-box{margin-bottom:1.5rem;padding:1rem}.cd-error-text{color:#dc2626;font-size:.875rem}.cd-back-link{display:inline-flex;align-items:center;gap:.5rem;color:#64748b;transition:color .15s ease}.cd-back-link:hover{color:#1f2933}.cd-back-link-top{margin-bottom:1.5rem}.cd-back-icon{height:1.25rem;width:1.25rem}.cd-back-text{font-weight:500}.cd-not-found,.cd-empty-state{padding:3rem 0;text-align:center}.cd-subtitle{color:#64748b}.cd-not-found-link{display:inline-block;margin-top:1rem;color:#2dd4bf}.cd-not-found-link:hover{color:#14b8a6}.cd-hero{position:relative;margin-bottom:2rem;animation:cd-hero-enter .5s cubic-bezier(.22,1,.36,1)}.cd-card-visual{position:relative;height:14rem;overflow:hidden;border-radius:1.25rem;padding:1.5rem 1.5rem 2.25rem;border:1px solid rgba(255,255,255,.15);box-shadow:0 12px 32px #0f172a2e,0 4px 8px #0f172a14,inset 0 1px #fff3;background-image:linear-gradient(to bottom right,var(--tw-gradient-from),var(--tw-gradient-to))}.cd-card-orb{position:absolute;border-radius:9999px;pointer-events:none}.cd-card-orb-1{right:-15%;top:-20%;width:55%;height:70%;background:radial-gradient(circle,rgba(255,255,255,.12) 0%,transparent 70%)}.cd-card-orb-2{left:-10%;bottom:-30%;width:50%;height:60%;background:radial-gradient(circle,rgba(255,255,255,.06) 0%,transparent 70%)}.cd-card-orb-3{right:10%;bottom:-10%;width:30%;height:40%;background:radial-gradient(circle,rgba(0,0,0,.08) 0%,transparent 70%)}.cd-card-content{position:relative;z-index:10;display:flex;height:100%;flex-direction:column;justify-content:space-between;color:#fff}.cd-card-row-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.cd-card-row-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.cd-card-bank-logo{height:2.25rem;width:5rem;object-fit:contain;object-position:left;filter:brightness(0) invert(1);opacity:.85;flex-shrink:0}.cd-card-name{font-size:1.5rem;font-weight:700;text-shadow:0 1px 3px rgba(0,0,0,.15);letter-spacing:-.01em}.cd-card-last4{display:flex;align-items:center;gap:.5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;margin:0}.cd-card-dots{font-size:.875rem;opacity:.4;letter-spacing:.12em;color:#fff}.cd-card-last4-num{font-size:1.25rem;font-weight:700;letter-spacing:.12em;text-shadow:0 1px 3px rgba(0,0,0,.15);opacity:.9;color:#fff}.cd-card-row-bottom .cd-card-last4:only-child{margin-left:auto}.cd-brand-logo{flex-shrink:0;width:3.5rem;height:auto;max-height:2rem;filter:drop-shadow(0 1px 2px rgba(0,0,0,.15))}.cd-hero-stats{position:relative;margin-top:-1.75rem;margin-left:1rem;margin-right:1rem;display:flex;align-items:center;justify-content:center;gap:0;padding:1rem .75rem;background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.6);border-radius:1rem;box-shadow:0 8px 32px #0f172a1a,0 2px 6px #0f172a0a;animation:cd-float-up .5s cubic-bezier(.22,1,.36,1) .15s both}.cd-hero-stat{flex:1;display:flex;flex-direction:column;align-items:center;gap:.25rem;text-align:center;min-width:0}.cd-hero-stat-label{color:#94a3b8;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.cd-hero-stat-value{color:#1f2933;font-size:1.0625rem;font-weight:800;letter-spacing:-.02em;white-space:nowrap}.cd-hero-stat-value--green{color:#10b981}.cd-hero-stat-value--red{color:#ef4444}.cd-hero-stat-value--purple{color:#8b5cf6}.cd-hero-stat-divider{width:1px;height:2.5rem;background:linear-gradient(to bottom,transparent,#e2e8f0,transparent);flex-shrink:0;margin:0 .25rem}.cd-box{padding:1.5rem}.cd-box-spacing{margin-bottom:1.25rem}.cd-usage-box{animation:cd-float-up .4s ease-out .2s both}.cd-usage-header{margin-bottom:.625rem;display:flex;align-items:center;justify-content:space-between}.cd-usage-label{color:#64748b;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.cd-usage-right{display:flex;align-items:center;gap:.5rem}.cd-usage-percent{font-size:.875rem;font-weight:700}.cd-usage-high{color:#f59e0b}.cd-usage-normal{color:#2dd4bf}.cd-usage-icon{height:1rem;width:1rem;color:#f59e0b}.cd-usage-track{height:.5rem;overflow:hidden;border-radius:9999px;background:#0000000f}.cd-usage-fill{height:100%;border-radius:9999px;transition:width .8s cubic-bezier(.22,1,.36,1);animation:cd-bar-fill .8s cubic-bezier(.22,1,.36,1)}.cd-usage-fill-high{background:linear-gradient(90deg,#facc15,#f59e0b)}.cd-usage-fill-normal{background:linear-gradient(90deg,#2dd4bf,#3b82f6)}.cd-warning-box{margin-top:1rem;display:flex;align-items:flex-start;gap:.75rem;background:#fefce8b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(250,204,21,.25);border-radius:.75rem;padding:1rem}.cd-warning-icon{margin-top:.125rem;flex-shrink:0;height:1.25rem;width:1.25rem;color:#ca8a04}.cd-warning-title{color:#713f12;font-weight:500}.cd-warning-text{margin-top:.25rem;color:#a16207;font-size:.875rem}.cd-section-header{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.cd-section-title{color:#1f2933;font-size:1.0625rem;font-weight:700;letter-spacing:-.01em;margin:0}.cd-section-badges{display:flex;align-items:center;gap:.5rem}.cd-section-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .65rem;border-radius:9999px;background:#2dd4bf14;border:1px solid rgba(45,212,191,.15);color:#64748b;font-size:.6875rem;font-weight:500;letter-spacing:.02em;white-space:nowrap}.cd-section-badge strong{color:#0f766e;font-weight:700}.cd-cycles-grid{display:grid;gap:.75rem}.cd-cycles-grid--3col{grid-template-columns:1fr}@media(min-width:480px){.cd-cycles-grid--3col{grid-template-columns:repeat(3,minmax(0,1fr))}}.cd-cycle-card{border:1px solid #f1f5f9;border-radius:.875rem;background:#fafbfc;padding:1rem 1.125rem;display:flex;flex-direction:column;gap:.3rem;animation:cd-cycle-enter .4s ease-out both;transition:border-color .2s ease,box-shadow .2s ease}.cd-cycle-card:hover{border-color:#e2e8f0;box-shadow:0 2px 8px #0f172a0a}.cd-cycle-card--current{border-color:#2dd4bf4d;background:linear-gradient(135deg,#2dd4bf0a,#fffc);box-shadow:0 2px 12px #2dd4bf14}.cd-cycle-card--current:hover{border-color:#2dd4bf73;box-shadow:0 4px 16px #2dd4bf1f}.cd-cycle-dot-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.15rem}.cd-cycle-dot{width:.5rem;height:.5rem;border-radius:9999px;background:#cbd5e1;flex-shrink:0}.cd-cycle-dot--active{background:#2dd4bf;box-shadow:0 0 0 3px #2dd4bf33;animation:cd-pulse 2s ease-in-out infinite}.cd-cycle-dot--warn{background:#f59e0b;box-shadow:0 0 0 3px #f59e0b26}.cd-cycle-dot--done{background:#10b981;box-shadow:0 0 0 3px #10b98126}.cd-cycle-label{color:#64748b;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.cd-cycle-amount{color:#1f2933;font-size:1.375rem;font-weight:800;letter-spacing:-.02em;white-space:nowrap}.cd-cycle-range{color:#94a3b8;font-size:.75rem;font-weight:500}.cd-cycle-bar-track{margin-top:.4rem;height:.3125rem;border-radius:9999px;background:#0000000d;overflow:hidden}.cd-cycle-bar-fill{height:100%;border-radius:9999px;animation:cd-bar-fill .8s cubic-bezier(.22,1,.36,1)}.cd-cycle-bar-fill--purple{background:linear-gradient(90deg,#a78bfa,#8b5cf6)}.cd-cycle-bar-fill--teal{background:linear-gradient(90deg,#2dd4bf,#14b8a6)}.cd-cycle-paid-label{color:#64748b;font-size:.6875rem;font-weight:500;margin-top:.15rem}.cd-cycle-remaining-label{color:#f59e0b;font-size:.6875rem;font-weight:600;margin-top:.1rem}.cd-cycle-due{margin-top:.25rem;color:#f59e0b;font-size:.6875rem;font-weight:600}.cd-cycle-paid-full{margin-top:.25rem;color:#10b981;font-size:.6875rem;font-weight:600}.cd-cycle-meta{color:#94a3b8;font-size:.6875rem;font-weight:500;margin-top:.15rem}.cd-credit-balance-banner{display:flex;align-items:center;gap:.75rem;margin-top:.75rem;padding:.625rem .875rem;border-radius:.75rem;background:#8b5cf60f;border:1px solid rgba(139,92,246,.15);animation:cd-fade-in .4s ease both}.cd-credit-balance-banner__icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.5rem;background:#8b5cf61f;color:#8b5cf6;font-weight:800;font-size:1rem;flex-shrink:0}.cd-credit-balance-banner__content{display:flex;flex-direction:column;gap:.1rem;flex:1;min-width:0}.cd-credit-balance-banner__label{font-size:.6875rem;font-weight:700;color:#8b5cf6;text-transform:uppercase;letter-spacing:.06em}.cd-credit-balance-banner__amount{font-size:1.125rem;font-weight:800;color:#8b5cf6;font-family:Inter,sans-serif;letter-spacing:-.02em}.cd-credit-balance-banner__note{font-size:.6875rem;color:#94a3b8;font-weight:500;white-space:nowrap;flex-shrink:0}.cd-cycle-empty{color:#94a3b8;font-size:.875rem;text-align:center;padding:2rem 0}.cd-section-subtitle{color:#94a3b8;font-size:.8125rem;font-weight:400;margin:-.25rem 0 1rem}.cd-installment-timeline{display:flex;flex-direction:column}.cd-installment-timeline-row{display:flex;gap:.75rem;animation:cd-cycle-enter .4s ease-out both}.cd-installment-timeline-left{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:1rem}.cd-installment-timeline-dot{width:.625rem;height:.625rem;border-radius:50%;background:#e2e8f0;flex-shrink:0;margin-top:.35rem}.cd-installment-timeline-dot--active{background:#2dd4bf;box-shadow:0 0 0 3px #2dd4bf33}.cd-installment-timeline-line{width:2px;flex:1;background:#f1f5f9;min-height:.5rem}.cd-installment-timeline-content{flex:1;padding-bottom:1rem;min-width:0}.cd-installment-timeline-header{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;margin-bottom:.375rem}.cd-installment-timeline-range{font-size:.75rem;font-weight:600;color:#64748b;letter-spacing:.02em}.cd-installment-timeline-amount{font-size:.9375rem;font-weight:800;font-family:Inter,system-ui,sans-serif;color:#1f2933;white-space:nowrap;flex-shrink:0}.cd-installment-timeline-amount--current{color:#2dd4bf}.cd-installment-timeline-bar-track{height:5px;border-radius:3px;background:#f1f5f9;overflow:hidden;margin-bottom:.375rem}.cd-installment-timeline-bar-fill{height:100%;border-radius:3px;background:#cbd5e1;transition:width .6s ease-out}.cd-installment-timeline-bar-fill--teal{background:linear-gradient(90deg,#2dd4bf,#14b8a6)}.cd-installment-timeline-items{display:flex;flex-direction:column;gap:.125rem}.cd-installment-timeline-item{font-size:.6875rem;color:#94a3b8;font-weight:500}.cd-installment-timeline-row--current .cd-installment-timeline-range{color:#1f2933}.cd-installment-timeline-row--current .cd-installment-timeline-item{color:#64748b}.ccd-daily-card{animation:cd-float-up .45s ease-out .25s both}.ccd-daily-header{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.ccd-daily-title{color:#1f2933;font-size:.875rem;font-weight:700;letter-spacing:-.01em;margin:0}.ccd-daily-date{color:#94a3b8;font-size:.6875rem;font-weight:500;margin-top:.125rem;display:block}.ccd-daily-total{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.ccd-daily-total-value{color:#ef4444;font-size:1.25rem;font-weight:800;letter-spacing:-.02em}.ccd-daily-chart{width:100%;height:180px;padding:.25rem 0}.ccd-daily-tooltip{background:#1f2933;border-radius:.5rem;padding:.5rem .75rem;box-shadow:0 4px 12px #00000026}.ccd-daily-tooltip__date{font-size:.75rem;color:#ffffffb3;margin-bottom:.25rem;font-weight:500}.ccd-daily-tooltip__amount{font-size:.9375rem;font-weight:700;color:#fff}.ccd-daily-tooltip__sign{color:#2dd4bf;margin-right:.05rem}.ccd-daily-footer{display:flex;justify-content:space-between;padding-top:.75rem;border-top:1px solid #F3F4F6;margin-top:.25rem}.ccd-daily-footer-stat{display:flex;flex-direction:column;align-items:center;gap:.125rem;flex:1}.ccd-daily-footer-stat:not(:last-child){border-right:1px solid #F3F4F6}.ccd-daily-footer-label{font-size:.5625rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em}.ccd-daily-footer-value{font-size:.875rem;font-weight:800;color:#1f2933}.ccd-daily-footer-value--red{color:#ef4444}.ccd-daily-footer-value--teal{color:#2dd4bf}.cd-transactions-list{display:grid;gap:0}.cd-transaction-item{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:.875rem .625rem;border-radius:.75rem;transition:background-color .18s ease;animation:cd-tx-enter .35s ease-out both}.cd-transaction-item:hover{background:#2dd4bf0a}.cd-transaction-item-divider{border-bottom:1px solid rgba(0,0,0,.04)}.cd-transaction-item--payment{border-left:3px solid #8B5CF6}.cd-transaction-left{display:flex;min-width:0;flex:1;align-items:center;gap:.75rem}.cd-transaction-icon-wrap{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:.625rem;background:#2dd4bf14;border:1px solid rgba(45,212,191,.12);flex-shrink:0}.cd-transaction-icon-wrap--payment{background:#8b5cf614;border-color:#8b5cf61f}.cd-transaction-icon-wrap--transfer{background:#3b82f614;border-color:#3b82f61f}.cd-transaction-icon-wrap--income{background:#10b98114;border-color:#10b9811f}.cd-transaction-icon{height:1.25rem;width:1.25rem;color:var(--primary, #2dd4bf)}.cd-transaction-icon--payment{color:#8b5cf6}.cd-transaction-icon--transfer{color:#3b82f6}.cd-transaction-icon--income{color:#10b981}.cd-transaction-item--transfer{border-left:3px solid #3B82F6}.cd-transaction-main{min-width:0;flex:1}.cd-transaction-category-label{color:#1f2933;font-weight:600;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cd-transaction-description{color:#94a3b8;font-size:.8125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cd-transaction-category{color:#64748b;font-size:.875rem}.cd-installment-row{margin-top:.3rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.cd-installment-chip{display:inline-flex;align-items:center;border-radius:9999px;background:#2dd4bf1a;border:1px solid rgba(45,212,191,.2);padding:.15rem .5rem;color:#0f766e;font-size:.6875rem;font-weight:600}.cd-installment-info{color:#64748b;font-size:.6875rem;font-weight:500}.cd-transaction-right{text-align:right;display:flex;flex-direction:column;align-items:flex-end}.cd-transaction-amount{color:#1f2933;font-size:1.125rem;font-weight:800;letter-spacing:-.02em}.cd-transaction-amount-income{color:#10b981}.cd-transaction-amount-payment{color:#8b5cf6}.cd-transaction-date{color:#94a3b8;font-size:.6875rem;margin-top:.125rem}.cd-row-selected{background:#2dd4bf14;border-radius:.75rem;box-shadow:0 2px 8px #2dd4bf1a}.cd-edit-link-desktop{display:none}.cd-edit-icon{height:.875rem;width:.875rem;color:#94a3b8}.cd-mobile-actions{margin-top:.5rem;display:flex;justify-content:flex-end}.cd-mobile-edit-grid{display:grid;grid-template-columns:auto auto;align-items:center;gap:.45rem;border:1px solid #99f6e4;border-radius:.75rem;background:#fff;color:#0f766e;padding:.45rem .7rem;font-size:.75rem;font-weight:600;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.cd-row-selected .cd-mobile-edit-grid{background:#ccfbf1;border-color:#2dd4bf;box-shadow:0 8px 18px #14b8a633}.cd-mobile-edit-grid:active{transform:scale(.97)}.cd-mobile-grid-icon{height:.85rem;width:.85rem}.cd-bottom-actions{margin-top:1.25rem;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.6rem}.cd-edit-card-btn{display:inline-flex;align-items:center;gap:.5rem;border:1px solid #99f6e4;border-radius:9999px;background:#ecfdf5;color:#0f766e;font-weight:600;padding:.65rem 1.25rem;font-size:.875rem;transition:background-color .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease}.cd-edit-card-btn:hover{background:#ccfbf1;border-color:#2dd4bf;box-shadow:0 2px 8px #2dd4bf26}.cd-edit-card-btn:active{transform:translateY(1px)}.cd-edit-card-btn-icon{width:.875rem;height:.875rem}@media(min-width:768px){.ccd-daily-chart{height:220px}.ccd-daily-total-value{font-size:1.375rem}.ccd-daily-title{font-size:1rem}.cd-edit-link-desktop{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:9999px;background:#fff9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.4);opacity:0;transition:opacity .15s ease,background-color .15s ease;margin-top:.25rem}.cd-transaction-item:hover .cd-edit-link-desktop{opacity:1}.cd-edit-link-desktop:hover{background:#ffffffd9}.cd-mobile-actions{display:none}.cd-cycles-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.ccd-daily-chart{height:260px}.cd-page{padding:2rem}.cd-card-visual{height:16rem;padding:2rem 2rem 2.75rem}.cd-card-name{font-size:1.75rem}.cd-card-last4-num{font-size:1.5rem}.cd-card-bank-logo{height:2.5rem;width:5.5rem}.cd-hero-stats{margin-left:2rem;margin-right:2rem;margin-top:-2rem;padding:1.5rem 2rem}.cd-hero-stat-value{font-size:1.5rem;white-space:normal}}@media(prefers-reduced-motion:reduce){.cd-page,.cd-hero,.cd-hero-stats,.cd-usage-box,.ccd-daily-card,.cd-cycle-card,.cd-transaction-item,.cd-usage-fill,.cd-cycle-bar-fill,.cd-cycle-dot--active{animation:none!important}}@keyframes stats-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes stats-bar-fill{0%{width:0%}}@keyframes stats-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.stats-page{margin:0 auto;max-width:80rem;padding:1rem}.stats-header{margin-bottom:1.5rem}.stats-title{margin-bottom:.25rem;color:#1f2933;font-size:1.875rem;font-weight:600}.stats-subtitle{color:#64748b;font-size:.9375rem}.stats-error-box{margin-bottom:1.5rem;border:1px solid #fecaca;border-radius:1rem;background:#fef2f2;padding:1rem}.stats-error-text{color:#b91c1c;font-size:.875rem}.stats-section{margin-bottom:1.5rem;border:1px solid #F1F5F9;border-radius:1rem;padding:1rem;background:#fff;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005}.stats-section-realtime{background:linear-gradient(180deg,#f0fdfa80,#fff)}.stats-section-period{background:linear-gradient(180deg,#f8fafcf2,#fff)}.stats-section-head{margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.25rem}.stats-section-title{color:#0f172a;font-size:1rem;font-weight:700}.stats-section-subtitle{color:#64748b;font-size:.8125rem}.stats-realtime-grid{display:grid;grid-template-columns:1fr;gap:1rem}.stats-block{border:1px solid #F1F5F9;border-radius:1rem;background:#fff;padding:1rem;box-shadow:0 1px 3px #0000000a;animation:stats-fade-in .4s ease both;overflow:hidden}.stats-block:nth-child(1){animation-delay:0ms}.stats-block:nth-child(2){animation-delay:60ms}.stats-block:nth-child(3){animation-delay:.12s}.stats-block:nth-child(4){animation-delay:.18s}.stats-block-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.stats-block-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.5rem;flex-shrink:0}.stats-block-icon--teal{background:#2dd4bf1f;color:#2dd4bf}.stats-block-icon--blue{background:#3b82f61f;color:#3b82f6}.stats-block-icon--amber{background:#f59e0b1f;color:#f59e0b}.stats-block-icon--purple{background:#8b5cf61f;color:#8b5cf6}.stats-block-title{color:#1f2933;font-size:.9375rem;font-weight:600;flex:1}.stats-block-badge{display:inline-flex;align-items:center;gap:.25rem;border-radius:9999px;padding:.25rem .625rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.stats-block-badge--teal{background:#2dd4bf1f;color:#0d9488}.stats-block-badge--amber{background:#f59e0b1f;color:#d97706}.stats-block-badge--red{background:#ef44441f;color:#dc2626}.stats-block-badge--green{background:#10b9811f;color:#059669}.stats-health-list{display:flex;flex-direction:column;gap:.875rem}.stats-health-row{display:flex;flex-direction:column;gap:.375rem}.stats-health-row-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.stats-health-row-left{display:flex;align-items:center;gap:.5rem;min-width:0}.stats-health-dot{width:.625rem;height:.625rem;border-radius:9999px;flex-shrink:0}.stats-health-name{color:#1f2933;font-size:.8125rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stats-health-row-right{display:flex;align-items:center;gap:.375rem;flex-shrink:1;min-width:0}.stats-health-amount{color:#1f2933;font-size:.8125rem;font-weight:700;font-family:Inter,sans-serif;white-space:nowrap}.stats-health-percent{font-size:.75rem;font-weight:600}.stats-health-percent--healthy{color:#0d9488}.stats-health-percent--caution{color:#d97706}.stats-health-percent--warning{color:#ea580c}.stats-health-percent--danger{color:#dc2626}.stats-health-alert{display:inline-flex;align-items:center;gap:.2rem;border-radius:9999px;padding:.125rem .5rem;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.stats-health-alert--caution{background:#f59e0b1f;color:#d97706}.stats-health-alert--danger{background:#ef44441f;color:#dc2626}.stats-health-bar-track{height:7px;overflow:hidden;border-radius:9999px;background:#e2e8f0}.stats-health-bar-fill{position:relative;height:100%;border-radius:9999px;transition:width .6s ease;animation:stats-bar-fill .8s ease both}.stats-health-fill--healthy{background:linear-gradient(90deg,#2dd4bf,#14b8a6)}.stats-health-fill--caution{background:linear-gradient(90deg,#f59e0b,#d97706)}.stats-health-fill--warning{background:linear-gradient(90deg,#f97316,#ea580c)}.stats-health-fill--danger{background:linear-gradient(90deg,#ef4444,#dc2626)}.stats-health-bar-fill .stats-shimmer{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.35) 50%,transparent 100%);animation:stats-shimmer 2s ease-in-out infinite}.stats-debit-total{color:#2dd4bf;font-size:1.5rem;font-weight:800;font-family:Inter,sans-serif;margin-bottom:1rem}.stats-debit-list{display:flex;flex-direction:column;gap:.625rem}.stats-debit-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #F1F5F9}.stats-debit-row:last-child{border-bottom:0}.stats-debit-row-left{display:flex;align-items:center;gap:.5rem;min-width:0;overflow:hidden}.stats-debit-dot{width:.625rem;height:.625rem;border-radius:9999px;flex-shrink:0}.stats-debit-name{color:#1f2933;font-size:.8125rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stats-debit-balance{color:#1f2933;font-size:.875rem;font-weight:800;font-family:Inter,sans-serif;flex-shrink:0;white-space:nowrap}.stats-payments-list{display:flex;flex-direction:column;gap:.75rem}.stats-payment-row{display:flex;align-items:center;justify-content:space-between;padding:.625rem 0;border-bottom:1px solid #F1F5F9}.stats-payment-row:last-child{border-bottom:0}.stats-payment-left{display:flex;align-items:center;gap:.5rem;min-width:0}.stats-payment-dot{width:.625rem;height:.625rem;border-radius:9999px;flex-shrink:0}.stats-payment-info{display:flex;flex-direction:column;gap:.125rem;min-width:0}.stats-payment-name{color:#1f2933;font-size:.8125rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stats-payment-date{color:#94a3b8;font-size:.6875rem}.stats-payment-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.stats-payment-amount{color:#1f2933;font-size:.875rem;font-weight:800;font-family:Inter,sans-serif}.stats-urgency-badge{display:inline-flex;align-items:center;border-radius:9999px;padding:.125rem .5rem;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.stats-urgency--today{background:#ef44441f;color:#dc2626}.stats-urgency--tomorrow{background:#f59e0b1f;color:#d97706}.stats-urgency--soon{background:#3b82f61f;color:#2563eb}.stats-status-paid{background:#10b9811f;color:#059669}.stats-status-no-charges{background:#94a3b814;color:#94a3b8}.stats-installments-list{display:flex;flex-direction:column;gap:.875rem}.stats-installment-row{display:flex;flex-direction:column;gap:.375rem;padding-bottom:.75rem;border-bottom:1px solid #F1F5F9}.stats-installment-row:last-child{border-bottom:0;padding-bottom:0}.stats-installment-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.stats-installment-left{display:flex;flex-direction:column;gap:.125rem;min-width:0}.stats-installment-desc{color:#1f2933;font-size:.8125rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stats-installment-card{color:#94a3b8;font-size:.6875rem}.stats-installment-right{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem;flex-shrink:0}.stats-installment-amount{color:#1f2933;font-size:.875rem;font-weight:800;font-family:Inter,sans-serif}.stats-installment-months{color:#94a3b8;font-size:.6875rem;font-weight:600}.stats-installment-bar-track{height:5px;overflow:hidden;border-radius:9999px;background:#e2e8f0}.stats-installment-bar-fill{height:100%;border-radius:9999px;background:linear-gradient(90deg,#8b5cf6,#a78bfa);transition:width .6s ease;animation:stats-bar-fill .8s ease both}.stats-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 1rem;gap:.5rem;text-align:center}.stats-empty-icon{color:#94a3b8;opacity:.5}.stats-empty-text{color:#94a3b8;font-size:.8125rem}.stats-month-nav{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.25rem}.stats-month-nav-arrow{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:1px solid #E2E8F0;border-radius:.625rem;background:#fff;color:#1f2933;cursor:pointer;transition:all .2s ease}.stats-month-nav-arrow:hover:not(:disabled){background:#2dd4bf14;border-color:#2dd4bf;color:#0d9488}.stats-month-nav-arrow:disabled{opacity:.35;cursor:not-allowed}.stats-month-nav-label{color:#1f2933;font-size:1.0625rem;font-weight:700;min-width:10rem;text-align:center}.stats-period-summary{display:grid;grid-template-columns:1fr;gap:.75rem;margin-bottom:1.25rem}.stats-summary-card{border:1px solid #F1F5F9;border-radius:.75rem;background:#fff;padding:1rem;text-align:center}.stats-summary-label{color:#94a3b8;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.375rem}.stats-summary-value{color:#1f2933;font-size:1.375rem;font-weight:800;font-family:Inter,sans-serif}.stats-summary-value--income{color:#10b981}.stats-summary-value--expense{color:#ef4444}.stats-summary-value--positive{color:#10b981}.stats-summary-value--negative{color:#ef4444}.stats-summary-count{color:#94a3b8;font-size:.6875rem;margin-top:.25rem}.stats-categories-card{border:1px solid #F1F5F9;border-radius:1rem;background:#fff;padding:1.25rem}.stats-card-title{margin-bottom:1.25rem;color:#1f2933;font-size:1rem;font-weight:600}.stats-table-wrap{overflow-x:auto;margin-top:1.25rem}.stats-table{width:100%;border-collapse:collapse}.stats-table-head-row{border-bottom:1px solid #F1F5F9}.stats-th,.stats-td{padding:.625rem .75rem}.stats-th{color:#94a3b8;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.stats-th-left,.stats-td-left{text-align:left}.stats-th-right,.stats-td-right{text-align:right}.stats-tr{border-bottom:1px solid #F9FAFB}.stats-tr:last-child{border-bottom:0}.stats-category-cell{display:flex;align-items:center;gap:.5rem}.stats-category-dot{height:.625rem;width:.625rem;border-radius:9999px;flex-shrink:0}.stats-category-name{color:#1f2933;font-size:.8125rem;font-weight:500}.stats-category-amount{color:#1f2933;font-size:.8125rem;font-weight:700;font-family:Inter,sans-serif}.stats-category-percent{color:#64748b;font-size:.8125rem}.stats-category-txcount{color:#94a3b8;font-size:.8125rem}@media(max-width:374px){.stats-health-amount{font-size:.75rem}.stats-health-percent{font-size:.6875rem}.stats-health-alert{display:none}.stats-debit-balance{font-size:.8125rem}.stats-debit-total{font-size:1.25rem}.stats-block-title{font-size:.8125rem}}@media(min-width:640px){.stats-period-summary{grid-template-columns:repeat(3,1fr)}}@media(min-width:768px){.stats-realtime-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.stats-page{padding:2rem}.stats-section{padding:1.5rem}.stats-block{padding:1.25rem}.stats-debit-total{font-size:1.75rem}.stats-summary-value{font-size:1.5rem}}@media(prefers-reduced-motion:reduce){.stats-block,.stats-health-bar-fill,.stats-installment-bar-fill{animation:none}.stats-health-bar-fill .stats-shimmer{animation:none;display:none}.stats-health-bar-fill,.stats-installment-bar-fill,.stats-month-nav-arrow{transition:none}}@keyframes mc-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes mc-card-enter{0%{opacity:0;transform:translateY(24px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes mc-modal-enter{0%{opacity:0;transform:translateY(24px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes mc-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes mc-backdrop-in{0%{opacity:0}to{opacity:1}}.mc-page{margin:0 auto;max-width:80rem;padding:1rem;animation:mc-fade-in .3s ease-out}.mc-hero-card{background:#fff;border:1px solid #F1F5F9;border-radius:var(--db-radius-card);padding:1rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005;animation:mc-fade-in .4s ease-out .05s both}.mc-hero-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.875rem}.mc-hero-counts{display:flex;align-items:center;gap:.75rem}.mc-hero-count-item{display:flex;align-items:baseline;gap:.25rem}.mc-hero-count-num{font-size:1.25rem;font-weight:800;color:#1f2933;letter-spacing:-.02em}.mc-hero-count-label{font-size:.6875rem;font-weight:500;color:#94a3b8}.mc-hero-count-dot{width:3px;height:3px;border-radius:9999px;background:#cbd5e1;flex-shrink:0}.mc-hero-limit-bar{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;border-radius:.625rem;background:#f8fafc;border:1px solid #F1F5F9}.mc-hero-limit-label{font-size:.625rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em}.mc-hero-limit-value{font-size:.875rem;font-weight:800;color:#2dd4bf;letter-spacing:-.02em;margin-left:auto}.mc-add-row{display:flex;gap:.5rem;margin-bottom:1.25rem;animation:mc-fade-in .4s ease-out .1s both}.mc-add-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.375rem;padding:.625rem;border-radius:.75rem;font-size:.8125rem;font-weight:600;border:none;cursor:pointer;transition:all .2s ease}.mc-add-btn-icon{width:.875rem;height:.875rem}.mc-add-btn--credit,.mc-add-btn--debit{background:#fff;color:#1f2933;border:1.5px solid #E2E8F0}.mc-add-btn--credit:hover,.mc-add-btn--debit:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.mc-error-box{margin-bottom:1.5rem;padding:.875rem 1.25rem;border:1px solid #FEE2E2;border-radius:var(--db-radius-card);background:#fef2f2}.mc-error-text{color:#dc2626;font-size:.875rem;font-weight:500}.mc-section{margin-bottom:2rem}.mc-section:last-of-type{margin-bottom:0}.mc-section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.mc-section-title{color:#1f2933;font-size:1.125rem;font-weight:700;letter-spacing:-.01em}.mc-section-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;padding:0 .5rem;border-radius:9999px;background:#2dd4bf1a;color:#0d9488;font-size:.6875rem;font-weight:700}.mc-section-reorder-btn{margin-left:auto;display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:.625rem;border:1px solid #E2E8F0;background:#fff;color:#64748b;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease}.mc-section-reorder-btn:hover{background:#f8fafc;border-color:#cbd5e1}.mc-section-reorder-btn--active{background:#ecfdf5;border-color:#2dd4bf;color:#0f766e}.mc-section-reorder-btn svg{width:.875rem;height:.875rem}.mc-reorder-hint{margin-top:-.5rem;margin-bottom:.75rem;color:#0f766e;font-size:.75rem;font-weight:500}.mc-grid{display:grid;gap:1.25rem}.mc-card{border-radius:var(--db-radius-card);overflow:hidden;background:#fff;border:1px solid #F1F5F9;box-shadow:0 1px 3px #0000000a,0 4px 16px #0000000a;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1);animation:mc-card-enter .5s cubic-bezier(.22,1,.36,1) both}.mc-card:hover{transform:translateY(-4px) scale(1.015);box-shadow:0 8px 24px #00000014,0 20px 48px #0000000f}.mc-card--red:hover{box-shadow:0 8px 24px #00000014,0 12px 40px #ef444426}.mc-card--orange:hover{box-shadow:0 8px 24px #00000014,0 12px 40px #f9731626}.mc-card--blue:hover{box-shadow:0 8px 24px #00000014,0 12px 40px #3b82f626}.mc-card--gold:hover{box-shadow:0 8px 24px #00000014,0 12px 40px #eab30826}.mc-card--black:hover{box-shadow:0 8px 24px #0000001f,0 12px 40px #0f172a33}.mc-card--platinum:hover{box-shadow:0 8px 24px #00000014,0 12px 40px #94a3b833}.mc-card--silver:hover{box-shadow:0 8px 24px #00000014,0 12px 40px #cbd5e133}.mc-card--purple:hover{box-shadow:0 8px 24px #00000014,0 12px 40px #8b5cf626}.mc-card--green:hover{box-shadow:0 8px 24px #00000014,0 12px 40px #10b98126}.mc-card--other:hover{box-shadow:0 8px 24px #00000014,0 12px 40px #2dd4bf26}.mc-card-face{position:relative;aspect-ratio:1.586 / 1;overflow:hidden;padding:1rem;background-image:linear-gradient(135deg,var(--tw-gradient-from),var(--tw-gradient-to));display:flex;flex-direction:column}.mc-card-orb{position:absolute;border-radius:9999px;pointer-events:none}.mc-card-orb--1{right:-15%;top:-20%;width:55%;height:70%;background:radial-gradient(circle,rgba(255,255,255,.12) 0%,transparent 70%)}.mc-card-orb--2{left:-10%;bottom:-30%;width:50%;height:60%;background:radial-gradient(circle,rgba(255,255,255,.06) 0%,transparent 70%)}.mc-card-orb--3{right:10%;bottom:-10%;width:30%;height:40%;background:radial-gradient(circle,rgba(0,0,0,.08) 0%,transparent 70%)}.mc-card-chip{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:2rem;height:1.5rem;border-radius:.3rem;background:linear-gradient(145deg,#ffd70059,#fff3 40%,#ffd70040 60%,#ffffff26);border:1px solid rgba(255,215,0,.3);box-shadow:inset 0 1px 2px #fff3,0 1px 3px #0000001a}.mc-card-chip:before{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:2px;border:1px solid rgba(255,215,0,.2)}.mc-card-chip:after{content:"";position:absolute;left:50%;top:2px;bottom:2px;width:1px;background:#ffd70033}.mc-card-face-content{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:space-between;flex:1;color:#fff}.mc-card-face-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.mc-card-name{font-size:.9375rem;font-weight:700;line-height:1.3;text-shadow:0 1px 2px rgba(0,0,0,.1);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mc-card-brand-logo{flex-shrink:0;width:2.5rem;height:auto;max-height:1.5rem;filter:drop-shadow(0 1px 2px rgba(0,0,0,.15))}.mc-card-face-bottom{padding-left:2.75rem}.mc-card-bank-logo{position:absolute;left:1rem;bottom:.75rem;height:1.5rem;width:3.5rem;object-fit:contain;object-position:left;filter:brightness(0) invert(1);opacity:.85;z-index:10}.mc-card-number{display:flex;align-items:center;gap:.5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.mc-card-dots{font-size:.75rem;opacity:.5;letter-spacing:.12em}.mc-card-last4{font-size:.9375rem;font-weight:700;letter-spacing:.15em;opacity:.95}.mc-card-info{padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.mc-card-info-left{display:flex;flex-direction:column;gap:.25rem;min-width:0;flex:1}.mc-card-type-badge{display:inline-flex;align-items:center;width:fit-content;padding:.125rem .5rem;border-radius:9999px;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.mc-card-type-badge--credit{background:#8b5cf61a;color:#7c3aed}.mc-card-type-badge--debit{background:#3b82f61a;color:#2563eb}.mc-card-meta{color:#64748b;font-size:.75rem;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mc-card-meta strong{font-weight:600;color:#1f2933}.mc-card-actions{display:flex;align-items:center;gap:.375rem;flex-shrink:0}.mc-card-action-btn{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.625rem;border:none;background:#f8fafc;cursor:pointer;transition:all .2s ease}.mc-card-action-btn:hover{background:#f1f5f9;transform:scale(1.05)}.mc-card-action-btn svg{width:.875rem;height:.875rem;color:#64748b}.mc-card-action-btn--delete:hover{background:#fef2f2}.mc-card-action-btn--delete:hover svg{color:#dc2626}.mc-card-reorder{cursor:grab;-webkit-user-select:none;user-select:none}.mc-card-reorder:active{cursor:grabbing}.mc-card-dragging{opacity:.55;transform:scale(.95)!important}.mc-card-drop-target{outline:2px dashed #2DD4BF;outline-offset:2px;border-radius:var(--db-radius-card)}.mc-card-grip{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;color:#94a3b8;flex-shrink:0}.mc-card-grip svg{width:1.125rem;height:1.125rem}.mc-empty-state{padding:3rem 2rem;border:2px dashed #E2E8F0;border-radius:var(--db-radius-card);text-align:center;background:linear-gradient(135deg,#fafbfc,#f8fafc);animation:mc-fade-in .5s ease-out}.mc-empty-icon-wrap{width:3.5rem;height:3.5rem;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;border-radius:.875rem;background:linear-gradient(135deg,#f0fdfa,#ecfdf5);border:1px solid #D1FAE5}.mc-empty-icon{width:1.75rem;height:1.75rem;color:#2dd4bf}.mc-empty-title{color:#1f2933;font-size:1rem;font-weight:700;margin-bottom:.25rem}.mc-empty-text{color:#94a3b8;font-size:.8125rem;max-width:18rem;margin:0 auto 1.25rem;line-height:1.5}.mc-empty-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:9999px;background:#2dd4bf;color:#fff;font-weight:600;font-size:.8125rem;border:none;cursor:pointer;box-shadow:0 2px 8px #2dd4bf4d;transition:all .2s ease}.mc-empty-cta:hover{background:#14b8a6;box-shadow:0 4px 16px #2dd4bf59;transform:translateY(-1px)}.mc-empty-cta svg{width:.875rem;height:.875rem}.mc-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem;animation:mc-backdrop-in .2s ease-out}.mc-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a66;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.mc-modal{position:relative;width:100%;max-width:28rem;background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.5);border-radius:1.5rem;padding:1.5rem;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0000001f,0 24px 64px #0000000f;animation:mc-modal-enter .35s cubic-bezier(.22,1,.36,1)}.mc-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.mc-modal-title{color:#1f2933;font-size:1.375rem;font-weight:700;letter-spacing:-.01em}.mc-modal-close{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:9999px;border:none;background:#0000000d;cursor:pointer;transition:background .2s ease}.mc-modal-close:hover{background:#0000001a}.mc-modal-close svg{width:1.125rem;height:1.125rem;color:#64748b}.mc-modal-preview{margin-bottom:1.25rem;border-radius:1rem;overflow:hidden}.mc-modal-preview .mc-card-face{aspect-ratio:1.7 / 1;padding:1.25rem}.mc-modal-preview .mc-card-name,.mc-modal-preview .mc-card-last4{font-size:1.0625rem}.mc-modal-preview .mc-card-chip{width:2.5rem;height:1.875rem;left:1.25rem;border-radius:.375rem}.mc-modal-preview .mc-card-brand-logo{width:3rem;max-height:1.75rem}.mc-form{display:grid;gap:1.25rem}.mc-form-label{display:block;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin-bottom:.5rem}.mc-form-input{width:100%;padding:.75rem 1rem;border:1.5px solid #E2E8F0;border-radius:.75rem;font-size:.9375rem;color:#1f2933;background:#fff;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.mc-form-input:focus{border-color:#2dd4bf;box-shadow:0 0 0 3px #2dd4bf26}.mc-form-input::placeholder{color:#cbd5e1}.mc-form-input-wrap{position:relative}.mc-form-input-prefix{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#64748b;font-size:.9375rem;font-weight:600;pointer-events:none}.mc-form-input--prefixed{padding-left:2rem}.mc-form-hint{margin-top:.375rem;color:#94a3b8;font-size:.6875rem}.mc-type-toggle{display:grid;grid-template-columns:1fr 1fr;gap:.375rem;padding:.25rem;background:#f1f5f9;border-radius:.75rem}.mc-type-toggle-btn{padding:.625rem;border-radius:.5rem;border:none;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;background:transparent;color:#64748b}.mc-type-toggle-btn--active{background:#fff;color:#1f2933;box-shadow:0 1px 3px #0000000f}.mc-brand-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.625rem}.mc-brand-btn{height:3.5rem;border-radius:.75rem;border:1.5px solid #E2E8F0;background:#f8fafc;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.mc-brand-btn:hover{background:#f1f5f9}.mc-brand-btn--selected{border-color:#2dd4bf;background:#fff;box-shadow:0 0 0 3px #2dd4bf26}.mc-brand-btn img{height:1.75rem;object-fit:contain}.mc-color-picker-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.mc-color-picker-current{color:#94a3b8;font-size:.6875rem}.mc-color-picker{background:#f8fafc;border-radius:.75rem;padding:.75rem}.mc-color-dots{display:flex;flex-wrap:wrap;gap:.625rem}.mc-color-dot-btn{width:2.25rem;height:2.25rem;border-radius:9999px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;background:transparent;padding:0}.mc-color-dot-btn:hover{transform:scale(1.08)}.mc-color-dot-btn--selected{ring:2px solid #2DD4BF;box-shadow:0 0 0 2px #2dd4bf,0 0 0 4px #2dd4bf33}.mc-color-dot{width:1.75rem;height:1.75rem;border-radius:9999px;box-shadow:0 1px 3px #0000001a}.mc-credit-fields{display:grid;gap:1.25rem}.mc-credit-fields-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.mc-modal-actions{display:flex;align-items:center;gap:.75rem;margin-top:1.5rem}.mc-btn-pill{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.75rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.mc-btn-pill:disabled{opacity:.7;cursor:not-allowed}.mc-btn-save{background:#2dd4bf;color:#fff;box-shadow:0 2px 8px #2dd4bf4d;flex:1}.mc-btn-save:hover:not(:disabled){background:#14b8a6;box-shadow:0 4px 16px #2dd4bf59}.mc-btn-cancel{background:transparent;color:#64748b;border:1.5px solid #E2E8F0}.mc-btn-cancel:hover{background:#f8fafc;border-color:#cbd5e1}.mc-btn-delete{background:transparent;color:#ef4444;border:1.5px solid #FEE2E2;margin-right:auto}.mc-btn-delete:hover{background:#fef2f2;border-color:#fca5a5}@media(min-width:768px){.mc-page{padding:2rem}.mc-hero-card,.mc-add-row{max-width:480px}.mc-hero-count-num{font-size:1.5rem}.mc-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}}@media(min-width:1280px){.mc-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){.mc-page,.mc-card,.mc-hero-card,.mc-add-row,.mc-empty-state,.mc-modal,.mc-modal-overlay{animation:none}.mc-card,.mc-add-btn,.mc-empty-cta,.mc-section-reorder-btn,.mc-card-action-btn,.mc-btn-pill{transition:none}}.cd-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:cd-overlay-in .2s ease}.cd-dialog{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:51;width:calc(100% - 2rem);max-width:24rem;background:#fff;border-radius:1rem;padding:1.75rem;box-shadow:0 8px 32px #0000001f,0 2px 8px #0000000f;animation:cd-dialog-in .25s ease}.cd-dialog--danger{border-top:3px solid #EF4444}.cd-dialog--warning{border-top:3px solid #FACC15}.cd-dialog--neutral{border-top:3px solid #2DD4BF}.cd-title{color:#1f2933;font-size:1.125rem;font-weight:700;margin:0 0 .5rem}.cd-description{color:#64748b;font-size:.875rem;line-height:1.5;margin:0 0 1.5rem}.cd-actions{display:flex;justify-content:flex-end;gap:.75rem}.cd-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:9999px;font-size:.8125rem;font-weight:600;cursor:pointer;border:1.5px solid transparent;transition:all .2s ease;min-width:5.5rem;font-family:inherit}.cd-btn:disabled{opacity:.55;cursor:not-allowed}.cd-btn--cancel{background:transparent;border-color:#e2e8f0;color:#64748b}.cd-btn--cancel:hover:not(:disabled){border-color:#cbd5e1;background:#f8fafc}.cd-btn--danger{background:#ef4444;color:#fff}.cd-btn--danger:hover:not(:disabled){background:#dc2626}.cd-btn--warning{background:#facc15;color:#1f2933}.cd-btn--warning:hover:not(:disabled){background:#eab308}.cd-btn--neutral{background:#2dd4bf;color:#fff}.cd-btn--neutral:hover:not(:disabled){background:#14b8a6}.cd-spinner{width:1rem;height:1rem;animation:cd-spin .8s linear infinite}@keyframes cd-spin{to{transform:rotate(360deg)}}@keyframes cd-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes cd-dialog-in{0%{opacity:0;transform:translate(-50%,-50%) scale(.97) translateY(8px)}to{opacity:1;transform:translate(-50%,-50%) scale(1) translateY(0)}}@media(prefers-reduced-motion:reduce){.cd-overlay,.cd-dialog{animation:none}.cd-spinner{animation-duration:1.5s}}@keyframes rcm-modal-rise{0%{opacity:0;transform:translateY(40px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes rcm-sheet-rise{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes rcm-item-cascade{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes rcm-hint-slide{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes rcm-footer-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes rcm-grip-breathe{0%,to{opacity:.35}50%{opacity:.6}}@keyframes rcm-shimmer-sweep{0%{transform:translate(-100%)}to{transform:translate(200%)}}@keyframes rcm-swap-flash{0%{background:transparent}30%{background:#2dd4bf0f}to{background:transparent}}.rcm-modal{position:relative;width:100%;max-width:26rem;background:#fffffff2;backdrop-filter:blur(40px) saturate(1.6);-webkit-backdrop-filter:blur(40px) saturate(1.6);border:1px solid rgba(255,255,255,.7);border-radius:1.75rem;padding:0;max-height:88vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 0 0 1px #00000008,0 8px 40px #0000001a,0 24px 80px #0000000f;animation:rcm-modal-rise .45s cubic-bezier(.16,1,.3,1)}.rcm-modal:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#2dd4bf,#14b8a6,#0d9488,#14b8a6,#2dd4bf);background-size:200% 100%;z-index:1}.rcm-drag-pill{display:none}@media(max-width:639px){.rcm-modal{position:absolute;bottom:0;left:0;right:0;max-width:100%;max-height:90vh;border-radius:1.5rem 1.5rem 0 0;border-bottom:none;animation:rcm-sheet-rise .4s cubic-bezier(.16,1,.3,1);box-shadow:0 -4px 32px #00000014,0 -1px 8px #0000000a}.rcm-modal:before{display:none}.rcm-drag-pill{display:block;width:2.25rem;height:.25rem;background:#0000001f;border-radius:9999px;margin:.625rem auto 0;flex-shrink:0}.rcm-header{padding-top:.5rem}.rcm-footer{padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px))}}.rcm-header{position:relative;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.25rem 0;z-index:2}.rcm-header-left{display:flex;align-items:center;gap:.625rem}.rcm-header-icon{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.75rem;background:linear-gradient(135deg,#2dd4bf1f,#14b8a614);color:#0d9488;flex-shrink:0}.rcm-header-icon svg{width:1.125rem;height:1.125rem}.rcm-title{color:#1f2933;font-size:1.125rem;font-weight:700;letter-spacing:-.015em;line-height:1.2}.rcm-close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:9999px;border:none;background:#0000000a;cursor:pointer;transition:all .2s ease;color:#94a3b8;flex-shrink:0}.rcm-close:hover{background:#00000014;color:#64748b;transform:rotate(90deg)}.rcm-close svg{width:1rem;height:1rem}.rcm-hint{padding:.375rem 1.25rem 0;color:#94a3b8;font-size:.6875rem;font-weight:500;letter-spacing:.02em;animation:rcm-hint-slide .4s cubic-bezier(.16,1,.3,1) .15s both}.rcm-count{display:inline-flex;align-items:center;gap:.25rem;margin-left:.25rem;padding:.125rem .5rem;border-radius:9999px;background:#2dd4bf1a;color:#0d9488;font-size:.625rem;font-weight:700;letter-spacing:.02em}.rcm-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.375rem;padding:.75rem;-webkit-overflow-scrolling:touch;touch-action:none;scrollbar-width:thin;scrollbar-color:rgba(45,212,191,.2) transparent;counter-reset:rcm-pos}.rcm-list::-webkit-scrollbar{width:4px}.rcm-list::-webkit-scrollbar-track{background:transparent}.rcm-list::-webkit-scrollbar-thumb{background:#2dd4bf33;border-radius:9999px}.rcm-item{display:flex;align-items:center;gap:.375rem;background:#fff;border:1.5px solid #F1F5F9;border-left:3px solid rgba(45,212,191,.25);border-radius:.75rem;padding:.3125rem .375rem .3125rem .125rem;box-shadow:0 1px 2px #00000008,0 2px 8px #00000005;animation:rcm-item-cascade .4s cubic-bezier(.16,1,.3,1) both;position:relative;overflow:hidden;will-change:transform;touch-action:none;-webkit-user-select:none;user-select:none;cursor:grab;counter-increment:rcm-pos}.rcm-item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;animation:rcm-swap-flash .5s ease both;animation-play-state:paused}.rcm-item--just-moved:after{animation-play-state:running}.rcm-item--dragging{opacity:0!important;transition:opacity .1s ease}.rcm-ghost{position:fixed!important;z-index:9999;pointer-events:none;animation:none!important;border-color:#f1f5f9;border-left-color:#2dd4bf40;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.rcm-ghost--lifted{transform:scale(1.04);border-color:#2dd4bf80;border-left-color:#2dd4bf;box-shadow:0 0 0 2px #2dd4bf26,0 16px 40px #00000029,0 6px 16px #00000014,0 0 24px #2dd4bf1a}.rcm-ghost .rcm-grip{cursor:grabbing;color:#2dd4bf}.rcm-ghost .rcm-grip svg{animation:none}.rcm-ghost .rcm-card-preview:after{animation:none}.rcm-grip{display:flex;flex-direction:column;align-items:center;justify-content:center;width:1.5rem;flex-shrink:0;color:#cbd5e1;touch-action:none;-webkit-user-select:none;user-select:none;transition:color .2s ease;gap:.0625rem;position:relative}.rcm-grip svg{width:1rem;height:1rem;animation:rcm-grip-breathe 3s ease-in-out infinite}.rcm-grip:after{content:counter(rcm-pos);font-size:.5rem;font-weight:700;color:#94a3b8;line-height:1;letter-spacing:.02em}.rcm-card-preview{flex:1;min-width:0;border-radius:.5rem;overflow:hidden;pointer-events:none;position:relative}.rcm-card-preview:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,transparent 40%,rgba(255,255,255,.08) 45%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.08) 55%,transparent 60%);animation:rcm-shimmer-sweep 4s ease-in-out infinite;animation-delay:var(--rcm-shimmer-delay, 0s);pointer-events:none}.rcm-card-preview .mc-card-face{aspect-ratio:unset;padding:.5rem .75rem;flex-direction:row;align-items:center;gap:.5rem}.rcm-card-preview .mc-card-face-content{flex-direction:row;align-items:center;gap:.5rem}.rcm-card-preview .mc-card-face-top{flex:1;min-width:0}.rcm-card-preview .mc-card-name{font-size:.75rem;overflow:hidden;text-overflow:ellipsis}.rcm-card-preview .mc-card-chip{position:static;transform:none;width:1.25rem;height:.875rem;border-radius:.175rem;flex-shrink:0}.rcm-card-preview .mc-card-face-bottom{padding-left:0;flex-shrink:0}.rcm-card-preview .mc-card-number{gap:.25rem}.rcm-card-preview .mc-card-dots{display:none}.rcm-card-preview .mc-card-last4{font-size:.6875rem;opacity:.8}.rcm-card-preview .mc-card-brand-logo{width:1.5rem;max-height:.875rem}.rcm-card-preview .mc-card-orb{display:none}.rcm-footer{padding:.625rem 1rem 1rem;display:flex;justify-content:center;animation:rcm-footer-rise .4s cubic-bezier(.16,1,.3,1) .3s both}.rcm-footer-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.8125rem 1.5rem;border-radius:9999px;border:none;background:linear-gradient(135deg,#2dd4bf,#14b8a6);color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #2dd4bf4d,0 0 #2dd4bf00;position:relative;overflow:hidden}.rcm-footer-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.15),transparent);opacity:0;transition:opacity .2s ease}.rcm-footer-btn:hover:after{opacity:1}.rcm-footer-btn:hover{box-shadow:0 4px 20px #2dd4bf59,0 0 #2dd4bf00;transform:translateY(-1px)}.rcm-footer-btn:active{transform:translateY(0) scale(.98)}.rcm-footer-btn svg{width:1rem;height:1rem}@media(prefers-reduced-motion:reduce){.rcm-modal,.rcm-item{animation:none}.rcm-item,.rcm-close,.rcm-footer-btn,.rcm-grip,.rcm-ghost{transition:none}.rcm-grip svg,.rcm-card-preview:after{animation:none}.rcm-hint,.rcm-footer{animation:none}.rcm-ghost--lifted{transform:none}}body.rcm-open .layout-mobile-nav,body.rcm-open .layout-fab{display:none}@keyframes tfd-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes tfd-arrow-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(3px)}}.tfd-page{margin:0 auto;max-width:40rem;padding:1rem;animation:tfd-fade-in .3s ease-out both}.tfd-header{margin-bottom:var(--db-gap-section);display:flex;flex-direction:column;gap:.125rem}.tfd-back-link{display:inline-flex;align-items:center;gap:.375rem;color:#94a3b8;font-size:.8125rem;font-weight:500;transition:color .2s ease;margin-bottom:.75rem;width:fit-content}.tfd-back-link:hover{color:#1f2933}.tfd-back-link:hover .tfd-back-icon{transform:translate(-2px)}.tfd-back-icon{height:1rem;width:1rem;transition:transform .2s ease}.tfd-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.tfd-title{color:#1f2933;font-size:var(--db-text-title);font-weight:700;letter-spacing:-.01em}.tfd-subtitle{color:#94a3b8;font-size:.8125rem;font-weight:400;margin-top:.125rem}.tfd-transfer-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .625rem;border-radius:9999px;background:#3b82f614;color:#3b82f6;font-size:.6875rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;flex-shrink:0}.tfd-transfer-badge-icon{height:.75rem;width:.75rem}.tfd-id-row{display:inline-flex;align-items:center;gap:.375rem;margin-top:.5rem;width:fit-content}.tfd-id-text{color:#94a3b8;font-size:.6875rem;font-weight:500;font-variant-numeric:tabular-nums}.tfd-copy-btn{display:inline-flex;align-items:center;justify-content:center;width:1.375rem;height:1.375rem;border:none;border-radius:.375rem;background:transparent;color:#cbd5e1;cursor:pointer;transition:all .15s ease;padding:0}.tfd-copy-btn:hover{background:#f1f5f9;color:#64748b}.tfd-copy-btn-icon{height:.75rem;width:.75rem}.tfd-error-box{margin-bottom:var(--db-gap-section);border:1px solid rgba(239,68,68,.15);border-radius:var(--db-radius-card);background:linear-gradient(135deg,#fef2f2,#fff5f5);padding:.875rem 1.125rem;animation:tfd-fade-in .25s ease both}.tfd-error-text{color:#dc2626;font-size:var(--db-text-body);font-weight:500}.tfd-card{border:1px solid #F1F5F9;border-radius:var(--db-radius-card);background:#fff;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005;overflow:hidden;animation:tfd-fade-in .35s ease both;animation-delay:.05s}.tfd-amount-hero{display:flex;flex-direction:column;align-items:center;gap:.375rem;padding:1.75rem var(--db-pad-card) 1.5rem;border-bottom:1px solid #F1F5F9;background:linear-gradient(180deg,#fafbfc,#fff)}.tfd-amount-label{color:#94a3b8;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.tfd-amount-wrap{position:relative;display:flex;align-items:baseline;gap:.125rem}.tfd-amount-currency{font-size:1.25rem;font-weight:700;color:#3b82f6;opacity:.6}.tfd-amount-input{border:0;background:transparent;font-family:Inter,sans-serif;font-size:2rem;font-weight:800;letter-spacing:-.02em;text-align:center;font-variant-numeric:tabular-nums;color:#3b82f6;width:100%;max-width:14rem;padding:0}.tfd-amount-input:focus{outline:none}.tfd-amount-input::placeholder{color:#cbd5e1}.tfd-form-body{padding:var(--db-pad-card)}.tfd-form{display:grid;gap:1.5rem}.tfd-section{display:grid;gap:.5rem;animation:tfd-fade-in .3s ease both}.tfd-section:nth-child(1){animation-delay:.08s}.tfd-section:nth-child(2){animation-delay:.12s}.tfd-section:nth-child(3){animation-delay:.16s}.tfd-section:nth-child(4){animation-delay:.2s}.tfd-section:nth-child(5){animation-delay:.24s}.tfd-section:nth-child(6){animation-delay:.28s}.tfd-section:nth-child(7){animation-delay:.32s}.tfd-label{display:flex;align-items:center;gap:.375rem;color:#475569;font-size:.8125rem;font-weight:500}.tfd-label-icon{height:.875rem;width:.875rem;color:#94a3b8}.tfd-input{width:100%;border:1.5px solid #E2E8F0;border-radius:.75rem;background:#fff;padding:.75rem 1rem;font-size:var(--db-text-body);color:#1f2933;transition:border-color .2s ease,box-shadow .2s ease}.tfd-input::placeholder{color:#cbd5e1}.tfd-input:focus{border-color:#2dd4bf;outline:none;box-shadow:0 0 0 3px #2dd4bf26,0 1px 2px #0000000a}.tfd-account-list{display:grid;gap:.5rem}.tfd-account-btn{position:relative;width:100%;border-radius:.75rem;border:1.5px solid #E2E8F0;background:#fff;padding:.875rem 1rem;text-align:left;transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer}.tfd-account-btn--active{border-color:#2dd4bf;background:linear-gradient(135deg,#2dd4bf08,#14b8a612);box-shadow:0 0 0 3px #2dd4bf1a,0 2px 8px #2dd4bf14;transform:scale(1.01)}.tfd-account-btn--inactive:hover{border-color:#cbd5e1;background:#fafbfc}.tfd-account-row{display:flex;align-items:center;gap:.75rem}.tfd-account-color-dot{width:.5rem;height:.5rem;border-radius:9999px;flex-shrink:0}.tfd-account-info{flex:1;min-width:0}.tfd-account-name{color:#1f2933;font-size:var(--db-text-body);font-weight:600;line-height:1.3}.tfd-account-meta{display:flex;align-items:center;gap:.375rem;margin-top:.125rem}.tfd-account-last4{color:#94a3b8;font-size:.75rem;font-weight:500;font-variant-numeric:tabular-nums}.tfd-account-type-badge{display:inline-flex;align-items:center;padding:.0625rem .375rem;border-radius:9999px;font-size:.5625rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.tfd-account-type-badge--debit{background:#3b82f614;color:#3b82f6;border:1px solid rgba(59,130,246,.15)}.tfd-account-type-badge--credit{background:#8b5cf614;color:#8b5cf6;border:1px solid rgba(139,92,246,.15)}.tfd-account-check{flex-shrink:0;height:1.25rem;width:1.25rem;color:#2dd4bf;opacity:0;transform:scale(.8);transition:all .2s cubic-bezier(.4,0,.2,1)}.tfd-account-btn--active .tfd-account-check{opacity:1;transform:scale(1)}.tfd-account-btn--active .tfd-account-name{color:#0d9488}.tfd-dot--RED{background:#ef4444}.tfd-dot--ORANGE{background:#f97316}.tfd-dot--BLUE{background:#3b82f6}.tfd-dot--GOLD{background:#eab308}.tfd-dot--BLACK{background:#0f172a}.tfd-dot--PLATINUM{background:#94a3b8}.tfd-dot--PURPLE{background:#8b5cf6}.tfd-dot--GREEN{background:#10b981}.tfd-dot--SILVER{background:#cbd5e1}.tfd-dot--OTHER{background:#2dd4bf}.tfd-flow-indicator{display:flex;align-items:center;justify-content:center;padding:.25rem 0;position:relative}.tfd-flow-indicator:before,.tfd-flow-indicator:after{content:"";position:absolute;left:50%;width:1px;border-left:1.5px dashed #E2E8F0}.tfd-flow-indicator:before{top:0;height:.25rem}.tfd-flow-indicator:after{bottom:0;height:.25rem}.tfd-flow-circle{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:9999px;background:linear-gradient(135deg,#3b82f614,#3b82f626);border:1.5px solid rgba(59,130,246,.2);z-index:1}.tfd-flow-icon{height:.875rem;width:.875rem;color:#3b82f6;animation:tfd-arrow-bounce 2s ease-in-out infinite}.tfd-row-2col{display:grid;gap:1.5rem}.tfd-empty-text{color:#94a3b8;font-size:var(--db-text-body);text-align:center;padding:1rem}.tfd-actions{display:flex;gap:.625rem;padding-top:.5rem}.tfd-save-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:0;border-radius:.75rem;background:linear-gradient(135deg,#2dd4bf,#14b8a6);padding:.875rem 0;color:#fff;font-size:var(--db-text-body);font-weight:600;box-shadow:0 2px 8px #2dd4bf4d;transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer}.tfd-save-btn:hover{background:linear-gradient(135deg,#14b8a6,#0d9488);box-shadow:0 4px 14px #2dd4bf66;transform:translateY(-1px) scale(1.01)}.tfd-save-btn:active{transform:translateY(0) scale(.98)}.tfd-save-btn:disabled{cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}.tfd-save-icon{height:1rem;width:1rem}.tfd-cancel-link{flex:1;display:inline-flex;align-items:center;justify-content:center;border-radius:.75rem;border:1.5px solid #E2E8F0;background:#fff;padding:.875rem 0;color:#64748b;font-size:var(--db-text-body);font-weight:600;transition:all .2s ease;cursor:pointer}.tfd-cancel-link:hover{border-color:#cbd5e1;background:#f8fafc;color:#1f2933}.tfd-danger-zone{padding:1.25rem var(--db-pad-card);border-top:1px solid #F1F5F9}.tfd-delete-btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;border:1.5px solid transparent;border-radius:.75rem;background:transparent;color:#dc2626;font-weight:600;font-size:.8125rem;padding:.625rem 1rem;transition:all .2s ease;cursor:pointer}.tfd-delete-btn:hover{background:#ef44440f;border-color:#ef44441f}.tfd-delete-btn:disabled{cursor:not-allowed;opacity:.5}.tfd-delete-icon{height:.875rem;width:.875rem}@media(min-width:1024px){.tfd-page{max-width:46rem;padding:2rem}.tfd-account-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.tfd-row-2col{grid-template-columns:repeat(2,minmax(0,1fr))}.tfd-amount-input{font-size:2.5rem;max-width:18rem}}@media(max-width:639px){.tfd-amount-input{font-size:1.75rem;max-width:11rem}.tfd-amount-currency{font-size:1rem}.tfd-actions{flex-direction:column}.tfd-save-btn,.tfd-cancel-link{flex:none}}@media(prefers-reduced-motion:reduce){.tfd-page,.tfd-card,.tfd-error-box,.tfd-section,.tfd-flow-icon{animation:none}.tfd-save-btn,.tfd-account-btn,.tfd-account-check{transition:none}}@keyframes td-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes td-slide-up{0%{opacity:0;transform:translateY(16px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes td-shake{0%,to{transform:translate(0)}20%{transform:translate(-4px)}40%{transform:translate(4px)}60%{transform:translate(-3px)}80%{transform:translate(2px)}}.td-page{margin:0 auto;max-width:72rem;padding:1rem;animation:td-fade-in .3s ease-out}.td-top-bar{margin-bottom:var(--db-gap-section);display:flex;align-items:center;justify-content:space-between;gap:1rem}.td-back-link{display:inline-flex;align-items:center;gap:.5rem;color:#94a3b8;font-size:var(--db-text-body);font-weight:500;text-decoration:none;padding:.375rem .75rem .375rem .5rem;border-radius:.5rem;transition:color .2s ease,background .2s ease}.td-back-link:hover{color:#1f2933;background:#f1f5f9}.td-back-icon{height:1.125rem;width:1.125rem;transition:transform .2s ease}.td-back-link:hover .td-back-icon{transform:translate(-2px)}.td-type-badge-icon{height:.75rem;width:.75rem}.tfd-amount-hero--expense .tfd-amount-currency,.tfd-amount-hero--expense .tfd-amount-input{color:#ef4444}.td-tx-id-label{color:#94a3b8;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.td-tx-id-row{display:flex;align-items:center;justify-content:flex-end;gap:.375rem}.td-tx-id-value{color:#1f2933;font-weight:700;font-size:var(--db-text-body);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.td-copy-btn{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border:0;border-radius:.375rem;background:transparent;cursor:pointer;padding:0;transition:background .2s ease}.td-copy-btn:hover{background:#f1f5f9}.td-copy-icon{width:.8125rem;height:.8125rem;color:#94a3b8;transition:color .2s ease}.td-copy-icon--done{color:#2dd4bf}.td-error-box{margin-bottom:var(--db-gap-section);border:1px solid #FEE2E2;border-radius:var(--db-radius-card);background:#fef2f2;padding:.875rem 1.25rem;animation:td-shake .4s ease-out}.td-error-text{color:#dc2626;font-size:var(--db-text-body);font-weight:500}.td-card{border:1px solid #F1F5F9;border-radius:var(--db-radius-card);background:#fff;padding:0;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005;overflow:hidden;animation:td-slide-up .4s ease-out .05s both}.td-card--income{border-left:3px solid #10B981}.td-card--expense{border-left:3px solid #EF4444}.td-card--transfer{border-left:3px solid #3B82F6}.td-card--credit-payment{border-left:3px solid #8B5CF6}.td-card-header{padding:1.25rem 1.25rem 0;margin-bottom:1.25rem}.td-title{color:#1f2933;font-size:var(--db-text-title);font-weight:700;letter-spacing:-.01em}.td-subtitle{margin-top:.125rem;color:#94a3b8;font-size:.8125rem;font-weight:400}.td-form{display:grid;gap:1.25rem;padding:0 1.25rem 1.25rem}.td-label{margin-bottom:.375rem;display:block;color:#64748b;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.td-label-spaced{margin-bottom:.5rem}.td-amount-wrap{position:relative}.td-currency{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:#2dd4bf;font-size:1.5rem;font-weight:700;pointer-events:none}.td-amount-input{width:100%;border:1.5px solid #E2E8F0;border-radius:.75rem;background:#fff;padding:.875rem 1rem .875rem 3rem;color:#1f2933;font-size:1.75rem;font-weight:800;letter-spacing:-.02em;box-shadow:0 1px 2px #0000000a;transition:border-color .2s ease,box-shadow .2s ease}.td-amount-input::placeholder{color:#cbd5e1;font-weight:400}.td-amount-input:focus{outline:none;border-color:#2dd4bf;box-shadow:0 0 0 3px #2dd4bf26,0 1px 2px #0000000a}.td-amount-hint{margin-top:.375rem;color:#94a3b8;font-size:.75rem;font-weight:400}.td-amount-hero{text-align:center}.td-amount-hero-label{display:block;margin-bottom:.625rem;color:#94a3b8;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.td-amount-hero-wrap{position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0fdfa,#ecfdf5,#f0fdf4);border:1.5px solid #D1FAE5;border-radius:.75rem;padding:1.25rem 1rem}.td-amount-hero-currency{color:#2dd4bf;font-size:1.75rem;font-weight:700;margin-right:.25rem;pointer-events:none;flex-shrink:0}.td-amount-hero-input{border:0;background:transparent;color:#1f2933;font-size:2rem;font-weight:800;letter-spacing:-.02em;text-align:center;width:100%;max-width:16rem}.td-amount-hero-input::placeholder{color:#94a3b8;font-weight:400}.td-amount-hero-input:focus{outline:none}.td-amount-hero-wrap:focus-within{border-color:#2dd4bf;box-shadow:0 0 0 3px #2dd4bf26}.td-amount-hero--income .td-amount-hero-wrap{background:linear-gradient(135deg,#ecfdf5,#d1fae5,#ecfdf5);border-color:#a7f3d0}.td-amount-hero--income .td-amount-hero-currency{color:#10b981}.td-amount-hero--income .td-amount-hero-wrap:focus-within{border-color:#10b981;box-shadow:0 0 0 3px #10b98126}.td-amount-hero--expense .td-amount-hero-wrap{background:linear-gradient(135deg,#fef2f2,#fee2e2,#fef2f2);border-color:#fecaca}.td-amount-hero--expense .td-amount-hero-currency{color:#ef4444}.td-amount-hero--expense .td-amount-hero-wrap:focus-within{border-color:#ef4444;box-shadow:0 0 0 3px #ef444426}.td-method-toggle{display:flex;gap:.375rem}.td-method-btn{flex:1;border:1.5px solid #E2E8F0;border-radius:9999px;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;cursor:pointer;white-space:nowrap;text-transform:capitalize;transition:all .2s ease;background:#fff;color:#64748b}.td-method-btn:hover{border-color:#cbd5e1;color:#475569;background:#f8fafc}.td-method-btn-active{background:#2dd4bf;border-color:#2dd4bf;color:#fff;font-weight:600;box-shadow:0 2px 8px #2dd4bf4d}.td-method-btn-active:hover{background:#14b8a6;border-color:#14b8a6;color:#fff}.td-method-btn-inactive{background:#fff;color:#64748b}.td-card-list{display:grid;gap:0;border:1px solid #F1F5F9;border-radius:var(--db-radius-card);overflow:hidden;box-shadow:0 1px 3px #0000000a}.td-card-btn{width:100%;border:0;border-bottom:1px solid #F1F5F9;background:#fff;padding:.875rem 1rem;cursor:pointer;transition:all .2s ease;text-align:left}.td-card-btn:last-child{border-bottom:0}.td-card-btn:hover{background:#f8fafc}.td-card-btn-active{background:linear-gradient(130deg,#ecfeff,#f0fdfa 55%,#ecfdf5);border-left:3px solid #2DD4BF}.td-card-btn-active .td-card-name{color:#0f766e;font-weight:600}.td-card-btn-active .td-card-last4{color:#0f766e}.td-card-btn-inactive{border-left:3px solid transparent}.td-card-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.td-card-row-left{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1}.td-card-row-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.td-card-dot{width:.5rem;height:.5rem;border-radius:9999px;flex-shrink:0}.td-card-name{color:#1f2933;font-weight:500;font-size:var(--db-text-body);transition:color .2s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.td-card-type-badge{display:inline-flex;align-items:center;padding:.0625rem .375rem;border-radius:9999px;font-size:.5625rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;flex-shrink:0}.td-card-type-badge--debit{background:#3b82f614;color:#3b82f6;border:1px solid rgba(59,130,246,.15)}.td-card-type-badge--credit{background:#8b5cf614;color:#8b5cf6;border:1px solid rgba(139,92,246,.15)}.td-card-check{width:1.125rem;height:1.125rem;color:#2dd4bf;flex-shrink:0}.td-card-last4{color:#94a3b8;font-size:.75rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;letter-spacing:.05em;transition:color .2s ease}.td-text-input{width:100%;border:1.5px solid #E2E8F0;border-radius:.75rem;background:#fff;padding:.75rem 1rem;color:#1f2933;font-size:var(--db-text-body);font-weight:500;box-shadow:0 1px 2px #0000000a;transition:border-color .2s ease,box-shadow .2s ease}.td-text-input::placeholder{color:#94a3b8;font-weight:400}.td-text-input:focus{outline:none;border-color:#2dd4bf;box-shadow:0 0 0 3px #2dd4bf26,0 1px 2px #0000000a}.td-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.375rem}.td-category-btn{display:flex;flex-direction:column;align-items:center;gap:.375rem;border-radius:.75rem;border:1.5px solid #E2E8F0;background:#fff;padding:.75rem .375rem;cursor:pointer;transition:all .2s ease}.td-category-btn:hover{border-color:#cbd5e1;background:#f8fafc}.td-category-btn-active{border-color:#2dd4bf;background:linear-gradient(130deg,#ecfeff,#f0fdfa 55%,#ecfdf5);box-shadow:0 2px 8px #2dd4bf26}.td-category-btn-active .td-category-icon{color:#2dd4bf}.td-category-btn-active .td-category-name{color:#0f766e;font-weight:700}.td-category-btn-inactive:hover{transform:translateY(-1px)}.td-category-icon{height:1.375rem;width:1.375rem;color:#94a3b8;transition:color .2s ease}.td-category-name{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.625rem;font-weight:600;color:#64748b;text-align:center;text-transform:uppercase;letter-spacing:.03em;transition:color .2s ease}.td-row-2col{display:grid;gap:1.25rem}.td-actions-row{display:flex;gap:.75rem;padding-top:.5rem}.td-save-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:0;border-radius:9999px;background:#2dd4bf;padding:.875rem 0;color:#fff;font-weight:600;font-size:var(--db-text-body);cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #2dd4bf4d}.td-save-btn:hover{background:#14b8a6;box-shadow:0 4px 16px #2dd4bf59;transform:translateY(-1px)}.td-save-btn:active{transform:translateY(0);box-shadow:0 1px 4px #2dd4bf33}.td-save-btn:disabled{cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}.td-save-icon{height:1rem;width:1rem}.td-cancel-link{flex:1;display:inline-flex;align-items:center;justify-content:center;border:1.5px solid #E2E8F0;border-radius:9999px;background:#fff;padding:.875rem 0;color:#64748b;font-weight:500;font-size:var(--db-text-body);text-decoration:none;transition:all .2s ease}.td-cancel-link:hover{border-color:#cbd5e1;background:#f8fafc;color:#1f2933}.td-danger-zone{margin:0;border-top:1px solid #F1F5F9;padding:1rem 1.25rem}.td-delete-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:1.5px solid #FECACA;border-radius:9999px;background:#fff;color:#dc2626;font-weight:600;font-size:.8125rem;padding:.625rem 1.25rem;cursor:pointer;transition:all .2s ease}.td-delete-btn:hover{background:#fef2f2;border-color:#fca5a5;box-shadow:0 2px 8px #ef44441f;transform:translateY(-1px)}.td-delete-btn:active{transform:translateY(0)}.td-delete-btn:disabled{cursor:not-allowed;opacity:.5;transform:none;box-shadow:none}.td-delete-icon{height:.875rem;width:.875rem}.td-loading-text{color:#94a3b8;font-size:var(--db-text-body);padding:.5rem 0}.td-not-found{padding:3rem 0;text-align:center}.td-empty-text{color:#94a3b8;font-size:.8125rem;padding:.75rem 1rem;text-align:center}@media(min-width:768px){.td-page{padding:2rem}}@media(min-width:1024px){.td-form{grid-template-columns:1fr 1fr;gap:1.25rem;padding:0 1.5rem 1.5rem}.td-card-header{padding:1.5rem 1.5rem 0}.td-danger-zone{padding:1rem 1.5rem}.td-form-full{grid-column:1 / -1}.td-row-2col{grid-column:1 / -1;grid-template-columns:1fr 1fr}.td-category-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(min-width:1280px){.td-category-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){.td-card,.td-page,.td-error-box{animation:none}}@keyframes ep-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes ep-slide-up{0%{opacity:0;transform:translateY(16px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes ep-avatar-pulse{0%,to{box-shadow:0 0 #2dd4bf4d}50%{box-shadow:0 0 0 8px #2dd4bf00}}@keyframes ep-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.ep-page{margin:0 auto;max-width:72rem;padding:1rem;animation:ep-fade-in .3s ease-out}.ep-top-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.ep-back-link{display:inline-flex;align-items:center;gap:.5rem;color:#94a3b8;font-size:.875rem;font-weight:500;text-decoration:none;padding:.375rem .75rem .375rem .5rem;border-radius:.5rem;transition:color .2s ease,background .2s ease}.ep-back-link:hover{color:#1f2933;background:#f1f5f9}.ep-back-icon{width:1.125rem;height:1.125rem;transition:transform .2s ease}.ep-back-link:hover .ep-back-icon{transform:translate(-2px)}.ep-hero{border:1px solid #f1f5f9;border-radius:1.25rem;background:#fff;overflow:hidden;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005;animation:ep-slide-up .4s ease-out .05s both;margin-bottom:1.25rem}.ep-hero-banner{position:relative;height:7rem;background:linear-gradient(135deg,#2dd4bf,#14b8a6 40%,#0d9488);overflow:hidden}.ep-hero-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.15) 0%,transparent 50%),radial-gradient(circle at 80% 30%,rgba(255,255,255,.1) 0%,transparent 40%)}.ep-hero-body{position:relative;display:flex;flex-direction:column;align-items:center;padding:0 1.5rem 1.75rem;margin-top:-3rem}.ep-avatar-wrap{position:relative;width:6.5rem;height:6.5rem;border-radius:9999px;overflow:hidden;flex-shrink:0;border:4px solid #fff;box-shadow:0 4px 16px #0000001a,0 1px 4px #0000000f;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.ep-avatar-wrap:hover{transform:scale(1.03);box-shadow:0 6px 24px #0000001f,0 2px 6px #00000014}.ep-avatar-wrap--saving{animation:ep-avatar-pulse 1.5s ease-in-out infinite}.ep-avatar-img{width:100%;height:100%;object-fit:cover}.ep-avatar-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e0f2fe,#f0fdfa);color:#0d9488;font-size:1.75rem;font-weight:800;letter-spacing:.02em}.ep-avatar-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0006;border-radius:9999px;opacity:0;transition:opacity .2s ease}.ep-avatar-wrap:hover .ep-avatar-overlay{opacity:1}.ep-avatar-overlay-icon{color:#fff;width:1.5rem;height:1.5rem}.ep-hero-identity{text-align:center;margin-top:.875rem}.ep-hero-name{margin:0;color:#1f2933;font-size:1.375rem;font-weight:800;letter-spacing:-.01em}.ep-hero-email{margin:.25rem 0 0;color:#94a3b8;font-size:.875rem;font-weight:500}.ep-hero-actions{display:flex;gap:.625rem;margin-top:1rem}.ep-status{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem;padding:.75rem 1rem;border-radius:.75rem;font-size:.875rem;animation:ep-fade-in .3s ease-out}.ep-status p{margin:0}.ep-status--error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.ep-status--success{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46}.ep-status-dismiss{display:flex;align-items:center;justify-content:center;border:0;background:transparent;color:inherit;opacity:.6;cursor:pointer;padding:.25rem;border-radius:.375rem;transition:opacity .2s ease}.ep-status-dismiss:hover{opacity:1}.ep-grid{display:flex;flex-direction:column;gap:1.25rem}.ep-card{border:1px solid #f1f5f9;border-radius:1rem;background:#fff;padding:1.5rem;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005;transition:box-shadow .2s ease,transform .2s ease}.ep-card:hover{box-shadow:0 2px 8px #0000000f,0 8px 24px #0000000a}.ep-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.ep-card-icon{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.625rem;color:#fff;flex-shrink:0}.ep-card-icon--teal{background:linear-gradient(135deg,#2dd4bf,#14b8a6);box-shadow:0 4px 12px #2dd4bf33}.ep-card-icon--amber{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 12px #f59e0b33}.ep-card-title{margin:0;color:#1f2933;font-size:1rem;font-weight:700}.ep-card-subtitle{margin:.125rem 0 0;color:#94a3b8;font-size:.75rem;font-weight:500}.ep-fields{display:flex;flex-direction:column;gap:1rem}.ep-field{display:flex;flex-direction:column;gap:.375rem}.ep-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.ep-input{width:100%;border:1.5px solid #e2e8f0;border-radius:.75rem;background:#f8fafc;padding:.75rem 1rem;font-size:.9375rem;color:#1f2933;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;box-sizing:border-box}.ep-input:focus{outline:none;border-color:#2dd4bf;background:#fff;box-shadow:0 0 0 3px #2dd4bf26}.ep-input::placeholder{color:#cbd5e1}.ep-input--readonly{background:#f1f5f9;color:#64748b;cursor:default}.ep-btn-row{display:flex;gap:.75rem;margin-top:.25rem}.ep-btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;border:0;border-radius:9999px;padding:.625rem 1.5rem;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s ease}.ep-btn--primary{background:linear-gradient(135deg,#2dd4bf,#14b8a6);color:#fff;box-shadow:0 2px 8px #2dd4bf40}.ep-btn--primary:hover{background:linear-gradient(135deg,#14b8a6,#0d9488);box-shadow:0 4px 16px #2dd4bf59;transform:translateY(-1px)}.ep-btn--primary:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.ep-btn--outline{background:transparent;border:1.5px solid #e2e8f0;color:#64748b}.ep-btn--outline:hover{border-color:#cbd5e1;background:#f8fafc;color:#1f2933}.ep-btn--danger{background:transparent;border:1.5px solid #fecaca;color:#ef4444}.ep-btn--danger:hover{background:#ef44440f;border-color:#ef4444;transform:translateY(-1px)}.ep-btn--ghost{background:transparent;border:0;color:#94a3b8;padding:.5rem .75rem;font-size:.75rem}.ep-btn--ghost:hover{color:#ef4444;background:#ef44440f}.ep-divider{height:1px;background:#f1f5f9;border:0;margin:.25rem 0}.ep-password-strength{display:flex;gap:.25rem;margin-top:.25rem}.ep-password-strength-bar{height:3px;flex:1;border-radius:9999px;background:#e2e8f0;transition:background .3s ease}.ep-password-strength-bar--active{background:#e2e8f0}.ep-password-strength--weak .ep-password-strength-bar--active{background:#ef4444}.ep-password-strength--medium .ep-password-strength-bar--active{background:#f59e0b}.ep-password-strength--strong .ep-password-strength-bar--active{background:#10b981}.ep-password-strength-text{font-size:.6875rem;font-weight:600;margin-top:.25rem}.ep-password-strength-text--weak{color:#ef4444}.ep-password-strength-text--medium{color:#f59e0b}.ep-password-strength-text--strong{color:#10b981}.ep-crop-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:ep-fade-in .2s ease;padding:1rem}.ep-crop-modal{position:relative;width:100%;max-width:420px;background:#fff;border-radius:1.25rem;box-shadow:0 20px 60px #0000004d,0 4px 16px #0000001a;overflow:hidden;animation:ep-slide-up .3s ease}.ep-crop-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #f1f5f9}.ep-crop-title{margin:0;color:#1f2933;font-size:1.0625rem;font-weight:700}.ep-crop-close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:0;border-radius:.5rem;background:transparent;color:#94a3b8;cursor:pointer;transition:background .2s ease,color .2s ease}.ep-crop-close:hover{background:#f1f5f9;color:#1f2933}.ep-crop-canvas-wrap{position:relative;display:flex;align-items:center;justify-content:center;background:#0f172a;padding:1rem 0}.ep-crop-canvas{display:block;max-width:100%;height:auto;user-select:none;-webkit-user-select:none}.ep-crop-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:.875rem}.ep-crop-controls{display:flex;align-items:center;gap:.625rem;padding:.875rem 1.25rem;border-bottom:1px solid #f1f5f9}.ep-crop-zoom-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1.5px solid #e2e8f0;border-radius:.5rem;background:#fff;color:#64748b;cursor:pointer;transition:all .2s ease;flex-shrink:0}.ep-crop-zoom-btn:hover{border-color:#2dd4bf;color:#2dd4bf;background:#2dd4bf0a}.ep-crop-slider-wrap{flex:1;display:flex;align-items:center}.ep-crop-slider{width:100%;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e2e8f0;border-radius:9999px;outline:none;cursor:pointer}.ep-crop-slider::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:9999px;background:linear-gradient(135deg,#2dd4bf,#14b8a6);box-shadow:0 2px 6px #2dd4bf4d;cursor:pointer;transition:transform .15s ease}.ep-crop-slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.ep-crop-slider::-moz-range-thumb{width:16px;height:16px;border:0;border-radius:9999px;background:linear-gradient(135deg,#2dd4bf,#14b8a6);box-shadow:0 2px 6px #2dd4bf4d;cursor:pointer}.ep-crop-hint{margin:0;padding:.5rem 1.25rem;font-size:.75rem;color:#94a3b8;text-align:center}.ep-crop-actions{display:flex;gap:.75rem;justify-content:flex-end;padding:.875rem 1.25rem}@media(min-width:768px){.ep-hero-banner{height:8.5rem}.ep-hero-body{margin-top:-3.5rem}.ep-avatar-wrap{width:7.5rem;height:7.5rem;border-width:5px}.ep-avatar-initials{font-size:2rem}.ep-hero-name{font-size:1.5rem}}@media(min-width:1024px){.ep-page{padding:2rem}.ep-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.ep-grid .ep-card{margin-bottom:0}}@media(prefers-reduced-motion:reduce){.ep-page,.ep-hero,.ep-card,.ep-status{animation:none}.ep-card,.ep-btn,.ep-input,.ep-back-link,.ep-avatar-wrap,.ep-avatar-overlay,.ep-back-icon,.ep-status-dismiss,.ep-password-strength-bar,.ep-crop-overlay,.ep-crop-modal,.ep-crop-close,.ep-crop-zoom-btn{transition:none}}.tester-page{margin:0 auto;max-width:80rem;padding:1rem}.tester-header{margin-bottom:1.5rem}.tester-title{margin-bottom:.5rem;color:#1f2933;font-size:1.875rem;font-weight:600}.tester-subtitle{color:#64748b}.tester-card{margin-bottom:1.5rem;border:1px solid #f3f4f6;border-radius:1rem;background:#fff;padding:1.5rem}.tester-card-title{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:#1f2933;font-size:1.125rem;font-weight:600}.tester-card-icon{height:1.25rem;width:1.25rem;color:#2dd4bf}.tester-toggle-row{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.tester-toggle{position:relative;display:inline-block;width:3rem;height:1.5rem;flex-shrink:0}.tester-toggle input{opacity:0;width:0;height:0}.tester-toggle-slider{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;background:#d1d5db;border-radius:9999px;transition:background .2s ease}.tester-toggle-slider:before{content:"";position:absolute;left:2px;top:2px;width:1.25rem;height:1.25rem;background:#fff;border-radius:50%;transition:transform .2s ease}.tester-toggle input:checked+.tester-toggle-slider{background:#2dd4bf}.tester-toggle input:checked+.tester-toggle-slider:before{transform:translate(1.5rem)}.tester-toggle-label{color:#1f2933;font-weight:500}.tester-date-input{padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;color:#1f2933;background:#fff;outline:none}.tester-date-input:focus{border-color:#2dd4bf;box-shadow:0 0 0 2px #2dd4bf26}.tester-active-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:9999px;background:#2dd4bf1a;color:#0d9488;font-size:.8125rem;font-weight:500}.tester-inactive-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:9999px;background:#f3f4f6;color:#64748b;font-size:.8125rem;font-weight:500}.tester-form-group{margin-bottom:1rem}.tester-form-label{display:block;margin-bottom:.375rem;color:#64748b;font-size:.8125rem;font-weight:500}.tester-form-row{display:flex;gap:1rem;flex-wrap:wrap;align-items:flex-end}.tester-number-input{width:5rem;padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;color:#1f2933;background:#fff;outline:none}.tester-number-input:focus{border-color:#2dd4bf;box-shadow:0 0 0 2px #2dd4bf26}.tester-select{padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;color:#1f2933;background:#fff;outline:none}.tester-select:focus{border-color:#2dd4bf;box-shadow:0 0 0 2px #2dd4bf26}.tester-run-btn{display:inline-flex;align-items:center;gap:.5rem;border:0;border-radius:.5rem;background:#2dd4bf;padding:.5rem 1rem;color:#fff;font-weight:500;cursor:pointer;transition:background .15s ease}.tester-run-btn:hover{background:#14b8a6}.tester-result{margin-top:1rem;padding:1rem;border-radius:.75rem;background:#f8fafc;border:1px solid #e5e7eb}.tester-result-title{color:#64748b;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.tester-result-row{display:flex;justify-content:space-between;padding:.375rem 0;border-bottom:1px solid #f3f4f6;font-size:.875rem}.tester-result-row:last-child{border-bottom:none}.tester-result-label{color:#64748b}.tester-result-value{color:#1f2933;font-weight:500}@keyframes ecc-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes ecc-hero-enter{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes ecc-section-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.ecc-page{min-height:100vh;background:radial-gradient(ellipse 80% 60% at 10% 20%,rgba(45,212,191,.05) 0%,transparent 60%),radial-gradient(ellipse 60% 50% at 90% 80%,rgba(59,130,246,.04) 0%,transparent 60%),#f8fafc;padding:1rem;padding-top:calc(1rem + env(safe-area-inset-top,0px));animation:ecc-fade-in .3s ease-out}.ecc-container{max-width:40rem;margin:0 auto}.ecc-back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;border:1.5px solid #E2E8F0;background:#ffffffb3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#64748b;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:1.5rem}.ecc-back-btn:hover{background:#fff;border-color:#cbd5e1;color:#1f2933}.ecc-back-btn svg{width:1rem;height:1rem}.ecc-hero{margin-bottom:1.5rem;animation:ecc-hero-enter .5s cubic-bezier(.22,1,.36,1)}.ecc-hero .mc-card-face{aspect-ratio:1.7 / 1;padding:1.5rem;border-radius:1.25rem;box-shadow:0 12px 32px #0f172a24,0 4px 8px #0f172a0f,inset 0 1px #fff3}.ecc-hero .mc-card-name,.ecc-hero .mc-card-last4{font-size:1.125rem}.ecc-hero .mc-card-chip{width:2.5rem;height:1.875rem;left:1.5rem;border-radius:.375rem}.ecc-hero .mc-card-brand-logo{width:3rem;max-height:1.75rem}.ecc-section{background:#ffffffbf;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid #F1F5F9;border-radius:1.25rem;padding:1.5rem;margin-bottom:1.25rem;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005;animation:ecc-section-enter .4s ease-out both}.ecc-section:nth-child(2){animation-delay:.05s}.ecc-section:nth-child(3){animation-delay:.1s}.ecc-section-title{color:#1f2933;font-size:1rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.25rem}.ecc-section-desc{color:#94a3b8;font-size:.8125rem;margin-bottom:1rem;line-height:1.4}.ecc-form-grid{display:grid;gap:1.25rem}.ecc-form-label{display:block;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin-bottom:.5rem}.ecc-form-input{width:100%;padding:.75rem 1rem;border:1.5px solid #E2E8F0;border-radius:.75rem;font-size:.9375rem;color:#1f2933;background:#fff;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.ecc-form-input:focus{border-color:#2dd4bf;box-shadow:0 0 0 3px #2dd4bf26}.ecc-form-input::placeholder{color:#cbd5e1}.ecc-form-input-wrap{position:relative}.ecc-form-input-prefix{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#64748b;font-size:.9375rem;font-weight:600;pointer-events:none}.ecc-form-input--prefixed{padding-left:2rem}.ecc-form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.ecc-brand-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.625rem}.ecc-brand-btn{height:3.5rem;border-radius:.75rem;border:1.5px solid #E2E8F0;background:#f8fafc;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.ecc-brand-btn:hover{background:#f1f5f9}.ecc-brand-btn--selected{border-color:#2dd4bf;background:#fff;box-shadow:0 0 0 3px #2dd4bf26}.ecc-brand-btn img{height:1.75rem;object-fit:contain}.ecc-bank-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem}.ecc-bank-btn{height:3.5rem;border-radius:.75rem;border:1.5px solid #E2E8F0;background:#f8fafc;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.ecc-bank-btn:hover{background:#f1f5f9}.ecc-bank-btn--selected{border-color:#2dd4bf;background:#fff;box-shadow:0 0 0 3px #2dd4bf26}.ecc-bank-btn img{height:1.5rem;object-fit:contain}.ecc-color-picker-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.ecc-color-picker-current{color:#94a3b8;font-size:.6875rem}.ecc-color-picker{background:#f8fafc;border-radius:.75rem;padding:.75rem}.ecc-color-dots{display:flex;flex-wrap:wrap;gap:.625rem}.ecc-color-dot-btn{width:2.25rem;height:2.25rem;border-radius:9999px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;background:transparent;padding:0}.ecc-color-dot-btn:hover{transform:scale(1.08)}.ecc-color-dot-btn--selected{box-shadow:0 0 0 2px #2dd4bf,0 0 0 4px #2dd4bf33}.ecc-color-dot{width:1.75rem;height:1.75rem;border-radius:9999px;box-shadow:0 1px 3px #0000001a}.ecc-actions{display:flex;align-items:center;gap:.75rem;margin-top:.5rem;margin-bottom:2rem}.ecc-btn-pill{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.75rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.ecc-btn-pill:disabled{opacity:.7;cursor:not-allowed}.ecc-btn-save{background:#2dd4bf;color:#fff;box-shadow:0 2px 8px #2dd4bf4d;flex:1}.ecc-btn-save:hover:not(:disabled){background:#14b8a6;box-shadow:0 4px 16px #2dd4bf59}.ecc-btn-cancel{background:transparent;color:#64748b;border:1.5px solid #E2E8F0}.ecc-btn-cancel:hover{background:#f8fafc;border-color:#cbd5e1}.ecc-btn-delete{background:transparent;color:#ef4444;border:1.5px solid #FEE2E2;margin-right:auto}.ecc-btn-delete:hover{background:#fef2f2;border-color:#fca5a5}.ecc-error-box{margin-bottom:1.25rem;padding:.875rem 1.25rem;border:1px solid #FEE2E2;border-radius:.75rem;background:#fef2f2}.ecc-error-text{color:#dc2626;font-size:.875rem;font-weight:500}@media(min-width:768px){.ecc-page{padding:2rem}.ecc-hero .mc-card-face{padding:1.75rem}.ecc-hero .mc-card-name,.ecc-hero .mc-card-last4{font-size:1.25rem}}@media(prefers-reduced-motion:reduce){.ecc-page,.ecc-hero,.ecc-section{animation:none!important}.ecc-back-btn,.ecc-btn-pill,.ecc-brand-btn,.ecc-color-dot-btn{transition:none}}.ecc-type-toggle{display:grid;grid-template-columns:1fr 1fr;gap:.625rem;margin-top:.75rem}.ecc-type-toggle-btn{padding:.875rem 1rem;border-radius:.75rem;border:1.5px solid #E2E8F0;background:#f8fafc;color:#64748b;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center}.ecc-type-toggle-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.ecc-type-toggle-btn--active{background:#fff;border-color:#2dd4bf;color:#0d9488;box-shadow:0 0 0 3px #2dd4bf26}.ecc-msi-empty{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 1rem}.ecc-msi-empty-icon{width:2rem;height:2rem;color:#cbd5e1}.ecc-msi-empty-text{color:#94a3b8;font-size:.8125rem;text-align:center}.ecc-msi-list{display:flex;flex-direction:column;gap:.625rem;margin-bottom:.75rem}.ecc-msi-card{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.875rem 1rem;background:#f8fafc;border:1px solid #F1F5F9;border-radius:.75rem;transition:all .2s ease}.ecc-msi-card:hover{border-color:#e2e8f0}.ecc-msi-card-info{display:flex;flex-direction:column;gap:.125rem;min-width:0}.ecc-msi-card-amount{font-size:1rem;font-weight:800;color:#1f2933;font-family:Inter,system-ui,sans-serif}.ecc-msi-card-detail{font-size:.75rem;color:#64748b;font-weight:500}.ecc-msi-card-desc{font-size:.75rem;color:#94a3b8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ecc-msi-card-remove{flex-shrink:0;width:2rem;height:2rem;border-radius:9999px;border:none;background:transparent;color:#cbd5e1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.ecc-msi-card-remove:hover{background:#fef2f2;color:#ef4444}.ecc-msi-card-remove svg{width:1rem;height:1rem}.ecc-msi-add-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.625rem 1rem;border-radius:9999px;border:1.5px dashed #CBD5E1;background:transparent;color:#64748b;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%;justify-content:center}.ecc-msi-add-btn:hover{border-color:#2dd4bf;color:#0d9488;background:#2dd4bf0a}.ecc-msi-add-btn svg{width:1rem;height:1rem}.ecc-msi-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem}.ecc-msi-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a66;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.ecc-msi-modal{position:relative;width:100%;max-width:28rem;background:#fff;border-radius:1.25rem;box-shadow:0 20px 60px #0f172a2e,0 4px 16px #0f172a14;animation:ecc-section-enter .25s ease-out;overflow:hidden}.ecc-msi-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem 0}.ecc-msi-modal-title{font-size:1rem;font-weight:700;color:#1f2933}.ecc-msi-modal-close{width:2rem;height:2rem;border-radius:9999px;border:none;background:#f1f5f9;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.ecc-msi-modal-close:hover{background:#e2e8f0;color:#1f2933}.ecc-msi-modal-close svg{width:1.125rem;height:1.125rem}.ecc-msi-modal-body{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem}.ecc-msi-modal-actions{display:flex;gap:.625rem;padding:0 1.5rem 1.25rem;justify-content:flex-end}.ecc-msi-modal-actions .ecc-btn-save{flex:0}.ecc-msi-month-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}@media(min-width:480px){.ecc-msi-month-grid{grid-template-columns:repeat(6,1fr)}}.ecc-msi-month-pill{padding:.625rem .5rem;border-radius:.625rem;border:1.5px solid #E2E8F0;background:#f8fafc;color:#64748b;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center}.ecc-msi-month-pill:hover{border-color:#cbd5e1;background:#f1f5f9}.ecc-msi-month-pill--active{background:#fff;border-color:#2dd4bf;color:#0d9488;box-shadow:0 0 0 3px #2dd4bf26}.ecc-method-title{font-size:1rem;font-weight:700;color:#1f2933;text-align:center;margin-bottom:1rem}.ecc-method-grid{display:grid;grid-template-columns:1fr 1fr;gap:.875rem}.ecc-method-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;border-radius:1rem;border:1.5px solid #E2E8F0;background:#fff;cursor:pointer;transition:all .2s ease;text-align:center}.ecc-method-card:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000a}.ecc-method-card--active{border-color:#2dd4bf;box-shadow:0 0 0 3px #2dd4bf26}.ecc-method-icon-wrap{width:3rem;height:3rem;border-radius:.875rem;display:flex;align-items:center;justify-content:center;background:#f0fdfa;color:#0d9488;transition:all .2s ease}.ecc-method-card:hover .ecc-method-icon-wrap{background:#ccfbf1}.ecc-method-icon-wrap svg{width:1.5rem;height:1.5rem}.ecc-method-label{font-size:.9375rem;font-weight:700;color:#1f2933}.ecc-method-desc{font-size:.75rem;color:#94a3b8;line-height:1.4;margin-top:-.25rem}.ecc-pdf-section{display:flex;flex-direction:column;gap:.75rem}.ecc-pdf-back-btn{display:inline-flex;align-items:center;gap:.25rem;background:none;border:none;color:#64748b;font-size:.8125rem;font-weight:600;cursor:pointer;padding:0;transition:color .2s ease}.ecc-pdf-back-btn:hover{color:#0d9488}.ecc-pdf-back-btn svg{width:1rem;height:1rem}.ecc-pdf-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2.5rem 1.5rem;border:2px dashed #CBD5E1;border-radius:1rem;background:#f8fafc;cursor:pointer;transition:all .2s ease}.ecc-pdf-dropzone:hover{border-color:#2dd4bf;background:#f0fdfa}.ecc-pdf-dropzone--dragging{border-color:#2dd4bf;background:#f0fdfa;box-shadow:0 0 0 4px #2dd4bf1a}.ecc-pdf-dropzone-icon{width:3rem;height:3rem;border-radius:.875rem;background:#f0fdfa;color:#0d9488;display:flex;align-items:center;justify-content:center}.ecc-pdf-dropzone-icon svg{width:1.5rem;height:1.5rem}.ecc-pdf-dropzone-text{text-align:center}.ecc-pdf-dropzone-main{display:block;font-size:.875rem;font-weight:600;color:#1f2933}.ecc-pdf-dropzone-sub{display:block;font-size:.75rem;color:#2dd4bf;font-weight:600;margin-top:.125rem}.ecc-pdf-dropzone-hint{font-size:.6875rem;color:#94a3b8}.ecc-pdf-processing{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem 1.5rem;border:1.5px solid #E2E8F0;border-radius:1rem;background:#fff}.ecc-pdf-spinner{width:2.5rem;height:2.5rem;color:#2dd4bf;animation:ecc-spin 1s linear infinite}@keyframes ecc-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ecc-pdf-processing-text{font-size:.875rem;font-weight:600;color:#64748b}.ecc-pdf-success-banner{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:.75rem;background:#f0fdf4;border:1px solid #BBF7D0}.ecc-pdf-success-banner svg{width:1.125rem;height:1.125rem;color:#10b981;flex-shrink:0}.ecc-pdf-success-banner span{font-size:.8125rem;font-weight:500;color:#166534}@media(prefers-reduced-motion:reduce){.ecc-msi-modal,.ecc-type-toggle-btn,.ecc-msi-card,.ecc-msi-add-btn,.ecc-msi-card-remove,.ecc-msi-month-pill,.ecc-method-card,.ecc-method-icon-wrap,.ecc-pdf-dropzone,.ecc-pdf-back-btn{transition:none}.ecc-msi-modal,.ecc-pdf-spinner{animation:none!important}}.is-page{min-height:100dvh;background:#f8fafc;padding:1.5rem 1rem 6rem}.is-page--review{padding-bottom:6rem}.is-container{max-width:640px;margin:0 auto}.is-back-btn{display:inline-flex;align-items:center;gap:.375rem;color:#64748b;font-size:.875rem;font-weight:500;background:none;border:none;cursor:pointer;padding:0;margin-bottom:1.25rem;transition:color .2s ease}.is-back-btn:hover{color:#1f2933}.is-back-btn svg{width:1.125rem;height:1.125rem}.is-title{font-size:1.5rem;font-weight:800;color:#1f2933;margin:0 0 .25rem}.is-subtitle{font-size:.875rem;color:#64748b;margin:0 0 1.5rem}.is-dropzone{border:2px dashed #E2E8F0;border-radius:.75rem;padding:2.5rem 1.5rem;text-align:center;cursor:pointer;transition:all .2s ease;background:#fff}.is-dropzone:hover{border-color:#2dd4bf;background:#2dd4bf08}.is-dropzone--dragging{border-color:#2dd4bf;background:#2dd4bf0f}.is-dropzone-icon{display:flex;justify-content:center;margin-bottom:.75rem}.is-dropzone-icon svg{width:2.5rem;height:2.5rem;color:#2dd4bf}.is-dropzone-main{display:block;font-size:.9375rem;font-weight:600;color:#1f2933;margin-bottom:.25rem}.is-dropzone-sub{display:block;font-size:.8125rem;color:#94a3b8}.is-dropzone-hint{display:block;font-size:.75rem;color:#94a3b8;margin-top:.75rem}.is-preview{margin-top:1rem;display:flex;align-items:center;gap:1rem;padding:.75rem;background:#fff;border:1px solid #F1F5F9;border-radius:.75rem;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005}.is-preview-img{width:4rem;height:4rem;border-radius:.5rem;object-fit:cover;border:1px solid #F1F5F9}.is-preview-info{flex:1;min-width:0}.is-preview-name{font-size:.875rem;font-weight:600;color:#1f2933;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.is-preview-size{font-size:.75rem;color:#94a3b8}.is-change-btn{padding:.375rem .875rem;border-radius:9999px;border:1.5px solid #E2E8F0;background:#fff;color:#64748b;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.is-change-btn:hover{border-color:#2dd4bf;color:#1f2933}.is-analyze-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;margin-top:1.25rem;padding:.875rem 1.5rem;border-radius:9999px;border:none;background:#2dd4bf;color:#fff;font-size:.9375rem;font-weight:700;cursor:pointer;transition:all .2s ease}.is-analyze-btn:hover:not(:disabled){background:#14b8a6}.is-analyze-btn:disabled{opacity:.5;cursor:not-allowed}.is-processing{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1rem}.is-spinner{width:2rem;height:2rem;color:#2dd4bf;animation:is-spin 1s linear infinite}@keyframes is-spin{to{transform:rotate(360deg)}}.is-processing-text{font-size:.9375rem;font-weight:500;color:#64748b}.is-error-box{margin-top:1rem;padding:.75rem 1rem;background:#fef2f2;border:1px solid #FECACA;border-radius:.75rem}.is-error-text{color:#dc2626;font-size:.8125rem;font-weight:500;margin:0}.is-review-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.is-found-label{font-size:.9375rem;font-weight:600;color:#1f2933}.is-found-failed{color:#ef4444;font-size:.8125rem;font-weight:500}.is-select-all-btn{background:none;border:none;color:#2dd4bf;font-size:.8125rem;font-weight:600;cursor:pointer;padding:0}.is-select-all-btn:hover{color:#0d9488}.is-tx-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.is-tx-row{display:grid;grid-template-columns:auto 1fr auto;gap:.75rem;align-items:start;padding:.875rem;background:#fff;border:1px solid #F1F5F9;border-radius:.75rem;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005;animation:is-fade-in .3s ease both;transition:opacity .2s ease,border-color .2s ease}.is-tx-row--failed{opacity:.5;border-color:#fecaca}.is-tx-row--unchecked{opacity:.45}@keyframes is-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.is-tx-checkbox{width:1.25rem;height:1.25rem;accent-color:#2DD4BF;margin-top:.125rem;cursor:pointer}.is-tx-main{display:flex;flex-direction:column;gap:.375rem;min-width:0}.is-tx-merchant-input{font-size:.875rem;font-weight:600;color:#1f2933;border:none;background:transparent;padding:0;width:100%;outline:none}.is-tx-merchant-input:focus{border-bottom:1.5px solid #2DD4BF}.is-tx-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem}.is-tx-date-input{font-size:.75rem;color:#64748b;border:1px solid #E2E8F0;border-radius:.375rem;padding:.125rem .375rem;background:#f8fafc}.is-tx-date-input:focus{outline:none;border-color:#2dd4bf;box-shadow:0 0 0 3px #2dd4bf26}.is-tx-type-btn{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.125rem .5rem;border-radius:9999px;border:1px solid transparent;cursor:pointer;transition:all .2s ease}.is-tx-type-btn--expense{background:#fef2f2;color:#ef4444;border-color:#fecaca}.is-tx-type-btn--income{background:#ecfdf5;color:#10b981;border-color:#a7f3d0}.is-tx-category-btn{font-size:.6875rem;font-weight:600;padding:.125rem .5rem;border-radius:9999px;border:1px solid #E2E8F0;background:#f8fafc;color:#64748b;cursor:pointer;transition:all .2s ease}.is-tx-category-btn:hover{border-color:#2dd4bf;color:#1f2933}.is-tx-failed-badge{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.125rem .5rem;border-radius:9999px;background:#fef2f2;color:#ef4444}.is-tx-amount{font-family:Inter,sans-serif;font-weight:800;font-size:1.125rem;white-space:nowrap}.is-tx-amount--expense{color:#ef4444}.is-tx-amount--income{color:#10b981}.is-tx-amount-input{font-family:Inter,sans-serif;font-weight:800;font-size:1.125rem;width:6rem;text-align:right;border:none;background:transparent;padding:0;outline:none}.is-tx-amount-input--expense{color:#ef4444}.is-tx-amount-input--income{color:#10b981}.is-tx-amount-input:focus{border-bottom:1.5px solid #E2E8F0}.is-category-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:flex-end;justify-content:center}.is-category-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006}.is-category-modal{position:relative;background:#fff;border-radius:1rem 1rem 0 0;padding:1.25rem;width:100%;max-width:640px;max-height:70vh;overflow-y:auto;animation:is-slide-up .2s ease}@keyframes is-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.is-category-title{font-size:.9375rem;font-weight:700;color:#1f2933;margin:0 0 1rem}.is-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.is-category-item{display:flex;flex-direction:column;align-items:center;gap:.375rem;padding:.75rem .5rem;border-radius:.75rem;border:1.5px solid #F1F5F9;background:#fff;cursor:pointer;transition:all .2s ease}.is-category-item:hover{border-color:#e2e8f0;background:#f8fafc}.is-category-item--selected{border-color:#2dd4bf;background:linear-gradient(135deg,#2dd4bf14,#2dd4bf05)}.is-category-item svg{width:1.25rem;height:1.25rem;color:#64748b}.is-category-item--selected svg{color:#2dd4bf}.is-category-item-name{font-size:.6875rem;font-weight:500;color:#64748b;text-align:center;line-height:1.2}.is-category-item--selected .is-category-item-name{color:#0d9488;font-weight:600}@media(min-width:768px){.is-category-grid{grid-template-columns:repeat(5,1fr)}.is-category-modal{border-radius:1rem;margin-bottom:2rem}}@media(min-width:1280px){.is-category-grid{grid-template-columns:repeat(6,1fr)}}.is-section{margin-top:1.5rem}.is-section-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin-bottom:.625rem}.is-card-list{display:flex;flex-direction:column;gap:.375rem}.is-card-row{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem;border-radius:.75rem;border:1.5px solid #F1F5F9;background:#fff;cursor:pointer;transition:all .2s ease}.is-card-row:hover{border-color:#e2e8f0}.is-card-row--selected{border-color:#2dd4bf;background:#2dd4bf0a;border-left:3px solid #2DD4BF}.is-card-row-left{display:flex;align-items:center;gap:.625rem}.is-card-dot{width:.625rem;height:.625rem;border-radius:50%;flex-shrink:0}.is-card-name{font-size:.875rem;font-weight:500;color:#1f2933}.is-card-row-right{display:flex;align-items:center;gap:.5rem}.is-card-badge{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.125rem .5rem;border-radius:9999px}.is-card-badge--debit{background:#eff6ff;color:#3b82f6}.is-card-badge--credit{background:#f5f3ff;color:#8b5cf6}.is-card-last4{font-size:.75rem;font-family:Courier New,monospace;color:#94a3b8}.is-card-check{width:1.125rem;height:1.125rem;color:#2dd4bf}.is-cash-icon{width:1rem;height:1rem;color:#64748b}.is-bottom-bar{margin-top:1.5rem;background:#fff;border:1px solid #F1F5F9;border-radius:.75rem;padding:.875rem 1rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005}.is-bottom-info{display:flex;flex-direction:column;gap:.125rem}.is-bottom-count{font-size:.75rem;color:#64748b;font-weight:500}.is-bottom-total{font-family:Inter,sans-serif;font-weight:800;font-size:1.125rem;color:#1f2933}.is-import-btn{padding:.625rem 1.5rem;border-radius:9999px;border:none;background:#2dd4bf;color:#fff;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .2s ease}.is-import-btn:hover:not(:disabled){background:#14b8a6}.is-import-btn:disabled{opacity:.5;cursor:not-allowed}.is-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 1rem;gap:.75rem}.is-success-icon{width:3.5rem;height:3.5rem;color:#2dd4bf;margin-bottom:.5rem}.is-success-title{font-size:1.25rem;font-weight:800;color:#1f2933;margin:0}.is-success-sub{font-size:.875rem;color:#64748b;margin:0}.is-success-actions{display:flex;gap:.75rem;margin-top:1.5rem}.is-btn-outline{padding:.625rem 1.25rem;border-radius:9999px;border:1.5px solid #E2E8F0;background:#fff;color:#1f2933;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.is-btn-outline:hover{border-color:#2dd4bf}.is-btn-primary{padding:.625rem 1.25rem;border-radius:9999px;border:none;background:#2dd4bf;color:#fff;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .2s ease}.is-btn-primary:hover{background:#14b8a6}@media(prefers-reduced-motion:reduce){.is-tx-row,.is-category-modal,.is-spinner{animation:none}.is-dropzone,.is-card-row,.is-analyze-btn,.is-import-btn,.is-change-btn,.is-tx-type-btn,.is-tx-category-btn,.is-category-item,.is-back-btn,.is-btn-outline,.is-btn-primary{transition:none}}@media(min-width:1024px){.is-page{padding:2rem}}.reg-page{background:linear-gradient(135deg,#2dd4bf,#14b8a6 40%,#0d9488);min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:1rem;padding-top:calc(env(safe-area-inset-top,0px) + 1rem);padding-bottom:calc(env(safe-area-inset-bottom,0px) + 1rem);position:relative;overflow:hidden}.reg-glow{position:absolute;top:12%;left:50%;transform:translate(-50%);width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.12) 0%,rgba(255,255,255,.04) 40%,transparent 70%);pointer-events:none;z-index:0}.reg-container{width:100%;max-width:420px;position:relative;z-index:1}.reg-header{text-align:center;margin-bottom:2rem}.reg-logo-ring{display:inline-flex;align-items:center;justify-content:center;width:5rem;height:5rem;border-radius:50%;background:#ffffff2e;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.25);margin-bottom:1.25rem}.reg-logo{width:4rem;height:4rem;border-radius:50%}.reg-title{font-family:Inter,sans-serif;font-weight:800;font-size:2rem;color:#fff;margin:0 0 .5rem;line-height:1.1;letter-spacing:-.02em}.reg-subtitle{font-family:Inter,sans-serif;font-weight:400;font-size:.95rem;color:#ffffffd9;margin:0;letter-spacing:.01em}.reg-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:1.25rem;border:1px solid rgba(255,255,255,.18);padding:1.75rem;box-shadow:0 8px 32px #00000014}.reg-card--shake{animation:reg-shake .5s ease}.reg-form{display:flex;flex-direction:column;gap:1.25rem}.reg-error-banner{background:#ef444426;border:1px solid rgba(239,68,68,.3);border-radius:.75rem;padding:.75rem 1rem;font-size:.875rem;color:#fecaca;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.reg-field{display:flex;flex-direction:column;gap:.4rem}.reg-label{font-size:.8rem;font-weight:500;color:#ffffffbf;letter-spacing:.02em}.reg-input-wrap{position:relative}.reg-input-icon{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);width:1.125rem;height:1.125rem;color:#ffffff80;pointer-events:none;transition:color .2s ease}.reg-input-wrap:focus-within .reg-input-icon{color:#ffffffe6}.reg-input{width:100%;padding:.8rem .875rem .8rem 2.75rem;background:#ffffff1a;border:1.5px solid rgba(255,255,255,.15);border-radius:.75rem;color:#fff;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:400;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.reg-input::placeholder{color:#ffffff59}.reg-input:focus{border-color:#fff6;background:#ffffff24;box-shadow:0 0 0 3px #ffffff1a,0 0 20px #ffffff0d}.reg-input--error{border-color:#ef444499!important;box-shadow:0 0 0 3px #ef444426!important}.reg-input--password{padding-right:3rem}.reg-field-error{font-size:.8rem;color:#fca5a5;margin:0}.reg-eye-btn{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;padding:.25rem;color:#ffffff73;cursor:pointer;transition:color .2s ease;display:flex;align-items:center;justify-content:center}.reg-eye-btn:hover,.reg-eye-btn:focus-visible{color:#ffffffd9}.reg-eye-btn svg{width:1.125rem;height:1.125rem}.reg-strength{display:flex;align-items:center;gap:.5rem;margin-top:.15rem}.reg-strength-track{flex:1;height:3px;background:#ffffff1f;border-radius:9999px;overflow:hidden}.reg-strength-fill{height:100%;border-radius:9999px;transition:width .35s cubic-bezier(.4,0,.2,1),background-color .35s ease}.reg-strength-fill--weak{width:33%;background-color:#ef4444}.reg-strength-fill--medium{width:66%;background-color:#facc15}.reg-strength-fill--strong{width:100%;background-color:#10b981}.reg-strength-label{font-size:.7rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;min-width:3rem;text-align:right;transition:color .3s ease}.reg-strength-label--weak{color:#fca5a5}.reg-strength-label--medium{color:#fde68a}.reg-strength-label--strong{color:#6ee7b7}.reg-submit{width:100%;padding:.9rem;background:#fff;color:#0d9488;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:700;border:none;border-radius:.75rem;cursor:pointer;transition:background .2s ease,transform .1s ease,box-shadow .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.25rem;box-shadow:0 4px 14px #00000014}.reg-submit:hover:not(:disabled){background:#f0fdfa;box-shadow:0 6px 20px #0000001f}.reg-submit:active:not(:disabled){transform:scale(.98)}.reg-submit:disabled{opacity:.7;cursor:not-allowed}.reg-spinner{width:1.125rem;height:1.125rem;border:2px solid rgba(13,148,136,.25);border-top-color:#0d9488;border-radius:50%;animation:reg-spin .6s linear infinite}.reg-footer{text-align:center;margin-top:1.5rem}.reg-footer p{color:#ffffffbf;font-size:.875rem;margin:0}.reg-footer a{color:#fff;font-weight:600;text-decoration:none;transition:opacity .2s ease}.reg-footer a:hover{opacity:.8}.reg-success-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:linear-gradient(135deg,#2dd4bf,#14b8a6 40%,#0d9488);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem}.reg-success-circle{width:5rem;height:5rem;border-radius:50%;background:#ffffff2e;display:flex;align-items:center;justify-content:center;animation:reg-success-pop .5s cubic-bezier(.34,1.56,.64,1) forwards}.reg-success-circle svg{width:2.5rem;height:2.5rem;color:#fff;stroke-width:2.5;stroke-dasharray:40;stroke-dashoffset:40;animation:reg-check-draw .4s ease .25s forwards}.reg-success-text{font-family:Inter,sans-serif;font-weight:700;font-size:1.25rem;color:#fff;margin:0;opacity:0;transform:translateY(8px);animation:reg-fade-up .4s ease .5s forwards}.reg-animate{opacity:0;transform:translateY(16px);animation:reg-slide-up .5s cubic-bezier(.22,1,.36,1) forwards}.reg-animate-d0{animation-delay:0ms}.reg-animate-d1{animation-delay:80ms}.reg-animate-d2{animation-delay:.16s}.reg-animate-d3{animation-delay:.24s}.reg-animate-d4{animation-delay:.32s}.reg-animate-d5{animation-delay:.4s}.reg-animate-d6{animation-delay:.48s}.reg-animate-d7{animation-delay:.56s}@keyframes reg-slide-up{to{opacity:1;transform:translateY(0)}}@keyframes reg-shake{0%,to{transform:translate(0)}10%,50%,90%{transform:translate(-4px)}30%,70%{transform:translate(4px)}}@keyframes reg-spin{to{transform:rotate(360deg)}}@keyframes reg-success-pop{0%{opacity:0;transform:scale(.3)}to{opacity:1;transform:scale(1)}}@keyframes reg-check-draw{to{stroke-dashoffset:0}}@keyframes reg-fade-up{to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.reg-animate,.reg-success-circle,.reg-success-circle svg,.reg-success-text{animation:none!important;opacity:1;transform:none}.reg-card--shake{animation:none!important}.reg-strength-fill{transition:none!important}.reg-spinner{animation:none!important;border-top-color:transparent}}@media(max-width:440px){.reg-card{padding:1.25rem}.reg-title{font-size:1.75rem}}.ve-page{background:linear-gradient(135deg,#2dd4bf,#14b8a6 40%,#0d9488);min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:1rem;padding-top:calc(env(safe-area-inset-top,0px) + 1rem);padding-bottom:calc(env(safe-area-inset-bottom,0px) + 1rem);position:relative;overflow:hidden}.ve-glow{position:absolute;top:15%;left:50%;transform:translate(-50%);width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.12) 0%,rgba(255,255,255,.04) 40%,transparent 70%);pointer-events:none;z-index:0}.ve-container{width:100%;max-width:420px;position:relative;z-index:1}.ve-back{display:inline-flex;align-items:center;gap:.375rem;color:#fffc;text-decoration:none;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;transition:color .2s ease}.ve-back:hover{color:#fff}.ve-back-icon{width:1rem;height:1rem}.ve-header{text-align:center;margin-bottom:2rem}.ve-icon-ring{display:inline-flex;align-items:center;justify-content:center;width:5rem;height:5rem;border-radius:50%;background:#ffffff2e;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.25);margin-bottom:1.25rem}.ve-header-icon{width:2.25rem;height:2.25rem;color:#fff}.ve-title{font-family:Inter,sans-serif;font-weight:800;font-size:2rem;color:#fff;margin:0 0 .5rem;line-height:1.1;letter-spacing:-.02em}.ve-subtitle{font-family:Inter,sans-serif;font-weight:400;font-size:.95rem;color:#ffffffd9;margin:0;line-height:1.5}.ve-email{font-weight:600;color:#fff}.ve-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:1.25rem;border:1px solid rgba(255,255,255,.18);padding:2rem 1.75rem;box-shadow:0 8px 32px #00000014;text-align:center;transition:border-color .4s ease}.ve-card--success{border-color:#10b98199}.ve-code-row{display:flex;gap:.5rem;justify-content:center;margin-bottom:1.25rem}.ve-code-input{width:3rem;height:3.5rem;text-align:center;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;color:#fff;background:#ffffff1a;border:1.5px solid rgba(255,255,255,.2);border-radius:.75rem;outline:none;caret-color:#2dd4bf;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.ve-code-input::placeholder{color:#fff3}.ve-code-input:focus{border-color:#ffffff80;background:#ffffff26;box-shadow:0 0 0 3px #ffffff1a}.ve-code-input--filled{background:#ffffff26;border-color:#ffffff59}.ve-code-input--error{border-color:#ef444499!important;box-shadow:0 0 0 3px #ef444426!important}.ve-error{font-size:.8rem;color:#fca5a5;margin:0 0 1rem}.ve-submit{width:100%;padding:.9rem;background:#fff;color:#0d9488;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:700;border:none;border-radius:.75rem;cursor:pointer;transition:background .2s ease,transform .1s ease,box-shadow .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 14px #00000014}.ve-submit:hover:not(:disabled){background:#f0fdfa;box-shadow:0 6px 20px #0000001f}.ve-submit:active:not(:disabled){transform:scale(.98)}.ve-submit:disabled{opacity:.7;cursor:not-allowed}.ve-spinner{width:1.125rem;height:1.125rem;border:2px solid rgba(13,148,136,.25);border-top-color:#0d9488;border-radius:50%;animation:ve-spin .6s linear infinite}.ve-resend{margin-top:1.25rem;display:flex;flex-direction:column;align-items:center;gap:.25rem}.ve-resend-text{font-size:.8rem;color:#fff9}.ve-resend-timer{font-size:.8rem;color:#ffffff73;font-variant-numeric:tabular-nums}.ve-resend-btn{background:none;border:none;color:#fff;font-size:.8rem;font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:2px;transition:opacity .2s ease;padding:0}.ve-resend-btn:hover{opacity:.8}.ve-animate{opacity:0;transform:translateY(16px);animation:ve-slide-up .5s cubic-bezier(.22,1,.36,1) forwards}.ve-animate-d0{animation-delay:0ms}.ve-animate-d1{animation-delay:80ms}.ve-animate-d2{animation-delay:.16s}@keyframes ve-slide-up{to{opacity:1;transform:translateY(0)}}@keyframes ve-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.ve-animate{animation:none!important;opacity:1;transform:none}.ve-spinner{animation:none!important}}@media(max-width:440px){.ve-card{padding:1.5rem 1.25rem}.ve-title{font-size:1.75rem}.ve-code-input{width:2.5rem;height:3rem;font-size:1.25rem}.ve-code-row{gap:.375rem}}.splash-container{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background-color:#0b1120;display:flex;flex-direction:column;align-items:center;transition:opacity .3s ease}.splash-container--fade-out{opacity:0}.splash-logo{width:128px;height:128px;object-fit:contain;transition:transform .6s ease-out;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.splash-logo--animate{transform:translate(-50%,calc(-50% - 90px))}.splash-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(45,212,191,.1) 0%,rgba(45,212,191,.04) 40%,transparent 70%);opacity:0;transition:opacity .8s ease;pointer-events:none;z-index:1}.splash-glow--visible{opacity:1}.splash-text-group{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .5s ease-out,transform .5s ease-out;text-align:center;z-index:2}.splash-text-group--visible{opacity:1;transform:translate(-50%,calc(-50% + 30px))}.splash-title{font-family:Inter,sans-serif;font-weight:800;font-size:2.5rem;color:#fff;margin:0;line-height:1.2}.splash-title-accent{color:#2dd4bf}.splash-subtitle{font-family:Inter,sans-serif;font-weight:400;font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.2em;margin:10px 0 0;opacity:0;transform:translateY(10px);transition:opacity .5s ease-out .15s,transform .5s ease-out .15s}.splash-subtitle--visible{opacity:1;transform:translateY(0)}.splash-loader-track{position:absolute;bottom:120px;left:50%;transform:translate(-50%);width:35%;height:3px;background-color:#1e293b;border-radius:9999px;overflow:hidden;opacity:0;transition:opacity .3s ease}.splash-loader-track--visible{opacity:1}.splash-loader-fill{height:100%;width:0%;background:linear-gradient(90deg,#2dd4bf,#14b8a6);border-radius:9999px;transition:none}.splash-loader-fill--animate{width:100%;transition:width 2s ease-in-out}@media(prefers-reduced-motion:reduce){.splash-logo,.splash-text-group,.splash-subtitle,.splash-glow,.splash-container,.splash-loader-track{transition:none!important}.splash-loader-fill--animate{transition:none!important;width:100%}}/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-ease:initial;--tw-animation-delay:0s;--tw-animation-direction:normal;--tw-animation-duration:initial;--tw-animation-fill-mode:none;--tw-animation-iteration-count:1;--tw-enter-blur:0;--tw-enter-opacity:1;--tw-enter-rotate:0;--tw-enter-scale:1;--tw-enter-translate-x:0;--tw-enter-translate-y:0;--tw-exit-blur:0;--tw-exit-opacity:1;--tw-exit-rotate:0;--tw-exit-scale:1;--tw-exit-translate-x:0;--tw-exit-translate-y:0}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-50:oklch(97.1% .013 17.38);--color-red-100:oklch(93.6% .032 17.717);--color-red-400:oklch(70.4% .191 22.216);--color-red-500:oklch(63.7% .237 25.331);--color-red-600:oklch(57.7% .245 27.325);--color-red-700:oklch(50.5% .213 27.518);--color-orange-500:oklch(70.5% .213 47.604);--color-amber-600:oklch(66.6% .179 58.318);--color-yellow-400:oklch(85.2% .199 91.936);--color-yellow-500:oklch(79.5% .184 86.047);--color-emerald-500:oklch(69.6% .17 162.48);--color-teal-600:oklch(60% .118 184.704);--color-cyan-500:oklch(71.5% .143 215.221);--color-sky-600:oklch(58.8% .158 241.966);--color-blue-500:oklch(62.3% .214 259.815);--color-indigo-600:oklch(51.1% .262 276.966);--color-purple-500:oklch(62.7% .265 303.9);--color-fuchsia-600:oklch(59.1% .293 322.896);--color-pink-500:oklch(65.6% .241 354.308);--color-rose-600:oklch(58.6% .253 17.585);--color-slate-300:oklch(86.9% .022 252.894);--color-slate-500:oklch(55.4% .046 257.417);--color-slate-700:oklch(37.2% .044 257.287);--color-gray-50:oklch(98.5% .002 247.839);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-300:oklch(87.2% .01 258.338);--color-gray-400:oklch(70.7% .022 261.325);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-700:oklch(37.3% .034 259.733);--color-gray-900:oklch(21% .034 264.665);--color-zinc-700:oklch(37% .013 285.805);--color-zinc-900:oklch(21% .006 285.885);--color-white:#fff;--spacing:.25rem;--container-md:28rem;--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-3xl--line-height: 1.2 ;--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--radius-2xl:1rem;--ease-out:cubic-bezier(0,0,.2,1);--blur-sm:8px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*{border-color:var(--border);outline-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){*{outline-color:color-mix(in oklab,var(--ring)50%,transparent)}}*{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{background-color:var(--background);color:var(--foreground)}html{font-size:var(--font-size)}h1{font-size:var(--text-2xl);font-weight:var(--font-weight-medium);line-height:1.5}h2{font-size:var(--text-xl);font-weight:var(--font-weight-medium);line-height:1.5}h3{font-size:var(--text-lg);font-weight:var(--font-weight-medium);line-height:1.5}h4,label,button{font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:1.5}input{font-size:var(--text-base);font-weight:var(--font-weight-normal);line-height:1.5}}@layer components;@layer utilities{.visible{visibility:visible}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.relative{position:relative}.top-1\/2{top:50%}.top-5{top:calc(var(--spacing)*5)}.right-4{right:calc(var(--spacing)*4)}.left-4{left:calc(var(--spacing)*4)}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-6{margin-top:calc(var(--spacing)*6)}.mb-1{margin-bottom:calc(var(--spacing)*1)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-3{margin-bottom:calc(var(--spacing)*3)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.mb-12{margin-bottom:calc(var(--spacing)*12)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.h-3\.5{height:calc(var(--spacing)*3.5)}.h-4{height:calc(var(--spacing)*4)}.h-5{height:calc(var(--spacing)*5)}.h-6{height:calc(var(--spacing)*6)}.h-12{height:calc(var(--spacing)*12)}.h-16{height:calc(var(--spacing)*16)}.h-20{height:calc(var(--spacing)*20)}.h-full{height:100%}.min-h-screen{min-height:100vh}.w-3\.5{width:calc(var(--spacing)*3.5)}.w-4{width:calc(var(--spacing)*4)}.w-5{width:calc(var(--spacing)*5)}.w-6{width:calc(var(--spacing)*6)}.w-12{width:calc(var(--spacing)*12)}.w-16{width:calc(var(--spacing)*16)}.w-20{width:calc(var(--spacing)*20)}.w-full{width:100%}.max-w-md{max-width:var(--container-md)}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.-translate-y-1\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.gap-2{gap:calc(var(--spacing)*2)}.gap-4{gap:calc(var(--spacing)*4)}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*5)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*5)*calc(1 - var(--tw-space-y-reverse)))}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-full{border-radius:3.40282e38px}.rounded-xl{border-radius:calc(var(--radius) + 4px)}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-gray-100{border-color:var(--color-gray-100)}.border-red-100{border-color:var(--color-red-100)}.border-white\/20{border-color:#fff3}@supports (color:color-mix(in lab,red,red)){.border-white\/20{border-color:color-mix(in oklab,var(--color-white)20%,transparent)}}.bg-\[\#2DD4BF\]{background-color:#2dd4bf}.bg-\[\#F8FAFC\]{background-color:#f8fafc}.bg-blue-500{background-color:var(--color-blue-500)}.bg-emerald-500{background-color:var(--color-emerald-500)}.bg-gray-50{background-color:var(--color-gray-50)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-gray-300{background-color:var(--color-gray-300)}.bg-gray-900{background-color:var(--color-gray-900)}.bg-orange-500{background-color:var(--color-orange-500)}.bg-purple-500{background-color:var(--color-purple-500)}.bg-red-50{background-color:var(--color-red-50)}.bg-red-500{background-color:var(--color-red-500)}.bg-slate-300{background-color:var(--color-slate-300)}.bg-white{background-color:var(--color-white)}.bg-white\/10{background-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.bg-white\/10{background-color:color-mix(in oklab,var(--color-white)10%,transparent)}}.bg-white\/20{background-color:#fff3}@supports (color:color-mix(in lab,red,red)){.bg-white\/20{background-color:color-mix(in oklab,var(--color-white)20%,transparent)}}.bg-yellow-400{background-color:var(--color-yellow-400)}.bg-gradient-to-br{--tw-gradient-position:to bottom right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.from-\[\#2DD4BF\]{--tw-gradient-from:#2dd4bf;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-blue-500{--tw-gradient-from:var(--color-blue-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-emerald-500{--tw-gradient-from:var(--color-emerald-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-gray-300{--tw-gradient-from:var(--color-gray-300);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-gray-400{--tw-gradient-from:var(--color-gray-400);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-gray-900{--tw-gradient-from:var(--color-gray-900);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-orange-500{--tw-gradient-from:var(--color-orange-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-purple-500{--tw-gradient-from:var(--color-purple-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-red-500{--tw-gradient-from:var(--color-red-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-slate-300{--tw-gradient-from:var(--color-slate-300);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-slate-500{--tw-gradient-from:var(--color-slate-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-yellow-400{--tw-gradient-from:var(--color-yellow-400);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-yellow-500{--tw-gradient-from:var(--color-yellow-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-zinc-900{--tw-gradient-from:var(--color-zinc-900);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.via-\[\#14B8A6\]{--tw-gradient-via:#14b8a6;--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.to-\[\#0D9488\]{--tw-gradient-to:#0d9488;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-\[\#14B8A6\]{--tw-gradient-to:#14b8a6;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-amber-600{--tw-gradient-to:var(--color-amber-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-cyan-500{--tw-gradient-to:var(--color-cyan-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-fuchsia-600{--tw-gradient-to:var(--color-fuchsia-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-gray-500{--tw-gradient-to:var(--color-gray-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-gray-600{--tw-gradient-to:var(--color-gray-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-gray-700{--tw-gradient-to:var(--color-gray-700);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-indigo-600{--tw-gradient-to:var(--color-indigo-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-pink-500{--tw-gradient-to:var(--color-pink-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-rose-600{--tw-gradient-to:var(--color-rose-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-sky-600{--tw-gradient-to:var(--color-sky-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-slate-500{--tw-gradient-to:var(--color-slate-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-slate-700{--tw-gradient-to:var(--color-slate-700);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-teal-600{--tw-gradient-to:var(--color-teal-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-yellow-500{--tw-gradient-to:var(--color-yellow-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-zinc-700{--tw-gradient-to:var(--color-zinc-700);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.p-4{padding:calc(var(--spacing)*4)}.p-6{padding:calc(var(--spacing)*6)}.px-4{padding-inline:calc(var(--spacing)*4)}.py-3{padding-block:calc(var(--spacing)*3)}.py-4{padding-block:calc(var(--spacing)*4)}.pr-4{padding-right:calc(var(--spacing)*4)}.pr-12{padding-right:calc(var(--spacing)*12)}.pl-12{padding-left:calc(var(--spacing)*12)}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-\[\#1F2933\]{color:#1f2933}.text-\[\#2DD4BF\]{color:#2dd4bf}.text-\[\#64748B\]{color:#64748b}.text-red-600{color:var(--color-red-600)}.text-red-700{color:var(--color-red-700)}.text-white{color:var(--color-white)}.text-white\/80{color:#fffc}@supports (color:color-mix(in lab,red,red)){.text-white\/80{color:color-mix(in oklab,var(--color-white)80%,transparent)}}.text-white\/90{color:#ffffffe6}@supports (color:color-mix(in lab,red,red)){.text-white\/90{color:color-mix(in oklab,var(--color-white)90%,transparent)}}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-2{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-red-400{--tw-ring-color:var(--color-red-400)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}@media(hover:hover){.hover\:bg-\[\#14B8A6\]:hover{background-color:#14b8a6}.hover\:bg-gray-50:hover{background-color:var(--color-gray-50)}.hover\:text-\[\#1F2933\]:hover{color:#1f2933}.hover\:text-\[\#14B8A6\]:hover{color:#14b8a6}}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-\[\#2DD4BF\]:focus{--tw-ring-color:#2dd4bf}.focus\:ring-red-400:focus{--tw-ring-color:var(--color-red-400)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-70:disabled{opacity:.7}@media(min-width:64rem){.lg\:p-8{padding:calc(var(--spacing)*8)}}}@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}html{touch-action:manipulation}:root{--font-size:16px;--background:#f8fafc;--foreground:#1f2933;--card:#fff;--card-foreground:#1f2933;--popover:#fff;--popover-foreground:#1f2933;--primary:#2dd4bf;--primary-foreground:#fff;--secondary:#1f2933;--secondary-foreground:#fff;--muted:#e2e8f0;--muted-foreground:#64748b;--accent:#3b82f6;--accent-foreground:#fff;--destructive:#ef4444;--destructive-foreground:#fff;--warning:#facc15;--warning-foreground:#1f2933;--border:#0000001a;--input:transparent;--input-background:#fff;--switch-background:#cbced4;--font-weight-medium:500;--font-weight-normal:400;--ring:#2dd4bf;--chart-1:#2dd4bf;--chart-2:#3b82f6;--chart-3:#8b5cf6;--chart-4:#ec4899;--chart-5:#f59e0b;--radius:.75rem;--db-shadow-card:0 1px 3px #0000000a,0 1px 2px #0000000f;--db-shadow-card-hover:0 4px 12px #00000014;--db-shadow-hero:0 8px 32px #2dd4bf1f;--db-radius-card:1rem;--db-radius-sm:.5rem;--db-pad-card:1.5rem;--db-pad-section:1.5rem;--db-pad-inner:.75rem;--db-gap-section:1.5rem;--db-gap-card:1rem;--db-text-title:1.5rem;--db-text-section:1rem;--db-text-label:.75rem;--db-text-amount-lg:2.25rem;--db-text-amount-md:1.5rem;--db-text-amount-sm:1rem;--db-text-body:.875rem;--sidebar:#fff;--sidebar-foreground:#1f2933;--sidebar-primary:#2dd4bf;--sidebar-primary-foreground:#fff;--sidebar-accent:#f8fafc;--sidebar-accent-foreground:#1f2933;--sidebar-border:#0000001a;--sidebar-ring:#2dd4bf}.dark{--background:oklch(14.5% 0 0);--foreground:oklch(98.5% 0 0);--card:oklch(14.5% 0 0);--card-foreground:oklch(98.5% 0 0);--popover:oklch(14.5% 0 0);--popover-foreground:oklch(98.5% 0 0);--primary:oklch(98.5% 0 0);--primary-foreground:oklch(20.5% 0 0);--secondary:oklch(26.9% 0 0);--secondary-foreground:oklch(98.5% 0 0);--muted:oklch(26.9% 0 0);--muted-foreground:oklch(70.8% 0 0);--accent:oklch(26.9% 0 0);--accent-foreground:oklch(98.5% 0 0);--destructive:oklch(39.6% .141 25.723);--destructive-foreground:oklch(63.7% .237 25.331);--border:oklch(26.9% 0 0);--input:oklch(26.9% 0 0);--ring:oklch(43.9% 0 0);--font-weight-medium:500;--font-weight-normal:400;--chart-1:oklch(48.8% .243 264.376);--chart-2:oklch(69.6% .17 162.48);--chart-3:oklch(76.9% .188 70.08);--chart-4:oklch(62.7% .265 303.9);--chart-5:oklch(64.5% .246 16.439);--sidebar:oklch(20.5% 0 0);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(48.8% .243 264.376);--sidebar-primary-foreground:oklch(98.5% 0 0);--sidebar-accent:oklch(26.9% 0 0);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(26.9% 0 0);--sidebar-ring:oklch(43.9% 0 0)}.page-hidden *,.page-hidden :before,.page-hidden :after{animation-play-state:paused!important}@media screen and (max-width:768px){input[type=text]:not(.atm-amount-input),input[type=email],input[type=password],input[type=number],input[type=search],input[type=tel],input[type=url],input[type=date],input:not([type]):not(.atm-amount-input),select,textarea{font-size:16px!important}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}
