*{box-sizing:border-box}
body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
::-webkit-scrollbar{width:5px;height:5px}
::-webkit-scrollbar-track{background:#030303}
::-webkit-scrollbar-thumb{background:#262626;border-radius:4px}
::-webkit-scrollbar-thumb:hover{background:#404040}
.cost-bar{transition:width .4s cubic-bezier(.22,1,.36,1)}
input[type=number]::-webkit-inner-spin-button{opacity:.3}
input[type=number]:focus::-webkit-inner-spin-button{opacity:1}
.detail-inner{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.22,1,.36,1)}
.detail-row.open .detail-inner{max-height:320px}
.model-row{cursor:pointer;user-select:none}
.model-row .chevron{transition:transform .3s cubic-bezier(.22,1,.36,1);display:inline-block}
.model-row.expanded .chevron{transform:rotate(180deg)}