.porop-badge{min-height:24px;padding:0 var(--porop-space-200);color:var(--porop-color-text-secondary);background:var(--porop-color-bg-subdued);border-radius:var(--porop-radius-full);font-size:var(--porop-text-label-font-size);line-height:var(--porop-text-label-line-height);font-weight:var(--porop-font-weight-medium);align-items:center;display:inline-flex}.porop-badge--brand{color:var(--porop-color-text-brand);background:var(--porop-color-bg-brand-subdued)}.porop-badge--positive{color:var(--porop-color-text-positive);background:var(--porop-color-status-positive-bg)}.porop-badge--negative{color:var(--porop-color-text-negative);background:var(--porop-color-status-negative-bg)}.porop-badge--warning{color:var(--porop-color-text-warning);background:var(--porop-color-status-warning-bg)}.porop-badge--info{color:var(--porop-color-text-info);background:var(--porop-color-status-info-bg)}.porop-badge--strong{color:var(--porop-color-text-on-action);background:var(--porop-color-status-neutral-strong)}.porop-badge--strong.porop-badge--brand{background:var(--porop-color-status-brand-strong)}.porop-badge--strong.porop-badge--positive{background:var(--porop-color-status-positive-strong)}.porop-badge--strong.porop-badge--negative{background:var(--porop-color-status-negative-strong)}.porop-badge--strong.porop-badge--warning{background:var(--porop-color-status-warning-strong)}.porop-badge--strong.porop-badge--info{background:var(--porop-color-status-info-strong)}.porop-button{justify-content:center;align-items:center;gap:var(--porop-space-200);border:var(--porop-border-width-default) solid transparent;border-radius:var(--porop-radius-md);font-weight:var(--porop-font-weight-medium);line-height:var(--porop-line-height-tight);cursor:pointer;transition:background-color var(--porop-duration-fast) var(--porop-ease-standard), transform var(--porop-duration-fast) var(--porop-ease-standard);display:inline-flex}.porop-button:active{transform:translateY(1px)}.porop-button:disabled{color:var(--porop-color-text-disabled);background:var(--porop-color-action-disabled);cursor:not-allowed;border-color:#0000;transform:none}.porop-button--small{min-height:var(--porop-control-sm);padding:0 var(--porop-space-300);font-size:var(--porop-font-size-200)}.porop-button--medium{min-height:var(--porop-control-md);padding:0 var(--porop-space-400);font-size:var(--porop-font-size-400)}.porop-button--large{min-height:var(--porop-control-lg);padding:0 var(--porop-space-500);font-size:var(--porop-font-size-500)}.porop-button--primary{color:var(--porop-color-text-on-primary);background:var(--porop-color-action-primary)}.porop-button--primary:hover{background:var(--porop-color-action-primary-hover)}.porop-button--secondary{color:var(--porop-color-text-primary);background:var(--porop-color-action-secondary);border-color:var(--porop-color-border-default)}.porop-button--secondary:hover{background:var(--porop-color-action-secondary-hover)}.porop-button--tertiary{padding-right:var(--porop-space-300);padding-left:var(--porop-space-300);color:var(--porop-color-text-brand);background:0 0}.porop-button--tertiary:hover{background:var(--porop-color-bg-hover)}.porop-button--destructive{color:var(--porop-color-text-on-action);background:var(--porop-color-action-destructive)}.porop-button--destructive:hover{background:var(--porop-color-action-destructive-hover)}.porop-spinner{border:var(--porop-border-width-focus) solid currentColor;border-right-color:#0000;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite porop-spin}@keyframes porop-spin{to{transform:rotate(360deg)}}.porop-icon-button{justify-content:center;align-items:center;gap:var(--porop-space-200);min-width:var(--porop-touch-min);min-height:var(--porop-touch-min);color:var(--porop-color-text-secondary);border:var(--porop-border-width-default) solid transparent;border-radius:var(--porop-radius-md);font-weight:var(--porop-font-weight-medium);line-height:var(--porop-line-height-tight);cursor:pointer;transition:background-color var(--porop-duration-fast) var(--porop-ease-standard), transform var(--porop-duration-fast) var(--porop-ease-standard);background:0 0;padding:0;display:inline-flex;position:relative}.porop-icon-button:after{top:calc(100% + var(--porop-space-100));z-index:30;width:max-content;max-width:180px;padding:var(--porop-space-100) var(--porop-space-200);color:var(--porop-color-text-inverse);background:var(--porop-color-bg-inverse);border-radius:var(--porop-radius-sm);content:attr(data-tooltip);font-size:var(--porop-text-label-font-size);font-weight:var(--porop-font-weight-regular);line-height:var(--porop-text-label-line-height);opacity:0;pointer-events:none;transition:opacity var(--porop-duration-fast) var(--porop-ease-standard), transform var(--porop-duration-fast) var(--porop-ease-standard);position:absolute;right:0;transform:translateY(-2px)}.porop-icon-button:hover:after,.porop-icon-button:focus-visible:after{opacity:1;transform:translateY(0)}.porop-icon-button:hover{color:var(--porop-color-text-primary);background:var(--porop-color-bg-hover)}.porop-icon-button:active{transform:translateY(1px)}.porop-icon-button:disabled{cursor:not-allowed;transform:none}.porop-icon-button--secondary{background:var(--porop-color-action-secondary);border-color:var(--porop-color-border-default)}.porop-icon-button--large{width:var(--porop-control-lg);height:var(--porop-control-lg)}.porop-card{gap:var(--porop-space-400);width:min(420px,100%);padding:var(--porop-space-500);background:var(--porop-color-bg-surface);border:var(--porop-border-width-default) solid var(--porop-color-border-default);border-radius:var(--porop-radius-lg);display:grid}.porop-card--selected{border-color:var(--porop-color-border-brand);box-shadow:0 0 0 var(--porop-border-width-default) var(--porop-color-border-brand)}.porop-card__header{align-items:center;gap:var(--porop-space-200);display:flex}.porop-card__header-aside{align-items:center;gap:var(--porop-space-200);margin-left:auto;display:inline-flex}.porop-card__title{font-size:var(--porop-text-body-md-font-size);line-height:var(--porop-text-body-md-line-height);margin:0}.porop-card__disclosure{width:24px;height:24px;color:var(--porop-color-text-secondary);background:var(--porop-color-bg-subdued);border-radius:var(--porop-radius-full);cursor:pointer;transition:color var(--porop-duration-fast) var(--porop-ease-standard), background-color var(--porop-duration-fast) var(--porop-ease-standard);border:0;flex:none;place-items:center;padding:0;display:inline-grid;position:relative}.porop-card__disclosure:before{content:"";position:absolute;inset:-10px}.porop-card__disclosure:hover{color:var(--porop-color-text-brand);background:var(--porop-color-bg-brand-subdued)}.porop-card__disclosure svg{fill:none;stroke:currentColor;stroke-width:1.75px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px;transition:transform var(--porop-duration-fast) var(--porop-ease-standard)}.porop-card__disclosure[aria-expanded=true] svg{transform:rotate(180deg)}.porop-card__summary{gap:var(--porop-space-500);grid-template-columns:1fr;display:grid}.porop-card__body{color:var(--porop-color-text-secondary);font-size:var(--porop-text-body-sm-font-size);line-height:var(--porop-text-body-sm-line-height)}.porop-card__footer{padding-top:var(--porop-space-300);border-top:var(--porop-border-width-default) solid var(--porop-color-border-default)}@media (width>=520px){.porop-card__summary{grid-template-columns:1fr 1fr}}.porop-description-list{gap:0;margin:0;display:grid}.porop-description-list__row{justify-content:space-between;gap:var(--porop-space-300);padding:var(--porop-space-200) 0;border-top:var(--porop-border-width-default) solid var(--porop-color-border-default);font-size:var(--porop-text-label-font-size);line-height:var(--porop-text-label-line-height);display:flex}.porop-description-list__row dt{color:var(--porop-color-text-secondary)}.porop-description-list__row dd{color:var(--porop-color-text-primary);font-weight:var(--porop-font-weight-medium);font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap;margin:0}.porop-empty-state{justify-items:center;gap:var(--porop-space-300);width:min(520px,100%);padding:var(--porop-space-800);text-align:center;display:grid}.porop-empty-state__mark{width:56px;height:56px;color:var(--porop-color-text-brand);background:var(--porop-color-bg-brand-subdued);border-radius:var(--porop-radius-lg);font-size:var(--porop-font-size-900);place-items:center;display:grid}.porop-empty-state h3,.porop-empty-state p{margin:0}.porop-empty-state h3{font-size:var(--porop-text-heading-sm-font-size);line-height:var(--porop-text-heading-sm-line-height)}.porop-empty-state p{max-width:48ch;color:var(--porop-color-text-secondary);font-size:var(--porop-text-body-sm-font-size);line-height:var(--porop-text-body-sm-line-height)}.porop-alert{justify-content:space-between;align-items:start;gap:var(--porop-space-400);width:min(680px,100%);padding:var(--porop-space-400);color:var(--porop-color-text-info);background:var(--porop-color-status-info-bg);border-radius:var(--porop-radius-md);display:flex}.porop-alert p{margin:var(--porop-space-100) 0 0;color:var(--porop-color-text-primary);font-size:var(--porop-text-body-sm-font-size);line-height:var(--porop-text-body-sm-line-height)}.porop-alert--positive{color:var(--porop-color-text-positive);background:var(--porop-color-status-positive-bg)}.porop-alert--warning{color:var(--porop-color-text-warning);background:var(--porop-color-status-warning-bg)}.porop-alert--critical{color:var(--porop-color-text-negative);background:var(--porop-color-status-negative-bg)}.porop-field{gap:var(--porop-space-100);width:min(360px,100%);display:grid}.porop-field__label{font-size:var(--porop-text-body-sm-font-size);line-height:var(--porop-text-body-sm-line-height);font-weight:var(--porop-font-weight-medium)}.porop-field__description,.porop-field__error{color:var(--porop-color-text-secondary);font-size:var(--porop-text-label-font-size);line-height:var(--porop-text-label-line-height)}.porop-field__error{color:var(--porop-color-text-negative)}.porop-field--error .porop-input{border-color:var(--porop-color-text-negative)}.porop-input{width:100%;min-height:var(--porop-control-md);padding:0 var(--porop-space-300);color:var(--porop-color-text-primary);background:var(--porop-color-bg-surface);border:var(--porop-border-width-default) solid var(--porop-color-border-strong);border-radius:var(--porop-radius-md)}.porop-input:hover{border-color:var(--porop-color-border-interactive)}.porop-input:disabled{color:var(--porop-color-text-disabled);background:var(--porop-color-bg-subdued);cursor:not-allowed}.porop-select{appearance:auto}.porop-tooltip{display:inline-flex;position:relative}.porop-tooltip__trigger{width:14px;height:14px;color:var(--porop-color-text-secondary);background:var(--porop-color-bg-subdued);border-radius:var(--porop-radius-full);font-size:var(--porop-font-size-050);line-height:var(--porop-line-height-tight);font-weight:var(--porop-font-weight-semibold);cursor:help;border:0;place-items:center;padding:0;display:inline-grid;position:relative}.porop-tooltip__trigger:before{content:"";position:absolute;inset:-15px}.porop-tooltip__trigger:hover{color:var(--porop-color-text-primary)}.porop-tooltip__content{z-index:10;bottom:calc(100% + var(--porop-space-200));width:max-content;max-width:min(280px,100vw - 32px);padding:var(--porop-space-200) var(--porop-space-300);color:var(--porop-color-text-inverse);background:var(--porop-color-bg-inverse);border-radius:var(--porop-radius-sm);box-shadow:var(--porop-shadow-overlay);font-size:var(--porop-text-label-font-size);line-height:var(--porop-text-label-line-height);font-weight:var(--porop-font-weight-regular);opacity:0;pointer-events:none;transition:opacity var(--porop-duration-fast) var(--porop-ease-standard), transform var(--porop-duration-fast) var(--porop-ease-standard);position:absolute;left:50%;transform:translate(-50%,4px)}.porop-tooltip:hover .porop-tooltip__content,.porop-tooltip:focus-within .porop-tooltip__content{opacity:1;transform:translate(-50%)}.porop-list-view{gap:var(--porop-space-300);width:min(900px,100%);display:grid}.porop-list-view__toolbar{justify-content:flex-end;align-items:center;gap:var(--porop-space-200);flex-wrap:wrap;display:flex}.porop-list-view__sort{align-items:center;gap:var(--porop-space-200);color:var(--porop-color-text-secondary);font-size:var(--porop-text-label-font-size);display:inline-flex}.porop-list-view__sort select,.porop-list-view__filter{min-height:36px;padding:0 var(--porop-space-300);color:var(--porop-color-text-primary);background:var(--porop-color-bg-surface);border:var(--porop-border-width-default) solid var(--porop-color-border-default);border-radius:var(--porop-radius-md)}.porop-list-view__filter{align-items:center;gap:var(--porop-space-200);cursor:pointer;display:inline-flex}.porop-list-view__filter svg{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linejoin:round;width:16px;height:16px}.porop-list-view__filter span{min-width:20px;height:20px;color:var(--porop-color-text-brand);background:var(--porop-color-bg-brand-subdued);border-radius:var(--porop-radius-full);font-size:var(--porop-font-size-100);line-height:var(--porop-text-body-sm-line-height);padding:0 6px}.porop-list-view__items{gap:var(--porop-space-300);display:grid}.porop-list-view__item{min-width:0}.porop-list-view__empty{padding:var(--porop-space-800);color:var(--porop-color-text-secondary);text-align:center}.porop-list-view__load-more{justify-content:center;display:flex}.porop-list-view__load-more button{min-height:40px;padding:0 var(--porop-space-400);color:var(--porop-color-text-brand);border-radius:var(--porop-radius-md);cursor:pointer;background:0 0;border:0}.porop-list-view__load-more button:hover{background:var(--porop-color-bg-hover)}.porop-list-view__load-more button:disabled{color:var(--porop-color-text-disabled);cursor:wait}.porop-metric{gap:var(--porop-space-100);min-width:180px;display:grid}.porop-metric__heading{justify-self:start;align-items:center;gap:3px;display:inline-flex}.porop-metric__label,.porop-metric__context{color:var(--porop-color-text-secondary);font-size:var(--porop-text-label-font-size);line-height:var(--porop-text-label-line-height)}.porop-metric__value{font-size:var(--porop-text-heading-md-font-size);line-height:var(--porop-text-heading-md-line-height);font-variant-numeric:tabular-nums;white-space:nowrap}.porop-metric__status{justify-self:start;display:inline-flex}.porop-metric__change{font-size:var(--porop-text-body-sm-font-size);line-height:var(--porop-text-body-sm-line-height);font-weight:var(--porop-font-weight-medium);font-variant-numeric:tabular-nums}.porop-metric__change--gain{color:var(--porop-color-market-gain)}.porop-metric__change--loss{color:var(--porop-color-market-loss)}.porop-metric__change--flat{color:var(--porop-color-market-flat)}.porop-metric-section{gap:var(--porop-space-300);display:grid}.porop-metric-section--divided{padding-top:var(--porop-space-400);border-top:var(--porop-border-width-default) solid var(--porop-color-border-default)}.porop-metric-section__header{flex-wrap:wrap;align-items:center;gap:3px;min-width:0;display:flex}.porop-metric-section__title{color:var(--porop-color-text-primary);font-size:var(--porop-font-size-300);line-height:var(--porop-text-body-sm-line-height);font-weight:var(--porop-font-weight-medium)}.porop-metric-section__subtitle{width:100%;color:var(--porop-color-text-secondary);font-size:var(--porop-font-size-100);line-height:var(--porop-text-label-line-height);white-space:nowrap}.porop-metric-section__body{gap:var(--porop-space-300);display:grid}@media (width>=520px){.porop-metric-section__header{flex-wrap:nowrap}.porop-metric-section__subtitle{width:auto;margin-left:auto}}.porop-search-field{align-items:center;display:flex;position:relative}.porop-search-field__icon{left:var(--porop-space-300);width:14px;height:14px;color:var(--porop-color-text-secondary);pointer-events:none;position:absolute}.porop-search-field__input{border-width:var(--porop-border-width-hairline);appearance:none;padding-left:40px;padding-right:40px}.porop-search-field--with-submit .porop-search-field__input,.porop-search-field--with-clear .porop-search-field__input{padding-right:52px}.porop-search-field--with-submit.porop-search-field--with-clear .porop-search-field__input{padding-right:100px}.porop-search-field__input:focus-visible{background:var(--porop-color-bg-surface);border-color:color-mix(in srgb, var(--porop-color-border-interactive) 78%, var(--porop-color-bg-surface));box-shadow:inset 0 0 0 1.5px color-mix(in srgb, var(--porop-color-border-interactive) 78%, var(--porop-color-bg-surface));outline:none}.porop-search-field:focus-within .porop-search-field__icon{color:var(--porop-color-text-primary)}.porop-search-field__input::-webkit-search-cancel-button{display:none}.porop-search-field__actions{right:var(--porop-space-050);align-items:center;gap:var(--porop-space-100);display:flex;position:absolute}.porop-search-field__action{display:inline-flex;position:relative}.porop-search-field__clear,.porop-search-field__submit{isolation:isolate;width:var(--porop-touch-min);height:var(--porop-touch-min);cursor:pointer;transition:color var(--porop-duration-fast) var(--porop-ease-standard), transform var(--porop-duration-fast) var(--porop-ease-standard);background:0 0;border:0;place-items:center;padding:0;display:grid;position:relative}.porop-search-field__clear:before,.porop-search-field__submit:before{z-index:-1;content:"";transition:background-color var(--porop-duration-fast) var(--porop-ease-standard), box-shadow var(--porop-duration-fast) var(--porop-ease-standard);position:absolute;inset:8px}.porop-search-field__clear svg,.porop-search-field__submit svg{width:12px;height:12px}.porop-search-field__clear{color:var(--porop-color-text-secondary);border-radius:var(--porop-radius-md)}.porop-search-field__clear:before{background:var(--porop-color-bg-subdued);border-radius:var(--porop-radius-sm)}.porop-search-field__clear:hover{color:var(--porop-color-text-primary)}.porop-search-field__clear:hover:before{background:var(--porop-color-bg-hover)}.porop-search-field__submit{color:var(--porop-color-text-on-primary);border-radius:var(--porop-radius-full)}.porop-search-field__submit:before{background:var(--porop-color-action-primary);border-radius:var(--porop-radius-full)}.porop-search-field__submit:hover:not(:disabled):before{background:var(--porop-color-action-primary-hover)}.porop-search-field__submit:disabled{color:var(--porop-color-text-disabled);cursor:not-allowed}.porop-search-field__submit:disabled:before{background:var(--porop-color-action-disabled)}.porop-search-field__clear:active,.porop-search-field__submit:active:not(:disabled){transform:translateY(1px)}.porop-search-field__clear:focus-visible,.porop-search-field__submit:focus-visible{outline:none}.porop-search-field__clear:focus-visible:before,.porop-search-field__submit:focus-visible:before{box-shadow:0 0 0 var(--porop-border-width-focus) var(--porop-color-border-interactive)}.porop-search-field__tooltip{z-index:20;top:calc(100% + var(--porop-space-200));width:max-content;padding:var(--porop-space-200) var(--porop-space-300);color:var(--porop-color-text-inverse);background:var(--porop-color-bg-inverse);border-radius:var(--porop-radius-sm);box-shadow:var(--porop-shadow-raised);font-size:var(--porop-text-label-font-size);line-height:var(--porop-text-label-line-height);opacity:0;pointer-events:none;transition:opacity var(--porop-duration-fast) var(--porop-ease-standard), transform var(--porop-duration-fast) var(--porop-ease-standard);position:absolute;left:50%;transform:translate(-50%,4px)}.porop-search-field__action:hover .porop-search-field__tooltip,.porop-search-field__action:focus-within .porop-search-field__tooltip{opacity:1;transform:translate(-50%)}@media (forced-colors:active){.porop-search-field__input{border-width:var(--porop-border-width-default)}.porop-search-field__input:focus-visible{outline:var(--porop-border-width-focus) solid Highlight;outline-offset:2px}.porop-search-field__clear:before,.porop-search-field__submit:before{border:var(--porop-border-width-default) solid ButtonText;background:buttonface}}.porop-table-wrap{border:var(--porop-border-width-default) solid var(--porop-color-border-default);border-radius:var(--porop-radius-lg);width:min(900px,100vw - 48px);overflow-x:auto}.porop-table{border-collapse:collapse;background:var(--porop-color-bg-surface);width:100%;font-size:var(--porop-text-body-sm-font-size)}.porop-table caption{padding:var(--porop-space-400);text-align:left;font-weight:var(--porop-font-weight-medium)}.porop-table th,.porop-table td{padding:var(--porop-space-300) var(--porop-space-400);text-align:left;border-top:var(--porop-border-width-default) solid var(--porop-color-border-default)}.porop-table th{color:var(--porop-color-text-secondary);background:var(--porop-color-bg-subdued);font-size:var(--porop-text-label-font-size)}.porop-table th button{color:inherit;font-weight:inherit;cursor:pointer;background:0 0;border:0;padding:0}.porop-table tbody tr[data-selected]{background:var(--porop-color-bg-selected)}.porop-table__numeric{font-variant-numeric:tabular-nums;text-align:right!important}.porop-table--compact th,.porop-table--compact td{padding-top:var(--porop-space-200);padding-bottom:var(--porop-space-200)}.porop-table__selection{width:44px;text-align:center!important}.porop-data-table{gap:var(--porop-space-300);width:min(900px,100vw - 48px);display:grid}.porop-data-table .porop-table-wrap{width:100%}.porop-data-table__toolbar{justify-content:space-between;align-items:center;gap:var(--porop-space-300);color:var(--porop-color-text-secondary);font-size:var(--porop-text-label-font-size);display:flex}.porop-data-table__search{width:min(320px,100%)}.porop-data-table__state{color:var(--porop-color-text-secondary);padding:var(--porop-space-800)!important;text-align:center!important}.porop-data-table__pagination{justify-content:flex-end;align-items:center;gap:var(--porop-space-300);color:var(--porop-color-text-secondary);font-size:var(--porop-text-label-font-size);flex-wrap:wrap;display:flex}.porop-data-table__pagination button,.porop-data-table__pagination select{min-height:32px;padding:0 var(--porop-space-200);color:var(--porop-color-text-primary);background:var(--porop-color-bg-surface);border:var(--porop-border-width-default) solid var(--porop-color-border-default);border-radius:var(--porop-radius-sm)}.porop-data-table__pagination button{cursor:pointer}.porop-data-table__pagination button:disabled{color:var(--porop-color-text-disabled);cursor:not-allowed}.porop-data-table__pagination label{align-items:center;gap:var(--porop-space-200);display:inline-flex}.porop-visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.porop-tabs{align-items:center;gap:var(--porop-space-100);display:flex}.porop-tabs__tab{align-items:center;gap:var(--porop-space-200);min-height:var(--porop-control-md);padding:0 var(--porop-space-300);color:var(--porop-color-text-secondary);cursor:pointer;background:0 0;border:0;display:inline-flex}.porop-tabs__icon{width:16px;height:16px;color:inherit;flex:none;display:inline-flex}.porop-tabs__icon svg{fill:none;stroke:currentColor;stroke-width:1.75px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.porop-tabs--underline{border-bottom:var(--porop-border-width-default) solid var(--porop-color-border-default)}.porop-tabs--underline .porop-tabs__tab[aria-selected=true]{color:var(--porop-color-text-primary);box-shadow:inset 0 -2px var(--porop-color-action-primary)}.porop-tabs--pill,.porop-tabs--expanding{padding:var(--porop-space-100);background:var(--porop-color-bg-subdued);border-radius:var(--porop-radius-full)}.porop-tabs--pill .porop-tabs__tab{border-radius:var(--porop-radius-full)}.porop-tabs--pill .porop-tabs__tab[aria-selected=true],.porop-tabs--expanding .porop-tabs__tab[aria-selected=true]{color:var(--porop-color-text-primary);background:var(--porop-color-bg-surface);box-shadow:var(--porop-shadow-raised)}.porop-tabs--expanding .porop-tabs__tab{min-width:var(--porop-control-md);border-radius:var(--porop-radius-full);transition:gap var(--porop-duration-standard) var(--porop-ease-standard), color var(--porop-duration-standard) var(--porop-ease-standard), background-color var(--porop-duration-standard) var(--porop-ease-standard), box-shadow var(--porop-duration-standard) var(--porop-ease-standard);gap:0;overflow:hidden}.porop-tabs--expanding .porop-tabs__label{opacity:0;white-space:nowrap;max-width:0;transition:max-width var(--porop-duration-standard) var(--porop-ease-standard), opacity var(--porop-duration-fast) var(--porop-ease-standard);overflow:hidden}.porop-tabs--expanding .porop-tabs__tab[aria-selected=true]{gap:var(--porop-space-200)}.porop-tabs--expanding .porop-tabs__tab[aria-selected=true] .porop-tabs__label{opacity:1;max-width:12rem}:root{--lightningcss-light:initial;--lightningcss-dark: ;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--porop-color-mint-highlight:#72e3b1;--porop-color-signal-teal:#00d4c8;--porop-color-depth-cyan:#00b8e6;--porop-color-deep-blue:#0878d1;--porop-color-ink:#080f20;--porop-color-cloud:#f7f8fa;--porop-color-white:#fff;--porop-color-warm-50:#f6faf8;--porop-color-warm-100:#eaf4f1;--porop-color-warm-200:#cfdfdb;--porop-color-warm-300:#a8beb8;--porop-color-warm-500:#58706a;--porop-color-warm-700:#334943;--porop-color-warm-900:#10221f;--porop-color-warm-950:#050d14;--porop-color-teal-50:#ddf7ef;--porop-color-teal-100:#c8f3e8;--porop-color-teal-300:#5adcc3;--porop-color-teal-500:#0aa98c;--porop-color-teal-600:#087f78;--porop-color-teal-700:#06655e;--porop-color-teal-900:#123a37;--porop-color-green-50:#ecfdf3;--porop-color-green-500:#12a66a;--porop-color-green-700:#087a4c;--porop-color-red-50:#fff1f0;--porop-color-red-500:#e6534b;--porop-color-red-700:#b93630;--porop-color-amber-50:#fff8e7;--porop-color-amber-500:#d89209;--porop-color-amber-700:#946200;--porop-color-blue-50:#eef6ff;--porop-color-blue-500:#2f80ed;--porop-color-blue-700:#1e5fb8;--porop-color-bg-canvas:var(--porop-color-cloud);--porop-color-bg-surface:var(--porop-color-white);--porop-color-bg-subdued:var(--porop-color-warm-100);--porop-color-bg-hover:var(--porop-color-warm-100);--porop-color-bg-selected:var(--porop-color-teal-50);--porop-color-bg-brand-subdued:var(--porop-color-teal-50);--porop-color-bg-inverse:var(--porop-color-ink);--porop-color-text-primary:var(--porop-color-ink);--porop-color-text-secondary:var(--porop-color-warm-500);--porop-color-text-disabled:var(--porop-color-warm-300);--porop-color-text-inverse:var(--porop-color-cloud);--porop-color-text-on-action:var(--porop-color-cloud);--porop-color-text-on-primary:var(--porop-color-ink);--porop-color-text-brand:var(--porop-color-teal-700);--porop-color-text-positive:var(--porop-color-green-700);--porop-color-text-negative:var(--porop-color-red-700);--porop-color-text-warning:var(--porop-color-amber-700);--porop-color-text-info:var(--porop-color-blue-700);--porop-color-border-default:var(--porop-color-warm-200);--porop-color-border-strong:var(--porop-color-warm-300);--porop-color-border-brand:var(--porop-color-signal-teal);--porop-color-border-interactive:var(--porop-color-warm-500);--porop-color-focus:var(--porop-color-deep-blue);--porop-color-action-primary:var(--porop-color-signal-teal);--porop-color-action-primary-hover:var(--porop-color-depth-cyan);--porop-color-action-secondary:var(--porop-color-white);--porop-color-action-secondary-hover:var(--porop-color-warm-100);--porop-color-action-disabled:var(--porop-color-warm-200);--porop-color-action-destructive:var(--porop-color-red-700);--porop-color-action-destructive-hover:#982c27;--porop-color-status-neutral-strong:var(--porop-color-warm-700);--porop-color-status-brand-strong:var(--porop-color-teal-700);--porop-color-status-positive-bg:var(--porop-color-green-50);--porop-color-status-positive-strong:var(--porop-color-green-700);--porop-color-status-negative-bg:var(--porop-color-red-50);--porop-color-status-negative-strong:var(--porop-color-red-700);--porop-color-status-warning-bg:var(--porop-color-amber-50);--porop-color-status-warning-strong:var(--porop-color-amber-700);--porop-color-status-info-bg:var(--porop-color-blue-50);--porop-color-status-info-strong:var(--porop-color-blue-700);--porop-color-market-gain:var(--porop-color-green-700);--porop-color-market-loss:var(--porop-color-red-700);--porop-color-market-flat:var(--porop-color-warm-500);--porop-space-050:2px;--porop-space-100:4px;--porop-space-200:8px;--porop-space-300:12px;--porop-space-400:16px;--porop-space-500:20px;--porop-space-600:24px;--porop-space-800:32px;--porop-space-1000:40px;--porop-space-1200:48px;--porop-space-1600:64px;--porop-radius-none:0;--porop-radius-sm:6px;--porop-radius-md:10px;--porop-radius-lg:14px;--porop-radius-xl:18px;--porop-radius-full:999px;--porop-radius-app:22%;--porop-control-sm:32px;--porop-control-md:40px;--porop-control-lg:48px;--porop-touch-min:44px;--porop-border-width-hairline:.5px;--porop-border-width-default:1px;--porop-border-width-focus:2px;--porop-layout-content-max:1200px;--porop-layout-compact-max:760px;--porop-layout-readable-max:72ch;--porop-font-sans:Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--porop-font-brand-wordmark:Poppins, var(--porop-font-sans);--porop-font-brand-tagline:"Noto Sans", var(--porop-font-sans);--porop-font-mono:ui-monospace, "SFMono-Regular", Consolas, monospace;--porop-font-size-050:9px;--porop-font-size-100:11px;--porop-font-size-200:12px;--porop-font-size-300:13px;--porop-font-size-400:14px;--porop-font-size-500:16px;--porop-font-size-600:18px;--porop-font-size-700:20px;--porop-font-size-800:24px;--porop-font-size-900:28px;--porop-line-height-tight:1;--porop-line-height-display:1.1;--porop-line-height-heading:1.15;--porop-line-height-100:16px;--porop-line-height-200:18px;--porop-line-height-300:20px;--porop-line-height-400:24px;--porop-line-height-500:28px;--porop-line-height-600:32px;--porop-font-weight-regular:400;--porop-font-weight-medium:650;--porop-font-weight-semibold:700;--porop-font-weight-bold:750;--porop-font-weight-heavy:800;--porop-letter-spacing-tight:-.03em;--porop-letter-spacing-data:.01em;--porop-letter-spacing-label:.04em;--porop-letter-spacing-eyebrow:.05em;--porop-text-label-font-size:var(--porop-font-size-200);--porop-text-label-line-height:var(--porop-line-height-100);--porop-text-section-label-line-height:var(--porop-line-height-200);--porop-text-body-sm-font-size:var(--porop-font-size-400);--porop-text-body-sm-line-height:var(--porop-line-height-300);--porop-text-body-md-font-size:var(--porop-font-size-500);--porop-text-body-md-line-height:var(--porop-line-height-400);--porop-text-heading-sm-font-size:var(--porop-font-size-700);--porop-text-heading-sm-line-height:var(--porop-line-height-500);--porop-text-heading-md-font-size:var(--porop-font-size-800);--porop-text-heading-md-line-height:var(--porop-line-height-600);--porop-text-display-sm-font-size:clamp(28px, 5vw, 40px);--porop-text-display-md-font-size:clamp(32px, 5vw, 48px);--porop-text-display-lg-font-size:clamp(32px, 6vw, 52px);--porop-text-display-line-height:var(--porop-line-height-display);--porop-duration-fast:.12s;--porop-duration-standard:.18s;--porop-duration-slow:.28s;--porop-ease-standard:cubic-bezier(.2, 0, 0, 1);--porop-shadow-raised:0 2px 8px #1f1d1a14;--porop-shadow-overlay:0 12px 32px #1f1d1a29;--porop-shadow-focus:0 0 0 3px #0878d159;--porop-shadow-brand-app:0 8px 18px #080f203d;--porop-gradient-brand:linear-gradient(135deg, var(--porop-color-mint-highlight), var(--porop-color-signal-teal) 34%, var(--porop-color-depth-cyan) 62%, var(--porop-color-deep-blue))}:root[data-porop-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--porop-color-bg-canvas:var(--porop-color-ink);--porop-color-bg-surface:#0d1728;--porop-color-bg-subdued:#132239;--porop-color-bg-hover:#18334a;--porop-color-bg-selected:#0b3e47;--porop-color-bg-brand-subdued:#0a3038;--porop-color-bg-inverse:var(--porop-color-cloud);--porop-color-text-primary:var(--porop-color-cloud);--porop-color-text-secondary:#9fb2af;--porop-color-text-disabled:#667b77;--porop-color-text-inverse:var(--porop-color-ink);--porop-color-text-on-action:var(--porop-color-cloud);--porop-color-text-on-primary:var(--porop-color-ink);--porop-color-text-brand:var(--porop-color-signal-teal);--porop-color-text-positive:#76d9ad;--porop-color-text-negative:#ff9b95;--porop-color-text-warning:#f4c96e;--porop-color-text-info:#8bc2ff;--porop-color-border-default:#21414a;--porop-color-border-strong:#3f6066;--porop-color-border-brand:var(--porop-color-signal-teal);--porop-color-border-interactive:#66827e;--porop-color-focus:var(--porop-color-mint-highlight);--porop-color-action-primary:var(--porop-color-signal-teal);--porop-color-action-primary-hover:var(--porop-color-mint-highlight);--porop-color-action-secondary:#0d1728;--porop-color-action-secondary-hover:#18334a;--porop-color-action-disabled:#18334a;--porop-color-action-destructive:#b93630;--porop-color-action-destructive-hover:#d14a43;--porop-color-status-neutral-strong:#667b77;--porop-color-status-brand-strong:var(--porop-color-signal-teal);--porop-color-status-positive-bg:#183b2d;--porop-color-status-positive-strong:#087a4c;--porop-color-status-negative-bg:#452523;--porop-color-status-negative-strong:#b93630;--porop-color-status-warning-bg:#42351b;--porop-color-status-warning-strong:#946200;--porop-color-status-info-bg:#20364f;--porop-color-status-info-strong:#1e5fb8;--porop-color-market-gain:#76d9ad;--porop-color-market-loss:#ff9b95;--porop-color-market-flat:#9fb2af;--porop-shadow-raised:0 2px 8px #0000003d;--porop-shadow-overlay:0 12px 32px #0000007a;--porop-shadow-focus:0 0 0 3px #72e3b18c}:root[data-porop-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){:root:not([data-porop-theme]){--lightningcss-light: ;--lightningcss-dark:initial;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--porop-color-bg-canvas:var(--porop-color-ink);--porop-color-bg-surface:#0d1728;--porop-color-bg-subdued:#132239;--porop-color-bg-hover:#18334a;--porop-color-bg-selected:#0b3e47;--porop-color-bg-brand-subdued:#0a3038;--porop-color-bg-inverse:var(--porop-color-cloud);--porop-color-text-primary:var(--porop-color-cloud);--porop-color-text-secondary:#9fb2af;--porop-color-text-disabled:#667b77;--porop-color-text-inverse:var(--porop-color-ink);--porop-color-text-on-action:var(--porop-color-cloud);--porop-color-text-on-primary:var(--porop-color-ink);--porop-color-text-brand:var(--porop-color-signal-teal);--porop-color-text-positive:#76d9ad;--porop-color-text-negative:#ff9b95;--porop-color-text-warning:#f4c96e;--porop-color-text-info:#8bc2ff;--porop-color-border-default:#21414a;--porop-color-border-strong:#3f6066;--porop-color-border-brand:var(--porop-color-signal-teal);--porop-color-border-interactive:#66827e;--porop-color-focus:var(--porop-color-mint-highlight);--porop-color-action-primary:var(--porop-color-signal-teal);--porop-color-action-primary-hover:var(--porop-color-mint-highlight);--porop-color-action-secondary:#0d1728;--porop-color-action-secondary-hover:#18334a;--porop-color-action-disabled:#18334a;--porop-color-action-destructive:#b93630;--porop-color-action-destructive-hover:#d14a43;--porop-color-status-neutral-strong:#667b77;--porop-color-status-brand-strong:var(--porop-color-signal-teal);--porop-color-status-positive-bg:#183b2d;--porop-color-status-positive-strong:#087a4c;--porop-color-status-negative-bg:#452523;--porop-color-status-negative-strong:#b93630;--porop-color-status-warning-bg:#42351b;--porop-color-status-warning-strong:#946200;--porop-color-status-info-bg:#20364f;--porop-color-status-info-strong:#1e5fb8;--porop-color-market-gain:#76d9ad;--porop-color-market-loss:#ff9b95;--porop-color-market-flat:#9fb2af;--porop-shadow-raised:0 2px 8px #0000003d;--porop-shadow-overlay:0 12px 32px #0000007a;--porop-shadow-focus:0 0 0 3px #72e3b18c}}*{box-sizing:border-box}html{scrollbar-gutter:stable}body{color:var(--porop-color-text-primary);background:var(--porop-color-bg-canvas);font-family:var(--porop-font-sans);margin:0}button,input,select{font:inherit}:focus-visible{box-shadow:var(--porop-shadow-focus);outline:none}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}@media (forced-colors:active){:focus-visible{outline:var(--porop-border-width-focus) solid Highlight;outline-offset:2px;box-shadow:none}button,input,select{forced-color-adjust:auto}}.poro-account-row{align-items:center;gap:var(--porop-space-300);width:100%;min-height:56px;padding:var(--porop-space-300) var(--porop-space-400);color:var(--porop-color-text-primary);font:inherit;text-align:left;background:0 0;border:0;grid-template-columns:auto minmax(0,1fr) auto;display:grid}.poro-account-row__icon{width:28px;height:28px;color:var(--porop-color-text-brand);background:var(--porop-color-bg-brand-subdued);border-radius:var(--porop-radius-sm);justify-content:center;align-items:center;display:inline-flex}.poro-account-row__icon svg{width:16px;height:16px}.poro-account-row__label{min-width:0;font-size:var(--porop-text-body-sm-font-size);line-height:var(--porop-text-body-sm-line-height)}.poro-account-row__value{color:var(--porop-color-text-secondary);font-size:var(--porop-text-label-font-size);line-height:var(--porop-text-label-line-height);text-align:right}.poro-account-row--action{cursor:pointer}.poro-account-row--action:hover{background:var(--porop-color-bg-hover)}.poro-account-group{gap:var(--porop-space-200);display:grid}.poro-account-group h2{margin:0 var(--porop-space-200);color:var(--porop-color-text-secondary);font-size:var(--porop-text-label-font-size);font-weight:var(--porop-font-weight-medium);line-height:var(--porop-text-label-line-height)}.poro-account-group__rows{background:var(--porop-color-bg-surface);border:var(--porop-border-width-hairline) solid var(--porop-color-border-default);border-radius:var(--porop-radius-lg);overflow:hidden}.poro-account-group .poro-account-row+.poro-account-row{border-top:var(--porop-border-width-hairline) solid var(--porop-color-border-default)}.poro-forly-logo{background-position:50%;background-repeat:no-repeat;background-size:contain;flex:none;display:inline-block}.poro-forly-logo--responsive,.poro-forly-logo--mark{width:var(--porop-touch-min);aspect-ratio:1;background-image:url(/assets/forly-mark-dark-B2oBlESw.png)}.poro-forly-logo--lockup{width:calc(var(--porop-space-1200) * 3);aspect-ratio:3;background-image:url(/assets/forly-logo-light-doHMdPZ3.png)}.poro-forly-logo--tagline{width:calc(var(--porop-space-1200) * 4);aspect-ratio:8/3;background-image:url(/assets/forly-logo-tagline-light-BEYS9paz.png)}@media (width>=520px){.poro-forly-logo--responsive{width:calc(var(--porop-space-1000) * 3);aspect-ratio:3;background-image:url(/assets/forly-logo-light-doHMdPZ3.png)}}@media (width>=900px){.poro-forly-logo--responsive{width:calc(var(--porop-space-1200) * 3)}}@media (width>=1200px){.poro-forly-logo--responsive{width:calc(var(--porop-space-1000) * 4)}}:root[data-porop-theme=dark] .poro-forly-logo--responsive,:root[data-porop-theme=dark] .poro-forly-logo--mark{background-image:url(/assets/forly-mark-dark-B2oBlESw.png)}:root[data-porop-theme=dark] .poro-forly-logo--lockup{background-image:url(/assets/forly-logo-dark-B5glILiP.png)}:root[data-porop-theme=dark] .poro-forly-logo--tagline{background-image:url(/assets/forly-logo-tagline-dark-DHJVakxK.png)}@media (width>=520px){:root[data-porop-theme=dark] .poro-forly-logo--responsive{background-image:url(/assets/forly-logo-dark-B5glILiP.png)}}@media (prefers-color-scheme:dark){:root:not([data-porop-theme]) .poro-forly-logo--responsive,:root:not([data-porop-theme]) .poro-forly-logo--mark{background-image:url(/assets/forly-mark-dark-B2oBlESw.png)}:root:not([data-porop-theme]) .poro-forly-logo--lockup{background-image:url(/assets/forly-logo-dark-B5glILiP.png)}:root:not([data-porop-theme]) .poro-forly-logo--tagline{background-image:url(/assets/forly-logo-tagline-dark-DHJVakxK.png)}}@media (prefers-color-scheme:dark) and (width>=520px){:root:not([data-porop-theme]) .poro-forly-logo--responsive{background-image:url(/assets/forly-logo-dark-B5glILiP.png)}}@media (forced-colors:active){.poro-forly-logo{forced-color-adjust:none}}.poro-language-switcher .porop-field{gap:0;width:auto}.poro-language-switcher .porop-field__label{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.poro-language-switcher .porop-select{width:clamp(108px,15vw,148px);min-height:var(--porop-touch-min);padding-inline:var(--porop-space-200);font-size:var(--porop-text-label-font-size);line-height:var(--porop-text-label-line-height);font-weight:var(--porop-font-weight-medium);cursor:pointer}.poro-home-placeholder{gap:var(--porop-space-200);min-height:180px;padding:var(--porop-space-600);background:var(--porop-color-bg-surface);border:var(--porop-border-width-hairline) solid var(--porop-color-border-default);border-radius:var(--porop-radius-lg);display:grid}.poro-home-placeholder>span{width:fit-content;padding:var(--porop-space-100) var(--porop-space-200);color:var(--porop-color-text-secondary);background:var(--porop-color-bg-subdued);border-radius:var(--porop-radius-full);font-size:var(--porop-text-label-font-size);font-weight:var(--porop-font-weight-medium);line-height:var(--porop-text-label-line-height)}.poro-home-placeholder h2,.poro-home-placeholder p{margin:0}.poro-home-placeholder h2{font-size:var(--porop-text-heading-sm-font-size);line-height:var(--porop-text-heading-sm-line-height)}.poro-home-placeholder p{max-width:var(--porop-layout-readable-max);color:var(--porop-color-text-secondary);font-size:var(--porop-text-body-sm-font-size);line-height:var(--porop-text-body-sm-line-height)}.poro-home-top-bar{justify-content:space-between;align-items:center;gap:var(--porop-space-400);width:100%;display:flex}.poro-home-top-bar__brand{border-radius:var(--porop-radius-sm);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.poro-home-top-bar__brand:focus-visible{z-index:1;box-shadow:inset 0 0 0 var(--porop-border-width-focus) var(--porop-color-focus);outline:none;position:relative}.poro-home-top-bar__actions{align-items:center;gap:var(--porop-space-100);display:flex}.poro-market-sentiment{align-content:start;gap:var(--porop-space-100);min-width:0;display:grid}.poro-market-sentiment__heading{justify-self:start;align-items:center;gap:3px;display:inline-flex}.poro-market-sentiment__label{color:var(--porop-color-text-secondary);font-size:var(--porop-text-label-font-size);line-height:var(--porop-text-label-line-height)}.poro-market-sentiment__value{font-size:var(--porop-font-size-600);line-height:var(--porop-text-body-md-line-height);font-weight:var(--porop-font-weight-semibold)}.poro-market-sentiment__value--strong-buy{color:var(--porop-color-text-positive)}.poro-market-sentiment__value--buy{color:var(--porop-color-text-info)}.poro-market-sentiment__value--hold{color:var(--porop-color-text-warning)}.poro-market-sentiment__value--sell{color:var(--porop-color-text-negative)}.poro-research-insight{align-content:start;gap:var(--porop-space-100);min-width:0;display:grid}.poro-research-insight__heading{justify-self:start;align-items:center;gap:3px;display:inline-flex}.poro-research-insight__label{color:var(--porop-color-text-secondary);font-size:var(--porop-text-label-font-size);line-height:var(--porop-text-label-line-height)}.poro-research-insight__body{color:var(--porop-color-text-primary);font-size:var(--porop-text-body-sm-font-size);line-height:var(--porop-text-body-sm-line-height);margin:0}.poro-ticker-card{width:min(480px,100%)}.poro-ticker-card>.porop-card{width:100%}.poro-ticker-card__analysis{gap:var(--porop-space-500);grid-template-columns:1fr;display:grid}@media (width>=520px){.poro-ticker-card__analysis{grid-template-columns:repeat(2,minmax(0,1fr))}}.poro-ticker-list-item{align-items:center;gap:var(--porop-space-200);width:100%;min-height:88px;padding:var(--porop-space-300) var(--porop-space-400);color:var(--porop-color-text-primary);background:var(--porop-color-bg-surface);border:var(--porop-border-width-default) solid var(--porop-color-border-default);border-radius:var(--porop-radius-lg);font:inherit;text-align:left;grid-template-columns:minmax(0,1fr) minmax(96px,auto);display:grid}.poro-ticker-list-item__identity,.poro-ticker-list-item__quote{align-content:center;min-width:0;display:grid}.poro-ticker-list-item__identity>strong,.poro-ticker-list-item__quote>strong{font-size:var(--porop-text-body-md-font-size);line-height:var(--porop-text-body-sm-line-height);font-variant-numeric:tabular-nums}.poro-ticker-list-item__identity>span,.poro-ticker-list-item__quote small{color:var(--porop-color-text-secondary);font-size:var(--porop-text-label-font-size);line-height:var(--porop-text-label-line-height);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.poro-ticker-list-item__identity>.poro-ticker-list-item__company{color:var(--porop-color-text-primary);font-size:var(--porop-text-body-sm-font-size);line-height:var(--porop-text-body-sm-line-height)}.poro-ticker-list-item .poro-market-sentiment__heading{display:none}.poro-ticker-list-item .poro-market-sentiment{align-items:baseline;gap:var(--porop-space-100);margin-top:var(--porop-space-100);display:flex}.poro-ticker-list-item .poro-market-sentiment__value{font-size:var(--porop-text-label-font-size);font-weight:var(--porop-font-weight-medium);line-height:var(--porop-text-label-line-height)}.poro-ticker-list-item__sparkline{fill:none;width:72px;height:36px;stroke:var(--porop-color-market-flat);stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;background:var(--porop-color-bg-subdued);border-radius:var(--porop-radius-sm);padding:2px 4px;display:none}.poro-ticker-list-item__sparkline--gain{stroke:var(--porop-color-market-gain)}.poro-ticker-list-item__sparkline--loss{stroke:var(--porop-color-market-loss)}.poro-ticker-list-item__quote{text-align:right;justify-items:end}.poro-ticker-list-item__change{font-size:var(--porop-text-label-font-size);line-height:var(--porop-text-label-line-height);font-weight:var(--porop-font-weight-medium);font-variant-numeric:tabular-nums}.poro-ticker-list-item__change--gain{color:var(--porop-color-market-gain)}.poro-ticker-list-item__change--loss{color:var(--porop-color-market-loss)}.poro-ticker-list-item__change--flat{color:var(--porop-color-market-flat)}@media (width>=520px){.poro-ticker-list-item{gap:var(--porop-space-300);grid-template-columns:minmax(0,1fr) 72px minmax(96px,auto)}.poro-ticker-list-item__sparkline{display:block}}button.poro-ticker-list-item{cursor:pointer;transition:background-color var(--porop-duration-fast) var(--porop-ease-standard), border-color var(--porop-duration-fast) var(--porop-ease-standard)}button.poro-ticker-list-item:hover{border-color:var(--porop-color-border-brand);background:var(--porop-color-bg-hover)}.poro-market-analytics{gap:var(--porop-space-500);min-width:0;display:grid}.poro-market-analytics>header{justify-content:space-between;align-items:end;gap:var(--porop-space-400);display:flex}.poro-market-analytics h2,.poro-market-analytics p{margin:0}.poro-market-analytics h2{font-size:var(--porop-text-heading-sm-font-size);line-height:var(--porop-text-heading-sm-line-height)}.poro-market-analytics header p,.poro-market-analytics header small{color:var(--porop-color-text-secondary);font-size:var(--porop-text-body-sm-font-size);line-height:var(--porop-text-body-sm-line-height)}.poro-market-analytics header p{max-width:var(--porop-layout-readable-max);margin-top:var(--porop-space-100)}.poro-market-analytics header small{font-size:var(--porop-text-label-font-size);line-height:var(--porop-text-label-line-height);flex:none}.poro-market-analytics .porop-list-view{width:100%}.poro-market-analytics__status{justify-content:center;align-items:center;gap:var(--porop-space-200);min-height:220px;color:var(--porop-color-text-secondary);display:flex}.poro-market-analytics__status span{border:2px solid var(--porop-color-border-default);border-top-color:var(--porop-color-text-brand);border-radius:var(--porop-radius-full);width:18px;height:18px;animation:.8s linear infinite poro-market-analytics-spin}@media (width<=519px){.poro-market-analytics>header{flex-direction:column;align-items:start}}@keyframes poro-market-analytics-spin{to{transform:rotate(360deg)}}.poro-market-sparkline{fill:none;width:78px;height:36px;stroke:var(--porop-color-market-flat);stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round}.poro-market-sparkline--gain{stroke:var(--porop-color-market-gain)}.poro-market-sparkline--loss{stroke:var(--porop-color-market-loss)}.poro-market-card{align-content:start;gap:var(--porop-space-200);min-width:0;min-height:148px;padding:var(--porop-space-400);color:var(--porop-color-text-primary);background:var(--porop-color-bg-surface);border:var(--porop-border-width-hairline) solid var(--porop-color-border-default);border-radius:var(--porop-radius-lg);font:inherit;text-align:left;flex:0 0 min(76vw,264px);display:grid}.poro-market-card__kind{color:var(--porop-color-text-secondary);font-size:var(--porop-text-label-font-size);font-weight:var(--porop-font-weight-medium);line-height:var(--porop-text-label-line-height)}.poro-market-card__identity,.poro-market-card__quote,.poro-market-card__metadata{min-width:0;display:flex}.poro-market-card__identity{align-items:baseline;gap:var(--porop-space-200)}.poro-market-card__identity strong{font-size:var(--porop-text-body-md-font-size);line-height:var(--porop-text-body-md-line-height);flex:none}.poro-market-card__identity span{color:var(--porop-color-text-secondary);font-size:var(--porop-text-body-sm-font-size);line-height:var(--porop-text-body-sm-line-height);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.poro-market-card__quote{justify-content:space-between;align-items:center;gap:var(--porop-space-300)}.poro-market-card__quote>span{gap:var(--porop-space-100);display:grid}.poro-market-card__quote strong{font-size:var(--porop-text-heading-sm-font-size);font-weight:var(--porop-font-weight-bold);line-height:var(--porop-text-heading-sm-line-height);font-variant-numeric:tabular-nums}.poro-market-card__change,.poro-market-card__metadata{color:var(--porop-color-text-secondary);font-size:var(--porop-text-label-font-size);line-height:var(--porop-text-label-line-height);font-variant-numeric:tabular-nums}.poro-market-card__change--gain{color:var(--porop-color-market-gain)}.poro-market-card__change--loss{color:var(--porop-color-market-loss)}.poro-market-card__metadata{justify-content:space-between;align-self:end;gap:var(--porop-space-200);overflow:hidden}.poro-market-card__metadata span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.poro-market-card--action{cursor:pointer;transition:border-color var(--porop-duration-fast) var(--porop-ease-standard), background-color var(--porop-duration-fast) var(--porop-ease-standard)}.poro-market-card--action:hover{background:var(--porop-color-bg-hover);border-color:var(--porop-color-border-interactive)}.poro-saved-markets{gap:var(--porop-space-300);min-width:0;display:grid}.poro-saved-markets__header{justify-content:space-between;align-items:end;gap:var(--porop-space-400);display:flex}.poro-saved-markets__header h2,.poro-saved-markets__header p{margin:0}.poro-saved-markets__header h2{font-size:var(--porop-text-body-md-font-size);line-height:var(--porop-text-body-md-line-height)}.poro-saved-markets__header p{margin-top:var(--porop-space-100);color:var(--porop-color-text-secondary);font-size:var(--porop-text-label-font-size);line-height:var(--porop-text-label-line-height)}.poro-saved-markets__group{gap:var(--porop-space-100);color:var(--porop-color-text-secondary);font-size:var(--porop-text-label-font-size);line-height:var(--porop-text-label-line-height);flex:none;display:grid}.poro-saved-markets__header-actions{align-items:end;gap:var(--porop-space-200);display:flex}.poro-saved-markets__group select{max-width:176px;min-height:36px;padding:0 var(--porop-space-800) 0 var(--porop-space-300);color:var(--porop-color-text-primary);background:var(--porop-color-bg-surface);border:var(--porop-border-width-hairline) solid var(--porop-color-border-default);border-radius:var(--porop-radius-md)}.poro-saved-markets__carousel{min-width:0;position:relative;overflow:hidden}.poro-saved-markets__viewport{border-radius:var(--porop-radius-lg);scrollbar-width:none;scroll-snap-type:x proximity;overscroll-behavior-inline:contain;min-width:0;overflow:auto hidden}.poro-saved-markets__viewport::-webkit-scrollbar{display:none}.poro-saved-markets__track{gap:var(--porop-space-300);width:max-content;min-width:100%;padding:var(--porop-space-050);display:flex}.poro-saved-markets .poro-market-card{scroll-snap-align:start}.poro-saved-markets__controls{gap:var(--porop-space-100);padding:var(--porop-space-100);background:var(--porop-color-bg-subdued);border-radius:var(--porop-radius-full);display:none}.poro-saved-markets__controls .porop-icon-button{min-width:var(--porop-control-md);min-height:var(--porop-control-md);border-radius:var(--porop-radius-full)}.poro-saved-markets__controls .porop-icon-button:disabled{opacity:.45}.poro-saved-markets__controls .porop-icon-button:after{right:0}.poro-saved-markets__status{justify-content:center;align-items:center;gap:var(--porop-space-200);min-height:148px;color:var(--porop-color-text-secondary);background:var(--porop-color-bg-surface);border:var(--porop-border-width-hairline) solid var(--porop-color-border-default);border-radius:var(--porop-radius-lg);display:flex}.poro-saved-markets__spinner{border:2px solid var(--porop-color-border-default);border-top-color:var(--porop-color-text-brand);border-radius:var(--porop-radius-full);width:16px;height:16px;animation:.8s linear infinite poro-saved-markets-spin}@media (width<=519px){.poro-saved-markets__header{flex-direction:column;align-items:stretch}.poro-saved-markets__header-actions{display:block}.poro-saved-markets__group select{width:100%;max-width:none}}@media (width>=900px){.poro-saved-markets__controls{display:flex}}@keyframes poro-saved-markets-spin{to{transform:rotate(360deg)}}.poro-feed-access-form{gap:var(--porop-space-400);display:grid}.poro-feed-access-form .porop-field,.poro-feed-access-form .porop-button{width:100%}.poro-intro-disclaimer{align-items:flex-start;gap:var(--porop-space-300);width:min(var(--porop-layout-content-max), 100%);padding:var(--porop-space-300) var(--porop-space-400);color:var(--porop-color-text-secondary);background:var(--porop-color-bg-subdued);border:var(--porop-border-width-default) solid var(--porop-color-border-default);border-radius:var(--porop-radius-md);margin:0 auto;display:flex}.poro-intro-disclaimer svg{margin-top:var(--porop-space-050);color:var(--porop-color-text-brand);flex:none}.poro-intro-disclaimer p{font-size:var(--porop-text-body-sm-font-size);line-height:var(--porop-text-body-sm-line-height);margin:0}.poro-intro-disclaimer strong{color:var(--porop-color-text-primary)}.poro-intro-disclaimer--compact{padding:var(--porop-space-300)}.poro-intro-header{z-index:20;justify-content:space-between;align-items:center;gap:var(--porop-space-400);width:min(var(--porop-layout-content-max), 100%);min-height:calc(var(--porop-control-lg) + var(--porop-space-800));margin:0 auto;display:flex;position:relative}.poro-intro-header__brand{border-radius:var(--porop-radius-sm);align-items:center;display:inline-flex}.poro-intro-header__brand:focus-visible,.poro-intro-header__navigation a:focus-visible{z-index:1;box-shadow:inset 0 0 0 var(--porop-border-width-focus) var(--porop-color-focus);outline:none;position:relative}.poro-intro-header__navigation{top:calc(100% - var(--porop-space-200));padding:var(--porop-space-400);background:var(--porop-color-bg-surface);border:var(--porop-border-width-default) solid var(--porop-color-border-default);border-radius:var(--porop-radius-lg);box-shadow:var(--porop-shadow-overlay);display:none;position:absolute;left:0;right:0}.poro-intro-header__navigation--open{gap:var(--porop-space-200);display:grid}.poro-intro-header__navigation a{min-height:var(--porop-touch-min);padding:0 var(--porop-space-300);color:var(--porop-color-text-secondary);border-radius:var(--porop-radius-sm);font-size:var(--porop-text-body-sm-font-size);font-weight:var(--porop-font-weight-medium);line-height:var(--porop-text-body-sm-line-height);align-items:center;text-decoration:none;display:flex}.poro-intro-header__navigation a:hover{color:var(--porop-color-text-primary);background:var(--porop-color-bg-hover)}.poro-intro-header__navigation .porop-button{width:100%}.poro-intro-header__preferences{justify-content:space-between;align-items:center;gap:var(--porop-space-300);padding-top:var(--porop-space-200);border-top:var(--porop-border-width-default) solid var(--porop-color-border-default);display:flex}.poro-intro-header__preferences .porop-icon-button{min-width:var(--porop-touch-min);min-height:var(--porop-touch-min)}@media (width>=520px){.poro-intro-header__navigation{align-items:center;gap:var(--porop-space-600);box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;display:flex;position:static}.poro-intro-header__navigation .porop-button{width:auto}.poro-intro-header__preferences{gap:var(--porop-space-200);border-top:0;padding-top:0}.poro-intro-header__menu{display:none}}.poro-intro-sources{gap:var(--porop-space-300);display:grid}.poro-intro-sources__card{--poro-intro-source-color:var(--porop-color-text-brand);grid-template-columns:var(--porop-control-lg) minmax(0, 1fr);gap:var(--porop-space-400);padding:var(--porop-space-500);background:var(--porop-color-bg-surface);border:var(--porop-border-width-default) solid var(--porop-color-border-default);border-radius:var(--porop-radius-lg);display:grid}.poro-intro-sources__card--community{--poro-intro-source-color:var(--porop-color-text-positive)}.poro-intro-sources__card--trending{--poro-intro-source-color:var(--porop-color-text-info)}.poro-intro-sources__card--relevant{--poro-intro-source-color:var(--porop-color-text-warning)}.poro-intro-sources__icon{width:var(--porop-control-lg);height:var(--porop-control-lg);color:var(--poro-intro-source-color);background:var(--porop-color-bg-subdued);border:var(--porop-border-width-default) solid currentcolor;border-radius:var(--porop-radius-full);justify-content:center;align-items:center;display:inline-flex}.poro-intro-sources h3{font-size:var(--porop-text-heading-sm-font-size);line-height:var(--porop-text-heading-sm-line-height);margin:0}.poro-intro-sources p{margin:var(--porop-space-100) 0 0;color:var(--porop-color-text-secondary);font-size:var(--porop-text-body-sm-font-size);line-height:var(--porop-text-body-sm-line-height)}@media (width>=520px){.poro-intro-sources{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1200px){.poro-intro-sources{grid-template-columns:repeat(4,minmax(0,1fr))}.poro-intro-sources__card{grid-template-columns:1fr}}.poro-signal-feed{width:min(100%,360px);color:var(--porop-color-text-primary);background:color-mix(in srgb, var(--porop-color-bg-surface) 90%, transparent);border:var(--porop-border-width-default) solid var(--porop-color-border-strong);border-radius:var(--porop-radius-xl);box-shadow:var(--porop-shadow-overlay);-webkit-backdrop-filter:blur(var(--porop-space-400));backdrop-filter:blur(var(--porop-space-400));overflow:hidden}.poro-signal-feed__header{justify-content:space-between;align-items:center;gap:var(--porop-space-300);min-height:calc(var(--porop-control-lg) + var(--porop-space-200));padding:var(--porop-space-300) var(--porop-space-400);border-bottom:var(--porop-border-width-default) solid var(--porop-color-border-default);display:flex}.poro-signal-feed__header>div,.poro-signal-feed__copy{gap:var(--porop-space-050);min-width:0;display:grid}.poro-signal-feed__header strong{font-size:var(--porop-text-body-sm-font-size);line-height:var(--porop-text-body-sm-line-height)}.poro-signal-feed__header span,.poro-signal-feed__copy>span,.poro-signal-feed__copy small{color:var(--porop-color-text-secondary);font-size:var(--porop-text-label-font-size);line-height:var(--porop-text-label-line-height)}.poro-signal-feed__status{padding:var(--porop-space-100) var(--porop-space-200);border:var(--porop-border-width-default) solid var(--porop-color-border-brand);border-radius:var(--porop-radius-full);white-space:nowrap;color:var(--porop-color-text-brand)!important}.poro-signal-feed__list{display:grid}.poro-signal-feed__item{--poro-intro-source-color:var(--porop-color-text-brand);grid-template-columns:var(--porop-control-md) minmax(0, 1fr) auto;align-items:center;gap:var(--porop-space-300);width:100%;min-height:calc(var(--porop-control-lg) + var(--porop-space-600));padding:var(--porop-space-300) var(--porop-space-400);color:var(--porop-color-text-primary);text-align:left;border:0;border-bottom:var(--porop-border-width-default) solid var(--porop-color-border-default);cursor:pointer;transition:background-color var(--porop-duration-fast) var(--porop-ease-standard);background:0 0;display:grid;position:relative}.poro-signal-feed__item:before{top:var(--porop-space-300);bottom:var(--porop-space-300);width:var(--porop-border-width-focus);background:var(--poro-intro-source-color);border-radius:var(--porop-radius-full);content:"";opacity:0;position:absolute;left:0}.poro-signal-feed__item:hover,.poro-signal-feed__item[data-selected]{background:var(--porop-color-bg-hover)}.poro-signal-feed__item[data-selected]:before{opacity:1}.poro-signal-feed__item:focus-visible,.poro-signal-feed__open:focus-visible{z-index:1;box-shadow:inset 0 0 0 var(--porop-border-width-focus) var(--porop-color-focus);outline:none;position:relative}.poro-signal-feed__item--community{--poro-intro-source-color:var(--porop-color-text-positive)}.poro-signal-feed__item--trending{--poro-intro-source-color:var(--porop-color-text-info)}.poro-signal-feed__item--relevant{--poro-intro-source-color:var(--porop-color-text-warning)}.poro-signal-feed__icon{width:var(--porop-control-md);height:var(--porop-control-md);color:var(--poro-intro-source-color);background:var(--porop-color-bg-subdued);border:var(--porop-border-width-default) solid currentcolor;border-radius:var(--porop-radius-full);justify-content:center;align-items:center;display:inline-flex}.poro-signal-feed__copy strong{font-size:var(--porop-text-body-sm-font-size);font-weight:var(--porop-font-weight-medium);line-height:var(--porop-text-body-sm-line-height);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.poro-signal-feed__label{font-weight:var(--porop-font-weight-semibold);color:var(--poro-intro-source-color)!important}.poro-signal-feed__copy>span:not(.poro-signal-feed__label),.poro-signal-feed__copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.poro-signal-feed__open{align-items:center;gap:var(--porop-space-200);min-height:var(--porop-touch-min);padding:0 var(--porop-space-400);color:var(--porop-color-text-brand);font-size:var(--porop-text-body-sm-font-size);font-weight:var(--porop-font-weight-medium);cursor:pointer;background:0 0;border:0;display:flex}.poro-signal-source-rail{display:none}@media (width>=1200px){.poro-signal-source-rail{gap:var(--porop-space-400);align-content:center;display:grid}.poro-signal-source-rail__item{--poro-intro-source-color:var(--porop-color-text-brand);grid-template-columns:var(--porop-control-md) minmax(0, 1fr);align-items:center;gap:var(--porop-space-300);color:var(--poro-intro-source-color);font-size:var(--porop-text-label-font-size);font-weight:var(--porop-font-weight-semibold);line-height:var(--porop-text-label-line-height);display:grid}.poro-signal-source-rail__item--community{--poro-intro-source-color:var(--porop-color-text-positive)}.poro-signal-source-rail__item--trending{--poro-intro-source-color:var(--porop-color-text-info)}.poro-signal-source-rail__item--relevant{--poro-intro-source-color:var(--porop-color-text-warning)}.poro-signal-source-rail__item>span{width:var(--porop-control-md);height:var(--porop-control-md);background:var(--porop-color-bg-subdued);border:var(--porop-border-width-default) solid currentcolor;border-radius:var(--porop-radius-full);box-shadow:var(--porop-shadow-raised);justify-content:center;align-items:center;display:inline-flex}}.poro-search-dialog{display:none}.poro-search-dialog[open]{width:100%;max-width:none;height:100dvh;max-height:none;color:var(--porop-color-text-primary);background:var(--porop-color-bg-surface);animation:poro-search-dialog-reveal var(--porop-duration-standard) var(--porop-ease-standard);border:0;border-radius:0;margin:0;padding:0;display:block;position:fixed;inset:0;overflow:hidden}.poro-search-dialog::backdrop{background:0 0}.poro-search-dialog__form{background:0 0;grid-template-rows:auto minmax(0,1fr);height:100%;display:grid;overflow:hidden}.poro-search-dialog__header{z-index:1;grid-template-columns:var(--porop-touch-min) minmax(0, 1fr);align-items:start;gap:var(--porop-space-200);padding:max(var(--porop-space-300), env(safe-area-inset-top)) var(--porop-space-300) var(--porop-space-300);background:var(--porop-color-bg-surface);display:grid}.poro-search-dialog__close{flex:none}.poro-search-dialog__close:after{left:0;right:auto}.poro-search-dialog__header .porop-input{background:var(--porop-color-bg-subdued);border-color:#0000}.poro-search-dialog__footer{display:none}@media (width>=900px){.poro-search-dialog[open]{background:color-mix(in srgb, var(--porop-color-bg-surface) 90%, transparent);border:var(--porop-border-width-default) solid color-mix(in srgb, var(--porop-color-border-default) 72%, transparent);border-radius:var(--porop-radius-xl);width:min(880px,100vw - 64px);max-width:none;height:min(78vh,720px);max-height:none;box-shadow:var(--porop-shadow-overlay);-webkit-backdrop-filter:blur(20px)saturate(135%);backdrop-filter:blur(20px)saturate(135%);animation:poro-search-dialog-reveal var(--porop-duration-standard) var(--porop-ease-standard);margin:auto;padding:0;display:block;position:fixed;inset:0;overflow:visible}.poro-search-dialog::backdrop{background:color-mix(in srgb, var(--porop-color-text-primary) 18%, transparent);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.poro-search-dialog__form{border-radius:inherit;grid-template-rows:auto minmax(0,1fr) auto;overflow:visible}.poro-search-dialog__header{grid-template-columns:minmax(0, 1fr) var(--porop-touch-min);padding:var(--porop-space-500)}.poro-search-dialog__close{grid-area:1/2}.poro-search-dialog__header .porop-field{grid-area:1/1}.poro-search-dialog__header .porop-input{background:color-mix(in srgb, var(--porop-color-bg-subdued) 82%, transparent);border-color:#0000}.poro-search-dialog__header .porop-input:focus-visible{border-color:color-mix(in srgb, var(--porop-color-border-interactive) 78%, var(--porop-color-bg-surface));box-shadow:inset 0 0 0 1.5px color-mix(in srgb, var(--porop-color-border-interactive) 78%, var(--porop-color-bg-surface))}.poro-search-dialog__footer{align-items:center;gap:var(--porop-space-600);min-height:52px;padding:var(--porop-space-200) var(--porop-space-500);color:var(--porop-color-text-secondary);background:color-mix(in srgb, var(--porop-color-bg-subdued) 68%, transparent);border-top:var(--porop-border-width-default) solid var(--porop-color-border-default);border-radius:0 0 var(--porop-radius-xl) var(--porop-radius-xl);font-size:var(--porop-text-label-font-size);display:flex}.poro-search-dialog__footer span{align-items:center;gap:var(--porop-space-200);display:inline-flex}.poro-search-dialog__footer kbd{min-width:28px;min-height:28px;padding:0 var(--porop-space-200);color:var(--porop-color-text-secondary);background:var(--porop-color-bg-surface);border:var(--porop-border-width-default) solid var(--porop-color-border-default);border-radius:var(--porop-radius-sm);box-shadow:inset 0 -1px 0 var(--porop-color-border-default);font-family:var(--porop-font-sans);font-size:var(--porop-text-label-font-size);justify-content:center;align-items:center;display:inline-flex}.poro-search-dialog__footer .poro-search-dialog__arrow-keys{gap:var(--porop-space-050);padding:0 var(--porop-space-100)}.poro-search-dialog__arrow-keys svg{width:11px;height:11px}}@media (forced-colors:active){.poro-search-dialog[open]{border:var(--porop-border-width-default) solid CanvasText}}.poro-search-trend{width:16px;height:16px;color:var(--porop-color-market-flat);flex:none;place-items:center;display:inline-grid}.poro-search-trend svg{width:14px;height:14px}.poro-search-trend--gain{color:var(--porop-color-market-gain)}.poro-search-trend--loss{color:var(--porop-color-market-loss)}@media (forced-colors:active){.poro-search-trend{color:canvastext}}.poro-search-entry--removable{grid-template-columns:minmax(0, 1fr) var(--porop-touch-min);align-items:stretch;display:grid}.poro-search-entry__button,.poro-search-entry__main{align-items:center;gap:var(--porop-space-300);width:100%;min-height:var(--porop-touch-min);padding:var(--porop-space-200) var(--porop-space-400);color:inherit;text-align:left;cursor:pointer;font-size:var(--porop-text-body-sm-font-size);line-height:var(--porop-text-body-sm-line-height);background:0 0;border:0;grid-template-columns:minmax(52px,auto) minmax(0,1fr) auto;display:grid}.poro-search-entry__button:hover,.poro-search-entry__button[aria-selected=true],.poro-search-entry__main:hover{background:var(--porop-color-bg-hover)}.poro-search-entry__button:focus-visible,.poro-search-entry__main:focus-visible,.poro-search-entry__remove:focus-visible{z-index:1;box-shadow:inset 0 0 0 var(--porop-border-width-focus) var(--porop-color-border-interactive);outline:none;position:relative}.poro-search-entry__key{font-weight:var(--porop-font-weight-bold);letter-spacing:var(--porop-letter-spacing-data)}.poro-search-entry__summary{align-items:center;gap:var(--porop-space-200);min-width:0;display:flex}.poro-search-entry__label{min-width:0;color:var(--porop-color-text-secondary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.poro-search-entry__metadata,.poro-search-entry__rank,.poro-search-entry__history-icon{color:var(--porop-color-text-secondary)}.poro-search-entry__metadata,.poro-search-entry__rank{font-size:var(--porop-text-label-font-size);line-height:var(--porop-text-label-line-height)}.poro-search-entry__history-icon{width:14px;height:14px}.poro-search-entry__rank{font-variant-numeric:tabular-nums;width:20px}.poro-search-entry__button:has(.poro-search-entry__rank){grid-template-columns:20px minmax(52px,auto) minmax(0,1fr)}.poro-search-entry__main:has(.poro-search-entry__history-icon){grid-template-columns:minmax(52px,auto) minmax(0,1fr)}.poro-search-entry__remove{min-width:var(--porop-touch-min);min-height:var(--porop-touch-min);color:var(--porop-color-text-brand);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:grid}.poro-search-entry__remove-visual{background:var(--porop-color-bg-brand-subdued);border-radius:var(--porop-radius-full);width:18px;height:18px;transition:color var(--porop-duration-fast) var(--porop-ease-standard), background-color var(--porop-duration-fast) var(--porop-ease-standard), transform var(--porop-duration-fast) var(--porop-ease-standard);place-items:center;display:grid}.poro-search-entry__remove-visual svg{width:9px;height:9px}.poro-search-entry__remove:hover .poro-search-entry__remove-visual{color:var(--porop-color-text-on-action);background:var(--porop-color-action-primary);transform:scale(1.06)}@media (forced-colors:active){.poro-search-entry__remove-visual{border:var(--porop-border-width-default) solid ButtonText}}.poro-search-section{padding:var(--porop-space-200) 0;border-top:var(--porop-border-width-default) solid var(--porop-color-border-default)}.poro-search-section:first-child{border-top:0}.poro-search-section h2{padding:var(--porop-space-200) var(--porop-space-400);color:var(--porop-color-text-secondary);font-size:var(--porop-text-label-font-size);font-weight:var(--porop-font-weight-medium);line-height:var(--porop-text-section-label-line-height);margin:0}.poro-search-section__load-more{min-height:var(--porop-touch-min);padding:0 var(--porop-space-400);color:var(--porop-color-text-brand);cursor:pointer;font-size:var(--porop-text-body-sm-font-size);font-weight:var(--porop-font-weight-medium);background:0 0;border:0}.poro-search-section__load-more:hover{background:var(--porop-color-bg-hover)}.poro-search-section__load-more:focus-visible{z-index:1;box-shadow:inset 0 0 0 var(--porop-border-width-focus) var(--porop-color-border-interactive);outline:none;position:relative}.poro-search-status{min-height:var(--porop-touch-min);padding:var(--porop-space-300) var(--porop-space-400);color:var(--porop-color-text-secondary);font-size:var(--porop-text-body-sm-font-size);line-height:var(--porop-text-body-sm-line-height);margin:0}.poro-search-status--loading{align-items:center;gap:var(--porop-space-200);display:flex}.poro-search-status__icon{flex:none;width:14px;height:14px;animation:.72s linear infinite poro-search-spin}.poro-search-panel{color:var(--porop-color-text-primary);background:var(--porop-color-bg-surface)}.poro-search-panel--inline{top:calc(var(--poro-search-control-height) - var(--porop-border-width-hairline));overscroll-behavior:contain;border:var(--porop-border-width-hairline) solid color-mix(in srgb, var(--porop-color-border-default) 62%, transparent);border-radius:0 0 var(--porop-radius-md) var(--porop-radius-md);max-height:min(64vh,520px);box-shadow:var(--porop-shadow-raised);animation:poro-search-reveal var(--porop-duration-fast) var(--porop-ease-standard);border-top:0;position:absolute;left:0;right:0;overflow-y:auto}.poro-search-panel--dialog{overscroll-behavior:contain;border-top:var(--porop-border-width-default) solid var(--porop-color-border-default);background:0 0;min-height:0;overflow-y:auto}@media (width>=900px){.poro-search-panel .poro-search-section{padding:var(--porop-space-300) var(--porop-space-200)}.poro-search-panel .poro-search-section h2,.poro-search-panel .poro-search-status{padding-right:var(--porop-space-500);padding-left:var(--porop-space-500)}.poro-search-panel .poro-search-entry__button,.poro-search-panel .poro-search-entry__main{padding-right:var(--porop-space-500);padding-left:var(--porop-space-500);border-radius:var(--porop-radius-md)}}@media (forced-colors:active){.poro-search-panel{border:var(--porop-border-width-default) solid CanvasText}}.poro-search-bar{--poro-search-control-height:var(--porop-control-lg);z-index:10;width:min(var(--porop-layout-compact-max), 100%);position:relative}.poro-search-bar__trigger-form{position:relative}.poro-search-bar .porop-field{gap:0;width:100%}.poro-search-bar .porop-field__label{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.poro-search-bar .porop-search-field{z-index:1}.poro-search-bar .porop-input{min-height:var(--poro-search-control-height);padding-left:var(--porop-touch-min);background:var(--porop-color-bg-surface);border-width:var(--porop-border-width-hairline);border-color:color-mix(in srgb, var(--porop-color-border-default) 62%, transparent);border-radius:var(--porop-radius-md);font-size:var(--porop-text-body-sm-font-size);line-height:var(--porop-text-body-sm-line-height);box-shadow:none;transition:border-color var(--porop-duration-fast) var(--porop-ease-standard), background-color var(--porop-duration-fast) var(--porop-ease-standard), box-shadow var(--porop-duration-fast) var(--porop-ease-standard)}.poro-search-bar .porop-search-field__icon{left:var(--porop-space-400);width:14px;height:14px}.poro-search-bar .porop-input:focus-visible{background:var(--porop-color-bg-surface);border-color:color-mix(in srgb, var(--porop-color-border-interactive) 78%, var(--porop-color-bg-surface));box-shadow:inset 0 0 0 1.5px color-mix(in srgb, var(--porop-color-border-interactive) 78%, var(--porop-color-bg-surface));outline:none}.poro-search-bar__announcement{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes poro-search-reveal{0%{opacity:0;transform:translateY(-2px)}}@keyframes poro-search-dialog-reveal{0%{opacity:0;transform:translateY(8px)scale(.99)}}@keyframes poro-search-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.poro-search-panel,.poro-search-dialog[open],.poro-search-status__icon{animation:none}}@media (forced-colors:active){.poro-search-bar .porop-input{border:var(--porop-border-width-default) solid CanvasText}.poro-search-bar .porop-input:focus-visible{outline:var(--porop-border-width-focus) solid Highlight;outline-offset:var(--porop-space-050)}}.poro-account-page{width:min(640px,100%);min-height:100vh;padding:var(--porop-space-400);margin:0 auto}.poro-account-page__header{grid-template-columns:var(--porop-touch-min) minmax(0, 1fr) var(--porop-touch-min);align-items:center;gap:var(--porop-space-300);display:grid}.poro-account-page__header h1{font-size:var(--porop-text-heading-md-font-size);line-height:var(--porop-text-heading-md-line-height);text-align:center;margin:0}.poro-account-page__content{gap:var(--porop-space-800);margin-top:var(--porop-space-1000);display:grid}@media (width>=520px){.poro-account-page{padding:var(--porop-space-800) var(--porop-space-600)}}.poro-home-page{--poro-home-sticky-row-offset:calc(var(--porop-control-lg) + var(--porop-space-300));--poro-home-sticky-tools-offset:calc(var(--porop-space-200) + var(--poro-home-sticky-row-offset) + var(--poro-home-sticky-row-offset));gap:var(--porop-space-600);width:min(var(--porop-layout-content-max), 100%);min-height:100vh;padding:var(--porop-space-400);margin:0 auto;display:grid}.poro-home-page__heading{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.poro-home-page__sticky-tools{z-index:20;justify-items:center;gap:var(--porop-space-200);min-width:0;padding:var(--porop-space-200) 0;background:var(--porop-color-bg-canvas);display:grid;position:sticky;top:0}.poro-home-page__sticky-tools>.poro-search-bar{width:min(var(--porop-layout-compact-max), 100%)}.poro-home-page__tabs{overscroll-behavior-inline:contain;scrollbar-width:none;width:fit-content;min-width:0;max-width:100%;margin:0 auto;overflow-x:auto}.poro-home-page__tabs::-webkit-scrollbar{display:none}.poro-home-page__tabs .porop-tabs{width:max-content}.poro-home-page__panel{min-width:0;padding-bottom:var(--porop-space-1200);border-radius:var(--porop-radius-lg);touch-action:pan-y pinch-zoom;scroll-margin-block-start:var(--poro-home-sticky-tools-offset)}@media (width>=900px){.poro-home-page__panel{touch-action:auto}}.poro-home-page__panel :focus-visible{scroll-margin-block-start:var(--poro-home-sticky-tools-offset)}@media (width>=520px){.poro-home-page{gap:var(--porop-space-800);padding:var(--porop-space-600)}}@media (width>=1200px){.poro-home-page{padding:var(--porop-space-800) 0 var(--porop-space-1600)}}.poro-feed-access-page{min-width:320px;min-height:100vh;padding:var(--porop-space-600) var(--porop-space-400);background:var(--porop-color-bg-canvas);isolation:isolate;place-items:center;display:grid;position:relative;overflow:hidden}.poro-feed-access-page__current{z-index:-1;opacity:.12;pointer-events:none;background:url(/assets/signal-current-xQjonzJ9.png) 50%/cover no-repeat;position:absolute;inset:0}.poro-feed-access-page__panel{gap:var(--porop-space-500);width:min(100%,480px);padding:var(--porop-space-600);background:color-mix(in srgb, var(--porop-color-bg-surface) 94%, transparent);border:var(--porop-border-width-default) solid var(--porop-color-border-strong);border-radius:var(--porop-radius-xl);box-shadow:var(--porop-shadow-overlay);-webkit-backdrop-filter:blur(var(--porop-space-400));backdrop-filter:blur(var(--porop-space-400));display:grid}.poro-feed-access-page__panel>.poro-forly-logo--tagline{justify-self:center;width:min(100%,360px)}.poro-feed-access-page h1{margin:calc(var(--porop-space-400) * -1) 0 0;font-size:var(--porop-text-display-sm-font-size);font-weight:var(--porop-font-weight-semibold);line-height:var(--porop-text-display-line-height);letter-spacing:var(--porop-letter-spacing-tight)}.poro-feed-access-page__intro{margin:calc(var(--porop-space-300) * -1) 0 0;color:var(--porop-color-text-secondary);font-size:var(--porop-text-body-sm-font-size);line-height:var(--porop-text-body-sm-line-height)}.poro-feed-access-page__panel>.porop-button{justify-self:start}:root[data-porop-theme=dark] .poro-feed-access-page__current{opacity:.38}@media (prefers-color-scheme:dark){:root:not([data-porop-theme]) .poro-feed-access-page__current{opacity:.38}}@font-face{font-family:Noto Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/noto-sans-latin-600-normal-Dkgu5AE5.woff2)format("woff2"),url(/assets/noto-sans-latin-600-normal-DVJMj_t0.woff)format("woff")}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/poppins-latin-600-normal-zEkxB9Mr.woff2)format("woff2"),url(/assets/poppins-latin-600-normal-BJdTmd5m.woff)format("woff")}.poro-intro-page{min-width:320px;color:var(--porop-color-text-primary);background:var(--porop-color-bg-canvas);overflow:hidden}.poro-intro-page__container{width:min(100% - var(--porop-space-800), var(--porop-layout-content-max));margin:0 auto}.poro-intro-page__hero{isolation:isolate;min-height:680px;position:relative;overflow:hidden}.poro-intro-page__current{z-index:-1;opacity:.16;pointer-events:none;background:url(/assets/signal-current-xQjonzJ9.png) 50%/cover no-repeat;position:absolute;inset:0}.poro-intro-page__hero-grid{align-items:center;gap:var(--porop-space-1000);padding:var(--porop-space-1000) 0 var(--porop-space-1600);display:grid}.poro-intro-page__hero-copy{z-index:2;position:relative}.poro-intro-page__hero-copy h1{max-width:680px;margin:var(--porop-space-200) 0 0;font-size:var(--porop-text-display-sm-font-size);font-weight:var(--porop-font-weight-semibold);line-height:var(--porop-text-display-line-height);letter-spacing:var(--porop-letter-spacing-tight)}.poro-intro-page__hero-copy h1 span{margin-top:var(--porop-space-200);color:var(--porop-color-text-brand);display:block}.poro-intro-page__hero-copy h2{margin:var(--porop-space-600) 0 var(--porop-space-300);font-family:var(--porop-font-brand-tagline);font-size:var(--porop-text-heading-sm-font-size);font-weight:var(--porop-font-weight-semibold);line-height:var(--porop-text-heading-sm-line-height)}.poro-intro-page__hero-copy>p:last-of-type,.poro-intro-page__section-heading>p:last-child,.poro-intro-page__closing p,.poro-intro-page__footer p{color:var(--porop-color-text-secondary);font-size:var(--porop-text-body-md-font-size);line-height:var(--porop-text-body-md-line-height)}.poro-intro-page__footer .poro-forly-logo--tagline{width:calc(var(--porop-space-1200) * 4)}.poro-intro-page__hero-copy>p:last-of-type{max-width:58ch;margin:0}.poro-intro-page__actions{align-items:center;gap:var(--porop-space-300) var(--porop-space-600);margin-top:var(--porop-space-800);flex-wrap:wrap;display:flex}.poro-intro-page__actions>a{min-height:var(--porop-touch-min);padding:0 var(--porop-space-200);color:var(--porop-color-text-brand);border-radius:var(--porop-radius-sm);font-size:var(--porop-text-body-sm-font-size);font-weight:var(--porop-font-weight-medium);line-height:var(--porop-text-body-sm-line-height);align-items:center;text-decoration:none;display:inline-flex}.poro-intro-page__actions>a:focus-visible{z-index:1;box-shadow:inset 0 0 0 var(--porop-border-width-focus) var(--porop-color-focus);outline:none;position:relative}.poro-intro-page__product-preview{justify-content:center;min-width:0;display:flex;position:relative}.poro-intro-page__mark{right:max((100% - 360px) / 2 - var(--porop-space-800), 0px);bottom:calc(var(--porop-space-800) * -1);z-index:-1;opacity:.22;transform-origin:100% 100%;position:absolute;transform:scale(2.4)}.poro-intro-page__section{padding:var(--porop-space-1600) 0;background:var(--porop-color-bg-canvas)}.poro-intro-page__section-heading{max-width:var(--porop-layout-readable-max);margin:0 auto var(--porop-space-800);text-align:center}.poro-intro-page__section-heading h2,.poro-intro-page__closing h2{margin:var(--porop-space-200) 0 0;font-size:var(--porop-text-display-sm-font-size);font-weight:var(--porop-font-weight-semibold);line-height:var(--porop-text-display-line-height);letter-spacing:var(--porop-letter-spacing-tight)}.poro-intro-page__section-heading>p:last-child{margin:var(--porop-space-300) 0 0}.poro-intro-page__trust{align-items:flex-start;gap:var(--porop-space-400);width:min(760px,100%);padding:var(--porop-space-500);margin:var(--porop-space-600) auto 0;background:var(--porop-color-bg-subdued);border:var(--porop-border-width-default) solid var(--porop-color-border-default);border-radius:var(--porop-radius-lg);display:flex}.poro-intro-page__trust svg{color:var(--porop-color-text-brand);flex:none}.poro-intro-page__trust h3{font-size:var(--porop-text-heading-sm-font-size);line-height:var(--porop-text-heading-sm-line-height);margin:0}.poro-intro-page__trust p{margin:var(--porop-space-100) 0 0;color:var(--porop-color-text-secondary);font-size:var(--porop-text-body-sm-font-size);line-height:var(--porop-text-body-sm-line-height)}.poro-intro-page__closing{padding:var(--porop-space-1600) 0;background:var(--porop-color-bg-surface);border-top:var(--porop-border-width-default) solid var(--porop-color-border-default)}.poro-intro-page__closing-inner{align-items:center;gap:var(--porop-space-600);display:grid}.poro-intro-page__closing p{max-width:52ch;margin:var(--porop-space-300) 0 0}.poro-intro-page__closing .porop-button{width:100%}.poro-intro-page__footer{padding:var(--porop-space-800) 0;background:var(--porop-color-bg-canvas);border-top:var(--porop-border-width-default) solid var(--porop-color-border-default)}.poro-intro-page__footer-inner{align-items:flex-start;gap:var(--porop-space-400);flex-direction:column;display:flex}.poro-intro-page__footer p{font-size:var(--porop-text-body-sm-font-size);line-height:var(--porop-text-body-sm-line-height);margin:0}@media (width>=520px){.poro-intro-page__container{width:min(100% - var(--porop-space-1200), var(--porop-layout-content-max))}.poro-intro-page__closing-inner{grid-template-columns:minmax(0,1fr) auto}.poro-intro-page__closing .porop-button{width:auto}.poro-intro-page__footer-inner{flex-direction:row;justify-content:space-between;align-items:center}}@media (width>=900px){.poro-intro-page__hero-grid{gap:var(--porop-space-1200);min-height:540px;padding:var(--porop-space-600) 0 var(--porop-space-1200);grid-template-columns:minmax(0,1fr) 440px}.poro-intro-page__product-preview{justify-content:flex-end}.poro-intro-page__mark{right:calc(var(--porop-space-400) * -1)}}@media (width>=1200px){.poro-intro-page__hero-grid{justify-content:space-between;gap:var(--porop-space-800);grid-template-columns:minmax(0,500px) 650px}.poro-intro-page__product-preview{align-items:center;gap:var(--porop-space-400);grid-template-columns:130px 360px 96px;display:grid}.poro-intro-page__mark{z-index:0;opacity:1;position:static;transform:none}.poro-intro-page__mark .poro-forly-logo{width:96px}}:root[data-porop-theme=dark] .poro-intro-page__current{opacity:.7}@media (prefers-color-scheme:dark){:root:not([data-porop-theme]) .poro-intro-page__current{opacity:.7}}@media (prefers-reduced-motion:reduce){.poro-intro-page{scroll-behavior:auto}}.poro-company-placeholder{gap:var(--porop-space-400);width:min(var(--porop-layout-compact-max), 100% - var(--porop-space-800));margin:clamp(48px,12vh,120px) auto;display:grid}.poro-company-placeholder a{color:var(--porop-color-text-brand)}.poro-company-placeholder h1,.poro-company-placeholder p{margin:0}.poro-company-placeholder h1{font-size:var(--porop-text-display-lg-font-size);line-height:var(--porop-text-display-line-height)}.poro-company-placeholder p{max-width:var(--porop-layout-readable-max);color:var(--porop-color-text-secondary);font-size:var(--porop-text-body-md-font-size);line-height:var(--porop-text-body-md-line-height)}.poro-discovery-page{min-height:100vh;padding:var(--porop-space-400)}.poro-discovery-page__header{align-items:center;gap:var(--porop-space-400);width:min(var(--porop-layout-content-max), 100%);margin:0 auto;display:flex}.poro-discovery-page__brand{border-radius:var(--porop-radius-sm);flex:none;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.poro-discovery-page__brand:focus-visible{z-index:1;box-shadow:inset 0 0 0 var(--porop-border-width-focus) var(--porop-color-focus);outline:none;position:relative}.poro-discovery-page__main{gap:var(--porop-space-800);width:min(920px,100%);margin:var(--porop-space-1200) auto 0;display:grid}.poro-discovery-page__main h1,.poro-discovery-page__main p{margin:0}.poro-discovery-page__main h1{margin-top:var(--porop-space-100);font-size:var(--porop-text-display-sm-font-size);line-height:var(--porop-line-height-heading);overflow-wrap:anywhere}.poro-discovery-page__main p{margin-top:var(--porop-space-200);color:var(--porop-color-text-secondary)}.poro-discovery-page__eyebrow{color:var(--porop-color-text-brand);font-size:var(--porop-text-label-font-size);font-weight:var(--porop-font-weight-bold);letter-spacing:var(--porop-letter-spacing-eyebrow);text-transform:uppercase}.poro-discovery-page__groups{gap:var(--porop-space-800);display:grid}.poro-discovery-page__group{gap:var(--porop-space-300);display:grid}.poro-discovery-page__group h2{font-size:var(--porop-text-heading-sm-font-size);margin:0}.poro-discovery-page__group ul{background:var(--porop-color-bg-surface);border:var(--porop-border-width-default) solid var(--porop-color-border-default);border-radius:var(--porop-radius-lg);margin:0;padding:0;list-style:none;overflow:hidden}.poro-discovery-page__group li+li{border-top:var(--porop-border-width-default) solid var(--porop-color-border-default)}.poro-discovery-page__group button,.poro-discovery-page__group a,.poro-discovery-page__preview{gap:var(--porop-space-300);width:100%;min-height:56px;padding:var(--porop-space-300) var(--porop-space-400);color:var(--porop-color-text-primary);text-align:left;background:0 0;border:0;grid-template-columns:minmax(76px,auto) minmax(0,1fr) auto;align-items:center;text-decoration:none;display:grid}.poro-discovery-page__group button,.poro-discovery-page__group a{cursor:pointer}.poro-discovery-page__group button:hover,.poro-discovery-page__group a:hover{background:var(--porop-color-bg-hover)}.poro-discovery-page__group button:focus-visible,.poro-discovery-page__group a:focus-visible{z-index:1;box-shadow:inset 0 0 0 var(--porop-border-width-focus) var(--porop-color-focus);outline:none;position:relative}.poro-discovery-page__preview{grid-template-columns:minmax(0,1fr) auto}.poro-discovery-page__ticker{font-weight:var(--porop-font-weight-bold)}.poro-discovery-page__metadata{color:var(--porop-color-text-secondary);font-size:var(--porop-font-size-300)}.poro-discovery-page__status{min-height:120px;padding:var(--porop-space-600);background:var(--porop-color-bg-surface);border:var(--porop-border-width-default) solid var(--porop-color-border-default);border-radius:var(--porop-radius-lg)}@media (width>=520px){.poro-discovery-page{padding:var(--porop-space-600)}}@media (width<=519px){.poro-discovery-page__header{flex-direction:column;align-items:stretch}.poro-discovery-page__group button,.poro-discovery-page__group a,.poro-discovery-page__preview{gap:var(--porop-space-100);grid-template-columns:1fr}}:root{font-synthesis:none;text-rendering:optimizelegibility}.poro-page-eyebrow{color:var(--porop-color-text-brand);font-size:var(--porop-font-size-300);font-weight:var(--porop-font-weight-semibold);letter-spacing:var(--porop-letter-spacing-label);text-transform:uppercase}
