.grid{display:grid;gap:0;grid-template-columns:auto 1fr auto;margin:0}.grid .grid__header{display:contents}.grid .grid__header:before{border-bottom:1px solid var(--edge);content:" ";grid-column-end:span 3;grid-column-start:1;width:100%}.grid .grid__header:first-child:before{content:none}.grid .grid__header .grid__row__cell{color:var(--text-primary);font-size:15px;font-weight:700;line-height:21px;padding:9px 0 9px 15px}.grid .grid__header .grid__row__cell .label{color:var(--text-tertiary)}.grid .grid__header .grid__row__cell .currency.currency--mini-decimal{font-weight:600}.grid .grid__header .grid__row__cell .currency.currency--mini-decimal .currency__decimal{font-weight:700}.grid .grid__header .grid__row__cell .grid__row__cell__content.grid__row__cell__content--right{text-align:right}.grid .grid__header .grid__row__cell:last-child{padding-right:15px}.grid .grid__header .grid__row__cell.grid__row__cell--hidable{padding-left:0}.grid .grid__header .grid__row__cell.grid__row__cell--hidable .grid__row__cell__content{display:none}.grid .grid__header .grid__row__cell.grid__row__cell--span-2{grid-column-end:span 2}.grid .grid__header .grid__row__cell.grid__row__cell--span-3{grid-column-end:span 3}.grid .grid__header .grid__row__cell.grid__row__cell--span-4{grid-column-end:span 4}.grid .grid__header .grid__row__cell.grid__row__cell--span-5{grid-column-end:span 5}.grid .grid__header .grid__row__cell.grid__row__cell--span-6{grid-column-end:span 6}.grid .grid__footer+.grid__header:before,.grid .grid__header+.grid__header:before{content:none}.grid .grid__footer+.grid__header .grid__row__cell,.grid .grid__header+.grid__header .grid__row__cell,.grid .grid__row+.grid__header .grid__row__cell{padding-top:24px}.grid .grid__footer{display:contents}.grid .grid__footer:before{border-bottom:1px solid var(--edge);content:" ";grid-column-end:span 3;grid-column-start:1;width:100%}.grid .grid__footer .grid__row__cell{color:var(--text-tertiary);font-size:15px;line-height:21px;padding:9px 0 9px 15px}.grid .grid__footer .grid__row__cell .grid__row__cell__content.grid__row__cell__content--right{text-align:right}.grid .grid__footer .grid__row__cell:last-child{padding-right:15px}.grid .grid__footer .grid__row__cell.grid__row__cell--hidable{padding-left:0}.grid .grid__footer .grid__row__cell.grid__row__cell--hidable .grid__row__cell__content{display:none}.grid .grid__footer .grid__row__cell.grid__row__cell--span-2{grid-column-end:span 2}.grid .grid__footer .grid__row__cell.grid__row__cell--span-3{grid-column-end:span 3}.grid .grid__footer .grid__row__cell.grid__row__cell--span-4{grid-column-end:span 4}.grid .grid__footer .grid__row__cell.grid__row__cell--span-5{grid-column-end:span 5}.grid .grid__footer .grid__row__cell.grid__row__cell--span-6{grid-column-end:span 6}.grid .grid__row{display:contents}.grid .grid__row:before,.grid .grid__row:last-child:after{border-bottom:1px solid var(--edge);content:" ";grid-column-end:span 3;grid-column-start:1;width:100%}.grid .grid__row.grid__row--highlight .grid__row__cell{background:var(--highlight)}.grid .grid__row.grid__row--focus,.grid .grid__row:hover{cursor:pointer}.grid .grid__row.grid__row--focus .grid__row__cell,.grid .grid__row:hover .grid__row__cell{background-color:var(--action-feedback)}.grid .grid__row.grid__row--focus+.grid__row:before,.grid .grid__row.grid__row--focus:before,.grid .grid__row.grid__row--focus:last-child:after,.grid .grid__row:hover+.grid__footer:before,.grid .grid__row:hover+.grid__header:before,.grid .grid__row:hover+.grid__row:before,.grid .grid__row:hover:before,.grid .grid__row:hover:last-child:after{border-bottom:1px solid transparent}.grid .grid__row .grid__row__cell{color:var(--text-primary);padding:12px 0 12px 15px;transition:background .05s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none}.grid .grid__row .grid__row__cell:last-child{padding-right:12px}.grid .grid__row .grid__row__cell .grid__row__cell__content{align-items:stretch;display:flex;flex-direction:column;flex-wrap:nowrap;height:100%;justify-content:center}.grid .grid__row .grid__row__cell .grid__row__cell__content .label,.grid .grid__row .grid__row__cell .grid__row__cell__content .subtext,.grid .grid__row .grid__row__cell .grid__row__cell__content .text,.grid .grid__row .grid__row__cell .grid__row__cell__content h1,.grid .grid__row .grid__row__cell .grid__row__cell__content h2,.grid .grid__row .grid__row__cell .grid__row__cell__content h3,.grid .grid__row .grid__row__cell .grid__row__cell__content h4,.grid .grid__row .grid__row__cell .grid__row__cell__content h5,.grid .grid__row .grid__row__cell .grid__row__cell__content h6,.grid .grid__row .grid__row__cell .grid__row__cell__content p{margin:0}.grid .grid__row .grid__row__cell .grid__row__cell__content.grid__row__cell__content--right{align-items:flex-end}.grid .grid__row .grid__row__cell__content.grid__row__cell__content--crunch{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start}.grid .grid__row .grid__row__cell__content.grid__row__cell__content--crunch>*+*{margin-left:6px}.grid .grid__row .grid__row__cell.grid__row__cell--truncate{overflow:hidden}.grid .grid__row .grid__row__cell.grid__row__cell--truncate .grid__row__cell__content .label,.grid .grid__row .grid__row__cell.grid__row__cell--truncate .grid__row__cell__content .subtext,.grid .grid__row .grid__row__cell.grid__row__cell--truncate .grid__row__cell__content .text,.grid .grid__row .grid__row__cell.grid__row__cell--truncate .grid__row__cell__content h1,.grid .grid__row .grid__row__cell.grid__row__cell--truncate .grid__row__cell__content h2,.grid .grid__row .grid__row__cell.grid__row__cell--truncate .grid__row__cell__content h3,.grid .grid__row .grid__row__cell.grid__row__cell--truncate .grid__row__cell__content h4,.grid .grid__row .grid__row__cell.grid__row__cell--truncate .grid__row__cell__content h5,.grid .grid__row .grid__row__cell.grid__row__cell--truncate .grid__row__cell__content h6,.grid .grid__row .grid__row__cell.grid__row__cell--truncate .grid__row__cell__content p,.grid .grid__row .grid__row__cell.grid__row__cell--truncate .grid__row__cell__content span{max-width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.grid .grid__row .grid__row__cell.grid__row__cell--hidable{padding-left:0}.grid .grid__row .grid__row__cell.grid__row__cell--hidable .grid__row__cell__content{display:none}.grid .grid__row .grid__row__cell.grid__row__cell--span-2{grid-column-end:span 2}.grid .grid__row .grid__row__cell.grid__row__cell--span-3{grid-column-end:span 3}.grid .grid__row .grid__row__cell.grid__row__cell--span-4{grid-column-end:span 4}.grid .grid__row .grid__row__cell.grid__row__cell--span-5{grid-column-end:span 5}.grid .grid__row .grid__row__cell.grid__row__cell--span-6{grid-column-end:span 6}.grid.grid--1{grid-template-columns:1fr}.grid.grid--1 .grid__footer:after,.grid.grid--1 .grid__footer:before,.grid.grid--1 .grid__header:after,.grid.grid--1 .grid__header:before,.grid.grid--1 .grid__row:after,.grid.grid--1 .grid__row:before{grid-column-end:span 1}.grid.grid--2{grid-template-columns:auto 1fr}.grid.grid--2 .grid__footer:after,.grid.grid--2 .grid__footer:before,.grid.grid--2 .grid__header:after,.grid.grid--2 .grid__header:before,.grid.grid--2 .grid__row:after,.grid.grid--2 .grid__row:before{grid-column-end:span 2}.grid.grid--3{grid-template-columns:auto 1fr auto}.grid.grid--3 .grid__footer:after,.grid.grid--3 .grid__footer:before,.grid.grid--3 .grid__header:after,.grid.grid--3 .grid__header:before,.grid.grid--3 .grid__row:after,.grid.grid--3 .grid__row:before{grid-column-end:span 3}.grid.grid--4{grid-template-columns:auto 1fr auto auto}.grid.grid--4 .grid__footer:after,.grid.grid--4 .grid__footer:before,.grid.grid--4 .grid__header:after,.grid.grid--4 .grid__header:before,.grid.grid--4 .grid__row:after,.grid.grid--4 .grid__row:before{grid-column-end:span 4}.grid.grid--5{grid-template-columns:auto auto 1fr auto auto}.grid.grid--5 .grid__footer:after,.grid.grid--5 .grid__footer:before,.grid.grid--5 .grid__header:after,.grid.grid--5 .grid__header:before,.grid.grid--5 .grid__row:after,.grid.grid--5 .grid__row:before{grid-column-end:span 5}.grid.grid--6{grid-template-columns:auto auto 1fr auto auto auto}.grid.grid--6 .grid__footer:after,.grid.grid--6 .grid__footer:before,.grid.grid--6 .grid__header:after,.grid.grid--6 .grid__header:before,.grid.grid--6 .grid__row:after,.grid.grid--6 .grid__row:before{grid-column-end:span 6}.grid.grid--7{grid-template-columns:auto auto 1fr auto auto auto auto}.grid.grid--7 .grid__footer:after,.grid.grid--7 .grid__footer:before,.grid.grid--7 .grid__header:after,.grid.grid--7 .grid__header:before,.grid.grid--7 .grid__row:after,.grid.grid--7 .grid__row:before{grid-column-end:span 7}.grid.grid--8{grid-template-columns:auto auto 1fr auto auto auto auto auto}.grid.grid--8 .grid__footer:after,.grid.grid--8 .grid__footer:before,.grid.grid--8 .grid__header:after,.grid.grid--8 .grid__header:before,.grid.grid--8 .grid__row:after,.grid.grid--8 .grid__row:before{grid-column-end:span 8}.grid.grid--static .grid__footer:before,.grid.grid--static .grid__footer:last-child:after,.grid.grid--static .grid__header:before,.grid.grid--static .grid__header:last-child:after,.grid.grid--static .grid__row:before,.grid.grid--static .grid__row:last-child:after{border-bottom:1px solid var(--surface)}.grid.grid--static .grid__row:hover{cursor:default}.grid.grid--static .grid__row:hover .grid__row__cell{background-color:transparent}.grid.grid--static .grid__row.grid__row--focus,.grid.grid--static .grid__row:hover{cursor:default}.grid.grid--static .grid__row.grid__row--focus+.grid__row:before,.grid.grid--static .grid__row.grid__row--focus:before,.grid.grid--static .grid__row.grid__row--focus:last-child:after,.grid.grid--static .grid__row:hover+.grid__footer:before,.grid.grid--static .grid__row:hover+.grid__header:before,.grid.grid--static .grid__row:hover+.grid__row:before,.grid.grid--static .grid__row:hover:before,.grid.grid--static .grid__row:hover:last-child:after{border-bottom:1px solid var(--surface)}.main__header--sticky+.grid .grid__row{display:contents}.main__header--sticky+.grid .grid__row:first-child:before{border-bottom:1px solid transparent}.card .grid,.focus .grid,.modal .grid,.narrow .grid,.sidepanel .grid{margin:0}@media (min-width:400px){.grid .grid__row .grid__row__cell.grid__row__cell--hidable{padding-left:12px}.grid .grid__row .grid__row__cell.grid__row__cell--hidable .grid__row__cell__content{display:flex}.grid .grid__row .grid__row__cell.grid__row__cell--spacey:not(:first-child){padding-left:24px}}@media (min-width:580px){.grid .grid__row .grid__row__cell.grid__row__cell--spacey:not(:first-child){padding-left:36px}}@media (min-width:960px){.grid{margin:0 24px}.grid .grid__row.grid__row--focus .grid__row__cell:first-child,.grid .grid__row:hover .grid__row__cell:first-child{border-bottom-left-radius:12px;border-top-left-radius:12px}.grid .grid__row.grid__row--focus .grid__row__cell:last-child,.grid .grid__row:hover .grid__row__cell:last-child{border-bottom-right-radius:12px;border-top-right-radius:12px}}
