.verify-banner{justify-content:space-between;align-items:center;gap:var(--space-inline-md);padding:var(--space-stack-sm) var(--space-inline-lg);background:var(--feedback-warning-bg);color:var(--feedback-warning-text);border-bottom:1px solid var(--severity-warning-border);font-size:var(--text-small);line-height:var(--leading-normal);display:flex}.verify-banner__text{max-width:90ch}.verify-banner__text code{font-family:var(--font-numeric);font-size:.95em}.verify-banner__error{color:var(--feedback-error-text)}.verify-banner__ok{font-weight:var(--weight-medium)}@media (max-width:700px){.verify-banner{flex-direction:column;align-items:flex-start}}
.header{z-index:var(--z-sticky);justify-content:space-between;align-items:center;gap:var(--space-inline-md);height:var(--header-height);padding-inline:var(--space-inline-md);background:var(--header-bg);border-bottom:var(--header-border);display:flex;position:sticky;top:0}.header__left,.header__right{align-items:center;gap:var(--space-inline-md);display:flex}.header__brand{font-weight:var(--weight-bold);font-size:var(--text-lg);color:var(--text-primary);text-decoration:none}.header__brand-accent{color:var(--action-bg)}.header__menu-button{font-size:var(--text-xl);cursor:pointer;padding:var(--size-1);background:0 0;border:none;display:none}.header__alerts{align-items:center;gap:var(--space-inline-xs);font-size:var(--text-small);color:var(--text-secondary);text-decoration:none;display:inline-flex}.header__badge{min-width:var(--size-5);height:var(--size-5);padding-inline:var(--size-1);border-radius:var(--radius-full);background:var(--market-down-strong);color:var(--text-inverse);font-size:var(--text-caption);font-weight:var(--weight-bold);justify-content:center;align-items:center;display:inline-flex}.header__theme select{height:var(--button-height-sm);padding-inline:var(--size-2);border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--surface-raised);font-size:var(--text-caption)}.header__user{font-size:var(--text-small);color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;max-width:18ch;overflow:hidden}@media (max-width:900px){.header__menu-button{display:block}.header__user{display:none}}
.sidebar{padding:var(--space-stack-md) var(--space-inline-sm)}.sidebar__list{gap:var(--nav-item-gap);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.sidebar__list--nested{margin-top:var(--nav-item-gap);margin-left:var(--space-inline-md);padding-left:var(--space-inline-sm);border-left:1px solid var(--border-subtle)}.sidebar__item{height:var(--nav-item-height);padding-inline:var(--nav-item-padding-inline);border-radius:var(--nav-item-radius);color:var(--text-secondary);font-size:var(--text-small);align-items:center;text-decoration:none;display:flex}.sidebar__item:hover{background:var(--surface-hover);color:var(--text-primary)}.sidebar__item--active{background:var(--nav-active-bg);color:var(--nav-active-text);font-weight:var(--weight-medium)}.sidebar__group{padding:var(--space-stack-md) var(--nav-item-padding-inline) var(--space-stack-xs);font-size:var(--text-caption);text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}
.shell{flex-direction:column;min-height:100dvh;display:flex}.shell--loading{padding:var(--space-stack-xl)}.shell__body{grid-template-columns:var(--layout-sidebar-width) 1fr;flex:1;min-height:0;display:grid}.shell__aside{border-right:1px solid var(--border-subtle);background:var(--surface-raised);top:var(--header-height);height:calc(100dvh - var(--header-height));position:sticky;overflow-y:auto}.shell__main{flex-direction:column;min-width:0;display:flex}.shell__content{width:100%;max-width:var(--layout-max-width);padding:var(--space-stack-lg) var(--space-inline-lg);gap:var(--space-stack-lg);flex-direction:column;flex:1;margin-inline:auto;display:flex}.shell__footer{padding:var(--space-stack-md) var(--space-inline-lg) var(--space-stack-lg);border-top:1px solid var(--border-subtle);font-size:var(--text-caption);color:var(--text-muted);max-width:var(--layout-max-width);width:100%;margin-inline:auto}.shell__scrim{display:none}@media (max-width:900px){.shell__body{grid-template-columns:1fr}.shell__aside{top:var(--header-height);z-index:var(--z-drawer);width:var(--layout-sidebar-width);transition:transform var(--duration-normal) var(--easing);position:fixed;left:0;transform:translate(-100%)}.shell__aside--open{transform:translate(0)}.shell__scrim{inset:var(--header-height) 0 0 0;z-index:calc(var(--z-drawer) - 1);background:var(--surface-overlay);cursor:pointer;border:none;display:block;position:fixed}.shell__content{padding:var(--space-stack-md) var(--space-inline-md)}}
