#view-market{width:100%;padding-bottom:40px}.market-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px}.market-head h1{margin:0;color:#f4f5f8;font-size:28px;letter-spacing:-.8px}.market-head p{margin:5px 0 0;color:#676c78;font-size:12px}.market-head .btn{height:38px;border-radius:11px}
.account-page .market-upload-modal{width:min(900px,calc(100vw - 40px));padding:24px;border-radius:18px}.account-page .market-upload-header{margin-bottom:18px}.account-page .market-upload-icon{width:52px;height:52px}.account-page .market-upload-icon svg{width:27px}.account-page .market-upload-heading h2{font-size:22px}.account-page .market-upload-heading p{font-size:12px}.account-page .market-upload-footer{margin-top:18px;padding-top:15px}.account-page .market-submit{min-height:44px}
.market-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.market-tabs{display:flex;gap:25px}.market-tabs button{position:relative;padding:5px 0 11px;border:0;background:none;color:#555862;cursor:pointer;font:750 22px/1 Manrope}.market-tabs button:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:2px;background:#8598ff;opacity:0;transform:scaleX(.4);transition:.2s}.market-tabs button.active{color:#f4f4f7}.market-tabs button.active:after{opacity:1;transform:none}.market-search{display:flex;align-items:center;width:260px;height:38px;padding:0 12px;border:1px solid rgba(255,255,255,.09);border-radius:11px;background:rgba(11,14,20,.58)}.market-search svg{width:15px;color:#656b79}.market-search input{width:100%;border:0;background:none;color:#e9ebf1;outline:0;font:inherit}.market-status{margin-bottom:12px;color:#686d78;font-size:11px}
.market-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 18px}.market-card{overflow:hidden;border:0;border-radius:14px;background:transparent;cursor:pointer;outline:none;transition:transform .2s}.market-card:hover,.market-card:focus{transform:translateY(-3px)}.market-card:focus .market-card-cover{box-shadow:0 0 0 2px #8298ff}.market-card-cover{position:relative;aspect-ratio:16/9;border-radius:12px;background:radial-gradient(circle at 35% 30%,rgba(117,89,233,.42),transparent 30%),linear-gradient(135deg,#171c29,#0c0f16);background-position:center;background-size:cover;box-shadow:inset 0 0 0 1px rgba(255,255,255,.07);transition:.2s}.market-card-cover:after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(180deg,transparent 65%,rgba(4,5,8,.36))}.market-card-type,.market-card-mine{position:absolute;z-index:1;top:9px;padding:4px 7px;border-radius:6px;background:rgba(7,9,13,.74);backdrop-filter:blur(8px);font-size:8px;font-weight:800;color:#d3d8e7}.market-card-type{left:9px}.market-card-mine{right:9px;color:#a993ff}.market-card-body{padding:10px 3px 0}.market-card-title{display:flex;align-items:flex-start;gap:8px}.market-card-title h3{min-width:0;overflow:hidden;margin:0;color:#ededf1;font-size:12px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.market-card-title strong{margin-left:auto;white-space:nowrap;color:#e9e9ed;font-size:11px}.market-card-body>p{height:28px;overflow:hidden;margin:5px 0 8px;color:#696d78;font-size:10px;line-height:1.4}.market-card-author{display:flex;align-items:center;gap:6px;color:#777b86;font-size:9px}.market-avatar{display:grid;width:18px;height:18px;place-items:center;border-radius:50%;background:linear-gradient(135deg,#6655c8,#313d79);background-position:center;background-size:cover;color:#fff;font-size:7px}.market-card-rating{margin-left:auto;color:#a9abb2}.market-card-rating:first-letter{color:#ffc94f}.market-card-foot{display:flex;justify-content:space-between;margin-top:7px;color:#a7abb4;font-size:9px;font-weight:600}.market-card-foot b{display:inline-block;width:6px;height:6px;margin-right:5px;border-radius:50%;background:#5ecda0;box-shadow:0 0 6px #5ecda0}.market-empty{grid-column:1/-1;padding:70px 20px;text-align:center;color:#6f7480}.market-empty svg{width:38px}.market-empty h3{margin:10px 0 4px;color:#dfe2e9}.market-empty p{margin:0;font-size:12px}
.market-back{display:flex;align-items:center;gap:6px;margin:0 0 18px;padding:0;border:0;background:none;color:#7d828d;cursor:pointer;font:inherit;font-size:11px}.market-back svg{width:14px}.market-detail-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(270px,.75fr);gap:34px}.market-detail-cover{display:grid;aspect-ratio:16/9;place-items:center;border-radius:14px;background:radial-gradient(circle at 50% 30%,rgba(127,81,235,.34),transparent 38%),linear-gradient(145deg,#151b28,#090c12);background-position:center;background-size:cover;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.market-detail-cover span{padding:7px 10px;border-radius:8px;background:rgba(7,9,14,.72);color:#a6afff;font-size:10px;font-weight:800;letter-spacing:1px}.market-detail-title{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin:18px 0 30px}.market-detail-title h1{margin:0;color:#f1f2f6;font-size:22px;line-height:1.25}.market-detail-title p{margin:7px 0 0;color:#737885;font-size:11px}.market-detail-title p b{color:#aeb3c1}.market-detail-category{padding:7px 10px;border:1px solid rgba(133,152,255,.25);border-radius:8px;color:#9baaff;font-size:9px}.market-detail-main section{margin-top:28px}.market-detail-main h2,.market-detail-side h2{margin:0 0 12px;color:#e9ebf1;font-size:13px}.market-copy p{margin:0;color:#9a9eaa;font-size:11px;line-height:1.75}.market-specs{display:grid;grid-template-columns:1fr 1fr;gap:10px}.market-specs>div{display:flex;align-items:center;gap:10px;padding:10px;border-radius:10px;background:rgba(39,44,64,.37)}.market-specs svg{width:16px;color:#8298ff}.market-specs span{display:grid;color:#747986;font-size:9px}.market-specs strong{margin-top:3px;color:#d9dce5;font-size:10px}.market-detail-side{min-width:0}.market-buy{display:flex;align-items:center;justify-content:space-between;color:#767b86;font-size:11px}.market-buy strong{color:#f1f2f6;font-size:20px}.market-buy-button{width:100%;height:42px;margin:14px 0 8px;border-radius:10px}.market-detail-side>small{display:block;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.08);color:#666b75;font-size:9px;line-height:1.5}.market-rating{padding:20px 0}.market-rating>p{margin:-6px 0 16px;color:#666b75;font-size:9px}.market-rating-summary{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:10px}.market-rating-summary>strong{grid-row:1/3;color:#f3f3f7;font-size:28px}.market-rating-summary small{color:#707580;font-size:8px}.market-stars{display:inline-flex;gap:1px}.market-stars i{color:#3c4049;font-style:normal;font-size:11px}.market-stars i.filled{color:#ffc94f}.market-rating-bars{display:grid;gap:7px;margin-top:14px}.market-rating-bars>div{display:grid;grid-template-columns:12px 1fr 14px;align-items:center;gap:7px;color:#757a84;font-size:8px}.market-rating-bars i{height:3px;overflow:hidden;border-radius:3px;background:#292d34}.market-rating-bars b{display:block;height:100%;border-radius:inherit;background:#ffc94f}.market-rating-bars em{font-style:normal}.market-review-form{padding:15px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:rgba(12,15,22,.48)}.market-review-form h3{margin:0 0 8px;font-size:11px}.market-review-form>p{margin:0;color:#747985;font-size:9px;line-height:1.5}.market-star-picker{display:flex;margin-bottom:8px}.market-star-picker button{padding:0 2px;border:0;background:none;color:#40444d;cursor:pointer;font-size:21px}.market-star-picker button.active{color:#ffc94f}.market-review-form textarea{min-height:62px;padding:9px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(255,255,255,.025);color:#e8eaf0;resize:vertical;font:inherit;font-size:10px}.market-review-form .btn{width:100%;height:32px;margin-top:8px}.market-reviews{margin-top:20px}.market-reviews>h3{font-size:12px}.market-reviews article{padding:11px 0;border-bottom:1px solid rgba(255,255,255,.06)}.market-reviews article>div{display:flex;align-items:center;gap:7px}.market-reviews article b{font-size:9px}.market-reviews article time{margin-left:auto;color:#606570;font-size:8px}.market-reviews article p,.market-no-reviews{margin:7px 0 0;color:#858a95;font-size:9px;line-height:1.5}.market-detail-loading{padding:80px;text-align:center;color:#757a85}
.market-publish-layout{display:grid;grid-template-columns:minmax(310px,.9fr) minmax(390px,1.1fr);gap:26px}.market-publish-files{display:grid;align-content:start;gap:12px}.market-cover-drop{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;border:1px dashed rgba(151,119,255,.36);border-radius:13px;background:rgba(13,12,20,.65);cursor:pointer}.market-cover-drop input,.market-file-drop input{position:absolute;inset:0;z-index:2;width:100%;opacity:0;cursor:pointer}.market-cover-drop>span{display:flex;width:100%;height:100%;align-items:center;justify-content:center;flex-direction:column;gap:6px;background-position:center;background-size:cover;color:#9c82e8}.market-cover-drop svg{width:34px}.market-cover-drop b{color:#dcd6eb;font-size:13px}.market-cover-drop small,.market-file-drop small{color:#777282;font-size:10px}.market-file-drop{position:relative;display:flex;align-items:center;gap:12px;min-height:72px;padding:14px;border:1px dashed rgba(151,119,255,.3);border-radius:12px;background:rgba(13,12,20,.55)}.market-file-drop>svg{width:24px;color:#9b7de9}.market-file-drop span{display:grid;gap:4px}.market-file-drop b{font-size:11px}.market-two-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media(max-width:1000px){.market-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.market-detail-grid{grid-template-columns:1fr}.market-detail-side{max-width:none}.market-publish-layout{grid-template-columns:1fr}.market-cover-drop{max-height:300px}}
@media(max-width:650px){.market-toolbar{align-items:stretch;flex-direction:column}.market-tabs button{font-size:18px}.market-search{width:100%}.market-grid{grid-template-columns:1fr}.market-detail-grid{gap:20px}.market-specs{grid-template-columns:1fr}.market-head{align-items:flex-start;flex-direction:column;gap:12px}.market-head .btn{width:100%}.market-two-fields{grid-template-columns:1fr}}
.market-owner-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin:14px 0 8px}.market-owner-actions .market-buy-button{height:42px;margin:0}.market-delete-button{height:42px;padding:0 15px;border-radius:10px}.market-delete-button svg{width:15px}
.market-reviews>h3{color:#f3f3f7;font-size:15px}.market-reviews article{margin-top:8px;padding:13px 12px;border:1px solid rgba(255,255,255,.08);border-radius:11px;background:rgba(255,255,255,.035)}.market-reviews article b{color:#f1f2f6;font-size:12px}.market-reviews article time{color:#989ca7;font-size:10px}.market-reviews article p,.market-no-reviews{color:#c5c7d0;font-size:12px;line-height:1.6;white-space:pre-wrap;overflow-wrap:anywhere}
