@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sidebar-overlay{background-color:#00000080;bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:999}@media(max-width:768px){.sidebar-overlay{display:block}}.sidebar{background-color:#000;display:flex;flex-direction:column;height:100vh;left:0;overflow-y:auto;position:fixed;top:0;transition:transform .3s ease-in-out;width:280px;z-index:10000}@media(max-width:768px){.sidebar{transform:translateX(-100%);width:280px}.sidebar.sidebar-open{transform:translateX(0)}}.sidebar-close-btn{background:none;border:none;color:#fff;cursor:pointer;display:none;font-size:1.5rem;position:absolute;right:1rem;top:1rem;transition:all .2s ease;z-index:1001}@media(max-width:768px){.sidebar-close-btn{display:block}}.sidebar-close-btn:hover{color:#6b7280}.sidebar-close-btn .close-icon{font-size:1.25rem;font-weight:700}.sidebar-logo{padding:2rem 1.5rem 1rem;position:relative}@media(max-width:768px){.sidebar-logo{padding:3rem 1.5rem 1rem}}.sidebar-logo img{height:48px;width:48px}.sidebar-navigation{box-sizing:border-box;flex:1 1;padding:1rem 0}.sidebar-navigation .nav-item{align-items:center;background:none;border:1px solid #000;border-radius:8px;box-sizing:border-box;color:#545454;cursor:pointer;display:flex;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400;gap:.75rem;margin-left:auto;margin-right:auto;padding:.75rem 1.5rem;text-align:left;transition:all .2s ease;width:85%}.sidebar-navigation .nav-item:hover{background:hsla(0,0%,100%,.129);border:1px solid hsla(0,0%,100%,.102);box-shadow:0 2px 2px 0 rgba(0,0,0,.051);box-sizing:border-box;color:#fff}.sidebar-navigation .nav-item:hover .nav-icon svg{stroke:#fff}.sidebar-navigation .nav-item.active{background:hsla(0,0%,100%,.129);border:1px solid hsla(0,0%,100%,.102);box-shadow:0 2px 2px 0 rgba(0,0,0,.051);box-sizing:border-box;color:#fff;font-weight:500}.sidebar-navigation .nav-item.active .nav-icon svg{stroke:#fff}.sidebar-navigation .nav-item .nav-icon{align-items:center;display:flex;font-size:1.125rem;justify-content:center;text-align:center;width:20px}.sidebar-navigation .nav-item .nav-icon svg{transition:all .2s ease}.sidebar-navigation .nav-item .nav-label{flex:1 1}.sidebar-account{padding:1rem 0 2rem}.sidebar-account .account-divider{background-color:#4b5563;height:1px;margin:0 1.5rem 1rem}.sidebar-account .account-section .account-title{color:#9ca3af;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin:0 1.5rem .75rem;text-transform:uppercase}.sidebar-account .account-section .account-item{align-items:center;background:none;border:1px solid #000;border-radius:8px;box-sizing:border-box;color:#545454;cursor:pointer;display:flex;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400;gap:.75rem;margin-left:auto;margin-right:auto;padding:.75rem 1.5rem;text-align:left;transition:all .2s ease;width:85%}.sidebar-account .account-section .account-item.active,.sidebar-account .account-section .account-item:hover{background:hsla(0,0%,100%,.129);border:1px solid hsla(0,0%,100%,.102);box-shadow:0 2px 2px 0 rgba(0,0,0,.051);color:#fff}.sidebar-account .account-section .account-item.active{font-weight:500}.sidebar-account .account-section .account-item .account-icon{align-items:center;display:flex;font-size:1.125rem;justify-content:center;text-align:center;width:20px}.sidebar-account .account-section .account-item .account-label{flex:1 1}@media(max-width:480px){.sidebar{width:100%}.sidebar-logo{padding:2.5rem 1rem .75rem}.sidebar-logo img{height:40px;width:40px}.sidebar-close-btn{right:.75rem;top:.75rem}.sidebar-account,.sidebar-navigation{padding:.75rem 0}.sidebar-account .account-item,.sidebar-account .nav-item,.sidebar-navigation .account-item,.sidebar-navigation .nav-item{font-size:.9rem;padding:.875rem 1rem}.sidebar-account .account-item .account-icon,.sidebar-account .account-item .nav-icon,.sidebar-account .nav-item .account-icon,.sidebar-account .nav-item .nav-icon,.sidebar-navigation .account-item .account-icon,.sidebar-navigation .account-item .nav-icon,.sidebar-navigation .nav-item .account-icon,.sidebar-navigation .nav-item .nav-icon{font-size:1.25rem;width:24px}.sidebar-account .account-section .account-title{font-size:.8rem;margin:0 1rem .5rem}}.modal-backdrop{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;transition:opacity .3s ease-out;z-index:9999}.modal-backdrop.modal-visible{animation:fadeInFromBottom .3s ease-out}.modal-backdrop.modal-hidden{animation:fadeOutToBottom .3s ease-out}.modal-container{background-color:#fff;border-radius:16px;box-shadow:0 20px 40px #00000026;max-height:90vh;max-width:450px;overflow-y:auto;transition:transform .3s ease-out,opacity .3s ease-out;width:100%}.modal-container.modal-visible{animation:slideInFromBottom .3s ease-out}.modal-container.modal-hidden{animation:slideOutToBottom .3s ease-out}.modal-content{align-items:center;background:#fafafa;display:flex;flex-direction:column;padding-bottom:2rem;text-align:center}.modal-content-inner{background:#fff;border-bottom:1px solid #e8e8e8;border-radius:16px;box-sizing:border-box;flex-direction:column;gap:8px;height:-webkit-fit-content;height:fit-content;padding:2rem;width:100%}.modal-content-inner,.modal-icon{align-items:center;display:flex;justify-content:center}.modal-icon{background-color:#fff;border:1px solid #ffbea8;border-radius:16px;box-shadow:0 0 0 7.53px rgba(255,87,34,.051);height:55px;margin-bottom:.5rem;width:55px}.email-verified-icon .icon-background{align-items:center;background-color:#10b981;border-radius:16px;box-shadow:0 4px 12px #10b9814d;display:flex;height:64px;justify-content:center;width:64px}.modal-title{color:#1f2937;font-size:1rem;font-weight:700;line-height:1.2}.modal-message,.modal-title{font-family:Manrope,sans-serif;margin:0}.modal-message{color:#6b7280;font-size:.875rem;font-weight:400;line-height:1.5;max-width:320px}.modal-button{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;cursor:pointer;font-family:Manrope,sans-serif;font-size:1rem;font-weight:500;margin-top:.5rem;padding:12px 24px;transition:all .2s ease;width:80%}.modal-button:hover{background-color:#f9fafb;border-color:#c8ccd5}.modal-button:active{transform:translateY(1px)}.modal-content:has(.email-verified-icon) .modal-button{background-color:#ff6b35;border:1px solid #ff6b35;color:#fff;font-weight:600}.modal-content:has(.email-verified-icon) .modal-button:hover{background-color:#ff4602;border-color:#ff4602}.modal-content:has(.email-verified-icon) .modal-button:active{transform:translateY(1px)}@keyframes fadeInFromBottom{0%{opacity:0}to{opacity:1}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideOutToBottom{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(50px) scale(.95)}}.logout-confirmation-modal .modal-button{display:none}.logout-confirmation-modal .logout-modal-actions{box-sizing:border-box;display:flex;gap:.75rem;padding:0 2rem 2rem;width:100%}.logout-confirmation-modal .logout-modal-actions .logout-cancel-btn,.logout-confirmation-modal .logout-modal-actions .logout-confirm-btn{border:none;border-radius:10px;cursor:pointer;flex:1 1;font-family:Manrope,sans-serif;font-size:.938rem;font-weight:600;padding:.875rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.logout-confirmation-modal .logout-modal-actions .logout-cancel-btn{background-color:#fff;border:1px solid #e5e7eb;color:#1f2937}.logout-confirmation-modal .logout-modal-actions .logout-cancel-btn:hover{background-color:#f9fafb;border-color:#c8ccd5;transform:translateY(-1px)}.logout-confirmation-modal .logout-modal-actions .logout-cancel-btn:active{transform:translateY(0)}.logout-confirmation-modal .logout-modal-actions .logout-confirm-btn{background:linear-gradient(135deg,#ff6b35,#ff4d0c);box-shadow:0 4px 12px #ff6b354d,0 2px 4px #ff6b3533;color:#fff}.logout-confirmation-modal .logout-modal-actions .logout-confirm-btn:hover{background:linear-gradient(135deg,#ff7644,#ff581c);box-shadow:0 6px 20px #ff6b3566,0 3px 8px #ff6b354d;transform:translateY(-2px)}.logout-confirmation-modal .logout-modal-actions .logout-confirm-btn:active{box-shadow:0 2px 8px #ff6b354d;transform:translateY(0)}@media(max-width:480px){.modal-backdrop{padding:.5rem}.modal-content{padding:1.5rem}.modal-title{font-size:1.25rem}.modal-message{font-size:.9rem}.modal-icon{height:56px;width:56px}.modal-icon img,.modal-icon svg{height:28px;width:28px}.logout-confirmation-modal .logout-modal-actions{flex-direction:column;padding:0 1rem 1rem}.logout-confirmation-modal .logout-modal-actions .logout-cancel-btn,.logout-confirmation-modal .logout-modal-actions .logout-confirm-btn{width:100%}}.snackbar-container{display:flex;flex-direction:column;gap:.75rem;left:50%;opacity:0;pointer-events:none;position:fixed;top:1.5rem;transform:translateX(-50%) translateY(-20px);transition:opacity .3s ease,transform .3s ease;z-index:2000}.snackbar-container.show{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0)}.snackbar-container .snackbar{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172a;border:1px solid #94a3b840;border-radius:12px;box-shadow:0 12px 28px #0f172a40;color:#f8fafc;display:flex;font-family:Manrope,sans-serif;gap:1.5rem;max-width:420px;min-width:320px;padding:.85rem 1.25rem}.snackbar-container .snackbar.snackbar-success{background:linear-gradient(135deg,#0f9f6e,#10b981)}.snackbar-container .snackbar.snackbar-warning{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#1f2937}.snackbar-container .snackbar.snackbar-error{background:linear-gradient(135deg,#ef4444,#f87171)}.snackbar-container .snackbar.snackbar-info{background:linear-gradient(135deg,#2563eb,#3b82f6)}.snackbar-container .snackbar .snackbar-message{flex:1 1;font-size:.9rem;font-weight:500;letter-spacing:.01em}.snackbar-container .snackbar .snackbar-action{background:#fff3;border:none;border-radius:8px;color:inherit;cursor:pointer;font-size:.8rem;font-weight:600;padding:.4rem .8rem;transition:background .2s ease,transform .2s ease}.snackbar-container .snackbar .snackbar-action:hover{background:#ffffff4d;transform:translateY(-1px)}.snackbar-container .snackbar .snackbar-close{background:none;border:none;color:inherit;cursor:pointer;font-size:1.1rem;padding:0;transition:transform .2s ease}.snackbar-container .snackbar .snackbar-close:hover{transform:scale(1.1)}@media(max-width:480px){.snackbar-container .snackbar{gap:1rem;max-width:calc(100vw - 1.5rem);min-width:260px;padding:.75rem 1rem}}.loader-backdrop{animation:fadeIn .2s ease-in-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#fffffff2;bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}.loader-backdrop,.loader-container{align-items:center;display:flex;justify-content:center}.loader-container{flex-direction:column;gap:1.5rem;padding:2rem}.loader-logo-wrapper{align-items:center;animation:logoPulse 2s ease-in-out infinite;display:flex;justify-content:center}@keyframes logoPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}.loader-logo{height:80px;object-fit:contain;width:80px}.loader-spinner{animation:spin 1s linear infinite;border:4px solid #ff6b351a;border-radius:50%;border-top-color:#ff6b35;height:50px;width:50px}.loader-message{animation:messageFade 1.5s ease-in-out infinite;color:#6b7280;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;margin:0;text-align:center}@keyframes messageFade{0%,to{opacity:.6}50%{opacity:1}}@media(max-width:768px){.loader-logo{height:60px;width:60px}.loader-spinner{border-width:3px;height:40px;width:40px}.loader-message{font-size:.75rem}}.hamburger-menu{background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;height:18px;justify-content:space-around;padding:0;transition:all .3s ease;width:24px;z-index:1001}.hamburger-menu:focus{outline:none}.hamburger-menu .hamburger-line{align-self:flex-start;background-color:#1f2937;border-radius:2px;height:2px;transform-origin:center;transition:all .3s ease}.hamburger-menu .hamburger-line:first-child{width:45%}.hamburger-menu .hamburger-line:nth-child(2){width:100%}.hamburger-menu .hamburger-line:nth-child(3){width:70%}.hamburger-menu.hamburger-open .hamburger-line:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger-menu.hamburger-open .hamburger-line:nth-child(2){opacity:0;transform:translateX(-20px)}.hamburger-menu.hamburger-open .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.hamburger-menu:hover .hamburger-line{background-color:#ff6b35}.hamburger-menu:active{transform:scale(.95)}.hamburger-menu.style-x.hamburger-open .hamburger-line:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger-menu.style-x.hamburger-open .hamburger-line:nth-child(2){opacity:0;transform:translateX(-20px)}.hamburger-menu.style-x.hamburger-open .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.hamburger-menu.style-arrow.hamburger-open .hamburger-line:first-child{transform:rotate(45deg) translate(3px,3px);width:50%}.hamburger-menu.style-arrow.hamburger-open .hamburger-line:nth-child(2){transform:translateX(-10px)}.hamburger-menu.style-arrow.hamburger-open .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(3px,-3px);width:50%}.hamburger-menu.style-plus.hamburger-open .hamburger-line:first-child{transform:rotate(90deg) translateY(0)}.hamburger-menu.style-plus.hamburger-open .hamburger-line:nth-child(2){opacity:0}.hamburger-menu.style-plus.hamburger-open .hamburger-line:nth-child(3){transform:rotate(0deg) translateY(-8px)}@media(max-width:480px){.hamburger-menu{height:16px;width:22px}.hamburger-menu .hamburger-line{height:1.5px}.hamburger-menu.hamburger-open .hamburger-line:first-child{transform:rotate(45deg) translate(4px,4px)}.hamburger-menu.hamburger-open .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-5px)}}.dashboard-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem;padding:0 0 1rem;position:relative}.dashboard-header-divider{background:#fff;border-bottom:1px solid #e2e2e9;border-image-source:linear-gradient(0deg,#efeff3,#efeff3),linear-gradient(0deg,#e2e2e9,#e2e2e9);bottom:0;left:-1rem;position:absolute;right:-1rem}.header-left{align-items:center;display:flex;gap:.75rem}.header-left>.hamburger-menu{display:none}.header-left .page-title{color:#212121;flex-shrink:0;font-family:Manrope,sans-serif;font-size:1.2rem;font-weight:600;line-height:1.2;margin:0}.header-left .notification-wrapper-mobile{display:none}.header-right{align-items:center;display:flex;gap:1.5rem}.header-right .notification-wrapper-desktop{display:flex}.header-actions{align-items:center;display:flex;flex-wrap:nowrap;gap:.75rem}.header-actions .join-transaction-btn{align-items:center;background:linear-gradient(135deg,#fff,#fafafa);border:1px solid #e8e8e8cc;border-radius:10px;box-shadow:0 2px 8px #10182814,0 1px 2px #1018280f;color:#1f2937;cursor:pointer;display:flex;font-family:Manrope,sans-serif;font-size:.813rem;font-weight:600;gap:.5rem;justify-content:center;line-height:1.2;overflow:hidden;padding:.625rem 1rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.header-actions .join-transaction-btn:before{background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.header-actions .join-transaction-btn:hover{background:linear-gradient(135deg,#f8f9fa,#f0f0f0);border-color:#e8e8e8;box-shadow:0 4px 12px #1018281f,0 2px 4px #10182814;transform:translateY(-1px)}.header-actions .join-transaction-btn:hover:before{left:100%}.header-actions .join-transaction-btn:active{box-shadow:0 1px 4px #10182814;transform:translateY(0)}.header-actions .join-transaction-btn .btn-icon{align-items:center;display:flex;flex-shrink:0;height:16px;justify-content:center;width:16px}.header-actions .join-transaction-btn .btn-icon img{height:100%;object-fit:contain;transition:transform .3s ease;width:100%}.header-actions .join-transaction-btn:hover .btn-icon img{transform:scale(1.1) rotate(5deg)}.header-actions .join-transaction-btn span:not(.btn-icon){flex-shrink:0}.header-actions .start-transaction-btn{align-items:center;background:linear-gradient(135deg,#ff6b35,#ff4d0c);border:none;border-radius:10px;box-shadow:0 4px 12px #ff6b354d,0 2px 4px #ff6b3533;color:#fff;cursor:pointer;display:flex;font-family:Manrope,sans-serif;font-size:.813rem;font-weight:700;gap:.5rem;justify-content:center;letter-spacing:.01em;line-height:1.2;overflow:hidden;padding:.625rem 1.25rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.header-actions .start-transaction-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.header-actions .start-transaction-btn:after{background:linear-gradient(135deg,#ffffff4d,#ffffff1a);border-radius:10px;content:"";inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;padding:1px;position:absolute;transition:opacity .3s ease}.header-actions .start-transaction-btn:hover{background:linear-gradient(135deg,#ff7644,#ff581c);box-shadow:0 6px 20px #ff6b3566,0 3px 8px #ff6b354d;transform:translateY(-2px)}.header-actions .start-transaction-btn:hover:before{left:100%}.header-actions .start-transaction-btn:hover:after{opacity:1}.header-actions .start-transaction-btn:active{box-shadow:0 2px 8px #ff6b354d;transform:translateY(0)}.header-actions .start-transaction-btn .btn-icon{align-items:center;display:flex;filter:brightness(0) invert(1);flex-shrink:0;height:18px;justify-content:center;width:18px}.header-actions .start-transaction-btn .btn-icon img{height:100%;object-fit:contain;transition:transform .3s cubic-bezier(.68,-.55,.265,1.55);width:100%}.header-actions .start-transaction-btn:hover .btn-icon img{transform:scale(1.15) rotate(-5deg)}.header-actions .start-transaction-btn span:not(.btn-icon){flex-shrink:0}.notification-wrapper{position:relative}.notification-wrapper .notification-btn{align-items:center;background:none;border:none;border-radius:12px;box-shadow:none;cursor:pointer;display:flex;gap:.25rem;padding:8px 12px;transition:all .2s ease}.notification-wrapper .notification-btn:hover{background-color:#f9fafb}.notification-wrapper .notification-btn .bell-icon{align-items:center;display:flex;font-size:1.125rem;justify-content:center}.notification-wrapper .notification-btn .dropdown-arrow{align-items:center;color:#6b7280;display:flex;font-size:.75rem;justify-content:center}.notification-wrapper .notification-dropdown{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #0000001a;margin-top:.5rem;padding:.5rem 0;position:absolute;right:0;top:100%;width:280px;z-index:1000}.notification-wrapper .notification-dropdown .notification-item{border-bottom:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.25rem;padding:.75rem 1rem}.notification-wrapper .notification-dropdown .notification-item:last-child{border-bottom:none}.notification-wrapper .notification-dropdown .notification-item .notification-text{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500}.notification-wrapper .notification-dropdown .notification-item .notification-time{color:#6b7280;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:400}.user-profile-wrapper{position:relative}.user-profile-wrapper .user-profile-btn{align-items:center;background:none;border:none;border-radius:8px;cursor:pointer;display:flex;gap:.75rem;padding:8px 12px;transition:all .2s ease}.user-profile-wrapper .user-profile-btn:hover{background-color:#f9fafb}.user-profile-wrapper .user-profile-btn .user-avatar{align-items:center;background-color:#ff6b35;border-radius:50%;display:flex;height:32px;justify-content:center;width:32px}.user-profile-wrapper .user-profile-btn .user-avatar .avatar-text{color:#fff;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:600}.user-profile-wrapper .user-profile-btn .user-info .user-name{color:#414141;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:500}.user-profile-wrapper .user-profile-btn .dropdown-arrow{align-items:center;color:#6b7280;display:flex;font-size:.75rem;justify-content:center}.user-profile-wrapper .user-menu-dropdown{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #0000001a;box-sizing:border-box;margin-top:.5rem;overflow:hidden;padding:0;position:absolute;right:0;top:100%;width:210px;z-index:10000}.user-profile-wrapper .user-menu-dropdown .user-profile-section{align-items:center;border-bottom:1px solid #f3f4f6;box-sizing:border-box;display:flex;gap:1rem;padding:1rem .75rem}.user-profile-wrapper .user-menu-dropdown .user-profile-section .profile-picture{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:32px;justify-content:center;overflow:hidden;width:32px}.user-profile-wrapper .user-menu-dropdown .user-profile-section .profile-picture img{height:100%;object-fit:cover;width:100%}.user-profile-wrapper .user-menu-dropdown .user-profile-section .profile-picture .profile-initials{align-items:center;background:linear-gradient(135deg,#ff6b35,#e83e00);color:#fff;display:flex;font-family:Manrope,sans-serif;font-size:1.125rem;font-weight:600;height:100%;justify-content:center;letter-spacing:.5px;text-transform:uppercase;width:100%}.user-profile-wrapper .user-menu-dropdown .user-profile-section .user-details{flex:1 1;min-width:0}.user-profile-wrapper .user-menu-dropdown .user-profile-section .user-details .user-name{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;line-height:1.2;margin:0 0 .25rem}.user-profile-wrapper .user-menu-dropdown .user-profile-section .user-details .user-email{color:#6b7280;font-family:Manrope,sans-serif;font-size:.625rem;font-weight:400;line-height:1.2;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-profile-wrapper .user-menu-dropdown .navigation-section{box-sizing:border-box}.user-profile-wrapper .user-menu-dropdown .navigation-section .menu-item{align-items:center;cursor:pointer;display:flex;gap:1rem;padding:.75rem;transition:background-color .2s ease}.user-profile-wrapper .user-menu-dropdown .navigation-section .menu-item:hover{background-color:#fff}.user-profile-wrapper .user-menu-dropdown .navigation-section .menu-item .menu-icon{align-items:center;display:flex;flex-shrink:0;height:20px;justify-content:center;width:20px}.user-profile-wrapper .user-menu-dropdown .navigation-section .menu-item .menu-icon img{height:100%;object-fit:contain;opacity:.7;width:100%}.user-profile-wrapper .user-menu-dropdown .navigation-section .menu-item .menu-text{color:#1f2937;flex:1 1;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500}.user-profile-wrapper .user-menu-dropdown .navigation-section .menu-item .menu-arrow{color:#9ca3af;font-family:Manrope,sans-serif;font-size:1.25rem;font-weight:400;margin-left:auto}.user-profile-wrapper .user-menu-dropdown .logout-section{border-top:1px solid #f3f4f6;box-sizing:border-box;padding:.5rem 0}.user-profile-wrapper .user-menu-dropdown .logout-section .menu-item{align-items:center;cursor:pointer;display:flex;gap:1rem;padding:.75rem;transition:background-color .2s ease}.user-profile-wrapper .user-menu-dropdown .logout-section .menu-item:hover{background-color:#fff}.user-profile-wrapper .user-menu-dropdown .logout-section .menu-item.logout .menu-icon{align-items:center;display:flex;flex-shrink:0;height:20px;justify-content:center;width:20px}.user-profile-wrapper .user-menu-dropdown .logout-section .menu-item.logout .menu-icon img{height:100%;object-fit:contain;width:100%}.user-profile-wrapper .user-menu-dropdown .logout-section .menu-item.logout .menu-text{color:#dc2626;flex:1 1;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500}@media(max-width:1024px){.dashboard-header{align-items:flex-start;flex-direction:column;gap:1rem}.header-right{flex-wrap:wrap;justify-content:space-between;width:100%}.header-actions{flex:1 1 auto;gap:.75rem;min-width:0;order:2}.header-actions .join-transaction-btn{backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:#ffffffd9;border:1px solid #ffffff4d;border-radius:12px;box-shadow:0 8px 32px #1018281f,0 2px 8px #10182814,inset 0 1px 0 #ffffff80;flex:1 1 auto;font-size:.813rem;font-weight:600;gap:.5rem;min-height:48px;min-width:0;padding:.875rem 1rem}.header-actions .join-transaction-btn:hover{background:#fffffff2;border-color:#fff6;box-shadow:0 12px 40px #10182829,0 4px 12px #1018281a,inset 0 1px 0 #fff9}.header-actions .join-transaction-btn .btn-icon{height:17px;width:17px}.header-actions .start-transaction-btn{backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:linear-gradient(135deg,#ff6b35e6,#ff6b35d9);border:1px solid #fff3;border-radius:12px;box-shadow:0 8px 32px #ff6b3559,0 2px 8px #ff6b3540,inset 0 1px 0 #ffffff4d;flex:1 1 auto;font-size:.813rem;font-weight:700;gap:.5rem;min-height:48px;min-width:0;padding:.875rem 1rem}.header-actions .start-transaction-btn:hover{background:linear-gradient(135deg,#ff6b35f2,#ff6b35e6);border-color:#ffffff4d;box-shadow:0 12px 40px #ff6b3573,0 4px 12px #ff6b354d,inset 0 1px 0 #fff6}.header-actions .start-transaction-btn .btn-icon{height:18px;width:18px}.header-left>.hamburger-menu{display:flex!important}.header-left .notification-wrapper{order:0}.notification-wrapper,.user-profile-wrapper{order:1}.notification-wrapper .user-menu-dropdown,.user-profile-wrapper .user-menu-dropdown{right:-10px;width:260px}.notification-wrapper .user-menu-dropdown .user-profile-section,.user-profile-wrapper .user-menu-dropdown .user-profile-section{padding:1rem 1.25rem}.notification-wrapper .user-menu-dropdown .user-profile-section .profile-picture,.user-profile-wrapper .user-menu-dropdown .user-profile-section .profile-picture{height:32px;width:32px}.notification-wrapper .user-menu-dropdown .user-profile-section .profile-picture .profile-initials,.user-profile-wrapper .user-menu-dropdown .user-profile-section .profile-picture .profile-initials{font-size:.9rem}.notification-wrapper .user-menu-dropdown .user-profile-section .user-details .user-name,.user-profile-wrapper .user-menu-dropdown .user-profile-section .user-details .user-name{font-size:.75rem}.notification-wrapper .user-menu-dropdown .user-profile-section .user-details .user-email,.user-profile-wrapper .user-menu-dropdown .user-profile-section .user-details .user-email{font-size:.7rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notification-wrapper .user-menu-dropdown .logout-section .menu-item,.notification-wrapper .user-menu-dropdown .navigation-section .menu-item,.user-profile-wrapper .user-menu-dropdown .logout-section .menu-item,.user-profile-wrapper .user-menu-dropdown .navigation-section .menu-item{padding:1rem .75rem}.notification-wrapper .user-menu-dropdown .logout-section .menu-item .menu-text,.notification-wrapper .user-menu-dropdown .navigation-section .menu-item .menu-text,.user-profile-wrapper .user-menu-dropdown .logout-section .menu-item .menu-text,.user-profile-wrapper .user-menu-dropdown .navigation-section .menu-item .menu-text{font-size:.8rem}}@media(max-width:768px){.dashboard-header{padding:0 0 1.5rem}.header-left{gap:.625rem;justify-content:space-between;width:100%}.header-left>.hamburger-menu{display:flex!important}.header-left .page-title{font-size:1.125rem}.header-left .notification-wrapper-mobile{display:flex;margin-left:auto;position:relative}.header-left .notification-wrapper-mobile .notification-btn{border:none;box-shadow:none}.header-left .notification-wrapper-mobile .notification-dropdown{left:auto;max-height:calc(100vh - 5.5rem);max-width:320px;overflow-y:auto;position:fixed;right:1rem;top:4.5rem;transform:translateX(0);width:calc(100vw - 2rem)}.header-left .notification-wrapper-desktop{display:none}.header-right{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;width:100%}.header-right .notification-wrapper-desktop{display:none}.header-right .header-actions{display:flex;flex-basis:100%;flex-wrap:nowrap;gap:.75rem;order:2;width:100%}.header-right .header-actions .join-transaction-btn{backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:#ffffffd9;border:1px solid #ffffff4d;border-radius:12px;box-shadow:0 8px 32px #1018281f,0 2px 8px #10182814,inset 0 1px 0 #ffffff80;flex:1 1 auto;font-size:.813rem;font-weight:600;gap:.5rem;justify-content:center;min-height:48px;min-width:0;padding:.875rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.header-right .header-actions .join-transaction-btn:hover{background:#fffffff2;border-color:#fff6;box-shadow:0 12px 40px #10182829,0 4px 12px #1018281a,inset 0 1px 0 #fff9;transform:translateY(-2px)}.header-right .header-actions .join-transaction-btn:active{box-shadow:0 4px 16px #1018281a,inset 0 1px 0 #fff6;transform:translateY(0)}.header-right .header-actions .join-transaction-btn .btn-icon{flex-shrink:0;height:18px;width:18px}.header-right .header-actions .join-transaction-btn span:not(.btn-icon){overflow:hidden;text-overflow:ellipsis}.header-right .header-actions .start-transaction-btn{backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:linear-gradient(135deg,#ff6b35e6,#ff6b35d9);border:1px solid #fff3;border-radius:12px;box-shadow:0 8px 32px #ff6b3559,0 2px 8px #ff6b3540,inset 0 1px 0 #ffffff4d;flex:1 1 auto;font-size:.813rem;font-weight:700;gap:.5rem;justify-content:center;min-height:48px;min-width:0;padding:.875rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.header-right .header-actions .start-transaction-btn:hover{background:linear-gradient(135deg,#ff6b35f2,#ff6b35e6);border-color:#ffffff4d;box-shadow:0 12px 40px #ff6b3573,0 4px 12px #ff6b354d,inset 0 1px 0 #fff6;transform:translateY(-2px)}.header-right .header-actions .start-transaction-btn:active{box-shadow:0 4px 16px #ff6b354d,inset 0 1px 0 #fff3;transform:translateY(0)}.header-right .header-actions .start-transaction-btn .btn-icon{flex-shrink:0;height:18px;width:18px}.header-right .header-actions .start-transaction-btn span:not(.btn-icon){overflow:hidden;text-overflow:ellipsis}.header-right .user-profile-wrapper{display:none}}@media(max-width:480px){.header-left{gap:.5rem}.header-left>.hamburger-menu{display:flex!important}.header-left .page-title{font-size:1.125rem}.header-left .notification-wrapper .notification-btn{border:none;box-shadow:none;gap:.2rem;padding:6px 10px}.header-left .notification-wrapper .notification-btn .bell-icon img,.header-left .notification-wrapper .notification-btn .dropdown-arrow img{height:14px;width:14px}.header-right .header-actions{flex-wrap:nowrap;gap:.625rem}.header-right .header-actions .join-transaction-btn{backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:#ffffffd9;border:1px solid #ffffff4d;border-radius:12px;box-shadow:0 8px 32px #1018281f,0 2px 8px #10182814,inset 0 1px 0 #ffffff80;flex:1 1 auto;font-size:.75rem;font-weight:600;gap:.438rem;min-height:48px;min-width:0;padding:.875rem}.header-right .header-actions .join-transaction-btn:hover{background:#fffffff2;border-color:#fff6;box-shadow:0 12px 40px #10182829,0 4px 12px #1018281a,inset 0 1px 0 #fff9}.header-right .header-actions .join-transaction-btn .btn-icon{height:16px;width:16px}.header-right .header-actions .join-transaction-btn span:not(.btn-icon){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-right .header-actions .start-transaction-btn{backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:linear-gradient(135deg,#ff6b35e6,#ff6b35d9);border:1px solid #fff3;border-radius:12px;box-shadow:0 8px 32px #ff6b3559,0 2px 8px #ff6b3540,inset 0 1px 0 #ffffff4d;flex:1 1 auto;font-size:.75rem;font-weight:700;gap:.438rem;min-height:48px;min-width:0;padding:.875rem}.header-right .header-actions .start-transaction-btn:hover{background:linear-gradient(135deg,#ff6b35f2,#ff6b35e6);border-color:#ffffff4d;box-shadow:0 12px 40px #ff6b3573,0 4px 12px #ff6b354d,inset 0 1px 0 #fff6}.header-right .header-actions .start-transaction-btn .btn-icon{height:17px;width:17px}.header-right .header-actions .start-transaction-btn span:not(.btn-icon){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notification-wrapper .notification-dropdown{left:auto;max-height:calc(100vh - 5.5rem);max-width:320px;overflow-y:auto;position:fixed;right:1rem;top:4.5rem;transform:translateX(0);width:calc(100vw - 2rem)}.user-menu-dropdown{left:0;right:auto;width:100%}}.dashboard-container{background-color:#f9fafb;display:flex;min-height:100vh;position:relative}.dashboard-main{display:flex;flex:1 1;flex-direction:column;margin-left:280px;min-height:100vh;transition:margin-left .3s ease;width:calc(100% - 280px)}@media(max-width:768px){.dashboard-main{margin-left:0;width:100%}}.auth-form-layout-container{background-color:#fff;display:flex;flex-direction:column;min-height:100vh;overflow:hidden}.nav-logo img{height:48px;left:2rem;position:absolute;top:2rem;width:48px}.auth-form-layout-content{align-items:center;display:flex;flex:1 1;min-height:calc(100vh - 60px)}.auth-form-layout-left{align-items:center;display:flex;flex:0 0 60%;justify-content:center;padding:2rem}.auth-form-layout-right{background:#fff5f2;flex:0 0 40%;height:100vh;overflow:hidden;position:relative;width:60%}.auth-form-layout-form-container{background-color:#fff;max-width:400px;padding:2.5rem;width:100%}.auth-form-layout-title-section{margin-bottom:2rem;text-align:left}.auth-form-layout-title-section .auth-form-layout-title{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.438rem;font-weight:700;line-height:1.2;margin:0 0 .75rem}.auth-form-layout-title-section .auth-form-layout-subtitle{color:#6b7280;font-family:Manrope,sans-serif;font-size:.879rem;font-weight:400;line-height:1.5;margin:0}.auth-form-layout-form{display:flex;flex-direction:column;gap:1.5rem}.auth-form-layout-button{align-items:center;background-color:#ff6b35;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-family:Manrope,sans-serif;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:.5rem;padding:14px 24px;transition:all .2s ease;width:100%}.auth-form-layout-button:hover{background-color:#ff581c;box-shadow:0 4px 12px #ff6b354d;transform:translateY(-1px)}.auth-form-layout-button:active{transform:translateY(0)}.auth-form-layout-button img{height:20px;width:20px}.auth-form-layout-link{margin-top:0;text-align:left}.auth-form-layout-link .link-text{color:#6b7280;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400;margin:0}.auth-form-layout-link .link-label{color:#ff6b35;cursor:pointer;font-weight:500;text-decoration:none;transition:color .2s ease}.auth-form-layout-link .link-label:hover{color:#ff4602;text-decoration:underline}.background-rectangle_one,.background-rectangle_two{bottom:0;position:absolute;right:0}.auth-form-layout-footer{bottom:2rem;left:2rem;position:absolute}.auth-form-layout-footer p{color:#9ca3af;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:400;margin:0}@media(max-width:1024px){.auth-form-layout-content{flex-direction:column}.auth-form-layout-left{flex:1 1;padding:2rem 1rem}.auth-form-layout-right{flex:1 1;min-height:200px}}@media(max-width:768px){.auth-form-layout-form-container{padding:2rem}.auth-form-layout-title-section .auth-form-layout-title{font-size:1.75rem}.auth-form-layout-title-section .auth-form-layout-subtitle{font-size:.8rem}}@media(max-width:480px){.auth-form-layout-left{padding:1rem}.auth-form-layout-form-container{padding:1.5rem}.auth-form-layout-title-section .auth-form-layout-title{font-size:1.5rem}.auth-form-layout-title-section .auth-form-layout-subtitle{font-size:.75rem}}.input-label{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;gap:.25rem;margin:0}.input-container,.input-label{align-items:center;display:flex}.input-container{position:relative}.input-icon{align-items:center;color:#9ca3af;display:flex;justify-content:center;left:12px;position:absolute;z-index:1}.form-input{background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:none;color:#1f2937;font-family:Manrope,sans-serif;font-size:1rem;font-weight:400;outline:none;padding:12px;transition:all .2s ease;width:100%}.form-input::placeholder{color:#9ca3af}.form-input:focus{border:1px solid #ff6b35!important;box-shadow:0 0 0 3px #ff6b351a;outline:none!important}.form-input:focus-visible{border:1px solid #ff6b35;box-shadow:0 0 0 3px #ff6b351a;outline:none!important}.form-input:hover:not(:disabled){border-color:#c8ccd5}.form-input:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.form-input.error{border-color:#b91c1c}.form-input.error:focus{border:1px solid #b91c1c!important;box-shadow:0 0 0 3px #ff6b351a;outline:none!important}.input-group.has-icon .form-input{padding-left:40px}.input-group.has-right-icon .form-input{padding-right:40px}.input-right-icon{align-items:center;color:#9ca3af;cursor:pointer;display:flex;justify-content:center;position:absolute;right:12px;transition:color .2s ease;z-index:1}.input-right-icon:hover{color:#1f2937}.input-error{color:#b91c1c;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:400;margin-top:.25rem}.password-group{display:flex;flex-direction:column;gap:.5rem}.password-label{align-items:center;color:#1f2937;display:flex;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;gap:.25rem;margin:0}.required-asterisk{color:#ef4444}.password-container{align-items:center;display:flex;position:relative}.password-icon{align-items:center;color:#9ca3af;display:flex;justify-content:center;left:12px;position:absolute;z-index:1}.password-input{background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:none;color:#1f2937;font-family:Manrope,sans-serif;font-size:1rem;font-weight:400;outline:none;padding:10px 40px;transition:all .2s ease;width:100%}.password-input::placeholder{color:#9ca3af}.password-input:focus{border:1px solid #ff6b35!important;box-shadow:0 0 0 3px #ff6b351a;outline:none!important}.password-input:focus-visible{border:1px solid #ff6b35;box-shadow:0 0 0 3px #ff6b351a;outline:none!important}.password-input:hover:not(:disabled){border-color:#c8ccd5}.password-input:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.password-input.error{border-color:#ef4444}.password-input.error:focus{border:1px solid #ff6b35!important;box-shadow:0 0 0 3px #ff6b351a;outline:none!important}.password-toggle{align-items:center;background:none;border:none;border-radius:4px;color:#9ca3af;cursor:pointer;display:flex;justify-content:center;padding:4px;position:absolute;right:12px;transition:background-color .2s ease;z-index:1}.password-toggle:hover:not(:disabled){background-color:#0000000d;color:#1f2937}.password-toggle:focus{background-color:#0000001a;color:#1f2937;outline:none}.password-toggle:disabled{cursor:not-allowed;opacity:.5}.password-error{color:#ef4444;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:400;margin-top:.25rem}.forgot-password-link{display:flex;justify-content:flex-end;margin-top:.5rem}.forgot-password-link button{background:none;border:none;color:#ff6b35;cursor:pointer;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;padding:0;text-decoration:none;transition:color .2s ease}.forgot-password-link button:hover:not(:disabled){color:#ff4602}.forgot-password-link button:focus{outline:none}.forgot-password-link button:disabled{cursor:not-allowed;opacity:.6}body,html{overflow-x:hidden;overflow-y:auto}*{box-sizing:border-box}.table-container{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:visible;position:relative;width:100%}.table-container .table-header-controls{padding:1.5rem 1.5rem 1rem}.table-container .table-header-controls .search-filter-row{align-items:center;display:flex;gap:1rem;justify-content:space-between}.table-container .table-header-controls .search-filter-row .search-input-wrapper{flex:0 1 auto;max-width:500px;min-width:300px;position:relative}.table-container .table-header-controls .search-filter-row .search-input-wrapper .search-icon{align-items:center;color:#9ca3af;display:flex;font-size:1rem;justify-content:center;left:1rem;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.table-container .table-header-controls .search-filter-row .search-input-wrapper .search-input{background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;padding:.5rem 1rem .5rem 2.75rem;transition:all .2s ease;width:100%}.table-container .table-header-controls .search-filter-row .search-input-wrapper .search-input::placeholder{color:#9ca3af}.table-container .table-header-controls .search-filter-row .search-input-wrapper .search-input:focus{border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a;outline:none}.table-container .table-header-controls .search-filter-row .search-input-wrapper .search-input:hover:not(:focus){border-color:#c8ccd5}.table-container .table-header-controls .search-filter-row .right-controls{align-items:center;display:flex;flex-shrink:0;gap:1rem}.table-container .table-header-controls .search-filter-row .filter-wrapper{position:relative;z-index:1001}.table-container .table-header-controls .search-filter-row .filter-wrapper .filter-btn{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;color:#1f2937;cursor:pointer;display:flex;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;position:relative;transition:all .2s ease}.table-container .table-header-controls .search-filter-row .filter-wrapper .filter-btn:hover{background-color:#f9fafb;border-color:#c8ccd5}.table-container .table-header-controls .search-filter-row .filter-wrapper .filter-btn.active{background-color:#fff;border-color:#ff6b35;color:#ff6b35}.table-container .table-header-controls .search-filter-row .filter-wrapper .filter-btn .filter-icon{font-size:.75rem;transition:transform .2s ease}.table-container .table-header-controls .search-filter-row .filter-wrapper .filter-btn .filter-count{background-color:#ff6b35;border-radius:10px;color:#fff;font-size:.75rem;font-weight:600;line-height:1;min-width:1.25rem;padding:.125rem .375rem;text-align:center}.table-container .table-header-controls .search-filter-row .filter-wrapper .filter-dropdown{background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 12px #0000001a;margin-top:.5rem;max-width:300px;min-width:200px;overflow:visible;position:absolute;right:0;top:100%;transform:translateZ(0);will-change:transform;z-index:9999}.table-container .table-header-controls .search-filter-row .filter-wrapper .filter-dropdown .filter-header{align-items:center;background-color:#fcfdfd;border-bottom:1px solid #e5e7eb;border-radius:16px 16px 0 0;display:flex;justify-content:space-between;padding:1rem 1.25rem}.table-container .table-header-controls .search-filter-row .filter-wrapper .filter-dropdown .filter-header h4{color:#1f2937;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:600;margin:0}.table-container .table-header-controls .search-filter-row .filter-wrapper .filter-dropdown .filter-header .clear-filters-btn{background:none;border:none;border-radius:4px;color:#ff6b35;cursor:pointer;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:500;padding:.25rem .5rem;transition:background-color .2s ease}.table-container .table-header-controls .search-filter-row .filter-wrapper .filter-dropdown .filter-header .clear-filters-btn:hover{background-color:#fff}.table-container .table-header-controls .search-filter-row .filter-wrapper .filter-dropdown .filter-options{max-height:400px;overflow-x:hidden;overflow-y:auto;padding:1rem 1.25rem 1.5rem}.table-container .table-header-controls .search-filter-row .filter-wrapper .filter-dropdown .filter-options .filter-option{margin-bottom:1.25rem}.table-container .table-header-controls .search-filter-row .filter-wrapper .filter-dropdown .filter-options .filter-option:last-child{margin-bottom:.5rem}.table-container .table-header-controls .search-filter-row .filter-wrapper .filter-dropdown .filter-options .filter-option .filter-label{color:#1f2937;display:block;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:500;margin-bottom:.5rem}.table-container .table-header-controls .search-filter-row .filter-wrapper .filter-dropdown .filter-options .filter-option .filter-input,.table-container .table-header-controls .search-filter-row .filter-wrapper .filter-dropdown .filter-options .filter-option .filter-select{background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;padding:.5rem .75rem;transition:all .2s ease;width:100%}.table-container .table-header-controls .search-filter-row .filter-wrapper .filter-dropdown .filter-options .filter-option .filter-input:focus,.table-container .table-header-controls .search-filter-row .filter-wrapper .filter-dropdown .filter-options .filter-option .filter-select:focus{border-color:#ff6b35;box-shadow:0 0 0 2px #ff6b351a;outline:none}.table-container .table-header-controls .search-filter-row .filter-wrapper .filter-dropdown .filter-options .filter-option .filter-input:hover:not(:focus),.table-container .table-header-controls .search-filter-row .filter-wrapper .filter-dropdown .filter-options .filter-option .filter-select:hover:not(:focus){border-color:#c8ccd5}.table-container .table-header-controls .search-filter-row .filter-wrapper .filter-dropdown .filter-options .filter-option .filter-select{cursor:pointer}.table-container .table-header-controls .search-filter-row .custom-header-actions{align-items:center;display:flex;flex-shrink:0;gap:.75rem}.table-container .table-wrapper{overflow-x:auto;overflow-y:visible;width:100%}.table-container .table-wrapper .data-table{border-collapse:collapse;font-family:Manrope,sans-serif;width:100%}.table-container .table-wrapper .data-table .table-header{background-color:#fff;border-bottom:1px solid #e5e7eb;color:#1f2937;font-size:.875rem;font-weight:600;padding:1rem 1.5rem;position:relative;text-align:left;white-space:nowrap}.table-container .table-wrapper .data-table .table-header.sortable{cursor:pointer;transition:background-color .2s ease;-webkit-user-select:none;user-select:none}.table-container .table-wrapper .data-table .table-header.sortable:hover{background-color:#f3f5f7}.table-container .table-wrapper .data-table .table-header .header-content{align-items:center;display:flex;gap:.5rem}.table-container .table-wrapper .data-table .table-header .header-content .sort-indicator{color:#9ca3af;font-size:.75rem;transition:color .2s ease}.table-container .table-wrapper .data-table .table-header:first-child{border-top-left-radius:12px}.table-container .table-wrapper .data-table .table-header:last-child{border-top-right-radius:12px}.table-container .table-wrapper .data-table .table-row{border-bottom:1px solid #f3f4f6;transition:background-color .2s ease}.table-container .table-wrapper .data-table .table-row:hover{background-color:#fcfdfd}.table-container .table-wrapper .data-table .table-row.clickable{cursor:pointer}.table-container .table-wrapper .data-table .table-row.clickable:hover{background-color:#fff}.table-container .table-wrapper .data-table .table-row:last-child{border-bottom:none}.table-container .table-wrapper .data-table .table-cell{color:#1f2937;font-size:.875rem;padding:1rem 1.5rem;vertical-align:middle;white-space:nowrap}.table-container .table-wrapper .data-table .table-cell:first-child{color:#6b7280;font-weight:500}.table-container .table-wrapper .data-table .empty-state{padding:3rem 1.5rem;text-align:center}.table-container .table-wrapper .data-table .empty-state .empty-content{align-items:center;display:flex;flex-direction:column;gap:1rem}.table-container .table-wrapper .data-table .empty-state .empty-content .empty-icon{font-size:3rem;opacity:.5}.table-container .table-wrapper .data-table .empty-state .empty-content p{color:#6b7280;font-size:1rem;margin:0}.table-container .table-loading{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:3rem}.table-container .table-loading .loading-spinner{animation:spin 1s linear infinite;border:2px solid #e5e7eb;border-radius:50%;border-top-color:#ff6b35;height:2rem;width:2rem}.table-container .table-loading p{color:#6b7280;font-family:Manrope,sans-serif;font-size:.875rem;margin:0}.table-container .table-pagination{align-items:center;background-color:#fcfdfd;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem}.table-container .table-pagination .pagination-info{color:#6b7280;font-size:.875rem}.table-container .table-pagination .pagination-controls{align-items:center;display:flex;gap:.5rem}.table-container .table-pagination .pagination-controls .pagination-btn{background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#1f2937;cursor:pointer;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;min-width:2.5rem;padding:.5rem .75rem;text-align:center;transition:all .2s ease}.table-container .table-pagination .pagination-controls .pagination-btn:hover:not(:disabled){background-color:#f9fafb;border-color:#c8ccd5}.table-container .table-pagination .pagination-controls .pagination-btn:disabled{cursor:not-allowed;opacity:.5}.table-container .table-pagination .pagination-controls .pagination-btn.active{background-color:#ff6b35;border-color:#ff6b35;color:#fff}.table-container .table-pagination .pagination-controls .pagination-btn.active:hover{background-color:#ff581c;border-color:#ff581c}.table-container .table-pagination .pagination-controls .page-numbers{display:flex;gap:.25rem;margin:0 .5rem}.status-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:.75rem;font-weight:500;gap:.5rem;padding:.375rem .75rem;text-transform:capitalize}.status-badge.in-progress{background-color:#fdeccf;color:#945f06}.status-badge.completed{background-color:#9ef7d9;color:#085b40}.status-badge.disputed{background-color:#fff;color:#bd1010}.status-badge.pending{background-color:#fefeff;color:#094fc2}.status-badge .status-dot{background-color:currentColor;border-radius:50%;height:6px;width:6px}.action-menu{display:inline-block;position:relative}.action-menu .action-trigger{background:none;border:none;border-radius:4px;color:#9ca3af;cursor:pointer;padding:.5rem;transition:all .2s ease}.action-menu .action-trigger:hover{background-color:#f9fafb;color:#1f2937}.action-menu .action-dropdown{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:150px;overflow:hidden;position:absolute;right:0;top:100%;z-index:1000}.action-menu .action-dropdown .action-item{align-items:center;color:#1f2937;cursor:pointer;display:flex;font-size:.875rem;gap:.75rem;padding:.75rem 1rem;transition:background-color .2s ease}.action-menu .action-dropdown .action-item:hover{background-color:#f9fafb}.action-menu .action-dropdown .action-item.danger{color:#ef4444}.action-menu .action-dropdown .action-item.danger:hover{background-color:#fff}@media(max-width:768px){.table-container .table-header-controls{padding:1rem}.table-container .table-header-controls .search-filter-row{align-items:stretch;flex-direction:column;gap:.75rem}.table-container .table-header-controls .search-filter-row .search-input-wrapper{max-width:100%;min-width:0;min-width:auto}.table-container .table-header-controls .search-filter-row .right-controls{flex-wrap:wrap;justify-content:flex-start}.table-container .table-header-controls .search-filter-row .filter-wrapper{align-self:flex-start}.table-container .table-header-controls .search-filter-row .filter-wrapper .filter-dropdown{left:0;max-width:calc(100vw - 2rem);min-width:280px;right:auto}.table-container .table-header-controls .search-filter-row .custom-header-actions{justify-content:flex-start}.table-container .table-wrapper .data-table .table-cell,.table-container .table-wrapper .data-table .table-header{font-size:.8rem;padding:.75rem 1rem}.table-container .table-pagination{flex-direction:column;gap:1rem;padding:1rem}.table-container .table-pagination .pagination-controls .page-numbers{margin:0}}@media(max-width:480px){.table-container .table-wrapper .data-table .table-cell,.table-container .table-wrapper .data-table .table-header{font-size:.75rem;padding:.5rem .75rem}.table-container .table-pagination .pagination-controls{flex-wrap:wrap;justify-content:center}.table-container .table-pagination .pagination-controls .pagination-btn{font-size:.8rem;min-width:2rem;padding:.375rem .5rem}}.dashboard-page{background-color:#f9fafb;flex:1 1;min-height:calc(100vh - 80px);padding:2rem;width:100%}.dashboard-page .dashboard-welcome{margin-bottom:2rem}.dashboard-page .dashboard-welcome .welcome-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.dashboard-page .dashboard-welcome .welcome-header .welcome-text{flex:1 1;min-width:300px}.dashboard-page .dashboard-welcome .welcome-header .welcome-text .welcome-title{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.75rem;font-weight:700;line-height:1.3;margin:0 0 .5rem}.dashboard-page .dashboard-welcome .welcome-header .welcome-text .welcome-description{color:#6b7280;font-family:Manrope,sans-serif;font-size:.9375rem;font-weight:400;line-height:1.5;margin:0}.dashboard-page .dashboard-welcome .welcome-header .welcome-actions{align-items:center;display:flex;flex-shrink:0;gap:1rem}.dashboard-page .dashboard-welcome .welcome-header .welcome-actions .manage-disputes-btn,.dashboard-page .dashboard-welcome .welcome-header .welcome-actions .view-users-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;gap:.5rem;padding:.625rem 1.25rem;transition:all .2s ease;white-space:nowrap}.dashboard-page .dashboard-welcome .welcome-header .welcome-actions .manage-disputes-btn img,.dashboard-page .dashboard-welcome .welcome-header .welcome-actions .view-users-btn img{height:20px;object-fit:contain;width:20px}.dashboard-page .dashboard-welcome .welcome-header .welcome-actions .manage-disputes-btn{background-color:#f3f4f6;border:1px solid #e5e7eb;color:#414141}.dashboard-page .dashboard-welcome .welcome-header .welcome-actions .manage-disputes-btn:hover{background-color:#e5e7eb}.dashboard-page .dashboard-welcome .welcome-header .welcome-actions .view-users-btn{background-color:#ff6b35;color:#fff}.dashboard-page .dashboard-welcome .welcome-header .welcome-actions .view-users-btn:hover{background-color:#e5602f}.dashboard-page .dashboard-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin-bottom:2rem}.dashboard-page .dashboard-cards .dashboard-card{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;justify-content:space-between;min-height:140px;padding:1.5rem;transition:box-shadow .2s ease}.dashboard-page .dashboard-cards .dashboard-card:hover{box-shadow:0 4px 12px #0000001a}.dashboard-page .dashboard-cards .dashboard-card .card-header{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.25rem}.dashboard-page .dashboard-cards .dashboard-card .card-header .card-icon{align-items:center;background-color:#fff5f2;border-radius:10px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.dashboard-page .dashboard-cards .dashboard-card .card-header .card-icon img,.dashboard-page .dashboard-cards .dashboard-card .card-header .card-icon svg{height:24px;object-fit:contain;width:24px}.dashboard-page .dashboard-cards .dashboard-card .card-header .card-content{flex:1 1;min-width:0}.dashboard-page .dashboard-cards .dashboard-card .card-header .card-content .card-title{color:#6b7280;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;line-height:1.4;margin:0 0 .75rem}.dashboard-page .dashboard-cards .dashboard-card .card-header .card-content .card-value{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.2;margin:0 0 .5rem}.dashboard-page .dashboard-cards .dashboard-card .card-header .card-content .card-subtitle{color:#9ca3af;font-family:Manrope,sans-serif;font-size:.8125rem;font-weight:400;line-height:1.4;margin:0}.dashboard-page .dashboard-cards .dashboard-card .card-action{align-items:center;align-self:flex-start;background:none;border:none;color:#ff6b35;cursor:pointer;display:flex;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;gap:.5rem;padding:0;transition:color .2s ease}.dashboard-page .dashboard-cards .dashboard-card .card-action:hover{color:#e5602f}.dashboard-page .dashboard-cards .dashboard-card .card-action img{height:16px;object-fit:contain;width:16px}.dashboard-page .dashboard-transactions{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.dashboard-page .dashboard-transactions .transactions-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:1rem}.dashboard-page .dashboard-transactions .transactions-header .transactions-title-section{align-items:center;display:flex;gap:.75rem}.dashboard-page .dashboard-transactions .transactions-header .transactions-title-section .transactions-icon{height:20px;object-fit:contain;width:20px}.dashboard-page .dashboard-transactions .transactions-header .transactions-title-section .transactions-title{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.125rem;font-weight:600;margin:0}.dashboard-page .dashboard-transactions .transactions-header .view-all-btn{background:none;border:none;color:#ff6b35;cursor:pointer;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;padding:0;transition:color .2s ease}.dashboard-page .dashboard-transactions .transactions-header .view-all-btn:hover{color:#e5602f}.dashboard-page .dashboard-transactions .transactions-table-wrapper .dashboard-table{background-color:#0000;box-shadow:none;padding:0}.dashboard-page .dashboard-transactions .transactions-table-wrapper .dashboard-table .table-container{background-color:#0000;border-radius:0;box-shadow:none;padding:0}.dashboard-page .dashboard-transactions .transactions-table-wrapper .dashboard-table .table-header-controls{display:none}.dashboard-page .dashboard-transactions .transactions-table-wrapper .dashboard-table .table-wrapper{background-color:#0000;overflow-x:auto}.dashboard-page .dashboard-transactions .transactions-table-wrapper .dashboard-table .data-table{border-collapse:collapse;width:100%}.dashboard-page .dashboard-transactions .transactions-table-wrapper .dashboard-table .data-table thead tr{background-color:#0000}.dashboard-page .dashboard-transactions .transactions-table-wrapper .dashboard-table .data-table thead .table-header{background-color:#0000;border-bottom:1px solid #e5e7eb;color:#6b7280;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;padding:.75rem 1rem;text-align:left;white-space:nowrap}.dashboard-page .dashboard-transactions .transactions-table-wrapper .dashboard-table .data-table thead .table-header .header-content{align-items:center;display:flex;gap:.5rem}.dashboard-page .dashboard-transactions .transactions-table-wrapper .dashboard-table .data-table thead .table-header .sort-indicator{display:none}.dashboard-page .dashboard-transactions .transactions-table-wrapper .dashboard-table .data-table tbody .table-row{background-color:#0000;border-bottom:1px solid #e5e7eb;transition:background-color .2s ease}.dashboard-page .dashboard-transactions .transactions-table-wrapper .dashboard-table .data-table tbody .table-row:hover{background-color:#f9fafb}.dashboard-page .dashboard-transactions .transactions-table-wrapper .dashboard-table .data-table tbody .table-row:last-child{border-bottom:none}.dashboard-page .dashboard-transactions .transactions-table-wrapper .dashboard-table .data-table tbody .table-row .table-cell{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400;padding:1rem;vertical-align:middle;white-space:nowrap}.dashboard-page .dashboard-transactions .transactions-table-wrapper .dashboard-table .status-badge{align-items:center;display:inline-flex;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400;gap:.5rem}.dashboard-page .dashboard-transactions .transactions-table-wrapper .dashboard-table .status-badge .status-dot{border-radius:50%;display:inline-block;flex-shrink:0;height:8px;width:8px}.dashboard-page .dashboard-transactions .transactions-table-wrapper .dashboard-table .status-badge.status-completed{color:#10b981}.dashboard-page .dashboard-transactions .transactions-table-wrapper .dashboard-table .status-badge.status-completed .status-dot{background-color:#10b981}.dashboard-page .dashboard-transactions .transactions-table-wrapper .dashboard-table .status-badge.status-in-progress{color:#f59e0b}.dashboard-page .dashboard-transactions .transactions-table-wrapper .dashboard-table .status-badge.status-in-progress .status-dot{background-color:#f59e0b}.dashboard-page .dashboard-transactions .transactions-table-wrapper .dashboard-table .status-badge.status-disputed{color:#6b7280}.dashboard-page .dashboard-transactions .transactions-table-wrapper .dashboard-table .status-badge.status-disputed .status-dot{background-color:#6b7280}@media(max-width:1200px){.dashboard-page .dashboard-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.dashboard-page{padding:1.5rem 1rem}.dashboard-page .dashboard-cards{gap:1rem;grid-template-columns:1fr}.dashboard-page .dashboard-welcome{margin-bottom:1.5rem}.dashboard-page .dashboard-welcome .welcome-header{flex-direction:column;gap:1.5rem}.dashboard-page .dashboard-welcome .welcome-header .welcome-text{min-width:auto}.dashboard-page .dashboard-welcome .welcome-header .welcome-actions{flex-wrap:wrap;width:100%}.dashboard-page .dashboard-welcome .welcome-header .welcome-actions .manage-disputes-btn,.dashboard-page .dashboard-welcome .welcome-header .welcome-actions .view-users-btn{flex:1 1;justify-content:center;min-width:140px}.dashboard-page .dashboard-welcome .welcome-title{font-size:1.5rem}}.users-page{background-color:#f9fafb;flex:1 1;min-height:calc(100vh - 80px);padding:2rem;width:100%}.users-page .users-container{margin:0 auto;max-width:100%}.users-page .users-container .users-header{margin-bottom:2rem}.users-page .users-container .users-header .users-header-content .users-title{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.75rem;font-weight:700;line-height:1.3;margin:0 0 .5rem}.users-page .users-container .users-header .users-header-content .users-subtitle{color:#6b7280;font-family:Manrope,sans-serif;font-size:.9375rem;font-weight:400;line-height:1.5;margin:0}.users-page .users-container .users-table-wrapper{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:visible}.users-page .users-container .users-table-wrapper .users-table .status-badge{align-items:center;border-radius:6px;display:inline-flex;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400;gap:.5rem;padding:.25rem .5rem}.users-page .users-container .users-table-wrapper .users-table .status-badge .status-dot{border-radius:50%;display:inline-block;flex-shrink:0;height:8px;width:8px}.users-page .users-container .users-table-wrapper .users-table .status-badge.status-active{background-color:#10b9811a;color:#10b981}.users-page .users-container .users-table-wrapper .users-table .status-badge.status-pending{background-color:#f59e0b1a;color:#f59e0b}.users-page .users-container .users-table-wrapper .users-table .status-badge.status-suspended{background-color:#6b72801a;color:#6b7280}.users-page .users-container .users-table-wrapper .users-table .user-id{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600}.users-page .users-container .users-table-wrapper .users-table .user-name{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500}.users-page .users-container .users-table-wrapper .users-table .user-date,.users-page .users-container .users-table-wrapper .users-table .user-email,.users-page .users-container .users-table-wrapper .users-table .user-phone{color:#6b7280;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400}.users-page .users-container .users-table-wrapper .users-table .action-menu-wrapper{display:inline-block;overflow:visible;position:relative;z-index:100011111}.users-page .users-container .users-table-wrapper .users-table .action-menu-wrapper .action-menu-trigger{align-items:center;background:none;border:none;border-radius:6px;cursor:pointer;display:flex;height:32px;justify-content:center;padding:0;pointer-events:auto!important;position:relative;transition:background-color .2s ease;width:32px;z-index:100011112}.users-page .users-container .users-table-wrapper .users-table .action-menu-wrapper .action-menu-trigger:hover{background-color:#f9fafb}.users-page .users-container .users-table-wrapper .users-table .action-menu-wrapper .action-menu-trigger:focus{outline:2px solid #ff6b35;outline-offset:2px}.users-page .users-container .users-table-wrapper .users-table .action-menu-wrapper .action-menu-trigger svg{height:20px;width:20px}.users-page .users-container .users-table-wrapper .users-table .action-menu-wrapper .action-menu-dropdown{background-color:#fff!important;border:1px solid #e5e7eb!important;border-radius:8px!important;box-shadow:0 4px 12px #00000026!important;display:block!important;min-width:180px!important;opacity:1!important;overflow:visible!important;pointer-events:auto!important;position:absolute!important;right:0!important;top:calc(100% + .5rem)!important;transform:translateZ(0)!important;visibility:visible!important;will-change:transform!important;z-index:10001111100000!important}.users-page .users-container .users-table-wrapper .users-table .action-menu-wrapper .action-menu-dropdown .action-menu-item{align-items:center;background:none;border:none;color:#1f2937;cursor:pointer;display:flex;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400;gap:.75rem;padding:.75rem 1rem;text-align:left;transition:background-color .2s ease;width:100%}.users-page .users-container .users-table-wrapper .users-table .action-menu-wrapper .action-menu-dropdown .action-menu-item svg{stroke-width:2;color:#6b7280;flex-shrink:0}.users-page .users-container .users-table-wrapper .users-table .action-menu-wrapper .action-menu-dropdown .action-menu-item span{flex:1 1}.users-page .users-container .users-table-wrapper .users-table .action-menu-wrapper .action-menu-dropdown .action-menu-item:hover{background-color:#f9fafb}.users-page .users-container .users-table-wrapper .users-table .action-menu-wrapper .action-menu-dropdown .action-menu-item:hover svg{color:#1f2937}.users-page .users-container .users-table-wrapper .users-table .action-menu-wrapper .action-menu-dropdown .action-menu-item:focus{background-color:#f9fafb;outline:none}.users-page .users-container .users-table-wrapper .users-table .action-menu-wrapper .action-menu-dropdown .action-menu-item.danger,.users-page .users-container .users-table-wrapper .users-table .action-menu-wrapper .action-menu-dropdown .action-menu-item.danger svg{color:#ef4444}.users-page .users-container .users-table-wrapper .users-table .action-menu-wrapper .action-menu-dropdown .action-menu-item.danger:hover{background-color:#ef44441a}.users-page .users-container .users-table-wrapper .users-table .action-menu-wrapper .action-menu-dropdown .action-menu-item:not(:last-child){border-bottom:1px solid #e5e7eb}@media(max-width:1024px){.users-page{padding:1.5rem}.users-page .users-container .users-header .users-header-content .users-title{font-size:1.5rem}}@media(max-width:768px){.users-page{padding:1rem}.users-page .users-container .users-header{margin-bottom:1.5rem}.users-page .users-container .users-header .users-header-content .users-title{font-size:1.375rem}.users-page .users-container .users-header .users-header-content .users-subtitle{font-size:.875rem}.users-page .users-container .users-table-wrapper{border-radius:8px}}@media(max-width:480px){.users-page{padding:.75rem}.users-page .users-container .users-header .users-header-content .users-title{font-size:1.25rem}}.otp-input-container{display:flex;gap:.75rem;justify-content:center;margin-bottom:1.5rem}.otp-input-field{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;font-family:Manrope,sans-serif;font-size:1.125rem;font-weight:600;height:48px;outline:none;text-align:center;transition:all .2s ease;width:48px}.otp-input-field:focus{border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}.otp-input-field:disabled{background-color:#f9fafb;color:#6b7280;cursor:not-allowed}.otp-input-field::-webkit-inner-spin-button,.otp-input-field::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.otp-input-field[type=number]{-moz-appearance:textfield}.otp-input-container.error .otp-input-field{border-color:#ef4444}.otp-input-container.error .otp-input-field:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}@media(max-width:480px){.otp-input-container{gap:.5rem}.otp-input-field{font-size:1rem;height:40px;width:40px}}.modal-overlay{animation:fadeIn .3s ease-out;background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000}.transaction-modal{background-color:#fff;border-radius:16px 0 0 16px;box-shadow:-10px 0 25px #0000001a;display:flex;flex-direction:column;height:100vh;max-width:600px;min-width:400px;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);width:60%;will-change:transform;z-index:10001}.transaction-modal.modal-open{animation:slideInFromRight .4s cubic-bezier(.25,.46,.45,.94);transform:translateX(0)}.transaction-modal.modal-closing{transform:translateX(100%)}@keyframes slideInFromRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}@media(max-width:768px){.transaction-modal{max-width:none;min-width:0;min-width:auto;width:100%}}.modal-close-btn{background:none;border:none;color:#6b7280;cursor:pointer;font-size:1.25rem;position:absolute;right:1.5rem;top:1.5rem;transition:color .2s ease;z-index:1002}.modal-close-btn:hover{color:#1f2937}.modal-close-btn .close-icon{font-size:1rem;font-weight:700}.modal-header{align-items:flex-start;align-items:center;border-bottom:1px solid #e5e7eb;display:flex;flex-direction:column;gap:1rem;padding:3rem 2rem 1.5rem}.modal-header .modal-icon{flex-shrink:0}.modal-header .modal-icon .icon-circle,.modal-header .modal-icon .icon-circle .icon-text{align-items:center;display:flex;justify-content:center}.modal-header .modal-title-section{flex:1 1;text-align:center}.modal-header .modal-title-section .modal-title{color:#1f2937;font-family:Manrope,sans-serif;font-size:1rem;font-weight:600;line-height:1.3;margin:0 0 .5rem}.modal-header .modal-title-section .modal-description{color:#6b7280;font-family:Manrope,sans-serif;font-size:.813rem;font-weight:400;line-height:1.5;margin:0}.modal-content{flex:1 1;overflow-y:auto;padding:2rem}.modal-content .question-section{width:100%}.modal-content .question-section .question-text{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;margin:0 0 1.5rem;text-align:left}.modal-content .question-section .options-container{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:center;width:100%}.modal-content .question-section .options-container .radio-button-group{align-items:center!important;justify-content:center!important;width:100%!important}.modal-content .question-section .options-container .radio-button-group.horizontal{justify-content:center!important;width:calc(100% - 1rem)!important}.modal-content .question-section .options-container .radio-button-group .radio-button.card{flex:0 0 auto!important;width:50%!important}.modal-content .question-section .input-section{margin-top:2rem;width:100%}.modal-content .question-section .input-section .section-title{border-bottom:1px solid #fff;color:#1a1a1a;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem;text-align:left}.modal-content .question-section .input-section .input-hint{color:#9ca3af;font-family:Manrope,sans-serif;font-size:.75rem;font-style:italic;font-weight:400;margin:.5rem 0 0;text-align:left}.role-selection-section{margin-bottom:1.3rem;width:100%}.role-selection-section .section-title{color:#1a1a1a;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;line-height:1.3;margin:0 0 1rem;text-align:left}.role-selection-section .role-options{align-items:center;display:flex;gap:1rem;justify-content:space-between;width:100%}.payment-method-section{border-top:1px solid #e5e7eb;margin-bottom:1rem;padding-top:1.3rem;width:100%}.payment-method-section .section-title{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;line-height:1.3;margin:0 0 1rem;text-align:left;width:100%}.payment-method-section .payment-method-options{align-items:center;display:flex;gap:1rem;justify-content:space-between;width:100%}.form-sections{animation:slideInUp .4s ease-out;width:100%}.info-bar{background-color:#fff;border:1px solid #ffdbce;border-radius:8px;box-sizing:border-box;margin:1.5rem 0;padding:.75rem 1rem;width:100%}.info-bar .info-content{align-items:center;display:flex;gap:.5rem;justify-content:space-between;width:100%}.info-bar .info-content .info-text-section{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.info-bar .info-content .info-text-section .info-text{color:#1f2937;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:400;line-height:1.4}.info-bar .info-content .info-text-section .total-payable{align-items:center;background-color:#ffffffb3;border:1px solid #ffb69b;border-radius:6px;display:flex;gap:.5rem;padding:.5rem .75rem}.info-bar .info-content .info-text-section .total-payable .total-label{color:#1f2937;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:500}.info-bar .info-content .info-text-section .total-payable .total-amount{color:#ff6b35;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600}.info-bar .info-content .tooltip-container{flex-shrink:0;position:relative}.info-bar .info-content .tooltip-container .tooltip-icon{cursor:pointer;font-size:.875rem;transition:opacity .2s ease}.info-bar .info-content .tooltip-container .tooltip-icon:hover{opacity:.7}.info-bar .info-content .tooltip-container .tooltip{animation:tooltipFadeIn .2s ease-out;background-color:#1f2937;border-radius:6px;bottom:100%;box-shadow:0 4px 12px #00000026;color:#fff;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:400;line-height:1.4;margin-bottom:.5rem;max-width:280px;padding:.75rem 1rem;position:absolute;right:0;z-index:1000}.info-bar .info-content .tooltip-container .tooltip:after{border:5px solid #0000;border-top-color:#1f2937;content:"";position:absolute;right:1rem;top:100%}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.counterparty-details,.transaction-details{border-top:1px solid #e5e7eb;margin-bottom:2rem;padding-top:1.3rem;width:100%}.counterparty-details .section-title,.transaction-details .section-title{color:#1a1a1a;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;line-height:1.3;margin:0 0 1rem;text-align:left}.input-row{display:flex;gap:.5rem;margin-bottom:1rem}.input-row:last-child{margin-bottom:0}.input-group{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.input-group.full-width{flex:1 1 100%}.input-group .input-label{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;line-height:1.3}.input-group .form-input{font-size:1rem;font-weight:400;padding:10px 12px}.input-group .currency-input-wrapper{align-items:center;display:flex;position:relative}.input-group .currency-input-wrapper .currency-symbol{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;left:1rem;pointer-events:none;position:absolute;z-index:1}.input-group .currency-input-wrapper .currency-input{font-weight:600;padding-left:2rem!important;text-align:right}.input-group .currency-input-wrapper .currency-input::placeholder{color:#9ca3af;text-align:right}.input-group .currency-input-wrapper .currency-input{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-footer{border-top:1px solid #e5e7eb;box-sizing:border-box;display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem 2rem;width:100%}.modal-footer .btn-primary,.modal-footer .btn-secondary{border:none;border-radius:12px;box-sizing:border-box;cursor:pointer;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;min-width:120px;padding:.75rem 1.5rem;transition:all .2s ease;width:50%}.modal-footer .btn-primary:disabled,.modal-footer .btn-secondary:disabled{cursor:not-allowed;opacity:.5}.modal-footer .btn-secondary{background-color:#0000;border:1px solid #e5e7eb;color:#6b7280}.modal-footer .btn-secondary:hover:not(:disabled){background-color:#f9fafb;color:#1f2937}.modal-footer .btn-primary{background-color:#ff6b35;color:#fff}.modal-footer .btn-primary:hover:not(:disabled){background-color:#ff4602}@media(max-width:768px){.transaction-modal .modal-header{padding:1.5rem 1.5rem 1rem}.transaction-modal .modal-header .modal-title-section .modal-title{font-size:1.25rem}.transaction-modal .modal-content{padding:1.5rem}.transaction-modal .modal-content .question-section .question-text{font-size:.875rem;margin-bottom:1.25rem;text-align:left}.transaction-modal .modal-content .question-section .options-container{flex-direction:column;gap:.75rem}.transaction-modal .modal-content .question-section .options-container .radio-button-group.horizontal{flex-direction:column!important;gap:.75rem!important}.transaction-modal .modal-content .question-section .options-container .radio-button-group .radio-button.card{max-width:200px!important;width:100%!important}.transaction-modal .modal-content .question-section .input-section{margin-top:1.5rem}.transaction-modal .modal-content .question-section .input-section .section-title{font-size:.8rem;margin-bottom:.75rem}.transaction-modal .modal-content .question-section .input-section .input-hint{font-size:.7rem}.transaction-modal .modal-footer{flex-direction:column;padding:1rem 1.5rem 1.5rem}.transaction-modal .modal-footer .btn-primary,.transaction-modal .modal-footer .btn-secondary{width:100%}.transaction-modal .role-options{flex-direction:column;gap:.75rem}.transaction-modal .role-options .role-option{padding:.875rem}.transaction-modal .input-row{flex-direction:column;gap:.75rem}.transaction-modal .section-title{font-size:.875rem;margin-bottom:.75rem}.payment-method-section .payment-method-options{flex-direction:column;gap:.75rem}.info-bar{margin:1rem 0;padding:.625rem .875rem}.info-bar .info-content{align-items:flex-start;flex-direction:column;gap:.375rem}.info-bar .info-content .info-text-section{width:100%}.info-bar .info-content .info-text-section .info-text{font-size:.7rem}.info-bar .info-content .info-text-section .total-payable{padding:.375rem .625rem}.info-bar .info-content .info-text-section .total-payable .total-label{font-size:.7rem}.info-bar .info-content .info-text-section .total-payable .total-amount{font-size:.8rem}.info-bar .info-content .tooltip-container{align-self:flex-end}.info-bar .info-content .tooltip-container .tooltip{max-width:250px;right:-.5rem}}@media(max-width:480px){.transaction-modal .role-option{padding:.75rem!important}.transaction-modal .role-option .role-label{font-size:.8rem}.transaction-modal .form-input{padding:.75rem .875rem!important}.transaction-modal .currency-input-wrapper .currency-symbol{font-size:.75rem}.transaction-modal .currency-input-wrapper .currency-input{font-size:.8rem!important;padding-left:1.75rem!important}}.raise-dispute-content{display:flex;flex-direction:column;gap:1.5rem;padding:0;width:100%}.raise-dispute-content .form-field{display:flex;flex-direction:column;gap:.5rem}.raise-dispute-content .form-field .form-label{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;margin:0}.raise-dispute-content .form-field .form-label .required-asterisk{color:#ff6b35;margin-left:.25rem}.raise-dispute-content .form-field .transaction-preview{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-top:.5rem;padding:.75rem}.raise-dispute-content .form-field .transaction-preview .preview-text{color:#1f2937;font-family:Manrope,sans-serif;font-size:.8125rem;margin:.25rem 0}.raise-dispute-content .form-field .transaction-preview .preview-text strong{color:#1f2937;font-weight:600}.raise-dispute-content .form-field .file-upload-section{display:flex;flex-direction:column;gap:.75rem}.raise-dispute-content .form-field .file-upload-section .file-input{display:none}.raise-dispute-content .form-field .file-upload-section .file-upload-label{align-items:center;background-color:#f9fafb;border:1px dashed #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-family:Manrope,sans-serif;font-size:.875rem;gap:.5rem;padding:.875rem 1rem;transition:all .2s ease}.raise-dispute-content .form-field .file-upload-section .file-upload-label:hover{background-color:#ff6b350d;border-color:#ff6b35;color:#ff6b35}.raise-dispute-content .form-field .file-upload-section .file-upload-label svg{height:16px;width:16px}.raise-dispute-content .form-field .file-upload-section .attachments-list{display:flex;flex-direction:column;gap:.5rem}.raise-dispute-content .form-field .file-upload-section .attachments-list .attachment-item{align-items:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;display:flex;justify-content:space-between;padding:.625rem .875rem}.raise-dispute-content .form-field .file-upload-section .attachments-list .attachment-item .attachment-name{color:#1f2937;flex:1 1;font-family:Manrope,sans-serif;font-size:.8125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.raise-dispute-content .form-field .file-upload-section .attachments-list .attachment-item .remove-attachment{background:none;border:none;color:#6b7280;cursor:pointer;font-size:1rem;margin-left:.5rem;padding:.25rem .5rem;transition:color .2s ease}.raise-dispute-content .form-field .file-upload-section .attachments-list .attachment-item .remove-attachment:hover{color:#ef4444}.raise-dispute-content .form-field .input-error{color:#ef4444;font-family:Manrope,sans-serif;font-size:.75rem;margin-top:.25rem}.raise-dispute-content .dispute-actions{border-top:1px solid #e5e7eb;display:flex;gap:1rem;margin-top:1rem;padding-top:1.5rem}.raise-dispute-content .dispute-actions .cancel-btn{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;cursor:pointer;flex:1 1;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;padding:.875rem 1.5rem;transition:all .2s ease}.raise-dispute-content .dispute-actions .cancel-btn:hover{background-color:#f9fafb;border-color:#c8ccd5}.raise-dispute-content .dispute-actions .submit-btn{background:linear-gradient(135deg,#ff6b35,#ff4602);border:none;border-radius:8px;box-shadow:0 2px 8px #ff6b354d;color:#fff;cursor:pointer;flex:1 1;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;padding:.875rem 1.5rem;transition:all .2s ease}.raise-dispute-content .dispute-actions .submit-btn:hover{background:linear-gradient(135deg,#ff581c,#e83e00);box-shadow:0 4px 12px #ff6b3566;transform:translateY(-1px)}.raise-dispute-content .dispute-actions .submit-btn:active{transform:translateY(0)}@media(max-width:768px){.raise-dispute-content{gap:1.25rem}.raise-dispute-content .form-field .file-upload-label{font-size:.8125rem;padding:.75rem .875rem}.raise-dispute-content .dispute-actions{flex-direction:column}.raise-dispute-content .dispute-actions .cancel-btn,.raise-dispute-content .dispute-actions .submit-btn{width:100%}}.dispute-confirmation-modal .modal-content .dispute-confirmation-content{font-family:Manrope,sans-serif;margin-top:1rem;text-align:left}.dispute-confirmation-modal .modal-content .dispute-confirmation-content .confirmation-details{background-color:#f9fafb;border-radius:8px;margin:1rem 0;padding:1rem}.dispute-confirmation-modal .modal-content .dispute-confirmation-content .confirmation-details .detail-row{border-bottom:1px solid #e5e7eb;color:#1f2937;font-size:.875rem;line-height:1.6;padding:.5rem 0}.dispute-confirmation-modal .modal-content .dispute-confirmation-content .confirmation-details .detail-row:last-child{border-bottom:none}.dispute-confirmation-modal .modal-content .dispute-confirmation-content .confirmation-details .detail-row strong{color:#1f2937;font-weight:600;margin-right:.5rem}.dispute-confirmation-modal .modal-content .dispute-confirmation-content .confirmation-question{color:#1f2937;font-size:.875rem;font-weight:500;line-height:1.5;margin:1rem 0 0}.dispute-confirmation-modal .modal-content .dispute-confirmation-content .confirmation-modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.dispute-confirmation-modal .modal-content .dispute-confirmation-content .confirmation-modal-actions .confirmation-cancel-btn,.dispute-confirmation-modal .modal-content .dispute-confirmation-content .confirmation-modal-actions .confirmation-submit-btn{border:none;border-radius:8px;cursor:pointer;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.dispute-confirmation-modal .modal-content .dispute-confirmation-content .confirmation-modal-actions .confirmation-cancel-btn:hover,.dispute-confirmation-modal .modal-content .dispute-confirmation-content .confirmation-modal-actions .confirmation-submit-btn:hover{box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.dispute-confirmation-modal .modal-content .dispute-confirmation-content .confirmation-modal-actions .confirmation-cancel-btn:active,.dispute-confirmation-modal .modal-content .dispute-confirmation-content .confirmation-modal-actions .confirmation-submit-btn:active{transform:translateY(0)}.dispute-confirmation-modal .modal-content .dispute-confirmation-content .confirmation-modal-actions .confirmation-cancel-btn{background-color:#f3f4f6;color:#1f2937}.dispute-confirmation-modal .modal-content .dispute-confirmation-content .confirmation-modal-actions .confirmation-cancel-btn:hover{background-color:#e5e7eb}.dispute-confirmation-modal .modal-content .dispute-confirmation-content .confirmation-modal-actions .confirmation-submit-btn{background-color:#ff6b35;color:#fff}.dispute-confirmation-modal .modal-content .dispute-confirmation-content .confirmation-modal-actions .confirmation-submit-btn:hover{background-color:#ff581c}.dispute-confirmation-modal .modal-button,.dispute-confirmation-modal .modal-content button.modal-button:empty{display:none!important}@media(max-width:768px){.dispute-confirmation-modal .modal-content .confirmation-modal-actions{flex-direction:column}.dispute-confirmation-modal .modal-content .confirmation-modal-actions .confirmation-cancel-btn,.dispute-confirmation-modal .modal-content .confirmation-modal-actions .confirmation-submit-btn{width:100%}}.user-details-page{background-color:#f9fafb;flex:1 1;min-height:calc(100vh - 80px);padding:2rem;width:100%}.user-details-page .user-details-container{margin:0 auto;max-width:1400px}.user-details-page .loading-state{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:400px}.user-details-page .loading-state .loading-spinner{animation:spin 1s linear infinite;color:#ff6b35}.user-details-page .loading-state p{color:#6b7280;font-family:Manrope,sans-serif;font-size:1rem}.user-details-page .error-state{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;min-height:400px}.user-details-page .error-state .error-message{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.125rem;text-align:center}.user-details-page .error-state .back-button{background-color:#ff6b35;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s ease}.user-details-page .error-state .back-button:hover{background-color:#e5602f}.user-details-page .error-state .back-button:focus{outline:2px solid #ff6b35;outline-offset:2px}.user-details-page .user-details-breadcrumbs{align-items:center;display:flex;font-family:Manrope,sans-serif;gap:.5rem;margin-bottom:2rem}.user-details-page .user-details-breadcrumbs .breadcrumb-link{background:none;border:none;color:#6b7280;cursor:pointer;font-size:.875rem;font-weight:400;padding:0;transition:color .2s ease}.user-details-page .user-details-breadcrumbs .breadcrumb-link:hover{color:#ff6b35;text-decoration:underline}.user-details-page .user-details-breadcrumbs .breadcrumb-link:focus{border-radius:4px;outline:2px solid #ff6b35;outline-offset:2px}.user-details-page .user-details-breadcrumbs .breadcrumb-separator{color:#9ca3af;flex-shrink:0}.user-details-page .user-details-breadcrumbs .breadcrumb-current{color:#1f2937;font-size:.875rem;font-weight:500}.user-details-page .user-profile-header{align-items:flex-start;background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;margin-bottom:2.5rem;padding:2rem}.user-details-page .user-profile-header .user-profile-main{align-items:center;display:flex;gap:1.5rem}.user-details-page .user-profile-header .user-profile-main .user-avatar{align-items:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:50%;display:flex;flex-shrink:0;height:80px;justify-content:center;width:80px}.user-details-page .user-profile-header .user-profile-main .user-avatar .avatar-initials{color:#ff6b35;font-family:Manrope,sans-serif;font-size:2rem;font-weight:700;line-height:1}.user-details-page .user-profile-header .user-profile-main .user-info{display:flex;flex-direction:column;gap:.5rem}.user-details-page .user-profile-header .user-profile-main .user-info .user-name-row{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.user-details-page .user-profile-header .user-profile-main .user-info .user-name-row .user-name{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.75rem;font-weight:700;line-height:1.2;margin:0}.user-details-page .user-profile-header .user-profile-main .user-info .user-name-row .user-status-badge{align-items:center;border-radius:6px;display:inline-flex;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;gap:.5rem;padding:.375rem .75rem}.user-details-page .user-profile-header .user-profile-main .user-info .user-name-row .user-status-badge .status-dot{border-radius:50%;display:inline-block;flex-shrink:0;height:8px;width:8px}.user-details-page .user-profile-header .user-profile-main .user-info .user-name-row .user-status-badge.status-active{background-color:#10b9811a;color:#10b981}.user-details-page .user-profile-header .user-profile-main .user-info .user-name-row .user-status-badge.status-pending{background-color:#f59e0b1a;color:#f59e0b}.user-details-page .user-profile-header .user-profile-main .user-info .user-name-row .user-status-badge.status-suspended{background-color:#6b72801a;color:#6b7280}.user-details-page .user-profile-header .user-profile-main .user-info .user-date-joined{color:#6b7280;font-family:Manrope,sans-serif;font-size:.9375rem;margin:0}.user-details-page .user-profile-header .user-actions{display:flex;flex-shrink:0;gap:1rem}.user-details-page .user-profile-header .user-actions .action-btn{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.user-details-page .user-profile-header .user-actions .action-btn:focus{outline:2px solid #ff6b35;outline-offset:2px}.user-details-page .user-profile-header .user-actions .action-btn.suspend-btn{border-color:#ef4444;color:#ef4444}.user-details-page .user-profile-header .user-actions .action-btn.suspend-btn:hover{background-color:#ef44441a}.user-details-page .user-profile-header .user-actions .action-btn.unsuspend-btn{border-color:#10b981;color:#10b981}.user-details-page .user-profile-header .user-actions .action-btn.unsuspend-btn:hover{background-color:#10b9811a}.user-details-page .user-profile-header .user-actions .action-btn.reset-password-btn{border-color:#e5e7eb;color:#1f2937}.user-details-page .user-profile-header .user-actions .action-btn.reset-password-btn:hover{background-color:#f9fafb}.user-details-page .user-profile-header .user-actions .action-btn svg{flex-shrink:0}.user-details-page .user-info-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.user-details-page .user-info-grid .info-column{display:flex;flex-direction:column;gap:2rem}.user-details-page .user-info-grid .info-section{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:2rem}.user-details-page .user-info-grid .info-section .info-section-title{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.125rem;font-weight:600;margin:0 0 1.5rem}.user-details-page .user-info-grid .info-section .info-item{align-items:flex-start;border-bottom:1px solid #e5e7eb;display:flex;gap:1rem;padding:1rem 0}.user-details-page .user-info-grid .info-section .info-item:last-child{border-bottom:none}.user-details-page .user-info-grid .info-section .info-item .info-item-icon{align-items:center;background-color:#f9fafb;border-radius:8px;color:#6b7280;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.user-details-page .user-info-grid .info-section .info-item .info-item-content{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.user-details-page .user-info-grid .info-section .info-item .info-item-content .info-item-label{color:#6b7280;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400}.user-details-page .user-info-grid .info-section .info-item .info-item-content .info-item-value{color:#1f2937;font-family:Manrope,sans-serif;font-size:1rem;font-weight:500}.user-details-page .user-info-grid .wallet-section .wallet-section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.user-details-page .user-info-grid .wallet-section .wallet-section-header .wallet-activity-link{align-items:center;background:none;border:none;color:#ff6b35;cursor:pointer;display:flex;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;gap:.25rem;padding:0;transition:color .2s ease}.user-details-page .user-info-grid .wallet-section .wallet-section-header .wallet-activity-link:hover{color:#e5602f;text-decoration:underline}.user-details-page .user-info-grid .wallet-section .wallet-section-header .wallet-activity-link:focus{border-radius:4px;outline:2px solid #ff6b35;outline-offset:2px}.user-details-page .user-info-grid .wallet-section .wallet-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:1rem;overflow:hidden;padding:1.5rem;position:relative}.user-details-page .user-info-grid .wallet-section .wallet-card:last-child{margin-bottom:0}.user-details-page .user-info-grid .wallet-section .wallet-card .wallet-card-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.user-details-page .user-info-grid .wallet-section .wallet-card .wallet-card-header .wallet-icon{align-items:center;border-radius:8px;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.user-details-page .user-info-grid .wallet-section .wallet-card .wallet-card-header .wallet-icon.green{background-color:#10b9811a;color:#10b981}.user-details-page .user-info-grid .wallet-section .wallet-card .wallet-card-header .wallet-icon.purple{background-color:#8b5cf61a;color:#8b5cf6}.user-details-page .user-info-grid .wallet-section .wallet-card .wallet-card-header .wallet-card-title{color:#6b7280;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500}.user-details-page .user-info-grid .wallet-section .wallet-card .wallet-card-amount{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.75rem;font-weight:700;line-height:1.2;margin-bottom:.5rem}.user-details-page .user-info-grid .wallet-section .wallet-card .wallet-card-change{align-items:center;display:flex;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400;gap:.25rem}.user-details-page .user-info-grid .wallet-section .wallet-card .wallet-card-change.negative{color:#ef4444}.user-details-page .user-info-grid .wallet-section .wallet-card .wallet-card-change.positive{color:#10b981}.user-details-page .user-info-grid .wallet-section .wallet-card .wallet-card-description{color:#6b7280;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;margin:.5rem 0 0}.user-details-page .user-info-grid .wallet-section .wallet-card .wallet-card-bg{background:linear-gradient(135deg,#10b9810d,#10b98105);border-radius:50%;bottom:0;height:120px;pointer-events:none;position:absolute;right:0;transform:translate(30%,30%);width:120px}.user-details-page .user-info-grid .wallet-section .main-balance-card{background:linear-gradient(135deg,#fff,#f9fafb)}@media(max-width:1024px){.user-details-page{padding:1.5rem}.user-details-page .user-info-grid{gap:1.5rem;grid-template-columns:1fr}.user-details-page .user-profile-header{flex-direction:column;gap:1.5rem}.user-details-page .user-profile-header .user-actions{justify-content:flex-start;width:100%}}@media(max-width:768px){.user-details-page{padding:1rem}.user-details-page .user-profile-header{padding:1.5rem}.user-details-page .user-profile-header .user-profile-main{align-items:flex-start;flex-direction:column;gap:1rem}.user-details-page .user-profile-header .user-profile-main .user-avatar{height:60px;width:60px}.user-details-page .user-profile-header .user-profile-main .user-avatar .avatar-initials,.user-details-page .user-profile-header .user-profile-main .user-info .user-name-row .user-name{font-size:1.5rem}.user-details-page .user-profile-header .user-actions{flex-direction:column;width:100%}.user-details-page .user-profile-header .user-actions .action-btn{justify-content:center;width:100%}.user-details-page .user-info-grid .info-section{padding:1.5rem}.user-details-page .user-info-grid .info-section .wallet-section-header{align-items:flex-start;flex-direction:column;gap:1rem}}@media(max-width:480px){.user-details-page{padding:.75rem}.user-details-page .user-details-breadcrumbs{font-size:.8125rem}.user-details-page .user-profile-header{padding:1rem}.user-details-page .user-profile-header .user-profile-main .user-avatar{height:50px;width:50px}.user-details-page .user-profile-header .user-profile-main .user-avatar .avatar-initials{font-size:1.25rem}.user-details-page .user-info-grid .info-section{padding:1rem}.user-details-page .user-info-grid .info-section .info-item{flex-direction:column;gap:.75rem}.user-details-page .user-info-grid .info-section .wallet-card{padding:1rem}.user-details-page .user-info-grid .info-section .wallet-card .wallet-card-amount{font-size:1.5rem}}.reset-password-confirm-modal .modal-content{display:flex;flex-direction:column;gap:1.5rem;padding:2rem}.reset-password-confirm-modal .reset-password-confirm-icon{align-items:center;background-color:#ff6b351a;border-radius:50%;color:#ff6b35;display:flex;height:64px;justify-content:center;margin:0 auto 1rem;width:64px}.reset-password-confirm-modal .reset-password-confirm-actions{border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:1.5rem}.reset-password-confirm-modal .reset-password-confirm-cancel-btn{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;cursor:pointer;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.reset-password-confirm-modal .reset-password-confirm-cancel-btn:hover{background-color:#f9fafb;border-color:#c8ccd5}.reset-password-confirm-modal .reset-password-confirm-proceed-btn{background-color:#ff6b35;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.reset-password-confirm-modal .reset-password-confirm-proceed-btn:hover{background-color:#ff4602}.reset-password-confirm-modal .reset-password-confirm-proceed-btn:active{transform:scale(.98)}.suspend-confirmation-modal .modal-content{padding-bottom:0}.suspend-confirmation-modal .modal-content-inner{border-bottom:none;padding-bottom:1.5rem}.suspend-confirmation-modal .modal-button{display:none}.suspend-confirmation-modal .modal-icon .suspend-modal-icon{align-items:center;background-color:#fef3c7;border:1px solid #fde68a;border-radius:16px;color:#f59e0b;display:flex;flex-shrink:0;height:64px;justify-content:center;width:64px}.suspend-confirmation-modal .suspend-modal-reason{margin-top:.5rem;width:100%}.suspend-confirmation-modal .suspend-modal-reason .suspend-reason-input{width:100%}.suspend-confirmation-modal .suspend-modal-reason .suspend-reason-input .input-label{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.suspend-confirmation-modal .suspend-modal-reason .suspend-reason-input .form-input{border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;padding:.75rem 1rem;transition:border-color .2s ease;width:100%}.suspend-confirmation-modal .suspend-modal-reason .suspend-reason-input .form-input:focus{border-color:#ff6b35;outline:none}.suspend-confirmation-modal .suspend-modal-reason .suspend-reason-input .form-input::placeholder{color:#9ca3af}.suspend-confirmation-modal .suspend-modal-actions{display:flex;gap:.75rem;margin-top:1rem;width:100%}.suspend-confirmation-modal .suspend-modal-actions .suspend-cancel-btn,.suspend-confirmation-modal .suspend-modal-actions .suspend-confirm-btn{border:none;border-radius:10px;cursor:pointer;flex:1 1;font-family:Manrope,sans-serif;font-size:.938rem;font-weight:600;padding:.875rem 1.5rem;transition:all .2s ease}.suspend-confirmation-modal .suspend-modal-actions .suspend-confirm-btn{background-color:#fff;border:1px solid #ef4444;color:#ef4444}.suspend-confirmation-modal .suspend-modal-actions .suspend-confirm-btn:hover{background-color:#ef44440d;border-color:#eb1515}.suspend-confirmation-modal .suspend-modal-actions .suspend-confirm-btn:focus{outline:2px solid #ef4444;outline-offset:2px}.suspend-confirmation-modal .suspend-modal-actions .suspend-cancel-btn{background-color:#ff6b35;color:#fff}.suspend-confirmation-modal .suspend-modal-actions .suspend-cancel-btn:hover{background-color:#e5602f}.suspend-confirmation-modal .suspend-modal-actions .suspend-cancel-btn:focus{outline:2px solid #ff6b35;outline-offset:2px}.unsuspend-confirmation-modal .unsuspend-modal-icon{align-items:center;background-color:#10b9811a;border-radius:50%;color:#10b981;display:flex;height:64px;justify-content:center;margin:0 auto 1rem;width:64px}.unsuspend-confirmation-modal .unsuspend-modal-actions{display:flex;gap:.75rem;margin-top:1rem;width:100%}.unsuspend-confirmation-modal .unsuspend-modal-actions .unsuspend-cancel-btn,.unsuspend-confirmation-modal .unsuspend-modal-actions .unsuspend-confirm-btn{border:none;border-radius:10px;cursor:pointer;flex:1 1;font-family:Manrope,sans-serif;font-size:.938rem;font-weight:600;padding:.875rem 1.5rem;transition:all .2s ease}.unsuspend-confirmation-modal .unsuspend-modal-actions .unsuspend-confirm-btn{background-color:#10b981;color:#fff}.unsuspend-confirmation-modal .unsuspend-modal-actions .unsuspend-confirm-btn:hover{background-color:#0c8a60}.unsuspend-confirmation-modal .unsuspend-modal-actions .unsuspend-confirm-btn:focus{outline:2px solid #10b981;outline-offset:2px}.unsuspend-confirmation-modal .unsuspend-modal-actions .unsuspend-cancel-btn{background-color:#ff6b35;color:#fff}.unsuspend-confirmation-modal .unsuspend-modal-actions .unsuspend-cancel-btn:hover{background-color:#e5602f}.unsuspend-confirmation-modal .unsuspend-modal-actions .unsuspend-cancel-btn:focus{outline:2px solid #ff6b35;outline-offset:2px}@media(max-width:480px){.suspend-confirmation-modal .suspend-modal-actions{flex-direction:column}.suspend-confirmation-modal .suspend-modal-actions .suspend-cancel-btn,.suspend-confirmation-modal .suspend-modal-actions .suspend-confirm-btn{width:100%}}.verify-reset-modal .modal-content{padding-bottom:0}.verify-reset-modal .modal-content-inner{border-bottom:none;padding-bottom:1.5rem}.verify-reset-modal .modal-button{display:none}.verify-reset-modal .modal-icon .verify-reset-icon .verify-reset-icon-bg{align-items:center;background-color:#ff6b35;border-radius:50%;color:#fff;display:flex;flex-shrink:0;height:64px;justify-content:center;position:relative;width:64px}.verify-reset-modal .modal-icon .verify-reset-icon .verify-reset-icon-bg svg:first-child{color:#fff}.verify-reset-modal .modal-icon .verify-reset-icon .verify-reset-icon-bg .lock-overlay{background-color:#fff;border-radius:3px;bottom:2px;color:#ff6b35;padding:1px;position:absolute;right:2px}.verify-reset-modal .verify-reset-otp{align-items:center;display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem;width:100%}.verify-reset-modal .verify-reset-otp .verify-otp-input .otp-input-container{display:flex;gap:.75rem;justify-content:center}.verify-reset-modal .verify-reset-otp .verify-otp-input .otp-input-container .otp-input-field{border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;font-family:Manrope,sans-serif;font-size:1.25rem;font-weight:600;height:48px;text-align:center;transition:border-color .2s ease;width:48px}.verify-reset-modal .verify-reset-otp .verify-otp-input .otp-input-container .otp-input-field:focus{border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a;outline:none}.verify-reset-modal .verify-reset-otp .verify-otp-input .otp-input-container .otp-input-field:disabled{background-color:#f9fafb;cursor:not-allowed}.verify-reset-modal .verify-reset-otp .otp-error-message{color:#ef4444;font-family:Manrope,sans-serif;font-size:.875rem;text-align:center}.verify-reset-modal .verify-reset-actions{display:flex;gap:.75rem;margin-top:1rem;width:100%}.verify-reset-modal .verify-reset-actions .verify-cancel-btn,.verify-reset-modal .verify-reset-actions .verify-submit-btn{border:none;border-radius:10px;cursor:pointer;flex:1 1;font-family:Manrope,sans-serif;font-size:.938rem;font-weight:600;padding:.875rem 1.5rem;transition:all .2s ease}.verify-reset-modal .verify-reset-actions .verify-cancel-btn{background-color:#fff;border:1px solid #e5e7eb;color:#ff6b35}.verify-reset-modal .verify-reset-actions .verify-cancel-btn:hover{background-color:#f9fafb;border-color:#c8ccd5}.verify-reset-modal .verify-reset-actions .verify-cancel-btn:focus{outline:2px solid #ff6b35;outline-offset:2px}.verify-reset-modal .verify-reset-actions .verify-submit-btn{background-color:#ff6b35;color:#fff}.verify-reset-modal .verify-reset-actions .verify-submit-btn:hover{background-color:#e5602f}.verify-reset-modal .verify-reset-actions .verify-submit-btn:focus{outline:2px solid #ff6b35;outline-offset:2px}.set-password-modal .modal-content{padding-bottom:0}.set-password-modal .modal-content-inner{border-bottom:none;padding-bottom:1.5rem}.set-password-modal .modal-button{display:none}.set-password-modal .modal-icon .set-password-icon{align-items:center;background-color:#ff6b35;border-radius:16px;color:#fff;display:flex;flex-shrink:0;height:64px;justify-content:center;width:64px}.set-password-modal .set-password-input{margin-top:.5rem;width:100%}.set-password-modal .set-password-input .new-password-input{width:100%}.set-password-modal .set-password-actions{display:flex;gap:.75rem;margin-top:1rem;width:100%}.set-password-modal .set-password-actions .set-password-cancel-btn,.set-password-modal .set-password-actions .set-password-confirm-btn{border:none;border-radius:10px;cursor:pointer;flex:1 1;font-family:Manrope,sans-serif;font-size:.938rem;font-weight:600;padding:.875rem 1.5rem;transition:all .2s ease}.set-password-modal .set-password-actions .set-password-cancel-btn{background-color:#fff;border:1px solid #e5e7eb;color:#1f2937}.set-password-modal .set-password-actions .set-password-cancel-btn:hover{background-color:#f9fafb;border-color:#c8ccd5}.set-password-modal .set-password-actions .set-password-cancel-btn:focus{outline:2px solid #ff6b35;outline-offset:2px}.set-password-modal .set-password-actions .set-password-confirm-btn{background-color:#ff6b35;color:#fff}.set-password-modal .set-password-actions .set-password-confirm-btn:hover{background-color:#e5602f}.set-password-modal .set-password-actions .set-password-confirm-btn:focus{outline:2px solid #ff6b35;outline-offset:2px}@media(max-width:480px){.verify-reset-modal .verify-reset-actions{flex-direction:column}.verify-reset-modal .verify-reset-actions .verify-cancel-btn,.verify-reset-modal .verify-reset-actions .verify-submit-btn{width:100%}.set-password-modal .set-password-actions{flex-direction:column}.set-password-modal .set-password-actions .set-password-cancel-btn,.set-password-modal .set-password-actions .set-password-confirm-btn{width:100%}}.transactions-activity-modal .modal-header{flex-shrink:0;padding:2rem 2rem 1.5rem}.transactions-activity-modal .modal-content{display:flex;flex:1 1;flex-direction:column;height:100%;min-height:0;overflow:hidden;padding:0!important;position:relative}.transactions-activity-modal .transactions-activity-content{display:flex;flex:1 1;flex-direction:column;gap:0;height:100%;min-height:0;overflow:hidden;padding:0;position:relative;width:100%}.transactions-activity-modal .transactions-search-filter{align-items:center;background-color:#fff;border-bottom:1px solid #e5e7eb;box-sizing:border-box;display:flex;flex-shrink:0;gap:.75rem;isolation:isolate;min-width:0;padding:1.5rem;position:relative;width:100%;z-index:10010}.transactions-activity-modal .transactions-search-filter .search-container{align-items:center;display:flex;flex:1 1;min-width:0;position:relative}.transactions-activity-modal .transactions-search-filter .search-container .search-icon{color:#6b7280;left:.75rem;pointer-events:none;position:absolute;z-index:1}.transactions-activity-modal .transactions-search-filter .search-container .search-input{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-sizing:border-box;color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;min-width:0;padding:.75rem 1rem .75rem 2.5rem;transition:border-color .2s ease;width:100%}.transactions-activity-modal .transactions-search-filter .search-container .search-input:focus{border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a;outline:none}.transactions-activity-modal .transactions-search-filter .search-container .search-input::placeholder{color:#9ca3af}.transactions-activity-modal .transactions-search-filter .filter-container{flex-shrink:0;isolation:isolate;position:relative;z-index:10011}.transactions-activity-modal .transactions-search-filter .filter-button{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-sizing:border-box;color:#1f2937;cursor:pointer;display:flex;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;gap:.5rem;padding:.75rem 1rem;position:relative;transition:all .2s ease;white-space:nowrap}.transactions-activity-modal .transactions-search-filter .filter-button:hover{background-color:#f9fafb;border-color:#c8ccd5}.transactions-activity-modal .transactions-search-filter .filter-button.has-filters{background-color:#ff6b350d;border-color:#ff6b35}.transactions-activity-modal .transactions-search-filter .filter-button .filter-badge{align-items:center;background-color:#ff6b35;border-radius:9px;color:#fff;display:flex;font-size:.75rem;font-weight:600;height:18px;justify-content:center;line-height:1;min-width:18px;padding:0 4px}.transactions-activity-modal .transactions-search-filter .filter-button svg:last-child{transform:rotate(-90deg);transition:transform .2s ease}.transactions-activity-modal .transactions-search-filter .filter-button svg:last-child.rotated{transform:rotate(90deg)}.transactions-activity-modal .transactions-search-filter .filter-dropdown{animation:slideDown .2s ease-out;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 12px #00000026;box-sizing:border-box;display:flex;flex-direction:column;gap:1.5rem;isolation:isolate;max-width:calc(100vw - 2rem);padding:1.5rem;position:fixed!important;transform:translateZ(0);width:280px;z-index:99999!important}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.transactions-activity-modal .transactions-search-filter .filter-dropdown .filter-section{display:flex;flex-direction:column;gap:.75rem}.transactions-activity-modal .transactions-search-filter .filter-dropdown .filter-section .filter-label{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;margin:0}.transactions-activity-modal .transactions-search-filter .filter-dropdown .filter-section .filter-options{display:flex;flex-wrap:wrap;gap:.5rem}.transactions-activity-modal .transactions-search-filter .filter-dropdown .filter-section .filter-options .filter-option{background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#1f2937;cursor:pointer;font-family:Manrope,sans-serif;font-size:.8125rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.transactions-activity-modal .transactions-search-filter .filter-dropdown .filter-section .filter-options .filter-option:hover{background-color:#f9fafb;border-color:#c8ccd5}.transactions-activity-modal .transactions-search-filter .filter-dropdown .filter-section .filter-options .filter-option.active{background-color:#ff6b35;border-color:#ff6b35;color:#fff}.transactions-activity-modal .transactions-search-filter .filter-dropdown .filter-section .filter-options .filter-option.active:hover{background-color:#e5602f;border-color:#e5602f}.transactions-activity-modal .transactions-search-filter .filter-dropdown .filter-actions{border-top:1px solid #e5e7eb;padding-top:1rem}.transactions-activity-modal .transactions-search-filter .filter-dropdown .filter-actions .clear-filters-btn{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;cursor:pointer;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;padding:.75rem 1rem;transition:all .2s ease;width:100%}.transactions-activity-modal .transactions-search-filter .filter-dropdown .filter-actions .clear-filters-btn:hover{background-color:#f9fafb;border-color:#c8ccd5}.transactions-activity-modal .transactions-list{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;gap:1.5rem;isolation:isolate;overflow-x:hidden;overflow-y:auto;padding:1.5rem;position:relative;width:100%;z-index:1}.transactions-activity-modal .transactions-list .no-transactions{align-items:center;display:flex;justify-content:center;padding:3rem 1rem;text-align:center}.transactions-activity-modal .transactions-list .no-transactions p{color:#6b7280;font-family:Manrope,sans-serif;font-size:.875rem;margin:0}.transactions-activity-modal .transactions-list .transaction-group{display:flex;flex-direction:column;gap:.75rem}.transactions-activity-modal .transactions-list .transaction-group .transaction-date-header{border-bottom:1px solid #e5e7eb;color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;padding:.5rem 0}.transactions-activity-modal .transactions-list .transaction-group .transaction-card{align-items:flex-start;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:1rem;padding:1rem;transition:box-shadow .2s ease}.transactions-activity-modal .transactions-list .transaction-group .transaction-card:hover{box-shadow:0 2px 8px #00000014}.transactions-activity-modal .transactions-list .transaction-group .transaction-card .transaction-icon{align-items:center;background-color:#f9fafb;border-radius:8px;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.transactions-activity-modal .transactions-list .transaction-group .transaction-card .transaction-icon svg.success{color:#10b981}.transactions-activity-modal .transactions-list .transaction-group .transaction-card .transaction-icon svg.pending{color:#f59e0b}.transactions-activity-modal .transactions-list .transaction-group .transaction-card .transaction-details{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.transactions-activity-modal .transactions-list .transaction-group .transaction-card .transaction-details .transaction-header{align-items:center;display:flex;gap:1rem;justify-content:space-between}.transactions-activity-modal .transactions-list .transaction-group .transaction-card .transaction-details .transaction-header .transaction-type{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600}.transactions-activity-modal .transactions-list .transaction-group .transaction-card .transaction-details .transaction-header .transaction-status{align-items:center;display:flex;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:500;gap:.375rem}.transactions-activity-modal .transactions-list .transaction-group .transaction-card .transaction-details .transaction-header .transaction-status.status-success{color:#10b981}.transactions-activity-modal .transactions-list .transaction-group .transaction-card .transaction-details .transaction-header .transaction-status.status-pending{color:#f59e0b}.transactions-activity-modal .transactions-list .transaction-group .transaction-card .transaction-details .transaction-header .transaction-status .status-dot{border-radius:50%;height:6px;width:6px}.transactions-activity-modal .transactions-list .transaction-group .transaction-card .transaction-details .transaction-header .transaction-status .status-dot.dot-success{background-color:#10b981}.transactions-activity-modal .transactions-list .transaction-group .transaction-card .transaction-details .transaction-header .transaction-status .status-dot.dot-pending{background-color:#f59e0b}.transactions-activity-modal .transactions-list .transaction-group .transaction-card .transaction-details .transaction-meta{display:flex;flex-direction:column;gap:.25rem}.transactions-activity-modal .transactions-list .transaction-group .transaction-card .transaction-details .transaction-meta .transaction-counterparty,.transactions-activity-modal .transactions-list .transaction-group .transaction-card .transaction-details .transaction-meta .transaction-date,.transactions-activity-modal .transactions-list .transaction-group .transaction-card .transaction-details .transaction-meta .transaction-role{color:#6b7280;font-family:Manrope,sans-serif;font-size:.75rem}.transactions-activity-modal .transactions-list .transaction-group .transaction-card .transaction-amount{flex-shrink:0;text-align:right}.transactions-activity-modal .transactions-list .transaction-group .transaction-card .transaction-amount .amount{font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600}.transactions-activity-modal .transactions-list .transaction-group .transaction-card .transaction-amount .amount.positive{color:#10b981}.transactions-activity-modal .transactions-list .transaction-group .transaction-card .transaction-amount .amount.negative{color:#ef4444}@media(max-width:768px){.transactions-activity-modal .transactions-activity-content .transactions-search-filter{flex-direction:column;gap:.75rem;padding:1rem}.transactions-activity-modal .transactions-activity-content .transactions-search-filter .search-container{min-width:0;width:100%}.transactions-activity-modal .transactions-activity-content .transactions-search-filter .filter-container{width:100%}.transactions-activity-modal .transactions-activity-content .transactions-search-filter .filter-button{justify-content:center;width:100%}.transactions-activity-modal .transactions-activity-content .transactions-search-filter .filter-dropdown{left:0;max-width:100%;right:0;width:100%}.transactions-activity-modal .transactions-activity-content .transactions-list{padding:1rem}.transactions-activity-modal .transactions-activity-content .transactions-list .transaction-card{flex-direction:column}.transactions-activity-modal .transactions-activity-content .transactions-list .transaction-card .transaction-amount{align-self:flex-end}}.transactions-activity-modal .transactions-search-filter,.transactions-activity-modal .transactions-search-filter .search-container{max-width:100%;overflow:hidden}.transactions-activity-modal .transactions-search-filter .search-input{max-width:100%}.transactions-page{background-color:#f9fafb;flex:1 1;min-height:calc(100vh - 80px);padding:2rem;width:100%}.transactions-page .transactions-container{margin:0 auto;max-width:100%}.transactions-page .transactions-container .transactions-header{margin-bottom:2rem}.transactions-page .transactions-container .transactions-header .transactions-header-content .transactions-title{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.75rem;font-weight:700;line-height:1.3;margin:0 0 .5rem}.transactions-page .transactions-container .transactions-header .transactions-header-content .transactions-subtitle{color:#6b7280;font-family:Manrope,sans-serif;font-size:.9375rem;font-weight:400;line-height:1.5;margin:0}.transactions-page .transactions-container .transactions-table-wrapper{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:visible}.transactions-page .transactions-container .transactions-table-wrapper .transactions-table .status-badge{align-items:center;border-radius:6px;display:inline-flex;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400;gap:.5rem;padding:.25rem .5rem}.transactions-page .transactions-container .transactions-table-wrapper .transactions-table .status-badge .status-dot{border-radius:50%;display:inline-block;flex-shrink:0;height:8px;width:8px}.transactions-page .transactions-container .transactions-table-wrapper .transactions-table .status-badge.status-created{background-color:#6b72801a;color:#6b7280}.transactions-page .transactions-container .transactions-table-wrapper .transactions-table .status-badge.status-counterparty-joined{background-color:#3b82f61a;color:#3b82f6}.transactions-page .transactions-container .transactions-table-wrapper .transactions-table .status-badge.status-paid{background-color:#10b9811a;color:#10b981}.transactions-page .transactions-container .transactions-table-wrapper .transactions-table .status-badge.status-in-progress{background-color:#f59e0b1a;color:#f59e0b}.transactions-page .transactions-container .transactions-table-wrapper .transactions-table .status-badge.status-funds-released{background-color:#10b9811a;color:#10b981}.transactions-page .transactions-container .transactions-table-wrapper .transactions-table .status-badge.status-funds-deposited{background-color:#8b5cf61a;color:#8b5cf6}.transactions-page .transactions-container .transactions-table-wrapper .transactions-table .frozen-status-badge{align-items:center;border-radius:6px;display:inline-flex;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;gap:.5rem;padding:.375rem .75rem}.transactions-page .transactions-container .transactions-table-wrapper .transactions-table .frozen-status-badge .frozen-icon,.transactions-page .transactions-container .transactions-table-wrapper .transactions-table .frozen-status-badge .unfrozen-icon{flex-shrink:0}.transactions-page .transactions-container .transactions-table-wrapper .transactions-table .frozen-status-badge.frozen{background-color:#ef44441a;color:#ef4444}.transactions-page .transactions-container .transactions-table-wrapper .transactions-table .frozen-status-badge.unfrozen{background-color:#10b9811a;color:#10b981}.transactions-page .transactions-container .transactions-table-wrapper .transactions-table .transaction-id{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600}.transactions-page .transactions-container .transactions-table-wrapper .transactions-table .transaction-buyer,.transactions-page .transactions-container .transactions-table-wrapper .transactions-table .transaction-seller{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400}.transactions-page .transactions-container .transactions-table-wrapper .transactions-table .transaction-amount{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600}.transactions-page .transactions-container .transactions-table-wrapper .transactions-table .transaction-date{color:#6b7280;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400}.transactions-page .transactions-container .transactions-table-wrapper .transactions-table .action-menu-wrapper{display:inline-block;position:relative;z-index:1000}.transactions-page .transactions-container .transactions-table-wrapper .transactions-table .action-menu-wrapper .action-menu-trigger{align-items:center;background:#0000;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;height:32px;justify-content:center;padding:0;transition:all .2s ease;width:32px}.transactions-page .transactions-container .transactions-table-wrapper .transactions-table .action-menu-wrapper .action-menu-trigger:hover{background-color:#f9fafb;color:#1f2937}.transactions-page .transactions-container .transactions-table-wrapper .transactions-table .action-menu-wrapper .action-menu-trigger:focus{outline:2px solid #ff6b35;outline-offset:2px}.transactions-page .transactions-container .transactions-table-wrapper .transactions-table .action-menu-wrapper .action-menu-dropdown{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;display:block;min-width:160px;opacity:1;overflow:hidden;position:absolute;right:0;top:calc(100% + .5rem);visibility:visible;z-index:10001}.transactions-page .transactions-container .transactions-table-wrapper .transactions-table .action-menu-wrapper .action-menu-dropdown .action-menu-item{background:#0000;border:none;color:#1f2937;cursor:pointer;display:block;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400;padding:.75rem 1rem;text-align:left;transition:background-color .2s ease;width:100%}.transactions-page .transactions-container .transactions-table-wrapper .transactions-table .action-menu-wrapper .action-menu-dropdown .action-menu-item:hover{background-color:#f9fafb}.transactions-page .transactions-container .transactions-table-wrapper .transactions-table .action-menu-wrapper .action-menu-dropdown .action-menu-item:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.transactions-page .transactions-container .transactions-table-wrapper .transactions-table .action-menu-wrapper .action-menu-dropdown .action-menu-item:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}@media(max-width:1024px){.transactions-page{padding:1.5rem}.transactions-page .transactions-container .transactions-header .transactions-header-content .transactions-title{font-size:1.5rem}}@media(max-width:768px){.transactions-page{padding:1rem}.transactions-page .transactions-container .transactions-header{margin-bottom:1.5rem}.transactions-page .transactions-container .transactions-header .transactions-header-content .transactions-title{font-size:1.25rem}.transactions-page .transactions-container .transactions-header .transactions-header-content .transactions-subtitle{font-size:.875rem}}.transaction-details-page{background-color:#f9fafb;flex:1 1;min-height:calc(100vh - 80px);padding:2rem;width:100%}.transaction-details-page .transaction-details-container{margin:0 auto;max-width:1400px}.transaction-details-page .loading-state{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:400px}.transaction-details-page .loading-state .loading-spinner{animation:spin 1s linear infinite;color:#ff6b35}.transaction-details-page .loading-state p{color:#6b7280;font-family:Manrope,sans-serif;font-size:1rem}.transaction-details-page .error-state{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;min-height:400px}.transaction-details-page .error-state .error-message{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.125rem;text-align:center}.transaction-details-page .error-state .back-button{background-color:#ff6b35;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s ease}.transaction-details-page .error-state .back-button:hover{background-color:#e5602f}.transaction-details-page .error-state .back-button:focus{outline:2px solid #ff6b35;outline-offset:2px}.transaction-details-page .transaction-details-breadcrumbs{align-items:center;display:flex;gap:.5rem;margin-bottom:1.5rem}.transaction-details-page .transaction-details-breadcrumbs .breadcrumb-link{background:none;border:none;color:#6b7280;cursor:pointer;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400;padding:0;transition:color .2s ease}.transaction-details-page .transaction-details-breadcrumbs .breadcrumb-link:hover{color:#ff6b35}.transaction-details-page .transaction-details-breadcrumbs .breadcrumb-separator{color:#9ca3af;flex-shrink:0}.transaction-details-page .transaction-details-breadcrumbs .breadcrumb-current{color:#ff6b35;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600}.transaction-details-page .frozen-transaction-banner{background-color:#ef44441a;border:1px solid #ef44444d;border-left:4px solid #ef4444;border-radius:8px;margin-bottom:2rem;padding:1rem 1.5rem}.transaction-details-page .frozen-transaction-banner .frozen-banner-content{align-items:flex-start;display:flex;gap:1rem}.transaction-details-page .frozen-transaction-banner .frozen-banner-content .frozen-banner-icon{color:#ef4444;flex-shrink:0;margin-top:.125rem}.transaction-details-page .frozen-transaction-banner .frozen-banner-content .frozen-banner-text{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.transaction-details-page .frozen-transaction-banner .frozen-banner-content .frozen-banner-text .frozen-banner-title{color:#ef4444;font-family:Manrope,sans-serif;font-size:.9375rem;font-weight:600;line-height:1.4}.transaction-details-page .frozen-transaction-banner .frozen-banner-content .frozen-banner-text .frozen-banner-message{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5}.transaction-details-page .transaction-header-section{align-items:flex-start;background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;margin-bottom:2rem;padding:2rem}.transaction-details-page .transaction-header-section .transaction-header-main{align-items:center;display:flex;gap:1.5rem}.transaction-details-page .transaction-header-section .transaction-header-main .transaction-icon-large{align-items:center;background-color:#ff6b351a;border-radius:50%;color:#ff6b35;display:flex;flex-shrink:0;height:80px;justify-content:center;width:80px}.transaction-details-page .transaction-header-section .transaction-header-main .transaction-header-info{display:flex;flex-direction:column;gap:.75rem}.transaction-details-page .transaction-header-section .transaction-header-main .transaction-header-info .transaction-id-large{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.75rem;font-weight:700;line-height:1.2;margin:0}.transaction-details-page .transaction-header-section .transaction-header-main .transaction-header-info .transaction-status-badge{align-items:center;border-radius:6px;display:inline-flex;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;gap:.5rem;padding:.375rem .75rem;width:-webkit-fit-content;width:fit-content}.transaction-details-page .transaction-header-section .transaction-header-main .transaction-header-info .transaction-status-badge .status-dot{border-radius:50%;display:inline-block;flex-shrink:0;height:8px;width:8px}.transaction-details-page .transaction-header-section .transaction-header-main .transaction-header-info .transaction-status-badge.status-created{background-color:#6b72801a;color:#6b7280}.transaction-details-page .transaction-header-section .transaction-header-main .transaction-header-info .transaction-status-badge.status-counterparty-joined{background-color:#3b82f61a;color:#3b82f6}.transaction-details-page .transaction-header-section .transaction-header-main .transaction-header-info .transaction-status-badge.status-paid{background-color:#10b9811a;color:#10b981}.transaction-details-page .transaction-header-section .transaction-header-main .transaction-header-info .transaction-status-badge.status-in-progress{background-color:#f59e0b1a;color:#f59e0b}.transaction-details-page .transaction-header-section .transaction-header-main .transaction-header-info .transaction-status-badge.status-funds-released{background-color:#10b9811a;color:#10b981}.transaction-details-page .transaction-header-section .transaction-header-main .transaction-header-info .transaction-status-badge.status-funds-deposited{background-color:#8b5cf61a;color:#8b5cf6}.transaction-details-page .transaction-header-section .transaction-header-main .transaction-header-info .transaction-date-joined{color:#6b7280;font-family:Manrope,sans-serif;font-size:.9375rem;margin:0}.transaction-details-page .transaction-header-section .transaction-actions{display:flex;flex-shrink:0;gap:1rem}.transaction-details-page .transaction-header-section .transaction-actions .action-btn{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.transaction-details-page .transaction-header-section .transaction-actions .action-btn:focus{outline:2px solid #ff6b35;outline-offset:2px}.transaction-details-page .transaction-header-section .transaction-actions .action-btn.release-funds-btn{border-color:#10b981;color:#10b981}.transaction-details-page .transaction-header-section .transaction-actions .action-btn.release-funds-btn:hover{background-color:#10b9811a}.transaction-details-page .transaction-header-section .transaction-actions .action-btn.freeze-funds-btn{border-color:#ef4444;color:#ef4444}.transaction-details-page .transaction-header-section .transaction-actions .action-btn.freeze-funds-btn:hover{background-color:#ef44441a}.transaction-details-page .transaction-header-section .transaction-actions .action-btn svg{flex-shrink:0}.transaction-details-page .transaction-info-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.transaction-details-page .transaction-info-grid .info-column{display:flex;flex-direction:column;gap:2rem}.transaction-details-page .transaction-info-grid .info-section{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.transaction-details-page .transaction-info-grid .info-section .info-section-title{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.125rem;font-weight:600;margin:0 0 1.5rem}.transaction-details-page .transaction-info-grid .info-section .info-item{border-bottom:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.5rem;padding-bottom:1.5rem}.transaction-details-page .transaction-info-grid .info-section .info-item:last-child{border-bottom:none;padding-bottom:0}.transaction-details-page .transaction-info-grid .info-section .info-item .info-item-content{display:flex;flex-direction:column;gap:.5rem}.transaction-details-page .transaction-info-grid .info-section .info-item .info-item-content .info-item-label{color:#6b7280;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500}.transaction-details-page .transaction-info-grid .info-section .info-item .info-item-content .info-item-value{color:#1f2937;font-family:Manrope,sans-serif;font-size:.9375rem;font-weight:400}.transaction-details-page .transaction-info-grid .info-section .info-item .info-item-content .info-item-value-with-link{align-items:center;display:flex;gap:.75rem}.transaction-details-page .transaction-info-grid .info-section .info-item .info-item-content .info-item-value-with-link .info-item-value{flex:1 1}.transaction-details-page .transaction-info-grid .info-section .info-item .info-item-content .info-item-value-with-link .external-link-btn{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;height:32px;justify-content:center;padding:0;transition:all .2s ease;width:32px}.transaction-details-page .transaction-info-grid .info-section .info-item .info-item-content .info-item-value-with-link .external-link-btn:hover{background-color:#f9fafb;border-color:#ff6b35;color:#ff6b35}.transaction-details-page .transaction-info-grid .info-section .info-item .info-item-content .info-item-value-with-link .external-link-btn:focus{outline:2px solid #ff6b35;outline-offset:2px}.transaction-details-page .transaction-info-grid .activity-logs-section .activity-logs-list{display:flex;flex-direction:column;gap:1.5rem;max-height:600px;overflow-y:auto}.transaction-details-page .transaction-info-grid .activity-logs-section .activity-logs-list .no-activity{align-items:center;color:#6b7280;display:flex;font-family:Manrope,sans-serif;font-size:.875rem;justify-content:center;padding:2rem}.transaction-details-page .transaction-info-grid .activity-logs-section .activity-logs-list .activity-log-item{border-bottom:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.75rem;padding-bottom:1.5rem}.transaction-details-page .transaction-info-grid .activity-logs-section .activity-logs-list .activity-log-item:last-child{border-bottom:none;padding-bottom:0}.transaction-details-page .transaction-info-grid .activity-logs-section .activity-logs-list .activity-log-item .activity-log-date{color:#6b7280;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500}.transaction-details-page .transaction-info-grid .activity-logs-section .activity-logs-list .activity-log-item .activity-log-content{align-items:flex-start;display:flex;gap:1rem}.transaction-details-page .transaction-info-grid .activity-logs-section .activity-logs-list .activity-log-item .activity-log-content .activity-log-icon{align-items:center;background-color:#f9fafb;border-radius:8px;color:#1f2937;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.transaction-details-page .transaction-info-grid .activity-logs-section .activity-logs-list .activity-log-item .activity-log-content .activity-log-description{color:#1f2937;flex:1 1;font-family:Manrope,sans-serif;font-size:.9375rem;font-weight:400;line-height:1.5}.freeze-funds-modal .modal-content,.release-funds-modal .modal-content{display:flex;flex-direction:column;gap:1.5rem;padding:2rem}.freeze-funds-modal .freeze-funds-icon,.freeze-funds-modal .release-funds-icon,.release-funds-modal .freeze-funds-icon,.release-funds-modal .release-funds-icon{align-items:center;background-color:#ff6b351a;border-radius:50%;color:#ff6b35;display:flex;height:64px;justify-content:center;margin:0 auto 1rem;width:64px}.freeze-funds-modal .freeze-funds-content,.freeze-funds-modal .release-funds-content,.release-funds-modal .freeze-funds-content,.release-funds-modal .release-funds-content{display:flex;flex-direction:column;gap:1rem}.freeze-funds-modal .freeze-funds-actions,.freeze-funds-modal .release-funds-actions,.release-funds-modal .freeze-funds-actions,.release-funds-modal .release-funds-actions{border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:1.5rem}.freeze-funds-modal .freeze-funds-cancel-btn,.freeze-funds-modal .release-funds-cancel-btn,.release-funds-modal .freeze-funds-cancel-btn,.release-funds-modal .release-funds-cancel-btn{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;cursor:pointer;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.freeze-funds-modal .freeze-funds-cancel-btn:hover,.freeze-funds-modal .release-funds-cancel-btn:hover,.release-funds-modal .freeze-funds-cancel-btn:hover,.release-funds-modal .release-funds-cancel-btn:hover{background-color:#f9fafb;border-color:#c8ccd5}.freeze-funds-modal .release-funds-confirm-btn,.release-funds-modal .release-funds-confirm-btn{background-color:#10b981;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.freeze-funds-modal .release-funds-confirm-btn:hover,.release-funds-modal .release-funds-confirm-btn:hover{background-color:#0c8a60}.freeze-funds-modal .freeze-funds-confirm-btn,.release-funds-modal .freeze-funds-confirm-btn{background-color:#ef4444;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.freeze-funds-modal .freeze-funds-confirm-btn:hover,.release-funds-modal .freeze-funds-confirm-btn:hover{background-color:#eb1515}@media(max-width:1024px){.transaction-details-page .transaction-info-grid{grid-template-columns:1fr}.transaction-details-page .transaction-header-section{flex-direction:column;gap:1.5rem}.transaction-details-page .transaction-header-section .transaction-actions{justify-content:flex-start;width:100%}}@media(max-width:768px){.transaction-details-page{padding:1rem}.transaction-details-page .transaction-header-section{padding:1.5rem}.transaction-details-page .transaction-header-section .transaction-header-main{align-items:flex-start;flex-direction:column;gap:1rem}.transaction-details-page .transaction-header-section .transaction-header-main .transaction-icon-large{height:64px;width:64px}.transaction-details-page .transaction-header-section .transaction-header-main .transaction-header-info .transaction-id-large{font-size:1.5rem}.transaction-details-page .transaction-header-section .transaction-actions{flex-direction:column;width:100}.transaction-details-page .transaction-header-section .transaction-actions .action-btn{justify-content:center;width:100%}}.wallet-page{min-height:calc(100vh - 80px);padding:2rem}.wallet-page .wallet-container{margin:0 auto;max-width:1200px}.wallet-page .wallet-container h1{color:#1f2937;font-family:Manrope,sans-serif;font-size:2rem;font-weight:700;margin-bottom:.5rem}.wallet-page .wallet-container p{color:#6b7280;font-family:Manrope,sans-serif;font-size:1rem;font-weight:400;margin-bottom:2rem}.payout-page{background-color:#f9fafb;flex:1 1;min-height:calc(100vh - 80px);padding:2rem;width:100%}.payout-page .payout-container{margin:0 auto;max-width:100%}.payout-page .payout-header{margin-bottom:2rem}.payout-page .payout-header .payout-header-content .payout-title{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.75rem;font-weight:700;line-height:1.3;margin:0 0 .5rem}.payout-page .payout-header .payout-header-content .payout-subtitle{color:#6b7280;font-family:Manrope,sans-serif;font-size:.9375rem;font-weight:400;line-height:1.5;margin:0}.payout-page .payout-stats-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin-bottom:2rem}.payout-page .payout-stats-cards .payout-stat-card{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem;transition:box-shadow .2s ease}.payout-page .payout-stats-cards .payout-stat-card:hover{box-shadow:0 4px 12px #0000001a}.payout-page .payout-stats-cards .payout-stat-card .stat-card-header{align-items:flex-start;display:flex;gap:1rem}.payout-page .payout-stats-cards .payout-stat-card .stat-card-header .stat-card-icon{align-items:center;border-radius:10px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.payout-page .payout-stats-cards .payout-stat-card .stat-card-header .stat-card-icon.deposits{background-color:#10b9811a;color:#10b981}.payout-page .payout-stats-cards .payout-stat-card .stat-card-header .stat-card-icon.payouts{background-color:#3b82f61a;color:#3b82f6}.payout-page .payout-stats-cards .payout-stat-card .stat-card-header .stat-card-icon.pending{background-color:#f59e0b1a;color:#f59e0b}.payout-page .payout-stats-cards .payout-stat-card .stat-card-header .stat-card-icon.disputes{background-color:#ef44441a;color:#ef4444}.payout-page .payout-stats-cards .payout-stat-card .stat-card-header .stat-card-content{flex:1 1;min-width:0}.payout-page .payout-stats-cards .payout-stat-card .stat-card-header .stat-card-content .stat-card-title{color:#6b7280;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;line-height:1.4;margin:0 0 .75rem}.payout-page .payout-stats-cards .payout-stat-card .stat-card-header .stat-card-content .stat-card-value{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.2;margin:0 0 .5rem}.payout-page .payout-stats-cards .payout-stat-card .stat-card-header .stat-card-content .stat-card-subtitle{color:#9ca3af;font-family:Manrope,sans-serif;font-size:.8125rem;font-weight:400;line-height:1.4;margin:0}.payout-page .payout-table-section{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;padding:1.5rem}.payout-page .payout-table-section:last-child{margin-bottom:0}.payout-page .payout-table-section .payout-table-header{border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem;padding-bottom:1rem}.payout-page .payout-table-section .payout-table-header .payout-table-title{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.3;margin:0 0 .5rem}.payout-page .payout-table-section .payout-table-header .payout-table-description{color:#6b7280;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;margin:0}.payout-page .payout-table-section .payout-table-wrapper .payout-table .payout-id{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600}.payout-page .payout-table-section .payout-table-wrapper .payout-table .payout-user{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400}.payout-page .payout-table-section .payout-table-wrapper .payout-table .payout-amount{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600}.payout-page .payout-table-section .payout-table-wrapper .payout-table .payout-date{color:#6b7280;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400}.payout-page .payout-table-section .payout-table-wrapper .payout-table .payout-method{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400}.payout-page .payout-table-section .payout-table-wrapper .payout-table .payout-status-badge{align-items:center;border-radius:6px;display:inline-flex;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;gap:.5rem;padding:.375rem .75rem}.payout-page .payout-table-section .payout-table-wrapper .payout-table .payout-status-badge .status-dot{border-radius:50%;display:inline-block;flex-shrink:0;height:8px;width:8px}.payout-page .payout-table-section .payout-table-wrapper .payout-table .payout-status-badge.status-pending{background-color:#f59e0b1a;color:#f59e0b}.payout-page .payout-table-section .payout-table-wrapper .payout-table .payout-status-badge.status-pending .status-dot{background-color:#f59e0b}.payout-page .payout-table-section .payout-table-wrapper .payout-table .payout-status-badge.status-completed{background-color:#10b9811a;color:#10b981}.payout-page .payout-table-section .payout-table-wrapper .payout-table .payout-status-badge.status-completed .status-dot{background-color:#10b981}@media(max-width:1200px){.payout-page .payout-stats-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.payout-page{padding:1.5rem 1rem}.payout-page .payout-stats-cards{gap:1rem;grid-template-columns:1fr}.payout-page .payout-header{margin-bottom:1.5rem}.payout-page .payout-header .payout-header-content .payout-title{font-size:1.5rem}.payout-page .payout-header .payout-header-content .payout-subtitle{font-size:.875rem}.payout-page .payout-table-section{padding:1rem}.payout-page .payout-table-section .payout-table-header .payout-table-title{font-size:1rem}.payout-page .payout-table-section .payout-table-header .payout-table-description{font-size:.8125rem}}.payout-details-page{background-color:#f9fafb;flex:1 1;min-height:calc(100vh - 80px);padding:2rem;width:100%}.payout-details-page .payout-details-container{margin:0 auto;max-width:1400px}.payout-details-page .loading-state{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:400px}.payout-details-page .loading-state .loading-spinner{animation:spin 1s linear infinite;color:#ff6b35}.payout-details-page .loading-state p{color:#6b7280;font-family:Manrope,sans-serif;font-size:1rem}.payout-details-page .error-state{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;min-height:400px}.payout-details-page .error-state .error-message{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.125rem;text-align:center}.payout-details-page .error-state .back-button{background-color:#ff6b35;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s ease}.payout-details-page .error-state .back-button:hover{background-color:#e5602f}.payout-details-page .error-state .back-button:focus{outline:2px solid #ff6b35;outline-offset:2px}.payout-details-page .payout-details-breadcrumbs{align-items:center;display:flex;gap:.5rem;margin-bottom:1.5rem}.payout-details-page .payout-details-breadcrumbs .breadcrumb-link{background:none;border:none;color:#6b7280;cursor:pointer;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400;padding:0;transition:color .2s ease}.payout-details-page .payout-details-breadcrumbs .breadcrumb-link:hover{color:#ff6b35}.payout-details-page .payout-details-breadcrumbs .breadcrumb-separator{color:#9ca3af;flex-shrink:0}.payout-details-page .payout-details-breadcrumbs .breadcrumb-current{color:#ff6b35;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600}.payout-details-page .payout-header-section{align-items:flex-start;background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;margin-bottom:2rem;padding:2rem}.payout-details-page .payout-header-section .payout-header-main{align-items:center;display:flex;gap:1.5rem}.payout-details-page .payout-header-section .payout-header-main .payout-icon-large{align-items:center;background-color:#3b82f61a;border-radius:50%;color:#3b82f6;display:flex;flex-shrink:0;height:80px;justify-content:center;width:80px}.payout-details-page .payout-header-section .payout-header-main .payout-header-info{display:flex;flex-direction:column;gap:.75rem}.payout-details-page .payout-header-section .payout-header-main .payout-header-info .payout-id-large{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.75rem;font-weight:700;line-height:1.2;margin:0}.payout-details-page .payout-header-section .payout-header-main .payout-header-info .payout-status-badge{align-items:center;border-radius:6px;display:inline-flex;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;gap:.5rem;padding:.375rem .75rem;width:-webkit-fit-content;width:fit-content}.payout-details-page .payout-header-section .payout-header-main .payout-header-info .payout-status-badge .status-dot{border-radius:50%;display:inline-block;flex-shrink:0;height:8px;width:8px}.payout-details-page .payout-header-section .payout-header-main .payout-header-info .payout-status-badge.status-pending{background-color:#f59e0b1a;color:#f59e0b}.payout-details-page .payout-header-section .payout-header-main .payout-header-info .payout-status-badge.status-pending .status-dot{background-color:#f59e0b}.payout-details-page .payout-header-section .payout-header-main .payout-header-info .payout-amount-large{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.2;margin:0}.payout-details-page .payout-header-section .payout-header-main .payout-header-info .payout-request-date{color:#6b7280;font-family:Manrope,sans-serif;font-size:.9375rem;margin:0}.payout-details-page .payout-header-section .payout-actions{display:flex;flex-shrink:0;gap:1rem}.payout-details-page .payout-header-section .payout-actions .action-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.payout-details-page .payout-header-section .payout-actions .action-btn:focus{outline:2px solid #ff6b35;outline-offset:2px}.payout-details-page .payout-header-section .payout-actions .action-btn.confirm-payment-btn{background-color:#10b981;color:#fff}.payout-details-page .payout-header-section .payout-actions .action-btn.confirm-payment-btn:hover{background-color:#0c8a60}.payout-details-page .payout-header-section .payout-actions .action-btn svg{flex-shrink:0}.payout-details-page .payout-info-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.payout-details-page .payout-info-grid .info-column{display:flex;flex-direction:column;gap:2rem}.payout-details-page .payout-info-grid .info-section{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.payout-details-page .payout-info-grid .info-section .info-section-title{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.125rem;font-weight:600;margin:0 0 1.5rem}.payout-details-page .payout-info-grid .info-section .info-item{align-items:flex-start;border-bottom:1px solid #e5e7eb;display:flex;gap:1rem;padding-bottom:1.5rem}.payout-details-page .payout-info-grid .info-section .info-item:last-child{border-bottom:none;padding-bottom:0}.payout-details-page .payout-info-grid .info-section .info-item .info-item-icon{align-items:center;background-color:#f9fafb;border-radius:8px;color:#6b7280;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.payout-details-page .payout-info-grid .info-section .info-item .info-item-content{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.payout-details-page .payout-info-grid .info-section .info-item .info-item-content .info-item-label{color:#6b7280;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500}.payout-details-page .payout-info-grid .info-section .info-item .info-item-content .info-item-value{color:#1f2937;font-family:Manrope,sans-serif;font-size:.9375rem;font-weight:400}.payout-details-page .payout-info-grid .info-section .info-item .info-item-content .info-item-value.wallet-address{font-family:Courier New,monospace;font-size:.875rem;word-break:break-all}.payment-confirmation-modal .modal-content{display:flex;flex-direction:column;gap:1.5rem;max-width:600px;padding:2rem}.payment-confirmation-modal .payment-confirm-icon{align-items:center;background-color:#10b9811a;border-radius:50%;color:#10b981;display:flex;height:64px;justify-content:center;margin:0 auto 1rem;width:64px}.payment-confirmation-modal .payment-confirm-content{display:flex;flex-direction:column;gap:1.5rem}.payment-confirmation-modal .payment-confirm-content .form-field{display:flex;flex-direction:column;gap:.5rem}.payment-confirmation-modal .payment-confirm-content .form-field .file-upload-label{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.payment-confirmation-modal .payment-confirm-content .form-field .file-upload-label .file-upload-hint{color:#6b7280;font-size:.8125rem;font-weight:400}.payment-confirmation-modal .payment-confirm-content .form-field .file-upload-container .file-upload-area{background-color:#f9fafb;border:2px dashed #e5e7eb;border-radius:8px;cursor:pointer;padding:2rem;text-align:center;transition:all .2s ease}.payment-confirmation-modal .payment-confirm-content .form-field .file-upload-container .file-upload-area:hover{background-color:#ff6b350d;border-color:#ff6b35}.payment-confirmation-modal .payment-confirm-content .form-field .file-upload-container .file-upload-area .file-input{display:none}.payment-confirmation-modal .payment-confirm-content .form-field .file-upload-container .file-upload-area .file-upload-label-button{align-items:center;color:#6b7280;cursor:pointer;display:flex;flex-direction:column;font-family:Manrope,sans-serif;font-size:.875rem;gap:.75rem}.payment-confirmation-modal .payment-confirm-content .form-field .file-upload-container .file-upload-area .file-upload-label-button svg{color:#ff6b35}.payment-confirmation-modal .payment-confirm-content .form-field .file-upload-container .file-preview{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;position:relative}.payment-confirmation-modal .payment-confirm-content .form-field .file-upload-container .file-preview .preview-image{display:block;max-height:300px;object-fit:contain;width:100%}.payment-confirmation-modal .payment-confirm-content .form-field .file-upload-container .file-preview .remove-file-btn{align-items:center;background-color:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:.5rem;top:.5rem;transition:background-color .2s ease;width:32px}.payment-confirmation-modal .payment-confirm-content .form-field .file-upload-container .file-preview .remove-file-btn:hover{background-color:#000c}.payment-confirmation-modal .payment-confirm-content .form-field .file-upload-container .file-upload-error{color:#ef4444;font-family:Manrope,sans-serif;font-size:.8125rem;margin-top:.5rem}.payment-confirmation-modal .payment-confirm-content .form-field .textarea-label{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.payment-confirmation-modal .payment-confirm-content .form-field .textarea-label .label-optional{color:#6b7280;font-size:.8125rem;font-weight:400}.payment-confirmation-modal .payment-confirm-content .form-field .notes-textarea{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;padding:.75rem;resize:vertical;transition:border-color .2s ease;width:100%}.payment-confirmation-modal .payment-confirm-content .form-field .notes-textarea:focus{border-color:#ff6b35;outline:none}.payment-confirmation-modal .payment-confirm-content .form-field .notes-textarea::placeholder{color:#9ca3af}.payment-confirmation-modal .payment-confirm-actions{border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:1.5rem}.payment-confirmation-modal .payment-confirm-actions .payment-confirm-cancel-btn{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;cursor:pointer;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.payment-confirmation-modal .payment-confirm-actions .payment-confirm-cancel-btn:hover{background-color:#f9fafb;border-color:#c8ccd5}.payment-confirmation-modal .payment-confirm-actions .payment-confirm-submit-btn{background-color:#10b981;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.payment-confirmation-modal .payment-confirm-actions .payment-confirm-submit-btn:hover{background-color:#0c8a60}@media(max-width:1024px){.payout-details-page .payout-info-grid{grid-template-columns:1fr}.payout-details-page .payout-header-section{flex-direction:column;gap:1.5rem}.payout-details-page .payout-header-section .payout-actions{justify-content:flex-start;width:100%}}@media(max-width:768px){.payout-details-page{padding:1rem}.payout-details-page .payout-header-section{padding:1.5rem}.payout-details-page .payout-header-section .payout-header-main{align-items:flex-start;flex-direction:column;gap:1rem}.payout-details-page .payout-header-section .payout-header-main .payout-icon-large{height:64px;width:64px}.payout-details-page .payout-header-section .payout-header-main .payout-header-info .payout-id-large{font-size:1.5rem}.payout-details-page .payout-header-section .payout-header-main .payout-header-info .payout-amount-large{font-size:1.25rem}.payout-details-page .payout-header-section .payout-actions{flex-direction:column;width:100%}.payout-details-page .payout-header-section .payout-actions .action-btn{justify-content:center;width:100%}}.completed-payout-details-page{background-color:#f9fafb;flex:1 1;min-height:calc(100vh - 80px);padding:2rem;width:100%}.completed-payout-details-page .completed-payout-details-container{margin:0 auto;max-width:1400px}.completed-payout-details-page .loading-state{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:400px}.completed-payout-details-page .loading-state .loading-spinner{animation:spin 1s linear infinite;color:#ff6b35}.completed-payout-details-page .loading-state p{color:#6b7280;font-family:Manrope,sans-serif;font-size:1rem}.completed-payout-details-page .error-state{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;min-height:400px}.completed-payout-details-page .error-state .error-message{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.125rem;text-align:center}.completed-payout-details-page .error-state .back-button{background-color:#ff6b35;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s ease}.completed-payout-details-page .error-state .back-button:hover{background-color:#e5602f}.completed-payout-details-page .error-state .back-button:focus{outline:2px solid #ff6b35;outline-offset:2px}.completed-payout-details-page .completed-payout-details-breadcrumbs{align-items:center;display:flex;gap:.5rem;margin-bottom:1.5rem}.completed-payout-details-page .completed-payout-details-breadcrumbs .breadcrumb-link{background:none;border:none;color:#6b7280;cursor:pointer;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400;padding:0;transition:color .2s ease}.completed-payout-details-page .completed-payout-details-breadcrumbs .breadcrumb-link:hover{color:#ff6b35}.completed-payout-details-page .completed-payout-details-breadcrumbs .breadcrumb-separator{color:#9ca3af;flex-shrink:0}.completed-payout-details-page .completed-payout-details-breadcrumbs .breadcrumb-current{color:#ff6b35;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600}.completed-payout-details-page .completed-payout-header-section{align-items:flex-start;background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;margin-bottom:2rem;padding:2rem}.completed-payout-details-page .completed-payout-header-section .completed-payout-header-main{align-items:center;display:flex;gap:1.5rem}.completed-payout-details-page .completed-payout-header-section .completed-payout-header-main .completed-payout-icon-large{align-items:center;background-color:#10b9811a;border-radius:50%;color:#10b981;display:flex;flex-shrink:0;height:80px;justify-content:center;width:80px}.completed-payout-details-page .completed-payout-header-section .completed-payout-header-main .completed-payout-header-info{display:flex;flex-direction:column;gap:.75rem}.completed-payout-details-page .completed-payout-header-section .completed-payout-header-main .completed-payout-header-info .completed-payout-id-large{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.75rem;font-weight:700;line-height:1.2;margin:0}.completed-payout-details-page .completed-payout-header-section .completed-payout-header-main .completed-payout-header-info .completed-payout-status-badge{align-items:center;border-radius:6px;display:inline-flex;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;gap:.5rem;padding:.375rem .75rem;width:-webkit-fit-content;width:fit-content}.completed-payout-details-page .completed-payout-header-section .completed-payout-header-main .completed-payout-header-info .completed-payout-status-badge .status-dot{border-radius:50%;display:inline-block;flex-shrink:0;height:8px;width:8px}.completed-payout-details-page .completed-payout-header-section .completed-payout-header-main .completed-payout-header-info .completed-payout-status-badge.status-completed{background-color:#10b9811a;color:#10b981}.completed-payout-details-page .completed-payout-header-section .completed-payout-header-main .completed-payout-header-info .completed-payout-status-badge.status-completed .status-dot{background-color:#10b981}.completed-payout-details-page .completed-payout-header-section .completed-payout-header-main .completed-payout-header-info .completed-payout-amount-large{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.2;margin:0}.completed-payout-details-page .completed-payout-header-section .completed-payout-header-main .completed-payout-header-info .completed-payout-completed-date{color:#6b7280;font-family:Manrope,sans-serif;font-size:.9375rem;margin:0}.completed-payout-details-page .completed-payout-info-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.completed-payout-details-page .completed-payout-info-grid .info-column{display:flex;flex-direction:column;gap:2rem}.completed-payout-details-page .completed-payout-info-grid .info-section{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.completed-payout-details-page .completed-payout-info-grid .info-section .info-section-title{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.125rem;font-weight:600;margin:0 0 1.5rem}.completed-payout-details-page .completed-payout-info-grid .info-section .info-item{align-items:flex-start;border-bottom:1px solid #e5e7eb;display:flex;gap:1rem;padding-bottom:1.5rem}.completed-payout-details-page .completed-payout-info-grid .info-section .info-item:last-child{border-bottom:none;padding-bottom:0}.completed-payout-details-page .completed-payout-info-grid .info-section .info-item .info-item-icon{align-items:center;background-color:#f9fafb;border-radius:8px;color:#6b7280;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.completed-payout-details-page .completed-payout-info-grid .info-section .info-item .info-item-content{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.completed-payout-details-page .completed-payout-info-grid .info-section .info-item .info-item-content .info-item-label{color:#6b7280;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500}.completed-payout-details-page .completed-payout-info-grid .info-section .info-item .info-item-content .info-item-value{color:#1f2937;font-family:Manrope,sans-serif;font-size:.9375rem;font-weight:400}.completed-payout-details-page .completed-payout-info-grid .info-section .info-item .info-item-content .info-item-value.wallet-address{font-family:Courier New,monospace;font-size:.875rem;word-break:break-all}.completed-payout-details-page .confirmation-details-section{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;padding:1.5rem}.completed-payout-details-page .confirmation-details-section .confirmation-details-title{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.125rem;font-weight:600;margin:0 0 1.5rem}.completed-payout-details-page .confirmation-details-section .confirmation-details-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.completed-payout-details-page .confirmation-details-section .confirmation-details-grid .confirmation-info-column{display:flex;flex-direction:column;gap:1.5rem}.completed-payout-details-page .confirmation-details-section .confirmation-details-grid .confirmation-info-column .confirmation-info-item{align-items:flex-start;display:flex;gap:1rem}.completed-payout-details-page .confirmation-details-section .confirmation-details-grid .confirmation-info-column .confirmation-info-item .confirmation-info-icon{align-items:center;background-color:#f9fafb;border-radius:8px;color:#6b7280;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.completed-payout-details-page .confirmation-details-section .confirmation-details-grid .confirmation-info-column .confirmation-info-item .confirmation-info-content{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.completed-payout-details-page .confirmation-details-section .confirmation-details-grid .confirmation-info-column .confirmation-info-item .confirmation-info-content .confirmation-info-label{color:#6b7280;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500}.completed-payout-details-page .confirmation-details-section .confirmation-details-grid .confirmation-info-column .confirmation-info-item .confirmation-info-content .confirmation-info-value{color:#1f2937;font-family:Manrope,sans-serif;font-size:.9375rem;font-weight:400}.completed-payout-details-page .confirmation-details-section .confirmation-details-grid .confirmation-info-column .confirmation-info-item .confirmation-info-content .confirmation-info-value.notes-value{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;line-height:1.6;padding:.75rem}.completed-payout-details-page .confirmation-details-section .confirmation-details-grid .confirmation-info-column .confirmation-info-item.notes-item .confirmation-info-content{width:100%}.completed-payout-details-page .confirmation-details-section .confirmation-details-grid .confirmation-screenshot-column .screenshot-container{display:flex;flex-direction:column;gap:1rem}.completed-payout-details-page .confirmation-details-section .confirmation-details-grid .confirmation-screenshot-column .screenshot-container .screenshot-label{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500}.completed-payout-details-page .confirmation-details-section .confirmation-details-grid .confirmation-screenshot-column .screenshot-container .screenshot-preview-large{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;overflow:hidden;position:relative;transition:all .2s ease}.completed-payout-details-page .confirmation-details-section .confirmation-details-grid .confirmation-screenshot-column .screenshot-container .screenshot-preview-large:hover{border-color:#ff6b35;box-shadow:0 4px 12px #0000001a}.completed-payout-details-page .confirmation-details-section .confirmation-details-grid .confirmation-screenshot-column .screenshot-container .screenshot-preview-large:hover .screenshot-overlay{opacity:1}.completed-payout-details-page .confirmation-details-section .confirmation-details-grid .confirmation-screenshot-column .screenshot-container .screenshot-preview-large .screenshot-image-large{display:block;height:auto;max-height:400px;object-fit:contain;width:100%}.completed-payout-details-page .confirmation-details-section .confirmation-details-grid .confirmation-screenshot-column .screenshot-container .screenshot-preview-large .screenshot-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s ease}.completed-payout-details-page .confirmation-details-section .confirmation-details-grid .confirmation-screenshot-column .screenshot-container .screenshot-preview-large .screenshot-overlay .screenshot-hint{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#fff3;border-radius:6px;color:#fff;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;padding:.5rem 1rem}.image-viewer-modal{align-items:center;animation:fadeIn .2s ease;background-color:#000000e6;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:100000}.image-viewer-modal .image-viewer-content{align-items:center;display:flex;justify-content:center;max-height:90vh;max-width:90vw;position:relative}.image-viewer-modal .image-viewer-content .image-viewer-close-btn{align-items:center;background-color:#fff3;border:2px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:0;top:-2.5rem;transition:all .2s ease;width:40px;z-index:1}.image-viewer-modal .image-viewer-content .image-viewer-close-btn:hover{background-color:#ffffff4d;border-color:#ffffff80;transform:scale(1.1)}.image-viewer-modal .image-viewer-content .image-viewer-close-btn:focus{outline:2px solid #fff;outline-offset:2px}.image-viewer-modal .image-viewer-content .image-viewer-image{border-radius:8px;box-shadow:0 8px 32px #00000080;max-height:90vh;max-width:100%;object-fit:contain}@media(max-width:1024px){.completed-payout-details-page .completed-payout-info-grid,.completed-payout-details-page .confirmation-details-section .confirmation-details-grid{grid-template-columns:1fr}}@media(max-width:768px){.completed-payout-details-page{padding:1rem}.completed-payout-details-page .completed-payout-header-section{padding:1.5rem}.completed-payout-details-page .completed-payout-header-section .completed-payout-header-main{align-items:flex-start;flex-direction:column;gap:1rem}.completed-payout-details-page .completed-payout-header-section .completed-payout-header-main .completed-payout-icon-large{height:64px;width:64px}.completed-payout-details-page .completed-payout-header-section .completed-payout-header-main .completed-payout-header-info .completed-payout-id-large{font-size:1.5rem}.completed-payout-details-page .completed-payout-header-section .completed-payout-header-main .completed-payout-header-info .completed-payout-amount-large{font-size:1.25rem}.completed-payout-details-page .confirmation-details-section{padding:1rem}.completed-payout-details-page .confirmation-details-section .confirmation-details-grid{gap:1.5rem}}.disputes-page{background-color:#f9fafb;flex:1 1;min-height:calc(100vh - 80px);padding:2rem;width:100%}.disputes-page .disputes-container{margin:0 auto;max-width:100%}.disputes-page .disputes-container .disputes-header{margin-bottom:2rem}.disputes-page .disputes-container .disputes-header .disputes-header-content .disputes-title{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.75rem;font-weight:700;line-height:1.3;margin:0 0 .5rem}.disputes-page .disputes-container .disputes-header .disputes-header-content .disputes-subtitle{color:#6b7280;font-family:Manrope,sans-serif;font-size:.9375rem;font-weight:400;line-height:1.5;margin:0}.disputes-page .disputes-container .disputes-table-wrapper{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:visible}.disputes-page .disputes-container .disputes-table-wrapper .disputes-table .status-badge{align-items:center;border-radius:6px;display:inline-flex;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400;gap:.5rem;padding:.25rem .5rem}.disputes-page .disputes-container .disputes-table-wrapper .disputes-table .status-badge .status-dot{border-radius:50%;display:inline-block;flex-shrink:0;height:8px;width:8px}.disputes-page .disputes-container .disputes-table-wrapper .disputes-table .status-badge.status-open{background-color:#3b82f61a;color:#3b82f6}.disputes-page .disputes-container .disputes-table-wrapper .disputes-table .status-badge.status-in-review{background-color:#f59e0b1a;color:#f59e0b}.disputes-page .disputes-container .disputes-table-wrapper .disputes-table .status-badge.status-resolved{background-color:#10b9811a;color:#10b981}.disputes-page .disputes-container .disputes-table-wrapper .disputes-table .dispute-serial{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400}.disputes-page .disputes-container .disputes-table-wrapper .disputes-table .dispute-id{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600}.disputes-page .disputes-container .disputes-table-wrapper .disputes-table .dispute-trans-id{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400}.disputes-page .disputes-container .disputes-table-wrapper .disputes-table .dispute-counterparty,.disputes-page .disputes-container .disputes-table-wrapper .disputes-table .dispute-raised-by{display:flex;flex-direction:column;gap:.25rem}.disputes-page .disputes-container .disputes-table-wrapper .disputes-table .dispute-counterparty .dispute-user-name,.disputes-page .disputes-container .disputes-table-wrapper .disputes-table .dispute-raised-by .dispute-user-name{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500}.disputes-page .disputes-container .disputes-table-wrapper .disputes-table .dispute-counterparty .dispute-user-role,.disputes-page .disputes-container .disputes-table-wrapper .disputes-table .dispute-raised-by .dispute-user-role{color:#6b7280;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:400}.disputes-page .disputes-container .disputes-table-wrapper .disputes-table .dispute-issue{color:#1f2937;display:block;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.disputes-page .disputes-container .disputes-table-wrapper .disputes-table .dispute-date{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400}.disputes-page .disputes-container .disputes-table-wrapper .disputes-table .action-menu-wrapper{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.disputes-page .disputes-container .disputes-table-wrapper .disputes-table .action-menu-wrapper .action-menu-trigger{align-items:center;background:none;border:none;border-radius:6px;cursor:pointer;display:flex;justify-content:center;padding:.5rem;pointer-events:auto!important;transition:background-color .2s ease}.disputes-page .disputes-container .disputes-table-wrapper .disputes-table .action-menu-wrapper .action-menu-trigger:hover{background-color:#f9fafb}.disputes-page .disputes-container .disputes-table-wrapper .disputes-table .action-menu-wrapper .action-menu-trigger:focus{outline:2px solid #ff6b35;outline-offset:2px}.disputes-page .disputes-container .disputes-table-wrapper .disputes-table .action-menu-wrapper .action-menu-trigger svg{display:block}.disputes-page .disputes-container .disputes-table-wrapper .disputes-table .action-menu-wrapper .action-menu-dropdown{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;margin-top:.5rem;min-width:160px;overflow:hidden;pointer-events:auto!important;position:absolute;right:0;top:100%;z-index:10001111100000!important}.disputes-page .disputes-container .disputes-table-wrapper .disputes-table .action-menu-wrapper .action-menu-dropdown .action-menu-item{align-items:center;background:none;border:none;color:#1f2937;cursor:pointer;display:flex;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400;gap:.75rem;padding:.75rem 1rem;text-align:left;transition:background-color .2s ease;width:100%}.disputes-page .disputes-container .disputes-table-wrapper .disputes-table .action-menu-wrapper .action-menu-dropdown .action-menu-item:hover{background-color:#f9fafb}.disputes-page .disputes-container .disputes-table-wrapper .disputes-table .action-menu-wrapper .action-menu-dropdown .action-menu-item:focus{outline:2px solid #ff6b35;outline-offset:-2px}.disputes-page .disputes-container .disputes-table-wrapper .disputes-table .action-menu-wrapper .action-menu-dropdown .action-menu-item svg{color:#6b7280;flex-shrink:0}@media(max-width:1024px){.disputes-page .disputes-container .disputes-table-wrapper{overflow-x:auto}}@media(max-width:768px){.disputes-page{padding:1rem}.disputes-page .disputes-container .disputes-header .disputes-header-content .disputes-title{font-size:1.5rem}.disputes-page .disputes-container .disputes-header .disputes-header-content .disputes-subtitle{font-size:.875rem}}.textarea-group{display:flex;flex-direction:column;gap:.5rem}.textarea-label{align-items:center;color:#1f2937;display:flex;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;gap:.25rem;margin:0}.required-asterisk{color:#b91c1c;font-weight:600}.textarea-container{align-items:flex-start;display:flex;position:relative}.textarea-icon{align-items:center;color:#9ca3af;display:flex;justify-content:center;left:12px;position:absolute;top:12px;z-index:1}.form-textarea{background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:none;color:#1f2937;font-family:Manrope,sans-serif;font-size:1rem;font-weight:400;min-height:80px;outline:none;padding:.875rem 1rem;resize:vertical;transition:all .3s ease;width:100%}.form-textarea::placeholder{color:#9ca3af}.form-textarea:focus{border:1px solid #ff6b35!important;box-shadow:0 0 0 3px #ff6b351a;outline:none!important}.form-textarea:focus-visible{border:1px solid #ff6b35;box-shadow:0 0 0 3px #ff6b351a;outline:none!important}.form-textarea:hover:not(:disabled){border-color:#c8ccd5}.form-textarea:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.form-textarea.error{border-color:#b91c1c}.form-textarea.error:focus{border:1px solid #b91c1c!important;box-shadow:0 0 0 3px #b51c1c1a;outline:none!important}.textarea-group.has-icon .form-textarea{padding-left:40px}.textarea-error{color:#b91c1c;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:400;margin-top:.25rem}.radio-button{align-items:center;cursor:pointer;display:flex;gap:.75rem;position:relative;transition:all .3s ease}.radio-button.disabled{cursor:not-allowed;opacity:.6}.radio-button input[type=radio]{display:none}.radio-button input[type=radio]:checked+.custom-radio{border-color:#ff6b35}.radio-button input[type=radio]:checked+.custom-radio:after{opacity:1;transform:translate(-50%,-50%) scale(1)}.radio-button input[type=radio]:checked~.radio-label{color:#ff6b35;font-weight:600}.radio-button input[type=radio]:focus+.custom-radio{box-shadow:0 0 0 3px #ff6b351a}.radio-button .custom-radio{background-color:#fff;border:2px solid #e5e7eb;border-radius:50%;flex-shrink:0;height:15px;position:relative;transition:all .3s ease;width:15px}.radio-button .custom-radio:after{background-color:#ff6b35;border-radius:50%;content:"";height:8px;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:all .3s ease;width:8px}.radio-button .radio-label{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;transition:all .3s ease;-webkit-user-select:none;user-select:none}.radio-button.small{gap:.5rem}.radio-button.small .custom-radio{height:16px;width:16px}.radio-button.small .custom-radio:after{height:6px;width:6px}.radio-button.small .radio-label{font-size:.75rem}.radio-button.large{gap:1rem}.radio-button.large .custom-radio{height:24px;width:24px}.radio-button.large .custom-radio:after{height:10px;width:10px}.radio-button.large .radio-label{font-size:1rem}.radio-button.card{background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;box-sizing:border-box;flex:0 0 auto;padding:.75rem;text-align:center;width:50%}.radio-button.card:hover:not(.disabled){background-color:#fff;border-color:#ffb69b}.radio-button.card:has(input[type=radio]:checked){background-color:#fff;border-color:#ff6b35}.radio-button-group{display:flex;gap:1rem;width:100%}.radio-button-group.vertical{align-items:flex-start;flex-direction:column}.radio-button-group.horizontal{align-items:center;box-sizing:border-box;flex-direction:row;justify-content:space-between;width:calc(100% - 1rem)}.radio-button-group.centered{justify-content:center}.radio-button-group.space-between{justify-content:space-between}.radio-button-group.card-group{justify-content:center}@media(max-width:768px){.radio-button.card{padding:.875rem;width:50%}.radio-button .radio-label{font-size:.8rem}.radio-button-group.card-group{flex-direction:column;gap:.75rem}.radio-button-group.card-group .radio-button.card{max-width:200px;width:100%}}@media(max-width:480px){.radio-button.card{padding:.75rem;width:50%}.radio-button.card .radio-label{font-size:.75rem}}.dispute-details-page{background-color:#f9fafb;flex:1 1;min-height:calc(100vh - 80px);padding:2rem;width:100%}.dispute-details-page .dispute-details-container{margin:0 auto;max-width:1400px}.dispute-details-page .loading-state{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:400px}.dispute-details-page .loading-state .loading-spinner{animation:spin 1s linear infinite;color:#ff6b35}.dispute-details-page .loading-state p{color:#6b7280;font-family:Manrope,sans-serif;font-size:1rem}.dispute-details-page .error-state{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;min-height:400px}.dispute-details-page .error-state .error-message{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.125rem;text-align:center}.dispute-details-page .error-state .back-button{background-color:#ff6b35;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s ease}.dispute-details-page .error-state .back-button:hover{background-color:#e5602f}.dispute-details-page .error-state .back-button:focus{outline:2px solid #ff6b35;outline-offset:2px}.dispute-details-page .dispute-details-breadcrumbs{align-items:center;display:flex;gap:.5rem;margin-bottom:1.5rem}.dispute-details-page .dispute-details-breadcrumbs .breadcrumb-link{background:none;border:none;color:#6b7280;cursor:pointer;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400;padding:0;transition:color .2s ease}.dispute-details-page .dispute-details-breadcrumbs .breadcrumb-link:hover{color:#ff6b35}.dispute-details-page .dispute-details-breadcrumbs .breadcrumb-separator{color:#9ca3af;flex-shrink:0}.dispute-details-page .dispute-details-breadcrumbs .breadcrumb-current{color:#ff6b35;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600}.dispute-details-page .dispute-header-section{align-items:flex-start;background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;margin-bottom:2rem;padding:2rem}.dispute-details-page .dispute-header-section .dispute-header-main{align-items:center;display:flex;gap:1.5rem}.dispute-details-page .dispute-header-section .dispute-header-main .dispute-icon-large{align-items:center;background-color:#ff6b351a;border-radius:50%;color:#ff6b35;display:flex;flex-shrink:0;height:80px;justify-content:center;width:80px}.dispute-details-page .dispute-header-section .dispute-header-main .dispute-header-info{display:flex;flex-direction:column;gap:.75rem}.dispute-details-page .dispute-header-section .dispute-header-main .dispute-header-info .dispute-id-large{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.75rem;font-weight:700;line-height:1.2;margin:0}.dispute-details-page .dispute-header-section .dispute-header-main .dispute-header-info .dispute-status-badge{align-items:center;border-radius:6px;display:inline-flex;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;gap:.5rem;padding:.375rem .75rem;width:-webkit-fit-content;width:fit-content}.dispute-details-page .dispute-header-section .dispute-header-main .dispute-header-info .dispute-status-badge .status-dot{border-radius:50%;display:inline-block;flex-shrink:0;height:8px;width:8px}.dispute-details-page .dispute-header-section .dispute-header-main .dispute-header-info .dispute-status-badge.status-open{background-color:#3b82f61a;color:#3b82f6}.dispute-details-page .dispute-header-section .dispute-header-main .dispute-header-info .dispute-status-badge.status-in-review{background-color:#f59e0b1a;color:#f59e0b}.dispute-details-page .dispute-header-section .dispute-header-main .dispute-header-info .dispute-status-badge.status-resolved{background-color:#10b9811a;color:#10b981}.dispute-details-page .dispute-header-section .dispute-header-main .dispute-header-info .dispute-date-created{color:#6b7280;font-family:Manrope,sans-serif;font-size:.9375rem;margin:0}.dispute-details-page .dispute-header-section .dispute-actions{display:flex;flex-wrap:wrap;gap:1rem}.dispute-details-page .dispute-header-section .dispute-actions .action-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.dispute-details-page .dispute-header-section .dispute-actions .action-btn:focus{outline:2px solid #ff6b35;outline-offset:2px}.dispute-details-page .dispute-header-section .dispute-actions .action-btn.update-status-btn{background-color:#ff6b35;color:#fff}.dispute-details-page .dispute-header-section .dispute-actions .action-btn.update-status-btn:hover{background-color:#e5602f}.dispute-details-page .dispute-header-section .dispute-actions .action-btn.freeze-funds-btn{background-color:#fff;border:1px solid #e5e7eb;color:#1f2937}.dispute-details-page .dispute-header-section .dispute-actions .action-btn.freeze-funds-btn:hover{background-color:#f9fafb}.dispute-details-page .dispute-header-section .dispute-actions .action-btn.release-funds-btn{background-color:#fff;border:1px solid #e5e7eb;color:#1f2937}.dispute-details-page .dispute-header-section .dispute-actions .action-btn.release-funds-btn:hover{background-color:#f9fafb}.dispute-details-page .dispute-content-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.dispute-details-page .dispute-content-grid .activity-logs-column,.dispute-details-page .dispute-content-grid .issue-details-column{display:flex;flex-direction:column}.dispute-details-page .issue-details-section{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.dispute-details-page .issue-details-section .section-title{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.125rem;font-weight:600;margin:0 0 1.5rem}.dispute-details-page .issue-details-section .info-item{align-items:flex-start;border-bottom:1px solid #e5e7eb;display:flex;gap:1rem;padding-bottom:1.5rem}.dispute-details-page .issue-details-section .info-item:last-of-type{border-bottom:none;padding-bottom:0}.dispute-details-page .issue-details-section .info-item.issue-description-item .info-item-content .info-item-description{color:#1f2937;font-family:Manrope,sans-serif;font-size:.9375rem;font-weight:400;line-height:1.6;margin:.5rem 0 0}.dispute-details-page .issue-details-section .info-item .info-item-icon{align-items:center;background-color:#f9fafb;border-radius:8px;color:#6b7280;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.dispute-details-page .issue-details-section .info-item .info-item-content{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.dispute-details-page .issue-details-section .info-item .info-item-content .info-item-label{color:#6b7280;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500}.dispute-details-page .issue-details-section .info-item .info-item-content .info-item-value{color:#1f2937;font-family:Manrope,sans-serif;font-size:.9375rem;font-weight:400}.dispute-details-page .issue-details-section .evidence-section{border-top:1px solid #e5e7eb;margin-top:2rem;padding-top:2rem}.dispute-details-page .issue-details-section .evidence-section .evidence-title{color:#1f2937;font-family:Manrope,sans-serif;font-size:1rem;font-weight:600;margin:0 0 1rem}.dispute-details-page .issue-details-section .evidence-section .evidence-tabs{border-bottom:2px solid #e5e7eb;display:flex;gap:.5rem;margin-bottom:1.5rem}.dispute-details-page .issue-details-section .evidence-section .evidence-tabs .evidence-tab{background:none;border:none;border-bottom:2px solid #0000;color:#6b7280;cursor:pointer;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;margin-bottom:-2px;padding:.75rem 1rem;transition:all .2s ease}.dispute-details-page .issue-details-section .evidence-section .evidence-tabs .evidence-tab:hover{color:#1f2937}.dispute-details-page .issue-details-section .evidence-section .evidence-tabs .evidence-tab.active{border-bottom-color:#ff6b35;color:#ff6b35}.dispute-details-page .issue-details-section .evidence-section .evidence-tabs .evidence-tab:focus{outline:2px solid #ff6b35;outline-offset:2px}.dispute-details-page .issue-details-section .evidence-section .evidence-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.dispute-details-page .issue-details-section .evidence-section .evidence-grid .evidence-item{aspect-ratio:1;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;overflow:hidden;position:relative;transition:all .2s ease}.dispute-details-page .issue-details-section .evidence-section .evidence-grid .evidence-item:hover{border-color:#ff6b35;box-shadow:0 4px 12px #0000001a}.dispute-details-page .issue-details-section .evidence-section .evidence-grid .evidence-item:hover .evidence-overlay{opacity:1}.dispute-details-page .issue-details-section .evidence-section .evidence-grid .evidence-item .evidence-image{display:block;height:100%;object-fit:cover;width:100%}.dispute-details-page .issue-details-section .evidence-section .evidence-grid .evidence-item .evidence-overlay{align-items:center;background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s ease}.dispute-details-page .issue-details-section .evidence-section .evidence-grid .evidence-item .evidence-overlay .evidence-name{color:#fff;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;padding:.5rem;text-align:center}.dispute-details-page .issue-details-section .evidence-section .no-evidence{padding:3rem 1rem;text-align:center}.dispute-details-page .issue-details-section .evidence-section .no-evidence p{color:#6b7280;font-family:Manrope,sans-serif;font-size:.875rem;margin:0}.dispute-details-page .activity-logs-section{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;height:-webkit-fit-content;height:fit-content;padding:1.5rem}.dispute-details-page .activity-logs-section .section-title{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.125rem;font-weight:600;margin:0 0 1.5rem}.dispute-details-page .activity-logs-section .activity-logs-list{display:flex;flex-direction:column;gap:1.5rem}.dispute-details-page .activity-logs-section .activity-logs-list .activity-log-item{border-bottom:1px solid #e5e7eb;display:flex;gap:1rem;padding-bottom:1.5rem}.dispute-details-page .activity-logs-section .activity-logs-list .activity-log-item:last-child{border-bottom:none;padding-bottom:0}.dispute-details-page .activity-logs-section .activity-logs-list .activity-log-item .activity-log-icon{align-items:center;background-color:#f9fafb;border-radius:8px;color:#6b7280;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.dispute-details-page .activity-logs-section .activity-logs-list .activity-log-item .activity-log-content{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.dispute-details-page .activity-logs-section .activity-logs-list .activity-log-item .activity-log-content .activity-log-timestamp{color:#6b7280;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:500;margin:0}.dispute-details-page .activity-logs-section .activity-logs-list .activity-log-item .activity-log-content .activity-log-message{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;margin:0}.dispute-details-page .activity-logs-section .activity-logs-list .no-activity{padding:3rem 1rem;text-align:center}.dispute-details-page .activity-logs-section .activity-logs-list .no-activity p{color:#6b7280;font-family:Manrope,sans-serif;font-size:.875rem;margin:0}.dispute-details-page .freeze-funds-modal-content{display:flex;flex-direction:column;gap:1.5rem;width:100%}.dispute-details-page .freeze-funds-modal-content .transaction-summary-section{border-top:1px solid #e5e7eb;padding-top:1rem}.dispute-details-page .freeze-funds-modal-content .transaction-summary-section .section-title{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;margin:0 0 1rem}.dispute-details-page .freeze-funds-modal-content .transaction-summary-section .summary-item{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:.75rem 0}.dispute-details-page .freeze-funds-modal-content .transaction-summary-section .summary-item:last-child{border-bottom:none}.dispute-details-page .freeze-funds-modal-content .transaction-summary-section .summary-item .summary-label{color:#6b7280;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500}.dispute-details-page .freeze-funds-modal-content .transaction-summary-section .summary-item .summary-value{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400}.dispute-details-page .freeze-funds-modal-content .transaction-summary-section .summary-item .summary-value.status-in-review,.dispute-details-page .freeze-funds-modal-content .transaction-summary-section .summary-item .summary-value.status-open,.dispute-details-page .freeze-funds-modal-content .transaction-summary-section .summary-item .summary-value.status-resolved{align-items:center;display:flex;gap:.5rem}.dispute-details-page .freeze-funds-modal-content .transaction-summary-section .summary-item .summary-value.status-in-review .status-dot,.dispute-details-page .freeze-funds-modal-content .transaction-summary-section .summary-item .summary-value.status-open .status-dot,.dispute-details-page .freeze-funds-modal-content .transaction-summary-section .summary-item .summary-value.status-resolved .status-dot{border-radius:50%;height:8px;width:8px}.dispute-details-page .freeze-funds-modal-content .transaction-summary-section .summary-item .summary-value.status-open{color:#3b82f6}.dispute-details-page .freeze-funds-modal-content .transaction-summary-section .summary-item .summary-value.status-in-review{color:#f59e0b}.dispute-details-page .freeze-funds-modal-content .transaction-summary-section .summary-item .summary-value.status-resolved{color:#10b981}.dispute-details-page .freeze-funds-modal-content .transaction-summary-section .summary-item .summary-value-with-link{align-items:center;display:flex;gap:.5rem}.dispute-details-page .freeze-funds-modal-content .transaction-summary-section .summary-item .summary-value-with-link .external-link-icon{color:#6b7280;cursor:pointer;transition:color .2s ease}.dispute-details-page .freeze-funds-modal-content .transaction-summary-section .summary-item .summary-value-with-link .external-link-icon:hover{color:#ff6b35}.dispute-details-page .freeze-funds-modal-content .form-field{display:flex;flex-direction:column;gap:.5rem}.dispute-details-page .freeze-funds-modal-content .form-field .form-label{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500}.dispute-details-page .freeze-funds-modal-content .form-field .form-label .required-asterisk{color:#ff6b35;margin-left:.25rem}.dispute-details-page .release-funds-modal-content{display:flex;flex-direction:column;gap:1.5rem}.dispute-details-page .release-funds-modal-content .party-selection-section .input-error{color:#ef4444;font-family:Manrope,sans-serif;font-size:.75rem;margin-top:.5rem}.dispute-details-page .release-funds-modal-content .transaction-summary-section{border-top:1px solid #e5e7eb;padding-top:1rem}.dispute-details-page .release-funds-modal-content .transaction-summary-section .section-title{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;margin:0 0 1rem}.dispute-details-page .release-funds-modal-content .transaction-summary-section .summary-item{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:.75rem 0}.dispute-details-page .release-funds-modal-content .transaction-summary-section .summary-item:last-child{border-bottom:none}.dispute-details-page .release-funds-modal-content .transaction-summary-section .summary-item .summary-label{color:#6b7280;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500}.dispute-details-page .release-funds-modal-content .transaction-summary-section .summary-item .summary-value{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400}.dispute-details-page .release-funds-modal-content .transaction-summary-section .summary-item .summary-value.status-in-review,.dispute-details-page .release-funds-modal-content .transaction-summary-section .summary-item .summary-value.status-open,.dispute-details-page .release-funds-modal-content .transaction-summary-section .summary-item .summary-value.status-resolved{align-items:center;display:flex;gap:.5rem}.dispute-details-page .release-funds-modal-content .transaction-summary-section .summary-item .summary-value.status-in-review .status-dot,.dispute-details-page .release-funds-modal-content .transaction-summary-section .summary-item .summary-value.status-open .status-dot,.dispute-details-page .release-funds-modal-content .transaction-summary-section .summary-item .summary-value.status-resolved .status-dot{border-radius:50%;height:8px;width:8px}.dispute-details-page .release-funds-modal-content .transaction-summary-section .summary-item .summary-value.status-open{color:#3b82f6}.dispute-details-page .release-funds-modal-content .transaction-summary-section .summary-item .summary-value.status-in-review{color:#f59e0b}.dispute-details-page .release-funds-modal-content .transaction-summary-section .summary-item .summary-value.status-resolved{color:#10b981}.dispute-details-page .release-funds-modal-content .transaction-summary-section .summary-item .summary-value-with-link{align-items:center;display:flex;gap:.5rem}.dispute-details-page .release-funds-modal-content .transaction-summary-section .summary-item .summary-value-with-link .external-link-icon{color:#6b7280;cursor:pointer;transition:color .2s ease}.dispute-details-page .release-funds-modal-content .transaction-summary-section .summary-item .summary-value-with-link .external-link-icon:hover{color:#ff6b35}.dispute-details-page .release-funds-modal-content .confirmation-checkbox-section{border-top:1px solid #e5e7eb;padding-top:1rem}.dispute-details-page .release-funds-modal-content .confirmation-checkbox-section .checkbox-label{align-items:flex-start;color:#1f2937;cursor:pointer;display:flex;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400;gap:.75rem;line-height:1.5}.dispute-details-page .release-funds-modal-content .confirmation-checkbox-section .checkbox-label input[type=checkbox]{accent-color:#ff6b35;cursor:pointer;height:18px;margin-top:.125rem;width:18px}.dispute-details-page .modal-content-form{display:flex;flex-direction:column;gap:1.5rem}.dispute-details-page .modal-content-form .form-field .form-label{color:#1f2937;display:block;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.dispute-details-page .modal-content-form .form-field .form-select{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;cursor:pointer;font-family:Manrope,sans-serif;font-size:.875rem;padding:.75rem;transition:border-color .2s ease;width:100%}.dispute-details-page .modal-content-form .form-field .form-select:focus{border-color:#ff6b35;outline:2px solid #ff6b35;outline-offset:2px}.dispute-details-page .modal-content-form .modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:.5rem}.dispute-details-page .modal-content-form .modal-actions .modal-cancel-btn,.dispute-details-page .modal-content-form .modal-actions .modal-submit-btn{border:none;border-radius:8px;cursor:pointer;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.dispute-details-page .modal-content-form .modal-actions .modal-cancel-btn:focus,.dispute-details-page .modal-content-form .modal-actions .modal-submit-btn:focus{outline:2px solid #ff6b35;outline-offset:2px}.dispute-details-page .modal-content-form .modal-actions .modal-cancel-btn{background-color:#fff;border:1px solid #e5e7eb;color:#1f2937}.dispute-details-page .modal-content-form .modal-actions .modal-cancel-btn:hover{background-color:#f9fafb}.dispute-details-page .modal-content-form .modal-actions .modal-submit-btn{background-color:#ff6b35;color:#fff}.dispute-details-page .modal-content-form .modal-actions .modal-submit-btn:hover{background-color:#e5602f}.dispute-details-page .image-viewer-modal{align-items:center;animation:fadeIn .2s ease;background-color:#000000e6;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:100000}.dispute-details-page .image-viewer-modal .image-viewer-content{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;max-height:90vh;max-width:90vw;position:relative}.dispute-details-page .image-viewer-modal .image-viewer-content .image-viewer-close-btn{align-items:center;background-color:#fff3;border:2px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:0;top:-2.5rem;transition:all .2s ease;width:40px;z-index:1}.dispute-details-page .image-viewer-modal .image-viewer-content .image-viewer-close-btn:hover{background-color:#ffffff4d;border-color:#ffffff80;transform:scale(1.1)}.dispute-details-page .image-viewer-modal .image-viewer-content .image-viewer-close-btn:focus{outline:2px solid #fff;outline-offset:2px}.dispute-details-page .image-viewer-modal .image-viewer-content .image-viewer-image{border-radius:8px;box-shadow:0 8px 32px #00000080;max-height:80vh;max-width:100%;object-fit:contain}.dispute-details-page .image-viewer-modal .image-viewer-content .image-viewer-name{color:#fff;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;margin:0;text-align:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:1024px){.dispute-details-page .dispute-content-grid{grid-template-columns:1fr}}@media(max-width:768px){.dispute-details-page{padding:1rem}.dispute-details-page .dispute-header-section{flex-direction:column;gap:1.5rem;padding:1.5rem}.dispute-details-page .dispute-header-section .dispute-header-main{width:100%}.dispute-details-page .dispute-header-section .dispute-actions{flex-direction:column;width:100%}.dispute-details-page .dispute-header-section .dispute-actions .action-btn{justify-content:center;width:100%}.dispute-details-page .evidence-section .evidence-grid{grid-template-columns:1fr}}.step-indicator{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-bottom:2rem}.step-indicator .step-item{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.5rem;max-width:150px}.step-indicator .step-item .step-circle{align-items:center;background-color:#fff;border:2px solid #e5e7eb;border-radius:50%;color:#6b7280;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.step-indicator .step-item .step-circle .step-number{color:#6b7280;font-family:Manrope,sans-serif;font-size:1rem;font-weight:600}.step-indicator .step-item .step-circle svg{color:#fff;height:16px;width:16px}.step-indicator .step-item .step-label{color:#6b7280;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:500;text-align:center;transition:color .3s ease}.step-indicator .step-item.active .step-circle{background-color:#ff6b35;border-color:#ff6b35;color:#fff}.step-indicator .step-item.active .step-circle .step-number{color:#fff}.step-indicator .step-item.active .step-label{color:#1f2937;font-weight:600}.step-indicator .step-item.completed .step-circle{background-color:#10b981;border-color:#10b981}.step-indicator .step-item.completed .step-label{color:#1f2937}.step-indicator .step-connector{background-color:#e5e7eb;flex:1 1;height:2px;margin:0 .5rem;max-width:100px;transition:background-color .3s ease}.step-indicator .step-connector.completed{background-color:#10b981}@media(max-width:768px){.step-indicator{gap:.25rem}.step-indicator .step-item{max-width:100px}.step-indicator .step-item .step-circle{height:32px;width:32px}.step-indicator .step-item .step-circle .step-number{font-size:.875rem}.step-indicator .step-item .step-label{font-size:.6875rem}.step-indicator .step-connector{max-width:50px}}.reauth-step .step-header{margin-bottom:2rem}.reauth-step .step-header .step-title{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.3;margin:0 0 .5rem}.reauth-step .step-header .step-description{color:#6b7280;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;margin:0}.reauth-step .reauth-form .form-field{margin-bottom:1.5rem}.reauth-step .reauth-form .step-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.reauth-step .reauth-form .step-actions .btn-primary{align-items:center;background-color:#ff6b35;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;max-width:200px;padding:.75rem 1.5rem;transition:all .2s ease}.reauth-step .reauth-form .step-actions .btn-primary:hover:not(:disabled){background-color:#e5602f}.reauth-step .reauth-form .step-actions .btn-primary:disabled{cursor:not-allowed;opacity:.6}.reauth-step .reauth-form .step-actions .btn-primary:focus{outline:2px solid #ff6b35;outline-offset:2px}.reauth-step .reauth-form .step-actions .btn-primary .loading-spinner{animation:spin .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@media(max-width:768px){.reauth-step .reauth-form .step-actions{flex-direction:column}.reauth-step .reauth-form .step-actions .btn-primary{max-width:100%}}.mfa-step .step-header{margin-bottom:2rem}.mfa-step .step-header .step-title{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.3;margin:0 0 .5rem}.mfa-step .step-header .step-description{color:#6b7280;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;margin:0}.mfa-step .mfa-form .form-field{margin-bottom:1.5rem}.mfa-step .mfa-form .form-field .form-label{color:#1f2937;display:block;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;margin-bottom:.75rem}.mfa-step .mfa-form .form-field .form-label .required-asterisk{color:#ff6b35;margin-left:.25rem}.mfa-step .mfa-form .form-field .form-error{color:#ef4444;font-family:Manrope,sans-serif;font-size:.75rem;margin-top:.5rem}.mfa-step .mfa-form .resend-section{margin-bottom:2rem;text-align:center}.mfa-step .mfa-form .resend-section .resend-button{background:none;border:none;color:#ff6b35;cursor:pointer;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:color .2s ease}.mfa-step .mfa-form .resend-section .resend-button:hover:not(:disabled){color:#e5602f;text-decoration:underline}.mfa-step .mfa-form .resend-section .resend-button:disabled{color:#6b7280;cursor:not-allowed}.mfa-step .mfa-form .resend-section .resend-button:focus{border-radius:4px;outline:2px solid #ff6b35;outline-offset:2px}.mfa-step .mfa-form .step-actions{display:flex;gap:1rem;justify-content:space-between;margin-top:2rem}.mfa-step .mfa-form .step-actions .btn-primary,.mfa-step .mfa-form .step-actions .btn-secondary{align-items:center;border-radius:8px;cursor:pointer;display:flex;flex:1 1;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;transition:all .2s ease}.mfa-step .mfa-form .step-actions .btn-primary:disabled,.mfa-step .mfa-form .step-actions .btn-secondary:disabled{cursor:not-allowed;opacity:.6}.mfa-step .mfa-form .step-actions .btn-primary:focus,.mfa-step .mfa-form .step-actions .btn-secondary:focus{outline:2px solid #ff6b35;outline-offset:2px}.mfa-step .mfa-form .step-actions .btn-secondary{background-color:#fff;border:1px solid #e5e7eb;color:#1f2937;max-width:120px}.mfa-step .mfa-form .step-actions .btn-secondary:hover:not(:disabled){background-color:#f9fafb;border-color:#c8ccd5}.mfa-step .mfa-form .step-actions .btn-primary{background-color:#ff6b35;border:none;color:#fff;max-width:200px}.mfa-step .mfa-form .step-actions .btn-primary:hover:not(:disabled){background-color:#e5602f}.mfa-step .mfa-form .step-actions .btn-primary .loading-spinner{animation:spin .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@media(max-width:768px){.mfa-step .mfa-form .step-actions{flex-direction:column}.mfa-step .mfa-form .step-actions .btn-primary,.mfa-step .mfa-form .step-actions .btn-secondary{max-width:100%}}.password-strength-indicator{margin-top:.75rem}.password-strength-indicator .strength-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.password-strength-indicator .strength-header .strength-label{color:#6b7280;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:500}.password-strength-indicator .strength-header .strength-value{font-family:Manrope,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase}.password-strength-indicator .strength-bar-container{background-color:#f9fafb;border-radius:2px;height:4px;overflow:hidden;width:100%}.password-strength-indicator .strength-bar-container .strength-bar{border-radius:2px;height:100%;transition:width .3s ease,background-color .3s ease}.new-password-step .step-header{margin-bottom:2rem}.new-password-step .step-header .step-title{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.3;margin:0 0 .5rem}.new-password-step .step-header .step-description{color:#6b7280;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;margin:0}.new-password-step .new-password-form .form-field{margin-bottom:1.5rem}.new-password-step .new-password-form .password-requirements{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:2rem;padding:1rem}.new-password-step .new-password-form .password-requirements .requirements-title{color:#1f2937;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;margin:0 0 .75rem}.new-password-step .new-password-form .password-requirements .requirements-list{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:0}.new-password-step .new-password-form .password-requirements .requirements-list li{color:#6b7280;font-family:Manrope,sans-serif;font-size:.8125rem;padding-left:1.5rem;position:relative;transition:color .2s ease}.new-password-step .new-password-form .password-requirements .requirements-list li:before{color:#6b7280;content:"○";left:0;position:absolute;transition:all .2s ease}.new-password-step .new-password-form .password-requirements .requirements-list li.met{color:#1f2937}.new-password-step .new-password-form .password-requirements .requirements-list li.met:before{color:#10b981;content:"✓";font-weight:700}.new-password-step .new-password-form .step-actions{display:flex;gap:1rem;justify-content:space-between;margin-top:2rem}.new-password-step .new-password-form .step-actions .btn-primary,.new-password-step .new-password-form .step-actions .btn-secondary{align-items:center;border-radius:8px;cursor:pointer;display:flex;flex:1 1;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;transition:all .2s ease}.new-password-step .new-password-form .step-actions .btn-primary:disabled,.new-password-step .new-password-form .step-actions .btn-secondary:disabled{cursor:not-allowed;opacity:.6}.new-password-step .new-password-form .step-actions .btn-primary:focus,.new-password-step .new-password-form .step-actions .btn-secondary:focus{outline:2px solid #ff6b35;outline-offset:2px}.new-password-step .new-password-form .step-actions .btn-secondary{background-color:#fff;border:1px solid #e5e7eb;color:#1f2937;max-width:120px}.new-password-step .new-password-form .step-actions .btn-secondary:hover:not(:disabled){background-color:#f9fafb;border-color:#c8ccd5}.new-password-step .new-password-form .step-actions .btn-primary{background-color:#ff6b35;border:none;color:#fff;max-width:200px}.new-password-step .new-password-form .step-actions .btn-primary:hover:not(:disabled){background-color:#e5602f}.new-password-step .new-password-form .step-actions .btn-primary .loading-spinner{animation:spin .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@media(max-width:768px){.new-password-step .new-password-form .step-actions{flex-direction:column}.new-password-step .new-password-form .step-actions .btn-primary,.new-password-step .new-password-form .step-actions .btn-secondary{max-width:100%}}.success-step{flex-direction:column;min-height:400px;padding:3rem 2rem;text-align:center}.success-step,.success-step .success-icon{align-items:center;display:flex;justify-content:center}.success-step .success-icon{animation:scaleIn .3s ease-out;background-color:#10b9811a;border-radius:50%;color:#10b981;height:80px;margin-bottom:1.5rem;width:80px}.success-step .success-title{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.3;margin:0 0 1rem}.success-step .success-message{color:#6b7280;font-family:Manrope,sans-serif;font-size:.9375rem;font-weight:400;line-height:1.6;margin:0 0 2rem;max-width:500px}.success-step .success-actions .btn-primary{align-items:center;background-color:#ff6b35;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.success-step .success-actions .btn-primary:hover{background-color:#e5602f}.success-step .success-actions .btn-primary:focus{outline:2px solid #ff6b35;outline-offset:2px}.success-step .success-actions .btn-primary svg{flex-shrink:0}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media(max-width:768px){.success-step{padding:2rem 1rem}.success-step .success-icon{height:64px;margin-bottom:1rem;width:64px}.success-step .success-title{font-size:1.25rem}.success-step .success-message{font-size:.875rem}}.settings-page{background-color:#f9fafb;flex:1 1;min-height:calc(100vh - 80px);padding:2rem;width:100%}.settings-page .settings-container{margin:0 auto;max-width:600px}.settings-page .settings-header{margin-bottom:2rem;text-align:center}.settings-page .settings-header .settings-title{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.75rem;font-weight:700;line-height:1.3;margin:0 0 .5rem}.settings-page .settings-header .settings-subtitle{color:#6b7280;font-family:Manrope,sans-serif;font-size:.9375rem;font-weight:400;line-height:1.5;margin:0}.settings-page .settings-section{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;padding:2rem}.settings-page .settings-section:last-child{margin-bottom:0}.settings-page .settings-section .settings-section-header{border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem;padding-bottom:1rem}.settings-page .settings-section .settings-section-header .settings-section-title{color:#1f2937;font-family:Manrope,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.3;margin:0 0 .5rem}.settings-page .settings-section .settings-section-header .settings-section-description{color:#6b7280;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;margin:0}.settings-page .settings-section .settings-section-content{position:relative}.settings-page .service-charge-form .form-field{margin-bottom:1.5rem}.settings-page .service-charge-form .form-field .field-hint{color:#9ca3af;font-family:Manrope,sans-serif;font-size:.75rem;margin-bottom:0;margin-top:.5rem}.settings-page .service-charge-form .save-service-charge-btn{align-items:center;background-color:#ff6b35;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-family:Manrope,sans-serif;font-size:.9375rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;transition:background-color .2s ease;width:100%}.settings-page .service-charge-form .save-service-charge-btn:hover:not(:disabled){background-color:#ff581c}.settings-page .service-charge-form .save-service-charge-btn:disabled{cursor:not-allowed;opacity:.6}.settings-page .service-charge-form .save-service-charge-btn .spinner{animation:spin 1s linear infinite}.settings-page .settings-content{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:2rem}.service-charge-confirm-modal .service-charge-modal-icon{align-items:center;background-color:#ff6b351a;border-radius:50%;display:flex;height:64px;justify-content:center;margin:0 auto 1rem;width:64px}.service-charge-confirm-modal .service-charge-modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.service-charge-confirm-modal .service-charge-modal-actions button{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-family:Manrope,sans-serif;font-size:.9375rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.service-charge-confirm-modal .service-charge-modal-actions button:disabled{cursor:not-allowed;opacity:.6}.service-charge-confirm-modal .service-charge-modal-actions button .spinner{animation:spin 1s linear infinite}.service-charge-confirm-modal .service-charge-modal-actions .service-charge-cancel-btn{background-color:#fff;border:1px solid #e5e7eb;color:#1f2937}.service-charge-confirm-modal .service-charge-modal-actions .service-charge-cancel-btn:hover:not(:disabled){background-color:#f9fafb}.service-charge-confirm-modal .service-charge-modal-actions .service-charge-confirm-btn{background-color:#ff6b35;color:#fff}.service-charge-confirm-modal .service-charge-modal-actions .service-charge-confirm-btn:hover:not(:disabled){background-color:#ff581c}@media(max-width:768px){.service-charge-confirm-modal .service-charge-modal-actions{flex-direction:column-reverse}.service-charge-confirm-modal .service-charge-modal-actions button{justify-content:center;width:100%}.settings-page{padding:1rem}.settings-page .settings-container .settings-content{padding:1.5rem}}.font-manrope{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.not-found{align-items:center;background-color:#f9fafb;display:flex;justify-content:center;min-height:100vh;padding:2rem}.not-found .not-found-container{align-items:center;background-color:#fff;border-radius:16px;box-shadow:0 10px 25px #0000001a;display:flex;gap:3rem;max-width:600px;padding:3rem;text-align:center;width:100%}@media(max-width:768px){.not-found .not-found-container{flex-direction:column;gap:2rem;padding:2rem;text-align:center}}.not-found .error-content{flex:1 1}.not-found .error-content .error-number{color:#ff6b35;font-family:Manrope,sans-serif;font-size:6rem;font-weight:800;line-height:1;margin-bottom:1rem}@media(max-width:768px){.not-found .error-content .error-number{font-size:4rem}}.not-found .error-content .error-title{color:#1f2937;font-family:Manrope,sans-serif;font-size:2rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.not-found .error-content .error-title{font-size:1.5rem}}.not-found .error-content .error-description{color:#6b7280;font-family:Manrope,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:400px}.not-found .error-content .error-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media(max-width:480px){.not-found .error-content .error-actions{align-items:center;flex-direction:column}}.not-found .error-content .error-actions .btn-primary,.not-found .error-content .error-actions .btn-secondary{border:none;border-radius:8px;cursor:pointer;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;min-width:120px;padding:.75rem 1.5rem;transition:all .2s ease}@media(max-width:480px){.not-found .error-content .error-actions .btn-primary,.not-found .error-content .error-actions .btn-secondary{max-width:200px;width:100%}}.not-found .error-content .error-actions .btn-primary{background-color:#ff6b35;color:#fff}.not-found .error-content .error-actions .btn-primary:hover{background-color:#ff4602;transform:translateY(-1px)}.not-found .error-content .error-actions .btn-primary:active{transform:translateY(0)}.not-found .error-content .error-actions .btn-secondary{background-color:#0000;border:1px solid #e5e7eb;color:#6b7280}.not-found .error-content .error-actions .btn-secondary:hover{background-color:#f9fafb;color:#1f2937;transform:translateY(-1px)}.not-found .error-content .error-actions .btn-secondary:active{transform:translateY(0)}.not-found .error-illustration{flex-shrink:0}.not-found .error-illustration .lost-emoji{animation:float 3s ease-in-out infinite;font-size:8rem;opacity:.7}@media(max-width:768px){.not-found .error-illustration .lost-emoji{font-size:6rem}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.protected-route-loader{align-items:center;background-color:#f9fafb;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:100vh}.protected-route-loader .spinner{animation:spin 1s linear infinite;color:#3b82f6}.protected-route-loader p{color:#6b7280;font-size:.875rem;font-weight:500}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.c6e4c634.css.map*/