@font-face{font-family:Geist;src:url(/assets/Geist-Light-BwNLdiaM.ttf);font-weight:400;font-style:normal}@font-face{font-family:Geist;src:url(/assets/Geist-Regular-CBiHZt9m.ttf);font-weight:500;font-style:normal}@font-face{font-family:Geist;src:url(/assets/Geist-Medium-Crpai-Sx.ttf);font-weight:600;font-style:normal}@font-face{font-family:Geist;src:url(/assets/Geist-Bold-MR0aeCLH.ttf);font-weight:700;font-style:normal}*,*:before,*:after{box-sizing:border-box}body{font-family:Geist,sans-serif;color:#13182c;background-color:#f7f8f9;margin:0}.app{display:flex;flex-direction:column;min-height:100vh}.main{flex:1}.app--public .main{flex:none}.avatar{border:none;border-radius:50%;background-color:#13182c;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;padding:0}.avatar:hover{transform:scale(1.05);box-shadow:0 4px 8px #00000026}.avatar--small{width:32px;height:32px;font-size:.75rem}.avatar--medium{width:40px;height:40px;font-size:1rem}.avatar--large{width:64px;height:64px;font-size:1.5rem}.avatar__initials{font-weight:600;text-transform:uppercase;letter-spacing:.5px}.avatar__image{width:100%;height:100%;object-fit:cover}.top-nav{background-color:#fff;border-bottom:1px solid #EFEFEF;position:sticky;top:0;z-index:100}.top-nav__container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;height:70px}.top-nav__left{display:flex;align-items:center}.top-nav__center{display:none}@media screen and (min-width:768px){.top-nav__center{display:flex;align-items:center;gap:2rem;flex:1;justify-content:center}}.top-nav__right{display:flex;align-items:center;justify-content:flex-end}.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none}.brand__logo{background-color:#13182c;color:#fff;font-weight:700;font-size:1.25rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px}.brand__name{font-weight:600;font-size:1.25rem;color:#13182c;display:none}@media screen and (min-width:480px){.brand__name{display:block}}.nav-link{text-decoration:none;color:#5c667e;font-weight:500;font-size:.95rem;transition:color .2s ease;padding:.5rem 0;position:relative}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background-color:transparent;border-radius:2px;transition:background-color .2s ease}.nav-link:hover{color:#13182c}.nav-link:hover:after{background-color:#13182c33}.nav-link.active{color:#13182c;font-weight:600}.nav-link.active:after{background-color:#9a7530}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background-color:#fff;border-top:1px solid #EFEFEF;display:flex;justify-content:space-around;padding:.5rem 0;padding-bottom:calc(.5rem + env(safe-area-inset-bottom));z-index:100}@media screen and (min-width:768px){.bottom-nav{display:none}}.bottom-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;text-decoration:none;color:#5c667e;min-width:0;transition:color .2s ease}.bottom-nav__item svg{width:22px;height:22px;transition:transform .2s ease}.bottom-nav__item span{font-size:.65rem;font-weight:500}.bottom-nav__item.active{color:#9a7530}.bottom-nav__item.active svg{transform:scale(1.1)}@media screen and (max-width:767px){body{padding-bottom:70px}}.quota-card{background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0000000d;transition:transform .2s ease,box-shadow .2s ease;border:1px solid #EFEFEF}.quota-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #00000014}.quota-card--completed{border-color:#15846366}.quota-card--completed .quota-card__progress-bar{background-color:#158463}.quota-card--completed .quota-card__percentage{color:#0d503c;background-color:#15846326}.quota-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.quota-card__title{font-size:1.125rem;font-weight:600;color:#13182c;margin:0}.quota-card__percentage{font-weight:700;color:#9a7530;background-color:#faf5eb;padding:.25rem .75rem;border-radius:20px;font-size:.875rem}.quota-card__progress-container{width:100%;height:8px;background-color:#efefef;border-radius:4px;margin-bottom:1.5rem;overflow:hidden}.quota-card__progress-bar{height:100%;background-color:#9a7530;border-radius:4px;transition:width .5s ease-out}.quota-card__footer{display:flex;justify-content:space-between;gap:.5rem}.quota-card__stat{display:flex;flex-direction:column}.quota-card__stat-label{font-size:.75rem;color:#5c667e;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem}.quota-card__stat-value{font-size:1rem;font-weight:600;color:#13182c}.quota-card__stat--target{text-align:right;align-items:flex-end}.table-transaction-container{background-color:#fff;border-radius:12px;padding:1rem;box-shadow:0 4px 12px #0000000d;border:1px solid #EFEFEF;width:100%;max-width:100%;box-sizing:border-box}@media screen and (min-width:768px){.table-transaction-container{padding:1.5rem}}.table-transaction__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;flex-wrap:wrap;gap:1rem}.table-transaction__title{font-size:1.25rem;font-weight:600;color:#13182c;margin:0}.table-transaction__wrapper{overflow-x:auto}.table-transaction{width:100%;border-collapse:collapse}@media screen and (min-width:768px){.table-transaction{min-width:600px}}.table-transaction th{text-align:left;padding:.75rem 1rem;border-bottom:2px solid #EFEFEF;color:#5c667e;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.table-transaction th.align-right{text-align:right}.table-transaction td{padding:1rem;border-bottom:1px solid #EFEFEF;color:#13182c;font-size:.9rem}.table-transaction td.align-right{text-align:right;font-weight:500}.table-transaction tbody tr{transition:background-color .2s ease}.table-transaction tbody tr:last-child td{border-bottom:none}.table-transaction tbody tr:hover{background-color:#f7f7f7}.table-transaction .desc-cell{font-weight:500}.table-transaction .category-badge{display:inline-block;background-color:#f7f8f9;color:#5c667e;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;border:1px solid #EFEFEF}.table-transaction .text-expense{color:#13182c}.table-transaction .goal-badge{font-size:.75rem;font-weight:500;padding:.25rem .5rem;background-color:#13182c0d;color:#13182c;border-radius:4px}.table-transaction .text-income{color:#158463}.empty-state{padding:3rem;text-align:center;color:#5c667e;background-color:#fff;border-radius:12px;border:1px dashed #BDC5D5}.table-transaction__pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem}.table-transaction__page-btn{background:none;border:1px solid #EFEFEF;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;color:#13182c;cursor:pointer;transition:all .2s ease}.table-transaction__page-btn:hover:not(:disabled){background-color:#efefef}.table-transaction__page-btn:disabled{opacity:.5;cursor:not-allowed;background-color:transparent}.table-transaction__page-info{font-size:.875rem;color:#5c667e}.accounts-widget{background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0000000d;border:1px solid #EFEFEF}.accounts-widget__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.accounts-widget__header h3{font-size:1.125rem;font-weight:600;color:#13182c;margin:0}.accounts-widget__manage{font-size:.875rem;color:#9a7530;text-decoration:none;font-weight:500}.accounts-widget__manage:hover{text-decoration:underline}.accounts-widget__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.25rem}.account-item{display:flex;justify-content:space-between;align-items:center}.account-item__info{display:flex;align-items:center;gap:.75rem}.account-item__flag{font-size:1.25rem}.account-item__details{display:flex;flex-direction:column}.account-item__name{font-size:.95rem;font-weight:600;color:#13182c}.account-item__number{font-size:.75rem;color:#5c667e;margin-top:.125rem}.account-item__balance{font-size:.95rem;font-weight:600;color:#13182c}.stat-box{display:flex;flex-direction:column;padding:1.5rem;background-color:#fff;border:1px solid #EFEFEF;border-radius:12px;box-shadow:0 4px 12px #00000005;min-width:150px;flex:1}.stat-box__value{font-size:1.5rem;font-weight:700;color:#13182c;margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem}.stat-box__highlight{font-size:.875rem;color:#9a7530;font-weight:600}.stat-box__label{font-size:.875rem;font-weight:500;color:#5c667e;text-transform:uppercase;letter-spacing:.5px}.stat-box__subtitle{margin-top:.5rem;font-size:.75rem;color:#5c667e}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn--small{padding:.5rem 1rem;font-size:.875rem}.btn--medium{padding:.75rem 1.5rem;font-size:1rem}.btn--large{padding:1rem 2rem;font-size:1.125rem}.btn--primary{background-color:#13182c;color:#fff}.btn--primary:hover{background-color:#13182c;transform:translateY(-1px)}.btn--secondary{background-color:#efefef;color:#13182c}.btn--secondary:hover{background-color:#efefef}.btn--outline{background-color:transparent;border:1px solid #13182C;color:#13182c}.btn--outline:hover{background-color:#13182c;color:#fff}.btn--danger{background-color:#c94515;color:#fff}.btn--danger:hover{background-color:#91310e;transform:translateY(-1px)}.btn--danger-outline{background-color:transparent;border:1px solid rgba(201,69,21,.3);color:#c94515}.btn--danger-outline:hover{background-color:#c945151a;color:#c94515;border-color:#c94515}.btn--ghost{background-color:transparent;color:#5c667e}.btn--ghost:hover{color:#13182c;background-color:#f7f8f9}.btn__status{width:8px;height:8px;border-radius:50%;background-color:#158463}.btn__icon{display:inline-flex;align-items:center}.btn__icon svg{width:1.25em;height:1.25em}.dashboard-page{width:100%;max-width:1200px;margin:0 auto;padding:1.5rem 1rem;animation:fadeIn .4s ease-out forwards}.dashboard-page__header-actions{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.dashboard-page__layout{display:flex;flex-direction:column;gap:2rem}@media screen and (min-width:1200px){.dashboard-page__layout{flex-direction:row;align-items:flex-start}}.dashboard-page__col{display:flex;flex-direction:column;gap:2rem}.dashboard-page__col--main{flex:2}.dashboard-page__col--side{flex:1}.dashboard-page__section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.dashboard-page__section-header h3{font-size:1.25rem;font-weight:600;color:#13182c;margin:0}.dashboard-page__manage-link{font-size:.875rem;color:#9a7530;text-decoration:none;font-weight:500}.dashboard-page__manage-link:hover{text-decoration:underline}.dashboard-page__goals-list{display:flex;flex-direction:column;gap:1.25rem}.profile-summary{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:2rem;border-bottom:1px solid #EFEFEF}.profile-summary__info{display:flex;gap:1.25rem;align-items:center}.profile-summary__details h2{margin:0 0 .25rem;font-size:1.5rem;font-weight:700;color:#13182c}.profile-summary__details p{margin:0;color:#5c667e;font-size:.875rem}.profile-summary__points{display:flex;flex-direction:column;align-items:flex-end}.profile-summary__points strong{font-size:1.5rem;font-weight:700;color:#13182c}.profile-summary__points span{font-size:.75rem;color:#5c667e;text-transform:uppercase}.spend-summary{display:flex;gap:2rem;padding:1rem 0}@media screen and (min-width:768px){.spend-summary{gap:4rem}}.spend-summary__total,.spend-summary__target{display:flex;flex-direction:column}.spend-summary__total h3,.spend-summary__target h3{margin:0 0 .25rem;font-size:1.5rem;font-weight:700;color:#13182c}@media screen and (min-width:768px){.spend-summary__total h3,.spend-summary__target h3{font-size:1.75rem}}.spend-summary__total span,.spend-summary__target span{font-size:.75rem;color:#5c667e;text-transform:uppercase;font-weight:500}.spend-summary__target h3{color:#9a7530}.notification-banner{display:flex;align-items:flex-start;padding:1.25rem;background-color:#faf5eb;border-radius:8px;border:1px solid rgba(154,117,48,.2)}.notification-banner__icon{font-size:1.25rem;margin-right:1rem}.notification-banner__text{flex:1}.notification-banner__text strong{display:block;color:#13182c;font-size:.95rem;margin-bottom:.25rem}.notification-banner__text p{margin:0;color:#5c667e;font-size:.875rem}.notification-banner__link{color:#9a7530;font-weight:600;text-decoration:none;font-size:.875rem;white-space:nowrap}.notification-banner__link:hover{text-decoration:underline}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.page-header{margin-bottom:2rem}.page-header__title{font-size:2rem;font-weight:700;color:#13182c;margin-bottom:.5rem}.page-header__subtitle{font-size:1rem;color:#5c667e}.filter-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#13182c66;display:flex;justify-content:center;align-items:center;z-index:1000}.filter-modal{background-color:#fff;width:100%;max-width:480px;border-radius:12px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;animation:slideUp .3s ease-out forwards}.filter-modal__header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #EFEFEF}.filter-modal__header h3{margin:0;font-size:1.125rem;color:#13182c}.filter-modal__close-btn{background:none;border:none;font-size:1.5rem;color:#5c667e;cursor:pointer;padding:0;line-height:1}.filter-modal__close-btn:hover{color:#13182c}.filter-modal__body{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.filter-modal__group{display:flex;flex-direction:column;gap:.5rem}.filter-modal__group label{font-size:.875rem;font-weight:500;color:#5c667e}.filter-modal__group select{padding:.75rem;border:1px solid #EFEFEF;border-radius:6px;font-family:inherit;font-size:.95rem;color:#13182c;background-color:#fff;outline:none}.filter-modal__group select:focus{border-color:#9a7530}.filter-modal__range-inputs{display:flex;align-items:center;gap:.75rem}.filter-modal__range-inputs input{width:100%;padding:.75rem;border:1px solid #EFEFEF;border-radius:6px;font-family:inherit;font-size:.95rem;color:#13182c;outline:none}.filter-modal__range-inputs input:focus{border-color:#9a7530}.filter-modal__range-inputs span{color:#5c667e;font-size:.875rem}.filter-modal__footer{padding:1.25rem 1.5rem;border-top:1px solid #EFEFEF;display:flex;justify-content:space-between;align-items:center}.filter-modal__clear-btn{background:none;border:none;color:#5c667e;font-weight:500;cursor:pointer;font-size:.95rem}.filter-modal__clear-btn:hover{color:#13182c;text-decoration:underline}.bulk-actions-bar{display:flex;justify-content:space-between;align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;padding:.75rem 1.25rem;margin-bottom:1rem;animation:fadeIn .2s ease-in-out}.bulk-actions-bar__selection-info{display:flex;align-items:center;gap:1rem}.bulk-actions-bar__count{font-weight:600;color:#13182c;font-size:.95rem}.bulk-actions-bar__select-all-btn{background:none;border:none;color:#9a7530;font-size:.875rem;font-weight:500;cursor:pointer;padding:0}.bulk-actions-bar__select-all-btn:hover{text-decoration:underline}.bulk-actions-bar__tools{display:flex;align-items:center;gap:.5rem}.bulk-actions-bar__divider{width:1px;height:20px;background-color:#efefef;margin:0 .5rem}.bulk-actions-bar__tool-btn{background:none;border:none;border-radius:6px;color:#13182c;font-size:.875rem;font-weight:500;cursor:pointer;padding:.5rem .75rem;display:flex;align-items:center;gap:.375rem;transition:background-color .15s ease}.bulk-actions-bar__tool-btn:hover{background-color:#0000000d}.bulk-actions-bar__tool-btn--danger{color:#ef4444}.bulk-actions-bar__tool-btn--danger:hover{background-color:#ef44441a}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.bulk-edit-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#13182c66;display:flex;justify-content:center;align-items:center;z-index:1000}.bulk-edit-modal{background-color:#fff;width:100%;max-width:420px;border-radius:12px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;animation:slideUp .3s ease-out forwards}.bulk-edit-modal__header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #EFEFEF}.bulk-edit-modal__header h3{margin:0;font-size:1.125rem;color:#13182c}.bulk-edit-modal__close-btn{background:none;border:none;font-size:1.5rem;color:#5c667e;cursor:pointer;padding:0;line-height:1}.bulk-edit-modal__close-btn:hover{color:#13182c}.bulk-edit-modal__body{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.bulk-edit-modal__group{display:flex;flex-direction:column;gap:.5rem}.bulk-edit-modal__group label{font-size:.875rem;font-weight:500;color:#5c667e}.bulk-edit-modal__group select,.bulk-edit-modal__group input{width:100%;padding:.75rem;border:1px solid #EFEFEF;border-radius:6px;font-family:inherit;font-size:.95rem;color:#13182c;background-color:#fff;outline:none}.bulk-edit-modal__group select:focus,.bulk-edit-modal__group input:focus{border-color:#9a7530}.bulk-edit-modal__footer{padding:1.25rem 1.5rem;border-top:1px solid #EFEFEF;display:flex;justify-content:flex-end;align-items:center;gap:1rem}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.confirmation-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#13182c66;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .15s ease-out}.confirmation-modal{background-color:#fff;border-radius:12px;padding:2rem;width:90%;max-width:400px;box-shadow:0 10px 25px #0000001a;animation:modalSlideUp .2s ease-out}.confirmation-modal__title{font-family:Geist,sans-serif;font-size:1.25rem;font-weight:700;color:#13182c;margin:0 0 1rem}.confirmation-modal__message{font-size:1rem;color:#5c667e;line-height:1.5;margin:0 0 2rem}.confirmation-modal__actions{display:flex;justify-content:flex-end;gap:1rem}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.search-bar{position:relative;width:100%}@media screen and (min-width:768px){.search-bar{width:250px}}.search-bar__input{padding:.5rem 1rem;border:1px solid #BDC5D5;border-radius:8px;font-family:inherit;font-size:.875rem;width:100%;color:#13182c;background-color:#fff}.search-bar__input:focus{outline:none;border-color:#9a7530;box-shadow:0 0 0 3px #9a75301a}.search-bar__input::placeholder{color:#5c667e}.pagination{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #EFEFEF}@media screen and (min-width:768px){.pagination{flex-direction:row}}.pagination__controls{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;justify-content:center}@media screen and (min-width:768px){.pagination__controls{justify-content:flex-start}}.pagination__info{font-size:.875rem;color:#5c667e}.pagination__highlight{font-weight:600;color:#13182c}.pagination__size-selector{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#5c667e}.pagination__size-selector select{padding:.25rem .5rem;border:1px solid #BDC5D5;border-radius:4px;font-family:inherit;font-size:.875rem;color:#13182c;background-color:transparent;cursor:pointer}.pagination__size-selector select:focus{outline:none;border-color:#9a7530}.pagination__pages{display:flex;align-items:center;gap:1rem}.pagination__btn{padding:.5rem 1rem;border:1px solid #BDC5D5;border-radius:6px;background-color:#fff;color:#13182c;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.pagination__btn:hover:not(:disabled){background-color:#efefef;border-color:#5c667e}.pagination__btn:disabled{opacity:.5;cursor:not-allowed;color:#5c667e}.pagination__current{font-size:.875rem;font-weight:500;color:#13182c}.transactions-page{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem}.transactions-page__header-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}@media screen and (min-width:768px){.transactions-page__header-actions{align-items:flex-end}}.transactions-page__content{animation:fadeIn .4s ease-out}.transactions-page__filters{margin-bottom:1.5rem;gap:1rem}@media screen and (min-width:768px){.transactions-page__filters{display:flex;flex-direction:row;align-items:center;margin-bottom:2rem}}.transactions-page__filter-group{display:flex;flex-direction:row;gap:.75rem;flex-wrap:wrap;width:100%}@media screen and (min-width:768px){.transactions-page__filter-group{width:auto;flex-wrap:nowrap}}.transactions-page__select{padding:.5rem 1rem;border:1px solid #BDC5D5;border-radius:8px;font-family:inherit;font-size:.875rem;color:#13182c;background-color:#fff;cursor:pointer;flex:1}@media screen and (min-width:768px){.transactions-page__select{flex:none;min-width:150px}}.transactions-page__select:focus{outline:none;border-color:#9a7530;box-shadow:0 0 0 3px #9a75301a}.transactions-page__search{padding:.5rem 1rem;border:1px solid #BDC5D5;border-radius:8px;font-family:inherit;font-size:.875rem;width:100%;color:#13182c;background-color:#fff}@media screen and (min-width:768px){.transactions-page__search{width:250px}}.transactions-page__search:focus{outline:none;border-color:#9a7530;box-shadow:0 0 0 3px #9a75301a}.transactions-page__search::placeholder{color:#5c667e}.transactions-page__filter-buttons{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.25rem}.transactions-page__filter-buttons::-webkit-scrollbar{display:none}.transactions-page__filter-buttons{-ms-overflow-style:none;scrollbar-width:none}.transactions-page__table-wrapper{min-height:400px}.quota-progress-card{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000000d;border:1px solid #EFEFEF;margin-bottom:2rem;transition:box-shadow .2s ease}.quota-progress-card:hover{box-shadow:0 8px 16px #00000014}.quota-progress-card--completed{border-color:#15846366}.quota-progress-card--completed .quota-progress-card__progress-bar{background-color:#158463}.quota-progress-card--completed .quota-progress-card__percentage{color:#158463}.quota-progress-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.quota-progress-card__title{font-size:1.25rem;font-weight:700;color:#13182c;margin:0 0 .5rem}.quota-progress-card__account-info{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#5c667e}.quota-progress-card__target-summary{text-align:right;display:flex;flex-direction:column;align-items:flex-end}.quota-progress-card__percentage{font-size:2rem;font-weight:700;color:#9a7530;line-height:1;margin-bottom:.25rem}.quota-progress-card__retail{font-size:.75rem;color:#5c667e}.quota-progress-card__progress-block{margin-bottom:1.5rem}.quota-progress-card__progress-container{width:100%;height:10px;background-color:#efefef;border-radius:5px;margin-bottom:.75rem;overflow:hidden}.quota-progress-card__progress-bar{height:100%;background-color:#9a7530;border-radius:5px;transition:width .5s ease-out}.quota-progress-card__spend-summary{display:flex;gap:1.5rem;font-size:.875rem}.quota-progress-card__spent{font-weight:700;color:#13182c}.quota-progress-card__remaining{color:#5c667e}.quota-progress-card__categories{border-top:1px solid #EFEFEF;padding-top:1.5rem;margin-bottom:1.5rem}.quota-progress-card__categories-title{font-size:.875rem;font-weight:600;color:#13182c;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.5px}.quota-progress-card__categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.quota-progress-card__categories-grid{grid-template-columns:repeat(3,1fr)}}.quota-progress-card__category-item{display:flex;align-items:center;gap:.75rem;font-size:.875rem}.quota-progress-card__category-amount{font-weight:600;color:#13182c;min-width:4rem;text-align:right}.quota-progress-card__category-name{color:#5c667e}.quota-progress-card__footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #EFEFEF;padding-top:1.5rem}.quota-progress-card__actions{display:flex;gap:1.5rem}.quota-progress-card__action-btn{background:none;border:none;color:#9a7530;font-weight:600;font-size:.875rem;cursor:pointer;padding:0}.quota-progress-card__action-btn:hover{color:#70521c;text-decoration:underline}.quota-progress-card__action-btn--complete{color:#158463}.quota-progress-card__action-btn--complete:hover{color:#0d503c}.quota-progress-page{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem}.quota-progress-page__actions{display:flex;align-items:center;gap:1rem}.quota-progress-page__history-link{background:none;border:none;color:#13182c;font-weight:600;font-size:.875rem;cursor:pointer;padding:0;text-decoration:none}.quota-progress-page__history-link:hover{color:#5c667e;text-decoration:underline}.quota-progress-page__summary-bar{display:flex;justify-content:space-between;align-items:center;background-color:#fff;border:1px solid #EFEFEF;border-radius:12px;padding:1.5rem 2rem;margin-bottom:2rem;box-shadow:0 4px 12px #00000008}@media(max-width:768px){.quota-progress-page__summary-bar{flex-direction:column;align-items:flex-start;gap:1.5rem}}.quota-progress-page__controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.quota-progress-page__filters{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.quota-progress-page__filters-label{font-size:.875rem;color:#5c667e;margin-right:.5rem}.quota-progress-page__filter-btn{background:none;border:1px solid #EFEFEF;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;color:#13182c;cursor:pointer;transition:all .2s}.quota-progress-page__filter-btn:hover{background-color:#efefef80}.quota-progress-page__filter-btn--active{background-color:#9a7530;color:#fff;border-color:#9a7530}.quota-progress-page__filter-btn--active:hover{background-color:#7f5e21}.quota-progress-page__filter-dropdown{background:none;border:1px solid #EFEFEF;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#13182c}.quota-progress-page__filter-dropdown:hover{background-color:#efefef80}.quota-progress-page__stats-container{display:flex;align-items:center;gap:2rem}@media(max-width:768px){.quota-progress-page__stats-container{width:100%;justify-content:flex-start}}.quota-progress-page__stat-divider{width:1px;height:2.5rem;background-color:#efefef}.quota-progress-page__stat{display:flex;flex-direction:column;gap:.25rem}.quota-progress-page__stat-value{font-size:1.5rem;font-weight:700;color:#13182c}.quota-progress-page__stat-label{font-size:.875rem;color:#5c667e;text-transform:uppercase;letter-spacing:.5px}.quota-progress-page__list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.bar-chart{display:flex;flex-direction:column;width:100%;margin-bottom:2rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.bar-chart__container{display:flex;align-items:flex-end;justify-content:space-between;flex:1;padding-bottom:.5rem;border-bottom:1px solid #EFEFEF;gap:.5rem;position:relative;min-width:400px}.bar-chart__col{display:flex;flex-direction:column;align-items:center;flex:1;height:100%}.bar-chart__bar-wrapper{flex:1;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.bar-chart__bag-indicator{font-size:1.25rem;margin-bottom:4px;line-height:1;cursor:help}.bar-chart__bar{width:80%;max-width:40px;background-color:#9a7530;border-radius:4px 4px 0 0;transition:height .6s ease-in-out;opacity:.85}.bar-chart__bar:hover{opacity:1;background-color:#8f6a2a;cursor:crosshair}.bar-chart__label-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:1.5rem;margin-top:.5rem}.bar-chart__label{font-size:.75rem;font-weight:500;text-align:center;color:#5c667e}.category-progress-bar{display:flex;flex-direction:column;margin-bottom:1.25rem}.category-progress-bar__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.category-progress-bar__label{font-size:.875rem;font-weight:500;color:#13182c}.category-progress-bar__amount{font-size:.875rem;font-weight:600;color:#13182c}.category-progress-bar__track{width:100%;height:8px;background-color:#efefef;border-radius:4px;overflow:hidden}.category-progress-bar__fill{height:100%;background-color:#9a7530;border-radius:4px;transition:width .5s ease}.annual-breakdown-page{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem 3rem}.annual-breakdown-page__global-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem}@media screen and (min-width:768px){.annual-breakdown-page__global-stats{grid-template-columns:repeat(4,1fr)}}.annual-breakdown-page__year-section{background-color:transparent}.annual-breakdown-page__controls{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #BDC5D5;padding-bottom:1rem;margin-bottom:2rem}.annual-breakdown-page__year-tabs{display:flex;align-items:flex-start;gap:2rem;position:relative}.annual-breakdown-page__year-tab{background:none;border:none;text-align:left;padding:0;cursor:pointer;opacity:.5;transition:opacity .2s ease}.annual-breakdown-page__year-tab h3{font-size:1.5rem;font-weight:700;color:#13182c;margin:0 0 .25rem}.annual-breakdown-page__year-tab span{font-size:.75rem;color:#5c667e}.annual-breakdown-page__year-tab:hover{opacity:.8}.annual-breakdown-page__year-tab--active{opacity:1;position:relative}.annual-breakdown-page__year-tab--active:after{content:"";position:absolute;bottom:-1rem;left:0;width:100%;height:3px;background-color:#9a7530;border-radius:3px 3px 0 0}.annual-breakdown-page__year-header{margin-bottom:2rem}.annual-breakdown-page__year-spend h2{font-size:2.25rem;color:#9a7530;margin:0;font-weight:700}.annual-breakdown-page__year-content{background-color:#fff;border:1px solid #EFEFEF;border-radius:12px;padding:1.25rem;box-shadow:0 4px 12px #00000005}@media screen and (min-width:768px){.annual-breakdown-page__year-content{padding:2.5rem}}.annual-breakdown-page__accounts{display:flex;flex-wrap:wrap;gap:2rem;padding-bottom:2.5rem;border-bottom:1px solid #EFEFEF;margin-bottom:2.5rem}@media screen and (min-width:768px){.annual-breakdown-page__accounts{justify-content:space-between}}.annual-breakdown-page__account-item{display:flex;flex-direction:column;gap:.5rem;min-width:150px}.annual-breakdown-page__account-name{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#5c667e}.annual-breakdown-page__flag{font-size:1.25rem}.annual-breakdown-page__account-amount{font-size:1.25rem;font-weight:700;color:#13182c}.annual-breakdown-page__charts-row{display:flex;flex-direction:column;gap:4rem}@media screen and (min-width:1200px){.annual-breakdown-page__charts-row{flex-direction:row}}.annual-breakdown-page .section-title{font-size:1rem;font-weight:600;color:#13182c;margin:0 0 1.5rem}.annual-breakdown-page__chart-section{flex:2}.annual-breakdown-page__category-section{flex:1}.annual-breakdown-page__monthly-highlights{display:flex;flex-wrap:wrap;gap:2rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #EFEFEF}.annual-breakdown-page__monthly-highlights .highlight{display:flex;flex-direction:column;gap:.25rem;min-width:140px}.annual-breakdown-page__monthly-highlights .highlight-label{font-size:.75rem;color:#5c667e;text-transform:uppercase;letter-spacing:.5px}.annual-breakdown-page__monthly-highlights .highlight-value{font-size:1rem;font-weight:600;color:#13182c}.annual-breakdown-page__category-list{display:flex;flex-direction:column;gap:.5rem}.received-bag-card{display:flex;align-items:center;gap:1.25rem;padding:1.5rem;background-color:#fff;border:1px solid #EFEFEF;border-radius:12px;box-shadow:0 4px 12px #00000005;transition:transform .2s ease,box-shadow .2s ease}.received-bag-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000000d}.received-bag-card__icon{background-color:#faf5eb;width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:2rem}.received-bag-card__details{display:flex;flex-direction:column;flex:1}.received-bag-card__title{font-size:1.125rem;font-weight:600;color:#13182c;margin:0 0 .25rem}.received-bag-card__meta{display:flex;justify-content:space-between;align-items:center;gap:1rem}.received-bag-card__date{font-size:.875rem;color:#5c667e}.received-bag-card__value{font-size:.875rem;font-weight:600;color:#9a7530}.profile-page{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem 3rem}.profile-page__content{animation:fadeIn .4s ease-out}.profile-page__identity{display:flex;align-items:center;gap:1.5rem;background-color:#fff;border:1px solid #EFEFEF;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 12px #00000005}@media(max-width:600px){.profile-page__identity{flex-direction:column;text-align:center}}.profile-page__identity-details{display:flex;flex-direction:column;gap:.25rem}.profile-page__identity-details h2{margin:0;font-size:1.75rem;font-weight:700;color:#13182c}.profile-page__email{font-size:.875rem;color:#5c667e;margin-bottom:.5rem}.profile-page__badges{display:flex;gap:.75rem;align-items:center}@media(max-width:600px){.profile-page__badges{justify-content:center}}.profile-page__badge{font-size:.75rem;font-weight:600;padding:.25rem .5rem;background-color:#efefef;color:#5c667e;border-radius:4px}.profile-page__badge--tier{background-color:#faf5eb;color:#9a7530}.profile-page__identity-actions{margin-left:auto;display:flex;gap:1rem}@media(max-width:600px){.profile-page__identity-actions{margin-left:0;margin-top:1rem;justify-content:center}}.profile-page__stats{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem;margin-bottom:3rem}@media screen and (min-width:768px){.profile-page__stats{grid-template-columns:repeat(3,1fr)}}.profile-page__layout-grid{display:flex;flex-direction:column;gap:4rem}@media screen and (min-width:1200px){.profile-page__layout-grid{flex-direction:row}}.profile-page__col{display:flex;flex-direction:column;gap:1.5rem}.profile-page__col--main{flex:2}.profile-page__col--side{flex:1}.profile-page__section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.profile-page__section-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#13182c}.profile-page__add-btn{background:none;border:none;color:#9a7530;font-weight:600;cursor:pointer;padding:0}.profile-page__add-btn:hover{color:#7f5e21;text-decoration:underline}.profile-page__collection-list{display:grid;grid-template-columns:1fr;gap:1.25rem}@media screen and (min-width:768px){.profile-page__collection-list{grid-template-columns:repeat(2,1fr)}}.form-page-layout{width:100%;max-width:1200px;padding:2rem 1rem 4rem;max-width:800px;margin:0 auto;animation:fadeIn .3s ease-out}.form-page-layout__header{margin-bottom:2.5rem;display:flex;flex-direction:column;align-items:flex-start}.form-page-layout__header h2{font-size:2rem;font-weight:700;color:#13182c;margin:0 0 .5rem;width:100%}.form-page-layout__header p{margin:0;color:#5c667e;font-size:1rem;width:100%;line-height:1.4}.form-page-layout__back-btn{background:none;border:none;color:#5c667e;font-weight:500;font-size:.875rem;cursor:pointer;padding:0;margin-bottom:1rem;transition:color .2s}.form-page-layout__back-btn:hover{color:#13182c}.form-page-layout__content{width:100%}.preferences-menu{display:flex;flex-direction:column;gap:2rem;padding-top:1rem}.preferences-menu__section{display:flex;flex-direction:column;gap:1.25rem}.preferences-menu__section-title{font-size:.875rem;font-weight:600;color:#5c667e;text-transform:uppercase;letter-spacing:.5px;margin:0;padding-bottom:.5rem;border-bottom:1px solid #EFEFEF}.preferences-menu__setting{display:flex;justify-content:space-between;align-items:center;gap:1rem}.preferences-menu__setting-info{display:flex;flex-direction:column;gap:.25rem}.preferences-menu__setting-label{font-size:.875rem;font-weight:600;color:#13182c}.preferences-menu__setting-desc{font-size:.75rem;color:#5c667e}.preferences-menu__select{padding:.5rem 2rem .5rem .75rem;font-size:.875rem;color:#13182c;background-color:#efefef;border:1px solid transparent;border-radius:6px;outline:none;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .5rem center;background-size:1em}.preferences-menu__select:focus{border-color:#9a7530;background-color:#fff}.preferences-menu__toggle{position:relative;display:inline-block;width:44px;height:24px}.preferences-menu__toggle input{opacity:0;width:0;height:0}.preferences-menu__toggle input:checked+.preferences-menu__slider{background-color:#9a7530}.preferences-menu__toggle input:checked+.preferences-menu__slider:before{transform:translate(20px)}.preferences-menu__slider{position:absolute;cursor:pointer;inset:0;background-color:#bdc5d5;transition:.3s;border-radius:24px}.preferences-menu__slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 2px 4px #0000001a}.preferences-menu__actions{margin-top:1rem;padding-top:1.5rem;border-top:1px solid #EFEFEF}.preferences-menu__delete-btn{background:none;border:none;color:#c94515;font-weight:500;font-size:.875rem;cursor:pointer;padding:0}.preferences-menu__delete-btn:hover{color:#91310e;text-decoration:underline}.edit-profile-page__content{animation:fadeIn .4s ease-out;display:flex;flex-direction:column;gap:2rem}.edit-profile-page__section{background-color:#fff;border:1px solid #EFEFEF;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #00000005}.edit-profile-page__section--preferences{padding-top:1rem}.edit-profile-page__section--danger{border-color:#c945154d;background-color:#c9451505}.edit-profile-page__section-title{font-size:.875rem;font-weight:600;color:#5c667e;text-transform:uppercase;letter-spacing:.5px;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:1px solid #EFEFEF}.edit-profile-page__avatar-edit{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.edit-profile-page__avatar-actions{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.edit-profile-page__remove-photo{background:none;border:none;color:#5c667e;font-size:.875rem;cursor:pointer;padding:0;font-weight:500}.edit-profile-page__remove-photo:hover{color:#c94515;text-decoration:underline}.edit-profile-page__form,.edit-profile-page .form-group-row{display:flex;flex-direction:column;gap:1.25rem}@media screen and (min-width:768px){.edit-profile-page .form-group-row{flex-direction:row;gap:1.5rem}}.edit-profile-page .form-group-row .form-group{flex:1}.edit-profile-page .form-group{display:flex;flex-direction:column;gap:.5rem}.edit-profile-page .form-group label{font-size:.875rem;font-weight:500;color:#13182c}.edit-profile-page .form-group input{padding:.75rem 1rem;border:1px solid #EFEFEF;border-radius:6px;font-size:.875rem;color:#13182c;background-color:transparent;outline:none;transition:border-color .2s ease}.edit-profile-page .form-group input:focus{border-color:#9a7530}.edit-profile-page__error-text{font-size:.75rem;color:#c94515;margin-top:.25rem}.edit-profile-page input.error{border-color:#c94515;background-color:#c945150d}.edit-profile-page__danger-text{font-size:.875rem;color:#5c667e;margin-top:0;margin-bottom:1.5rem;line-height:1.5}.edit-profile-page__delete-btn{background-color:transparent;border:1px solid #C94515;color:#c94515;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease}.edit-profile-page__delete-btn:hover{background-color:#c94515;color:#fff}.edit-profile-page__linked-accounts{display:flex;flex-direction:column;gap:1rem}.edit-profile-page__linked-account{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid #EFEFEF}.edit-profile-page__linked-account:last-child{padding-bottom:0;border-bottom:none}.edit-profile-page__linked-info{display:flex;flex-direction:column;gap:.25rem}.edit-profile-page__linked-info strong{font-size:.875rem;color:#13182c}.edit-profile-page__linked-info span{font-size:.75rem;color:#5c667e}.edit-profile-page__subscription{display:flex;justify-content:space-between;align-items:center}.edit-profile-page__subscription-info h4{margin:0 0 .5rem;color:#13182c}.edit-profile-page__subscription-info p{margin:0;font-size:.875rem;color:#5c667e;line-height:1.4}.edit-profile-page__subscription-actions{display:flex;gap:1rem}.edit-profile-page__form-actions{display:flex;justify-content:flex-end;align-items:center;gap:1rem;margin-top:1rem;padding-top:1.5rem;border-top:1px solid #EFEFEF}@media(max-width:767px){.edit-profile-page__form-actions{flex-direction:column-reverse}.edit-profile-page__form-actions button{width:100%}}.accounts-page{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem 4rem;animation:fadeIn .3s ease-out}.accounts-page__header{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}@media screen and (min-width:768px){.accounts-page__header{flex-direction:row;justify-content:space-between;align-items:flex-end}}.accounts-page__back-btn{background:none;border:none;color:#5c667e;font-weight:500;font-size:.875rem;cursor:pointer;padding:0;margin-bottom:1rem;transition:color .2s}.accounts-page__back-btn:hover{color:#13182c}.accounts-page__header-text h2{font-size:2rem;font-weight:700;color:#13182c;margin:0 0 .5rem}.accounts-page__header-text p{margin:0;color:#5c667e;font-size:1rem}.accounts-page__list{display:flex;flex-direction:column;gap:1.5rem}.account-card{background-color:#fff;border:1px solid #EFEFEF;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #00000005;display:flex;flex-direction:column;gap:1.5rem}.account-card__main{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #EFEFEF;padding-bottom:1.25rem}.account-card__identity{display:flex;gap:1rem;align-items:flex-start}.account-card__flag{font-size:2rem;line-height:1}.account-card__name-details{display:flex;flex-direction:column;gap:.25rem}.account-card__name-details h3{margin:0;font-size:1.25rem;font-weight:600;color:#13182c}.account-card__number,.account-card__date{font-size:.875rem;color:#5c667e}.account-card__number{letter-spacing:.5px}.account-card__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media screen and (min-width:768px){.account-card__stats{grid-template-columns:repeat(3,1fr)}}.account-card__stat{display:flex;flex-direction:column;gap:.25rem}.account-card__stat .stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;color:#5c667e}.account-card__stat .stat-value{font-size:1.125rem;font-weight:600;color:#13182c}.account-card__stat .stat-badge{font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:20px;width:fit-content}.account-card__stat .stat-badge.active{background-color:#1584631a;color:#0d503c;border:1px solid rgba(21,132,99,.2)}.account-card__stat .stat-badge--expiring_soon{background-color:#9a75301a;color:#9a7530;border:1px solid rgba(154,117,48,.2)}.account-form-container{background-color:#fff;border:1px solid #EFEFEF;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #00000005}@media screen and (min-width:768px){.account-form-container{padding:2.5rem}}.account-form,.account-form .form-row{display:flex;flex-direction:column;gap:1.5rem}@media screen and (min-width:768px){.account-form .form-row{flex-direction:row;gap:1rem}}.account-form .form-group{display:flex;flex-direction:column;gap:.5rem}@media screen and (min-width:768px){.account-form .form-group--half{flex:1}}.account-form .form-group label{font-size:.875rem;font-weight:600;color:#13182c}.account-form .form-group input,.account-form .form-group select,.account-form .form-group textarea{padding:.875rem 1rem;border:1px solid #BDC5D5;border-radius:8px;font-family:inherit;font-size:1rem;color:#13182c;background-color:transparent;transition:border-color .2s}.account-form .form-group input::placeholder,.account-form .form-group select::placeholder,.account-form .form-group textarea::placeholder{color:#5c667ecc}.account-form .form-group input:focus,.account-form .form-group select:focus,.account-form .form-group textarea:focus{outline:none;border-color:#9a7530}.account-form .form-group textarea{resize:vertical;min-height:100px}.account-form__actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;padding-top:1.5rem;border-top:1px solid #EFEFEF;flex-wrap:wrap}.account-form__actions-spacer{flex:1}.account-form__actions .form-actions-right{display:flex;gap:1rem;justify-content:flex-end;flex:1}@media(max-width:767px){.account-form__actions .form-actions-right{width:100%;flex-direction:column-reverse}.account-form__actions .form-actions-right button{width:100%}}@media(max-width:767px){.account-form__actions{flex-direction:column}.account-form__actions>button{width:100%;margin-top:1rem;order:2}}.transaction-form-container{background-color:#fff;border:1px solid #EFEFEF;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #00000005}@media screen and (min-width:768px){.transaction-form-container{padding:2.5rem}}.transaction-form,.transaction-form .form-row{display:flex;flex-direction:column;gap:1.5rem}@media screen and (min-width:768px){.transaction-form .form-row{flex-direction:row;gap:1rem}}.transaction-form .form-group{display:flex;flex-direction:column;gap:.5rem}@media screen and (min-width:768px){.transaction-form .form-group--half{flex:1}}@media screen and (min-width:768px){.transaction-form .form-group--one-third{flex:1}}@media screen and (min-width:768px){.transaction-form .form-group--two-thirds{flex:2}}.transaction-form .form-group label{font-size:.875rem;font-weight:600;color:#13182c}.transaction-form .form-group .help-text{font-size:.75rem;color:#5c667e;margin-top:.25rem}.transaction-form .form-group input:not([type=checkbox]),.transaction-form .form-group select,.transaction-form .form-group textarea{padding:.875rem 1rem;border:1px solid #BDC5D5;border-radius:8px;font-family:inherit;font-size:1rem;color:#13182c;background-color:transparent;width:100%;transition:border-color .2s}.transaction-form .form-group input:not([type=checkbox])::placeholder,.transaction-form .form-group select::placeholder,.transaction-form .form-group textarea::placeholder{color:#5c667ecc}.transaction-form .form-group input:not([type=checkbox]):focus,.transaction-form .form-group select:focus,.transaction-form .form-group textarea:focus{outline:none;border-color:#9a7530}.transaction-form__actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;padding-top:1.5rem;border-top:1px solid #EFEFEF;flex-wrap:wrap}.transaction-form__actions-spacer{flex:1}.transaction-form__actions .form-actions-right{display:flex;gap:1rem;justify-content:flex-end;flex:1}@media(max-width:767px){.transaction-form__actions .form-actions-right{width:100%;flex-direction:column-reverse}.transaction-form__actions .form-actions-right button{width:100%}}@media(max-width:767px){.transaction-form__actions{flex-direction:column}.transaction-form__actions>button{width:100%;margin-top:1rem;order:2}}.goal-form-container{background-color:#fff;border:1px solid #EFEFEF;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #00000005}@media screen and (min-width:768px){.goal-form-container{padding:2.5rem}}.goal-form{display:flex;flex-direction:column;gap:2rem}.goal-form__section{display:flex;flex-direction:column;gap:1.5rem}.goal-form__section--calculation{background-color:#bdc5d533;padding:1.5rem;border-radius:8px;border:1px dashed rgba(92,102,126,.3);margin:.5rem 0}.goal-form__section--calculation .calculation-title{margin:0;font-size:.875rem;font-weight:700;color:#13182c;text-transform:uppercase;letter-spacing:.5px}.goal-form .form-row{display:flex;flex-direction:column;gap:1.5rem}@media screen and (min-width:768px){.goal-form .form-row{flex-direction:row;gap:1rem}}.goal-form .form-group{display:flex;flex-direction:column;gap:.5rem}@media screen and (min-width:768px){.goal-form .form-group--half{flex:1}}.goal-form .form-group label{font-size:.875rem;font-weight:600;color:#13182c}.goal-form .form-group .help-text{font-size:.75rem;color:#5c667e;margin-top:.25rem}.goal-form .form-group input:not([type=checkbox]),.goal-form .form-group select{padding:.875rem 1rem;border:1px solid #BDC5D5;border-radius:8px;font-family:inherit;font-size:1rem;color:#13182c;background-color:#fff;transition:border-color .2s;width:100%}.goal-form .form-group input:not([type=checkbox])::placeholder,.goal-form .form-group select::placeholder{color:#5c667ecc}.goal-form .form-group input:not([type=checkbox]):focus,.goal-form .form-group select:focus{outline:none;border-color:#9a7530}.goal-form .form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 4.5L6 8L9.5 4.5' stroke='%235C667E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.goal-form__preview{background-color:#fff;border:2px solid #9A7530;border-radius:8px;padding:1.25rem;text-align:center;margin-top:.5rem;box-shadow:0 4px 6px #9a75301a}.goal-form__preview .preview-label{font-size:.75rem;font-weight:600;color:#5c667e;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.goal-form__preview .preview-amount{font-size:1.75rem;font-weight:700;color:#13182c;font-family:Outfit,sans-serif;margin-bottom:.5rem}.goal-form__preview .preview-desc{font-size:.875rem;color:#5c667e;line-height:1.4}.goal-form__actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;padding-top:1.5rem;border-top:1px solid #EFEFEF;flex-wrap:wrap}.goal-form__actions-spacer{flex:1}.goal-form__actions .form-actions-right{display:flex;gap:1rem;justify-content:flex-end;flex:1}@media(max-width:767px){.goal-form__actions .form-actions-right{width:100%;flex-direction:column-reverse}.goal-form__actions .form-actions-right button{width:100%}}@media(max-width:767px){.goal-form__actions{flex-direction:column}.goal-form__actions>button{width:100%;margin-top:1rem;order:2}}.coming-soon-page{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fff;position:relative;overflow:hidden}.coming-soon-page:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(154,117,48,.05) 0%,transparent 40%),radial-gradient(circle at bottom left,rgba(189,197,213,.4) 0%,transparent 50%);z-index:1;pointer-events:none}.coming-soon-page__content{position:relative;z-index:2;max-width:500px;width:100%;padding:2rem;display:flex;flex-direction:column;align-items:center;text-align:center;animation:slideUpFade .8s ease-out}.coming-soon-page__logo-container{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:2.5rem;cursor:pointer}.coming-soon-page__logo{width:48px;height:48px;background-color:#13182c;color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.5rem;font-family:Outfit,sans-serif;box-shadow:0 4px 12px #0000001a}.coming-soon-page__logo-text{font-family:Outfit,sans-serif;font-weight:700;font-size:1.5rem;color:#13182c;letter-spacing:-.5px}.coming-soon-page__title{font-family:Outfit,sans-serif;font-weight:800;font-size:3rem;color:#13182c;margin:0 0 1rem;letter-spacing:-1px}@media screen and (min-width:768px){.coming-soon-page__title{font-size:4rem}}.coming-soon-page__subtitle{font-size:1.125rem;line-height:1.6;color:#5c667e;margin:0 0 3rem;max-width:400px}.coming-soon-page__auth{width:100%;max-width:320px;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .4s ease}.coming-soon-page__auth--visible{opacity:1;visibility:visible;transform:translateY(0)}.coming-soon-page__form{display:flex;flex-direction:column;gap:1rem;width:100%}.coming-soon-page__form button{width:100%;justify-content:center;padding:.875rem}.coming-soon-page__input{width:100%;padding:.875rem 1rem;border:1px solid #BDC5D5;border-radius:8px;font-family:inherit;font-size:1rem;color:#13182c;background-color:transparent;transition:border-color .2s,box-shadow .2s;text-align:center}.coming-soon-page__input::placeholder{color:#5c667ed9}.coming-soon-page__input:focus{outline:none;border-color:#9a7530;box-shadow:0 0 0 3px #9a75301a}.coming-soon-page__input--error{border-color:#c94515;background-color:#c9451505}.coming-soon-page__input--error:focus{border-color:#c94515;box-shadow:0 0 0 3px #c945151a}.coming-soon-page__error-msg{display:block;margin-top:.75rem;font-size:.875rem;color:#c94515;font-weight:500}@keyframes slideUpFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.home-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}.home-page__nav{background-color:#fff;border-bottom:1px solid #BDC5D5;position:sticky;top:0;z-index:100;width:100%}.home-page__nav-container{width:100%;max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;height:72px;padding:0 1.5rem}.home-page__brand{display:flex;align-items:center;gap:.75rem}.home-page__logo{width:36px;height:36px;background-color:#13182c;color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.125rem;font-family:Outfit,sans-serif}.home-page__name{font-family:Outfit,sans-serif;font-weight:700;font-size:1.25rem;color:#13182c;letter-spacing:-.5px}.home-page__auth-links{display:flex;align-items:center;gap:1.5rem}.home-page__login-link{font-weight:600;color:#5c667e;text-decoration:none;transition:color .2s}.home-page__login-link:hover{color:#13182c}@media(max-width:600px){.home-page__login-link{display:none}}.home-page__main{flex:1}.home-page__hero{padding:5rem 1.5rem;text-align:center;background:radial-gradient(circle at top right,rgba(154,117,48,.05) 0%,transparent 40%),radial-gradient(circle at bottom left,rgba(189,197,213,.4) 0%,transparent 50%)}@media screen and (min-width:768px){.home-page__hero{padding:8rem 2rem 6rem}}.home-page__hero-content{max-width:800px;margin:0 auto;animation:fadeIn .8s ease-out}.home-page__hero-title{font-family:Outfit,sans-serif;font-weight:800;font-size:2.5rem;line-height:1.1;color:#13182c;margin:0 0 1.5rem;letter-spacing:-1px}@media screen and (min-width:768px){.home-page__hero-title{font-size:4rem}}.home-page__hero-title .highlight{color:#9a7530}.home-page__hero-subtitle{font-size:1.125rem;line-height:1.6;color:#5c667e;margin:0 auto 3rem;max-width:600px}@media screen and (min-width:768px){.home-page__hero-subtitle{font-size:1.25rem}}.home-page__hero-actions{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}@media screen and (min-width:768px){.home-page__hero-actions{flex-direction:row}}.home-page__hero-actions button{width:100%}@media screen and (min-width:768px){.home-page__hero-actions button{width:auto;min-width:200px}}.home-page__features{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem;padding:4rem 1.5rem;display:grid;grid-template-columns:1fr;gap:2rem}@media screen and (min-width:768px){.home-page__features{grid-template-columns:repeat(3,1fr);gap:3rem;padding:6rem 2rem}}.home-page__feature-card{padding:2rem;border-radius:16px;background-color:#fff;border:1px solid #BDC5D5;transition:transform .3s ease,box-shadow .3s ease}.home-page__feature-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000000d}.home-page__feature-card h3{font-family:Outfit,sans-serif;font-weight:700;font-size:1.25rem;color:#13182c;margin:0 0 1rem}.home-page__feature-card p{color:#5c667e;line-height:1.5;margin:0}.home-page__feature-icon{font-size:2.5rem;margin-bottom:1.5rem;display:inline-block;padding:1rem;background-color:#9a75301a;border-radius:12px}.home-page__footer{border-top:1px solid #BDC5D5;padding:3rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center;background-color:#fcfcfc}@media screen and (min-width:768px){.home-page__footer{flex-direction:row;justify-content:space-between;padding:3rem 4rem}}.home-page__footer p{color:#5c667e;margin:0;font-size:.875rem}.home-page__footer-links{display:flex;gap:1.5rem}.home-page__footer-links a{color:#5c667e;text-decoration:none;font-size:.875rem}.home-page__footer-links a:hover{color:#13182c;text-decoration:underline}.sign-up-page{background-color:#f7f8f9;display:flex;flex-direction:column}.sign-up-page__content{display:flex;flex-direction:column}.sign-up-page__content .form-page-layout{padding-top:4rem}@media(max-width:600px){.sign-up-page__content .form-page-layout{padding-top:2rem}}.sign-up-page__container{background-color:#fff;border:1px solid #EFEFEF;border-radius:12px;padding:2.5rem;box-shadow:0 4px 12px #00000005;max-width:580px}@media(max-width:600px){.sign-up-page__container{padding:1.5rem}}.sign-up-page__error{background-color:#fef2f0;color:#c94515;padding:.75rem 1rem;border-radius:6px;font-size:.9rem;margin-bottom:1.5rem;border:1px solid rgba(201,69,21,.2)}.sign-up-page__form{display:flex;flex-direction:column;gap:1.25rem}.sign-up-page__form .form-group-row{display:flex;gap:1rem}@media(max-width:600px){.sign-up-page__form .form-group-row{flex-direction:column;gap:1.25rem}}.sign-up-page__form .form-group{display:flex;flex-direction:column;gap:.5rem;flex:1}.sign-up-page__form .form-group label{font-size:.875rem;font-weight:600;color:#13182c}.sign-up-page__form .form-group input{width:100%;box-sizing:border-box;padding:.75rem 1rem;border:1px solid rgba(0,0,0,.1);border-radius:6px;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.sign-up-page__form .form-group input:focus{outline:none;border-color:#13182c;box-shadow:0 0 0 2px #0000000d}.sign-up-page__form .form-group input::placeholder{color:#bdc5d5}.sign-up-page__form .form-group input.error{border-color:#c94515}.sign-up-page__form .form-group input.error:focus{box-shadow:0 0 0 2px #c9451526}.sign-up-page__submit{margin-top:.5rem;width:100%;padding:.875rem;font-size:1rem}.sign-up-page__footer{margin-top:2rem;text-align:center;font-size:.95rem;color:#5c667e}.sign-up-page__login-link{color:#13182c;font-weight:600;text-decoration:none}.sign-up-page__login-link:hover{text-decoration:underline}.login-page{background-color:#f7f8f9;display:flex;flex-direction:column}.login-page__content{display:flex;flex-direction:column}.login-page__content .form-page-layout{padding-top:4rem}@media(max-width:600px){.login-page__content .form-page-layout{padding-top:2rem}}.login-page__container{background-color:#fff;border:1px solid #EFEFEF;border-radius:12px;padding:2.5rem;box-shadow:0 4px 12px #00000005;max-width:580px}@media(max-width:600px){.login-page__container{padding:1.5rem}}.login-page__error{background-color:#fef2f0;color:#c94515;padding:.75rem 1rem;border-radius:6px;font-size:.9rem;margin-bottom:1.5rem;border:1px solid rgba(201,69,21,.2)}.login-page__form{display:flex;flex-direction:column;gap:1.25rem}.login-page__form .form-group{display:flex;flex-direction:column;gap:.5rem;flex:1}.login-page__form .form-group label{font-size:.875rem;font-weight:600;color:#13182c}.login-page__form .form-group input{width:100%;box-sizing:border-box;padding:.75rem 1rem;border:1px solid rgba(0,0,0,.1);border-radius:6px;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.login-page__form .form-group input:focus{outline:none;border-color:#13182c;box-shadow:0 0 0 2px #0000000d}.login-page__form .form-group input::placeholder{color:#bdc5d5}.login-page__submit{margin-top:.5rem;width:100%;padding:.875rem;font-size:1rem}.login-page__footer{margin-top:2rem;text-align:center;font-size:.95rem;color:#5c667e}.login-page__signup-link{color:#13182c;font-weight:600;text-decoration:none}.login-page__signup-link:hover{text-decoration:underline}.page-footer{background-color:#f7f7f7;padding:3rem 1rem;margin-top:4rem;border-top:1px solid #EFEFEF}.page-footer__container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media screen and (min-width:768px){.page-footer__container{flex-direction:row;justify-content:space-between}}.page-footer__links{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.page-footer__links a{color:#5c667e;text-decoration:none;font-size:.875rem;transition:color .2s ease}.page-footer__links a:hover{color:#13182c;text-decoration:underline}.page-footer__copyright{color:#5c667e;font-size:.875rem;text-align:center}.app-layout{min-height:100vh;display:flex;flex-direction:column}.app-layout__content{flex:1}
