@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap";
.account-module__itwxqG__container{background-color:#fff;justify-content:center;align-items:center;height:100vh;padding:1rem;font-family:Poppins,sans-serif;display:flex}.account-module__itwxqG__square{background-color:#fff;border:1px solid #d4d4d4;border-radius:10px;flex-direction:column;align-items:center;width:100%;max-width:400px;padding:40px;display:flex;box-shadow:0 4px 12px #0000001a}.account-module__itwxqG__logo{width:100px;margin-bottom:20px}.account-module__itwxqG__welcomeText{color:#000;text-align:center;margin-bottom:10px;font-size:24px;font-weight:500}.account-module__itwxqG__subheading{color:#5d5d5d;text-align:center;margin-bottom:30px;font-size:16px;font-weight:400}.account-module__itwxqG__inputContainer{flex-direction:column;gap:20px;width:100%;margin-bottom:30px;display:flex}.account-module__itwxqG__inputField{box-sizing:border-box;border:1px solid #d4d4d4;border-radius:8px;width:100%;padding:1rem 1.5rem;font-family:Poppins,sans-serif;font-size:14px}.account-module__itwxqG__button{color:#fff;cursor:pointer;text-align:center;box-sizing:border-box;background-color:#7044f2;border:none;border-radius:8px;width:100%;padding:1rem 1.5rem;font-size:16px;font-weight:500;transition:background-color .3s}.account-module__itwxqG__button:hover{background-color:#5936c4}.account-module__itwxqG__secondaryButton{color:#545360;cursor:pointer;text-align:center;box-sizing:border-box;background-color:#f8f9fb;border:1px solid #d8d9de;border-radius:8px;width:100%;padding:1rem 1.5rem;font-size:16px;font-weight:500;transition:background-color .3s,border-color .3s}.account-module__itwxqG__secondaryButton:hover{background-color:#eceef2;border-color:#d1d3d8}.account-module__itwxqG__newAccountLink{color:#5d5d5d;text-align:center;margin-bottom:20px;font-size:14px;font-weight:400}.account-module__itwxqG__newAccountLink a{color:#5d5d5d;text-decoration:none;transition:color .3s}.account-module__itwxqG__newAccountLink a:hover{text-decoration:underline}.account-module__itwxqG__footer{box-sizing:border-box;background-color:#7044f2;justify-content:space-between;align-items:center;width:100%;padding:1.5rem;display:flex;position:fixed;bottom:0;left:0}.account-module__itwxqG__footerLogo{color:#fff;align-items:center;display:flex}.account-module__itwxqG__footerLogo img{margin-right:.5rem}.account-module__itwxqG__footerText{font-size:1.25rem;font-weight:600}.account-module__itwxqG__footerInfo{color:#fff;font-size:14px;font-weight:400}@media (max-width:500px){.account-module__itwxqG__square{padding:20px}.account-module__itwxqG__welcomeText{margin-bottom:8px;font-size:20px}.account-module__itwxqG__subheading{margin-bottom:20px;font-size:14px}.account-module__itwxqG__inputField{padding:.75rem 1rem;font-size:14px}.account-module__itwxqG__button{padding:.75rem;font-size:14px}.account-module__itwxqG__newAccountLink{font-size:13px}.account-module__itwxqG__footer{flex-direction:column;gap:.5rem;padding:1rem}.account-module__itwxqG__footerText{font-size:1rem}.account-module__itwxqG__footerInfo{font-size:12px}}
@keyframes toast-module__PdsAqq__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes toast-module__PdsAqq__fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.toast-module__PdsAqq__toastViewport{z-index:9999;flex-direction:column;gap:.75rem;width:100%;max-width:280px;display:flex;position:fixed;bottom:1rem;right:1rem}.toast-module__PdsAqq__toastViewport.toast-module__PdsAqq__sm{flex-direction:column;top:auto;bottom:0;right:0}.toast-module__PdsAqq__toastViewport.toast-module__PdsAqq__md{max-width:420px}.toast-module__PdsAqq__toastContainer{border-radius:.5rem;justify-content:space-between;align-items:center;max-width:95%;padding:1.5rem;transition:all .3s;animation:.1s ease-out toast-module__PdsAqq__fadeInUp;display:flex;box-shadow:0 4px 14px #0000001a}.toast-module__PdsAqq__toastContainer[data-state=open]{animation:.1s ease-out toast-module__PdsAqq__fadeInUp}.toast-module__PdsAqq__toastContainer[data-state=closed]{animation:.1s ease-in toast-module__PdsAqq__fadeOutDown}.toast-module__PdsAqq__toastContainer.toast-module__PdsAqq__default{color:#333;background-color:#fff}.toast-module__PdsAqq__toastContainer.toast-module__PdsAqq__destructive{color:#d32f2f;background-color:#ffeded;border:1px solid #d32f2f}.toast-module__PdsAqq__toastContainer.toast-module__PdsAqq__affirmation{color:#3ab15a;background-color:#e6f7ec;border:1px solid #3ab15a}.toast-module__PdsAqq__toastTitle{margin-bottom:.5rem;font-size:.875rem;font-weight:600}.toast-module__PdsAqq__toastDescription{opacity:.9;font-size:.875rem}.toast-module__PdsAqq__toastActionButton{color:#333;background-color:#0000;border:1px solid #eaeaea;border-radius:.25rem;justify-content:center;align-items:center;height:2rem;padding:0 .75rem;font-size:.875rem;transition:background-color .3s,border-color .3s;display:inline-flex}.toast-module__PdsAqq__toastCloseButton{cursor:pointer;color:#999;position:absolute;top:.5rem;right:.5rem}@media screen and (max-width:768px){.toast-module__PdsAqq__toastViewport{bottom:calc(80px + env(safe-area-inset-bottom));width:auto;max-width:none;left:.75rem;right:.75rem}.toast-module__PdsAqq__toastContainer{max-width:100%;padding:1rem}}
.signout-module__9owr9q__overlay{z-index:1000;background:#efefef82;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.signout-module__9owr9q__modal{text-align:center;background-color:#fff;border-radius:10px;width:30%;max-width:500px;padding:3rem 2rem;font-family:Inter,sans-serif;box-shadow:0 0 20px 10px #0000000d}.signout-module__9owr9q__modalTitle{margin:0 0 1rem;font-size:1.25rem;font-weight:400}.signout-module__9owr9q__modalMessage{color:#5d5d5d;margin-bottom:2rem;font-size:1rem}.signout-module__9owr9q__buttonGroup{justify-content:center;gap:1rem;display:flex}.signout-module__9owr9q__cancelButton{cursor:pointer;color:#545360;background-color:#f8f9fb;border:1px solid #eaeaea;border-radius:10px;padding:1rem 1.5rem;font-family:Inter,sans-serif;font-size:.8rem}.signout-module__9owr9q__cancelButton:hover{background-color:#eaeaea}.signout-module__9owr9q__signOutButton{cursor:pointer;color:#fff;background-color:#7044f2;border:none;border-radius:10px;padding:1rem 1.5rem;font-family:Inter,sans-serif;font-size:.8rem}.signout-module__9owr9q__signOutButton:hover{background-color:#5938c4}@media screen and (max-width:768px){.signout-module__9owr9q__modal{width:90%;max-width:90%;padding:2rem 1.5rem}.signout-module__9owr9q__modalTitle{font-size:1.15rem}.signout-module__9owr9q__modalMessage{margin-bottom:1.5rem;font-size:.9rem}.signout-module__9owr9q__buttonGroup{flex-direction:row;gap:.75rem}.signout-module__9owr9q__cancelButton,.signout-module__9owr9q__signOutButton{flex:1;padding:.85rem 1rem}}
.approvals-module__UOF5Tq__container{background-color:#fff;border-radius:10px;padding:1.5rem;font-family:Inter,sans-serif}.approvals-module__UOF5Tq__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.approvals-module__UOF5Tq__headerLeft{align-items:center;gap:.75rem;display:flex}.approvals-module__UOF5Tq__title{color:#111;margin:0;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:400}.approvals-module__UOF5Tq__badge{color:#fff;text-align:center;background-color:#7044f2;border-radius:20px;min-width:20px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.approvals-module__UOF5Tq__viewOnlyBadge{color:#999;background-color:#f5f5f5;border-radius:6px;margin:0;padding:.4rem .8rem;font-size:.8rem;font-weight:500}.approvals-module__UOF5Tq__orderList{flex-direction:column;gap:1rem;display:flex}.approvals-module__UOF5Tq__orderCard{border:1px solid #ebebeb;border-radius:12px;padding:1.25rem;transition:box-shadow .15s}.approvals-module__UOF5Tq__orderCard:hover{box-shadow:0 2px 12px #0000000f}.approvals-module__UOF5Tq__cardTop{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.approvals-module__UOF5Tq__cardInfo{flex:1;min-width:0}.approvals-module__UOF5Tq__orderName{color:#111;white-space:nowrap;text-overflow:ellipsis;margin:0 0 .4rem;font-size:1rem;font-weight:600;overflow:hidden}.approvals-module__UOF5Tq__orderMeta{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.4rem;display:flex}.approvals-module__UOF5Tq__metaItem{color:#666;font-size:.85rem}.approvals-module__UOF5Tq__metaDot{background-color:#ccc;border-radius:50%;flex-shrink:0;width:3px;height:3px}.approvals-module__UOF5Tq__placedBy{color:#888;font-size:.8rem}.approvals-module__UOF5Tq__placedBy strong{color:#555}.approvals-module__UOF5Tq__actionButtons{flex-shrink:0;gap:.5rem;display:flex}.approvals-module__UOF5Tq__approveButton{color:#fff;cursor:pointer;background-color:#44cf6c;border:none;border-radius:8px;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;transition:background-color .15s,transform .1s}.approvals-module__UOF5Tq__approveButton:hover:not(:disabled){background-color:#38b55d}.approvals-module__UOF5Tq__approveButton:active:not(:disabled){transform:scale(.97)}.approvals-module__UOF5Tq__approveButton:disabled{opacity:.6;cursor:not-allowed}.approvals-module__UOF5Tq__denyButton{color:#de3c4b;cursor:pointer;background-color:#fff;border:1.5px solid #de3c4b;border-radius:8px;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;transition:background-color .15s,transform .1s}.approvals-module__UOF5Tq__denyButton:hover:not(:disabled){background-color:#de3c4b0d}.approvals-module__UOF5Tq__denyButton:active:not(:disabled){transform:scale(.97)}.approvals-module__UOF5Tq__denyButton:disabled{opacity:.6;cursor:not-allowed}.approvals-module__UOF5Tq__warningBanner{color:#e65100;background-color:#fff8f0;border:1px solid #ffe0b2;border-radius:8px;align-items:center;gap:.5rem;margin-top:.75rem;padding:.6rem .85rem;font-size:.82rem;display:flex}.approvals-module__UOF5Tq__warningIcon{flex-shrink:0}.approvals-module__UOF5Tq__warningBanner strong{font-weight:600}.approvals-module__UOF5Tq__breakdownSection{flex-wrap:wrap;align-items:flex-start;gap:.5rem;margin-top:.75rem;display:flex}.approvals-module__UOF5Tq__breakdownLabel{color:#999;white-space:nowrap;padding-top:.3rem;font-size:.78rem;font-weight:500}.approvals-module__UOF5Tq__breakdownChips{flex-wrap:wrap;gap:.4rem;display:flex}.approvals-module__UOF5Tq__chip{color:#555;background-color:#f5f5f5;border-radius:6px;padding:.25rem .6rem;font-size:.75rem;font-weight:500}.approvals-module__UOF5Tq__chipWarning{color:#e65100;background-color:#fff3e0;border:1px solid #ffcc80}.approvals-module__UOF5Tq__chipAmount{color:#999;margin-left:.25rem;font-weight:400}.approvals-module__UOF5Tq__commentsSection{align-items:baseline;gap:.5rem;margin-top:.6rem;display:flex}.approvals-module__UOF5Tq__commentsLabel{color:#999;white-space:nowrap;font-size:.78rem;font-weight:500}.approvals-module__UOF5Tq__commentsText{color:#666;font-size:.82rem}.approvals-module__UOF5Tq__itemsSection{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.6rem;display:flex}.approvals-module__UOF5Tq__itemsLabel{color:#999;white-space:nowrap;font-size:.78rem;font-weight:500}.approvals-module__UOF5Tq__itemsList{flex-wrap:wrap;gap:.35rem;display:flex}.approvals-module__UOF5Tq__itemChip{color:#7044f2;background-color:#f0edff;border-radius:5px;padding:.2rem .5rem;font-size:.72rem;font-weight:500}.approvals-module__UOF5Tq__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.approvals-module__UOF5Tq__emptyIcon{margin-bottom:1rem}.approvals-module__UOF5Tq__emptyTitle{color:#333;margin:0 0 .3rem;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:500}.approvals-module__UOF5Tq__emptyText{color:#999;margin:0;font-size:.9rem}.approvals-module__UOF5Tq__loadingState,.approvals-module__UOF5Tq__errorState{text-align:center;color:#666;padding:3rem;font-size:.9rem}.approvals-module__UOF5Tq__errorState{color:#de3c4b}@media screen and (max-width:768px){.approvals-module__UOF5Tq__container{background-color:#0000;border-radius:0;padding:0}.approvals-module__UOF5Tq__header{margin-bottom:1rem;padding:0}.approvals-module__UOF5Tq__title{font-size:1.15rem;font-weight:600}.approvals-module__UOF5Tq__orderList{gap:.75rem}.approvals-module__UOF5Tq__orderCard{background:#fff;border:none;border-radius:14px;padding:1rem;box-shadow:0 1px 3px #0000000a,0 1px 2px #0000000f}.approvals-module__UOF5Tq__cardTop{flex-direction:column;gap:.75rem}.approvals-module__UOF5Tq__actionButtons{width:100%}.approvals-module__UOF5Tq__approveButton,.approvals-module__UOF5Tq__denyButton{border-radius:10px;flex:1;padding:.7rem}.approvals-module__UOF5Tq__orderName{font-size:.95rem}.approvals-module__UOF5Tq__orderMeta{gap:.4rem}.approvals-module__UOF5Tq__metaItem{font-size:.8rem}.approvals-module__UOF5Tq__breakdownSection{flex-direction:column;gap:.35rem}.approvals-module__UOF5Tq__emptyState{padding:3rem 1.5rem}}@media screen and (max-width:480px){.approvals-module__UOF5Tq__orderCard{border-radius:12px;padding:.85rem}.approvals-module__UOF5Tq__approveButton,.approvals-module__UOF5Tq__denyButton{padding:.65rem;font-size:.8rem}}
.account-module__FD2Xgq__loadingScreen{background-color:#efefefd1;justify-content:center;align-items:center;width:100vw;height:100vh;font-family:Poppins,sans-serif;display:flex}.account-module__FD2Xgq__loader{border:8px solid #f3f4f6;border-top-color:#7044f2;border-radius:50%;width:60px;height:60px;animation:1s linear infinite account-module__FD2Xgq__spin}@keyframes account-module__FD2Xgq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
