.market-board{overflow:hidden;border:1px solid #8b6d32;border-radius:13px;background:linear-gradient(145deg,#10273b,#0b1722);box-shadow:0 16px 36px #0008}.market-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 22px;border-bottom:1px solid #80662f;background:linear-gradient(#1d4561,#10283b)}.market-heading h1{margin:.15rem 0;color:#f0d27c;font:700 1.5rem Georgia,serif}.market-heading p{margin:.15rem 0;color:#b5c9d8}.market-heading>strong{white-space:nowrap;padding:10px 16px;border:1px solid #9f7c34;border-radius:9px;background:#18160d;color:#f4c952}.market-sell-box{margin:18px;border:1px solid #54708a;border-radius:10px;background:#102236}.market-sell-box summary{padding:14px 17px;cursor:pointer;color:#f0d27c;font-weight:800}.market-sell-box>div{padding:0 17px 17px}.market-sell-box form{display:grid;grid-template-columns:minmax(220px,2fr) 100px 150px auto;gap:10px;align-items:end}.market-sell-box label{color:#a9becd;font-size:.82rem}.market-sell-box select,.market-sell-box input{width:100%;box-sizing:border-box}.market-list{display:grid;gap:12px;padding:0 18px 18px}.market-item{display:grid;grid-template-columns:132px minmax(0,1fr) 205px;gap:18px;align-items:center;padding:14px;border:1px solid #34536b;border-radius:11px;background:linear-gradient(120deg,#102132,#0b1722)}.market-item.is-own{border-color:#80662f}.market-item-image{aspect-ratio:1;overflow:hidden;border:1px solid #a17e3c;border-radius:9px;background:#070d13}.market-item-image img{width:100%;height:100%;object-fit:cover}.market-item-copy h2{margin:.2rem 0;color:#efd07b}.market-item-copy>p:not(.eyebrow){color:#b9cad7}.market-item-copy ul{display:flex;gap:7px;flex-wrap:wrap;padding:0;list-style:none}.market-item-copy li{padding:4px 8px;border:1px solid #3d627b;border-radius:6px;color:#9fdab9}.market-item-copy small{color:#829cac}.market-buy{padding:13px;border:1px solid #6e582d;border-radius:9px;background:#121a20}.market-buy>span,.market-buy>strong{display:block}.market-buy>strong{margin:4px 0 10px;color:#f2c95e;font-size:1.12rem}.market-buy form{display:grid;gap:8px}.market-buy input{width:100%;box-sizing:border-box}.market-empty{padding:35px;text-align:center;color:#9fb2c0}@media(max-width:900px){.market-sell-box form{grid-template-columns:1fr 1fr}.market-item{grid-template-columns:100px 1fr}.market-buy{grid-column:1/-1}.market-heading{align-items:flex-start;flex-direction:column}}@media(max-width:520px){.market-sell-box form,.market-item{grid-template-columns:1fr}.market-item-image{width:90px}.market-heading>strong{width:100%;box-sizing:border-box}}
