:root{--large-container-max-width:1920px;--container-max-width:1240px;--container-padding:96px;--container-padding-redesign:64px;--project-max-width:812px;--project-margin-right:340px;--header-height:84px}@media screen and (max-width:1400px){:root{--container-padding:64px;--project-max-width:750px}}@media screen and (max-width:1100px){:root{--project-margin-right:0}}@media screen and (max-width:992px){:root{--container-padding:48px;--container-padding-redesign:48px;--project-max-width:646px;--project-margin-right:0}}@media screen and (max-width:768px){:root{--container-padding:8px;--container-padding-redesign:20px;--project-margin-right:0}}.transaction-matrix-section{margin-bottom:20px;margin-right:var(--project-margin-right);position:relative}.transaction-matrix-section__title{color:var(--ui-text-highlighted);font-size:var(--font-size-text-xl);font-weight:var(--font-weight-semibold);line-height:var(--line-height-text-xl);margin-bottom:20px}.transaction-matrix-section__controls{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:20px}@media (max-width:768px){.transaction-matrix-section__controls{align-items:stretch;flex-direction:column}}.transaction-matrix-section__empty,.transaction-matrix-section__loading{align-items:center;display:flex;justify-content:center;min-height:400px}.transaction-matrix-section__chart-wrapper{height:400px}@media (max-width:768px){.transaction-matrix-section__chart-wrapper{height:400px}}@media screen and (max-width:768px){.transaction-matrix-section{padding:20px 16px 32px}.transaction-matrix-section__title{font-size:20px;line-height:27px}}.transaction-toggle{background-color:var(--bg-secondary-default);border-radius:4px;display:flex;gap:0;padding:4px}.transaction-toggle__button{background-color:var(--ui-bg-elevated);border:none;border-radius:4px;color:var(--ui-text-toned);cursor:pointer;font-size:14px;font-weight:500;padding:8px 32px;transition:all .2s ease}.transaction-toggle__button:hover:not(.transaction-toggle__button--active){background-color:var(--bg-hover-default)}.transaction-toggle__button--active{background-color:var(--ui-text-dimmed);box-shadow:0 1px 3px #0000001a;color:var(--white)}@media (max-width:768px){.transaction-toggle__button{font-size:13px;padding:8px 16px}}.type-chips{display:flex;flex-wrap:wrap;gap:8px}@media (max-width:768px){.type-chips{width:100%}}.type-chip{background-color:var(--bg-white);border:1px solid var(--border-default);border-radius:20px;color:var(--ui-text-base);cursor:pointer;font-size:13px;font-weight:500;padding:6px 16px;transition:all .2s ease}.type-chip:hover:not(.type-chip--active){background-color:var(--bg-secondary-default);border-color:var(--ui-text-dimmed)}.type-chip--active{background-color:var(--ui-text-dimmed);border-color:var(--ui-text-dimmed);color:var(--white)}@media (max-width:768px){.type-chip{font-size:12px;padding:5px 14px}}.loading-state{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center}.loading-state__spinner{height:50px;width:50px}.loading-state__spinner-svg{animation:rotate 2s linear infinite;height:100%;width:100%}.loading-state__spinner-circle{stroke:var(--color-primary);stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}.loading-state__text{color:var(--text-secondary);font-size:14px;font-weight:500;margin:0}.empty-state{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:500px;padding:40px 20px;text-align:center}.empty-state__icon{color:var(--text-secondary);height:64px;margin-bottom:16px;opacity:.5;width:64px}.empty-state__icon svg{height:100%;width:100%}.empty-state__title{color:var(--ui-text-base);font-size:20px;font-weight:600;margin:0 0 12px}.empty-state__message{color:var(--text-secondary);font-size:14px;font-weight:400;line-height:1.6;margin:0}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}
