.gp-home{--home-brand:#fe6a00;--home-brand-soft:#fff4ec;--home-brand-border:#fead73;--home-canvas:#fff;--home-surface:#fff;--home-text:#1a1a1a;--home-text-muted:#6b7280;--home-border:#e8eaed;--home-creditor-bg:#f0faf4;--home-creditor-border:color-mix(in srgb, var(--customer-success) 28%, white);--home-creditor-fg:var(--customer-success);--home-debtor-bg:#fff5f4;--home-debtor-border:color-mix(in srgb, var(--customer-danger) 28%, white);--home-debtor-fg:var(--customer-danger);--home-settled-bg:#fff;--home-settled-border:var(--home-border);--home-settled-fg:#374151;--home-radius:14px;--home-radius-sm:10px;font-family:var(--customer-font);color:var(--home-text);background:var(--home-canvas);width:100%;max-width:32rem;min-height:100%;padding-bottom:calc(5.5rem + env(safe-area-inset-bottom,0px));direction:rtl;margin-inline:auto}.gp-home__body{flex-direction:column;gap:1rem;padding-block:.85rem 1.25rem;padding-inline:1rem;display:flex}.gp-home__header{z-index:30;background:var(--home-surface);border-bottom:1px solid color-mix(in srgb, var(--home-border) 80%, transparent);padding-top:env(safe-area-inset-top,0px);position:sticky;top:0}.gp-home__topbar{grid-template-columns:var(--customer-touch) 1fr var(--customer-touch);direction:ltr;align-items:center;gap:.5rem;min-height:3.5rem;padding-inline:.5rem;display:grid}.gp-home__icon-btn{width:var(--customer-touch);height:var(--customer-touch);border-radius:var(--home-radius-sm);color:#4b5563;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;text-decoration:none;display:inline-flex}.gp-home__icon-btn svg{width:24px;height:24px}.gp-home__icon-btn:focus-visible{outline:2px solid var(--home-brand);outline-offset:2px}.gp-home__brand{justify-content:center;align-items:center;min-width:0;display:flex}.gp-home__brand-logo{object-fit:contain;width:auto;height:2.75rem}.gp-home__skeleton{border-radius:var(--home-radius-sm);background:linear-gradient(90deg,#f3f4f6 0%,#ebecef 50%,#f3f4f6 100%) 0 0/200% 100%;width:100%;animation:1.2s ease-in-out infinite gp-home-shimmer;display:block}.gp-home__skeleton--account{height:5.5rem}.gp-home__skeleton--announce{height:7.5rem}.gp-home__skeleton--price{height:12rem}@keyframes gp-home-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.gp-home__accounts{grid-template-columns:1fr 1fr;align-items:stretch;gap:.65rem;display:grid}.gp-home__account{box-sizing:border-box;background:var(--home-settled-bg);border:1px solid var(--home-settled-border);border-radius:var(--home-radius);flex-direction:column;align-items:stretch;min-height:6.25rem;padding:.7rem .75rem .8rem;display:flex}.gp-home__account--loading{background:0 0;border:0;padding:0}.gp-home__account-head{justify-content:space-between;align-items:center;gap:.35rem;min-width:0;display:flex}.gp-home__account-title{color:#4b5563;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.8125rem;font-weight:600;line-height:1.3;overflow:hidden}.gp-home__account-status{color:var(--home-settled-fg);flex-shrink:0;align-items:center;gap:.3rem;margin:0;font-size:.75rem;font-weight:600;line-height:1.3;display:inline-flex}.gp-home__account-dot{background:currentColor;border-radius:50%;flex-shrink:0;width:.4rem;height:.4rem}.gp-home__account-amount{text-align:center;color:var(--home-settled-fg);font-variant-numeric:tabular-nums;overflow-wrap:anywhere;margin:.55rem 0 0;font-size:clamp(1.15rem,4.6vw,1.45rem);font-weight:700;line-height:1.15}.gp-home__account-unit{text-align:center;color:var(--home-text-muted);margin:.2rem 0 0;font-size:.75rem;font-weight:500}.gp-home__account--creditor{background:var(--home-creditor-bg);border-color:var(--home-creditor-border)}.gp-home__account--creditor .gp-home__account-status,.gp-home__account--creditor .gp-home__account-amount{color:var(--home-creditor-fg)}.gp-home__account--debtor{background:var(--home-debtor-bg);border-color:var(--home-debtor-border)}.gp-home__account--debtor .gp-home__account-status,.gp-home__account--debtor .gp-home__account-amount{color:var(--home-debtor-fg)}.gp-home__account--settled{background:var(--home-settled-bg);border-color:var(--home-settled-border)}.gp-home__account--error{text-align:center;justify-content:center;gap:.35rem}.gp-home__account-error-msg{color:var(--home-text-muted);margin:0;font-size:.75rem}.gp-home__account--error button{-webkit-appearance:none;appearance:none;color:var(--home-brand);font:inherit;cursor:pointer;background:0 0;border:0;padding:.25rem 0;font-size:.8125rem;font-weight:600}.gp-home__announce{background:var(--home-surface);border:1.5px solid var(--home-brand-border);border-radius:var(--home-radius);padding:.85rem .9rem 1rem}.gp-home__announce-title{border-bottom:1px solid color-mix(in srgb, var(--home-brand) 22%, white);color:var(--home-brand);text-align:center;margin:0;padding-bottom:.55rem;font-size:1rem;font-weight:700;line-height:1.35}.gp-home__announce-body{color:#4b5563;text-align:center;white-space:pre-wrap;-webkit-line-clamp:6;overflow-wrap:anywhere;-webkit-box-orient:vertical;margin:.7rem 0 0;font-size:.875rem;font-weight:400;line-height:1.65;display:-webkit-box;overflow:hidden}.gp-home__announce--loading,.gp-home__announce--error{text-align:center;border:1.5px solid var(--home-brand-border);border-radius:var(--home-radius);background:var(--home-surface);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-height:6rem;padding:.85rem;display:flex}.gp-home__announce--error p{color:var(--home-text-muted);margin:0;font-size:.8125rem}.gp-home__announce--error button{-webkit-appearance:none;appearance:none;color:var(--home-brand);font:inherit;cursor:pointer;background:0 0;border:0;font-weight:600}.gp-home__categories{-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;overflow-x:auto}.gp-home__categories::-webkit-scrollbar{display:none}.gp-home__categories-track{border:1px solid var(--home-border);box-sizing:border-box;background:#f7f7f8;border-radius:999px;gap:.2rem;min-width:100%;padding:.2rem;display:inline-flex}.gp-home__category{-webkit-appearance:none;appearance:none;color:#4b5563;min-width:5.5rem;font:inherit;cursor:pointer;text-align:center;white-space:nowrap;background:0 0;border:0;border-radius:999px;flex:1 1 0;padding:.55rem .9rem;font-size:.875rem;font-weight:600;line-height:1.2}.gp-home__category--active{background:var(--home-brand);color:#fff}.gp-home__category:focus-visible{outline:2px solid var(--home-brand);outline-offset:2px}.gp-home__price-card{background:var(--home-surface);border:1px solid var(--home-border);border-radius:var(--home-radius);overflow:hidden}.gp-home__price-card--loading,.gp-home__price-card--error{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-height:10rem;padding:1rem;display:flex}.gp-home__price-card--error p{color:var(--home-text-muted);margin:0;font-size:.875rem}.gp-home__price-card--error button{-webkit-appearance:none;appearance:none;color:var(--home-brand);font:inherit;cursor:pointer;background:0 0;border:0;font-weight:600}.gp-home__price-head{border-bottom:1px solid var(--home-border);justify-content:space-between;align-items:baseline;gap:.5rem;padding:.85rem .9rem .7rem;display:flex}.gp-home__price-product{color:var(--home-text);align-items:center;gap:.4rem;min-width:0;margin:0;font-size:.9375rem;font-weight:700;line-height:1.3;display:inline-flex}.gp-home__price-live-dot{background:var(--customer-success);border-radius:50%;flex-shrink:0;width:.45rem;height:.45rem}.gp-home__price-updated{color:var(--home-text-muted);white-space:nowrap;flex-shrink:0;margin:0;font-size:.6875rem;font-weight:500}.gp-home__price-quotes{grid-template-columns:1fr auto 1fr;align-items:stretch;gap:0;padding:.85rem .5rem .95rem;display:grid}.gp-home__quote{text-align:center;color:inherit;border-radius:var(--home-radius-sm);flex-direction:column;align-items:center;min-width:0;padding:.25rem .35rem;text-decoration:none;display:flex}.gp-home__quote:focus-visible{outline:2px solid var(--home-brand);outline-offset:2px}.gp-home__quote--disabled{opacity:.72;pointer-events:none}.gp-home__quote-divider{background:var(--home-border);align-self:stretch;width:1px;margin-block:.35rem}.gp-home__quote-label{color:var(--home-text-muted);margin:0;font-size:.8125rem;font-weight:500}.gp-home__quote-amount{font-variant-numeric:tabular-nums;overflow-wrap:anywhere;max-width:100%;margin:.45rem 0 0;font-size:clamp(1.05rem,4.2vw,1.35rem);font-weight:700;line-height:1.2}.gp-home__quote-amount--buy{color:var(--customer-buy)}.gp-home__quote-amount--sell{color:var(--customer-sell)}.gp-home__quote-unit{color:var(--home-text-muted);margin:.2rem 0 0;font-size:.75rem;font-weight:500}.gp-home__quote-stale{color:var(--customer-warning);margin:.25rem 0 0;font-size:.6875rem}.gp-home__trade-cta{background:var(--home-brand-soft);min-height:2.85rem;color:var(--home-brand);border-top:1px solid color-mix(in srgb, var(--home-brand) 18%, white);justify-content:center;align-items:center;padding:.7rem 1rem;font-size:.9375rem;font-weight:700;text-decoration:none;display:flex;position:relative}.gp-home__trade-cta:focus-visible{outline:2px solid var(--home-brand);outline-offset:-2px}.gp-home__trade-cta-label{text-align:center}.gp-home__trade-cta-chevron{color:var(--home-brand);position:absolute;inset-inline-end:1rem}.gp-home__trade-cta--disabled{opacity:.55;cursor:default}@media (max-width:767px){.gp-customer-shell--home .gp-app-shell__header,.gp-customer-shell--home .gp-customer-nav,.gp-customer-shell--home .gp-customer-tablet-nav,.gp-customer-shell--home .gp-customer-sidebar{display:none}.gp-customer-shell--home .gp-app-shell__main{max-width:none;padding:0}.gp-customer-shell--home{background:var(--home-canvas,#fff)}.gp-customer-shell--home .gp-customer-bottom-nav{inset-inline:0;padding:.4rem .25rem calc(.4rem + env(safe-area-inset-bottom,0px));border-top:1px solid var(--home-border,#e8eaed);box-shadow:none;z-index:40;background:#fff;border-radius:0;align-items:stretch;gap:0;display:flex;position:fixed;bottom:0}.gp-customer-shell--home .gp-customer-bottom-nav a,.gp-customer-shell--home .gp-customer-bottom-nav span[aria-disabled=true]{color:#6b7280;min-height:3rem;box-shadow:none;background:0 0;border:0;border-radius:0;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:.2rem;padding:.25rem 0;font-size:.6875rem;font-weight:500;text-decoration:none;display:flex;transform:none}.gp-customer-shell--home .gp-customer-bottom-nav a[aria-current=page]{color:#fe6a00}.gp-customer-shell--home .gp-customer-bottom-nav__item--home[aria-current=page]{color:#fe6a00;min-height:3rem;box-shadow:none;background:0 0;border:0;transform:none}.gp-customer-shell--home .gp-customer-bottom-nav__item--home[aria-current=page] .gp-nav-icon-wrap{box-shadow:none;background:0 0;border-radius:0;padding:0;display:inline-flex}.gp-customer-shell--home .gp-customer-bottom-nav__item--home[aria-current=page] .gp-nav-icon-wrap svg{color:#fe6a00;width:22px;height:22px}}@media (min-width:768px){.gp-home{border:1px solid var(--home-border);border-radius:1rem;max-width:28rem;margin-block:1.25rem;padding-bottom:1.5rem;overflow:hidden;box-shadow:0 8px 28px #1111110f}.gp-home__header{position:static}}@media (max-width:360px){.gp-home__body{gap:.85rem;padding-inline:.75rem}.gp-home__quote-amount{font-size:1rem}.gp-home__price-updated{font-size:.625rem}}
