:root{--font-sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace;--text-xs: .6875rem;--text-sm: .8125rem;--text-base: .875rem;--text-md: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-display: clamp(1.75rem, 3vw, 2.25rem);--leading-tight: 1.25;--leading-normal: 1.5;--leading-relaxed: 1.55;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--surface-page: #eef1f4;--surface-panel: #ffffff;--surface-card: #ffffff;--surface-raised: #ffffff;--surface-muted: #f4f6f8;--surface-input: #ffffff;--border-subtle: #dce3ea;--border-strong: #94a3b8;--ink: #0f172a;--ink-muted: #475569;--accent: #1e3a8a;--accent-hover: #172554;--danger: #b91c1c;--danger-hover: #991b1b;--cta-bg: #1e3a8a;--cta-bg-hover: #172554;--cta-fg: #ffffff;--focus-ring: 0 0 0 2px #ffffff, 0 0 0 4px #1e3a8a;--primary-color: #1e3a8a;--secondary-color: #1d4ed8;--accent-color: #b45309;--text-dark: #0f172a;--text-light: #64748b;--bg-light: #eef1f4;--white: #ffffff;--shadow: 0 1px 2px rgba(15, 23, 42, .06);--shadow-lg: 0 12px 40px rgba(15, 23, 42, .08);--border-color: #cbd5e1;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 10px;--radius-xl: 12px;--card-bg: var(--white);--card-padding: 1rem;--card-padding-lg: 1.25rem;--panel-padding: 1rem;--section-gap: 1.25rem;--page-padding-y: 1.5rem;--card-border: 1px solid var(--border-color);--card-shadow: var(--shadow);--card-shadow-hover: 0 4px 24px rgba(15, 23, 42, .08);--modal-overlay-bg: rgba(15, 23, 42, .45);--modal-overlay-blur: 6px;--modal-max-width: 520px;--modal-max-width-wide: 680px;--modal-max-width-form: 680px;--modal-padding: 1.25rem;--modal-header-margin: 0 0 1rem 0;--modal-header-padding: 0 0 .75rem 0;--modal-header-border: 1px solid var(--border-color);--modal-title-size: 1.125rem;--modal-title-weight: 600;--modal-title-color: var(--text-dark);--modal-subtitle-size: .8125rem;--modal-subtitle-color: var(--text-light);--modal-body-size: .875rem;--modal-label-size: .75rem;--modal-input-padding: .5rem .65rem;--modal-input-size: .875rem}[data-theme=dark]{--surface-page: #090909;--surface-panel: #121212;--surface-card: var(--surface-panel);--surface-raised: var(--surface-panel);--surface-muted: var(--surface-panel);--surface-input: #161616;--border-subtle: #2a2a2a;--border-strong: #6b6b6b;--ink: #f1f5f9;--ink-muted: #94a3b8;--accent: #60a5fa;--accent-hover: #93c5fd;--danger: #f87171;--danger-hover: #fca5a5;--cta-bg: #2563eb;--cta-bg-hover: #1d4ed8;--cta-fg: #ffffff;--focus-ring: 0 0 0 2px #090909, 0 0 0 4px #60a5fa;--primary-color: #93c5fd;--secondary-color: #60a5fa;--accent-color: #fcd34d;--text-dark: #f1f5f9;--text-light: #a3a3a3;--bg-light: #090909;--white: var(--surface-panel);--shadow: 0 1px 0 rgba(255, 255, 255, .04) inset, 0 8px 32px rgba(0, 0, 0, .35);--shadow-lg: 0 16px 48px rgba(0, 0, 0, .45);--border-color: #2e2e2e;--card-bg: var(--surface-panel);--card-border: 1px solid var(--border-color);--card-shadow: var(--shadow);--card-shadow-hover: 0 12px 40px rgba(0, 0, 0, .4);--modal-overlay-bg: rgba(0, 0, 0, .78);--modal-overlay-blur: 8px;--modal-content-bg: var(--card-bg);--modal-title-color: var(--text-dark);--modal-subtitle-color: var(--text-light);--modal-header-border: 1px solid var(--border-color);--bg-note: #1a1a1a}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans, "Segoe UI", system-ui, sans-serif);line-height:1.6;color:var(--text-dark);background-color:var(--bg-light);overflow-x:hidden;transition:background-color .3s ease,color .3s ease}body.wallet-modal-open,body.mobile-menu-open{overflow:hidden}body.wallet-modal-open>*:not(.wallet-modal):not(.profile-completion-modal):not(.navbar){pointer-events:none;-webkit-user-select:none;user-select:none}.profile-completion-modal,.profile-completion-modal *,.navbar,.navbar *{pointer-events:auto!important}.container{max-width:1500px;margin:0 auto;padding:0 20px}.navbar{background:#f3f4f6e6;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid var(--border-color);box-shadow:0 8px 32px #0000001a,inset 0 1px #ffffff26;position:fixed;width:100%;top:0;z-index:1000;padding:1rem 0;transition:background-color .3s ease,box-shadow .3s ease,border-color .3s ease}[data-theme=dark] .navbar{background:#0a0e1a;border-bottom:1px solid var(--border-color);box-shadow:0 8px 32px #00000080,inset 0 1px #e0e7ff14;backdrop-filter:none;-webkit-backdrop-filter:none}.navbar .container{display:flex;justify-content:space-between;align-items:center;position:relative}.nav-right{display:flex;align-items:center;gap:1rem}.theme-toggle{background:var(--bg-light);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:0;position:relative;overflow:hidden}.theme-toggle:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ffffff1a,#ffffff05);opacity:0;transition:opacity .3s ease}.theme-toggle:hover{background:var(--bg-light);border-color:var(--border-color);transform:scale(1.05);box-shadow:0 4px 12px #0003}.theme-toggle:hover:before{opacity:1}.theme-icon{width:20px;height:20px;position:relative;z-index:1;transition:transform .3s ease;color:var(--text-dark)}.theme-icon path,.theme-icon circle,.theme-icon line{transition:all .3s ease}.theme-toggle:hover .theme-icon{transform:rotate(15deg)}[data-theme=dark] .theme-icon{color:var(--text-dark)}[data-theme=dark] .theme-toggle{background:var(--white);border-color:var(--border-color);backdrop-filter:none;-webkit-backdrop-filter:none}[data-theme=dark] .theme-toggle:hover{background:#1e293b;border-color:#c7d2fe4d;box-shadow:0 4px 12px #6366f133}.nav-brand{cursor:pointer;transition:transform .3s ease}.nav-brand:hover{transform:scale(1.05)}.nav-brand h2{color:var(--primary-color);font-size:1.5rem;font-weight:600;letter-spacing:-.02em;text-shadow:0 2px 4px rgba(0,0,0,.1);transition:color .3s ease}.nav-brand:hover h2{color:var(--secondary-color)}[data-theme=dark] .nav-brand h2{text-shadow:0 2px 4px rgba(0,0,0,.3)}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{text-decoration:none;color:var(--text-dark);font-weight:500;transition:color .3s,border-bottom .3s;position:relative;padding-bottom:.25rem;border-bottom:2px solid transparent}.nav-menu a:hover,.nav-menu a.nav-active{color:var(--primary-color);border-bottom-color:var(--primary-color)}.nav-menu-theme{display:none}.connect-wallet-btn{padding:.5rem 1rem!important;font-size:.875rem!important;font-weight:600;white-space:nowrap;box-shadow:none!important;transform:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.wallet-address{display:none;align-items:center;padding:.5rem 1rem;background:var(--bg-light);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:1.6px;font-size:.9rem;font-weight:500;color:var(--text-dark);transition:all .3s ease;box-shadow:0 2px 8px #0000000d,inset 0 1px #fff3;cursor:pointer}.wallet-address:hover{background:var(--bg-light);border-color:var(--primary-color);transform:translateY(-1px);box-shadow:var(--shadow)}[data-theme=dark] .wallet-address{backdrop-filter:none;-webkit-backdrop-filter:none;background:var(--white);border-color:var(--border-color);box-shadow:0 2px 8px #00000080}[data-theme=dark] .wallet-address:hover{background:#1e293b;border-color:var(--primary-color);box-shadow:var(--shadow-lg)}.wallet-address.connected{display:flex}.address-text{font-family:Courier New,monospace}.wallet-dropdown-container{position:relative}.wallet-dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;background:var(--card-bg);border:var(--card-border);border-radius:var(--radius-md);box-shadow:var(--card-shadow-hover);min-width:150px;z-index:1000;overflow:hidden}.wallet-dropdown-item{width:100%;padding:.75rem 1rem;background:transparent;border:none;text-align:left;font-size:.875rem;font-weight:500;color:var(--text-dark);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.wallet-dropdown-item:hover{background:var(--bg-light);color:var(--primary-color)}[data-theme=dark] .wallet-dropdown-menu{background:var(--white);border-color:var(--border-color);box-shadow:0 4px 12px #00000080}[data-theme=dark] .wallet-dropdown-item:hover{background:#1e293bcc;color:var(--primary-color)}.nav-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;gap:4px}.nav-toggle span{width:25px;height:3px;background:var(--text-dark);transition:all .3s}.landing-page{margin-top:70px;min-height:calc(100vh - 70px);display:flex;align-items:center;justify-content:center;background:var(--bg-light);position:relative;padding:2rem 0}.landing-container{position:relative;z-index:2;width:100%;max-width:1200px;padding:0 20px}.landing-content{text-align:center;color:var(--text-dark);background:var(--white);border-radius:3.2px;padding:4rem 3rem;box-shadow:var(--shadow);border:1px solid var(--border-color)}.landing-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.02em;color:var(--text-dark)}.landing-subtitle{font-size:1.125rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6;font-weight:400;color:var(--text-light)}.landing-cta{padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:1.6px;box-shadow:none!important;transform:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;text-transform:none;letter-spacing:0}.landing-cta:hover{box-shadow:none!important;transform:none!important}@media (max-width: 768px){.landing-content{padding:3rem 2rem}.landing-title{font-size:2rem}.landing-subtitle{font-size:1rem;margin-bottom:2rem}.landing-cta{padding:.75rem 1.5rem;font-size:.9rem}}.portfolio-dashboard{margin-top:70px;padding-top:var(--page-padding-y);padding-bottom:2rem;min-height:calc(100vh - 70px);background:var(--bg-light);position:relative}.portfolio-dashboard>.container{position:relative}.escrows-page{display:flex;flex-direction:column;min-height:calc(100vh - 70px);padding-bottom:0;width:100%}.escrows-page .escrows-page__container{flex:1;min-height:0;display:flex;flex-direction:column;position:relative;width:100%;max-width:1500px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;box-sizing:border-box}.escrows-page .active-escrows-section{flex:1;min-height:0;display:flex;margin-bottom:0;width:100%}.escrows-page .escrows-header-card{flex:1;min-height:0;height:auto!important;max-height:none!important;width:100%}.profile-back-arrow{position:absolute;top:-4rem;left:1rem;background:var(--white);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:2px solid rgba(37,99,235,.3);border-radius:2.4px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;box-shadow:0 4px 12px #0000001a;font-size:1.5rem;color:#000}.profile-back-arrow:hover{background:var(--bg-light);border-color:var(--border-color);transform:translate(-3px) scale(1.05);box-shadow:0 4px 12px #0003}[data-theme=dark] .profile-back-arrow{background:var(--white);border-color:var(--border-color);color:var(--text-dark);backdrop-filter:none;-webkit-backdrop-filter:none}[data-theme=dark] .profile-back-arrow:hover{background:#1e293b;border-color:#c7d2fe4d;box-shadow:0 4px 12px #6366f133}.profile-back-arrow span{display:block;transition:transform .3s ease}.profile-back-arrow:hover span{transform:translate(-3px)}.profile-section{background:var(--card-bg);border-radius:var(--radius-md);border:var(--card-border);padding:var(--card-padding-lg);box-shadow:var(--card-shadow);margin-bottom:1rem;box-shadow:var(--shadow);transition:background-color .3s ease,box-shadow .3s ease,margin-top .3s ease;cursor:pointer;position:relative;overflow:visible;display:flex;flex-direction:column;gap:.75rem}.profile-section-editing{margin-bottom:0!important;padding:2rem!important}.portfolio-dashboard .container .profile-balances-row .profile-section{padding:.875rem!important}.profile-section.viewing-other-user{margin-top:3rem}.profile-section:hover,.profile-section.expanded{box-shadow:var(--card-shadow-hover)}.portfolio-dashboard .container .profile-balances-row{display:flex!important;gap:.75rem!important;margin-bottom:1rem!important;align-items:stretch!important}.portfolio-dashboard .container .profile-balances-row .profile-section{flex:0 1 75%!important;margin-bottom:0!important;min-width:0!important}.portfolio-dashboard .container .profile-balances-row .balances-section{flex:0 0 280px!important;min-width:280px!important;max-width:280px!important}.balances-section{margin-bottom:0}.balance-panel__card--locked{overflow:hidden}.balance-panel__locked-inner{position:relative;min-height:220px}.balance-panel__lock-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:6;background:color-mix(in srgb,var(--card-bg) 50%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:inherit}.balance-panel__lock-overlay-inner{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.65rem;max-width:17rem}.balance-panel__lock-overlay-inner .btn{width:100%;max-width:100%}.balance-panel__mask{font-variant-numeric:tabular-nums;letter-spacing:.06em;-webkit-user-select:none;user-select:none}.public-profile-shared-trades{margin-top:var(--section-gap, 1.25rem);width:100%}.public-profile-balance-hint{margin:0;font-size:.75rem;line-height:1.4;color:var(--text-light)}.public-profile-balance-hint--error{color:#dc2626}[data-theme=dark] .public-profile-balance-hint--error{color:#f87171}.balances-header-card,.contacts-header-card,.escrows-header-card,.notifications-header-card{background:var(--card-bg);border-radius:var(--radius-md);border:var(--card-border);box-shadow:var(--card-shadow);transition:background-color .3s ease,box-shadow .3s ease;position:relative;display:flex;flex-direction:column}.balances-header-card:hover,.contacts-header-card:hover,.escrows-header-card:hover,.notifications-header-card:hover{box-shadow:var(--card-shadow-hover)}.balances-header-card{padding:var(--card-padding-lg);overflow:visible}.portfolio-dashboard .container .profile-balances-row .balances-header-card{padding:var(--panel-padding)!important;display:flex!important;flex-direction:column!important;height:100%!important;justify-content:space-between!important}.portfolio-dashboard .notifications-sidebar .notifications-header-card{padding:var(--panel-padding)!important}.balances-header-card:hover{box-shadow:var(--shadow-lg)}.balances-header-content .balances-total-wrap{flex-shrink:0;display:flex;align-items:center;min-height:2.25rem;align-self:stretch}.balances-header-content .balances-total-wrap .balance-amount{font-size:1.125rem;font-weight:700;color:var(--primary-color);word-break:break-word;text-align:right;line-height:1.3;margin:0;padding:0;display:inline-flex;align-items:center}.balance-usd-value{font-size:1.14rem;font-weight:600;color:var(--text-light);margin-top:.375rem;opacity:.9}.balances-token-list{margin-top:.125rem;padding-top:.125rem;border-top:none}.portfolio-dashboard .container .profile-balances-row .balances-token-list{margin-top:0!important;padding-top:.5rem!important}.token-list{display:flex;flex-direction:column;gap:.2rem}.token-item{display:flex;align-items:center;gap:.5rem;padding:.35rem .5rem;min-height:0;background:var(--bg-light);border-radius:2.4px;transition:all .3s ease;border:1px solid transparent}.token-item .token-info{display:flex;align-items:center}.token-item{border:1px solid var(--border-color)}.token-item:hover{border-color:var(--primary-color);box-shadow:var(--shadow)}[data-theme=dark] .token-item{background:var(--bg-light);border-color:#ffffff1a}[data-theme=dark] .token-item:hover{border-color:var(--primary-color);box-shadow:var(--shadow)}.token-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.token-icon .token-logo{width:16px;height:16px;border-radius:50%;object-fit:cover;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease;display:block}.token-info{flex:1;min-width:0}.token-name{font-size:.8rem;font-weight:700;color:var(--text-dark);margin-bottom:0}.token-full-name{font-size:.8rem;color:var(--text-light)}.token-balance{text-align:right;flex-shrink:0}.token-amount{display:flex;flex-direction:column;align-items:flex-end;gap:.05rem;margin-bottom:0}.token-amount-value{font-size:.75rem;font-weight:600;color:var(--text-dark)}.token-amount-usd{font-size:.7rem;color:var(--text-light);font-weight:500}.token-value{font-size:.875rem;color:var(--text-light);font-weight:500}.no-tokens-message{text-align:center;padding:2rem;color:var(--text-light);font-style:italic}.portfolio-dashboard .container .profile-balances-row .balances-total-wrap .balance-amount{font-size:1rem!important}.portfolio-dashboard .container .profile-balances-row .token-item{padding:.5rem .625rem!important;gap:.5rem!important}.portfolio-dashboard .container .profile-balances-row .token-icon .token-logo{width:20px!important;height:20px!important}.portfolio-dashboard .container .profile-balances-row .token-name{font-size:.9rem!important}.portfolio-dashboard .container .profile-balances-row .token-full-name{font-size:.8rem!important}.portfolio-dashboard .container .profile-balances-row .token-amount{font-size:1rem!important}.portfolio-dashboard .container .profile-balances-row .token-value{font-size:.8rem!important}@media (max-width: 968px){.portfolio-dashboard .container .profile-balances-row{flex-direction:column!important}.portfolio-dashboard .container .profile-balances-row .balances-section{min-width:100%!important;max-width:100%!important}}.profile-completion-prompt{background:linear-gradient(135deg,#2563eb1a,#3b82f61a);border:2px solid rgba(37,99,235,.3);border-radius:2.4px;padding:1.5rem;margin-bottom:1rem}[data-theme=dark] .profile-completion-prompt{background:var(--white);border-color:var(--border-color)}.prompt-content{display:flex;align-items:center;gap:1rem}.prompt-icon{font-size:2rem;flex-shrink:0}.prompt-text{flex:1}.prompt-text strong{display:block;font-size:1.1rem;color:var(--text-dark);margin-bottom:.25rem}[data-theme=dark] .prompt-text strong{color:var(--white)}.prompt-text p{font-size:.9rem;color:var(--text-light);margin:0}.prompt-edit-btn{flex-shrink:0;padding:.75rem 1.5rem;font-size:.95rem;white-space:nowrap}.profile-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:.75rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.profile-section .profile-header{margin-bottom:0!important;padding-bottom:0!important}.profile-avatar-edit-container,.profile-avatar-display-container{display:flex;justify-content:flex-start;align-items:center;gap:.75rem;margin-bottom:.375rem;padding-bottom:.375rem;border-bottom:1px solid var(--border-color)}.profile-name-username{display:flex;flex-direction:column;gap:.25rem}.profile-name-username .profile-name{font-size:.95rem;font-weight:700;color:var(--text-dark);opacity:.9;margin:0}.profile-name-username .username-value{font-size:.75rem;font-weight:500;color:var(--text-light);opacity:.85}.profile-section-editing .profile-header{gap:0;margin-bottom:1rem;padding-bottom:1rem;border-bottom:none;flex-direction:column;align-items:flex-start}.profile-section .profile-header{gap:0;margin-bottom:0!important;padding-bottom:0!important;border-bottom:none;flex-direction:column;align-items:flex-start}.profile-header-editing{display:flex;flex-direction:column;align-items:flex-start;width:100%}.profile-section .profile-header{width:100%;margin-bottom:.375rem!important;padding-bottom:0!important}.portfolio-dashboard .container .profile-balances-row .profile-header{gap:0!important;margin-bottom:.375rem!important;padding-bottom:0!important}.profile-avatar{flex-shrink:0;position:relative;width:50px;height:50px;cursor:pointer}.profile-section-editing .profile-avatar{width:96px;height:96px}.portfolio-dashboard .container .profile-balances-row .profile-avatar{width:70px!important;height:70px!important}.profile-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;box-shadow:var(--shadow);position:absolute;top:0;left:0;z-index:8}.profile-avatar input[type=file]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:10}.avatar-placeholder{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));display:flex!important;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:var(--white)}.portfolio-dashboard .container .profile-balances-row .avatar-placeholder{width:70px!important;height:70px!important;font-size:1.75rem!important}.profile-section-editing .avatar-placeholder,.avatar-placeholder-editing{width:96px!important;height:96px!important;font-size:2rem!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:1;position:absolute;top:0;left:0}.avatar-edit-overlay{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9;pointer-events:none;transition:background .2s ease,opacity .2s ease}.profile-avatar:hover .avatar-edit-overlay{background:#0009}.avatar-edit-label,.camera-icon{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fff;opacity:.95;transition:opacity .2s ease}.profile-avatar:hover .avatar-edit-label,.profile-avatar:hover .camera-icon{opacity:1}.profile-info{flex:1}.profile-section-editing .profile-info,.profile-section .profile-info{padding-right:0;width:100%;max-width:100%}.profile-name{font-size:2rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.portfolio-dashboard .container .profile-balances-row .profile-name{font-size:1.5rem!important;margin-bottom:.375rem!important}.profile-name.placeholder-text{color:var(--text-light);font-style:italic;opacity:.6}.profile-meta-line{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;font-size:.875rem;color:var(--text-light);margin-bottom:.5rem}.profile-email{font-size:.875rem;color:var(--text-light)}.profile-meta-line .profile-email{margin-bottom:0}.portfolio-dashboard .container .profile-balances-row .profile-meta-line{font-size:.8rem!important;margin-bottom:.375rem!important;gap:.2rem!important}.portfolio-dashboard .container .profile-balances-row .profile-meta-line .profile-email,.portfolio-dashboard .container .profile-balances-row .profile-meta-line .location-text,.portfolio-dashboard .container .profile-balances-row .profile-meta-line .company-name{font-size:.8rem!important}.profile-email.placeholder-text{opacity:.6;font-style:italic}.profile-meta-line .company-name,.profile-meta-line .location-text{font-size:.875rem;color:var(--text-light)}.meta-separator{color:var(--text-light);opacity:.6;margin:0 .25rem}.profile-company{display:flex;align-items:center;gap:.5rem;font-size:.95rem;margin-bottom:.5rem}.portfolio-dashboard .container .profile-balances-row .profile-company{font-size:.85rem!important;margin-bottom:.375rem!important;gap:.375rem!important}.profile-section-editing .profile-field-group{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;width:100%;flex-wrap:nowrap;flex-direction:row}.profile-section-editing .profile-field-group .editable-field-wrapper{flex:1;display:flex;align-items:center;gap:.5rem;min-width:0;flex-shrink:1;margin-left:0}.profile-section-editing .profile-company{align-items:stretch}.profile-field-error{color:var(--error-color, #e74c3c);font-size:.75rem;margin-top:.25rem}.edit-profile-form-error{color:var(--error-color, #e74c3c);padding:.75rem 1rem;margin:0 1.5rem 1.5rem;background:#e74c3c14;border:1px solid rgba(231,76,60,.25);border-radius:var(--radius-sm);font-size:.875rem;text-align:center}.profile-section-editing .profile-company .editable-field-wrapper{flex:1}.profile-field-group{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;width:100%}.profile-section .profile-field-group{margin-bottom:.25rem;align-items:center;display:flex}.profile-section .profile-field-group:last-child{margin-bottom:0!important}.profile-section .profile-info-left .profile-field-group:last-child,.profile-section .profile-info-right .profile-field-group:last-child{margin-bottom:0!important}.profile-section .profile-info-left,.profile-section .profile-info-right{margin-bottom:0!important;padding-bottom:0!important;display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.profile-section .profile-info-left .profile-field-group:first-child{margin-top:0}.profile-info-left,.profile-info-right{flex:1}.profile-section .profile-info{display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:0!important;padding-bottom:0!important}.profile-section .profile-info-left,.profile-section .profile-info-right{margin-bottom:0;padding-bottom:0}.profile-info-right{text-align:right}.profile-info-right .profile-field-group{justify-content:flex-end}.profile-field-value{flex:1;min-width:0;display:flex;align-items:center;overflow:hidden}.profile-field-value .profile-name{font-size:1.5rem;font-weight:700;color:var(--text-dark);opacity:.9}.profile-field-value .profile-email,.profile-field-value .location-text,.profile-field-value .company-name,.profile-field-value .username-value{font-size:.875rem;font-weight:600;color:var(--text-dark);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;line-height:1.4;font-family:inherit}.profile-field-value .wallet-address-text{font-size:.875rem;font-weight:600;color:var(--primary-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;line-height:1.4;font-family:inherit}.profile-field-value .copy-icon,.profile-field-value .copy-feedback{flex-shrink:0;line-height:1.5}.field-label{color:var(--text-light);font-size:.75rem;font-weight:500;min-width:80px;flex-shrink:0;text-align:left;line-height:1.4;font-family:inherit}.profile-section-editing .field-label{width:auto!important;min-width:0!important;max-width:none!important;flex-shrink:0!important;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-light);padding:0;text-align:left}.company-label{color:var(--text-light);font-weight:500}.company-name{color:var(--text-dark);font-weight:600}.company-name.placeholder-text{color:var(--text-light);opacity:.6;font-style:italic;font-weight:400}.location-text.placeholder-text{color:var(--text-light);opacity:.6;font-style:italic}.profile-location{display:flex;align-items:center;gap:.5rem;font-size:.95rem;margin-bottom:.75rem}.portfolio-dashboard .container .profile-balances-row .profile-location{font-size:.85rem!important;margin-bottom:.5rem!important;gap:.375rem!important}.profile-section-editing .profile-location{align-items:center}.profile-section-editing .profile-location .editable-field-wrapper{flex:1}.location-label{font-size:1rem}.location-text{color:var(--text-dark);font-weight:500}.profile-wallet{display:flex;align-items:center;gap:.5rem;font-size:.85rem;flex-wrap:wrap;margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(0,0,0,.1)}.profile-section-editing .profile-wallet{margin-top:.25rem;padding-top:.25rem;font-size:.8rem}.portfolio-dashboard .container .profile-balances-row .profile-wallet{font-size:.8rem!important;gap:.375rem!important}.wallet-label{color:var(--text-light);font-weight:500}.wallet-address-text{color:var(--primary-color);font-family:Courier New,monospace;font-weight:600}.copyable-wallet{cursor:pointer;transition:all .3s ease;position:relative;word-break:break-all;max-width:100%}.copyable-wallet:hover{opacity:.8;text-decoration:underline}.copy-icon{cursor:pointer;font-size:.9rem;margin-left:.5rem;opacity:.7;transition:all .3s ease;-webkit-user-select:none;user-select:none;flex-shrink:0}.copy-icon:hover{opacity:1;transform:scale(1.1)}.copy-feedback{margin-left:.5rem;color:var(--primary-color);font-size:.85rem;font-weight:600;flex-shrink:0}.profile-footer{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border-color)}.profile-footer-wallet{display:flex;align-items:center;gap:.5rem;font-size:.9rem;justify-content:center}.profile-footer-wallet .wallet-label{color:var(--text-light);font-weight:500}.profile-footer-wallet .wallet-address-text{color:var(--primary-color);font-family:Courier New,monospace;font-weight:600}.profile-actions{position:absolute;top:1.5rem;right:1.5rem;z-index:10}.edit-profile-btn{display:flex!important;align-items:center;gap:.5rem;padding:.5rem 1rem!important;font-size:.875rem!important;background:var(--bg-light)!important;border:1px solid var(--border-color)!important;color:var(--text-dark)!important;border-radius:2.4px;transition:all .2s ease;font-weight:500;box-shadow:none!important;transform:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.edit-profile-btn:hover{background:var(--primary-color)!important;border-color:var(--primary-color)!important;color:var(--white)!important;box-shadow:none!important;transform:none!important}[data-theme=dark] .edit-profile-btn{background:var(--bg-light);border-color:var(--border-color);color:var(--text-dark);box-shadow:none}[data-theme=dark] .edit-profile-btn:hover{background:var(--primary-color)!important;border-color:var(--primary-color)!important;color:var(--white)!important;box-shadow:none!important;transform:none!important}.profile-header-new{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color)}.profile-avatar-name-section{display:flex;align-items:center;gap:1rem;flex:1}.profile-avatar-large{width:60px;height:60px;flex-shrink:0;position:relative}.profile-avatar-large img{width:100%;height:100%;border-radius:50%;object-fit:cover;box-shadow:var(--shadow)}.avatar-placeholder-large{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.5rem;font-weight:700;box-shadow:var(--shadow)}.profile-name-section{display:flex;flex-direction:column;gap:.125rem;flex:1;min-width:0}.profile-name-large{font-size:1.25rem;font-weight:700;color:var(--text-dark);margin:0;line-height:1.2}.username-value-large{font-size:.875rem;font-weight:500;color:var(--text-light);opacity:.85}.profile-info-section{padding-bottom:.5rem;border-bottom:1px solid var(--border-color)}.profile-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.profile-info-item{display:flex;flex-direction:column;gap:.25rem}.profile-info-item .info-label{font-size:.7rem;font-weight:600;color:var(--text-light);text-transform:uppercase;letter-spacing:.5px}.profile-info-item .info-value{font-size:.85rem;font-weight:500;color:var(--text-dark);word-break:break-word}.profile-info-item .wallet-address-text{font-family:Courier New,monospace;font-size:.75rem;color:var(--primary-color);transition:opacity .2s ease;word-break:break-all}.profile-info-item .wallet-address-text:hover{opacity:.8}.copy-feedback{font-size:.75rem;color:var(--primary-color);margin-left:.5rem;font-weight:600}.profile-stats-section{margin-top:0}.profile-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.5rem}.profile-stat-card{background:var(--bg-light);border:1px solid var(--border-color);border-radius:4px;padding:.5rem;text-align:center;transition:all .3s ease;display:flex;flex-direction:column;gap:.25rem}.profile-stat-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow)}.profile-stat-card .stat-label-new{font-size:.65rem;font-weight:600;color:var(--text-light);text-transform:uppercase;letter-spacing:.5px}.profile-stat-card .stat-value-new{font-size:.875rem;font-weight:700;color:var(--text-dark);line-height:1.2}[data-theme=dark] .profile-stat-card{background:#ffffff0d}[data-theme=dark] .profile-stat-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow)}.profile-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.375rem;margin-top:.25rem!important;padding-top:.25rem!important;margin-bottom:0!important;padding-bottom:0!important;border-top:1px solid var(--border-color)}.profile-section .profile-stats{margin-bottom:0!important;padding-bottom:0!important}.profile-stat-item{text-align:center;padding:.375rem;background:var(--bg-light);border-radius:2.4px;transition:background-color .3s ease;display:flex;flex-direction:column;justify-content:center;align-items:center}.profile-stat-item .stat-value{font-size:.75rem;color:var(--text-light);margin-bottom:.0625rem;font-weight:500}.profile-stat-item .stat-label{font-size:.875rem;font-weight:600;color:var(--text-dark)}.portfolio-dashboard .container .profile-balances-row .profile-stat-item .stat-value{font-size:.75rem!important;margin-bottom:.375rem!important}.portfolio-dashboard .container .profile-balances-row .profile-stat-item .stat-label{font-size:1rem!important}.active-escrows-section{margin-bottom:1rem}.escrows-contacts-row .active-escrows-section{min-height:min(520px,52vh);height:auto!important;max-height:none!important}.contacts-section{margin-bottom:1rem}.escrows-contacts-row .contacts-section{min-height:min(520px,52vh);height:auto!important;max-height:none!important}.contacts-header-card,.escrows-header-card{padding:var(--panel-padding);display:flex!important;flex-direction:column!important;flex:1 1 auto;min-height:0;overflow:hidden}.escrows-contacts-row .contacts-header-card,.escrows-contacts-row .escrows-header-card{min-height:min(520px,52vh);height:auto!important;max-height:none!important}.contacts-actions,.escrows-actions{display:flex;align-items:center;gap:.75rem}.contacts-header-content,.escrows-header-content,.notifications-header-content,.balances-header-content{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:0;padding-top:0;padding-bottom:.5rem;border-bottom:1px solid var(--border-color);flex-shrink:0;min-height:2.25rem}.contacts-title-section,.notifications-title-section,.balances-title-section{flex:0 0 auto;display:flex;align-items:center}.escrows-filter-container{position:relative;margin-bottom:.75rem}.escrows-actions .escrows-filter-container{margin-bottom:0}.escrows-actions .create-escrow-btn,.escrows-actions .escrows-filter-btn{padding:.5rem 1rem!important;font-size:.875rem!important;font-weight:600;min-height:2.25rem;display:inline-flex!important;align-items:center;gap:.5rem;white-space:nowrap;border-radius:var(--radius-sm)}.escrows-filter-btn{background:var(--bg-light);border:1px solid var(--border-color);border-radius:var(--radius-sm);padding:.5rem .75rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--text-dark);transition:all .2s ease;font-weight:500}.escrows-filter-chevron{font-size:.65rem}.escrows-filter-btn:hover{background:var(--white);border-color:var(--primary-color)}[data-theme=dark] .escrows-filter-btn{background:var(--bg-light);border-color:var(--border-color);color:var(--text-dark)}[data-theme=dark] .escrows-filter-btn:hover{background:var(--white);border-color:var(--primary-color)}.escrows-filter-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);min-width:160px;z-index:1000;overflow:hidden}[data-theme=dark] .escrows-filter-dropdown{background:var(--card-bg);border-color:var(--border-color)}.contacts-title-section h2,.escrows-title-section h2,.notifications-title-section h2,.balances-title-section h2{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin:0;line-height:1.3;letter-spacing:-.01em}.contacts-count{display:flex;flex-direction:column;gap:.125rem}.count-label{font-size:.75rem;color:var(--text-light);font-weight:500}.count-number{font-size:1.25rem;font-weight:700;color:var(--primary-color)}.add-contact-btn,.create-escrow-btn,.edit-profile-btn-new{display:flex!important;align-items:center;gap:.5rem;padding:.5rem 1rem!important;font-size:.875rem!important;background:var(--bg-light)!important;border:1px solid var(--border-color)!important;color:var(--text-dark)!important;border-radius:2.4px;transition:all .2s ease;box-shadow:none!important;transform:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.add-contact-btn,.create-escrow-btn{white-space:nowrap;cursor:pointer}.edit-profile-btn-new{flex-shrink:0}.add-contact-btn:hover,.create-escrow-btn:hover,.edit-profile-btn-new:hover{background:var(--primary-color)!important;border-color:var(--primary-color)!important;color:var(--white)!important;box-shadow:none!important;transform:none!important}[data-theme=dark] .add-contact-btn,[data-theme=dark] .create-escrow-btn,[data-theme=dark] .edit-profile-btn-new{background:var(--bg-light)!important;border-color:var(--border-color)!important;color:var(--text-dark)!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}[data-theme=dark] .add-contact-btn:hover,[data-theme=dark] .create-escrow-btn:hover,[data-theme=dark] .edit-profile-btn-new:hover{background:var(--primary-color)!important;border-color:var(--primary-color)!important;color:var(--white)!important;box-shadow:none!important;transform:none!important}.contacts-content,.active-escrows-content{margin-top:0;padding-top:.5rem;flex:1;overflow-y:auto;min-height:0;scrollbar-width:none;-ms-overflow-style:none}.contacts-content::-webkit-scrollbar,.active-escrows-content::-webkit-scrollbar{display:none}.contacts-search-container{position:relative;flex:0 0 auto;min-width:160px;width:100%;max-width:280px;margin:0}.contacts-content .contacts-search-container{margin-bottom:.75rem;max-width:100%}.contacts-header-content .contacts-search-container{flex:1 1 auto;min-width:0;margin:0 .5rem;max-width:none}.contacts-header-content .contacts-search-input,.contacts-header-content .add-contact-btn{height:2.25rem!important;box-sizing:border-box!important;display:inline-flex!important;align-items:center}.contacts-header-content .contacts-search-input,.contacts-header-content .add-contact-btn{padding:0 1rem!important;font-size:.875rem!important;border:1px solid var(--border-color)}.wallet-modal-content .contacts-search-container,.contact-modal-content .contacts-search-container{max-width:100%;margin-bottom:.75rem}.contacts-search-input{width:100%;padding:var(--modal-input-padding, .5rem .75rem);border:1px solid var(--border-color);border-radius:var(--radius-sm);font-size:var(--modal-input-size, .9375rem);background:var(--card-bg);color:var(--text-dark);transition:border-color .2s ease,box-shadow .2s ease;line-height:1.4;box-sizing:border-box}.contacts-search-input::placeholder{color:var(--text-light)}.contacts-search-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1f}[data-theme=dark] .contacts-search-input{background:#1e293b;border-color:var(--border-color);color:var(--text-dark)}[data-theme=dark] .contacts-search-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #3b82f633}.search-status{pointer-events:none}.contacts-list,.active-escrows-list{display:flex;flex-direction:column;gap:.5rem}.escrows-header-card:hover,.escrows-header-card.expanded{box-shadow:var(--shadow-lg)}.escrows-title-section{flex:1}.escrows-filters{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.escrow-filter-btn{padding:.5rem 1rem;border:1px solid var(--border-color);background:var(--bg-light);border-radius:var(--radius-sm);cursor:pointer;font-size:.875rem;font-weight:600;color:var(--text-light);transition:all .2s ease;white-space:nowrap;box-sizing:border-box}.escrow-filter-btn:hover{border-color:var(--primary-color);color:var(--primary-color);background:var(--white)}.escrow-filter-btn.active{background:var(--white);color:var(--text-dark);border-color:var(--primary-color);border-width:1px;box-shadow:0 0 0 1px var(--primary-color),0 2px 4px #0000001a}[data-theme=dark] .escrow-filter-btn.active{background:var(--white);color:var(--text-dark)}[data-theme=dark] .escrow-filter-btn{background:var(--bg-dark);color:var(--text-light-dark);border-color:var(--border-color-dark)}[data-theme=dark] .escrow-filter-btn:hover{background:var(--bg-light);color:var(--text-dark)}.escrows-total{display:flex;flex-direction:column;gap:.125rem}.total-label{font-size:.75rem;color:var(--text-light);font-weight:500}.total-amount{font-size:1.25rem;font-weight:700;color:var(--primary-color)}.escrows-dropdown-arrow{font-size:1rem;color:var(--text-light);transition:transform .3s ease;flex-shrink:0}.escrows-header-card.expanded .escrows-dropdown-arrow{transform:rotate(180deg)}.profile-lip,.escrows-lip{position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:120px;height:16px;background:var(--white);border-radius:0 0 16px 16px;box-shadow:0 4px 8px #0000001a;z-index:1;display:flex;align-items:center;justify-content:center}[data-theme=dark] .profile-lip,[data-theme=dark] .escrows-lip{background:var(--bg-light);box-shadow:0 4px 8px #0000004d}.lip-arrow{font-size:.75rem;color:var(--text-light);line-height:1;transition:transform .3s ease;display:inline-block}.profile-section:hover .lip-arrow,.escrows-header-card:hover .lip-arrow{transform:rotate(360deg)}.profile-section.expanded .lip-arrow,.escrows-header-card.expanded .lip-arrow{transform:rotate(180deg)}.profile-section.expanded:hover .lip-arrow,.escrows-header-card.expanded:hover .lip-arrow{transform:rotate(540deg)}.no-escrows-message{text-align:center;padding:1.5rem .75rem;color:var(--text-light);font-size:.8125rem}.no-escrows-message p{margin:0}.active-escrow-item{display:flex;flex-direction:column;gap:0;padding:0;border:1px solid var(--border-color);border-radius:2.4px;background:var(--bg-light);margin-bottom:.375rem;overflow:hidden;min-height:0}.active-escrows-list{gap:.5rem}.escrow-content-wrapper{display:flex;gap:1.75rem;padding:.5rem 1rem;align-items:flex-start;flex:1;min-height:0}.active-escrow-item:hover{border-color:var(--primary-color);box-shadow:var(--shadow)}[data-theme=dark] .active-escrow-item{background:#ffffff0d;border-color:#ffffff1a}[data-theme=dark] .active-escrow-item:hover{border-color:var(--primary-color);box-shadow:var(--shadow)}.escrow-profiles{display:flex;flex-direction:row;align-items:center;gap:.5rem;flex:0 0 auto;min-width:180px;padding-right:1.5rem;border-right:1px solid var(--border-color)}.escrow-details{flex:1;display:flex;flex-direction:column;gap:.5rem;min-width:0;justify-content:center;padding-left:.75rem}.escrow-commodity{font-size:.8rem;font-weight:600;color:var(--text-dark);line-height:1.3;margin:0}.escrow-amount-container{display:flex;align-items:center;gap:.375rem}.escrow-amount{font-size:.85rem;font-weight:700;color:var(--primary-color);line-height:1.2}.escrow-payment-logo{width:16px;height:16px;flex-shrink:0}.escrow-status-full{width:100%;font-size:.7rem;font-weight:600;padding:.375rem .5rem;text-align:center;text-transform:capitalize;border-top:1px solid var(--border-color);margin-top:auto;flex-shrink:0;border-radius:0 0 2.4px 2.4px}.escrow-status-full.waiting{color:#f59e0b;background:#fef3c7;border-top-color:#f59e0b4d}.escrow-status-full.ongoing{color:#65a30d;background:#ecfccb;border-top-color:#65a30d4d}.escrow-status-full.completed{color:#10b981;background:#d1fae5;border-top-color:#10b9814d}.escrow-status-full.cancelled{color:#ef4444;background:#fee2e2;border-top-color:#ef44444d}.escrow-status-full.pending{color:#f59e0b;background:#fef3c7}.escrow-status-full.confirmed{color:#10b981;background:#d1fae5}[data-theme=dark] .escrow-status-full.waiting{color:#fbbf24;background:#fbbf2433}[data-theme=dark] .escrow-status-full.ongoing{color:#84cc16;background:#84cc1633}[data-theme=dark] .escrow-status-full.completed{color:#34d399;background:#34d39933}[data-theme=dark] .escrow-status-full.cancelled{color:#f87171;background:#f8717133}[data-theme=dark] .escrow-status-full.pending{color:#fbbf24;background:#fbbf2433}[data-theme=dark] .escrow-status-full.confirmed{color:#34d399;background:#34d39933}.escrow-lifecycle{display:flex;flex-wrap:wrap;align-items:center;gap:.125rem;font-size:.7rem;color:var(--text-light);padding:.375rem .5rem;border-top:1px solid var(--border-color)}.escrow-lifecycle-step{font-weight:500}.escrow-lifecycle-step.past{color:var(--text-light);opacity:.8}.escrow-lifecycle-step.active{color:var(--text-dark);font-weight:600}.escrow-lifecycle-step.active.waiting{color:#b45309}.escrow-lifecycle-step.active.ongoing{color:#65a30d}.escrow-lifecycle-step.active.completed{color:#10b981}.escrow-lifecycle-step.active.cancelled{color:#ef4444}[data-theme=dark] .escrow-lifecycle-step.active.waiting{color:#fbbf24}[data-theme=dark] .escrow-lifecycle-step.active.ongoing{color:#84cc16}[data-theme=dark] .escrow-lifecycle-step.active.completed{color:#34d399}[data-theme=dark] .escrow-lifecycle-step.active.cancelled{color:#f87171}.escrow-lifecycle-arrow{opacity:.6;margin:0 .125rem}.escrow-row-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;padding:.375rem .5rem;border-top:1px solid var(--border-color);margin-top:auto;flex-shrink:0;border-radius:0 0 2.4px 2.4px}.escrow-row-footer .escrow-status-full{margin-top:0;border-top:none;flex:0 0 auto}.escrow-actions{display:flex;gap:.375rem;flex-wrap:wrap}.btn-danger{background:#fee2e2;color:#dc2626;border:1px solid rgba(220,38,38,.3)}.btn-danger:hover{background:#fecaca;border-color:#dc262680;color:#b91c1c}[data-theme=dark] .btn-danger{background:#f8717133;color:#f87171;border-color:#f871714d}[data-theme=dark] .btn-danger:hover{background:#f871714d;border-color:#f8717180;color:#fca5a5}.escrow-card{position:relative;border:1px solid var(--border-color);border-radius:8px;overflow:hidden;background:var(--card-bg);transition:box-shadow .2s ease,border-color .2s ease}.escrow-card:hover{border-color:var(--border-color);box-shadow:0 2px 8px #0000000f,inset 0 0 0 9999px #0000000e}.escrow-card-expanded{box-shadow:0 2px 8px #0000000f}.escrow-card-expanded:hover{box-shadow:0 2px 8px #0000000f,inset 0 0 0 9999px #0000000e}[data-theme=dark] .escrow-card{background:var(--card-bg);border-color:var(--border-color)}[data-theme=dark] .escrow-card:hover{box-shadow:0 2px 12px #00000040,inset 0 0 0 9999px #0000001f}[data-theme=dark] .escrow-card-expanded{box-shadow:0 2px 12px #00000040}[data-theme=dark] .escrow-card-expanded:hover{box-shadow:0 2px 12px #00000040,inset 0 0 0 9999px #0000001f}.escrow-card__accent{position:absolute;left:0;top:0;bottom:0;width:3px}.escrow-card[data-status=waiting] .escrow-card__accent{background:#f59e0b}.escrow-card[data-status=ongoing] .escrow-card__accent{background:#10b981}.escrow-card[data-status=completed] .escrow-card__accent{background:#06b6d4}.escrow-card[data-status=cancelled] .escrow-card__accent,.escrow-card[data-status=unsuccessful] .escrow-card__accent{background:#ef4444}[data-theme=dark] .escrow-card[data-status=waiting] .escrow-card__accent{background:#fbbf24}[data-theme=dark] .escrow-card[data-status=ongoing] .escrow-card__accent{background:#34d399}[data-theme=dark] .escrow-card[data-status=completed] .escrow-card__accent{background:#22d3ee}[data-theme=dark] .escrow-card[data-status=cancelled] .escrow-card__accent,[data-theme=dark] .escrow-card[data-status=unsuccessful] .escrow-card__accent{background:#f87171}.escrow-card-hit-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;margin:0;padding:0;border:0;background:transparent;cursor:pointer}.escrow-card__inner{margin-left:3px}.escrow-card__inner--interactive{position:relative;z-index:2;pointer-events:none}.escrow-card__inner--interactive .escrow-card-header,.escrow-card__inner--interactive button,.escrow-card__inner--interactive a{pointer-events:auto;cursor:pointer}.escrow-card-header{display:flex;align-items:center;gap:.6rem;width:100%;padding:.65rem .75rem .6rem .85rem;border:none;background:transparent;cursor:pointer;text-align:left;font:inherit;color:var(--text-dark);transition:background .15s ease}.escrow-card-header:hover{background:var(--bg-light)}[data-theme=dark] .escrow-card-header:hover{background:#ffffff0f}.escrow-card-summary{flex:1;font-weight:600;font-size:.9375rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.escrow-card-amount-wrap{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.escrow-card-payment-icon{width:16px;height:16px;flex-shrink:0}.escrow-card-amount{font-weight:600;font-size:.875rem;white-space:nowrap;color:var(--text-dark)}.escrow-card-status-pill{font-size:.6875rem;font-weight:600;padding:.2rem .5rem;border-radius:6px;text-transform:capitalize;flex-shrink:0;letter-spacing:.02em}.escrow-card-status-pill.waiting{background:#f59e0b33;color:#b45309}.escrow-card-status-pill.ongoing{background:#10b98133;color:#0d9668}.escrow-card-status-pill.completed{background:#06b6d433;color:#0891b2}.escrow-card-status-pill.cancelled,.escrow-card-status-pill.unsuccessful{background:#ef44442e;color:#dc2626}[data-theme=dark] .escrow-card-status-pill.waiting{background:#fbbf2440;color:#fbbf24}[data-theme=dark] .escrow-card-status-pill.ongoing{background:#34d39940;color:#34d399}[data-theme=dark] .escrow-card-status-pill.completed{background:#22d3ee40;color:#22d3ee}[data-theme=dark] .escrow-card-status-pill.cancelled,[data-theme=dark] .escrow-card-status-pill.unsuccessful{background:#f8717133;color:#f87171}.escrow-card-chevron{font-size:.6875rem;opacity:.75;flex-shrink:0;transition:transform .2s ease}.escrow-card-body{padding:0 .85rem .75rem;border-top:1px solid var(--border-color);animation:escrow-body-in .2s ease}@keyframes escrow-body-in{0%{opacity:0}to{opacity:1}}.escrow-card-body[hidden]{display:none}.escrow-card-parties{display:flex;align-items:center;gap:.6rem;padding:.6rem 0 0;flex-wrap:wrap}.escrow-party{position:relative;min-width:0}.escrow-party__surface{display:flex;align-items:center;gap:.5rem;min-width:0;position:relative;z-index:2;pointer-events:none}.escrow-party-hit{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:6px;text-decoration:none}.escrow-party--profile-hit{cursor:pointer}.escrow-party--profile-hit:hover .escrow-party__surface{opacity:.92}.escrow-party--profile-hit:after{content:attr(data-tooltip);position:absolute;left:50%;top:calc(100% + 4px);transform:translate(-50%);padding:.28rem .45rem;font-size:.6875rem;font-weight:600;line-height:1.2;color:var(--surface-card, var(--white));background:var(--text-dark);border-radius:6px;box-shadow:var(--shadow, 0 2px 8px rgba(0, 0, 0, .15));white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .12s ease,visibility .12s ease;z-index:10}.escrow-party--profile-hit:hover:after{opacity:1;visibility:visible}.escrow-party-avatar{width:36px;height:36px;border-radius:50%;background:var(--primary-color);color:#fff;font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.escrow-party-info{display:flex;flex-direction:column;gap:.125rem;min-width:0}.escrow-party-role{font-size:.65rem;text-transform:uppercase;letter-spacing:.02em;color:var(--text-light)}.escrow-party-name{font-size:.85rem;font-weight:600;color:var(--text-dark)}.escrow-party-username{font-weight:400;color:var(--text-light);margin-left:.25rem}.escrow-party-arrow{font-size:1rem;opacity:.5;flex-shrink:0}.profile-username-link{border-radius:4px}a.profile-username-link{text-decoration:none;color:inherit;transition:color .15s ease,opacity .15s ease}a.profile-username-link:hover{color:var(--primary-color)}a.profile-username-link:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.escrow-timeline-wrap{padding:.75rem 0 0;margin-top:.75rem;border-top:1px solid var(--border-color)}.escrow-timeline-title{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-light);margin:0 0 .5rem;opacity:.9}.escrow-timeline{position:relative;padding-left:1.25rem;margin-left:0}.escrow-timeline-step{position:relative;padding:.35rem 0;margin-bottom:0;min-height:1.75rem;display:flex;align-items:center;gap:.6rem}.escrow-timeline-step:last-child{margin-bottom:0}.escrow-timeline-step:before{content:"";position:absolute;left:-1.25rem;top:50%;transform:translate(-50%,-50%);margin-left:0;width:6px;height:6px;border-radius:50%;background:var(--border-color);transition:background .2s ease,box-shadow .2s ease}.escrow-timeline-step.reached:before{background:#10b981;width:6px;height:6px}.escrow-timeline-step.active:before{width:8px;height:8px;left:-1.25rem;transform:translate(-50%,-50%);margin-left:0}.escrow-timeline-step.active.waiting:before{background:#f59e0b;box-shadow:0 0 0 2px #f59e0b59}.escrow-timeline-step.active.ongoing:before{background:#10b981;box-shadow:0 0 0 2px #10b98159}.escrow-timeline-step.active.completed:before{background:#06b6d4;box-shadow:0 0 0 2px #06b6d459}.escrow-timeline-step.active.cancelled:before{background:#ef4444;box-shadow:0 0 0 2px #ef444459}[data-theme=dark] .escrow-timeline-step.active.waiting:before{background:#fbbf24;box-shadow:0 0 0 2px #fbbf2466}[data-theme=dark] .escrow-timeline-step.active.ongoing:before{background:#34d399;box-shadow:0 0 0 2px #34d39966}[data-theme=dark] .escrow-timeline-step.active.completed:before{background:#22d3ee;box-shadow:0 0 0 2px #22d3ee66}[data-theme=dark] .escrow-timeline-step.active.cancelled:before{background:#f87171;box-shadow:0 0 0 2px #f8717166}.escrow-timeline-step.skipped:before{background:var(--border-color);opacity:.5}.escrow-timeline-step.skipped .escrow-timeline-content{opacity:.55}.escrow-timeline-marker{display:none}.escrow-timeline-content{display:flex;flex-direction:column;align-items:stretch;gap:.15rem;flex:1;min-width:0}.escrow-timeline-content-row{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.25rem .5rem;width:100%}.escrow-timeline-tx-stack{display:flex;flex-direction:column;gap:.25rem;width:100%}.escrow-timeline-tx{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;font-size:.6875rem}.escrow-timeline-tx-label{color:var(--text-light);font-weight:500}.escrow-timeline-tx-sig{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.65rem;color:var(--text-dark)}.escrow-timeline-tx-solscan{font-weight:600;color:#2563eb;text-decoration:none}.escrow-timeline-tx-solscan:hover{text-decoration:underline}[data-theme=dark] .escrow-timeline-tx-solscan{color:#93c5fd}.escrow-timeline-label{font-size:.8125rem;font-weight:500;color:var(--text-dark);line-height:1.35}.escrow-timeline-step.skipped .escrow-timeline-label{color:var(--text-light);font-weight:400}.escrow-timeline-date{font-size:.6875rem;color:var(--text-light);flex-shrink:0}.escrow-timeline-step.active .escrow-timeline-label{font-weight:600}.escrow-timeline-step.active.waiting .escrow-timeline-label{color:#b45309}.escrow-timeline-step.active.ongoing .escrow-timeline-label{color:#0d9668}.escrow-timeline-step.active.completed .escrow-timeline-label{color:#0891b2}.escrow-timeline-step.active.cancelled .escrow-timeline-label{color:#dc2626}[data-theme=dark] .escrow-timeline-step.active.waiting .escrow-timeline-label{color:#fbbf24}[data-theme=dark] .escrow-timeline-step.active.ongoing .escrow-timeline-label{color:#34d399}[data-theme=dark] .escrow-timeline-step.active.completed .escrow-timeline-label{color:#22d3ee}[data-theme=dark] .escrow-timeline-step.active.cancelled .escrow-timeline-label{color:#f87171}.escrow-card-footer{padding-top:.5rem;border-top:1px solid var(--border-color)}.escrow-card-footer .escrow-actions{margin-top:0}.escrow-two-party{width:100%;margin-top:.5rem;padding-top:.75rem;border-top:1px solid var(--border-color)}.escrow-two-party-intro{font-size:.75rem;color:var(--text-light);line-height:1.5;margin:0 0 .75rem;padding:.5rem .625rem;background:var(--bg-light);border-radius:var(--radius-sm);border:1px solid var(--border-color)}.escrow-two-party-intro strong{color:var(--text-dark);font-weight:600}.escrow-two-party-rows{display:flex;flex-direction:row;gap:.5rem}.escrow-two-party-rows .escrow-two-party-panel{flex:1;min-width:0}.escrow-two-party-panel{padding:.625rem .75rem;background:var(--bg-light);border:1px solid var(--border-color);border-radius:var(--radius-sm)}.escrow-two-party-panel .btn{width:100%;margin-top:.5rem;padding:.4rem .75rem;font-size:.8rem;font-weight:600}.escrow-two-party-panel .btn:disabled{opacity:.85;cursor:default}.escrow-two-party-count{font-size:.8rem;color:var(--text-dark);margin:0;line-height:1.4;display:flex;align-items:baseline;flex-wrap:wrap;gap:.25rem}.escrow-two-party-count-label{font-weight:600}.escrow-two-party-count-value{font-weight:700;color:var(--primary-color);font-variant-numeric:tabular-nums}.escrow-two-party-panel--cancel .escrow-two-party-count-value{color:#dc2626}[data-theme=dark] .escrow-two-party-panel--cancel .escrow-two-party-count-value{color:#f87171}.escrow-two-party-count .escrow-two-party-count-note{width:100%;font-size:.7rem;color:var(--text-light);font-weight:400}.escrow-cancel-note{width:100%;margin:0 0 .5rem;font-size:.75rem;color:var(--text-light);line-height:1.4}.escrow-sign-confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10010;display:flex;align-items:center;justify-content:center;padding:1rem;background:var(--modal-overlay-bg);backdrop-filter:blur(var(--modal-overlay-blur));-webkit-backdrop-filter:blur(var(--modal-overlay-blur))}.escrow-sign-confirm-modal{background:var(--card-bg);border:var(--card-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:1.25rem 1.5rem;max-width:360px;width:100%}.escrow-sign-confirm-title{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:var(--text-dark)}.escrow-sign-confirm-message{margin:0 0 1rem;font-size:.875rem;color:var(--text-dark);line-height:1.5}.escrow-sign-confirm-actions{display:flex;gap:.5rem;justify-content:flex-end}.escrow-sign-confirm-actions .btn{min-width:5rem}.escrow-status-badge{font-size:.7rem;font-weight:600;padding:.25rem .5rem;border-radius:2.4px;white-space:nowrap;flex-shrink:0;text-transform:capitalize}.escrow-status-badge.waiting{color:#f59e0b;background:#fef3c7;border:1px solid rgba(245,158,11,.3)}.escrow-status-badge.ongoing{color:#65a30d;background:#ecfccb;border:1px solid rgba(101,163,13,.3)}.escrow-status-badge.completed{color:#10b981;background:#d1fae5;border:1px solid rgba(16,185,129,.3)}.escrow-status-badge.cancelled{color:#ef4444;background:#fee2e2;border:1px solid rgba(239,68,68,.3)}[data-theme=dark] .escrow-status-badge.waiting{color:#fbbf24;background:#fbbf2433;border-color:#fbbf244d}[data-theme=dark] .escrow-status-badge.ongoing{color:#84cc16;background:#84cc1633;border-color:#84cc164d}[data-theme=dark] .escrow-status-badge.completed{color:#34d399;background:#34d39933;border-color:#34d3994d}[data-theme=dark] .escrow-status-badge.cancelled{color:#f87171;background:#f8717133;border-color:#f871714d}.escrow-date{font-size:.7rem;color:var(--text-light);margin:0;line-height:1.2}.trade-partners-dropdown{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;border-top:1px solid transparent}.trade-partners-dropdown.expanded{max-height:2000px;padding-top:2rem;margin-top:2rem;border-top:1px solid var(--border-color)}.dropdown-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color);flex-wrap:wrap;gap:1rem}.dropdown-header h3{font-size:1.25rem;font-weight:600;color:var(--text-dark);flex:1;min-width:120px}.trade-filters{display:flex;gap:.5rem;flex-wrap:wrap}.filter-btn{padding:.5rem 1rem;border:1px solid var(--border-color);background:var(--bg-light);border-radius:var(--radius-sm);cursor:pointer;font-size:.875rem;font-weight:500;color:var(--text-light);transition:all .3s ease}.filter-btn:hover{border-color:var(--primary-color);color:var(--primary-color);background:var(--white)}.filter-btn.active{background:var(--primary-color);color:var(--white);border-color:var(--primary-color)}.dropdown-arrow{font-size:1rem;color:var(--text-light);transition:transform .3s ease}.profile-section.expanded .dropdown-arrow{transform:rotate(180deg)}.trade-partners-list{display:flex;flex-direction:column;gap:1rem}.trade-item{display:flex;flex-direction:column;gap:1rem;padding:1.25rem;background:var(--bg-light);border-radius:2.4px;transition:all .3s ease;cursor:pointer;border:2px solid transparent}.trade-item.unsuccessful{opacity:.8;border-left:4px solid #ef4444}.trade-item.ongoing{border-left:4px solid #3b82f6}.trade-item:hover{border-color:var(--primary-color);box-shadow:var(--shadow)}.trade-profiles{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.profile-badge{display:flex;flex-direction:row;align-items:center;gap:.5rem;flex:1;min-width:0}.active-escrow-item .profile-badge{gap:.375rem}.profile-avatar-small{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;color:var(--white);flex-shrink:0}.profile-badge.buyer .profile-avatar-small{background:linear-gradient(135deg,#10b981,#059669)}.profile-badge.seller .profile-avatar-small{background:linear-gradient(135deg,#f59e0b,#d97706)}.profile-role{font-size:.7rem;font-weight:600;color:var(--text-light);text-transform:uppercase;letter-spacing:.3px;line-height:1.4;margin:0}.profile-info{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;flex:1;min-width:0;text-align:left}.active-escrow-item .profile-info{gap:.25rem}.profile-name{font-size:.875rem;font-weight:600;color:var(--text-dark);display:flex;align-items:center;gap:.25rem;flex-wrap:nowrap;white-space:nowrap;line-height:1.4;margin:0;overflow:hidden;min-width:0}.profile-username{font-size:.75rem;color:var(--text-light);font-weight:400;line-height:1.4;white-space:nowrap;flex-shrink:0}.contact-name-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:0 1 auto;min-width:0}.contact-username{color:#666;font-size:.9em;white-space:nowrap;flex-shrink:0}.profile-company{font-size:.75rem;color:var(--text-light);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0;line-height:1.4}.profile-location{font-size:.7rem;color:var(--text-light);font-weight:400}.trade-arrow{font-size:.875rem;color:var(--text-light);font-weight:300;flex-shrink:0;margin:0 .25rem}.trade-details{flex:1;text-align:center}.trade-commodity{font-size:1.1rem;font-weight:600;color:var(--text-dark);margin-bottom:.75rem}.trade-meta{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:.5rem;flex-wrap:wrap}.trade-amount{font-size:1.25rem;font-weight:700;color:var(--primary-color)}.trade-duration{font-size:.9rem;color:var(--text-light);font-weight:500}.trade-date{font-size:.85rem;color:var(--text-light);margin-top:.5rem}.portfolio-header{margin-bottom:1rem}.portfolio-value{margin-bottom:1.5rem}.portfolio-title{font-size:1rem;color:var(--text-light);font-weight:500;margin-bottom:.5rem}.value-display{display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap}.value-amount{font-size:3rem;font-weight:700;color:var(--text-dark)}.value-change{font-size:1.25rem;font-weight:600;padding:.25rem .75rem;border-radius:1.2px}.value-change.positive{color:#10b981;background:#d1fae5}.value-change.negative{color:#ef4444;background:#fee2e2}.portfolio-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.stat-card{background:var(--white);padding:1.5rem;border-radius:2.4px;box-shadow:var(--shadow);transition:background-color .3s ease,box-shadow .3s ease}.stat-label{font-size:.875rem;color:var(--text-light);margin-bottom:.5rem}.stat-value{font-size:1.5rem;font-weight:700;color:var(--text-dark)}.stat-value.positive{color:#10b981}.stat-value.negative{color:#ef4444}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.portfolio-section{background:var(--white);border-radius:2.4px;padding:1.5rem;box-shadow:var(--shadow);transition:background-color .3s ease,box-shadow .3s ease}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color);transition:border-color .3s ease}.section-header h2{font-size:1.25rem;font-weight:600;color:var(--text-dark)}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-secondary{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:#000!important}[data-theme=dark] .btn-secondary:hover{color:#fff!important}.holdings-list{display:flex;flex-direction:column;gap:1rem}.holding-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-radius:1.6px;transition:background .3s}.holding-item:not(.empty-state):hover{border-color:var(--primary-color);box-shadow:var(--shadow)}.holding-info{display:flex;align-items:center;gap:1rem}.holding-icon{font-size:2rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:var(--bg-light);border-radius:2px;transition:background-color .3s ease}.holding-details h3{font-size:1rem;font-weight:600;color:var(--text-dark);margin-bottom:.25rem}.holding-symbol{font-size:.875rem;color:var(--text-light)}.holding-value{text-align:right}.holding-value .value{font-size:1.125rem;font-weight:600;color:var(--text-dark);margin-bottom:.25rem}.holding-value .change{font-size:.875rem;font-weight:500}.holding-item.empty-state{text-align:center;padding:2rem;color:var(--text-light);font-style:italic}.chart-section{grid-column:span 2}.chart-controls{display:flex;gap:.5rem}.chart-btn{padding:.5rem 1rem;border:1px solid var(--border-color);background:var(--white);border-radius:1.2px;cursor:pointer;font-size:.875rem;transition:all .3s;color:var(--text-dark)}.chart-btn:hover{border-color:var(--primary-color);color:var(--primary-color)}.chart-btn.active{background:var(--primary-color);color:var(--white);border-color:var(--primary-color)}.chart-container{height:300px;margin-top:1rem}.chart-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--bg-light);border-radius:1.6px;color:var(--text-light);transition:background-color .3s ease,color .3s ease}.chart-bars{display:flex;align-items:flex-end;gap:.5rem;height:200px;margin-top:1rem}.chart-bars .bar{width:30px;background:var(--primary-color);border-radius:4px 4px 0 0;min-height:20px}.activity-list{display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid var(--border-color);border-radius:1.6px;transition:all .3s ease}.activity-item:hover{border-color:var(--primary-color);box-shadow:var(--shadow)}.activity-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:1.6px;font-size:1.25rem}.activity-icon.buy{background:#d1fae5}.activity-icon.sell{background:#fee2e2}.activity-icon.deposit{background:#dbeafe}.activity-details{flex:1}.activity-details h4{font-size:.875rem;font-weight:600;color:var(--text-dark);margin-bottom:.25rem}.activity-time{font-size:.75rem;color:var(--text-light)}.activity-amount{text-align:right}.activity-amount .amount{font-size:.875rem;font-weight:600;color:var(--text-dark);margin-bottom:.25rem}.activity-amount .price{font-size:.75rem;color:var(--text-light)}.action-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.action-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;border:2px solid var(--border-color);background:var(--white);border-radius:2.4px;cursor:pointer;transition:all .3s;font-size:.875rem;font-weight:500;color:var(--text-dark)}.action-btn:hover{border-color:var(--primary-color);background:#f0f7ff;transform:translateY(-2px);box-shadow:var(--shadow)}.action-btn.primary{background:var(--primary-color);color:var(--white);border-color:var(--primary-color)}.action-btn.primary:hover{background:var(--secondary-color)}.action-icon{font-size:2rem}.btn{padding:.875rem 2rem;border:none;border-radius:var(--radius-sm);font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s}.btn-primary{background:#0051ff33;border:1px solid rgba(37,99,235,.3);color:#000!important;box-shadow:none!important;transform:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.btn-primary:hover{background:#2563eb4d;border-color:#2563eb66;box-shadow:none!important;transform:none!important}[data-theme=dark] .btn-primary{background:var(--white);border-color:#c7d2fe33;color:var(--text-dark)!important;box-shadow:none!important}[data-theme=dark] .btn-primary:hover{background:#1e293bcc;border-color:#c7d2fe66;box-shadow:none!important}.btn-secondary{background:var(--bg-light);color:var(--text-dark)!important;border:1px solid var(--border-color);box-shadow:none!important;transform:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.btn-secondary:hover{background:var(--white);color:var(--text-dark)!important;box-shadow:none!important;transform:none!important}[data-theme=dark] .btn-secondary{background:var(--bg-light);color:var(--text-dark)!important;border-color:var(--border-color);box-shadow:none!important}[data-theme=dark] .btn-secondary:hover{background:var(--white);color:var(--text-dark)!important;box-shadow:none!important}section{padding:5rem 0}.section-title{font-size:2.5rem;text-align:center;margin-bottom:1rem;color:var(--text-dark)}.section-subtitle{text-align:center;color:var(--text-light);font-size:1.1rem;margin-bottom:3rem}.commodities{background:var(--bg-light)}.commodities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.commodity-card{background:var(--white);padding:2rem;border:1px solid var(--border-color);border-radius:2.4px;text-align:center;box-shadow:var(--shadow);transition:all .3s ease}.commodity-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow)}.commodity-icon{font-size:3rem;margin-bottom:1rem}.commodity-card h3{font-size:1.5rem;margin-bottom:.5rem;color:var(--text-dark)}.commodity-card p{color:var(--text-light)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.service-card{background:var(--white);padding:2.5rem;border:1px solid var(--border-color);border-top:4px solid var(--primary-color);border-radius:2.4px;box-shadow:var(--shadow);transition:all .3s ease}.service-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow)}.service-icon{font-size:2.5rem;margin-bottom:1rem}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark)}.service-card p{color:var(--text-light);line-height:1.8}.about{background:var(--bg-light)}.about-content{max-width:900px;margin:0 auto}.about-text p{font-size:1.1rem;color:var(--text-light);margin-bottom:1.5rem;line-height:1.8}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-top:3rem;padding-top:3rem;border-top:2px solid #e5e7eb}.stat-item{text-align:center}.stat-item h3{font-size:2.5rem;color:var(--primary-color);margin-bottom:.5rem}.stat-item p{color:var(--text-light);font-size:1rem}.contact{background:var(--white)}.contact-form{max-width:600px;margin:0 auto}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-dark);font-size:.95rem}.form-group small{display:block;margin-top:.25rem;font-size:.85rem;color:var(--text-light)}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid var(--border-color);border-radius:1.6px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:var(--white);color:var(--text-dark)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical}.edit-profile-modal-content{max-width:1200px;width:90%}.edit-profile-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--modal-overlay-bg);backdrop-filter:blur(var(--modal-overlay-blur));-webkit-backdrop-filter:blur(var(--modal-overlay-blur));z-index:10003;overflow-y:auto;overflow-x:hidden;display:flex;align-items:center;justify-content:center;padding:var(--card-padding-lg)}.edit-profile-container{width:90%;max-width:var(--modal-max-width-form);margin:auto;padding:0;position:relative;z-index:10004;display:flex;align-items:center;justify-content:center;min-height:auto;box-sizing:border-box}.edit-profile-form{width:100%;min-width:0;max-width:100%}.profile-section-editing{position:relative;border-radius:var(--radius-lg);border:var(--card-border);box-shadow:var(--card-shadow-hover);padding:0;font-size:var(--modal-body-size);overflow:visible}[data-theme=dark] .edit-profile-overlay .profile-section-editing{background:var(--card-bg);border:var(--card-border);color:var(--text-dark)}.edit-profile-modal-header{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1rem 1.5rem;border-bottom:1px solid var(--border-color);background:transparent}.edit-profile-header-left{display:flex;flex-direction:column;gap:.125rem;min-width:0}.edit-profile-header-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.edit-profile-title,.edit-profile-modal-header .edit-profile-title,.edit-profile-modal-header h2{font-size:1.125rem;font-weight:600;letter-spacing:-.02em;color:var(--modal-title-color);margin:0;line-height:1.3}.edit-profile-sign-in-note{margin:0;padding:0;font-size:.8125rem;color:var(--modal-subtitle-color);line-height:1.4}.edit-profile-close-btn{position:absolute;top:.75rem;right:.75rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text-light);font-size:1.375rem;line-height:1;cursor:pointer;transition:color .2s ease,background .2s ease;flex-shrink:0;z-index:1}.edit-profile-close-btn:hover{color:var(--text-dark);background:var(--bg-light)}.edit-profile-save-btn{padding:.5rem 1rem!important;font-size:.875rem!important;white-space:nowrap}.wallet-modal-content .form-group label,.contact-modal-content .form-group label,.edit-profile-overlay .profile-section-editing .form-group label{font-size:var(--modal-label-size);font-weight:600;color:var(--modal-title-color)}.wallet-modal-content .form-group input,.wallet-modal-content .form-group textarea,.contact-modal-content .form-group input,.contact-modal-content .form-group textarea,.edit-profile-overlay .profile-section-editing .form-group input,.edit-profile-overlay .profile-section-editing .form-group textarea{padding:var(--modal-input-padding);font-size:var(--modal-input-size);border-radius:var(--radius-sm);border:1px solid var(--border-color);color:var(--text-dark);background:var(--card-bg)}[data-theme=dark] .wallet-modal-content .form-group input,[data-theme=dark] .wallet-modal-content .form-group textarea,[data-theme=dark] .contact-modal-content .form-group input,[data-theme=dark] .contact-modal-content .form-group textarea,[data-theme=dark] .edit-profile-overlay .profile-section-editing .form-group input,[data-theme=dark] .edit-profile-overlay .profile-section-editing .form-group textarea{background:#1e293b;border-color:var(--border-color);color:var(--text-dark)}.profile-section-editing .profile-actions{position:static}.edit-profile-body{display:flex;align-items:flex-start;gap:2rem;padding:1.25rem 1.5rem 1.5rem}.profile-section-editing .profile-avatar-edit-container{flex-shrink:0;margin-bottom:0;padding-bottom:0;border-bottom:none}.profile-section-editing .edit-profile-body .profile-header{flex:1;min-width:0;margin-bottom:0;padding-bottom:0}.profile-section-editing .edit-profile-body .profile-info{gap:0}.profile-section-editing .profile-field-group{margin-bottom:1.25rem;flex-direction:column;align-items:stretch;gap:.375rem}.profile-section-editing .profile-field-group:last-of-type{margin-bottom:0}.profile-section-editing .profile-wallet{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border-color);font-size:.8125rem;color:var(--text-light)}.profile-section-editing{width:100%!important;max-width:100%!important;min-width:0!important;max-height:90vh;overflow-y:auto;cursor:default;z-index:10005;pointer-events:auto;box-sizing:border-box;margin:0 auto}.profile-section-editing:hover{box-shadow:var(--card-shadow-hover)}.profile-section-editing .profile-actions{display:flex;flex-direction:row;gap:.75rem;align-items:center;justify-content:flex-end;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.profile-section-editing .profile-info{flex:1;width:100%;max-width:100%;display:flex;flex-direction:column;gap:0}.profile-section-editing .profile-actions .btn{display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;font-weight:600;font-size:.875rem;transition:all .3s ease;min-width:120px;justify-content:center}.profile-section-editing .profile-actions .btn-secondary{background:#6b728066;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:2px solid rgba(107,114,128,.4);color:#000!important;box-shadow:0 4px 16px #6b728033,inset 0 1px #fff3}.profile-section-editing .profile-actions .btn-secondary:hover{background:#6b728080;border-color:#6b728080;transform:translateY(-2px);box-shadow:0 6px 20px #6b72804d,inset 0 1px #ffffff4d}[data-theme=dark] .profile-section-editing .profile-actions .btn-secondary{background:#4b556366;border-color:#4b556366;color:#fff!important;box-shadow:0 4px 16px #4b556333,inset 0 1px #ffffff26}[data-theme=dark] .profile-section-editing .profile-actions .btn-secondary:hover{background:#4b556380;border-color:#4b556380;box-shadow:0 6px 20px #4b55634d,inset 0 1px #fff3}.profile-section-editing .profile-actions .btn-primary{background:#2563eb66;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:2px solid rgba(37,99,235,.4);color:#000!important;box-shadow:0 4px 16px #2563eb33,inset 0 1px #fff3}.profile-section-editing .profile-actions .btn-primary:hover{background:#2563eb80;border-color:#2563eb80;transform:translateY(-2px);box-shadow:0 6px 20px #2563eb4d,inset 0 1px #ffffff4d}[data-theme=dark] .profile-section-editing .profile-actions .btn-primary{background:var(--white);border-color:var(--border-color);color:var(--text-dark)!important;box-shadow:none!important}[data-theme=dark] .profile-section-editing .profile-actions .btn-primary:hover{background:var(--bg-light);border-color:var(--border-color);box-shadow:none!important}.profile-section-editing .profile-stats{pointer-events:none;opacity:.7}.editable-field-wrapper{display:flex;align-items:center;gap:.375rem;flex:1;min-width:0}.username-prefix{font-size:.875rem;font-weight:600;color:var(--text-dark);opacity:.85;flex-shrink:0;width:auto;display:inline-block}.edit-icon{font-size:.875rem;opacity:.6;flex-shrink:0;transition:opacity .3s ease;width:20px;text-align:center;display:inline-block}.profile-section-editing .edit-icon{width:20px!important;min-width:20px!important;flex-shrink:0!important;flex-grow:0!important;text-align:center}.editable-field-wrapper:hover .edit-icon{opacity:1}.profile-section-editing .profile-name-input,.profile-section-editing .profile-email-input,.profile-section-editing .company-name-input,.profile-section-editing .location-text-input,.profile-section-editing .username-input{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-sm);padding:var(--modal-input-padding, .5rem .75rem);font-size:var(--modal-input-size, .9375rem);font-family:inherit;color:var(--text-dark);transition:border-color .2s ease,box-shadow .2s ease;margin:0;flex:1 1 auto;min-width:0;width:100%;box-sizing:border-box;flex-shrink:1}.profile-section-editing .profile-name-input:focus,.profile-section-editing .profile-email-input:focus,.profile-section-editing .company-name-input:focus,.profile-section-editing .location-text-input:focus,.profile-section-editing .username-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1f}.profile-section-editing .username-input.error{border-color:#e74c3c;background:#e74c3c14}.profile-section-editing .profile-name-input::placeholder,.profile-section-editing .profile-email-input::placeholder,.profile-section-editing .company-name-input::placeholder,.profile-section-editing .location-text-input::placeholder,.profile-section-editing .username-input::placeholder{color:var(--text-light);opacity:.7}[data-theme=dark] .profile-section-editing .profile-name-input,[data-theme=dark] .profile-section-editing .profile-email-input,[data-theme=dark] .profile-section-editing .company-name-input,[data-theme=dark] .profile-section-editing .location-text-input,[data-theme=dark] .profile-section-editing .username-input{background:#1e293b;border-color:var(--border-color)}[data-theme=dark] .profile-section-editing .profile-name-input:focus,[data-theme=dark] .profile-section-editing .profile-email-input:focus,[data-theme=dark] .profile-section-editing .company-name-input:focus,[data-theme=dark] .profile-section-editing .location-text-input:focus,[data-theme=dark] .profile-section-editing .username-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #3b82f633}.username-input.error{border-color:#e74c3c!important;background:#e74c3c1a!important}[data-theme=dark] .username-input.error{border-color:#e74c3c!important;background:#e74c3c33!important}.profile-name-input{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:.25rem;width:100%;display:block;opacity:.9}.profile-name-input:focus{outline:none;border-color:var(--primary-color);background:#00000026;box-shadow:0 0 0 3px #2563eb1a}[data-theme=dark] .profile-name-input:focus{background:#ffffff26;box-shadow:0 0 0 3px #3b82f61a}.profile-email-input,.username-input{font-size:.875rem;color:var(--text-dark);margin-bottom:0;width:100%;display:block;font-weight:600;opacity:.85}.username-input:focus{outline:none;border-color:var(--primary-color);background:#00000026;box-shadow:0 0 0 3px #2563eb1a}[data-theme=dark] .username-input:focus{background:#ffffff26;box-shadow:0 0 0 3px #3b82f61a}.profile-email-input:focus{outline:none;border-color:var(--primary-color);background:#00000026;box-shadow:0 0 0 3px #2563eb1a}[data-theme=dark] .profile-email-input:focus{background:#ffffff26;box-shadow:0 0 0 3px #3b82f61a}.company-name-input{font-size:.875rem;color:var(--text-dark);font-weight:600;opacity:.85}.company-name-input:focus{outline:none;border-color:var(--primary-color);background:#00000026;box-shadow:0 0 0 3px #2563eb1a}[data-theme=dark] .company-name-input:focus{background:#ffffff26;box-shadow:0 0 0 3px #3b82f61a}.location-text-input{font-size:.875rem;color:var(--text-dark);font-weight:600;opacity:.85}.location-text-input:focus{outline:none;border-color:var(--primary-color);background:#00000026;box-shadow:0 0 0 3px #2563eb1a}[data-theme=dark] .location-text-input:focus{background:#ffffff26;box-shadow:0 0 0 3px #3b82f61a}[data-theme=dark] .profile-name-input:focus,[data-theme=dark] .profile-email-input:focus,[data-theme=dark] .company-name-input:focus,[data-theme=dark] .location-text-input:focus,[data-theme=dark] .username-input:focus{background:#3b82f61a}.avatar-upload-overlay{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:transparent;display:none;cursor:pointer;z-index:2}.profile-section-editing .avatar-upload-overlay{display:none}.avatar-remove-btn{position:absolute;top:-5px;right:-5px;width:28px;height:28px;border-radius:50%;background:#ef4444;color:#fff;border:2px solid var(--white);font-size:1.2rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:3;transition:all .3s ease}.avatar-remove-btn:hover{background:#dc2626;transform:scale(1.1)}.edit-profile-form{margin-top:0}.edit-profile-header{display:flex;align-items:flex-start;gap:2rem;margin-bottom:1rem;padding-bottom:2rem;border-bottom:1px solid var(--border-color)}.edit-profile-avatar-section{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:1rem}.edit-profile-avatar{position:relative;width:100px;height:100px}.edit-profile-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;box-shadow:var(--shadow)}.edit-avatar-placeholder{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:var(--white);box-shadow:var(--shadow)}.upload-picture-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#2563eb1a;border:1px solid rgba(37,99,235,.3);border-radius:1.6px;cursor:pointer;font-size:.875rem;font-weight:500;color:var(--primary-color);transition:all .3s ease}.upload-picture-btn:hover{background:#2563eb33;border-color:#2563eb80}.remove-picture-btn{padding:.5rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:1.6px;cursor:pointer;font-size:.875rem;font-weight:500;color:#ef4444;transition:all .3s ease}.remove-picture-btn:hover{background:#ef444433;border-color:#ef444480}.edit-profile-info{flex:1;display:flex;flex-direction:column;gap:1.25rem}.form-group-inline{display:flex;flex-direction:column;gap:.5rem}.form-group-inline label{font-size:.95rem;font-weight:500;color:var(--text-light)}.form-group-inline input{padding:.75rem;border:2px solid var(--border-color);border-radius:1.6px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:var(--white);color:var(--text-dark);width:100%}.form-group-inline input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a}.form-group-inline small{font-size:.8rem;color:var(--text-light);margin-top:-.25rem}[data-theme=dark] .form-group-inline input{background:var(--white);border-color:var(--border-color)}[data-theme=dark] .form-group-inline input:focus{box-shadow:0 0 0 3px #3b82f61a}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-color)}.form-actions .btn{min-width:120px}[data-theme=dark] .form-group input,[data-theme=dark] .form-group textarea{background:var(--white);border-color:var(--border-color)}[data-theme=dark] .form-group input:focus,[data-theme=dark] .form-group textarea:focus{box-shadow:0 0 0 3px #3b82f61a}.footer{background:var(--text-dark);color:var(--white);padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:1rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:var(--white)}.footer-section p{color:#9ca3af;margin-bottom:.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#9ca3af;text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:var(--white)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #374151;color:#9ca3af}.wallet-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.wallet-modal.active{opacity:1;visibility:visible}.wallet-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--modal-overlay-bg);backdrop-filter:blur(var(--modal-overlay-blur));-webkit-backdrop-filter:blur(var(--modal-overlay-blur))}.wallet-modal-content{position:relative;background:var(--card-bg);border:var(--card-border);border-radius:var(--radius-md);padding:var(--modal-padding);max-width:var(--modal-max-width);width:90%;max-height:90vh;overflow-y:auto;box-shadow:var(--card-shadow-hover);z-index:10001;font-size:var(--modal-body-size)}.wallet-modal-content.modal-wide{max-width:var(--modal-max-width-wide)}[data-theme=dark] .wallet-modal-content{background:var(--card-bg);border:var(--card-border);color:var(--text-dark)}.wallet-modal-header{margin:var(--modal-header-margin);padding:var(--modal-header-padding);border-bottom:var(--modal-header-border)}.wallet-modal-header h2{font-size:var(--modal-title-size);font-weight:var(--modal-title-weight);letter-spacing:-.01em;color:var(--modal-title-color);margin:0 0 .25rem}.wallet-modal-header p{color:var(--modal-subtitle-color);font-size:var(--modal-subtitle-size);font-weight:500;margin:0}.wallet-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.wallet-option{display:flex;align-items:center;padding:1.25rem;border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--card-bg);cursor:pointer;transition:all .3s;width:100%;text-align:left}.wallet-option:hover{border-color:var(--primary-color);background:var(--bg-light);transform:translate(5px);box-shadow:var(--shadow)}[data-theme=dark] .wallet-option:hover{background:#1e293b}.wallet-option:active{transform:translate(2px)}.wallet-icon{font-size:2rem;margin-right:1rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:var(--bg-light);border-radius:var(--radius-sm);flex-shrink:0}.wallet-info{flex:1}.wallet-info h3{font-size:1.1rem;color:var(--text-dark);margin-bottom:.25rem;font-weight:600}.wallet-info p{font-size:.9rem;color:var(--text-light)}.wallet-arrow{font-size:1.5rem;color:var(--text-light);transition:all .3s}.wallet-option:hover .wallet-arrow{color:var(--primary-color);transform:translate(5px)}.wallet-modal-footer{text-align:center;padding-top:1.5rem;border-top:1px solid var(--border-color);transition:border-color .3s ease}.wallet-disclaimer{font-size:.85rem;color:var(--text-light);line-height:1.5}.profile-completion-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10001;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.profile-completion-modal.active{opacity:1;visibility:visible}.profile-completion-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}[data-theme=dark] .profile-completion-modal-overlay{background:#000;backdrop-filter:none;-webkit-backdrop-filter:none}.profile-completion-modal-content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);background:var(--white);border-radius:20px;padding:2rem;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0006;transition:transform .3s ease,background-color .3s ease;z-index:10002;text-align:center}.profile-completion-modal.active .profile-completion-modal-content{transform:translate(-50%,-50%) scale(1)}.profile-completion-modal-header{margin-bottom:1rem}.completion-icon{font-size:4rem;display:block;margin-bottom:1rem}.profile-completion-modal-header h2{font-size:2rem;color:#1f2937;margin-bottom:.5rem;font-weight:700}[data-theme=dark] .profile-completion-modal-header h2{color:#fff}.profile-completion-modal-header p{color:var(--text-dark);font-size:1rem;font-weight:500;opacity:.9}[data-theme=dark] .profile-completion-modal-header p{color:var(--text-light)}.profile-completion-modal-body{margin-bottom:1rem}.profile-completion-modal-body p{color:var(--text-dark);font-size:1rem;line-height:1.6;opacity:.85}[data-theme=dark] .profile-completion-modal-body p{color:var(--text-light);opacity:.9}.profile-completion-modal-footer{display:flex;justify-content:center;gap:1rem}.profile-completion-modal-footer .btn{min-width:200px;padding:1rem 2rem;font-size:1.1rem}.profile-completion-modal-footer .btn-primary{background:var(--primary-color);color:#000!important;border:2px solid var(--primary-color);box-shadow:0 4px 16px #2563eb4d;cursor:pointer!important;pointer-events:auto!important;transition:all .3s ease!important}.profile-completion-modal-footer .btn-primary:hover{background:var(--secondary-color)!important;border-color:var(--secondary-color)!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px #2563eb66!important}.profile-completion-modal-footer .btn-primary:active{transform:translateY(0)!important;box-shadow:0 4px 16px #2563eb4d!important}[data-theme=dark] .profile-completion-modal-footer .btn-primary{background:var(--white);color:var(--text-dark)!important;border-color:var(--border-color);box-shadow:none!important}[data-theme=dark] .profile-completion-modal-footer .btn-primary:hover{background:var(--bg-light);border-color:var(--border-color);box-shadow:none!important}[data-theme=dark] .profile-completion-modal-content{background:var(--bg-light);border:1px solid rgba(59,130,246,.2)}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.wallet-error{padding:1rem;margin-top:1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:1.6px;color:#dc2626;font-size:.9rem;text-align:center;line-height:1.5}[data-theme=dark] .wallet-error{background:#ef444426;border-color:#ef444466;color:#f87171}@media (max-width: 768px){.container{padding-left:1rem;padding-right:1rem}.navbar .container{flex-wrap:wrap;gap:.5rem}.nav-brand h2{font-size:1.25rem}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background:#fffffff2;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.2);width:100%;text-align:center;transition:.3s;box-shadow:0 8px 32px #0000001a,inset 0 1px #ffffff4d;padding:2rem 0;z-index:999}[data-theme=dark] .nav-menu{background:#1f2937;border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff14;backdrop-filter:none;-webkit-backdrop-filter:none}.nav-menu.active{left:0}.nav-menu li{padding:0;margin:0;border-bottom:1px solid var(--border-color)}.nav-menu li:last-child{border-bottom:none}.nav-menu .nav-link{display:block;padding:.875rem 1.5rem;font-size:1rem}.nav-menu-theme{display:block;border-top:1px solid var(--border-color);margin-top:.25rem;padding-top:.25rem}.nav-link-theme-toggle{width:100%;text-align:left;background:none;border:none;cursor:pointer;font:inherit;color:var(--text-dark);font-weight:500;display:flex!important;align-items:center;justify-content:space-between;gap:.75rem;padding:.875rem 1.5rem}.nav-link-theme-toggle:hover{color:var(--primary-color)}.nav-link-theme-label{flex:1}.nav-link-theme-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.navbar.nav-connected .theme-toggle-desktop{display:none!important}.nav-toggle{display:flex!important}.nav-right{gap:.5rem}.connect-wallet-btn{padding:.5rem 1rem;font-size:.85rem}.wallet-address{display:none!important;font-size:.8rem;padding:.4rem .8rem}.theme-toggle{width:36px;height:36px;font-size:1rem}.profile-header{flex-direction:column;text-align:center;gap:1.5rem;padding-top:3.5rem}.profile-actions{top:1rem;right:1rem}.edit-profile-btn,.add-contact-btn{padding:.4rem .875rem!important;font-size:.8rem!important}.contacts-header-content .contacts-search-input,.contacts-header-content .add-contact-btn{height:2rem!important}.contacts-header-content .contacts-search-input,.contacts-header-content .add-contact-btn{padding:0 .875rem!important;font-size:.8rem!important}.escrows-actions .create-escrow-btn,.escrows-actions .escrows-filter-btn,.notifications-header-content .notifications-filter-btn{padding:.4rem .875rem!important;font-size:.8rem!important;min-height:2rem}.contacts-actions{gap:.5rem}.contacts-search-container{max-width:200px}.escrows-actions{gap:.5rem}.balances-header-content,.notifications-header-content,.contacts-header-content,.escrows-header-content{flex-wrap:wrap;gap:.5rem;min-width:0}.balances-title-section,.notifications-title-section,.contacts-title-section,.escrows-title-section{min-width:0}.balances-title-section h2,.notifications-title-section h2,.contacts-title-section h2,.escrows-title-section h2{font-size:1.1rem;word-break:break-word}.balances-header-content .balances-total-wrap{min-width:0}.balances-header-content .balances-total-wrap .balance-amount{font-size:1rem;word-break:break-all}.portfolio-dashboard{overflow-x:hidden}.escrows-page .escrows-page__container{padding-left:1rem;padding-right:1rem}.edit-profile-overlay{padding:.5rem;align-items:center}.edit-profile-sign-in-note{font-size:.875rem}.edit-profile-container{width:98%!important;padding:0 .5rem!important}.profile-section-editing{padding:1rem!important;min-width:0!important;max-width:100%!important}.edit-profile-modal-header{flex-wrap:wrap;gap:.75rem}.edit-profile-body{flex-direction:column;gap:1.25rem}.profile-section-editing .profile-info{padding-right:0;padding-top:0}.profile-section-editing .edit-profile-header-right{flex-wrap:wrap}.profile-section-editing .profile-actions .btn,.edit-profile-save-btn{width:auto;min-width:100px;padding:.5rem 1rem!important;font-size:.875rem!important}.profile-section-editing .profile-avatar{width:60px!important;height:60px!important}.profile-completion-modal-content{width:95%!important;padding:1.5rem!important;max-height:85vh}.profile-completion-modal-header h2{font-size:1.5rem!important}.completion-icon{font-size:3rem!important}.profile-completion-modal-footer .btn{min-width:auto!important;width:100%;padding:.75rem 1.5rem!important;font-size:.95rem!important}.profile-section-editing .profile-actions .btn{width:100%;min-width:120px}.profile-stats{grid-template-columns:repeat(2,1fr)}.profile-section{padding:1rem;gap:1.25rem}.profile-header-new{flex-direction:column;align-items:flex-start;gap:1rem;padding-bottom:1.25rem}.profile-avatar-large{width:70px;height:70px}.avatar-placeholder-large{font-size:1.75rem}.profile-name-large{font-size:1.5rem}.username-value-large{font-size:.9rem}.edit-profile-btn-new{width:100%;justify-content:center}.profile-info-grid{grid-template-columns:1fr;gap:1rem}.profile-stats-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.profile-stat-card{padding:.875rem}.profile-stat-card .stat-value-new{font-size:1rem}.escrows-title-section h2{font-size:1.25rem}.total-amount{font-size:1.5rem}.escrows-header-content{flex-direction:column;align-items:flex-start}.escrows-dropdown-arrow{position:absolute;top:1.5rem;right:1.5rem}.escrows-header-card{position:relative}.dropdown-header{flex-direction:column;align-items:flex-start}.trade-filters{width:100%;justify-content:flex-start}.filter-btn{flex:1;min-width:80px;text-align:center}.trade-item{padding:1rem}.trade-profiles{gap:.75rem}.profile-badge{min-width:100px;max-width:150px}.profile-avatar-small{width:40px;height:40px;font-size:.9rem}.profile-name{font-size:.8rem}.profile-username{font-size:.7rem}.profile-company,.profile-location{font-size:.65rem}.trade-arrow{font-size:1.25rem}.trade-meta{flex-direction:column;gap:.5rem}.portfolio-grid{grid-template-columns:1fr}.chart-section{grid-column:span 1}.landing-content{padding:3rem 2rem}.landing-title{font-size:3.5rem}.landing-subtitle{font-size:1.5rem}.landing-cta{padding:1.75rem 4rem;font-size:1.4rem}.value-amount{font-size:2rem}.portfolio-stats,.action-buttons{grid-template-columns:1fr}}@media (max-width: 480px){.landing-content{padding:2.5rem 1.5rem;border-radius:4.8px}.landing-title{font-size:2.5rem}.landing-subtitle{font-size:1.25rem;margin-bottom:3rem}.landing-cta{padding:1.5rem 3rem;font-size:1.25rem;width:100%;max-width:400px}.shape-1,.shape-2,.shape-3,.shape-4{display:none}.profile-section{padding:1.5rem}.profile-name{font-size:1.5rem}.avatar-placeholder{width:80px;height:80px;font-size:2rem}.profile-stats{grid-template-columns:1fr;gap:1rem}.trade-item{padding:.875rem}.profile-avatar-small{width:35px;height:35px;font-size:.85rem}.trade-commodity{font-size:1rem}.trade-amount{font-size:1.1rem}.value-amount{font-size:1.75rem}.value-change{font-size:1rem}.portfolio-section{padding:1rem}.btn{width:100%;text-align:center}.wallet-modal-content{padding:1.5rem;border-radius:15px}.wallet-modal-header h2{font-size:1.5rem}.wallet-option{padding:1rem}.wallet-icon{width:40px;height:40px;font-size:1.5rem}.chart-container{height:200px}}.contacts-wallet-section{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:1rem;max-width:1600px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.contacts-wallet-section{grid-template-columns:1fr}}.contacts-card,.wallet-balance-card{background:var(--white);border-radius:3.2px;padding:1.5rem;box-shadow:var(--shadow);transition:background-color .3s ease,box-shadow .3s ease}.contacts-card:hover,.wallet-balance-card:hover{box-shadow:var(--shadow-lg)}[data-theme=dark] .contacts-card,[data-theme=dark] .wallet-balance-card{background:var(--white)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.card-header h2{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin:0}.contacts-header-actions{display:flex;gap:.75rem;align-items:center}#myContactsBtn,#toggleSearchBtn{color:#000!important}[data-theme=dark] #myContactsBtn,[data-theme=dark] #toggleSearchBtn{color:#fff!important}.btn-small{padding:.5rem 1rem;font-size:.875rem;display:inline-flex;align-items:center;gap:.5rem}.btn-small span{font-size:1rem}.contacts-content{min-height:200px;padding-top:.5rem}.contacts-search-section{margin-bottom:1.5rem}.contacts-search-results{margin-top:1rem;max-height:400px;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem}.search-result-item{background:#2563eb0d;border:1px solid rgba(37,99,235,.1);border-radius:2.4px;padding:1rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease}.search-result-item:hover{border-color:var(--primary-color);box-shadow:var(--shadow)}[data-theme=dark] .search-result-item{background:#3b82f61a;border-color:#3b82f633}.search-result-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0}.search-result-avatar img{width:100%;height:100%;object-fit:cover}.search-result-avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1rem}.search-result-info{flex:1;min-width:0}.search-result-name{font-size:1rem;font-weight:600;color:var(--text-dark);margin-bottom:.25rem}.search-result-email,.search-result-company{font-size:.875rem;color:var(--text-light);margin-bottom:.125rem}.search-result-location{font-size:.8rem;color:var(--text-light);margin-bottom:.25rem}.search-result-address{font-size:.75rem;color:var(--text-light);font-family:Courier New,monospace;word-break:break-all}.add-from-search-btn{flex-shrink:0}.contacts-list{display:flex;flex-direction:column;gap:.5rem}.no-contacts-message{text-align:center;padding:1.5rem .75rem;color:var(--text-light);font-size:.8125rem}.no-contacts-message p{margin:0}.contact-card{position:relative;background:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.contact-card:hover{border-color:var(--border-color);box-shadow:0 2px 8px #0000000f}[data-theme=dark] .contact-card:hover{box-shadow:0 2px 12px #00000040}.contact-card--clickable{cursor:pointer;overflow:hidden;z-index:0}.contact-card--clickable:after{content:attr(data-tooltip);position:absolute;right:.5rem;bottom:.4rem;padding:.28rem .45rem;font-size:.6875rem;font-weight:600;line-height:1.2;color:var(--surface-card, var(--white));background:var(--text-dark);border-radius:6px;box-shadow:var(--shadow, 0 2px 8px rgba(0, 0, 0, .15));white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .12s ease,visibility .12s ease;z-index:30}.contact-card--clickable:hover:not(:has(.contact-card__remove:hover)):after{opacity:1;visibility:visible}.contact-card--clickable:hover{z-index:1;border-color:color-mix(in srgb,var(--primary-color) 45%,var(--border-color));box-shadow:0 4px 14px #00000014,0 0 0 1px color-mix(in srgb,var(--primary-color) 18%,transparent);transform:translateY(-2px)}.contact-card--clickable:active{transform:translateY(0);box-shadow:0 2px 8px #0000000f}[data-theme=dark] .contact-card--clickable:hover{box-shadow:0 6px 20px #00000059,0 0 0 1px color-mix(in srgb,var(--primary-color) 25%,transparent)}.contact-card__hit-area{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:inherit}.contact-card--clickable .contact-card__inner{position:relative;z-index:2;pointer-events:none}.contact-card--clickable .contact-card__inner *{pointer-events:none}.contact-card--clickable .contact-card__remove{pointer-events:auto;cursor:pointer}.contact-card__accent{position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--primary-color);opacity:.9}.contact-card__inner{display:flex;flex-direction:column;gap:.35rem;padding:.6rem .75rem .6rem .85rem;margin-left:3px}.contact-card__main{display:flex;align-items:center;gap:.6rem;min-width:0}.contact-card__avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--white);display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;flex-shrink:0}.contact-card__identity{flex:1;min-width:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem}.contact-card__name{font-size:.9375rem;font-weight:600;color:var(--text-dark);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-card__username{font-size:.8125rem;color:var(--primary-color);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-card__remove{flex-shrink:0;padding:.3rem .5rem;font-size:.75rem;font-weight:600;color:var(--text-light);background:transparent;border:1px solid var(--border-color);border-radius:6px;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease}.contact-card__remove:hover{color:#dc2626;border-color:#dc262680;background:#dc262614}[data-theme=dark] .contact-card__remove:hover{color:#f87171;border-color:#f8717166;background:#f871711f}.contact-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-light);min-width:0}.contact-card__email,.contact-card__company{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-card__company:before{content:"·";margin-right:.5rem;color:var(--text-light);opacity:.7}.contact-card__wallet{font-size:.6875rem;font-family:ui-monospace,Cascadia Code,Courier New,monospace;color:var(--text-light);word-break:break-all;line-height:1.35}.notifications-panel{margin-bottom:1rem}.notifications-header-card{padding:var(--card-padding-lg);height:calc(100vh - 160px);max-height:calc(100vh - 160px);overflow:hidden;display:flex;flex-direction:column}.balances-header-card{overflow:visible}.notifications-title-section{display:flex;align-items:center;gap:.5rem}.notifications-count{background:var(--primary-color);color:var(--white);border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:600}.notifications-filter-container{position:relative}.notifications-header-content .notifications-filter-btn{padding:.5rem 1rem!important;font-size:.875rem!important;font-weight:600;min-height:2.25rem;display:inline-flex!important;align-items:center;gap:.5rem;white-space:nowrap;border-radius:var(--radius-sm)}.notifications-filter-chevron{font-size:.65rem}.notifications-filter-btn{background:var(--bg-light);border:1px solid var(--border-color);border-radius:var(--radius-sm);padding:.5rem .75rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-dark);transition:border-color .2s ease,background .2s ease;font-weight:500}.notifications-filter-btn:hover{background:var(--card-bg);border-color:var(--primary-color)}[data-theme=dark] .notifications-filter-btn{background:var(--bg-light);border-color:var(--border-color);color:var(--text-dark)}[data-theme=dark] .notifications-filter-btn:hover{background:var(--card-bg);border-color:var(--primary-color)}.notifications-filter-dropdown{position:absolute;top:100%;right:0;margin-top:.35rem;background:var(--card-bg);border:1px solid var(--border-color);border-radius:6px;box-shadow:var(--shadow-lg);min-width:152px;z-index:1000;overflow:hidden}[data-theme=dark] .notifications-filter-dropdown{background:var(--card-bg);border-color:var(--border-color)}.filter-option{width:100%;padding:.4rem .65rem;background:transparent;border:none;text-align:left;cursor:pointer;font-size:.8125rem;color:var(--text-dark);transition:background .15s ease;text-transform:capitalize}.filter-option:hover{background:var(--bg-light)}.filter-option.active{background:var(--bg-light);font-weight:600;color:var(--primary-color)}.notifications-content{flex:1;overflow-y:auto;overflow-x:hidden;padding-right:.2rem;padding-top:.5rem}.notifications-content::-webkit-scrollbar{width:6px}.notifications-content::-webkit-scrollbar-track{background:var(--bg-light);border-radius:3px}.notifications-content::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.notifications-content::-webkit-scrollbar-thumb:hover{background:var(--text-light)}.notifications-list{display:flex;flex-direction:column;gap:.5rem}.notification-card{position:relative;background:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.notification-card:hover{border-color:var(--border-color);box-shadow:0 2px 8px #0000000f}[data-theme=dark] .notification-card:hover{box-shadow:0 2px 12px #00000040}.notification-card__accent{position:absolute;left:0;top:0;bottom:0;width:3px}.notification-card--escrow[data-status=waiting] .notification-card__accent{background:#f59e0b}.notification-card--escrow[data-status=ongoing] .notification-card__accent{background:#10b981}.notification-card--escrow[data-status=completed] .notification-card__accent{background:#06b6d4}.notification-card--escrow[data-status=cancelled] .notification-card__accent{background:#ef4444}[data-theme=dark] .notification-card--escrow[data-status=waiting] .notification-card__accent{background:#fbbf24}[data-theme=dark] .notification-card--escrow[data-status=ongoing] .notification-card__accent{background:#34d399}[data-theme=dark] .notification-card--escrow[data-status=completed] .notification-card__accent{background:#22d3ee}[data-theme=dark] .notification-card--escrow[data-status=cancelled] .notification-card__accent{background:#f87171}.notification-card--contact .notification-card__accent{background:var(--primary-color);opacity:.85}.notification-card__inner{display:flex;flex-direction:column;gap:.5rem;padding:.65rem .75rem .6rem .85rem;margin-left:3px}.notification-card__header{display:flex;align-items:center;gap:.5rem;min-width:0}.notification-card__badge{font-size:.6875rem;font-weight:600;padding:.2rem .5rem;border-radius:6px;text-transform:capitalize;flex-shrink:0;letter-spacing:.02em}.notification-card--escrow[data-status=waiting] .notification-card__badge{background:#f59e0b33;color:#b45309}.notification-card--escrow[data-status=ongoing] .notification-card__badge{background:#10b98133;color:#0d9668}.notification-card--escrow[data-status=completed] .notification-card__badge{background:#06b6d433;color:#0891b2}.notification-card--escrow[data-status=cancelled] .notification-card__badge{background:#ef44442e;color:#dc2626}[data-theme=dark] .notification-card--escrow[data-status=waiting] .notification-card__badge{background:#fbbf2440;color:#fbbf24}[data-theme=dark] .notification-card--escrow[data-status=ongoing] .notification-card__badge{background:#34d39940;color:#34d399}[data-theme=dark] .notification-card--escrow[data-status=completed] .notification-card__badge{background:#22d3ee40;color:#22d3ee}[data-theme=dark] .notification-card--escrow[data-status=cancelled] .notification-card__badge{background:#f8717133;color:#f87171}.notification-card--escrow[data-status=waiting] .notification-card__cta{background:#f59e0b;border-color:#f59e0b;color:#fff}.notification-card--escrow[data-status=waiting] .notification-card__cta:hover{background:#d97706;border-color:#d97706;color:#fff}.notification-card--escrow[data-status=ongoing] .notification-card__cta{background:#10b981;border-color:#10b981;color:#fff}.notification-card--escrow[data-status=ongoing] .notification-card__cta:hover{background:#0d9668;border-color:#0d9668;color:#fff}.notification-card--escrow[data-status=completed] .notification-card__cta{background:#06b6d4;border-color:#06b6d4;color:#fff}.notification-card--escrow[data-status=completed] .notification-card__cta:hover{background:#0891b2;border-color:#0891b2;color:#fff}.notification-card--escrow[data-status=cancelled] .notification-card__cta{background:#ef4444;border-color:#ef4444;color:#fff}.notification-card--escrow[data-status=cancelled] .notification-card__cta:hover{background:#dc2626;border-color:#dc2626;color:#fff}[data-theme=dark] .notification-card--escrow[data-status=waiting] .notification-card__cta{background:#fbbf24;border-color:#fbbf24;color:#1f2937}[data-theme=dark] .notification-card--escrow[data-status=waiting] .notification-card__cta:hover{background:#f59e0b;border-color:#f59e0b;color:#1f2937}[data-theme=dark] .notification-card--escrow[data-status=ongoing] .notification-card__cta{background:#34d399;border-color:#34d399;color:#1f2937}[data-theme=dark] .notification-card--escrow[data-status=ongoing] .notification-card__cta:hover{background:#10b981;border-color:#10b981;color:#1f2937}[data-theme=dark] .notification-card--escrow[data-status=completed] .notification-card__cta{background:#22d3ee;border-color:#22d3ee;color:#1f2937}[data-theme=dark] .notification-card--escrow[data-status=completed] .notification-card__cta:hover{background:#06b6d4;border-color:#06b6d4;color:#1f2937}[data-theme=dark] .notification-card--escrow[data-status=cancelled] .notification-card__cta{background:#f87171;border-color:#f87171;color:#fff}[data-theme=dark] .notification-card--escrow[data-status=cancelled] .notification-card__cta:hover{background:#ef4444;border-color:#ef4444;color:#fff}.notification-card__icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:#2563eb1f;font-size:.6875rem;font-weight:700;color:var(--primary-color);flex-shrink:0}[data-theme=dark] .notification-card__icon{background:#3b82f633;color:#93c5fd}.notification-card__label{font-size:.8125rem;font-weight:600;color:var(--text-dark);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notification-card__date{font-size:.6875rem;color:var(--text-light);flex-shrink:0;margin-left:auto}.notification-card__dismiss{width:24px;height:24px;display:flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:6px;background:transparent;color:var(--text-light);font-size:1.125rem;line-height:1;cursor:pointer;transition:color .2s ease,background .2s ease;flex-shrink:0}.notification-card__dismiss:hover{color:var(--text-dark);background:var(--bg-light)}.notification-card__body{display:flex;flex-direction:column;gap:.35rem;min-width:0}.notification-card__title{font-size:.9375rem;font-weight:600;color:var(--text-dark);margin:0;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notification-card__detail-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;min-width:0}.notification-card__amount{display:inline-flex;align-items:center;gap:.35rem;font-size:.875rem;font-weight:600;color:var(--text-dark);flex-shrink:0}.notification-card__amount img{width:14px;height:14px}.notification-card__parties{font-size:.8125rem;color:var(--text-light);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;text-align:right}.notification-card__you{color:var(--primary-color);font-weight:600}.notification-card__person{display:flex;align-items:center;gap:.5rem;min-width:0}.notification-card__avatar{width:28px;height:28px;border-radius:50%;background:var(--primary-color);color:var(--white);display:inline-flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:600;flex-shrink:0}.notification-card__name{font-size:.875rem;font-weight:500;color:var(--text-dark);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.notification-card__actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.5rem;padding-top:.5rem;border-top:1px solid var(--border-color);margin-top:.1rem}.notification-card--escrow .notification-card__actions{justify-content:stretch}.notification-card__cta{flex:1;min-width:0;display:inline-flex;align-items:center;justify-content:center}.notification-card__cta,.notification-card__btn{padding:.4rem .75rem;font-size:.8125rem;font-weight:600;border-radius:6px;flex-shrink:0}.notification-card__waiting{font-size:.75rem;color:var(--text-light);font-style:italic;margin-right:auto}.notification-item{background:var(--card-bg);border:1px solid var(--border-color);border-radius:6px;padding:.5rem .65rem;display:flex;flex-direction:column;gap:.35rem;transition:border-color .2s ease,background .2s ease}.notification-item:hover{border-color:var(--border-color);background:var(--bg-light)}.notification-item__row{display:flex;align-items:center;flex-wrap:nowrap;gap:.4rem;min-width:0}.notification-item__head{flex-wrap:nowrap}.notification-item__badge{font-size:.6875rem;font-weight:600;padding:.15rem .4rem;border-radius:4px;text-transform:capitalize;flex-shrink:0;letter-spacing:.01em}.notification-item .notification-item__badge.escrow-status-badge.waiting{background:#f59e0b2e;color:#b45309}.notification-item .notification-item__badge.escrow-status-badge.ongoing{background:#65a30d2e;color:#65a30d}.notification-item .notification-item__badge.escrow-status-badge.completed{background:#10b9812e;color:#10b981}.notification-item .notification-item__badge.escrow-status-badge.cancelled{background:#ef444426;color:#dc2626}[data-theme=dark] .notification-item .notification-item__badge.escrow-status-badge.waiting{background:#fbbf242e;color:#fbbf24}[data-theme=dark] .notification-item .notification-item__badge.escrow-status-badge.ongoing{background:#84cc162e;color:#84cc16}[data-theme=dark] .notification-item .notification-item__badge.escrow-status-badge.completed{background:#34d3992e;color:#34d399}[data-theme=dark] .notification-item .notification-item__badge.escrow-status-badge.cancelled{background:#f8717126;color:#f87171}.notification-item__meta{font-size:.6875rem;color:var(--text-light);flex-shrink:0;margin-left:auto}.notification-dismiss-btn{width:20px;height:20px;display:flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:4px;background:transparent;color:var(--text-light);font-size:1rem;line-height:1;cursor:pointer;transition:color .2s ease,background .2s ease;flex-shrink:0}.notification-dismiss-btn:hover{color:var(--text-dark);background:var(--bg-light)}.notification-item__summary{font-size:.8125rem;color:var(--text-dark);display:flex;align-items:center;gap:.35rem;min-width:0;overflow:hidden;white-space:nowrap;line-height:1.4}.notification-item__commodity{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:600;color:var(--text-dark)}.notification-item__sep{color:var(--text-light);flex-shrink:0;font-size:.65rem;opacity:.8}.notification-item__amount{display:inline-flex;align-items:center;gap:.2rem;flex-shrink:0;font-weight:600;font-size:.8125rem;color:var(--text-dark)}.notification-item__amount img{width:12px;height:12px}.notification-item__parties{flex-shrink:0;color:var(--text-light);font-size:.75rem;font-weight:500}.notification-item__you{color:var(--primary-color);font-weight:600}.notification-item__foot{justify-content:flex-end;margin-top:.05rem;gap:.35rem}.notification-item__manage{padding:.3rem .6rem;font-size:.6875rem;font-weight:600;border-radius:4px;flex-shrink:0;letter-spacing:.02em}.notification-item__icon.contact-icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;background:#10b9811f;font-size:.625rem;font-weight:700;color:#10b981;flex-shrink:0}[data-theme=dark] .notification-item__icon.contact-icon{background:#34d3992e;color:#34d399}.notification-item__title{font-size:.8125rem;font-weight:600;color:var(--text-dark);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notification-item__summary--contact{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.8125rem}.notification-item__avatar{width:18px;height:18px;border-radius:50%;background:var(--primary-color);color:var(--white);display:inline-flex;align-items:center;justify-content:center;font-size:.5625rem;font-weight:600;flex-shrink:0}.notification-item__contact-sub{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text-dark);font-size:.8125rem;font-weight:500}.notification-item__waiting{font-size:.6875rem;color:var(--text-light);font-style:italic}.notification-item__action{padding:.3rem .55rem;font-size:.6875rem;font-weight:600;border-radius:4px;letter-spacing:.02em}.notification-escrow-party{display:flex;align-items:center;gap:.375rem}.notification-party-info{display:flex;flex-direction:column;gap:.125rem}.notification-party-name{font-size:.7rem;color:var(--text-dark);font-weight:500;display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.notification-escrow-parties{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border-color);font-size:.7rem;color:var(--text-light);line-height:1.4}.notification-avatar-small{width:20px;height:20px;border-radius:50%;background:var(--primary-color);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:600;flex-shrink:0}.notification-role{font-size:.7rem;color:var(--text-light);font-weight:500}.notification-escrow-details{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem}.notification-commodity{font-size:.8rem;font-weight:600;color:var(--text-dark);flex:1;min-width:0}.notification-amount-wrap{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.notification-amount-wrap img{width:14px;height:14px}.notification-amount-wrap img{width:16px;height:16px;border-radius:50%}.notification-amount{font-size:.8rem;font-weight:600;color:var(--text-dark);white-space:nowrap}.notification-contact-info{display:flex;align-items:center;gap:.375rem}.notification-contact-details{flex:1;display:flex;flex-direction:column;gap:.25rem}.notification-contact-name{font-size:.75rem;font-weight:600;color:var(--text-dark);display:flex;align-items:center;gap:.25rem}.notification-username{font-size:.7rem;color:var(--text-light);font-weight:400}.notification-company{font-size:.7rem;color:var(--text-light)}.notification-actions{display:flex;gap:.25rem;margin-top:.25rem}.notification-actions-waiting{display:flex;flex-direction:row;align-items:center;gap:.5rem;margin-top:.375rem}.notification-actions-waiting .escrow-status-full{margin-top:0;flex:1;border-top:none;border-radius:2.4px}.notification-actions-waiting .notification-action-btn{flex:0 0 auto;min-width:auto;padding:.5rem .75rem;font-size:.75rem;font-weight:600;height:auto;line-height:1.2}.notification-action-btn{flex:1;padding:.3rem .5rem;font-size:.7rem;border-radius:var(--radius-sm);border:none;cursor:pointer;transition:all .2s ease;font-weight:600}.notification-cancel-btn{flex:1;padding:.375rem .625rem;font-size:.75rem;border-radius:2.4px;border:none;cursor:pointer;transition:all .3s ease;font-weight:600}.notification-actions-waiting .notification-cancel-btn{color:#ef4444!important;background:#fee2e2!important;border:1px solid rgba(239,68,68,.3)!important}.notification-actions-waiting .notification-cancel-btn:hover{background:#fecaca!important;border-color:#ef444480!important;color:#ef4444!important}[data-theme=dark] .notification-actions-waiting .notification-cancel-btn{color:#f87171!important;background:#f8717133!important;border-color:#f871714d!important}[data-theme=dark] .notification-actions-waiting .notification-cancel-btn:hover{background:#f871714d!important;border-color:#f8717180!important;color:#fca5a5!important}.notification-actions .btn-primary.notification-action-btn{color:#65a30d!important;background:#ecfccb!important;border:1px solid rgba(101,163,13,.3)!important}.notification-actions .btn-primary.notification-action-btn:hover{background:#d9f99d!important;border-color:#65a30d80!important;color:#65a30d!important}[data-theme=dark] .notification-actions .btn-primary.notification-action-btn{color:#84cc16!important;background:#84cc1633!important;border-color:#84cc164d!important}[data-theme=dark] .notification-actions .btn-primary.notification-action-btn:hover{background:#84cc164d!important;border-color:#84cc1680!important;color:#a3e635!important}.notification-actions .btn-secondary.notification-action-btn{color:#ef4444!important;background:#fee2e2!important;border:1px solid rgba(239,68,68,.3)!important}.notification-actions .btn-secondary.notification-action-btn:hover{background:#fecaca!important;border-color:#ef444480!important;color:#ef4444!important}[data-theme=dark] .notification-actions .btn-secondary.notification-action-btn{color:#f87171!important;background:#f8717133!important;border-color:#f871714d!important}[data-theme=dark] .notification-actions .btn-secondary.notification-action-btn:hover{background:#f871714d!important;border-color:#f8717180!important;color:#fca5a5!important}.notification-ongoing-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.notification-cancel-note{width:100%;margin:0 0 .25rem;font-size:.75rem;color:var(--text-light);line-height:1.4}.notification-ongoing-actions .notification-action-btn{display:flex;align-items:center;justify-content:space-between;flex:1;padding:.5rem .75rem}.notification-complete-btn{color:#10b981!important;background:#d1fae5!important;border:1px solid rgba(16,185,129,.3)!important}.notification-complete-btn:hover{background:#a7f3d0!important;border-color:#10b98180!important;color:#10b981!important}[data-theme=dark] .notification-complete-btn{color:#34d399!important;background:#34d39933!important;border-color:#34d3994d!important}[data-theme=dark] .notification-complete-btn:hover{background:#34d3994d!important;border-color:#34d39980!important;color:#6ee7b7!important}.notification-cancel-ongoing-btn{color:#ef4444!important;background:#fee2e2!important;border:1px solid rgba(239,68,68,.3)!important}.notification-cancel-ongoing-btn:hover{background:#fecaca!important;border-color:#ef444480!important;color:#ef4444!important}[data-theme=dark] .notification-cancel-ongoing-btn{color:#f87171!important;background:#f8717133!important;border-color:#f871714d!important}[data-theme=dark] .notification-cancel-ongoing-btn:hover{background:#f871714d!important;border-color:#f8717180!important;color:#fca5a5!important}.signature-counter{font-weight:600;opacity:.9}.no-notifications-message{text-align:center;padding:1.5rem .75rem;color:var(--text-light);font-size:.8125rem}.no-notifications-message p{margin:0}.main-content-layout{display:flex;gap:.75rem;align-items:flex-start}.main-content-left{flex:1 1 auto;min-width:0}.notifications-sidebar{flex:0 0 360px;min-width:360px;max-width:360px;position:static;align-self:flex-start;margin-top:0rem}.user-profile-card{background:#2563eb0d;border:1px solid rgba(37,99,235,.1);border-radius:2.4px;padding:1rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease}.user-profile-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow)}[data-theme=dark] .user-profile-card{background:#3b82f61a;border-color:#3b82f633}.user-profile-avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid rgba(37,99,235,.2)}.user-profile-avatar img{width:100%;height:100%;object-fit:cover}.user-profile-avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.25rem}.user-profile-info{flex:1;min-width:0}.user-profile-name{font-size:1rem;font-weight:600;color:var(--text-dark);margin-bottom:.25rem}.user-profile-email{font-size:.875rem;color:var(--text-light);margin-bottom:.125rem}.user-profile-company{font-size:.875rem;color:var(--text-light);margin-bottom:.125rem;font-weight:500}.user-profile-location{font-size:.8rem;color:var(--text-light);margin-bottom:.25rem}.user-profile-address{font-size:.75rem;color:var(--text-light);font-family:Courier New,monospace;word-break:break-all}.user-profile-actions{flex-shrink:0;display:flex;align-items:center}.contact-badge{padding:.5rem 1rem;background:#10b9811a;color:#10b981;border-radius:1.6px;font-size:.875rem;font-weight:600;border:1px solid rgba(16,185,129,.2)}.add-user-btn{flex-shrink:0}.remove-contact-btn{background:#ef4444!important;border-color:#ef4444!important;color:#000!important;font-weight:600}.remove-contact-btn:hover{background:#dc2626!important;border-color:#dc2626!important;color:#000!important}[data-theme=dark] .remove-contact-btn{background:#ef4444!important;border-color:#ef4444!important;color:#fff!important}[data-theme=dark] .remove-contact-btn:hover{background:#dc2626!important;border-color:#dc2626!important;color:#fff!important}.contact-item,.active-escrow-item{background:var(--bg-light);border:1px solid transparent;border-radius:2.4px;padding:.75rem;display:flex;justify-content:space-between;align-items:center;gap:.75rem;transition:all .3s ease}.contact-item:hover{border-color:var(--primary-color);box-shadow:var(--shadow)}[data-theme=dark] .contact-item{background:#ffffff0d;border-color:#ffffff1a}[data-theme=dark] .contact-item:hover{border-color:var(--primary-color);box-shadow:var(--shadow);box-shadow:0 4px 12px #3b82f633}.contact-info{flex:1;min-width:0}.contact-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem;flex-shrink:0}.contact-name{font-size:1rem;font-weight:600;color:var(--text-dark);margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-email{font-size:.875rem;color:var(--text-light);margin-bottom:.25rem}.contact-wallet{font-size:.75rem;color:var(--text-light);font-family:Courier New,monospace;word-break:break-all}.contact-address{font-size:.875rem;color:var(--text-light);word-break:break-all;font-family:Courier New,monospace}.contact-notes{font-size:.8rem;color:var(--text-light);margin-top:.25rem;font-style:italic}.contact-actions{display:flex;gap:.5rem}.contact-action-btn{background:transparent;border:1px solid var(--border-color);border-radius:1.6px;padding:.5rem;cursor:pointer;transition:all .3s ease;color:var(--text-dark);display:flex;align-items:center;justify-content:center;width:36px;height:36px}.contact-action-btn:hover{background:#2563eb1a;border-color:var(--primary-color);color:var(--primary-color)}[data-theme=dark] .contact-action-btn{border-color:var(--border-color);color:var(--text-light)}.contact-action-btn.delete:hover{background:#ef44441a;border-color:#ef4444;color:#ef4444}.wallet-balance-content{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:150px;padding:1.5rem 0;gap:1.5rem}.balance-item{width:100%;display:flex;flex-direction:column;align-items:center;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color)}.balance-item:last-child{border-bottom:none;padding-bottom:0}.balance-token-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.token-logo{width:20px;height:20px;border-radius:50%;object-fit:cover}.balance-display{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1rem}.balance-amount{font-size:2rem;font-weight:700;color:var(--primary-color);line-height:1;margin-bottom:.25rem}.balance-loading,.usd-loading{font-size:1rem;color:var(--text-light);font-weight:400}.balance-label{font-size:1rem;color:var(--text-light);font-weight:600}.balance-usd{font-size:.95rem;color:var(--text-light);font-weight:500;margin-top:.25rem}.contact-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2000;display:flex;align-items:center;justify-content:center}.contact-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--modal-overlay-bg);backdrop-filter:blur(var(--modal-overlay-blur));-webkit-backdrop-filter:blur(var(--modal-overlay-blur))}.contact-modal-content{position:relative;background:var(--card-bg);border:var(--card-border);border-radius:var(--radius-md);padding:var(--modal-padding);max-width:var(--modal-max-width);width:90%;max-height:90vh;overflow-y:auto;box-shadow:var(--card-shadow-hover);z-index:2001;font-size:var(--modal-body-size)}[data-theme=dark] .contact-modal-content{background:var(--card-bg);border:var(--card-border);color:var(--text-dark)}.contact-modal-header{display:flex;justify-content:space-between;align-items:center;margin:var(--modal-header-margin);padding:var(--modal-header-padding);border-bottom:var(--modal-header-border)}.contact-modal-header h3{font-size:var(--modal-title-size);font-weight:var(--modal-title-weight);letter-spacing:-.01em;color:var(--modal-title-color);margin:0}.close-btn{background:transparent;border:none;font-size:1.5rem;color:var(--text-light);cursor:pointer;padding:.25rem;line-height:1;transition:color .3s ease}.close-btn:hover{color:var(--text-dark)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:600;color:var(--text-dark)}.form-group input,.form-group textarea{padding:.75rem;border:1px solid var(--border-color);border-radius:1.6px;font-size:1rem;font-family:inherit;background:var(--bg-light);color:var(--text-dark);transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-group textarea{resize:vertical;min-height:80px}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:.5rem}.form-actions .btn{flex:0 0 auto}@media (max-width: 1400px){.notifications-sidebar{flex:0 0 340px!important;min-width:340px!important;max-width:340px!important}}@media (max-width: 968px){.main-content-layout{flex-direction:column!important}.notifications-sidebar{flex:1 1 100%!important;min-width:100%!important;max-width:100%!important;position:relative!important;top:0!important}.notifications-header-card{height:auto!important;max-height:500px!important}}@media (max-width: 768px){.contacts-card,.wallet-balance-card{padding:1rem}.notifications-header-card{padding:var(--panel-padding)!important;max-height:400px!important}.notification-item{padding:.5rem .75rem!important}.notification-card__inner{padding:.6rem .65rem .55rem .75rem}.notification-card__detail-row{flex-wrap:wrap;gap:.35rem}.notification-card__actions{gap:.4rem}.notification-actions{flex-direction:row;gap:.25rem}.notification-action-btn{flex:1}.card-header{flex-direction:column;align-items:flex-start;gap:1rem}.card-header h2{font-size:1.25rem}.balance-amount{font-size:1.5rem}.token-logo{width:16px;height:16px}.balance-label{font-size:.9rem}.wallet-balance-content{padding:1rem 0;gap:1rem}.balance-item{padding-bottom:1rem}.contact-modal-content{padding:1.5rem;width:95%}.search-result-item{flex-direction:column;align-items:flex-start;gap:.75rem}.search-result-info{width:100%}.add-from-search-btn{width:100%;justify-content:center}.contacts-search-results{max-height:300px}}@media (max-width: 768px){.container{padding:0 1rem}.nav-brand h2{font-size:1.25rem!important}.navbar{padding:.75rem 0}.nav-right{gap:.5rem}.theme-toggle{width:36px;height:36px}.connect-wallet-btn{padding:.5rem .875rem!important;font-size:.8rem!important}.landing-page{padding:1.5rem 0}.landing-content{padding:2.5rem 1.5rem!important}.landing-title{font-size:1.75rem!important;margin-bottom:1rem!important}.landing-subtitle{font-size:.95rem!important;margin-bottom:2rem!important;line-height:1.5!important}.landing-cta{padding:.75rem 1.5rem!important;font-size:.9rem!important;width:100%;max-width:100%}.profile-section{padding:.75rem!important;margin-bottom:.75rem!important}.profile-header{flex-direction:column;align-items:center;text-align:center;gap:1rem;margin-bottom:.75rem!important}.profile-avatar{width:60px!important;height:60px!important}.avatar-placeholder{width:60px!important;height:60px!important;font-size:1.75rem!important}.profile-name{font-size:1.25rem!important;margin-bottom:.25rem!important}.profile-email{font-size:.8rem!important}.profile-info{flex-direction:column;gap:.5rem}.profile-info-left,.profile-info-right{width:100%;gap:.375rem}.profile-field-group{margin-bottom:.375rem!important}.field-label{font-size:.75rem!important}.profile-field-value{font-size:.8rem!important}.wallet-address-text{font-size:.75rem!important;word-break:break-all}.profile-stats{grid-template-columns:repeat(2,1fr)!important;gap:.5rem!important;margin-top:.75rem!important;padding-top:.75rem!important}.profile-stat-item{padding:.5rem .375rem!important}.stat-label{font-size:.7rem!important}.stat-value{font-size:.85rem!important}.profile-actions{position:absolute;top:.5rem;right:.5rem}.edit-profile-btn{padding:.4rem .75rem!important;font-size:.75rem!important}.balances-header-card{padding:var(--panel-padding)!important}.token-list{gap:.5rem!important}.token-item{padding:.5rem .75rem!important;gap:.5rem!important}.token-logo{width:16px!important;height:16px!important}.token-name{font-size:.75rem!important}.token-amount-value{font-size:.8rem!important}.token-amount-usd{font-size:.7rem!important}.balances-actions{top:.5rem;right:.5rem}.contacts-header-card{padding:var(--panel-padding)!important}.contacts-actions{gap:.5rem}.contacts-search-container{max-width:250px;margin:0 .25rem}.contacts-header-content .contacts-search-container{max-width:none}.contacts-search-input{padding:.4rem .5rem!important;font-size:.8125rem!important;box-sizing:border-box!important}.contacts-header-content .contacts-search-input,.contacts-header-content .add-contact-btn{height:1.875rem!important}.contacts-header-content .contacts-search-input,.contacts-header-content .add-contact-btn{padding:0 .75rem!important;font-size:.75rem!important}.add-contact-btn{padding:.4rem .75rem!important;font-size:.75rem!important}.contact-item{padding:.75rem!important;gap:.75rem}.contact-avatar{width:40px!important;height:40px!important}.contact-info h3{font-size:.875rem!important}.contact-info p{font-size:.75rem!important}.escrows-header-card{padding:var(--panel-padding)!important}.escrows-actions{gap:.5rem;flex-wrap:wrap}.escrows-actions .create-escrow-btn,.escrows-actions .escrows-filter-btn,.notifications-header-content .notifications-filter-btn{padding:.4rem .75rem!important;font-size:.75rem!important;min-height:1.875rem}.escrows-title-section h2{font-size:1rem!important}.total-amount{font-size:1.25rem!important}.active-escrow-item{padding:.75rem!important}.wallet-modal-content,.contact-modal-content{width:95%!important;padding:1.5rem!important;margin:1rem!important}.wallet-modal-header h2,.contact-modal-header h3{font-size:1.25rem!important}.wallet-option{padding:.875rem!important}.wallet-icon{width:36px!important;height:36px!important}.profile-section-editing{padding:1rem!important}.profile-section-editing .profile-actions{position:absolute;top:.5rem;right:.5rem;flex-direction:column;gap:.5rem}.profile-section-editing .profile-actions .btn{width:auto;min-width:100px;padding:.5rem 1rem!important;font-size:.875rem!important}.btn{padding:.75rem 1.5rem!important;font-size:.875rem!important}.btn-primary,.btn-secondary{padding:.5rem 1rem!important;font-size:.875rem!important}}@media (max-width: 480px){.container{padding:0 .75rem}.nav-brand h2{font-size:1.1rem!important}.landing-title{font-size:1.5rem!important}.landing-subtitle{font-size:.85rem!important}.profile-stats{grid-template-columns:1fr!important}.profile-info-left,.profile-info-right{gap:.25rem}.token-item{flex-direction:column;align-items:flex-start;gap:.375rem}.wallet-modal-content,.contact-modal-content{width:98%!important;padding:1rem!important}}.app-footer{background:var(--card-bg);border-top:1px solid var(--border-color);padding:var(--card-padding-lg) 0;margin-top:2rem;box-shadow:0 -1px 0 var(--border-color)}.app-footer .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-content{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-section{display:flex;align-items:center;gap:1rem}.footer-section p{margin:0;color:var(--text-light);font-size:.875rem}.footer-links{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.footer-link{color:var(--text-light);text-decoration:none;font-size:.875rem;transition:color .2s ease}.footer-link:hover{color:var(--primary-color)}.footer-separator{color:var(--border-color);font-size:.875rem}[data-theme=dark] .app-footer{background:var(--card-bg);border-top-color:var(--border-color)}[data-theme=dark] .footer-section p,[data-theme=dark] .footer-link{color:var(--text-light-dark)}[data-theme=dark] .footer-link:hover{color:var(--primary-color)}[data-theme=dark] .footer-separator{color:var(--border-color-dark)}@media (max-width: 768px){.footer-content{flex-direction:column;text-align:center}.footer-section,.footer-links{justify-content:center}}.wallet-modal-overlay{backdrop-filter:blur(var(--modal-overlay-blur));-webkit-backdrop-filter:blur(var(--modal-overlay-blur))}.wallet-modal-content{border-radius:var(--radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-lg)}.wallet-modal-header h2{font-size:var(--modal-title-size);font-weight:600;letter-spacing:-.01em}.modal-header-subtitle{font-size:var(--modal-subtitle-size);color:var(--modal-subtitle-color);margin-top:.25rem;line-height:var(--leading-normal)}.modal-wide .escrow-details-form .form-group label,.modal-wide .escrow-review-form .form-group label{display:block;margin-bottom:var(--space-2);font-weight:600;font-size:var(--text-sm);color:var(--text-dark)}.modal-wide .escrow-details-form .form-group input[type=text],.modal-wide .escrow-details-form .form-group input[type=number],.modal-wide .escrow-details-form .form-group textarea{width:100%;padding:var(--modal-input-padding);border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--surface-input, var(--bg-light));color:var(--text-dark);font-size:var(--text-sm);font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease}.modal-wide .escrow-details-form .form-group input:focus-visible,.modal-wide .escrow-details-form .form-group textarea:focus-visible{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.modal-wide .escrow-details-form .form-group .help-text{margin-top:var(--space-2);font-size:var(--text-xs);color:var(--text-light)}.modal-wide .escrow-details-form .form-group,.modal-wide .escrow-review-form .form-group{margin-bottom:var(--space-4)}.cem-label-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-3);margin-bottom:var(--space-2)}.cem-dropzone-label{cursor:pointer;display:block;color:var(--text-dark)}.cem-dropzone svg{display:block;margin:0 auto var(--space-2);color:var(--text-light)}.cem-dropzone-title{margin:var(--space-2) 0;font-size:var(--text-sm);font-weight:600;color:var(--text-dark)}.cem-dropzone-hint{margin:.125rem 0 0;font-size:var(--text-xs);color:var(--text-light)}.cem-file-list{margin-top:var(--space-3)}.cem-review-intro{font-size:var(--text-sm);color:var(--text-dark);line-height:var(--leading-normal)}.cem-review-block{margin-bottom:var(--space-4)}.cem-muted{color:var(--text-light);font-weight:500}.modal-wide .escrow-review-form .cem-review-value{font-weight:500}.cem-stack{margin-bottom:var(--space-4)}.cem-list-heading{font-size:var(--text-xs);font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-light);margin:0 0 var(--space-2)}.cem-change-selection{margin-top:var(--space-3);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;padding:0;font-size:var(--text-sm);font-weight:500;color:var(--accent, var(--primary-color));cursor:pointer;text-decoration:underline;font-family:inherit}.cem-change-selection:hover{opacity:.85}.cem-form-error{margin-bottom:var(--space-3);font-size:var(--text-sm);color:var(--error-color, #e74c3c);padding:var(--space-3);background:#e74c3c14;border-radius:var(--radius-md);border:1px solid rgba(231,76,60,.22)}.cem-scroll-list{max-height:400px;overflow-y:auto;border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-2);background:var(--surface-input, var(--bg-light))}.cem-empty{padding:var(--space-8);text-align:center;color:var(--text-light);font-size:var(--text-sm)}.cem-contact-row{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-4);margin-bottom:var(--space-2);cursor:pointer;border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--surface-raised, var(--card-bg));transition:background .15s ease,border-color .15s ease}.cem-contact-row:last-child{margin-bottom:0}.cem-contact-row:hover{border-color:var(--border-strong);background:var(--surface-muted)}.cem-contact-row.is-selected{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent);background:var(--surface-muted)}.cem-contact-avatar{width:48px;height:48px;min-width:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--surface-input, var(--bg-light));font-size:1rem;font-weight:600;color:var(--text-dark)}.cem-contact-body{flex:1;min-width:0}.cem-contact-name{font-weight:600;font-size:var(--text-md);color:var(--text-dark);margin-bottom:.15rem}.cem-contact-name .cem-username{color:var(--text-light);font-size:.9em;font-weight:500;margin-left:var(--space-2)}.cem-contact-email{font-size:var(--text-sm);color:var(--text-light);margin-bottom:.15rem}.cem-contact-wallet{font-size:var(--text-xs);color:var(--text-light);font-family:var(--font-mono)}.cem-contact-company{font-size:var(--text-sm);color:var(--text-light);margin-top:var(--space-2)}.cem-check{margin-left:var(--space-2);color:var(--accent);font-size:1.2rem;font-weight:600}.cem-selected-banner{padding:var(--space-4);border-radius:var(--radius-md);margin-bottom:var(--space-4);background:var(--surface-muted);border:1px solid var(--border-color)}.cem-selected-banner strong{display:block;font-size:var(--text-md);color:var(--text-dark);margin-bottom:var(--space-2)}.cem-selected-banner strong .cem-username{color:var(--text-light);font-weight:500;font-size:.9em;margin-left:var(--space-2)}.cem-selected-banner .cem-muted{font-size:var(--text-sm);color:var(--text-light)}.cem-modal-actions{display:flex;gap:var(--space-3);justify-content:flex-end;margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--border-color)}.cem-modal-actions .btn{padding:.5rem 1rem;font-size:var(--text-sm)}.cem-role-row{display:flex;gap:var(--space-2);margin-bottom:var(--space-4)}.cem-role-card{flex:1;padding:var(--space-3);border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--surface-muted)}.cem-role-card--buyer{border-left:3px solid #15803d}.cem-role-card--seller{border-left:3px solid #b45309}.cem-role-label{font-size:var(--text-xs);font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:var(--space-2);color:var(--text-light)}.cem-role-value{font-weight:600;font-size:var(--text-sm);color:var(--text-dark)}.cem-pay-toggles{display:flex;gap:var(--space-2);align-items:center}.cem-pay-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--surface-input, var(--bg-light));color:var(--text-dark);font-size:var(--text-xs);font-weight:600;cursor:pointer;transition:opacity .15s ease}.cem-pay-btn img{width:14px;height:14px}.cem-pay-btn.is-active{opacity:1}.cem-pay-btn:not(.is-active){opacity:.55}.cem-pay-btn--usdt.is-active{background:#26a17b;color:#fff;border-color:#26a17b}.cem-pay-btn--usdc.is-active{background:#2775ca;color:#fff;border-color:#2775ca}.cem-dropzone{border:2px dashed var(--border-color);border-radius:var(--radius-md);padding:var(--space-4);text-align:center;cursor:pointer;transition:border-color .2s ease,background .2s ease;background:var(--surface-input, var(--bg-light))}.cem-dropzone.is-dragover{border-color:var(--accent);background:var(--surface-muted)}.cem-file-row{display:flex;align-items:center;justify-content:space-between;padding:var(--space-2) var(--space-3);background:var(--surface-muted);border-radius:var(--radius-md);margin-bottom:var(--space-2);font-size:var(--text-sm)}.cem-file-remove{background:none;border:none;color:var(--text-light);cursor:pointer;font-size:1.15rem;padding:0 var(--space-2);line-height:1;border-radius:var(--radius-sm)}.cem-file-remove:hover{color:var(--text-dark);background:var(--surface-card)}.cem-review-callout{margin-bottom:var(--space-4);padding:var(--space-4);background:var(--surface-muted);border-radius:var(--radius-md);border:1px solid var(--border-color)}.cem-review-label{font-size:var(--text-xs);font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-light);margin-bottom:var(--space-2)}.cem-review-value{font-size:var(--text-sm);color:var(--text-dark);padding:var(--space-3);background:var(--surface-card);border-radius:var(--radius-md);border:1px solid var(--border-color)}.cem-review-value--amount{font-weight:600;display:flex;align-items:center;gap:var(--space-2)}.cem-review-value--amount img{width:16px;height:16px}.cem-review-notes{white-space:pre-wrap}.hidden-input{display:none!important}.profile-avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.wallet-row{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}.copyable-wallet{cursor:pointer}.cem-profile-hover-floating{pointer-events:auto;border-radius:var(--radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);background:var(--surface-card, var(--card-bg));padding:var(--space-4);box-sizing:border-box}.cem-profile-hover-panel-inner{display:flex;flex-direction:column;gap:var(--space-3)}.cem-profile-hover-header{display:flex;align-items:center;gap:var(--space-3);padding-bottom:var(--space-3);border-bottom:1px solid var(--border-color)}.cem-profile-hover-avatar{width:48px;height:48px;min-width:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;color:var(--text-dark);background:var(--surface-input, var(--bg-light))}.cem-profile-hover-avatar-img{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}.cem-profile-hover-titles{min-width:0}.cem-profile-hover-name{font-size:var(--text-md);font-weight:600;color:var(--text-dark);letter-spacing:-.01em;line-height:1.2}.cem-profile-hover-username{font-size:var(--text-sm);font-weight:500;color:var(--text-light);margin-top:.125rem}.cem-profile-hover-info{display:flex;flex-direction:column;gap:var(--space-2)}.cem-profile-hover-row{display:grid;grid-template-columns:4.5rem 1fr;gap:var(--space-2);align-items:start;font-size:var(--text-xs)}.cem-profile-hover-label{font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-light)}.cem-profile-hover-value{font-weight:500;color:var(--text-dark);font-size:var(--text-sm);min-width:0}.cem-profile-hover-value--wrap{word-break:break-word}.cem-profile-hover-value--mono{font-family:var(--font-mono);font-size:var(--text-xs)}.cem-profile-hover-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-2);padding-top:var(--space-3);margin-top:var(--space-2);border-top:1px solid var(--border-color)}@media (min-width: 340px){.cem-profile-hover-stats{grid-template-columns:repeat(3,1fr)}}.cem-profile-hover-stat{display:flex;flex-direction:column;gap:.15rem;min-width:0;padding:var(--space-2);background:var(--surface-muted);border:1px solid var(--border-color);border-radius:var(--radius-sm)}.cem-profile-hover-stat-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-light);line-height:1.2}.cem-profile-hover-stat-value{font-size:var(--text-xs);font-weight:600;color:var(--text-dark);line-height:1.25;word-break:break-word}:root{--dash-inline-pad: clamp(1rem, 2.5vw, 1.75rem);--dash-stack-gap: 1rem}html{scroll-behavior:smooth}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--surface-page)!important;color:var(--text-dark);font-size:var(--text-base);line-height:var(--leading-relaxed)}*:focus-visible{outline:none;box-shadow:var(--focus-ring)}.navbar{padding:.75rem 0!important;border-bottom:1px solid var(--border-color)!important;box-shadow:none!important;background:var(--surface-card)!important}html[data-theme=dark] .navbar{background:var(--surface-muted)!important;border-bottom-color:var(--border-color)!important}.nav-brand{display:flex;flex-direction:column;align-items:flex-start;gap:0;text-decoration:none;color:inherit}.nav-brand h2{font-size:1.35rem!important;font-weight:600!important;letter-spacing:-.02em!important;line-height:1.1!important;color:var(--primary-color)!important;-webkit-text-fill-color:unset!important;background:none!important;text-shadow:none!important}html[data-theme=dark] .nav-brand h2{text-shadow:0 1px 2px rgba(0,0,0,.25)}.nav-brand:hover h2{color:var(--secondary-color)!important}.nav-brand__tagline{font-family:var(--font-mono);font-size:.625rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--text-light);margin-top:.12rem}.nav-menu a{font-size:.8125rem!important;font-weight:500!important;text-transform:none!important;letter-spacing:0!important;padding:.35rem .6rem!important;border-radius:var(--radius-sm)!important;border-bottom:none!important;color:var(--text-light)!important}.nav-menu a:hover{color:var(--text-dark)!important;background:var(--surface-muted)!important}.nav-menu a.nav-active{color:var(--text-dark)!important;background:var(--surface-muted)!important;box-shadow:none!important;font-weight:600!important;border-bottom:none!important;border-radius:var(--radius-sm)!important}.wallet-address{border-radius:var(--radius-sm)!important;font-family:var(--font-mono)!important;font-size:.75rem!important;border:1px solid var(--border-color)!important;background:var(--surface-muted)!important}.wallet-dropdown-menu{border-radius:var(--radius-md)!important;border:1px solid var(--border-color)!important;box-shadow:var(--shadow-lg)!important}.btn{border-radius:var(--radius-sm)!important;font-weight:600!important;font-size:.8125rem!important;text-transform:none!important;letter-spacing:0!important;padding:.55rem 1.1rem!important}.btn-primary{background:var(--cta-bg)!important;color:var(--cta-fg)!important;border:1px solid transparent!important;box-shadow:none!important}.btn-primary:hover:not(:disabled){background:var(--cta-bg-hover)!important;filter:none!important;transform:none!important;box-shadow:none!important}.btn-secondary{background:var(--surface-card)!important;color:var(--text-dark)!important;border:1px solid var(--border-color)!important;box-shadow:none!important}.btn-secondary:hover:not(:disabled){background:var(--surface-muted)!important;transform:none!important}.btn-danger,.btn.btn-danger{background:var(--danger)!important;border-color:var(--danger)!important;color:var(--cta-fg)!important}.btn-danger:hover:not(:disabled){background:var(--danger-hover)!important;color:var(--cta-fg)!important}.btn-danger:disabled{color:var(--cta-fg)!important;opacity:.65}.landing-page{margin-top:70px!important;min-height:calc(100vh - 70px)!important;padding:var(--space-10) var(--space-4)!important;display:flex!important;align-items:center!important;background:var(--surface-page)!important}.landing-inst{width:100%;max-width:1080px;margin:0 auto;display:grid;gap:var(--space-10);grid-template-columns:1fr;align-items:start}@media (min-width: 900px){.landing-inst{grid-template-columns:1.1fr .9fr}}.landing-inst-main{background:var(--surface-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--space-10) var(--space-8);box-shadow:var(--card-shadow)}.landing-inst-kicker{font-size:var(--text-xs);font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-light);margin-bottom:var(--space-3)}.landing-title{font-size:var(--text-display)!important;font-weight:600!important;letter-spacing:-.02em!important;line-height:var(--leading-tight)!important;color:var(--text-dark)!important;margin-bottom:var(--space-4)!important}.landing-subtitle{font-size:var(--text-lg)!important;color:var(--text-light)!important;line-height:var(--leading-normal)!important;margin-bottom:var(--space-8)!important;max-width:38rem}.landing-cta{padding:.65rem 1.35rem!important;font-size:.875rem!important}.landing-inst-aside{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--surface-muted);padding:var(--space-6)}.landing-inst-aside h2{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-light);margin-bottom:var(--space-4)}.landing-inst-list{list-style:none;margin:0;padding:0}.landing-inst-list li{padding:var(--space-3) 0;border-bottom:1px solid var(--border-color);font-size:var(--text-sm);color:var(--text-dark)}.landing-inst-list li:last-child{border-bottom:none}.landing-inst-list strong{display:block;font-size:var(--text-xs);font-weight:600;color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.15rem}.landing-inst-disclaimer{margin-top:var(--space-6);font-size:var(--text-xs);color:var(--text-light);line-height:var(--leading-normal)}.portfolio-dashboard.dash-inst{margin-top:70px!important;padding-top:var(--space-6)!important;padding-bottom:var(--space-10)!important;min-height:calc(100vh - 70px);background:var(--surface-page)!important}.dash-inst-container{max-width:1320px;margin:0 auto;padding:0 var(--dash-inline-pad);box-sizing:border-box}.dash-inst-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-4) var(--space-6);padding-bottom:var(--space-5);margin-bottom:var(--dash-stack-gap);border-bottom:1px solid var(--border-color)}.dash-inst-stack{display:flex;flex-direction:column;gap:var(--dash-stack-gap);align-items:stretch}.dash-inst-stack>.dash-inst-row--account,.dash-inst-stack>.dash-inst-section,.dash-inst-stack>.dash-inst-grid2{margin:0}.dash-inst-kicker{font-size:var(--text-xs);font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-light);margin:0 0 var(--space-1)}.dash-inst-title{font-size:var(--text-2xl);font-weight:600;letter-spacing:-.02em;color:var(--text-dark);margin:0}.dash-inst-header__lede{margin:var(--space-2) 0 0;max-width:36rem;font-size:var(--text-sm);color:var(--text-light);line-height:var(--leading-normal)}.dash-inst-tabs{display:flex;gap:0;border:1px solid var(--border-color);border-radius:var(--radius-sm);overflow:hidden;background:var(--surface-card)}.dash-inst-tabs button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;font-family:var(--font-sans);font-size:.8125rem;font-weight:500;color:var(--text-light);padding:.5rem 1rem;cursor:pointer;border-right:1px solid var(--border-color);transition:background .15s ease,color .15s ease}.dash-inst-tabs button:last-child{border-right:none}.dash-inst-tabs button:hover{background:var(--surface-muted);color:var(--text-dark)}.dash-inst-tabs button[aria-selected=true]{background:var(--surface-muted);color:var(--text-dark);font-weight:600}.dash-inst-tab-badge{display:inline-block;margin-left:.35rem;min-width:1.1rem;padding:.1rem .35rem;border-radius:999px;font-size:.65rem;font-weight:600;line-height:1.2;text-align:center;background:var(--accent);color:#fff}html[data-theme=light] .dash-inst-tab-badge{color:#fff}.dash-inst-row--account{display:grid;grid-template-columns:1fr;gap:var(--dash-stack-gap);align-items:stretch}@media (min-width: 1024px){.dash-inst-row--account{grid-template-columns:minmax(0,1fr) minmax(280px,340px)}}.dash-inst-row--account>.profile-section,.dash-inst-row--account>.balances-section{min-height:0;height:100%;margin-bottom:0!important}.dash-inst-row--account>.balances-section{display:flex;flex-direction:column}.dash-inst .balances-header-card.balance-panel__card{flex:1 1 auto!important;display:flex!important;flex-direction:column!important;min-height:0!important;height:100%!important;padding:var(--card-padding-lg)!important;background:transparent!important;border:none!important;box-shadow:none!important;border-radius:0!important}.dash-inst .balances-header-card.balance-panel__card:hover{box-shadow:none!important}.dash-inst .balances-token-list,.dash-inst .balance-panel__assets{flex:1 1 auto;min-height:0;overflow-y:auto;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border-color);display:flex;flex-direction:column;gap:.5rem}.dash-inst .balance-panel__hero{display:flex;flex-direction:column;gap:.35rem;align-items:flex-start}@media (min-width: 480px){.dash-inst .balance-panel__hero{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:.75rem}}.dash-inst .balance-panel__subtitle{margin:0;font-size:var(--text-xs);font-weight:500;color:var(--text-light);letter-spacing:.02em}.dash-inst .balance-panel__total{margin:0;font-family:var(--font-sans);font-size:clamp(1.25rem,4vw,1.5rem);font-weight:700;letter-spacing:-.03em;color:var(--text-dark);font-variant-numeric:tabular-nums;line-height:1.15}.dash-inst .balance-panel__asset{position:relative;border:1px solid var(--border-color);border-radius:var(--radius-sm);overflow:hidden;background:var(--surface-muted);transition:border-color .15s ease,box-shadow .15s ease}.dash-inst .balance-panel__asset:hover{border-color:var(--border-color);box-shadow:var(--card-shadow)}.dash-inst .balance-panel__asset-inner{display:flex;align-items:center;justify-content:space-between;gap:.65rem;padding:.55rem .65rem .55rem .85rem;margin-left:3px}.dash-inst .balance-panel__asset-accent{position:absolute;left:0;top:0;bottom:0;width:3px;pointer-events:none}.dash-inst .balance-panel__asset--sol .balance-panel__asset-accent{background:linear-gradient(180deg,#14f195,#9945ff)}.dash-inst .balance-panel__asset--usdc .balance-panel__asset-accent{background:#2775ca}.dash-inst .balance-panel__asset--usdt .balance-panel__asset-accent{background:#26a17b}.dash-inst .balance-panel__asset-left{display:flex;align-items:center;gap:.55rem;min-width:0}.dash-inst .balance-panel__icon-wrap{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--surface-card);border:1px solid var(--border-color)}.dash-inst .balance-panel__icon{display:block;border-radius:50%;object-fit:cover}.dash-inst .balance-panel__asset-titles{display:flex;flex-direction:column;gap:.1rem;min-width:0}.dash-inst .balance-panel__symbol{font-size:.8125rem;font-weight:700;color:var(--text-dark);letter-spacing:.02em}.dash-inst .balance-panel__label{font-size:.6875rem;font-weight:500;color:var(--text-light);text-transform:uppercase;letter-spacing:.06em}.dash-inst .balance-panel__asset-right{text-align:right;flex-shrink:0;display:flex;flex-direction:column;gap:.15rem;align-items:flex-end}.dash-inst .balance-panel__native{font-size:.8125rem;font-weight:600;color:var(--text-dark);font-variant-numeric:tabular-nums}.dash-inst .balance-panel__usd{font-size:.75rem;font-weight:500;color:var(--text-light);font-variant-numeric:tabular-nums}.dash-inst .balance-panel__muted,.dash-inst .balance-panel__shimmer{color:var(--text-light);font-weight:500}.dash-inst-section{margin-bottom:0;min-width:0}.dash-inst-section--messages{padding-top:.25rem;display:flex;flex-direction:column;align-self:stretch;width:100%;min-height:calc(100dvh - 70px - 10.5rem)}.dash-inst-section--messages .notifications-panel{max-width:none;width:100%;margin:0;flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.dash-inst .notifications-panel .notifications-header-card{flex:1 1 auto;min-height:0;height:auto!important;max-height:none!important}.dash-inst .notifications-content{min-height:0}.dash-inst-grid2{display:grid;grid-template-columns:1fr;gap:var(--dash-stack-gap);align-items:stretch}@media (min-width: 1024px){.dash-inst-grid2{grid-template-columns:1fr 1fr}}.dash-inst-grid2>.contacts-section,.dash-inst-grid2>.trade-history-panel{min-height:min(520px,58vh);min-width:0;display:flex;flex-direction:column}.dash-inst .profile-section,.dash-inst .balances-section,.dash-inst .active-escrows-section,.dash-inst .contacts-section,.dash-inst .trade-history-panel,.dash-inst .notifications-panel{border-radius:var(--radius-lg)!important;border:1px solid var(--border-color)!important;box-shadow:var(--card-shadow)!important;background:var(--surface-card)!important;margin-top:0!important;margin-bottom:0!important;cursor:default}.dash-inst .profile-section{padding:var(--card-padding-lg)!important}.dash-inst .profile-section:hover,.dash-inst .balances-section:hover,.dash-inst .active-escrows-section:hover,.dash-inst .contacts-section:hover,.dash-inst .trade-history-panel:hover{box-shadow:var(--card-shadow-hover)!important}.dash-inst .profile-section:before,.dash-inst .balances-section:before,.dash-inst .contacts-section:before,.dash-inst .active-escrows-section:before,.dash-inst .trade-history-panel:before,.dash-inst .notifications-panel:before{display:none!important}.dash-inst .active-escrows-section,.dash-inst .contacts-section{display:flex!important;flex-direction:column!important;min-height:0!important;height:auto!important;max-height:none!important}.dash-inst .escrows-header-card,.dash-inst .contacts-header-card{height:auto!important;max-height:none!important;flex:0 0 auto!important}.dash-inst .active-escrows-content,.dash-inst .contacts-content{flex:1 1 auto!important;min-height:240px!important;max-height:min(560px,52vh)!important;overflow-y:auto!important}.dash-inst .trade-history-panel{flex:1 1 auto;max-height:none!important;overflow:visible!important}.dash-inst .trade-history-panel .active-escrows-content{flex:1 1 auto!important;min-height:240px!important;max-height:min(560px,52vh)!important;overflow-y:auto!important}.dash-inst .trade-history-meta{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border-color);font-size:.8125rem;color:var(--text-light)}.dash-inst .escrow-party--you .escrow-party-name{color:var(--primary-color)}.dash-inst .escrows-header-card,.dash-inst .notifications-header-card,.dash-inst .dropdown-header{background:var(--surface-muted)!important;border-bottom:1px solid var(--border-color)!important}.dash-inst .profile-header-new{background:transparent!important;border-bottom:1px solid var(--border-color)!important}.dash-inst .contacts-header-card{background:transparent!important;border-bottom:none!important}.dash-inst .contacts-header-content{background:var(--surface-muted)!important;border-bottom:1px solid var(--border-color)!important;border-radius:var(--radius-sm);padding:.5rem .65rem!important;margin-bottom:.5rem}.dash-inst .balance-panel__title{margin:0 0 .125rem}.dash-inst .profile-stats-section--inst{margin-top:var(--space-3)}.dash-inst .profile-stats-grid--inst{display:grid;grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:var(--space-2)}.dash-inst .profile-stat-card--inst{background:var(--surface-muted);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-3);text-align:left;align-items:flex-start;transition:border-color .15s ease,background .15s ease;gap:var(--space-1);box-shadow:none}.dash-inst .profile-stat-card--inst:hover{border-color:var(--border-strong);box-shadow:none}.dash-inst .profile-stat-card--inst .stat-label-new{font-size:var(--text-xs);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-light)}.dash-inst .profile-stat-card--inst .stat-value-new{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:600;color:var(--text-dark);letter-spacing:-.01em;line-height:1.25}.dash-inst .profile-name-large,.dash-inst .balance-panel__title,.dash-inst .contacts-title-section h2,.dash-inst .escrows-title-section h2,.dash-inst .notifications-title-section h2,.dash-inst .dropdown-header h3{font-family:var(--font-sans)!important;font-weight:600!important;font-size:1rem!important}.escrows-page.portfolio-dashboard{background:var(--surface-page)!important;padding-top:var(--space-5)!important}.escrows-page .page-rail-header{max-width:1320px;margin:0 auto var(--space-5);padding:0 var(--dash-inline-pad) var(--space-4);border-bottom:1px solid var(--border-color);box-sizing:border-box}.escrows-page .escrows-page__container.container{padding-left:var(--dash-inline-pad);padding-right:var(--dash-inline-pad);box-sizing:border-box}.page-rail-header{max-width:1320px;margin:0 auto;padding:var(--space-4) var(--dash-inline-pad) 0;box-sizing:border-box}.page-rail-header--flush{padding-left:0;padding-right:0}.page-rail-header h1{font-size:var(--text-2xl);font-weight:600;letter-spacing:-.02em;color:var(--text-dark);margin:0 0 var(--space-1)}.page-rail-header p{margin:0;font-size:var(--text-sm);color:var(--text-light)}.account-funds-actions{margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--border-color);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem}.account-funds-actions__label{margin:0;font-size:var(--text-sm);font-weight:600;color:var(--text-light);letter-spacing:.02em}.account-funds-actions__buttons{display:flex;flex-wrap:wrap;gap:.5rem}.wallet-modal-overlay,.edit-profile-overlay{backdrop-filter:blur(var(--modal-overlay-blur))!important;-webkit-backdrop-filter:blur(var(--modal-overlay-blur))!important}.wallet-modal-content,.edit-profile-modal-content{border-radius:var(--radius-lg)!important;border:1px solid var(--border-color)!important;box-shadow:var(--shadow-lg)!important;background:var(--surface-card)!important}.wallet-modal-content:before,.edit-profile-modal-content:before{display:none!important}.wallet-modal-header h2,.edit-profile-modal-header h2{font-family:var(--font-sans)!important;font-size:var(--modal-title-size)!important;font-weight:600!important}.wallet-option{border-radius:var(--radius-md)!important;border:1px solid var(--border-color)!important}.wallet-option:hover:not(:disabled){transform:none!important;box-shadow:none!important;background:var(--surface-muted)!important}.app-footer{border-top:1px solid var(--border-color)!important;background:var(--surface-card)!important}.filter-btn{text-transform:none!important;letter-spacing:0!important;font-size:.75rem!important}.filter-btn.active{background:var(--accent)!important;color:#fff!important;border-color:var(--accent)!important}html[data-theme=dark] .filter-btn.active{background:var(--cta-bg)!important;border-color:var(--cta-bg)!important}
