.pru-market{width:100%;max-width:1140px;margin:0 auto;padding:0 2rem}.pru-market__header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.pru-market__title{font-size:1.75rem;font-weight:600;letter-spacing:-.025em;color:var(--brand-surface-fg);margin:0;line-height:1.2}.pru-market__subtitle{font-size:.8125rem;color:color-mix(in srgb,var(--brand-surface-fg) 50%,transparent);margin:.25rem 0 0;font-weight:400}.pru-market__badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.25rem .65rem;border-radius:999px;flex-shrink:0;white-space:nowrap}.pru-market__badge--live{background:#22c55e1f;color:#22c55e;border:1px solid rgba(34,197,94,.2)}.pru-market__badge--demo{background:color-mix(in srgb,var(--brand-secondary) 12%,transparent);color:var(--brand-secondary);border:1px solid color-mix(in srgb,var(--brand-secondary) 22%,transparent)}.pru-market__badge--hidden{opacity:0;pointer-events:none}.pru-market__badge-dot{width:6px;height:6px;border-radius:50%;background:currentColor;animation:pru-pulse 2s ease-in-out infinite}.pru-pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem 0;margin-top:1rem}.pru-pagination__btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;font-size:.75rem;font-weight:600;color:color-mix(in srgb,var(--brand-surface-fg) 60%,transparent);background:color-mix(in srgb,var(--brand-surface-fg) 4%,transparent);border:1px solid color-mix(in srgb,var(--brand-surface-fg) 8%,transparent);border-radius:8px;cursor:pointer;transition:all .2s ease}.pru-pagination__btn:hover:not(:disabled){background:color-mix(in srgb,var(--brand-secondary) 15%,transparent);border-color:var(--brand-secondary);color:var(--brand-secondary)}.pru-pagination__btn--active{background:var(--brand-secondary)!important;border-color:var(--brand-secondary)!important;color:var(--brand-primary)!important}.pru-pagination__btn:disabled{opacity:.35;cursor:not-allowed}.pru-pagination__ellipsis{color:color-mix(in srgb,var(--brand-surface-fg) 30%,transparent);font-size:.75rem}@keyframes pru-pulse{0%,to{opacity:1}50%{opacity:.3}}.pru-market__toolbar{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:2rem}.pru-market__tools{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.pru-market__tabs{display:flex;align-items:center;gap:0;position:relative}.pru-market__tab{position:relative;padding:.75rem 1.5rem;font-size:.8125rem;font-weight:500;letter-spacing:.015em;color:color-mix(in srgb,var(--brand-surface-fg) 45%,transparent);background:transparent;border:none;cursor:pointer;transition:color .22s ease;white-space:nowrap;display:flex;align-items:center;gap:.5rem}.pru-market__tab:hover{color:color-mix(in srgb,var(--brand-surface-fg) 75%,transparent)}.pru-market__tab--active{color:var(--brand-secondary);font-weight:600}.pru-market__tab--active:after{content:"";position:absolute;bottom:-1px;left:1rem;right:1rem;height:2px;border-radius:2px 2px 0 0;background:var(--brand-secondary)}.pru-market__tab-icon{width:16px;height:16px;opacity:.7}.pru-market__tab--active .pru-market__tab-icon{opacity:1}.pru-market__search-wrap{position:relative;display:flex;align-items:center;align-self:center;min-width:0}.pru-market__search-icon{position:absolute;left:.75rem;width:14px;height:14px;color:color-mix(in srgb,var(--brand-surface-fg) 30%,transparent);pointer-events:none;flex-shrink:0}.pru-market__search{width:220px;padding:.45rem 2rem .45rem 2.15rem;font-size:.8125rem;font-weight:400;font-family:inherit;color:var(--brand-surface-fg);background:color-mix(in srgb,var(--brand-surface-fg) 4%,transparent);border:1px solid color-mix(in srgb,var(--brand-surface-fg) 12%,transparent);border-radius:8px;outline:none;transition:all .22s ease}.pru-market__search::placeholder{color:color-mix(in srgb,var(--brand-surface-fg) 28%,transparent);font-weight:400}.pru-market__search:focus{border-color:color-mix(in srgb,var(--brand-secondary) 50%,transparent);background:color-mix(in srgb,var(--brand-surface-fg) 2%,transparent);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-secondary) 12%,transparent)}.pru-market__search-clear{position:absolute;right:.4rem;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;border:none;background:color-mix(in srgb,var(--brand-surface-fg) 8%,transparent);color:color-mix(in srgb,var(--brand-surface-fg) 45%,transparent);cursor:pointer;padding:0;transition:background .18s ease,color .18s ease}.pru-market__search-clear:hover{background:color-mix(in srgb,var(--brand-surface-fg) 14%,transparent);color:var(--brand-surface-fg)}.pru-market__search-clear-icon{width:12px;height:12px}.pru-market__card{background:transparent;border:none;border-radius:14px;overflow:hidden}.pru-market__table{width:100%;border-collapse:collapse;font-size:.8125rem}.pru-market__table thead th{padding:.875rem 1rem;font-weight:500;font-size:.6875rem;letter-spacing:.08em;text-transform:uppercase;color:color-mix(in srgb,var(--brand-surface-fg) 40%,transparent);text-align:left;background:color-mix(in srgb,var(--brand-surface-fg) 2%,var(--brand-surface));white-space:nowrap;-webkit-user-select:none;user-select:none}.pru-market__table thead th:last-child,.pru-market__table tbody td:last-child{text-align:right;padding-right:1.25rem}.pru-market__table tbody tr{transition:background .18s ease;cursor:default;border-bottom:1px solid color-mix(in srgb,var(--brand-surface-fg) 5%,transparent)}.pru-market__table tbody tr:last-child{border-bottom:none}.pru-market__table tbody tr:hover{background:color-mix(in srgb,var(--brand-secondary) 5%,transparent)}.pru-market__table tbody td{padding:.8rem 1rem;color:var(--brand-surface-fg);white-space:nowrap;vertical-align:middle}.pru-market__th--sortable{cursor:pointer;transition:color .18s ease,background .18s ease}.pru-market__th--sortable:hover{color:color-mix(in srgb,var(--brand-surface-fg) 65%,transparent);background:color-mix(in srgb,var(--brand-surface-fg) 4%,var(--brand-surface))}.pru-market__th-inner{display:inline-flex;align-items:center;gap:.35rem}.pru-market__sort-icon{font-size:.5rem;opacity:.25;transition:opacity .18s ease,color .18s ease;line-height:1}.pru-market__th--sortable:hover .pru-market__sort-icon{opacity:.55}.pru-market__sort-icon--active{opacity:1;color:var(--brand-secondary)}.pru-market__table th.pru-market__th--active{color:var(--brand-secondary)}.pru-market__table td.pru-market__td--active{background:color-mix(in srgb,var(--brand-secondary) 3%,transparent);font-weight:600}.pru-market__asset{display:flex;align-items:center;gap:.65rem}.pru-market__asset-icon{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0;background:color-mix(in srgb,var(--brand-surface-fg) 8%,transparent)}.pru-market__asset-info{display:flex;flex-direction:column;gap:.1rem}.pru-market__asset-name{font-weight:600;font-size:.8125rem;color:var(--brand-surface-fg);line-height:1.2}.pru-market__asset-symbol{font-size:.6875rem;font-weight:500;color:color-mix(in srgb,var(--brand-surface-fg) 40%,transparent);letter-spacing:.03em}.pru-market__ticker{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;font-size:.625rem;font-weight:700;letter-spacing:.04em;color:var(--brand-secondary);background:color-mix(in srgb,var(--brand-secondary) 10%,transparent);flex-shrink:0}.pru-market__price{font-weight:600;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.pru-market__change{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .55rem;border-radius:6px;font-size:.75rem;font-weight:600;font-variant-numeric:tabular-nums;line-height:1}.pru-market__change--up{background:#22c55e1a;color:#22c55e}.pru-market__change--down{background:#ef44441a;color:#ef4444}.pru-market__change--neutral{background:color-mix(in srgb,var(--brand-surface-fg) 6%,transparent);color:color-mix(in srgb,var(--brand-surface-fg) 45%,transparent)}.pru-market__change-arrow{font-size:.625rem}.pru-market__muted{color:color-mix(in srgb,var(--brand-surface-fg) 45%,transparent);font-variant-numeric:tabular-nums}.pru-animate-flash-up{animation:pru-flash-up 1.2s cubic-bezier(.4,0,.2,1)}.pru-animate-flash-down{animation:pru-flash-down 1.2s cubic-bezier(.4,0,.2,1)}@keyframes pru-flash-up{0%{background-color:#22c55e40}to{background-color:transparent}}@keyframes pru-flash-down{0%{background-color:#ef444440}to{background-color:transparent}}.pru-market__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3.5rem 2rem;gap:.5rem}.pru-market__empty-icon{width:40px;height:40px;color:color-mix(in srgb,var(--brand-surface-fg) 18%,transparent);margin-bottom:.5rem}.pru-market__empty-text{font-size:.875rem;font-weight:500;color:color-mix(in srgb,var(--brand-surface-fg) 55%,transparent);margin:0}.pru-market__empty-text strong{color:var(--brand-surface-fg);font-weight:600}.pru-market__empty-hint{font-size:.75rem;color:color-mix(in srgb,var(--brand-surface-fg) 35%,transparent);margin:0}.pru-market__skeleton{display:flex;flex-direction:column;gap:0}.pru-market__skeleton-row{display:flex;align-items:center;gap:1rem;padding:.9rem 1rem;border-bottom:1px solid color-mix(in srgb,var(--brand-surface-fg) 4%,transparent)}.pru-market__skeleton-row:last-child{border-bottom:none}.pru-market__skeleton-cell{height:12px;border-radius:6px;background:color-mix(in srgb,var(--brand-surface-fg) 6%,transparent);animation:pru-shimmer 1.5s ease-in-out infinite}@keyframes pru-shimmer{0%,to{opacity:1}50%{opacity:.4}}@media(max-width:768px){.pru-market{padding:0 1.25rem}.pru-market__header{flex-direction:column;align-items:flex-start;gap:.5rem}.pru-market__title{font-size:1.35rem}.pru-market__toolbar{flex-direction:column;gap:.75rem}.pru-market__search-wrap,.pru-market__search{width:100%}.pru-market__tab{padding:.625rem 1rem;font-size:.75rem}.pru-market__table{font-size:.75rem}.pru-market__table thead th,.pru-market__table tbody td{padding:.65rem .6rem}.pru-market__table .pru-hide-mobile{display:none}.pru-market__asset-icon{width:24px;height:24px}.pru-market__ticker{width:28px;height:28px;font-size:.5625rem}}@media(max-width:480px){.pru-market__table thead th:last-child,.pru-market__table tbody td:last-child{padding-right:.6rem}}.pru-market__currency-select{width:110px;padding:.45rem 1.75rem .45rem .75rem;font-size:.8125rem;font-weight:600;font-family:inherit;color:var(--brand-surface-fg);background:color-mix(in srgb,var(--brand-surface-fg) 4%,transparent);border:1px solid color-mix(in srgb,var(--brand-surface-fg) 12%,transparent);border-radius:8px;outline:none;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23d3ab4b' stroke-width='3'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:10px;transition:all .22s ease}.pru-market__currency-select:hover{border-color:color-mix(in srgb,var(--brand-secondary) 40%,transparent);background-color:color-mix(in srgb,var(--brand-surface-fg) 6%,transparent)}.pru-market__currency-select:focus{border-color:var(--brand-secondary);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-secondary) 12%,transparent)}.pru-market__currency-select option{background:var(--brand-surface);color:var(--brand-surface-fg)}
