*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}.header{max-width:1200px;margin:auto;padding:20px 24px;display:flex;justify-content:space-between;align-items:center}.brand{font-weight:900;letter-spacing:1.5px}nav{display:flex;gap:24px;align-items:center}.hero{max-width:900px;margin:70px auto;text-align:center;padding:40px 24px}.eyebrow{color:var(--mint);font-weight:700}h1{font-size:56px;line-height:1.05;margin:16px 0}.hero p{font-size:20px;color:var(--muted)}.searchbox{max-width:680px;margin:32px auto 20px;background:white;border:1px solid var(--border);padding:20px;border-radius:16px;text-align:left;color:var(--muted)}.button{display:inline-block;padding:14px 20px;border-radius:12px;font-weight:700}.primary{background:var(--mint);color:#07352d}.secondary{background:white;border:1px solid var(--border)}.section{max-width:1200px;margin:0 auto;padding:64px 24px}.alt{background:white;max-width:none;padding-left:max(24px,calc((100vw - 1200px)/2 + 24px));padding-right:max(24px,calc((100vw - 1200px)/2 + 24px))}.grid3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}article{background:white;border:1px solid var(--border);border-radius:16px;padding:24px}.card .badge{display:inline-block;font-size:12px;padding:6px 8px;border-radius:999px}.sellerCta{max-width:1000px;margin:64px auto 96px;background:var(--navy);color:white;text-align:center;padding:56px 24px;border-radius:24px}@media (max-width:800px){nav a:not(.button){display:none}h1{font-size:38px}.grid3{grid-template-columns:1fr}.header{padding:16px}.hero{margin:30px auto}}button{border:0}.full{width:100%;text-align:center}.button:disabled{opacity:.55;cursor:not-allowed}.authShell,.successShell,.wizardShell{min-height:100vh;background:linear-gradient(180deg,#F8FAFC,#EEF2FF);padding:28px 20px}.authBrand{display:block;max-width:1160px;margin:0 auto 28px}.authCard{width:min(520px,100%);margin:50px auto;background:#fff;border:1px solid var(--border);border-radius:24px;padding:36px;box-shadow:0 20px 50px rgba(15,23,42,.1)}.authCard h1,.successCard h1,.wizardBody h1{font-size:36px;margin:10px 0 8px}.authCard>p,.successCard>p,.wizardBody>p{color:var(--muted)}.formStack{display:grid;grid-gap:16px;gap:16px;margin-top:28px}.formStack label,.wizardBody label{display:grid;grid-gap:8px;gap:8px;font-size:14px;font-weight:700}.formGrid2{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.formStack input,.wizardBody input,.wizardBody select,.wizardBody textarea{width:100%;border:1px solid var(--border);border-radius:12px;padding:14px 15px;background:#fff;color:var(--text);outline:none}.formStack input:focus,.wizardBody input:focus,.wizardBody select:focus,.wizardBody textarea:focus{border-color:var(--mint);box-shadow:0 0 0 3px rgba(37,99,235,.14)}.wizardBody textarea{min-height:130px;resize:vertical}.checkRow{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:10px!important;font-weight:500!important;color:var(--muted)}.checkRow input{width:18px!important;height:18px}.errorBox{margin:16px 0;background:#fff2f1;color:#b42318;border:1px solid #fecdca;padding:12px 14px;border-radius:12px}.authFoot{text-align:center;margin:22px 0 0!important;font-size:14px}.authFoot a{font-weight:800;color:#047857}.wizardHeader{max-width:1040px;margin:0 auto 24px;display:flex;justify-content:space-between;align-items:center}.wizardHeader>span{color:var(--muted);font-weight:700}.wizardCard{max-width:1040px;margin:auto;background:#fff;border:1px solid var(--border);border-radius:24px;overflow:hidden;box-shadow:0 20px 50px rgba(16,36,62,.06)}.progress{display:grid;grid-template-columns:repeat(5,1fr);padding:24px 28px;border-bottom:1px solid var(--border);grid-gap:8px;gap:8px}.progressStep{display:flex;align-items:center;gap:8px;color:#98a2b3}.progressStep span{display:grid;place-items:center;width:30px;height:30px;border-radius:999px;background:#f2f4f7;font-weight:800}.progressStep small{font-weight:700}.progressStep.active{color:#047857}.progressStep.active span{background:#ECFDF5;color:#047857}.wizardBody{padding:44px 56px;min-height:420px}.wizardBody .formGrid2{margin-top:28px}.wizardActions{padding:20px 28px;border-top:1px solid var(--border);display:grid;grid-template-columns:auto 1fr auto;align-items:center}.previewCard{margin-top:24px;border:1px solid var(--border);border-radius:18px;padding:26px;background:#fbfcfd}.previewCard h2{margin:16px 0 22px;font-size:26px}.summaryGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.summaryGrid div{display:grid;grid-gap:5px;gap:5px}.previewNote,.summaryGrid small{color:var(--muted)}.previewNote{margin-top:22px;padding-top:18px;border-top:1px solid var(--border)}.successCard{width:min(760px,100%);margin:100px auto;background:#fff;border:1px solid var(--border);border-radius:28px;padding:54px;text-align:center;box-shadow:0 20px 50px rgba(15,23,42,.1)}.successIcon{width:72px;height:72px;display:grid;place-items:center;margin:0 auto 22px;background:#ECFDF5;color:#047857;border-radius:999px;font-size:34px;font-weight:900}.successStats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin:32px 0}.successStats div{background:#F8FAFC;border-radius:14px;padding:18px;display:grid;grid-gap:4px;gap:4px}.successStats span{font-size:13px;color:var(--muted)}.buttonRow{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}@media(max-width:700px){.authCard{padding:26px;margin:20px auto}.authCard h1,.successCard h1,.wizardBody h1{font-size:30px}.formGrid2,.summaryGrid{grid-template-columns:1fr}.progress{padding:18px 14px}.progressStep{justify-content:center}.progressStep small{display:none}.wizardBody{padding:30px 22px;min-height:460px}.wizardActions{padding:16px}.successCard{margin:50px auto;padding:32px 22px}.successStats{grid-template-columns:1fr}.wizardHeader{padding:0 4px}}.marketPage{max-width:1080px;margin:0 auto;padding:28px 0 80px}.marketHeading{margin:18px 0 30px}.marketHeading h1{font-size:42px;margin:10px 0}.marketHeading p{color:var(--muted);font-size:18px}.marketGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.matchCard,.vehicleCard{background:#fff;border:1px solid var(--border);border-radius:18px;padding:24px}.matchMain h3,.vehicleCard h3{margin:14px 0 8px;font-size:22px}.matchMain p,.vehicleCard p{color:var(--muted)}.price{display:block;font-size:24px;margin:18px 0}.matchList{display:grid;grid-gap:16px;gap:16px}.matchCard{display:grid;grid-template-columns:110px 1fr;grid-gap:22px;gap:22px;align-items:start}.matchScore{background:#ECFDF5;border-radius:16px;padding:20px 10px;text-align:center;color:#047857}.matchScore strong{display:block;font-size:30px}.matchScore span{font-size:12px;font-weight:900;letter-spacing:1px}.scoreBars{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;margin:18px 0}.scoreBars span{background:#F8FAFC;border-radius:10px;padding:10px;font-size:13px;color:var(--muted);display:flex;justify-content:space-between}.scoreBars b{color:var(--text)}.offerRow{display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;align-items:center}.offerRow input{border:1px solid var(--border);border-radius:12px;padding:14px}.emptyState{text-align:center;background:#fff;border:1px dashed #cfd6df;border-radius:20px;padding:50px 24px;margin-top:20px}.emptyState h2{margin:0 0 8px}.emptyState p{color:var(--muted);margin:0 0 20px}@media(max-width:800px){.marketPage{padding:10px 0 60px}.marketHeading h1{font-size:32px}.marketGrid{grid-template-columns:1fr}.matchCard{grid-template-columns:80px 1fr;padding:16px;gap:14px}.matchScore strong{font-size:24px}.scoreBars{grid-template-columns:1fr 1fr}.offerRow{grid-template-columns:1fr}.wizardHeader{align-items:center}.wizardHeader .button{padding:10px 12px}}.miniNav{display:flex;align-items:center;gap:18px}.miniNav a{font-weight:700}.buttonRow.left{justify-content:flex-start}.danger{background:#fff2f1;color:#b42318;border:1px solid #fecdca}.muted{color:var(--muted)}.topGap{margin-top:14px}.finePrint{font-size:12px;color:var(--muted);margin-top:22px}.linkButton{background:transparent;color:var(--text);font-weight:700;padding:0}.detailPage{max-width:1080px;margin:0 auto;padding:28px 0 80px}.detailHero{display:flex;justify-content:space-between;gap:28px;align-items:flex-start;margin:18px 0 28px}.detailHero h1{font-size:42px;margin:10px 0}.detailHero p{color:var(--muted)}.offerPriceBox{background:var(--navy);color:#fff;border-radius:20px;padding:24px;min-width:270px;display:grid;grid-gap:6px;gap:6px}.offerPriceBox small,.offerPriceBox span{opacity:.75}.offerPriceBox strong{font-size:28px}.detailGrid{display:grid;grid-template-columns:1.25fr .9fr;grid-gap:18px;gap:18px}.detailGrid article h2{margin-top:0}.factGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin:22px 0}.factGrid div{background:#F8FAFC;border-radius:12px;padding:14px;display:grid;grid-gap:5px;gap:5px}.factGrid small{color:var(--muted)}.pendingBox{background:#F8FAFC;border:1px solid var(--border);padding:18px;border-radius:14px;display:grid;grid-gap:8px;gap:8px}.pendingBox>strong{font-size:26px}.timeline{display:grid;grid-gap:8px;gap:8px;margin-top:20px}.timelineItem{display:grid;grid-template-columns:1fr auto auto;grid-gap:12px;gap:12px;padding:11px 0;border-bottom:1px solid var(--border);align-items:center}.timelineItem small,.timelineItem span{color:var(--muted);font-size:13px}.conversationList{display:grid;grid-gap:12px;gap:12px}.conversationCard{display:grid;grid-template-columns:54px 1fr auto;grid-gap:16px;gap:16px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:16px;padding:18px}.conversationCard:hover{border-color:#b7e9df}.avatar{width:48px;height:48px;border-radius:999px;background:#ECFDF5;color:#047857;display:grid;place-items:center;font-weight:900;font-size:20px}.conversationCard p{margin:5px 0 0;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:560px}.conversationTop{display:flex;align-items:center;gap:8px}.unreadBadge{background:var(--mint);color:#07352d;border-radius:999px;min-width:22px;height:22px;padding:0 7px;display:grid;place-items:center;font-size:12px;font-weight:900}.conversationPrice{font-weight:900;white-space:nowrap}.chatPage{min-height:100vh;background:#eef3f7;padding:20px}.chatTop{max-width:920px;margin:0 auto 16px;display:flex;justify-content:space-between}.chatShell{max-width:920px;height:calc(100vh - 90px);margin:0 auto;background:#fff;border:1px solid var(--border);border-radius:22px;display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;box-shadow:0 20px 50px rgba(16,36,62,.06)}.chatShell.solo{height:auto;min-height:520px;margin-top:30px}.chatHeader{padding:20px 24px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;gap:20px;align-items:center}.chatHeader h2{margin:5px 0;font-size:22px}.chatHeader p{margin:0;color:var(--muted)}.offerMini{background:#F8FAFC;border-radius:12px;padding:12px 14px;display:grid;grid-gap:4px;gap:4px;white-space:nowrap}.offerMini small{color:var(--muted)}.messagesPane{padding:22px;overflow-y:auto;background:#f8fafc;display:flex;flex-direction:column;gap:10px}.bubbleRow{display:flex;justify-content:flex-start}.bubbleRow.mine{justify-content:flex-end}.messageBubble{max-width:min(70%,560px);border-radius:16px;padding:11px 14px;box-shadow:0 1px 2px rgba(16,36,62,.06)}.messageBubble p{margin:3px 0 5px;white-space:pre-wrap}.messageBubble small,.messageBubble time{font-size:12px;color:var(--muted)}.mineBubble{background:#dcf8f1}.otherBubble{background:#fff;border:1px solid var(--border)}.composer{padding:18px 22px;border-top:1px solid var(--border);display:grid;grid-gap:12px;gap:12px}.composer.inline{grid-template-columns:1fr auto;align-items:end}.composer textarea{border:1px solid var(--border);border-radius:14px;padding:13px 15px;min-height:50px;max-height:140px;resize:vertical;font:inherit}.chatIntro{padding:32px 24px}.chatIntro p{color:var(--muted);max-width:650px}.errorBox.compact{margin:0 20px 8px}.notificationList{display:grid;grid-gap:10px;gap:10px}.notificationCard{width:100%;text-align:left;background:#fff;border:1px solid var(--border);border-radius:16px;padding:18px;display:flex;justify-content:space-between;gap:20px;cursor:pointer}.notificationCard.unread{border-color:#8de0d0;background:#fbfffe}.notificationCard h3{margin:8px 0 4px}.notificationCard p{margin:0;color:var(--muted)}.notificationCard time{white-space:nowrap;color:var(--muted);font-size:12px}@media(max-width:800px){.miniNav{gap:10px}.miniNav a:not(.button){font-size:13px}.detailHero{display:grid}.detailHero h1{font-size:32px}.offerPriceBox{min-width:0;width:100%}.detailGrid{grid-template-columns:1fr}.factGrid{grid-template-columns:1fr 1fr}.conversationCard{grid-template-columns:44px 1fr}.conversationPrice{grid-column:2}.conversationCard p{max-width:240px}.chatPage{padding:0}.chatTop{padding:14px 16px;margin:0}.chatShell{height:calc(100vh - 54px);border-radius:0;border-left:0;border-right:0}.chatHeader{padding:14px 16px}.offerMini{padding:8px}.messagesPane{padding:14px}.messageBubble{max-width:86%}.composer.inline{grid-template-columns:1fr auto;padding:10px}.notificationCard{display:grid}.notificationCard time{white-space:normal}}.requestList{display:grid;grid-gap:14px;gap:14px}.requestManageCard{background:#fff;border:1px solid var(--border);border-radius:18px;padding:22px;display:flex;justify-content:space-between;gap:24px;align-items:center;text-decoration:none;color:inherit}.requestManageCard:hover{border-color:#9fded2;box-shadow:0 10px 26px rgba(16,36,62,.05)}.requestManageCard h3{margin:10px 0 6px;font-size:22px}.requestManageCard p{margin:0;color:var(--muted)}.requestMeta{display:grid;grid-gap:6px;gap:6px;text-align:right}.requestMeta span{font-size:13px;color:var(--muted)}.statusPill{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:900;letter-spacing:.6px;background:#eef2f6;color:#475467}.status-active{background:#ECFDF5;color:#047857}.status-draft{background:#f2f4f7;color:#475467}.status-expired,.status-paused{background:#fff7e8;color:#b54708}.status-completed{background:#eef4ff;color:#3538cd}.ownerActions{display:grid;grid-gap:12px;gap:12px;margin-top:20px;padding-top:18px;border-top:1px solid var(--border)}.ownerActions label{display:grid;grid-gap:7px;gap:7px;font-size:13px;font-weight:700}.ownerActions select{border:1px solid var(--border);border-radius:12px;padding:12px;background:#fff}.profileLink{display:flex;gap:12px;align-items:center;color:inherit;text-decoration:none}.profileLink p{margin:4px 0 0;color:var(--muted);font-size:13px}.verifyList{display:grid;grid-gap:9px;gap:9px;margin-top:18px;color:#475467}.verifyList.large{font-size:15px;gap:12px}.buttonStack{display:grid;grid-gap:9px;gap:9px}.mediaLayout{display:grid;grid-template-columns:1.4fr .8fr;grid-gap:18px;gap:18px}.uploadForm{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:16px 0 22px}.uploadForm input[type=file]{flex:1 1;min-width:220px;border:1px dashed #cfd6df;border-radius:12px;padding:12px;background:#f8fafc}.photoGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.photoGrid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px;border:1px solid var(--border);background:#f2f4f7}.reportList{display:grid;grid-gap:10px;gap:10px}.reportList a{border:1px solid var(--border);border-radius:12px;padding:13px 14px;display:flex;justify-content:space-between;gap:10px}.reportList span{color:#047857;font-weight:800}.profilePage{max-width:1080px;margin:0 auto;padding:28px 0 80px}.profileHero{display:grid;grid-template-columns:auto 1fr auto;grid-gap:22px;gap:22px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:22px;padding:28px}.profileAvatar{width:78px;height:78px;border-radius:999px;background:#ECFDF5;color:#047857;display:grid;place-items:center;font-size:34px;font-weight:900}.profileHero h1{margin:7px 0;font-size:36px}.profileHero p{margin:0;color:var(--muted)}.trustCard{background:var(--navy);color:#fff;border-radius:18px;padding:18px 22px;min-width:190px;display:grid;grid-gap:4px;gap:4px}.trustCard small,.trustCard span{opacity:.75}.trustCard strong{font-size:30px}.profileGrid{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:18px;gap:18px;margin-top:18px}.privateInfo{margin-top:20px;padding-top:16px;border-top:1px solid var(--border)}.privateInfo small{color:var(--muted)}.privateInfo p{margin:8px 0}.reviewList{display:grid;grid-gap:10px;gap:10px}.reviewCard{border-bottom:1px solid var(--border);padding:12px 0}.reviewCard>div{display:flex;justify-content:space-between;gap:10px}.reviewCard p{margin:8px 0;color:#475467}.reviewCard small{color:var(--muted)}@media(max-width:800px){.requestManageCard{display:grid}.requestMeta{text-align:left}.mediaLayout,.profileGrid{grid-template-columns:1fr}.photoGrid{grid-template-columns:1fr 1fr}.profileHero{grid-template-columns:auto 1fr}.trustCard{grid-column:1/-1}.profileHero h1{font-size:29px}}.reviewForm{display:grid;grid-gap:14px;gap:14px;margin-top:18px}.reviewForm label{display:grid;grid-gap:7px;gap:7px;font-weight:700;font-size:13px}.reviewForm select,.reviewForm textarea{border:1px solid var(--border);border-radius:12px;padding:12px;font:inherit;background:#fff}.reviewForm textarea{min-height:110px;resize:vertical}.successInline{background:#ECFDF5;color:#047857;border:1px solid #b7e9df;border-radius:12px;padding:14px;font-weight:800;margin-top:18px}.formCard{width:min(720px,100%);margin:48px auto;background:#fff;border:1px solid var(--border);border-radius:22px;padding:30px;display:grid;grid-gap:16px;gap:16px}.formCard.narrow{width:min(620px,100%)}.formCard h1{font-size:38px;margin:8px 0}.adminReason,.formCard label{display:grid;grid-gap:8px;gap:8px;font-size:13px;font-weight:800}.adminFilters input,.adminFilters select,.adminHeading select,.adminReason input,.adminReason textarea,.formCard input,.formCard select,.formCard textarea{width:100%;border:1px solid var(--border);border-radius:12px;padding:12px 14px;background:#fff;color:var(--text)}.adminReason textarea,.formCard textarea{min-height:120px;resize:vertical}.adminShell{min-height:100vh;display:grid;grid-template-columns:230px 1fr;background:#F8FAFC}.adminSidebar{background:#0d1d31;color:#fff;padding:28px 20px;display:flex;flex-direction:column;gap:8px}.adminSidebar .brand{color:#fff;font-size:20px;margin-bottom:28px}.adminSidebar>span{font-size:12px;letter-spacing:1.3px;opacity:.55;margin:0 10px 8px}.adminSidebar a:not(.brand){padding:11px 12px;border-radius:10px;color:#dbe5ef;font-weight:700;font-size:14px}.adminSidebar a.active,.adminSidebar a:not(.brand):hover{background:#17314f;color:#fff}.adminContent{padding:38px;min-width:0}.adminHeading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:26px}.adminHeading h1{font-size:38px;margin:8px 0}.adminHeading p{color:var(--muted);margin:0}.adminHeading select{max-width:220px}.adminStats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.adminStats article{padding:20px}.adminStats span{display:block;color:var(--muted);font-size:13px}.adminStats strong{display:block;font-size:30px;margin-top:8px}.adminQuickGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-top:18px}.adminQuickGrid a{background:#fff;border:1px solid var(--border);border-radius:16px;padding:22px}.adminQuickGrid p{color:var(--muted);margin-bottom:0}.adminFilters{display:grid;grid-template-columns:1fr 220px auto;grid-gap:10px;gap:10px;margin-bottom:18px}.adminTable{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden}.adminTr{display:grid;grid-template-columns:2fr 1fr .8fr .8fr .7fr;grid-gap:12px;gap:12px;align-items:center;padding:14px 16px;border-bottom:1px solid var(--border)}.adminTr:last-child{border-bottom:0}.adminTh{background:#f8fafc;font-size:12px;color:var(--muted);font-weight:900}.adminTr span{min-width:0}.adminTr span:first-child{display:grid;grid-gap:4px;gap:4px}.adminTr small{color:var(--muted);font-size:12px}.adminTable.compact .adminTr{grid-template-columns:1fr 1fr 2fr 1fr}.textLink{color:#047857;font-weight:800}.riskHigh{color:#b42318}.riskMedium{color:#b54708}.riskLow{color:#087443}.riskBox{background:var(--navy);color:#fff;border-radius:18px;padding:16px 20px;min-width:180px;display:grid;grid-gap:5px;gap:5px}.riskBox strong{font-size:28px}.riskBox button{background:transparent;color:#bdeee4;text-align:left;padding:0;font-weight:800}.moderationButtons{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.riskBreakdown{display:grid;grid-gap:7px;gap:7px;margin:14px 0}.riskBreakdown div{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid var(--border)}.riskBreakdown span{color:var(--muted);font-size:13px}.reportQueue{display:grid;grid-gap:12px;gap:12px}.reportAdminCard{display:grid;grid-template-columns:1fr auto;grid-gap:24px;gap:24px;align-items:start}.reportAdminCard h3{margin:9px 0}.reportAdminCard p{color:var(--muted);margin:0 0 8px}.reportAdminCard small{color:var(--muted)}.reportActions{display:grid;grid-gap:8px;gap:8px;min-width:150px;justify-items:start}.reportActions button{background:#f2f4f7;padding:9px 12px;border-radius:9px;font-weight:800}.reportActions .approveButton{background:#ECFDF5;color:#047857}.riskTag{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:900}.risk-low{background:#ecfdf3;color:#087443}.risk-medium{background:#fff7e8;color:#b54708}.risk-critical,.risk-high{background:#fff2f1;color:#b42318}.status-restricted{background:#fff7e8;color:#b54708}.status-closed,.status-suspended{background:#fff2f1;color:#b42318}.identityBox{margin-top:16px;padding:16px;border-radius:14px;background:#f8fafc;border:1px solid var(--border);display:grid;grid-gap:10px;gap:10px}.identityBox p{margin:0;color:var(--muted)}@media(max-width:980px){.adminShell{grid-template-columns:1fr}.adminSidebar{position:static;display:flex;flex-direction:row;align-items:center;overflow-x:auto;padding:14px}.adminSidebar .brand{margin:0 12px 0 0}.adminSidebar>span{display:none}.adminSidebar a:not(.brand){white-space:nowrap}.adminContent{padding:22px}.adminStats{grid-template-columns:1fr 1fr}.adminFilters,.adminQuickGrid,.adminTable.compact .adminTr,.adminTr{grid-template-columns:1fr}.adminTh{display:none}.reportAdminCard{grid-template-columns:1fr}.reportActions{min-width:0}.adminHeading{display:grid}.riskBox{min-width:0}.formCard{margin:20px auto;padding:22px}}.brandLockup{display:flex;align-items:center;gap:9px;font-size:18px}.brandMark{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:var(--navy);color:var(--mint);font-weight:950;transform:rotate(45deg)}.brandMark:first-letter{transform:rotate(-45deg)}.homePage{overflow:hidden}.homeHeader{max-width:1280px;padding-top:22px}.homeHeader nav{gap:19px;font-size:14px;font-weight:650}.heroV2{max-width:1280px;display:grid;grid-template-columns:1.08fr .92fr;grid-gap:72px;gap:72px;text-align:left;align-items:center;margin:42px auto 56px;padding:56px 24px}.heroV2 h1{font-size:68px;letter-spacing:-2.6px;max-width:720px}.heroV2 h1 span{color:#0f9f85}.heroV2 p{max-width:670px;line-height:1.55}.heroSearch{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:10px;gap:10px;background:#fff;border:1px solid var(--border);border-radius:18px;padding:8px 8px 8px 18px;box-shadow:0 18px 45px rgba(16,36,62,.09);margin-top:30px}.heroSearch span{font-size:24px;color:#64748B}.heroSearch input{border:0;outline:0;min-width:0;padding:14px 5px;font-size:16px;color:var(--text)}.heroTrust{display:flex;gap:20px;flex-wrap:wrap;margin-top:18px;color:var(--muted);font-size:13px;font-weight:650}.heroVisual{background:#fff;border:1px solid var(--border);border-radius:28px;padding:28px;box-shadow:0 32px 80px rgba(16,36,62,.13);position:relative}.heroVisual:before{content:"";position:absolute;width:190px;height:190px;background:rgba(37,99,235,.14);border-radius:999px;right:-60px;top:-60px;z-index:-1}.visualTop{display:flex;justify-content:space-between;color:var(--muted);font-size:12px}.heroVisual h3{font-size:25px;margin:24px 0 8px}.heroVisual>p{font-size:14px;margin:0}.visualBudget{display:block;font-size:25px;margin:22px 0}.visualMatch{display:grid;grid-template-columns:auto 1fr;grid-gap:14px;gap:14px;align-items:center;padding:16px;background:#f0fbf8;border:1px solid #ccefe7;border-radius:18px}.matchCircle{width:58px;height:58px;border-radius:999px;background:var(--mint);display:grid;place-items:center;font-weight:900;color:#07352d}.visualMatch div:last-child{display:grid;grid-gap:4px;gap:4px}.visualMatch span{color:var(--muted);font-size:12px}.visualOffer{margin-top:12px;border:1px solid var(--border);border-radius:16px;padding:14px 16px;display:grid;grid-template-columns:1fr auto;grid-gap:4px 16px;gap:4px 16px;align-items:center}.visualOffer span{font-size:12px;color:var(--muted)}.visualOffer strong{font-size:21px}.visualOffer button{grid-column:2;grid-row:1/3;background:var(--navy);color:#fff;border-radius:10px;padding:10px 13px;font-weight:800}.marketPulse{max-width:1180px;margin:0 auto 45px;background:#fff;border:1px solid var(--border);border-radius:18px;display:grid;grid-template-columns:repeat(4,1fr);box-shadow:0 12px 34px rgba(16,36,62,.05)}.marketPulse div{padding:22px 26px;border-right:1px solid var(--border);display:grid;grid-gap:4px;gap:4px}.marketPulse div:last-child{border:0}.marketPulse strong{font-size:24px}.marketPulse span{font-size:12px;color:var(--muted)}.sectionHead{text-align:center;max-width:720px;margin:0 auto 34px}.sectionHead h2{font-size:40px;margin:10px 0 8px;letter-spacing:-1px}.sectionHead p{color:var(--muted);font-size:17px}.sectionHead.split{max-width:none;display:flex;text-align:left;align-items:end;justify-content:space-between}.sectionHead.split>div{max-width:720px}.sectionHead.split h2{margin-bottom:0}.stepsGrid article{position:relative;padding:32px;min-height:210px}.stepNo{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#ECFDF5;color:#047857;font-weight:900}.stepsGrid h3{font-size:21px}.stepsGrid p{color:var(--muted);line-height:1.55}.demandSection{padding-top:80px;padding-bottom:80px}.demandCard{padding:24px;position:relative}.demandIcon{position:absolute;right:22px;top:20px;width:44px;height:44px;border-radius:14px;background:#f2f4f7;display:grid;place-items:center}.demandCard h3{font-size:20px;margin:22px 0 12px;padding-right:35px}.demandMeta{display:flex;gap:13px;flex-wrap:wrap;color:var(--muted);font-size:13px;margin-bottom:20px}.demandCard>strong{font-size:20px}.demandCard footer{display:flex;justify-content:space-between;border-top:1px solid var(--border);margin-top:20px;padding-top:16px;font-size:13px}.demandCard footer span{color:var(--muted)}.demandCard footer a{color:#047857;font-weight:900}.sellerCtaV2{max-width:1180px;display:grid;grid-template-columns:1.05fr .95fr;grid-gap:55px;gap:55px;text-align:left;padding:64px}.sellerCtaV2 h2{font-size:43px;line-height:1.15;margin:10px 0 14px}.sellerCtaV2 p{color:#c6d2df;max-width:590px;line-height:1.6}.eyebrow.light{color:#82e6d2}.buyerStack{display:grid;grid-gap:10px;gap:10px;align-content:center}.buyerMini{background:#16314f;border:1px solid #284765;border-radius:16px;padding:17px 20px;display:grid;grid-template-columns:auto 1fr;grid-gap:5px 18px;gap:5px 18px}.buyerMini b{grid-row:1/3;background:#dff8f2;color:#08745f;border-radius:999px;padding:8px 10px;align-self:center}.buyerMini span{color:#d7e3ee;font-size:13px}.buyerMini strong{font-size:17px}.trustSection article h3{margin-top:0}.trustSection article p{color:var(--muted);line-height:1.6}.siteFooter{background:#0d1d31;color:#fff;padding:50px max(24px,calc((100vw - 1180px)/2));display:grid;grid-template-columns:1fr auto;grid-gap:12px 30px;gap:12px 30px;align-items:center}.siteFooter .brand{color:#fff}.siteFooter p,.siteFooter small{color:#aebdcc}.siteFooter div{display:flex;gap:24px;grid-row:1/3;grid-column:2}.siteFooter small{grid-column:1/-1;border-top:1px solid #26405a;padding-top:18px;margin-top:10px}.mobileBottomNav{display:none}.discoverShell{padding-top:20px}.discoverPage{max-width:1180px;margin:0 auto;padding:20px 0 80px}.discoverFilters{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr auto;grid-gap:9px;gap:9px;background:#fff;border:1px solid var(--border);border-radius:18px;padding:12px}.discoverFilters input,.discoverFilters select{min-width:0;border:1px solid var(--border);border-radius:11px;padding:12px;background:#fff}.resultsHeader{display:flex;justify-content:space-between;margin:26px 0 14px}.resultsHeader span{color:var(--muted);font-size:13px}.discoverGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.discoverCard{background:#fff;border:1px solid var(--border);border-radius:18px;padding:22px;transition:.2s ease}.discoverCard:hover{transform:translateY(-3px);box-shadow:0 18px 35px rgba(16,36,62,.08)}.discoverCard footer,.discoverCardTop{display:flex;justify-content:space-between;align-items:center}.discoverCard footer span,.discoverCard p,.discoverCardTop>span:last-child{color:var(--muted);font-size:12px}.discoverCard h3{font-size:20px;margin:20px 0 8px}.discoverCard>strong{display:block;font-size:20px;margin:18px 0}.discoverCard footer{border-top:1px solid var(--border);padding-top:15px}.discoverCard footer b{color:#047857}.pricingPage{max-width:1080px;margin:20px auto 90px}.pricingPage .sectionHead h1{font-size:48px;line-height:1.1}.pricingGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;margin-top:40px}.pricingCard{position:relative;padding:30px;display:flex;flex-direction:column}.pricingCard.featured{border:2px solid var(--mint);box-shadow:0 20px 50px rgba(37,99,235,.14)}.popularBadge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--mint);color:#07352d;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:900}.pricingCard h3{font-size:24px}.pricingCard>p{color:var(--muted);min-height:45px}.planPrice{margin:18px 0}.planPrice strong{font-size:36px}.planPrice span{color:var(--muted)}.pricingCard ul{list-style:none;padding:0;display:grid;grid-gap:12px;gap:12px;flex:1 1;margin-bottom:28px;color:#475467}.pricingNote{text-align:center;color:var(--muted);font-size:13px;margin-top:24px}.analyticsGrid{grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.analyticsGrid,.funnel{display:grid;margin-top:18px}.funnel{grid-gap:9px;gap:9px}.funnel div{background:#ECFDF5;color:#047857;padding:11px 14px;border-radius:9px;display:flex;justify-content:space-between}.eventList{display:grid;margin-top:15px}.eventList div{display:flex;justify-content:space-between;border-bottom:1px solid var(--border);padding:10px 0}.eventList span{color:var(--muted);font-size:13px}@media(max-width:1050px){.homeHeader nav a:not(.button){display:none}.heroV2{grid-template-columns:1fr;gap:32px;max-width:820px}.heroV2 h1{font-size:58px}.heroVisual{max-width:620px;width:100%;margin:auto}.marketPulse,.sellerCtaV2{margin-left:24px;margin-right:24px}.discoverFilters{grid-template-columns:1fr 1fr 1fr}.discoverGrid{grid-template-columns:1fr 1fr}}@media(max-width:720px){body{padding-bottom:72px}.homeHeader{padding:14px 18px}.homeHeader nav{display:flex}.homeHeader nav a{display:none!important}.homeHeader nav .button{display:inline-block!important;font-size:12px;padding:11px 13px}.heroV2{padding:34px 20px 20px;margin:14px auto 28px}.heroV2 h1{font-size:43px;letter-spacing:-1.7px}.heroV2 p{font-size:17px}.heroSearch{grid-template-columns:auto 1fr;padding:8px 12px}.heroSearch .button{grid-column:1/-1;width:100%;text-align:center}.heroTrust{display:grid;grid-gap:8px;gap:8px}.heroVisual{padding:20px;border-radius:22px}.visualOffer{grid-template-columns:1fr}.visualOffer button{grid-column:1;grid-row:auto}.marketPulse{grid-template-columns:1fr 1fr;margin:24px 18px}.marketPulse div{border-bottom:1px solid var(--border)}.marketPulse div:nth-child(2){border-right:0}.section{padding:52px 20px}.sectionHead h2{font-size:31px}.sectionHead.split{display:grid;grid-gap:12px;gap:12px}.sellerCtaV2{grid-template-columns:1fr;padding:38px 24px;margin:35px 18px 70px}.sellerCtaV2 h2{font-size:33px}.buyerMini{grid-template-columns:1fr}.buyerMini b{grid-row:auto;justify-self:start}.siteFooter{display:block;padding:40px 24px 100px}.siteFooter div{margin:25px 0;display:grid;grid-gap:12px;gap:12px}.mobileBottomNav{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;left:0;right:0;bottom:0;background:rgba(255,255,255,.97);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);z-index:50;padding:7px 8px 9px}.mobileBottomNav a{display:grid;place-items:center;grid-gap:2px;gap:2px;font-size:20px;color:#475467}.mobileBottomNav span{font-size:12px}.mobileBottomNav .mobileCreate{width:48px;height:48px;border-radius:999px;background:var(--mint);color:#07352d;margin:-22px auto 0;font-size:28px;box-shadow:0 8px 20px rgba(25,198,163,.3)}.discoverPage{padding:5px 18px 80px}.discoverFilters{padding:10px}.discoverFilters,.discoverGrid{grid-template-columns:1fr}.resultsHeader{display:grid;grid-gap:4px;gap:4px}.pricingPage{padding:0 18px}.pricingPage .sectionHead h1{font-size:34px}.analyticsGrid,.pricingGrid{grid-template-columns:1fr}}.currentPlan{margin:18px auto 0;display:inline-block;background:#eefaf7;border:1px solid #c9eee5;border-radius:999px;padding:9px 14px;color:#047857;font-size:13px}.currentPlan span{color:var(--muted)}.mockCheckout{max-width:760px;margin:0 auto 24px;background:#fff;border:1px solid #c9eee5;border-radius:16px;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;gap:16px}.mockCheckout>div{display:grid;grid-gap:4px;gap:4px}.mockCheckout span,.planLimits{font-size:12px;color:var(--muted)}.planLimits{display:flex;justify-content:space-between;gap:10px;border-top:1px solid var(--border);padding:15px 0;margin-bottom:16px}.discoverFiltersV2{grid-template-columns:1.4fr 1fr 1fr 1fr 1fr 1fr auto auto}.advancedFilterRow{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr) auto;grid-gap:10px;gap:10px;align-items:end;border-top:1px solid var(--border);padding-top:12px}.advancedFilterRow label{display:grid;grid-gap:6px;gap:6px;font-size:12px;font-weight:800;color:var(--muted)}.advancedFilterRow input{width:100%}.featuredDemand{border-color:#8edcca;box-shadow:0 12px 30px rgba(25,198,163,.08)}.qualityStats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin-top:14px}.qualityStats article{padding:18px}.qualityStats span{display:block;color:var(--muted);font-size:12px}.qualityStats strong{display:block;font-size:25px;margin-top:7px}.conversionStrip{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin-top:18px}.conversionStrip span{background:#F8FAFC;border-radius:10px;padding:10px;font-size:12px;color:var(--muted)}.conversionStrip b{display:block;font-size:18px;color:var(--text);margin-top:3px}@media(max-width:1050px){.discoverFiltersV2{grid-template-columns:1fr 1fr 1fr 1fr}.qualityStats{grid-template-columns:1fr 1fr}}@media(max-width:720px){.advancedFilterRow,.discoverFiltersV2{grid-template-columns:1fr}.mockCheckout{display:grid}.conversionStrip,.qualityStats{grid-template-columns:1fr 1fr}.planLimits{display:grid}}.notificationPrefs{background:#fff;border:1px solid var(--border);border-radius:18px;padding:20px;margin:0 0 18px;display:grid;grid-template-columns:.7fr 1.3fr;grid-gap:20px;gap:20px}.notificationPrefs h3{margin:0 0 5px}.notificationPrefs p{margin:0;color:var(--muted);font-size:13px}.prefGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.prefToggle{display:flex;justify-content:space-between;align-items:center;background:#F8FAFC;border:1px solid var(--border);border-radius:11px;padding:11px 13px;color:var(--text)}.prefToggle b{font-size:12px;color:var(--muted)}.prefToggle.on{background:#eefaf7;border-color:#b8e9de}.prefToggle.on b{color:#047857}@media(max-width:720px){.notificationPrefs,.prefGrid{grid-template-columns:1fr}}.pushEnable{margin-top:14px}.pushStatus{display:block;margin-top:8px;color:var(--muted);line-height:1.4}.otpInput{font-size:28px!important;letter-spacing:10px;text-align:center;font-weight:800}.checkRow span{line-height:1.45}.checkRow a{color:#047857;text-decoration:underline}.cookieBanner{position:fixed;left:20px;right:20px;bottom:20px;z-index:100;background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:0 20px 60px rgba(16,36,62,.18);padding:18px 20px;display:flex;justify-content:space-between;align-items:center;gap:24px;max-width:1000px;margin:auto}.cookieBanner strong{font-size:15px}.cookieBanner p{margin:5px 0 0;color:var(--muted);font-size:13px;line-height:1.45}.cookieBanner p a{color:#047857;text-decoration:underline}.cookieActions{display:flex;gap:8px;flex-shrink:0}.legalPage{min-height:100vh;background:#F8FAFC;padding:28px}.legalPage>.brand{display:block;max-width:820px;margin:0 auto 26px}.legalPage article{max-width:820px;margin:auto;background:#fff;border:1px solid var(--border);border-radius:20px;padding:40px}.legalPage h1{font-size:42px;margin:10px 0}.legalPage h2{font-size:20px;margin:32px 0 8px}.legalPage p{color:#475467;line-height:1.7}.legalVersion{font-size:12px!important;color:var(--muted)!important}.legalNotice{margin-top:30px;padding:16px;border:1px solid #f4d7a1;background:#fff8eb;border-radius:12px;color:#7a4d00;font-size:13px;line-height:1.55}.legalPage code{background:#f2f4f7;padding:2px 5px;border-radius:5px}@media(max-width:720px){.cookieBanner{display:grid;bottom:82px}.cookieActions{display:grid;grid-template-columns:1fr 1fr}.legalPage{padding:18px}.legalPage article{padding:25px}.legalPage h1{font-size:31px}}.providerPill{display:inline-block;margin-top:12px;padding:7px 11px;border-radius:999px;background:#f2f4f7;color:var(--muted);font-size:12px}.providerPill strong{color:var(--text)}.billingForm{max-width:720px;margin:22px auto;padding:24px;background:#fff;border:1px solid #b8e9de;border-radius:18px;display:grid;grid-gap:14px;gap:14px}.billingForm h3{margin:5px 0}.billingForm p{margin:0;color:var(--muted);font-size:13px}.billingForm label{display:grid;grid-gap:6px;gap:6px;font-size:13px;font-weight:700}.billingForm input{border:1px solid var(--border);border-radius:11px;padding:12px}.billingActions{display:flex;justify-content:flex-end;gap:10px;margin-top:4px}.splitOfferHeading{display:flex;justify-content:space-between;gap:20px;align-items:end}.compareFloating{white-space:nowrap}.offerSelectCard{grid-template-columns:120px 90px 1fr;transition:.2s ease}.offerSelectCard.selectedOffer{border-color:var(--mint);box-shadow:0 0 0 2px rgba(25,198,163,.08)}.offerThumb{width:120px;height:95px;object-fit:cover;border-radius:13px;background:#f2f4f7}.offerThumb.placeholder{display:grid;place-items:center;font-size:34px}.offerCardTop{display:flex;justify-content:space-between;align-items:center}.favoriteButton{background:#fff;border:1px solid var(--border);border-radius:999px;padding:7px 11px;font-size:18px;line-height:1;color:#64748B}.favoriteButton.active{color:#d92d20;background:#fff5f4;border-color:#fecdca}.detailFavorite{font-size:12px;margin-bottom:10px;justify-self:end}.offerCardActions{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.compareCheck{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:13px;font-weight:700}.compareCheck input{width:17px;height:17px;accent-color:var(--mint)}.comparePage{max-width:1100px;margin:0 auto;padding:28px 0 80px}.comparePage h1{font-size:44px;margin:10px 0}.compareTable{margin-top:30px;background:#fff;border:1px solid var(--border);border-radius:20px;overflow:auto}.compareRow{min-width:780px;display:grid;grid-template-columns:170px repeat(3,minmax(190px,1fr));border-bottom:1px solid var(--border)}.compareRow:last-child{border-bottom:0}.compareRow>b,.compareRow>span{padding:16px;border-right:1px solid var(--border)}.compareRow>span:last-child{border-right:0}.compareRow>b{background:#fbfcfd;color:var(--muted);font-size:13px}.compareHead>span{display:grid;grid-gap:8px;gap:8px}.compareHead img,.comparePlaceholder{width:100%;height:120px;object-fit:cover;border-radius:12px;background:#f2f4f7}.comparePlaceholder{display:grid;place-items:center;font-size:36px}.compareHead a{font-size:12px;color:#047857;font-weight:800}.offerGallery{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:8px;gap:8px;margin:0 0 20px}.offerGallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px}.historyTitle{margin:24px 0 10px}.offerHistory{display:grid;grid-gap:6px;gap:6px}.offerHistory>div{display:grid;grid-template-columns:1fr auto auto;grid-gap:10px;gap:10px;align-items:center;background:#F8FAFC;border-radius:9px;padding:10px 12px;font-size:12px}.offerHistory span{color:var(--muted)}.offerHistory b{font-size:12px}.offerHistory strong{font-size:13px}.chatImage{display:block;max-width:min(340px,70vw);max-height:340px;object-fit:cover;border-radius:12px;margin-top:6px}.fileCard{background:rgba(255,255,255,.6);border:1px solid rgba(102,112,133,.2);padding:10px;border-radius:10px;margin-top:6px;font-size:13px}.fileCard,.messageMeta{display:flex;align-items:center;gap:8px}.messageMeta{justify-content:flex-end;margin-top:5px}.messageMeta span,.messageMeta time{font-size:12px;opacity:.7}.typingIndicator{font-size:12px;color:var(--muted);padding:8px 12px}.typingIndicator span{display:inline-block;width:5px;height:5px;border-radius:50%;background:#98a2b3;margin-right:2px;animation:typingPulse 1s infinite}.typingIndicator span:nth-child(2){animation-delay:.15s}.typingIndicator span:nth-child(3){animation-delay:.3s}@keyframes typingPulse{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.mobileComposer{grid-template-columns:auto 1fr auto!important}.attachButton{width:44px;height:44px;border-radius:12px;background:#f2f4f7;color:var(--navy);font-size:25px;align-self:end}@media(max-width:800px){.splitOfferHeading{display:grid;align-items:start}.offerSelectCard{grid-template-columns:72px 1fr;padding:14px}.offerSelectCard .offerThumb{width:72px;height:72px;grid-row:1}.offerSelectCard .matchScore{grid-column:1;grid-row:2;padding:10px 5px}.offerSelectCard .matchMain{grid-column:2;grid-row:1/3}.offerCardActions{display:grid}.comparePage{padding:15px 0 70px}.comparePage h1{font-size:32px}.offerGallery{grid-template-columns:repeat(3,1fr)}.chatPage{padding-bottom:0}.chatShell{height:calc(100vh - 70px);border-radius:0!important}.chatHeader{padding:12px!important}.chatHeader h2{font-size:17px;margin:2px 0}.chatHeader p{font-size:12px}.offerMini{padding:8px!important}.messagesPane{padding:14px 10px!important}.messageBubble{max-width:88%!important}.chatImage{max-width:66vw}.mobileComposer{position:-webkit-sticky;position:sticky;bottom:0;background:#fff;padding:9px!important;gap:7px!important}.mobileComposer textarea{min-height:44px!important;max-height:90px}.mobileComposer .button{padding:11px 13px}.offerHistory>div{grid-template-columns:1fr auto}.offerHistory strong{grid-column:1/-1}.detailFavorite{justify-self:start}}.buyerFinderPage{min-height:100vh;background:linear-gradient(180deg,#F8FAFC,#eef8f5 48%,#F8FAFC)}.buyerFinderHero{max-width:1180px;margin:44px auto 30px;padding:30px 24px 64px;display:grid;grid-template-columns:1.05fr .95fr;grid-gap:56px;gap:56px;align-items:center}.buyerFinderHero h1{font-size:58px;margin:14px 0}.buyerFinderHero h1 span{color:#0f8d73}.buyerFinderHero>div>p{font-size:19px;line-height:1.6;color:var(--muted);max-width:650px}.finderTrust{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.finderTrust span{font-size:13px;font-weight:700;color:#475467}.finderForm{background:#fff;border:1px solid var(--border);border-radius:24px;padding:28px;box-shadow:0 24px 70px rgba(16,36,62,.1);display:grid;grid-gap:14px;gap:14px}.finderForm h2{margin:0 0 4px;font-size:24px}.finderForm label{display:grid;grid-gap:7px;gap:7px;font-size:12px;font-weight:800;color:#475467}.finderForm input,.finderForm select{width:100%;padding:13px;border:1px solid var(--border);border-radius:11px;background:#fff}.finderForm small{color:var(--muted);font-size:12px;line-height:1.45}.finderResults{max-width:1180px;margin:0 auto;padding:10px 24px 90px}.finderSummary{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin-bottom:24px}.finderSummary article{padding:20px}.finderSummary span{display:block;color:var(--muted);font-size:12px}.finderSummary strong{display:block;font-size:29px;margin-top:7px}.resultLayout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.65fr);grid-gap:22px;gap:22px;align-items:start}.buyerMatchList{display:grid;grid-gap:13px;gap:13px}.buyerMatchCard{display:grid;grid-template-columns:88px 1fr;grid-gap:18px;gap:18px;padding:18px}.buyerMatchMain{min-width:0}.buyerMatchTop{display:flex;justify-content:space-between;gap:15px;align-items:start}.buyerMatchTop h3{margin:2px 0 6px;font-size:19px}.buyerMatchTop p{margin:0;color:var(--muted);font-size:12px}.priceFit{font-size:12px;font-weight:900;padding:7px 9px;border-radius:999px;white-space:nowrap}.priceFit.within_budget{background:#ECFDF5;color:#047857}.priceFit.close{background:#fff8eb;color:#b54708}.priceFit.above_budget{background:#fff2f1;color:#b42318}.priceFit.unknown{background:#f2f4f7;color:#64748B}.buyerBudget{display:flex;justify-content:space-between;gap:12px;align-items:center;margin:14px 0;padding:12px;border-radius:11px;background:#F8FAFC}.buyerBudget span{font-size:12px;color:var(--muted)}.buyerBudget strong{font-size:15px}.miniScoreRow{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:6px;gap:6px}.miniScoreRow span{font-size:12px;color:var(--muted);padding:8px;border:1px solid var(--border);border-radius:8px}.miniScoreRow b{float:right;color:var(--text)}.buyerMatchCard footer{display:flex;justify-content:space-between;gap:10px;margin-top:13px;padding-top:12px;border-top:1px solid var(--border);font-size:12px;color:var(--muted)}.buyerMatchCard footer a{font-weight:800;color:#047857}.distancePill{align-self:end;background:#fff;border:1px solid var(--border);border-radius:999px;padding:8px 11px;font-size:12px;color:#475467}.buyerMapCard{position:-webkit-sticky;position:sticky;top:20px;background:#fff;border:1px solid var(--border);border-radius:20px;padding:22px}.buyerMapCard h3{margin:9px 0}.buyerMapCard>p{font-size:12px;line-height:1.55;color:var(--muted)}.miniTurkeyMap{height:230px;margin:20px 0;position:relative;border-radius:18px;background:linear-gradient(145deg,#eaf7f3,#f5f8fb);border:1px solid #d8ebe5;overflow:hidden}.miniTurkeyMap:before{content:"";position:absolute;inset:42px 22px 40px;border:2px solid #bfdad2;border-radius:42% 52% 35% 48%;transform:rotate(-4deg);opacity:.8}.mapBuyer,.mapOrigin{position:absolute;display:grid;place-items:center;border-radius:999px;font-size:12px;font-weight:900;z-index:2}.mapOrigin{left:47%;top:44%;width:45px;height:45px;background:var(--navy);color:#fff;box-shadow:0 0 0 8px rgba(16,36,62,.08)}.mapBuyer{width:28px;height:28px;background:var(--mint);color:#07352d;box-shadow:0 0 0 5px rgba(37,99,235,.14)}.mapBuyer.p0{left:22%;top:35%}.mapBuyer.p1{left:66%;top:28%}.mapBuyer.p2{left:59%;top:68%}.mapBuyer.p3{left:33%;top:70%}.mapBuyer.p4{left:78%;top:50%}.mapLegend{display:grid;grid-gap:8px;gap:8px;margin-bottom:18px}.mapLegend>div{display:grid;grid-template-columns:24px 1fr auto;grid-gap:7px;gap:7px;align-items:center;font-size:12px}.mapLegend>div>span{width:22px;height:22px;display:grid;place-items:center;border-radius:999px;background:#ECFDF5;color:#047857;font-weight:900}.mapLegend small{color:var(--muted)}@media(max-width:900px){.buyerFinderHero,.resultLayout{grid-template-columns:1fr}.buyerFinderHero{gap:24px;margin-top:16px}.buyerFinderHero h1{font-size:42px}.finderSummary{grid-template-columns:1fr 1fr}.buyerMapCard{position:static}.buyerMatchTop{display:grid}.priceFit{justify-self:start}.miniScoreRow{grid-template-columns:1fr 1fr}}@media(max-width:600px){.buyerFinderHero{padding:16px 16px 40px}.buyerFinderHero h1{font-size:35px}.finderForm{padding:20px}.finderSummary{grid-template-columns:1fr 1fr}.finderSummary strong{font-size:22px}.buyerMatchCard{grid-template-columns:70px 1fr;padding:13px;gap:11px}.buyerMatchCard .matchScore{padding:12px 5px}.buyerBudget,.buyerMatchCard footer{display:grid}.finderResults{padding:8px 14px 80px}}.advisorPage{min-height:100vh;background:linear-gradient(180deg,#F8FAFC,#eef8f5 38%,#F8FAFC)}.advisorHero{max-width:1180px;margin:30px auto 0;padding:36px 24px 20px}.advisorHero h1{font-size:54px;margin:12px 0}.advisorHero p{max-width:780px;color:var(--muted);font-size:19px;line-height:1.6}.advisorShell{max-width:1180px;margin:0 auto;padding:18px 24px 36px;display:grid;grid-template-columns:1.4fr .6fr;grid-gap:20px;gap:20px;align-items:start}.advisorExplainer,.advisorForm{background:#fff;border:1px solid var(--border);border-radius:22px;padding:26px}.advisorForm h2{margin:4px 0 8px}.modelPicker{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin:18px 0 28px}.modelPick{position:relative;text-align:left;background:#F8FAFC;border:1px solid var(--border);border-radius:14px;padding:14px;display:grid;grid-gap:4px;gap:4px}.modelPick span{font-size:12px;color:var(--muted)}.modelPick strong{font-size:16px}.modelPick>b{position:absolute;right:10px;top:10px;color:#047857}.modelPick.selected{border-color:var(--mint);background:#edfbf7;box-shadow:0 0 0 2px rgba(25,198,163,.08)}.advisorForm input,.advisorForm select{width:100%;border:1px solid var(--border);border-radius:11px;padding:13px;background:#fff}.advisorForm label{display:grid;grid-gap:7px;gap:7px;font-size:12px;font-weight:800;color:#475467}.priorityLabel{margin:16px 0}.advisorExplainer{position:-webkit-sticky;position:sticky;top:20px}.advisorExplainer h3{font-size:25px;margin:8px 0}.advisorExplainer p,.advisorExplainer small{color:var(--muted);line-height:1.55}.advisorFactors{display:grid;grid-gap:8px;gap:8px;margin:18px 0}.advisorFactors span{padding:10px 12px;background:#F8FAFC;border-radius:10px;font-size:12px;font-weight:700}.advisorResults{max-width:1180px;margin:0 auto;padding:20px 24px 90px}.advisorCards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-top:24px}.advisorResultCard{position:relative}.advisorResultCard.winner{border-color:var(--mint);box-shadow:0 18px 45px rgba(16,36,62,.09)}.winnerPill{display:inline-block;background:#ECFDF5;color:#047857;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:900}.decisionScore{display:flex;align-items:end;gap:8px;margin:15px 0 5px}.decisionScore strong{font-size:36px;color:#047857}.decisionScore span{font-size:12px;color:var(--muted);padding-bottom:6px}.advisorResultCard h3{font-size:23px;margin:4px 0 16px}.costHeadline{background:var(--navy);color:#fff;border-radius:14px;padding:16px;display:grid;grid-gap:4px;gap:4px}.costHeadline small,.costHeadline span{font-size:12px;opacity:.72}.costHeadline strong{font-size:22px}.advisorCostGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin:14px 0}.advisorCostGrid div{background:#F8FAFC;border-radius:10px;padding:10px;display:grid;grid-gap:4px;gap:4px}.advisorCostGrid span{font-size:12px;color:var(--muted)}.advisorCostGrid b{font-size:13px}.decisionBars{display:grid;grid-gap:7px;gap:7px;margin:14px 0}.decisionBars span{display:flex;justify-content:space-between;background:#F8FAFC;border-radius:8px;padding:8px 10px;font-size:12px;color:var(--muted)}.decisionBars b{color:var(--text)}.advisorResultCard ul{padding-left:18px;color:#475467;font-size:12px;line-height:1.55}.advisorResultCard footer{margin-top:15px}.advisorDisclaimer{font-size:12px;color:var(--muted);margin-top:18px;text-align:center}@media(max-width:900px){.advisorShell{grid-template-columns:1fr}.advisorExplainer{position:static}.advisorCards{grid-template-columns:1fr}.modelPicker{grid-template-columns:1fr 1fr}.advisorHero h1{font-size:40px}}@media(max-width:600px){.advisorHero{padding:18px 16px}.advisorHero h1{font-size:34px}.advisorResults,.advisorShell{padding-left:14px;padding-right:14px}.advisorExplainer,.advisorForm{padding:18px}.modelPicker{grid-template-columns:1fr}.advisorCostGrid{grid-template-columns:1fr 1fr}}.watchPage{min-height:100vh;background:linear-gradient(180deg,#F8FAFC,#eef8f5 45%,#F8FAFC)}.watchHero{max-width:1180px;margin:0 auto;padding:60px 24px 24px}.watchHero h1{font-size:54px;max-width:760px;margin:12px 0}.watchHero p{max-width:760px;color:var(--muted);font-size:18px;line-height:1.6}.watchShell{max-width:1180px;margin:0 auto;padding:16px 24px 46px;display:grid;grid-template-columns:1.35fr .65fr;grid-gap:20px;gap:20px}.watchBuilder,.watchExplain{background:#fff;border:1px solid var(--border);border-radius:22px;padding:26px}.watchBuilder h2{margin:0 0 18px}.watchTypeTabs{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-bottom:20px}.watchTypeTabs button{border:1px solid var(--border);background:#F8FAFC;border-radius:12px;padding:12px;font-weight:800;color:#475467}.watchTypeTabs button.active{border-color:var(--mint);background:#ECFDF5;color:#047857}.watchForm{display:grid;grid-template-columns:1.4fr 1fr .8fr;grid-gap:12px;gap:12px;margin-bottom:16px}.watchForm label{display:grid;grid-gap:7px;gap:7px;font-size:12px;font-weight:800;color:#475467}.watchForm input,.watchForm select{width:100%;border:1px solid var(--border);border-radius:11px;padding:13px;background:#fff}.watchForm small{font-size:12px;color:var(--muted)}.fullButton{width:100%}.watchMessage{background:#ECFDF5;color:#047857;border-radius:10px;padding:10px 12px;font-size:12px}.watchNote{display:block;margin-top:12px;color:var(--muted);line-height:1.5}.watchExplain h3{font-size:26px;margin:10px 0 22px}.watchExplain>div{display:grid;grid-template-columns:32px 1fr;align-items:start;grid-gap:10px;gap:10px;margin:14px 0}.watchExplain b{width:30px;height:30px;display:grid;place-items:center;background:var(--navy);color:#fff;border-radius:999px}.watchExplain p{margin:4px 0;color:#475467;font-size:13px}.watchListWrap{max-width:1180px;margin:0 auto;padding:10px 24px 90px}.watchList{display:grid;grid-gap:12px;gap:12px}.watchCard{background:#fff;border:1px solid var(--border);border-radius:17px;padding:16px;display:grid;grid-template-columns:54px 1fr auto;grid-gap:14px;gap:14px;align-items:center}.watchCard.paused{opacity:.58}.watchIcon{width:50px;height:50px;border-radius:14px;background:#ECFDF5;color:#047857;display:grid;place-items:center;font-size:22px;font-weight:900}.watchCard h3{margin:5px 0}.watchCard p{margin:0 0 5px;color:#475467}.watchCard small{color:var(--muted)}.watchActions{display:flex;gap:8px}.watchActions button{border:1px solid var(--border);background:#fff;border-radius:9px;padding:8px 10px;font-weight:800}.watchActions .dangerText{color:#b42318}.watchListWrap .emptyState{margin-top:12px}@media(max-width:900px){.watchForm,.watchShell{grid-template-columns:1fr}.watchHero h1{font-size:40px}.watchCard{grid-template-columns:50px 1fr}.watchActions{grid-column:2}}@media(max-width:600px){.watchHero{padding:32px 16px 16px}.watchHero h1{font-size:34px}.watchListWrap,.watchShell{padding-left:14px;padding-right:14px}.watchBuilder,.watchExplain{padding:18px}.watchTypeTabs{grid-template-columns:1fr}.watchCard{grid-template-columns:42px 1fr}.watchIcon{width:40px;height:40px}}.dashPage{min-height:100vh;background:linear-gradient(180deg,#F8FAFC,#eef8f5 34%,#F8FAFC);padding-bottom:90px}.dashHero{max-width:1180px;margin:0 auto;padding:52px 24px 20px;display:flex;justify-content:space-between;gap:24px;align-items:end}.dashHero h1{font-size:48px;margin:10px 0}.dashHero p{color:var(--muted);font-size:18px;margin:0}.dashTrust{width:160px;background:var(--navy);color:#fff;border-radius:22px;padding:18px;display:grid;grid-gap:3px;gap:3px}.dashTrust small,.dashTrust span{font-size:12px;opacity:.72}.dashTrust strong{font-size:36px}.dashStats{max-width:1180px;margin:0 auto;padding:18px 24px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.dashStats a{background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px;display:grid;grid-gap:4px;gap:4px}.dashStats small,.dashStats span{font-size:12px;color:var(--muted)}.dashStats strong{font-size:32px;color:var(--navy)}.dashGrid{max-width:1180px;margin:0 auto;padding:12px 24px 28px;display:grid;grid-template-columns:1.18fr .82fr;grid-gap:20px;gap:20px}.dashColumn{display:grid;align-content:start;grid-gap:14px;gap:14px}.dashSectionHead{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-top:10px}.dashSectionHead h2{font-size:24px;margin:4px 0}.dashSectionHead>a{font-size:12px;font-weight:800;color:#047857}.dashList,.dashMiniList{display:grid;grid-gap:10px;gap:10px}.dashItem{background:#fff;border:1px solid var(--border);border-radius:16px;padding:14px;display:grid;grid-template-columns:54px 1fr auto;grid-gap:12px;gap:12px;align-items:center}.dashIcon,.dashScore{width:50px;height:50px;border-radius:14px;background:#ECFDF5;color:#047857;display:grid;place-items:center;font-weight:900}.dashItem>div:nth-child(2){display:grid;grid-gap:4px;gap:4px}.dashItem em,.dashItem small,.dashItem span{font-size:12px;color:var(--muted);font-style:normal}.dashMiniList>a{background:#fff;border:1px solid var(--border);border-radius:14px;padding:13px 14px;display:flex;justify-content:space-between;gap:12px;align-items:center}.dashMiniList a>div{display:grid;grid-gap:4px;gap:4px}.dashMiniList em,.dashMiniList span{font-size:12px;color:var(--muted);font-style:normal}.dashMiniList strong{min-width:26px;height:26px;border-radius:999px;background:var(--mint);display:grid;place-items:center;font-size:12px}.dashEmpty{background:#fff;border:1px dashed var(--border);border-radius:14px;padding:18px;color:var(--muted);font-size:13px}.dashQuick{max-width:1180px;margin:0 auto;padding:4px 24px 30px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.dashQuick a{background:var(--navy);color:#fff;border-radius:16px;padding:18px;display:grid;grid-gap:5px;gap:5px}.dashQuick span{font-size:12px;opacity:.72}.dashLoading{max-width:600px;margin:120px auto;background:#fff;border:1px solid var(--border);border-radius:20px;padding:30px;text-align:center;color:var(--muted)}@media(max-width:900px){.dashHero{align-items:start}.dashHero h1{font-size:38px}.dashStats{grid-template-columns:1fr 1fr}.dashGrid{grid-template-columns:1fr}.dashQuick{grid-template-columns:1fr 1fr}}@media(max-width:600px){.dashHero{padding:30px 14px 12px;display:grid}.dashTrust{width:100%;grid-template-columns:1fr auto auto;align-items:center}.dashTrust strong{font-size:28px}.dashGrid,.dashQuick,.dashStats{padding-left:14px;padding-right:14px}.dashStats{grid-template-columns:1fr 1fr}.dashStats a{padding:14px}.dashStats strong{font-size:27px}.dashItem{grid-template-columns:44px 1fr}.dashItem>em{display:none}.dashIcon,.dashScore{width:42px;height:42px}.dashQuick{grid-template-columns:1fr}.dashSectionHead h2{font-size:21px}}.systemStatePage{min-height:72vh;display:grid;place-items:center;padding:36px 18px;background:#F8FAFC}.systemStateCard{width:min(560px,100%);background:#fff;border:1px solid var(--border);border-radius:24px;padding:42px;text-align:center;box-shadow:0 18px 50px rgba(15,23,42,.1)}.systemStateCard h1,.systemStateCard h2{margin:14px 0 8px}.systemStateCard p{color:var(--muted);line-height:1.6}.systemStateIcon{width:70px;height:70px;border-radius:999px;background:#ECFDF5;color:#047857;display:grid;place-items:center;margin:auto;font-size:20px;font-weight:900}.loadingSpinner{width:44px;height:44px;border:4px solid #e4e7ec;border-top:4px solid var(--mint);border-radius:50%;margin:auto;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.loadMoreWrap{display:flex;justify-content:center;padding:26px 0 6px}.loadMoreWrap .button{min-width:180px;text-align:center}.skeletonCard{height:190px;background:linear-gradient(90deg,#f2f4f7 25%,#fff 37%,#f2f4f7 63%);background-size:400% 100%;animation:skeleton 1.2s ease infinite;border-radius:18px;border:1px solid var(--border)}@keyframes skeleton{0%{background-position:100% 0}to{background-position:0 0}}:focus-visible{outline:3px solid rgba(25,198,163,.45);outline-offset:3px;border-radius:6px}.button,a,button,input,select,textarea{touch-action:manipulation}.button,button,input,select,textarea{min-height:44px}[aria-disabled=true],button:disabled{pointer-events:none}.srOnly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:600px){.button,button{min-height:46px}.formStack input,.wizardBody input,.wizardBody select,.wizardBody textarea{font-size:16px}.marketHeading p{line-height:1.55}}:root{--tp-surface:#ffffff}body{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--tp-ink)}.tpHome{min-height:100vh;background:linear-gradient(180deg,#fff,#f8fafc 34%,#F8FAFC);overflow:hidden}.tpNavWrap{position:-webkit-sticky;position:sticky;top:0;z-index:80;background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(230,234,240,.8)}.tpNav{max-width:1240px;height:76px;margin:0 auto;padding:0 26px;display:flex;gap:34px}.tpLogo,.tpNav{align-items:center}.tpLogo{display:inline-flex;gap:10px;font-size:22px;font-weight:900;color:var(--tp-ink)}.tpLogoMark{width:34px;height:34px;border-radius:11px;background:var(--tp-ink);color:#fff;display:grid;place-items:center;font-size:17px;box-shadow:inset 0 -1px 0 rgba(255,255,255,.12)}.tpMainNav{display:flex;gap:28px;align-items:center;margin-left:14px;flex:1 1}.tpMainNav a{font-size:14px;font-weight:700;color:#405066;transition:.18s ease}.tpMainNav a:hover{color:var(--tp-ink)}.tpNavActions{display:flex;align-items:center;gap:10px}.tpLinkButton{padding:12px 13px;font-size:14px;font-weight:800;color:var(--tp-ink)}.tpButton{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:12px;font-weight:850;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;min-height:46px;padding:0 19px}.tpButton:hover{transform:translateY(-1px)}.tpButtonPrimary{background:var(--tp-ink);color:#fff;box-shadow:0 10px 24px rgba(15,23,42,.16)}.tpButtonPrimary:hover{background:#162b49}.tpButtonMint{background:var(--tp-teal);color:#FFFFFF;box-shadow:0 10px 25px rgba(18,191,162,.2)}.tpButtonGhost{background:#fff;border:1px solid var(--tp-line);color:var(--tp-ink)}.tpButtonLarge{padding:0 24px;border-radius:14px;font-size:15px}.tpHero{max-width:1240px;margin:0 auto;padding:96px 26px 82px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;grid-gap:70px;gap:70px}.tpHeroCopy{position:relative;z-index:2}.tpEyebrow,.tpSectionLabel{font-size:12px;font-weight:900;letter-spacing:1.3px;color:var(--tp-teal-dark);text-transform:uppercase}.tpEyebrow{display:flex;align-items:center;gap:9px}.tpDot{width:8px;height:8px;background:var(--tp-teal);border-radius:99px;box-shadow:0 0 0 5px var(--tp-teal-soft)}.tpHero h1{font-size:70px;letter-spacing:-3.8px;margin:22px 0 24px;max-width:700px;color:var(--tp-ink)}.tpHero h1 span{color:var(--tp-teal-dark)}.tpHeroCopy>p{font-size:19px;line-height:1.65;color:#5e6c80;margin:0}.tpHeroActions{display:flex;margin-top:32px}.tpHeroProof{display:flex;gap:32px;margin-top:35px;padding-top:26px;border-top:1px solid var(--tp-line)}.tpHeroProof div{display:grid;grid-gap:4px;gap:4px}.tpHeroProof strong{font-size:17px}.tpHeroProof span{color:var(--tp-muted)}.tpHeroDemo{position:relative;min-height:490px;place-items:center}.tpDemoGlow{position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(18,191,162,.18),rgba(18,191,162,0) 67%);filter:blur(4px)}.tpDemandPreview{position:relative;z-index:2;width:min(100%,500px);background:rgba(255,255,255,.96);border:1px solid var(--tp-line);padding:28px;box-shadow:var(--tp-shadow)}.tpPreviewTop{display:flex;justify-content:space-between;align-items:center}.tpPill{font-size:12px;font-weight:900;letter-spacing:.8px;color:#087866;background:var(--tp-teal-soft);padding:7px 9px;border-radius:999px}.tpMuted,.tpPreviewCategory{font-size:12px;color:var(--tp-muted)}.tpPreviewCategory{margin-top:24px;font-weight:800}.tpDemandPreview h3{font-size:26px;line-height:1.25;margin:8px 0;letter-spacing:-.7px}.tpDemandPreview>p{font-size:13px;color:var(--tp-muted);margin:0}.tpPreviewBudget{margin:22px 0 16px;display:grid;grid-gap:5px;gap:5px}.tpPreviewBudget span{font-size:12px;color:var(--tp-muted)}.tpPreviewBudget strong{font-size:24px;letter-spacing:-.5px}.tpMatchCard{display:flex;align-items:center;gap:13px;background:var(--tp-teal-soft);border:1px solid #c8f2e9;border-radius:17px;padding:14px}.tpMatchScore{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--tp-teal);font-weight:900;color:#063b33}.tpMatchScore span{font-size:12px;margin-left:-12px;margin-top:23px}.tpMatchCard>div:last-child{display:grid;grid-gap:4px;gap:4px}.tpMatchCard b{font-size:13px}.tpMatchCard span{font-size:12px;color:#5b746f}.tpOfferRow{margin-top:13px;border:1px solid var(--tp-line);border-radius:16px;padding:15px;display:flex;align-items:center;justify-content:space-between;gap:15px}.tpOfferRow>div{display:grid;grid-gap:3px;gap:3px}.tpOfferRow span{font-size:12px;color:var(--tp-muted)}.tpOfferRow strong{font-size:21px}.tpOfferRow button{background:var(--tp-ink);color:#fff;border-radius:11px;padding:12px 14px;font-weight:850}.tpFloatCard{position:absolute;z-index:3;background:#fff;border:1px solid var(--tp-line);box-shadow:0 16px 40px rgba(15,23,42,.12);border-radius:15px;padding:12px 14px;display:flex;align-items:center;gap:10px}.tpFloatCard>span{width:30px;height:30px;border-radius:10px;background:var(--tp-teal-soft);color:var(--tp-teal-dark);display:grid;place-items:center;font-weight:900}.tpFloatCard div{display:grid;grid-gap:2px;gap:2px}.tpFloatCard b{font-size:12px}.tpFloatCard small{font-size:12px;color:var(--tp-muted)}.tpFloatOne{left:-24px;top:106px}.tpFloatTwo{right:-10px;bottom:56px}.tpCategoryStrip{max-width:1240px;margin:0 auto 20px;padding:0 26px 70px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.tpCategoryStrip>a{background:#fff;border:1px solid var(--tp-line);border-radius:17px;padding:17px;display:grid;grid-template-columns:44px 1fr auto;grid-gap:12px;gap:12px;align-items:center;transition:.2s ease}.tpCategoryStrip>a:hover{transform:translateY(-2px);box-shadow:0 15px 35px rgba(15,23,42,.07);border-color:#d7dde5}.tpCatIcon{width:44px;height:44px;border-radius:13px;background:#f0f3f7;display:grid;place-items:center;font-size:13px;font-weight:900}.tpCategoryStrip div{display:grid;grid-gap:3px;gap:3px}.tpCategoryStrip b{font-size:13px}.tpCategoryStrip small{font-size:12px;color:var(--tp-muted);line-height:1.3}.tpCategoryStrip em{font-style:normal;color:#96a0ae}.tpSection{max-width:1240px;margin:0 auto;padding:90px 26px}.tpLiveSection{padding-top:75px}.tpSectionHead{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}.tpFinalCta h2,.tpHow h2,.tpSectionHead h2,.tpSellerBand h2{font-size:43px;line-height:1.08;letter-spacing:-1.8px;margin:10px 0}.tpFinalCta p,.tpHowIntro p,.tpSectionHead p,.tpSellerCopy p{color:var(--tp-muted);line-height:1.6;margin:0;max-width:650px}.tpSectionHead>a{font-size:13px;font-weight:850;color:var(--tp-ink);white-space:nowrap}.tpDemandGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.tpDemandCard{background:#fff;border:1px solid var(--tp-line);border-radius:20px;padding:21px;box-shadow:none}.tpDemandCardTop{display:flex;justify-content:space-between;align-items:center}.tpType{font-size:12px;font-weight:900;padding:6px 8px;border-radius:999px;background:#eef2ff;color:#4252a2}.tpType2{background:#fff1f5;color:#a83d62}.tpType3{background:#fff7e8;color:#9b6614}.tpActiveDot{font-size:12px;font-weight:800;color:#059669}.tpDemandCard h3{font-size:19px;line-height:1.3;margin:20px 0 12px}.tpDemandFacts{display:flex;gap:10px;flex-wrap:wrap;color:var(--tp-muted);font-size:12px}.tpDemandFacts span+span:before{content:"·";margin-right:10px}.tpDemandBudget{display:block;font-size:19px;margin:20px 0}.tpDemandCard footer{border-top:1px solid var(--tp-line);padding-top:14px;display:flex;justify-content:space-between;align-items:center;font-size:12px}.tpDemandCard footer>span{color:var(--tp-muted)}.tpDemandCard footer a{font-weight:850}.tpHow{max-width:1240px;margin:60px auto;padding:86px 26px;display:grid;grid-template-columns:.82fr 1.18fr;grid-gap:80px;gap:80px;align-items:start}.tpHowIntro{position:-webkit-sticky;position:sticky;top:110px}.tpSteps{display:grid;grid-gap:13px;gap:13px}.tpSteps article{position:relative;background:#fff;border:1px solid var(--tp-line);border-radius:20px;padding:25px 25px 25px 88px;min-height:150px}.tpSteps article>span{position:absolute;right:18px;top:15px;color:#c7ced8;font-size:12px;font-weight:900}.tpStepIcon{position:absolute;left:22px;top:25px;width:46px;height:46px;border-radius:14px;background:var(--tp-teal-soft);color:var(--tp-teal-dark);display:grid;place-items:center;font-size:20px}.tpSteps h3{font-size:19px;margin:0 0 8px}.tpSteps p{font-size:13px;line-height:1.6;color:var(--tp-muted);margin:0;max-width:520px}.tpSellerBand{max-width:1190px;margin:60px auto 80px;background:linear-gradient(135deg,#0B1220,#142b49);color:#fff;border-radius:30px;padding:58px;display:grid;grid-template-columns:1fr .9fr;grid-gap:70px;gap:70px;align-items:center;box-shadow:0 28px 70px rgba(15,23,42,.16)}.tpSectionLabelLight{color:#93C5FD}.tpSellerCopy p{color:#b9c7d8;max-width:550px}.tpSellerActions{display:flex;align-items:center;gap:22px;margin-top:27px}.tpSellerActions>a:last-child{font-size:13px;font-weight:800;color:#DBEAFE}.tpBuyerMatches{display:grid;grid-gap:10px;gap:10px}.tpBuyerMatches article{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:15px;display:grid;grid-template-columns:54px 1fr auto;grid-gap:13px;gap:13px;align-items:center}.tpBuyerScore{width:50px;height:50px;border-radius:14px;background:var(--tp-teal);color:#FFFFFF;display:grid;place-items:center;font-weight:900}.tpBuyerMatches div{display:grid;grid-gap:4px;gap:4px}.tpBuyerMatches b{font-size:12px}.tpBuyerMatches small{font-size:12px;color:#BFDBFE}.tpBuyerMatches em{font-style:normal;font-size:12px;font-weight:900;color:#93C5FD;text-transform:uppercase;letter-spacing:.7px}.tpCentered{justify-content:center;text-align:center}.tpCentered>div{display:grid;justify-items:center}.tpTrustGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.tpTrustGrid article{background:#fff;border:1px solid var(--tp-line);border-radius:20px;padding:26px}.tpTrustIcon{width:48px;height:48px;border-radius:15px;background:var(--tp-teal-soft);color:var(--tp-teal-dark);display:grid;place-items:center;font-weight:900;margin-bottom:20px}.tpTrustGrid h3{font-size:18px;margin:0 0 9px}.tpTrustGrid p{font-size:13px;line-height:1.65;color:var(--tp-muted);margin:0}.tpFinalCta{max-width:1190px;margin:20px auto 90px;background:#fff;border:1px solid var(--tp-line);border-radius:25px;padding:42px 48px;display:flex;justify-content:space-between;align-items:center;gap:30px}.tpFinalCta h2{font-size:38px}.tpFinalCta p{font-size:14px}.tpFooter{background:#070D19;padding:65px max(26px,calc((100vw - 1190px)/2)) 28px}.tpFooter,.tpLogoFooter{color:#fff}.tpFooter p{color:#8fa0b5;font-size:13px}.tpFooterTop{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:60px;gap:60px}.tpFooterLinks{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px}.tpFooterLinks div{display:grid;align-content:start;grid-gap:10px;gap:10px}.tpFooterLinks b{font-size:12px;margin-bottom:5px}.tpFooterLinks a{font-size:12px;color:#9eafc2}.tpFooterBottom{margin-top:45px;padding-top:20px;border-top:1px solid rgba(255,255,255,.09);display:flex;justify-content:space-between;color:#73869d;font-size:12px}.tpMobileNav{display:none}@media(max-width:1050px){.tpMainNav{gap:18px}.tpMainNav a:nth-child(3),.tpMainNav a:nth-child(4){display:none}.tpHero{grid-template-columns:1fr 1fr;gap:35px}.tpHero h1{font-size:58px}.tpFloatOne{left:-6px}.tpCategoryStrip{grid-template-columns:1fr 1fr}.tpSellerBand{margin-left:24px;margin-right:24px}}@media(max-width:780px){.tpNav{height:66px;padding:0 16px}.tpLinkButton,.tpMainNav{display:none}.tpNavActions{margin-left:auto}.tpNavCta{min-height:42px;padding:0 14px;font-size:12px}.tpHero{padding:55px 18px 50px;grid-template-columns:1fr;gap:32px}.tpHero h1{font-size:49px;letter-spacing:-2.7px}.tpHeroCopy>p{font-size:16px}.tpHeroProof{gap:18px}.tpHeroDemo{min-height:auto;padding:5px 0 30px}.tpFloatCard{display:none}.tpDemandPreview{padding:20px;border-radius:22px}.tpCategoryStrip{padding:0 18px 45px;grid-template-columns:1fr 1fr}.tpSection{padding:65px 18px}.tpSectionHead{display:grid;align-items:start}.tpHow h2,.tpSectionHead h2,.tpSellerBand h2{font-size:35px}.tpDemandGrid,.tpHow{grid-template-columns:1fr}.tpHow{padding:55px 18px;gap:28px}.tpHowIntro{position:static}.tpSellerBand{margin:30px 14px 60px;padding:32px 22px;grid-template-columns:1fr;gap:32px;border-radius:24px}.tpSellerActions{align-items:flex-start;flex-direction:column}.tpBuyerMatches article{grid-template-columns:48px 1fr}.tpBuyerMatches em{display:none}.tpTrustGrid{grid-template-columns:1fr}.tpFinalCta{margin:10px 14px 85px;padding:28px;display:grid}.tpFooter{padding:45px 20px 90px}.tpFooterTop{grid-template-columns:1fr}.tpFooterLinks{grid-template-columns:1fr 1fr}.tpMobileNav{position:fixed;display:grid;grid-template-columns:1fr 1fr 64px 1fr 1fr;align-items:center;left:10px;right:10px;bottom:10px;z-index:100;background:rgba(13,27,47,.96);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:8px 8px calc(8px + env(safe-area-inset-bottom));box-shadow:0 18px 45px rgba(15,23,42,.28)}.tpMobileNav a{display:grid;justify-items:center;grid-gap:2px;gap:2px;color:#b9c5d3;font-size:12px}.tpMobileNav b{font-size:17px;color:#fff}.tpMobileCreate{width:50px;height:50px;border-radius:16px;background:var(--tp-teal);color:#FFFFFF!important;font-size:25px;place-self:center}.tpFooterBottom{margin-bottom:15px}}@media(max-width:480px){.tpHero h1{font-size:43px}.tpHeroActions{display:grid}.tpHeroProof{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.tpHeroProof strong{font-size:13px}.tpHeroProof span{font-size:12px}.tpCategoryStrip{grid-template-columns:1fr}.tpDemandPreview h3{font-size:22px}.tpOfferRow{align-items:flex-end}.tpOfferRow button{font-size:12px}.tpHow h2,.tpSectionHead h2,.tpSellerBand h2{font-size:31px}.tpSteps article{padding-left:76px}.tpFooterLinks{grid-template-columns:1fr 1fr}.tpFinalCta h2{font-size:32px}}:root{--navy:#0B1220;--mint:#2563EB;--brand:#2563EB;--brand-strong:#1D4ED8;--indigo:#4F46E5;--success:#10B981;--bg:#F8FAFC;--surface:#FFFFFF;--muted:#64748B;--border:#E2E8F0;--brand-gradient:linear-gradient(135deg,#2563EB,#4F46E5);--brand-shadow:0 12px 28px rgba(37,99,235,.22)}body{background:radial-gradient(circle at 10% 0,rgba(37,99,235,.07),transparent 28rem),radial-gradient(circle at 90% 8%,rgba(79,70,229,.06),transparent 24rem),var(--bg)}.brand{color:var(--navy);font-weight:950;letter-spacing:1.8px}.eyebrow{color:var(--brand);letter-spacing:.08em}.primary{background:var(--brand-gradient);color:#fff;box-shadow:var(--brand-shadow);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.primary:hover{transform:translateY(-1px);box-shadow:0 16px 34px rgba(37,99,235,.28);filter:saturate(1.08)}.secondary{background:rgba(255,255,255,.92);border-color:#CBD5E1}.button{transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.button:hover{transform:translateY(-1px)}.searchbox{border-color:#D7E0EE;box-shadow:0 18px 45px rgba(15,23,42,.08)}article{border-color:#E5EAF2;box-shadow:0 8px 24px rgba(15,23,42,.045);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}article:hover{transform:translateY(-2px);border-color:#BFDBFE;box-shadow:0 16px 34px rgba(15,23,42,.08)}.card .badge{background:#ECFDF5;color:#047857;border:1px solid #a7f3d0}.sellerCta{background:radial-gradient(circle at 80% 0,rgba(99,102,241,.35),transparent 22rem),linear-gradient(135deg,#0B1220,#172554);box-shadow:0 24px 60px rgba(15,23,42,.18)}.authShell,.successShell,.wizardShell{background:radial-gradient(circle at 15% 0,rgba(37,99,235,.09),transparent 25rem),linear-gradient(180deg,#F8FAFC,#EEF2FF)}.authCard,.wizardCard{box-shadow:0 24px 65px rgba(15,23,42,.09)}.formStack input:focus,.wizardBody input:focus,.wizardBody select:focus,.wizardBody textarea:focus{border-color:#2563EB;box-shadow:0 0 0 4px rgba(37,99,235,.12)}.authFoot a{color:#2563EB}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(37,99,235,.3)}:root{--tp-ink-2:#172554;--tp-teal:#2563EB;--tp-teal-dark:#1D4ED8;--tp-teal-soft:#EFF6FF;--tp-surface:#fff;--tp-line:#E2E8F0;--tp-shadow:0 24px 70px rgba(15,23,42,.10)}.tpHome{background:linear-gradient(180deg,#fff,#F8FAFC 34%,#F1F5F9)}.tpLogoMark,.tpMobileCreate,.tpNavCta,.tpOfferRow button,.tpPrimary{background:linear-gradient(135deg,#2563EB,#4F46E5)!important;color:#fff!important;box-shadow:0 10px 24px rgba(37,99,235,.22)}.tpEyebrow,.tpHero h1 span,.tpSectionLabel{color:#2563EB!important}.tpMatchCard,.tpStepIcon,.tpTrustIcon{background:#EFF6FF!important;color:#1D4ED8!important}.tpBuyerScore{background:#2563EB!important;color:#fff!important}.tpSellerBand{background:radial-gradient(circle at 85% 0,rgba(79,70,229,.42),transparent 22rem),linear-gradient(135deg,#0B1220,#172554)!important}.tpNavWrap{border-bottom-color:#E2E8F0}.tpCategoryStrip>a:hover,.tpDemandCard:hover{border-color:#BFDBFE!important;box-shadow:0 16px 36px rgba(37,99,235,.08)!important}.adminShell,.dashboardShell,.discoverShell,.inventoryShell,.messagesShell,.offerShell,.pageShell,.premiumShell,.profileShell{background:linear-gradient(180deg,#F8FAFC,#F1F5F9)!important}.adminTop,.dashboardTop,.inventoryTop,.messagesTop,.pageTop,.profileTop{background:rgba(255,255,255,.94)!important;border-color:#E2E8F0!important}.adminCard,.inventoryCard,.listCard,.messageCard,.offerCard,.panel,.premiumCard,.profileCard,.requestCard,.statCard{border-color:#E2E8F0!important;box-shadow:0 8px 28px rgba(15,23,42,.055)!important}.badge,.pill,.statusPill{border-radius:999px}:root{--tp-max:1440px;--tp-cyan:#06B6D4;--tp-dark:#07111F;--tp-dark2:#111D35}.tpNav{max-width:var(--tp-max);height:82px;padding:0 34px}.tpLogo{gap:11px;font-size:21px;letter-spacing:-.6px}.tpLogoMark{width:40px!important;height:40px!important;border-radius:13px!important;background:linear-gradient(145deg,#2563EB,#4F46E5 68%,#06B6D4 130%)!important;box-shadow:0 10px 26px rgba(37,99,235,.28),inset 0 1px 0 rgba(255,255,255,.35)!important;position:relative;overflow:hidden}.tpLogoMark:after{content:"";position:absolute;width:25px;height:7px;background:rgba(255,255,255,.22);border-radius:999px;transform:rotate(-28deg);top:4px;left:-2px}.tpMainNav{gap:30px}.tpMainNav a{font-size:13px;color:#334155;font-weight:750}.tpMainNav a:hover{color:#2563EB}.tpNavCta{padding:0 21px!important;min-height:46px!important;border-radius:13px!important}.tpHero{max-width:var(--tp-max);min-height:670px;padding:88px 34px 74px;grid-template-columns:minmax(0,1.02fr) minmax(520px,.98fr);gap:90px}.tpHeroCopy{max-width:690px}.tpHero h1{font-size:72px;line-height:.99;letter-spacing:-4.4px;margin:20px 0 24px}.tpHero h1 span{background:linear-gradient(90deg,#2563EB,#4F46E5 72%,#06B6D4 125%);-webkit-background-clip:text;background-clip:text;color:transparent!important}.tpHeroCopy>p{font-size:18px;line-height:1.75;max-width:650px;color:#5B6B82}.tpEyebrow{font-size:12px;letter-spacing:1.15px}.tpDot{box-shadow:0 0 0 6px rgba(37,99,235,.09)}.tpHeroActions{gap:12px;margin-top:30px}.tpButtonLarge{min-height:54px;padding:0 22px}.tpButtonPrimary{background:linear-gradient(135deg,#2563EB,#4F46E5)!important;box-shadow:0 13px 30px rgba(37,99,235,.22)!important}.tpHeroProof{margin-top:34px;padding-top:25px;border-top:1px solid #e2e8f0;max-width:620px}.tpHeroProof strong{font-size:16px}.tpHeroProof span{font-size:12px}.tpHeroDemo{min-height:530px;display:grid;align-items:center}.tpDemoGlow{background:radial-gradient(circle,rgba(37,99,235,.17),rgba(79,70,229,.06) 40%,transparent 70%)!important;filter:blur(8px)}.tpDemandPreview{padding:30px;border-radius:28px;border:1px solid #dce4f0;box-shadow:0 35px 90px rgba(15,23,42,.13);max-width:590px;margin-left:auto}.tpDemandPreview h3{font-size:28px;letter-spacing:-.8px}.tpDemandPreview>p{font-size:12px}.tpPreviewBudget strong{font-size:26px}.tpMatchCard{padding:16px;border:1px solid #bfdbfe!important;background:linear-gradient(135deg,#EFF6FF,#EEF2FF)!important}.tpMatchScore{background:linear-gradient(135deg,#2563EB,#4F46E5)!important;color:#fff!important;box-shadow:0 8px 18px rgba(37,99,235,.22)}.tpOfferRow{padding:17px}.tpOfferRow strong{font-size:23px}.tpFloatCard{box-shadow:0 20px 50px rgba(15,23,42,.15);border-color:#DCE4F0}.tpFloatOne{left:-35px;top:125px}.tpFloatTwo{right:-20px;bottom:68px}.tpCategoryStrip{max-width:var(--tp-max);padding:0 34px 78px;gap:15px}.tpCategoryStrip>a{padding:19px;border-radius:19px}.tpCatIcon{width:48px;height:48px;border-radius:15px;background:linear-gradient(145deg,#EFF6FF,#EEF2FF);color:#1D4ED8}.tpCategoryStrip>a:nth-child(2) .tpCatIcon{color:#6D28D9;background:#F5F3FF}.tpCategoryStrip>a:nth-child(3) .tpCatIcon{color:#0369A1;background:#F0F9FF}.tpCategoryStrip>a:nth-child(4) .tpCatIcon{color:#B45309;background:#FFFBEB}.tpHow,.tpSection{max-width:var(--tp-max)}.tpSection{padding-left:34px;padding-right:34px}.tpDemandCard,.tpSteps article,.tpTrustGrid article{border-radius:22px}.tpDemandCard:hover,.tpSteps article:hover,.tpTrustGrid article:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(37,99,235,.08)}.tpFinalCta,.tpSellerBand{max-width:1372px}.tpSellerBand{background:radial-gradient(circle at 85% 0,rgba(79,70,229,.5),transparent 28rem),linear-gradient(135deg,#07111F,#14213B)!important}.tpFooter{padding-left:max(34px,calc((100vw - 1372px)/2));padding-right:max(34px,calc((100vw - 1372px)/2))}@media(max-width:1150px){.tpHero{gap:42px;grid-template-columns:1fr 1fr}.tpHero h1{font-size:61px}.tpMainNav{gap:19px}.tpMainNav a:nth-child(3){display:none}}@media(max-width:780px){.tpNav{height:68px;padding:0 16px}.tpLogoMark{width:36px!important;height:36px!important}.tpLogo{font-size:19px}.tpHero{min-height:auto;padding:58px 18px 52px;grid-template-columns:1fr;gap:38px}.tpHero h1{font-size:49px;letter-spacing:-3px}.tpHeroCopy>p{font-size:16px}.tpHeroDemo{min-height:auto}.tpDemandPreview{padding:21px;margin:0}.tpDemandPreview h3{font-size:23px}.tpCategoryStrip{padding:0 18px 48px}.tpSection{padding-left:18px;padding-right:18px}}.v6Home{min-height:100vh;background:#F7F9FC;color:#0B1220;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.v6Home *{box-sizing:border-box}.v6Top{position:relative;overflow:hidden;background:radial-gradient(circle at 72% 18%,rgba(59,130,246,.23),transparent 28rem),radial-gradient(circle at 90% 60%,rgba(79,70,229,.22),transparent 30rem),linear-gradient(135deg,#06101F,#0B1730 48%,#111B40);color:#fff;padding-bottom:92px}.v6Top:after{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 0);background-size:42px 42px;-webkit-mask-image:linear-gradient(180deg,#000,transparent 78%);mask-image:linear-gradient(180deg,#000,transparent 78%)}.v6Header{position:relative;z-index:5;max-width:1480px;height:92px;margin:auto;padding:0 32px;gap:42px;border-bottom:1px solid rgba(255,255,255,.09)}.v6Header,.v6Logo{display:flex;align-items:center}.v6Logo{width:205px;height:54px;overflow:hidden}.v6Logo img{width:205px;height:auto;display:block;filter:drop-shadow(0 7px 16px rgba(37,99,235,.22))}.v6Nav{gap:30px}.v6Nav a{font-size:13px;font-weight:700;transition:.2s}.v6HeaderActions{margin-left:auto;display:flex;gap:12px;align-items:center}.v6Login{color:#D7E0EF;font-weight:800;font-size:13px;padding:12px}.v6Cta,.v6SellCta{min-height:48px;padding:0 20px;display:flex;align-items:center;gap:9px;background:linear-gradient(135deg,#2563EB,#4F46E5);border:1px solid rgba(255,255,255,.14);border-radius:14px;color:#fff;font-weight:900;font-size:13px;box-shadow:0 12px 28px rgba(37,99,235,.28)}.v6SellCta{white-space:nowrap;transition:.2s}.v6SellCta:hover{color:#fff;transform:translateY(-1px);filter:brightness(1.06)}.v6Hero{position:relative;z-index:2;max-width:1480px;margin:auto;padding:64px 32px 18px;display:grid;grid-template-columns:minmax(0,1fr) minmax(440px,.92fr);grid-gap:56px;gap:56px;align-items:center}.v6HeroCopy{max-width:690px}.v6Eyebrow{display:flex;align-items:center;gap:10px;font-size:12px;letter-spacing:1.6px;font-weight:900;color:#8FB7FF}.v6Eyebrow span{width:9px;height:9px;border-radius:50%;background:#38BDF8;box-shadow:0 0 0 7px rgba(56,189,248,.09)}.v6Hero h1{font-size:68px;letter-spacing:-4px;margin:18px 0 22px;color:#F8FAFC}.v6Hero h1 em{font-style:normal;background:linear-gradient(90deg,#60A5FA,#818CF8 55%,#22D3EE 110%);-webkit-background-clip:text;background-clip:text;color:transparent}.v6HeroCopy>p{font-size:17px;line-height:1.72;color:#B5C4D9;max-width:620px;margin:0}.v6HeroActions{display:flex;gap:12px;margin-top:26px}.v6HeroPrimary,.v6HeroSecondary,.v6HeroSell{min-height:56px;padding:0 24px;border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:900;white-space:nowrap}.v6HeroPrimary{background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;box-shadow:0 16px 36px rgba(37,99,235,.32)}.v6HeroPrimary b,.v6HeroSell b{margin-left:12px}.v6HeroSell{border:1px solid rgba(125,211,252,.4);background:linear-gradient(135deg,rgba(14,165,233,.18),rgba(37,99,235,.12));color:#E0F2FE;box-shadow:inset 0 1px 0 rgba(255,255,255,.06);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:.2s}.v6HeroSell:hover{background:linear-gradient(135deg,rgba(14,165,233,.28),rgba(37,99,235,.2));border-color:rgba(125,211,252,.62);color:#fff;transform:translateY(-1px)}.v6HeroSecondary{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:#E4ECF7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.v6Proof{display:flex;align-items:center;gap:22px;margin-top:28px}.v6Proof div{display:grid;grid-gap:2px;gap:2px}.v6Proof strong{font-size:18px}.v6Proof span{font-size:12px;color:#91A3BB}.v6Proof i{height:30px;width:1px;background:rgba(255,255,255,.14)}.v6Visual{position:relative;min-height:470px;display:grid;align-items:center}.v6Aura{position:absolute;border-radius:50%;filter:blur(12px)}.v6AuraOne{width:330px;height:330px;background:rgba(37,99,235,.18);right:14px;top:48px}.v6AuraTwo{width:240px;height:240px;background:rgba(79,70,229,.17);left:18px;bottom:24px}.v6MainCard{position:relative;z-index:2;width:min(590px,92%);margin-left:auto;padding:30px;background:rgba(255,255,255,.97);color:#0B1220;border:1px solid rgba(255,255,255,.5);border-radius:30px;box-shadow:0 40px 100px rgba(0,0,0,.34);transform:rotate(1deg)}.v6MainCard>header{display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:900;letter-spacing:.8px}.v6MainCard>header>div{display:flex;gap:7px;align-items:center;color:#047857}.v6LiveDot{width:7px;height:7px;border-radius:50%;background:#10B981;box-shadow:0 0 0 5px rgba(16,185,129,.1)}.v6MainCard>header small{color:#94A3B8;font-weight:600}.v6Category{display:inline-block;margin-top:28px;font-size:12px;font-weight:900;letter-spacing:1px;color:#2563EB}.v6MainCard h2{font-size:31px;line-height:1.1;letter-spacing:-1.3px;margin:10px 0}.v6MainCard>p{font-size:12px;color:#64748B;margin:0 0 26px}.v6Budget{display:grid;grid-gap:4px;gap:4px}.v6Budget small,.v6Match small,.v6Offer small{font-size:12px;letter-spacing:.7px;color:#94A3B8;font-weight:800}.v6Budget strong{font-size:26px}.v6Match{margin-top:20px;padding:16px;background:linear-gradient(135deg,#EFF6FF,#EEF2FF);border:1px solid #c7d2fe;border-radius:19px;display:grid;grid-template-columns:62px 1fr;grid-gap:14px;gap:14px;align-items:center}.v6Ring{width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;display:flex;align-items:baseline;justify-content:center;padding-top:15px;box-shadow:0 10px 20px rgba(37,99,235,.2)}.v6Ring b{font-size:21px}.v6Ring span{font-size:12px}.v6Match>div:last-child{display:grid;grid-gap:3px;gap:3px}.v6Match strong{font-size:13px}.v6Match p{font-size:12px;color:#64748B;margin:0}.v6Offer{margin-top:13px;padding:17px;border:1px solid #e2e8f0;border-radius:18px;display:flex;justify-content:space-between;align-items:center}.v6Offer>div{display:grid;grid-gap:3px;gap:3px}.v6Offer strong{font-size:23px}.v6Offer a{padding:13px 16px;border-radius:12px;background:#0B1220;color:#fff;font-size:12px;font-weight:900}.v6Mini{position:absolute;z-index:4;padding:12px 14px;background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.8);border-radius:16px;box-shadow:0 20px 50px rgba(0,0,0,.22);display:flex;gap:10px;align-items:center;color:#0B1220;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.v6Mini>span{width:32px;height:32px;border-radius:11px;background:#EFF6FF;color:#2563EB;display:grid;place-items:center;font-weight:900}.v6Mini div{display:grid;grid-gap:2px;gap:2px}.v6Mini b,.v6Mini small{font-size:12px}.v6Mini small{color:#64748B}.v6MiniOne{left:0;top:135px}.v6MiniTwo{right:-12px;bottom:90px}.v6MiniThree{left:55px;bottom:28px}.v6CategoryDock{position:relative;z-index:6;max-width:1416px;margin:-58px auto 0;padding:0 24px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.v6CategoryDock>a{min-height:104px;padding:18px;background:#fff;border:1px solid #e2e8f0;border-radius:22px;box-shadow:0 18px 45px rgba(15,23,42,.09);display:grid;grid-template-columns:50px 1fr auto;grid-gap:13px;gap:13px;align-items:center;transition:.2s}.v6CategoryDock>a:hover{transform:translateY(-4px);border-color:#BFDBFE;box-shadow:0 22px 50px rgba(37,99,235,.11)}.v6Cat{width:50px;height:50px;border-radius:15px;display:grid;place-items:center;font-size:13px;font-weight:950}.v6Car{background:#EFF6FF;color:#1D4ED8}.v6Tech{background:#F5F3FF;color:#6D28D9}.v6HomeIcon{background:#ECFEFF;color:#0E7490}.v6Living{background:#FFFBEB;color:#B45309}.v6CategoryDock div{display:grid;grid-gap:3px;gap:3px}.v6CategoryDock b{font-size:13px}.v6CategoryDock small{font-size:12px;color:#64748B;line-height:1.35}.v6CategoryDock em{font-style:normal;color:#94A3B8}.v6Section{max-width:1368px;margin:0 auto;padding:110px 24px 30px}.v6Intro{display:flex;justify-content:space-between;gap:60px;align-items:end}.v6HowCopy>span,.v6SectionTitle span,.v6Seller>div>span,.v6Trust>div:first-child>span{font-size:12px;font-weight:950;letter-spacing:1.5px;color:#2563EB}.v6HowCopy h2,.v6SectionTitle h2,.v6Seller h2,.v6Trust h2{font-size:48px;line-height:1.08;letter-spacing:-2px;margin:12px 0}.v6HowCopy h2 em,.v6SectionTitle h2 em{font-style:normal;color:#4F46E5}.v6HowCopy p,.v6SectionTitle p{max-width:690px;color:#64748B;line-height:1.7}.v6TextLink{font-size:12px;font-weight:900;white-space:nowrap}.v6DemandGrid{max-width:1368px;margin:0 auto;padding:12px 24px 90px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.v6Demand{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:24px;box-shadow:0 8px 24px rgba(15,23,42,.035)}.v6Demand header{display:flex;justify-content:space-between;align-items:center}.v6DemandIcon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;font-weight:950;background:#EFF6FF;color:#2563EB}.v6DemandIcon.d1{background:#F5F3FF;color:#7C3AED}.v6DemandIcon.d2{background:#ECFEFF;color:#0891B2}.v6Active{font-size:12px;color:#059669;font-weight:900}.v6Demand>small{display:block;margin-top:20px;color:#64748B}.v6Demand h3{font-size:20px;line-height:1.35;margin:7px 0 12px}.v6Demand>p{font-size:12px;color:#64748B}.v6Demand>strong{display:block;font-size:19px;margin:22px 0}.v6Demand footer{padding-top:15px;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;font-size:12px}.v6Demand footer span{color:#64748B}.v6Demand footer a{font-weight:900}.v6How{max-width:1368px;margin:50px auto 100px;padding:70px 24px;display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:90px;gap:90px}.v6HowCopy a{display:inline-block;margin-top:18px;font-size:12px;font-weight:900;color:#2563EB}.v6Steps{display:grid;grid-gap:12px;gap:12px}.v6Steps article{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:22px;display:grid;grid-template-columns:45px 1fr;grid-gap:18px;gap:18px}.v6Steps article>b{color:#CBD5E1;font-size:12px}.v6Steps article>div>span{width:42px;height:42px;border-radius:13px;background:#EFF6FF;color:#2563EB;display:grid;place-items:center;margin-bottom:14px}.v6Steps h3{margin:0 0 7px}.v6Steps p{margin:0;color:#64748B;font-size:12px;line-height:1.6}.v6Seller{max-width:1368px;margin:0 auto 100px;padding:60px;border-radius:32px;color:#fff;background:radial-gradient(circle at 85% 0,rgba(79,70,229,.5),transparent 27rem),linear-gradient(135deg,#07111F,#14213B);display:grid;grid-template-columns:1fr .95fr;grid-gap:80px;gap:80px;box-shadow:0 30px 80px rgba(15,23,42,.18)}.v6Seller>div>span{color:#93C5FD}.v6Seller h2{font-size:49px}.v6Seller>div>p{color:#B7C5D8;line-height:1.7}.v6Seller>div>div{display:flex;gap:12px;margin-top:25px}.v6Seller>div>div a:first-child{background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;padding:14px 18px;border-radius:13px;font-weight:900;font-size:12px}.v6Seller>div>div a:last-child{padding:14px;color:#D5DFEC;font-weight:800;font-size:12px}.v6Seller aside{display:grid;grid-gap:10px;gap:10px}.v6Seller aside article{padding:15px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:17px;display:grid;grid-template-columns:56px 1fr auto;grid-gap:13px;gap:13px;align-items:center}.v6Seller aside article>b{width:54px;height:54px;border-radius:15px;background:#2563EB;display:grid;place-items:center}.v6Seller aside article>div{display:grid;grid-gap:4px;gap:4px}.v6Seller aside strong{font-size:12px}.v6Seller aside small{font-size:12px;color:#AABBD0}.v6Seller aside em{font-size:12px;font-style:normal;color:#93C5FD;font-weight:900}.v6Trust{max-width:1368px;margin:0 auto;padding:30px 24px 100px;text-align:center}.v6Trust h2{margin-top:10px}.v6TrustGrid{margin-top:35px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;text-align:left}.v6TrustGrid article{padding:27px;background:#fff;border:1px solid #e2e8f0;border-radius:23px}.v6TrustGrid article>span{width:48px;height:48px;border-radius:15px;background:#EFF6FF;color:#2563EB;display:grid;place-items:center;font-weight:950}.v6TrustGrid h3{margin:20px 0 8px}.v6TrustGrid p{font-size:12px;color:#64748B;line-height:1.6}.v6Final{max-width:1368px;margin:0 auto 80px;padding:35px 42px;background:#fff;border:1px solid #e2e8f0;border-radius:26px;justify-content:space-between;box-shadow:0 16px 45px rgba(15,23,42,.06)}.v6Final,.v6Final>div{display:flex;align-items:center}.v6Final>div{gap:28px}.v6Final img{width:180px;background:#07111F;border-radius:15px;padding:7px}.v6Final h2{margin:0;font-size:28px}.v6Final p{margin:5px 0 0;color:#64748B;font-size:12px}.v6Final>a{padding:15px 20px;border-radius:13px;background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;font-size:12px;font-weight:900}.v6Footer{background:#07111F;color:#fff;padding:65px max(30px,calc((100vw - 1320px)/2)) 50px;display:grid;grid-template-columns:1.4fr repeat(3,.65fr);grid-gap:50px;gap:50px}.v6Footer>div:first-child img{width:210px}.v6Footer p{font-size:12px;color:#8EA1B8}.v6Footer>div{display:grid;align-content:start;grid-gap:10px;gap:10px}.v6Footer a,.v6Footer b{font-size:12px}.v6Footer a{color:#9FB0C4}.tpPremiumBrand{display:inline-flex!important;align-items:center!important;background:linear-gradient(135deg,#07111F,#111D35)!important;border:1px solid rgba(37,99,235,.18)!important;border-radius:14px!important;padding:5px 10px!important;box-shadow:0 8px 22px rgba(15,23,42,.12)!important}.tpPremiumBrand img{width:150px!important;height:auto!important;display:block!important}.authBrand.tpPremiumBrand{width:max-content!important}.legalPage>.tpPremiumBrand{margin-bottom:24px}.wizardHeader>.tpPremiumBrand{flex-shrink:0}.brand.tpPremiumBrand{letter-spacing:0!important;color:transparent!important}@media(max-width:1080px){.v6Nav a:nth-child(3),.v6Nav a:nth-child(4){display:none}.v6Hero{grid-template-columns:1fr 1fr;gap:35px}.v6Hero h1{font-size:62px}.v6MainCard{width:100%}.v6CategoryDock{grid-template-columns:1fr 1fr}.v6Seller{margin-left:20px;margin-right:20px}}@media(max-width:1180px){.v6SellCta{padding:0 13px;font-size:12px}.v6HeroActions{flex-wrap:wrap}.v6HeroPrimary,.v6HeroSecondary,.v6HeroSell{padding:0 19px}}@media(max-width:780px){.v6Header .v6SellCta{display:none}.v6Top{padding-bottom:80px}.v6Header{height:72px;padding:0 16px}.v6Logo,.v6Logo img{width:155px}.v6Login,.v6Nav{display:none}.v6Cta{min-height:42px;padding:0 13px;font-size:12px}.v6Hero{padding:55px 18px 25px;grid-template-columns:1fr;gap:35px}.v6Hero h1{font-size:50px;letter-spacing:-3px}.v6HeroCopy>p{font-size:16px}.v6HeroActions{display:grid}.v6Proof{gap:13px}.v6Visual{min-height:auto}.v6MainCard{transform:none;padding:21px}.v6MainCard h2{font-size:24px}.v6Mini{display:none}.v6CategoryDock{margin-top:-42px;padding:0 14px;grid-template-columns:1fr}.v6Section{padding:80px 18px 20px}.v6Intro{display:grid}.v6HowCopy h2,.v6SectionTitle h2,.v6Seller h2,.v6Trust h2{font-size:36px}.v6DemandGrid{padding:10px 18px 70px;grid-template-columns:1fr}.v6How{padding:40px 18px}.v6How,.v6Seller{grid-template-columns:1fr;gap:35px}.v6Seller{margin:20px 12px 70px;padding:30px 22px}.v6Seller aside article{grid-template-columns:52px 1fr}.v6Seller aside em{display:none}.v6Trust{padding:20px 18px 70px}.v6TrustGrid{grid-template-columns:1fr}.v6Final{margin:0 12px 60px;padding:25px;display:grid;grid-gap:20px;gap:20px}.v6Final>div{display:grid;grid-gap:15px;gap:15px}.v6Footer{grid-template-columns:1fr 1fr;padding:45px 20px}.v6Footer>div:first-child{grid-column:1/-1}}.tpAuthPage{min-height:100vh;display:grid;grid-template-columns:minmax(460px,.92fr) minmax(560px,1.08fr);background:#F8FAFC;color:#0B1220}.tpAuthBrandPanel{position:relative;min-height:100vh;padding:38px clamp(34px,5vw,78px) 42px;overflow:hidden;display:flex;flex-direction:column;background:radial-gradient(circle at 14% 18%,rgba(37,99,235,.34),transparent 28rem),radial-gradient(circle at 88% 78%,rgba(79,70,229,.34),transparent 30rem),linear-gradient(145deg,#06101F,#0D1B34 52%,#172554);color:#fff}.tpAuthBrandPanel:after{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 0);background-size:56px 56px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent);mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent)}.tpAuthLogo{position:relative;z-index:3;display:block;width:210px}.tpAuthLogo img{display:block;width:100%;height:auto;filter:drop-shadow(0 12px 28px rgba(37,99,235,.26))}.tpAuthBrandCopy{position:relative;z-index:2;margin:auto 0;max-width:650px;padding:70px 0}.tpAuthKicker{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:900;letter-spacing:1.6px;color:#93C5FD}.tpAuthKicker i{width:8px;height:8px;border-radius:50%;background:#38BDF8;box-shadow:0 0 0 7px rgba(56,189,248,.1)}.tpAuthBrandCopy h1{font-size:clamp(46px,5vw,76px);line-height:1.02;letter-spacing:-4px;margin:24px 0 22px;max-width:700px;background:linear-gradient(135deg,#fff 15%,#BFDBFE 56%,#818CF8);-webkit-background-clip:text;background-clip:text;color:transparent}.tpAuthBrandCopy>p{max-width:610px;color:#B7C5D8;font-size:17px;line-height:1.75;margin:0}.tpAuthFeatureGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-top:42px}.tpAuthFeatureGrid>div{min-height:122px;padding:17px;border-radius:18px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.09);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:grid;align-content:start;grid-gap:10px;gap:10px}.tpAuthFeatureGrid b{font-size:12px;color:#60A5FA;letter-spacing:1px}.tpAuthFeatureGrid span{font-size:12px;line-height:1.55;color:#D1DAE7}.tpAuthTrust{position:relative;z-index:2;display:flex;gap:22px;flex-wrap:wrap;color:#8FA5BE;font-size:12px}.tpAuthOrb{position:absolute;border-radius:50%;filter:blur(4px);pointer-events:none}.tpAuthOrbOne{width:270px;height:270px;right:-110px;top:19%;background:radial-gradient(circle at 35% 35%,rgba(56,189,248,.45),rgba(37,99,235,.08) 60%,transparent 70%)}.tpAuthOrbTwo{width:310px;height:310px;left:-150px;bottom:-120px;background:radial-gradient(circle,rgba(79,70,229,.32),transparent 68%)}.tpAuthFormSide{min-height:100vh;padding:28px clamp(28px,5vw,80px) 54px;display:flex;flex-direction:column;background:radial-gradient(circle at 90% 2%,rgba(37,99,235,.07),transparent 24rem),#F8FAFC}.tpAuthTop{display:flex;justify-content:space-between;align-items:center;color:#94A3B8;font-size:12px;min-height:42px}.tpAuthTop a{font-weight:800;color:#475569}.tpAuthTop a:hover{color:#2563EB}.tpAuthCard{width:min(540px,100%);margin:auto;background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:36px 38px;box-shadow:0 26px 75px rgba(15,23,42,.1)}.tpAuthCardWide{width:min(620px,100%);margin-top:38px;margin-bottom:38px}.tpAuthCardHead{margin-bottom:27px}.tpAuthMiniLabel{display:inline-flex;font-size:12px;font-weight:950;letter-spacing:1.5px;color:#2563EB;background:#EFF6FF;border:1px solid #dbeafe;padding:7px 9px;border-radius:999px}.tpAuthCardHead h2{font-size:36px;line-height:1.08;letter-spacing:-1.7px;margin:16px 0 8px}.tpAuthCardHead p{color:#64748B;font-size:14px;line-height:1.55;margin:0}.tpAuthForm{display:grid;grid-gap:16px;gap:16px}.tpAuthForm label:not(.tpAuthCheck){display:grid;grid-gap:8px;gap:8px}.tpAuthForm label>span{font-size:12px;font-weight:850;color:#334155}.tpAuthForm input:not([type=checkbox]){width:100%;height:52px;border:1px solid #dce4ef;border-radius:13px;background:#fff;padding:0 15px;color:#0F172A;outline:none;transition:.18s ease}.tpAuthForm input:not([type=checkbox]):hover{border-color:#B9C7D9}.tpAuthForm input:not([type=checkbox]):focus{border-color:#2563EB;box-shadow:0 0 0 4px rgba(37,99,235,.11)}.tpAuthTwo{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.tpAuthFormMeta{display:flex;justify-content:flex-end;margin-top:-5px}.tpAuthFormMeta a{font-size:12px;font-weight:850;color:#2563EB}.tpAuthSubmit{min-height:54px;border:0;border-radius:14px;background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;font-weight:900;display:flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 13px 30px rgba(37,99,235,.22);transition:.18s ease}.tpAuthSubmit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 17px 36px rgba(37,99,235,.28)}.tpAuthSubmit:disabled{opacity:.55;cursor:not-allowed}.tpAuthSubmit span{font-size:18px}.tpAuthSecondary{min-height:51px;border-radius:14px;background:#fff;color:#334155;font-weight:850;border:1px solid #dce4ef}.tpAuthSecondary:hover:not(:disabled){border-color:#93C5FD;color:#1D4ED8}.tpAuthCheck{grid-template-columns:19px 1fr!important;grid-gap:10px!important;gap:10px!important;align-items:start}.tpAuthCheck input{width:18px;height:18px;margin-top:1px;accent-color:#2563EB}.tpAuthCheck span{font-weight:600!important;color:#64748B!important;line-height:1.5}.tpAuthCheck a{color:#2563EB;font-weight:800}.tpAuthDivider{display:flex;align-items:center;gap:12px;color:#94A3B8;font-size:12px;margin:22px 0}.tpAuthDivider:after,.tpAuthDivider:before{content:"";height:1px;background:#E2E8F0;flex:1 1}.tpAuthSwitch{text-align:center;font-size:12px;color:#64748B;margin:4px 0 0}.tpAuthSwitch a{color:#2563EB;font-weight:900}.tpAuthOtp{text-align:center!important;font-size:21px!important;letter-spacing:9px;font-weight:900}.tpAuthCard .successInline{background:#ECFDF5;border:1px solid #a7f3d0;color:#047857;padding:12px 14px;border-radius:12px;font-size:12px}.tpAuthCard .errorBox{margin:0}@media(max-width:1050px){.tpAuthPage{grid-template-columns:42% 58%}.tpAuthBrandCopy h1{font-size:54px}.tpAuthFeatureGrid{grid-template-columns:1fr}.tpAuthFeatureGrid>div{min-height:auto}.tpAuthFeatureGrid>div:nth-child(3){display:none}}@media(max-width:780px){.tpAuthPage{display:block;background:#F8FAFC}.tpAuthBrandPanel{min-height:250px;padding:24px 20px 34px}.tpAuthLogo{width:165px}.tpAuthBrandCopy{padding:42px 0 20px}.tpAuthBrandCopy h1{font-size:39px;letter-spacing:-2.3px;margin:16px 0 12px}.tpAuthBrandCopy>p{font-size:14px}.tpAuthFeatureGrid,.tpAuthTrust{display:none}.tpAuthFormSide{min-height:auto;padding:18px 16px 42px}.tpAuthTop span{display:none}.tpAuthCard,.tpAuthCardWide{width:100%;margin:18px auto;padding:26px 20px;border-radius:22px}.tpAuthCardHead h2{font-size:30px}.tpAuthTwo{grid-template-columns:1fr}}.tpDashPage{min-height:100vh;background:linear-gradient(180deg,#F8FAFC,#F1F5F9);color:#0B1220;padding-bottom:86px}.tpDashNavWrap{position:-webkit-sticky;position:sticky;top:0;z-index:80;background:rgba(7,17,31,.96);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.07)}.tpDashNav{max-width:1440px;height:76px;margin:0 auto;padding:0 34px;display:flex;align-items:center;gap:30px}.tpDashLogo{width:178px;display:block}.tpDashLogo img{display:block;width:100%;height:auto;filter:drop-shadow(0 8px 20px rgba(37,99,235,.22))}.tpDashMainNav{display:flex;align-items:center;gap:26px}.tpDashMainNav a{position:relative;color:#AFC0D5;font-size:12px;font-weight:800;padding:29px 0}.tpDashMainNav a.active,.tpDashMainNav a:hover{color:#fff}.tpDashMainNav a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:999px;background:linear-gradient(90deg,#2563EB,#4F46E5)}.tpDashNavActions{margin-left:auto;display:flex;align-items:center;gap:10px}.tpDashBell{width:42px;height:42px;border-radius:13px;border:1px solid rgba(255,255,255,.1);color:#D7E3F1;display:grid;place-items:center;background:rgba(255,255,255,.045)}.tpDashProfileBtn{min-height:44px;padding:5px 12px 5px 6px;border-radius:14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);display:flex;align-items:center;gap:9px;color:#fff}.tpDashProfileBtn>span{width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,#2563EB,#4F46E5);display:grid;place-items:center;font-weight:900}.tpDashProfileBtn>b{font-size:12px;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tpDashHeroWrap{background:radial-gradient(circle at 18% 10%,rgba(37,99,235,.34),transparent 30rem),radial-gradient(circle at 88% 30%,rgba(79,70,229,.35),transparent 34rem),linear-gradient(135deg,#07111F,#0D1B34 55%,#172554);color:#fff;border-bottom:1px solid rgba(255,255,255,.05)}.tpDashHero{max-width:1440px;margin:0 auto;padding:58px 34px 88px;display:grid;grid-template-columns:1fr 390px;grid-gap:70px;gap:70px;align-items:center}.tpDashHeroCopy{max-width:800px}.tpDashKicker{display:flex;align-items:center;gap:9px;color:#93C5FD;font-size:12px;font-weight:950;letter-spacing:1.45px}.tpDashKicker i{width:8px;height:8px;border-radius:50%;background:#38BDF8;box-shadow:0 0 0 7px rgba(56,189,248,.1)}.tpDashHero h1{font-size:54px;line-height:1.06;letter-spacing:-2.7px;margin:18px 0 16px}.tpDashHero h1 em{font-style:normal;background:linear-gradient(90deg,#93C5FD,#818CF8 70%,#67E8F9);-webkit-background-clip:text;background-clip:text;color:transparent}.tpDashHero p{max-width:690px;margin:0;color:#B6C5D8;font-size:15px;line-height:1.7}.tpDashHeroActions{display:flex;gap:10px;margin-top:27px}.tpDashGhost,.tpDashPrimary{min-height:49px;border-radius:13px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:900}.tpDashPrimary{background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;box-shadow:0 12px 30px rgba(37,99,235,.28)}.tpDashGhost{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.055);color:#E2E8F0}.tpDashTrustCard{position:relative;overflow:hidden;min-height:180px;padding:24px;border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.055));border:1px solid rgba(255,255,255,.14);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:grid;grid-template-columns:92px 1fr;grid-gap:18px;gap:18px;align-items:center;box-shadow:0 28px 60px rgba(0,0,0,.15)}.tpDashTrustCard:after{content:"";position:absolute;width:190px;height:190px;border-radius:50%;right:-90px;top:-90px;background:radial-gradient(circle,rgba(99,102,241,.35),transparent 66%)}.tpDashTrustRing{width:88px;height:88px;border-radius:50%;background:conic-gradient(#60A5FA 0 76%,#818CF8 76% 86%,rgba(255,255,255,.12) 86%);position:relative;display:grid;place-items:center}.tpDashTrustRing:after{content:"";position:absolute;inset:7px;border-radius:50%;background:#101D34}.tpDashTrustRing span,.tpDashTrustRing strong{position:relative;z-index:1}.tpDashTrustRing strong{font-size:29px}.tpDashTrustRing span{font-size:12px;color:#91A4BC;margin-top:-18px}.tpDashTrustCard>div:nth-child(2){display:grid;grid-gap:5px;gap:5px}.tpDashTrustCard small{font-size:12px;letter-spacing:1px;color:#93C5FD;font-weight:900}.tpDashTrustCard b{font-size:16px}.tpDashTrustCard div>span{font-size:12px;color:#AFC0D5}.tpDashTrustCard>a{grid-column:1/-1;font-size:12px;font-weight:850;color:#BFDBFE;border-top:1px solid rgba(255,255,255,.09);padding-top:12px}.tpDashStats{max-width:1372px;margin:-44px auto 0;padding:0 0 24px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:13px;gap:13px;position:relative;z-index:4}.tpDashStats>a{min-height:128px;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:19px;display:grid;grid-template-columns:46px 1fr auto;grid-gap:13px;gap:13px;align-items:center;box-shadow:0 18px 45px rgba(15,23,42,.08);transition:.18s ease}.tpDashStats>a:hover{transform:translateY(-2px);border-color:#BFDBFE;box-shadow:0 20px 48px rgba(37,99,235,.11)}.tpDashStatIcon{width:46px;height:46px;border-radius:14px;background:linear-gradient(145deg,#EFF6FF,#EEF2FF);color:#2563EB;display:grid;place-items:center;font-size:17px;font-weight:900}.tpDashStats a>div{display:grid;grid-gap:2px;gap:2px}.tpDashStats small{font-size:12px;letter-spacing:.8px;color:#64748B;font-weight:900}.tpDashStats strong{font-size:29px;line-height:1;color:#0B1220}.tpDashStats em{font-style:normal;font-size:12px;color:#94A3B8}.tpDashStats a>b{color:#94A3B8}.tpDashWorkspace{max-width:1372px;margin:0 auto;padding:14px 0 42px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr);grid-gap:18px;gap:18px}.tpDashMainColumn,.tpDashSideColumn{display:grid;align-content:start;grid-gap:18px;gap:18px}.tpDashPanel{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:22px;box-shadow:0 10px 34px rgba(15,23,42,.045)}.tpDashPanelLarge{padding:24px}.tpDashPanelHead{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:19px}.tpDashPanelHead>div{display:grid;grid-gap:3px;gap:3px}.tpDashPanelHead span{font-size:12px;font-weight:950;letter-spacing:1px;color:#2563EB}.tpDashPanelHead h2{font-size:23px;letter-spacing:-.8px;margin:0}.tpDashPanelHead p{font-size:12px;color:#64748B;margin:2px 0 0}.tpDashPanelHead>a{font-size:12px;font-weight:900;color:#2563EB;white-space:nowrap}.tpDashMatchList{display:grid;grid-gap:10px;gap:10px}.tpDashMatch{min-height:92px;border:1px solid #e6ebf2;border-radius:17px;padding:13px;display:grid;grid-template-columns:58px 1fr auto;grid-gap:13px;gap:13px;align-items:center;transition:.18s ease}.tpDashMatch:hover{border-color:#BFDBFE;background:#F8FBFF;transform:translateX(2px)}.tpDashMatchScore{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;display:flex;align-items:baseline;justify-content:center;padding-top:16px;box-shadow:0 10px 24px rgba(37,99,235,.18)}.tpDashMatchScore strong{font-size:20px}.tpDashMatchScore span{font-size:12px}.tpDashMatchBody{display:grid;grid-gap:4px;gap:4px}.tpDashMatchBody small{font-size:12px;color:#64748B}.tpDashMatchBody b{font-size:14px}.tpDashMatchBody>span{font-size:12px;color:#475569}.tpDashMatchBody i{display:inline-block;width:3px;height:3px;border-radius:50%;background:#CBD5E1;margin:0 7px 2px}.tpDashMatchMeta{display:grid;justify-items:end;grid-gap:9px;gap:9px}.tpDashMatchMeta span{font-size:12px;color:#94A3B8}.tpDashMatchMeta b{font-size:12px;color:#2563EB}.tpDashOfferGrid{grid-template-columns:repeat(2,1fr)}.tpDashOffer,.tpDashOfferGrid{display:grid;grid-gap:10px;gap:10px}.tpDashOffer{border:1px solid #e6ebf2;border-radius:18px;padding:16px;transition:.18s ease}.tpDashOffer:hover{border-color:#BFDBFE;box-shadow:0 14px 30px rgba(37,99,235,.07)}.tpDashOfferTop{display:flex;justify-content:space-between;align-items:center}.tpDashOfferTop>span{width:34px;height:34px;border-radius:11px;background:#EFF6FF;color:#2563EB;display:grid;place-items:center;font-weight:900}.tpDashOfferTop em{font-style:normal;font-size:12px;color:#94A3B8}.tpDashOffer>small{font-size:12px;color:#64748B}.tpDashOffer>strong{font-size:21px}.tpDashOffer>div:last-child{display:flex;justify-content:space-between;gap:8px}.tpDashOffer>div:last-child span{font-size:12px;color:#2563EB;font-weight:850}.tpDashOffer>div:last-child b{font-size:12px;color:#64748B;text-transform:uppercase}.tpDashQuickGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px}.tpDashQuickGrid>a{min-height:92px;border-radius:16px;padding:14px;background:#F8FAFC;border:1px solid #e6ebf2;display:flex;align-items:center;gap:11px;transition:.18s ease}.tpDashQuickGrid>a:hover{background:#EFF6FF;border-color:#BFDBFE}.tpDashQuickGrid>a>b{width:40px;height:40px;border-radius:12px;background:#fff;border:1px solid #e2e8f0;display:grid;place-items:center;color:#2563EB;font-size:17px}.tpDashQuickGrid a>span{display:grid;grid-gap:3px;gap:3px}.tpDashQuickGrid strong{font-size:12px}.tpDashQuickGrid small{font-size:12px;color:#64748B}.tpDashActivityList{display:grid;grid-gap:7px;gap:7px}.tpDashActivityList>a{min-height:62px;padding:9px;border-radius:14px;display:grid;grid-template-columns:38px 1fr auto;grid-gap:9px;gap:9px;align-items:center;border:1px solid transparent}.tpDashActivityList>a:hover{background:#F8FAFC;border-color:#E6EBF2}.tpDashActivityIcon{width:36px;height:36px;border-radius:11px;background:#EFF6FF;color:#2563EB;display:grid;place-items:center;font-weight:900}.tpDashActivityList a>div{display:grid;grid-gap:3px;gap:3px}.tpDashActivityList b{font-size:12px}.tpDashActivityList small{font-size:12px;color:#64748B;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:240px}.tpDashActivityList a>strong{min-width:24px;height:24px;border-radius:999px;background:#2563EB;color:#fff;display:grid;place-items:center;font-size:12px}.tpDashActivityList a>em{font-style:normal;font-size:12px;color:#94A3B8}.tpDashSideEmpty{padding:17px;border:1px dashed #cbd5e1;border-radius:13px;color:#94A3B8;font-size:12px}.tpDashEmpty{padding:28px;border:1px dashed #cbd5e1;border-radius:16px;text-align:center;display:grid;justify-items:center;grid-gap:5px;gap:5px;color:#64748B;grid-column:1/-1}.tpDashEmpty>span{width:42px;height:42px;border-radius:13px;background:#EFF6FF;color:#2563EB;display:grid;place-items:center;font-size:18px}.tpDashEmpty b{font-size:12px;color:#334155}.tpDashEmpty p{font-size:12px;margin:0;max-width:330px;line-height:1.5}.tpDashState{width:min(520px,calc(100% - 32px));margin:120px auto;padding:32px;border-radius:22px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 18px 50px rgba(15,23,42,.08);text-align:center;display:grid;justify-items:center;grid-gap:9px;gap:9px}.tpDashState span{font-size:12px;color:#64748B}.tpDashState a{font-size:12px;color:#2563EB;font-weight:900}.tpDashSpinner{width:40px;height:40px;border:4px solid #dbeafe;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}@media(max-width:1100px){.tpDashMainNav a:nth-child(3),.tpDashMainNav a:nth-child(4){display:none}.tpDashHero{grid-template-columns:1fr 340px;gap:38px}.tpDashStats,.tpDashWorkspace{margin-left:22px;margin-right:22px}.tpDashWorkspace{grid-template-columns:1fr}.tpDashSideColumn{grid-template-columns:1fr 1fr}.tpDashQuickPanel{grid-column:1/-1}}@media(max-width:780px){.tpDashNav{height:66px;padding:0 15px}.tpDashLogo{width:145px}.tpDashMainNav,.tpDashProfileBtn b{display:none}.tpDashNavActions{margin-left:auto}.tpDashHero{padding:42px 16px 70px;grid-template-columns:1fr;gap:27px}.tpDashHero h1{font-size:39px;letter-spacing:-2px}.tpDashHero p{font-size:14px}.tpDashTrustCard{min-height:auto}.tpDashStats{margin:-42px 12px 0;padding:0;grid-template-columns:1fr 1fr}.tpDashStats>a{min-height:104px;padding:13px;grid-template-columns:38px 1fr}.tpDashStats a>b{display:none}.tpDashStatIcon{width:38px;height:38px}.tpDashStats strong{font-size:24px}.tpDashWorkspace{margin:0;padding:18px 12px 34px}.tpDashPanel,.tpDashPanelLarge{padding:16px;border-radius:20px}.tpDashOfferGrid,.tpDashSideColumn{grid-template-columns:1fr}.tpDashMatch{grid-template-columns:50px 1fr}.tpDashMatchMeta{display:none}.tpDashMatchScore{width:48px;height:48px;padding-top:13px}.tpDashQuickGrid{grid-template-columns:1fr 1fr}.tpDashPanelHead h2{font-size:20px}}@media(max-width:480px){.tpDashHeroActions{display:grid}.tpDashStats{grid-template-columns:1fr 1fr;gap:8px}.tpDashStats>a{padding:11px}.tpDashQuickGrid{grid-template-columns:1fr}.tpDashTrustCard{grid-template-columns:78px 1fr}.tpDashTrustRing{width:74px;height:74px}.tpDashHero h1{font-size:35px}.tpDashPanelHead{align-items:start}.tpDashPanelHead p{display:none}}.v6UserMenu{display:flex;align-items:center;gap:9px}.v6UserChip{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#2563EB,#4F46E5);box-shadow:0 8px 20px rgba(37,99,235,.25)}.v6UserChip span{color:#fff;font-size:13px;font-weight:950}.v6Logout{border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.06);color:#CBD5E1;border-radius:10px;padding:9px 11px;font-size:12px;font-weight:850}.v6Logout:hover{background:rgba(255,255,255,.11);color:#fff}.v6AuthLoading{width:135px;height:40px;border-radius:12px;background:linear-gradient(90deg,rgba(255,255,255,.05),rgba(255,255,255,.12),rgba(255,255,255,.05));background-size:200% 100%;animation:v6AuthPulse 1.2s linear infinite}@keyframes v6AuthPulse{to{background-position:-200% 0}}@media(max-width:780px){.v6Logout{display:none}.v6UserMenu{gap:4px}.v6UserChip{width:36px;height:36px}}.v65Discover{min-height:100vh;background:#F6F8FC;color:#0B1220}.v65Top{position:relative;overflow:hidden;background:radial-gradient(circle at 12% 20%,rgba(37,99,235,.26),transparent 28rem),radial-gradient(circle at 88% 20%,rgba(79,70,229,.24),transparent 30rem),linear-gradient(135deg,#06101F,#0C1830 52%,#172554);color:#fff}.v65Top:after{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 0);background-size:58px 58px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent);mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent)}.v65Header{position:relative;z-index:4;max-width:1440px;height:82px;margin:0 auto;padding:0 34px;display:flex;align-items:center;gap:46px;border-bottom:1px solid rgba(255,255,255,.08)}.v65Logo{width:185px;display:block}.v65Logo img{width:100%;display:block}.v65Header nav{display:flex;gap:28px}.v65Header nav a,.v65HeaderActions>a:not(.v65PrimaryMini){font-size:12px;font-weight:800;color:#B8C5D8}.v65Header nav a.active,.v65Header nav a:hover,.v65HeaderActions>a:not(.v65PrimaryMini):hover{color:#fff}.v65HeaderActions{margin-left:auto;display:flex;align-items:center;gap:18px}.v65PrimaryMini{min-height:43px;padding:0 16px;border-radius:12px;background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff!important;display:flex;align-items:center;font-size:12px;font-weight:900;box-shadow:0 10px 25px rgba(37,99,235,.23)}.v65Hero{position:relative;z-index:2;max-width:1440px;margin:0 auto;padding:78px 34px 88px;display:grid;grid-template-columns:1fr auto;grid-gap:80px;gap:80px;align-items:end}.v65Hero>div{max-width:800px}.v65Kicker{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:950;letter-spacing:1.6px;color:#93C5FD}.v65Kicker i{width:8px;height:8px;border-radius:50%;background:#38BDF8;box-shadow:0 0 0 7px rgba(56,189,248,.1)}.v65Hero h1{font-size:60px;line-height:1.02;letter-spacing:-3.5px;margin:20px 0}.v65Hero h1 em{font-style:normal;background:linear-gradient(90deg,#60A5FA,#818CF8,#22D3EE);-webkit-background-clip:text;background-clip:text;color:transparent}.v65Hero>div>p{max-width:740px;font-size:16px;line-height:1.75;color:#B6C4D8}.v65Hero aside{display:flex;align-items:center;gap:25px;padding:22px 25px;border-radius:18px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.09);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.v65Hero aside div{display:grid;grid-gap:3px;gap:3px;min-width:105px}.v65Hero aside strong{font-size:22px}.v65Hero aside span{font-size:12px;color:#8FA6C0}.v65Hero aside i{width:1px;height:38px;background:rgba(255,255,255,.1)}.v65CategoryRail{position:relative;z-index:5;max-width:1372px;margin:-34px auto 0;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:10px;gap:10px}.v65CategoryRail button{min-height:92px;border:1px solid #e2e8f0;border-radius:18px;background:#fff;padding:15px;display:grid;grid-template-columns:45px 1fr;grid-template-rows:auto auto;text-align:left;grid-column-gap:12px;column-gap:12px;align-items:center;box-shadow:0 12px 34px rgba(15,23,42,.07);transition:.18s}.v65CategoryRail button.active,.v65CategoryRail button:hover{transform:translateY(-2px);border-color:#93C5FD;box-shadow:0 18px 40px rgba(37,99,235,.12)}.v65CategoryRail button.active{background:linear-gradient(180deg,#fff,#F4F7FF)}.v65CategoryRail button>span{grid-row:1/3;width:45px;height:45px;border-radius:14px;display:grid;place-items:center;font-weight:950}.v65CategoryRail button b{font-size:13px}.v65CategoryRail button small{font-size:12px;color:#7B8798;align-self:start}.v65CatAll,.v65CatIcon.c-otomobil{background:#EFF6FF;color:#1D4ED8}.v65CatIcon.c-elektronik{background:#F5F3FF;color:#6D28D9}.v65CatIcon.c-emlak{background:#ECFEFF;color:#0E7490}.v65CatIcon.c-ev-yasam{background:#FFF7ED;color:#C2410C}.v65DiscoverLayout{max-width:1440px;margin:0 auto;padding:55px 34px 100px;display:grid;grid-template-columns:310px minmax(0,1fr);grid-gap:30px;gap:30px;align-items:start}.v65Filters{position:-webkit-sticky;position:sticky;top:20px;background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:22px;box-shadow:0 18px 48px rgba(15,23,42,.06)}.v65FilterTitle{display:flex;justify-content:space-between;align-items:start;padding-bottom:17px;border-bottom:1px solid #edf1f6}.v65FilterTitle span{font-size:12px;font-weight:950;letter-spacing:1.5px;color:#2563EB}.v65FilterTitle h2{font-size:20px;letter-spacing:-.7px;margin:5px 0 0}.v65FilterTitle>b{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#EFF6FF;color:#2563EB;font-size:12px}.v65Filters form{display:grid;grid-gap:15px;gap:15px;padding-top:18px}.v65FilterGroup,.v65Filters label{display:grid;grid-gap:7px;gap:7px}.v65FilterGroup>span,.v65Filters label>span{font-size:12px;font-weight:850;color:#475569}.v65Filters input,.v65Filters select{width:100%;height:45px;border:1px solid #dce4ef;border-radius:11px;background:#fff;padding:0 12px;color:#0F172A;outline:none;font-size:12px}.v65Filters input:focus,.v65Filters select:focus{border-color:#2563EB;box-shadow:0 0 0 4px rgba(37,99,235,.09)}.v65SearchField div{position:relative}.v65SearchField div i{position:absolute;left:12px;top:12px;color:#94A3B8;font-style:normal}.v65SearchField div input{padding-left:34px}.v65Two{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.v65FilterButton{height:48px;border:0;border-radius:12px;background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;font-size:12px;font-weight:900;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 12px 25px rgba(37,99,235,.17)}.v65Reset{border:0;background:transparent;color:#64748B;font-size:12px;font-weight:800}.v65SellerHint{margin-top:19px;padding:16px;border-radius:16px;background:linear-gradient(145deg,#0F1D35,#172554);display:grid;grid-template-columns:34px 1fr;grid-gap:11px;gap:11px;color:#fff}.v65SellerHint>span{width:34px;height:34px;border-radius:11px;background:rgba(96,165,250,.15);display:grid;place-items:center;color:#60A5FA}.v65SellerHint b{font-size:12px}.v65SellerHint p{font-size:12px;line-height:1.55;color:#A8B7CB;margin:6px 0}.v65SellerHint a{font-size:12px;font-weight:900;color:#93C5FD}.v65ResultsTop{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:20px}.v65ResultsTop>div>span{font-size:12px;font-weight:950;letter-spacing:1.4px;color:#2563EB}.v65ResultsTop h2{font-size:28px;letter-spacing:-1.1px;margin:6px 0}.v65ResultsTop p{font-size:12px;color:#64748B;margin:0}.v65Sort{display:grid;grid-gap:5px;gap:5px;min-width:180px}.v65Sort span{font-size:12px;font-weight:850;color:#64748B}.v65Sort select{height:43px;border:1px solid #dce4ef;border-radius:11px;padding:0 11px;background:#fff;color:#334155;font-size:12px}.v65Grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:15px;gap:15px}.v65DemandCard{position:relative;overflow:hidden;background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:20px;box-shadow:0 8px 25px rgba(15,23,42,.045);transition:.18s}.v65DemandCard:hover{transform:translateY(-3px);border-color:#BFDBFE;box-shadow:0 18px 42px rgba(37,99,235,.09)}.v65DemandCard.featured:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(#2563EB,#4F46E5)}.v65DemandTop{justify-content:space-between}.v65DemandTop,.v65DemandType{display:flex;align-items:center}.v65DemandType{gap:10px}.v65DemandIcon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;font-size:12px;font-weight:950}.v65DemandIcon.c-otomobil{background:#EFF6FF;color:#1D4ED8}.v65DemandIcon.c-elektronik{background:#F5F3FF;color:#6D28D9}.v65DemandIcon.c-emlak{background:#ECFEFF;color:#0E7490}.v65DemandIcon.c-ev-yasam{background:#FFF7ED;color:#C2410C}.v65DemandType>div{display:grid;grid-gap:3px;gap:3px}.v65DemandType small{font-size:12px;font-weight:950;letter-spacing:1px;color:#64748B}.v65DemandType b{font-size:12px;color:#059669}.v65DemandType b i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#10B981;margin-right:4px}.v65OfferCount{font-size:12px;font-weight:850;color:#475569;background:#F8FAFC;border:1px solid #e2e8f0;padding:7px 9px;border-radius:999px}.v65DemandTitle{display:block;font-size:19px;line-height:1.3;font-weight:900;letter-spacing:-.45px;color:#0F172A;margin:20px 0 12px}.v65DemandTitle:hover{color:#2563EB}.v65Meta{display:flex;gap:7px;flex-wrap:wrap;min-height:27px}.v65Meta span{font-size:12px;color:#64748B;background:#F8FAFC;border:1px solid #edf1f6;padding:6px 8px;border-radius:8px}.v65BudgetBox{margin:17px 0;padding:14px;border-radius:14px;background:linear-gradient(135deg,#F8FAFC,#F1F5F9);border:1px solid #e8edf4;display:grid;grid-gap:5px;gap:5px}.v65BudgetBox small{font-size:12px;font-weight:950;letter-spacing:1px;color:#64748B}.v65BudgetBox strong{font-size:18px}.v65DemandBottom{padding-top:14px;border-top:1px solid #edf1f6;display:flex;justify-content:space-between;align-items:end;gap:16px}.v65DemandBottom>div{display:grid;grid-gap:3px;gap:3px}.v65DemandBottom small{font-size:12px;font-weight:950;letter-spacing:1px;color:#94A3B8}.v65DemandBottom b{font-size:12px;color:#475569}.v65DemandBottom>a{min-height:38px;padding:0 12px;border-radius:10px;background:#0F172A;color:#fff;font-size:12px;font-weight:900;display:flex;align-items:center;gap:8px}.v65DemandBottom>a:hover{background:#2563EB}.v65Skeleton{height:300px;border-radius:22px;background:linear-gradient(90deg,#EEF2F7,#F8FAFC,#EEF2F7);background-size:200% 100%;animation:v65Skeleton 1.2s linear infinite}@keyframes v65Skeleton{to{background-position:-200% 0}}.v65LoadMore{display:flex;justify-content:center;padding-top:30px}.v65LoadMore button{min-height:47px;padding:0 22px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;color:#334155;font-size:12px;font-weight:900}.v65Empty{min-height:320px;border:1px dashed #cbd5e1;border-radius:24px;background:#fff;display:grid;place-items:center;align-content:center;text-align:center;padding:40px}.v65Empty>span{width:58px;height:58px;border-radius:18px;background:#EFF6FF;color:#2563EB;display:grid;place-items:center;font-size:23px}.v65Empty h2{font-size:23px;margin:15px 0 5px}.v65Empty p{font-size:12px;color:#64748B}.v65Empty button{margin-top:8px;border:0;background:transparent;color:#2563EB;font-size:12px;font-weight:900}@media(max-width:1150px){.v65Header nav a:nth-child(3){display:none}.v65Hero{grid-template-columns:1fr}.v65Hero aside{justify-self:start}.v65CategoryRail{margin-left:22px;margin-right:22px}.v65DiscoverLayout{grid-template-columns:280px minmax(0,1fr)}}@media(max-width:900px){.v65Header{padding:0 18px}.v65Header nav,.v65HeaderActions>a:not(.v65PrimaryMini):first-child{display:none}.v65Hero{padding:58px 20px 72px}.v65Hero h1{font-size:48px}.v65CategoryRail{grid-template-columns:repeat(5,170px);overflow-x:auto;margin-top:-28px;padding-bottom:10px}.v65DiscoverLayout{grid-template-columns:1fr;padding:35px 18px 80px}.v65Filters{position:static}.v65Grid{grid-template-columns:1fr 1fr}}@media(max-width:650px){.v65Header{height:70px}.v65Logo{width:155px}.v65HeaderActions>a:not(.v65PrimaryMini){display:none}.v65PrimaryMini{min-height:39px;padding:0 12px}.v65Hero{padding-top:42px}.v65Hero h1{font-size:38px;letter-spacing:-2px}.v65Hero>div>p{font-size:14px}.v65Hero aside{width:100%;overflow-x:auto;gap:16px;padding:16px}.v65CategoryRail{margin-left:12px;margin-right:12px}.v65Grid{grid-template-columns:1fr}.v65ResultsTop{display:grid;align-items:start}.v65Sort{min-width:0;width:100%}.v65DiscoverLayout{padding-left:12px;padding-right:12px}.v65Filters{border-radius:20px;padding:18px}.v65DemandCard{padding:17px}.v65BudgetBox strong{font-size:16px}}.v66Create{min-height:100vh;background:#F5F7FB;color:#0B1220}.v66CreateHeader{height:78px;display:flex;align-items:center;gap:26px;padding:0 max(26px,calc((100vw - 1440px)/2));background:#07111F;border-bottom:1px solid rgba(255,255,255,.08);color:#fff}.v66CreateLogo{width:175px;display:block;flex:0 0 auto}.v66CreateLogo img{width:100%;display:block}.v66CreateHeaderTitle{display:grid;grid-gap:3px;gap:3px;padding-left:24px;border-left:1px solid rgba(255,255,255,.11)}.v66CreateHeaderTitle span{font-size:12px;font-weight:950;letter-spacing:1.5px;color:#60A5FA}.v66CreateHeaderTitle b{font-size:12px;color:#DCE6F4}.v66CreateHeaderActions{margin-left:auto;display:flex;align-items:center;gap:22px}.v66CreateHeaderActions a{font-size:12px;font-weight:800;color:#9FB0C6}.v66CreateHeaderActions a:hover{color:#fff}.v66CreateHero{padding:48px max(26px,calc((100vw - 1440px)/2)) 46px;background:radial-gradient(circle at 12% 20%,rgba(37,99,235,.22),transparent 25rem),radial-gradient(circle at 82% 30%,rgba(79,70,229,.22),transparent 28rem),linear-gradient(135deg,#07111F,#0E1B32 55%,#172554);color:#fff;display:grid;grid-template-columns:1fr 220px;grid-gap:50px;gap:50px;align-items:end}.v66CreateHero>div{max-width:880px}.v66CreateKicker{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:950;letter-spacing:1.6px;color:#93C5FD}.v66CreateKicker i{width:7px;height:7px;border-radius:50%;background:#38BDF8;box-shadow:0 0 0 6px rgba(56,189,248,.1)}.v66CreateHero h1{font-size:48px;line-height:1.04;letter-spacing:-2.6px;margin:17px 0 14px}.v66CreateHero h1 em{font-style:normal;background:linear-gradient(90deg,#60A5FA,#818CF8,#22D3EE);-webkit-background-clip:text;background-clip:text;color:transparent}.v66CreateHero>div>p{max-width:760px;color:#B6C4D8;font-size:14px;line-height:1.75;margin:0}.v66CreateHero aside{padding:18px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.055);border-radius:18px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.v66CreateHero aside small{font-size:12px;font-weight:900;letter-spacing:1px;color:#8FA6C0}.v66CreateHero aside strong{display:block;font-size:27px;margin:5px 0 10px}.v66CreateHero aside>div{height:6px;background:rgba(255,255,255,.1);border-radius:999px;overflow:hidden}.v66CreateHero aside>div span{display:block;height:100%;background:linear-gradient(90deg,#38BDF8,#6366F1);border-radius:999px}.v66CreateHero aside p{font-size:12px;color:#92A6BF;margin:8px 0 0}.v66CreateLayout{max-width:1440px;margin:0 auto;padding:34px;display:grid;grid-template-columns:230px minmax(0,1fr) 340px;grid-gap:22px;gap:22px;align-items:start}.v66StepRail{position:-webkit-sticky;position:sticky;top:20px;background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:18px;box-shadow:0 16px 40px rgba(15,23,42,.05)}.v66StepRailHead{padding:3px 4px 15px;border-bottom:1px solid #edf1f6}.v66StepRailHead span{font-size:12px;font-weight:950;letter-spacing:1.4px;color:#2563EB}.v66StepRailHead h2{font-size:18px;letter-spacing:-.6px;margin:5px 0 0}.v66Steps{display:grid;grid-gap:3px;gap:3px;padding:12px 0}.v66Steps button{position:relative;display:grid;grid-template-columns:34px 1fr;grid-gap:10px;gap:10px;align-items:center;padding:9px;border:0;border-radius:12px;background:transparent;text-align:left;color:#64748B}.v66Steps button>span{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:#F1F5F9;color:#64748B;font-size:12px;font-weight:900}.v66Steps button div{display:grid;grid-gap:2px;gap:2px}.v66Steps button b{font-size:12px}.v66Steps button small{font-size:12px;color:#94A3B8}.v66Steps button.active{background:#EFF6FF;color:#1D4ED8}.v66Steps button.active>span{background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff}.v66Steps button.done{color:#0F766E}.v66Steps button.done>span{background:#ECFDF5;color:#059669}.v66Steps button i{position:absolute;right:6px;width:5px;height:25px;border-radius:999px;background:#2563EB}.v66Help{margin-top:8px;padding:13px;border-radius:14px;background:#0F172A;color:#fff;display:grid;grid-template-columns:29px 1fr;grid-gap:9px;gap:9px}.v66Help>span{width:29px;height:29px;border-radius:9px;display:grid;place-items:center;background:rgba(96,165,250,.14);color:#60A5FA;font-weight:900}.v66Help b,.v66Help p{font-size:12px}.v66Help p{line-height:1.5;color:#A9B7CA;margin:4px 0 0}.v66FormPanel{background:#fff;border:1px solid #e2e8f0;border-radius:24px;box-shadow:0 18px 50px rgba(15,23,42,.055);overflow:hidden}.v66FormTop{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:24px 26px;border-bottom:1px solid #edf1f6}.v66FormTop>div span{font-size:12px;font-weight:950;letter-spacing:1.4px;color:#2563EB}.v66FormTop h2{font-size:25px;letter-spacing:-1px;margin:5px 0 0}.v66FormTop>b{font-size:12px;color:#2563EB;background:#EFF6FF;border:1px solid #dbeafe;border-radius:999px;padding:8px 10px}.v66FormBody{padding:26px;display:grid;grid-gap:22px;gap:22px}.v66BudgetIntro,.v66InfoBanner,.v66Ready{display:grid;grid-template-columns:42px 1fr;grid-gap:12px;gap:12px;align-items:center;padding:14px 15px;border-radius:15px;background:linear-gradient(135deg,#EFF6FF,#F5F3FF);border:1px solid #dbeafe}.v66BudgetIntro>span,.v66InfoBanner>span,.v66Ready>span{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;font-size:13px;font-weight:950}.v66BudgetIntro b,.v66InfoBanner b,.v66Ready b{font-size:12px}.v66BudgetIntro p,.v66InfoBanner p,.v66Ready p{font-size:12px;color:#64748B;line-height:1.5;margin:4px 0 0}.v66Fields2{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.v66Description,.v66Fields2 label{display:grid;grid-gap:8px;gap:8px;position:relative}.v66Description>span,.v66Fields2 label>span{font-size:12px;font-weight:850;color:#334155}.v66Fields2 label>span i{font-style:normal;color:#EF4444}.v66Description textarea,.v66Fields2 input,.v66Fields2 select{width:100%;border:1px solid #dce4ef;border-radius:12px;background:#fff;color:#0F172A;outline:none;font-size:12px}.v66Fields2 input,.v66Fields2 select{height:49px;padding:0 13px}.v66Description textarea,.v66Fields2 textarea{min-height:125px;padding:13px;resize:vertical}.v66Description textarea:focus,.v66Fields2 input:focus,.v66Fields2 select:focus,.v66Fields2 textarea:focus{border-color:#2563EB;box-shadow:0 0 0 4px rgba(37,99,235,.09)}.v66Wide{grid-column:1/-1}.v66Count{position:absolute;right:11px;bottom:9px;font-size:12px;color:#94A3B8;background:#fff;padding-left:7px}.v66InputSuffix{position:relative}.v66InputSuffix input{padding-right:44px!important}.v66InputSuffix>b{position:absolute;right:12px;top:17px;font-size:12px;color:#64748B}.v66GeneratedTitle{padding:17px;border-radius:14px;border:1px dashed #bfdbfe;background:#F8FBFF;display:grid;grid-gap:5px;gap:5px}.v66GeneratedTitle small{font-size:12px;font-weight:950;letter-spacing:1.2px;color:#2563EB}.v66GeneratedTitle strong{font-size:16px;letter-spacing:-.3px}.v66Toggle{display:grid!important;grid-template-columns:0 42px 1fr!important;grid-gap:10px!important;gap:10px!important;align-items:center!important;padding:14px;border:1px solid #e2e8f0;border-radius:14px;background:#F8FAFC}.v66Toggle input{opacity:0;width:0;height:0}.v66Toggle>span{width:42px;height:24px;border-radius:999px;background:#CBD5E1;position:relative}.v66Toggle>span:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;top:3px;left:3px;box-shadow:0 2px 6px rgba(0,0,0,.12);transition:.18s}.v66Toggle input:checked+span{background:#2563EB}.v66Toggle input:checked+span:after{left:21px}.v66Toggle div{display:grid;grid-gap:2px;gap:2px}.v66Toggle b{font-size:12px}.v66Toggle small{font-size:12px;color:#64748B}.v66Review{border:1px solid #e2e8f0;border-radius:17px;padding:18px}.v66Review>div:first-child{display:grid;grid-gap:4px;gap:4px}.v66Review small{font-size:12px;font-weight:900;color:#64748B;letter-spacing:.7px}.v66Review>div:first-child strong{font-size:18px}.v66ReviewGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px;margin-top:15px}.v66ReviewGrid>div{padding:12px;border-radius:12px;background:#F8FAFC;display:grid;grid-gap:4px;gap:4px}.v66Review>p,.v66ReviewGrid b{font-size:12px}.v66Review>p{color:#64748B;line-height:1.6;margin:15px 0 0;padding-top:15px;border-top:1px solid #edf1f6}.v66Insight{border:1px solid #e2e8f0;border-radius:17px;padding:18px;background:#FCFDFE}.v66InsightHead{display:flex;justify-content:space-between;gap:18px;align-items:center}.v66InsightHead>div>span{font-size:12px;font-weight:950;letter-spacing:1px;color:#4F46E5}.v66InsightHead h3{font-size:16px;margin:5px 0 3px}.v66InsightHead p{font-size:12px;color:#64748B;margin:0}.v66InsightHead button{min-height:39px;padding:0 13px;border-radius:10px;border:1px solid #c7d2fe;background:#EEF2FF;color:#4338CA;font-size:12px;font-weight:900}.v66InsightStats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;margin-top:15px}.v66InsightStats>div{padding:12px;border-radius:11px;background:#fff;border:1px solid #e8edf4;display:grid;grid-gap:4px;gap:4px}.v66InsightStats small{font-size:12px;color:#64748B}.v66InsightStats strong{font-size:16px}.v66InsightNote{font-size:12px;color:#64748B;margin:12px 0 0}.v66Suggestions{display:grid;margin-top:12px}.v66Suggestions>div{display:grid;grid-template-columns:24px 1fr auto;grid-gap:9px;gap:9px;align-items:start;padding:10px 0;border-top:1px solid #edf1f6}.v66Suggestions>div>span{color:#2563EB}.v66Suggestions b{font-size:12px}.v66Suggestions p{font-size:12px;color:#64748B;margin:3px 0}.v66Suggestions em{font-size:12px;font-style:normal;color:#059669}.v66AltGrid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:9px;gap:9px;margin-top:14px}.v66AltGrid article{border:1px solid #e2e8f0;border-radius:13px;padding:12px;background:#fff}.v66AltGrid article header{display:flex;justify-content:space-between;gap:8px}.v66AltGrid article header>div{display:grid;grid-gap:2px;gap:2px}.v66AltGrid article header b{font-size:12px}.v66AltGrid article header small{font-size:12px;color:#64748B}.v66AltGrid article header>span{font-size:12px;font-weight:900;color:#2563EB}.v66AltGrid article>div{display:grid;grid-gap:3px;gap:3px;margin-top:12px}.v66AltGrid article>div small{font-size:12px;color:#64748B}.v66AltGrid article>div b{font-size:12px}.v66AltGrid footer{margin-top:10px}.v66AltGrid button{border:0;background:#EFF6FF;color:#2563EB;border-radius:8px;padding:7px 9px;font-size:12px;font-weight:850}.v66Error{margin:0 26px;padding:12px 14px;border-radius:12px;background:#FEF2F2;border:1px solid #fecaca;color:#B91C1C;font-size:12px}.v66FormActions{justify-content:space-between;gap:15px;padding:19px 26px;border-top:1px solid #edf1f6;background:#FCFDFE}.v66Back,.v66FormActions{display:flex;align-items:center}.v66Back{min-height:42px;padding:0 13px;border:1px solid #dce4ef;border-radius:11px;background:#fff;color:#475569;font-size:12px;font-weight:850}.v66FormActions>div{display:flex;align-items:center;gap:13px}.v66FormActions>div>small{font-size:12px;color:#94A3B8}.v66Next{min-height:44px;padding:0 17px;border:0;border-radius:11px;background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;font-size:12px;font-weight:900;display:flex;align-items:center;gap:10px;box-shadow:0 10px 24px rgba(37,99,235,.18)}.v66PreviewSide{position:-webkit-sticky;position:sticky;top:20px;display:grid;grid-gap:13px;gap:13px}.v66PreviewLabel{display:grid;grid-gap:3px;gap:3px;padding:0 3px}.v66PreviewLabel span{font-size:12px;font-weight:950;letter-spacing:1.3px;color:#2563EB}.v66PreviewLabel b{font-size:13px}.v66GenericPreviewCard,.v66PreviewCard{background:linear-gradient(155deg,#0A1426,#111F39 60%,#172554);color:#fff;border:1px solid rgba(255,255,255,.09);border-radius:22px;padding:19px;box-shadow:0 22px 55px rgba(15,23,42,.16);overflow:hidden;position:relative}.v66GenericPreviewCard:after,.v66PreviewCard:after{content:"";position:absolute;width:170px;height:170px;border-radius:50%;right:-80px;top:-80px;background:radial-gradient(circle,rgba(79,70,229,.45),transparent 68%)}.v66PreviewCard>header{position:relative;z-index:1;display:flex;justify-content:space-between}.v66PreviewCard>header span{font-size:12px;font-weight:900;color:#86EFAC}.v66PreviewCard>header span i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#22C55E;margin-right:4px}.v66PreviewCard>header small{font-size:12px;color:#8FA6C0}.v66PreviewCat{display:inline-flex;margin-top:22px;padding:6px 8px;border-radius:8px;background:rgba(96,165,250,.13);color:#93C5FD;font-size:12px;font-weight:950;letter-spacing:1px}.v66PreviewCard h3{font-size:20px;line-height:1.25;letter-spacing:-.5px;margin:12px 0 6px;position:relative;z-index:1}.v66PreviewCard>p{font-size:12px;color:#AAB8CB;line-height:1.5;margin:0}.v66PreviewBudget{margin:17px 0;padding:13px;border-radius:13px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);display:grid;grid-gap:4px;gap:4px}.v66PreviewBudget small{font-size:12px;color:#8FA6C0;font-weight:900;letter-spacing:.8px}.v66PreviewBudget strong{font-size:16px}.v66PreviewRows{display:grid;grid-gap:0;gap:0}.v66PreviewRows>div{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-top:1px solid rgba(255,255,255,.07)}.v66PreviewRows span{font-size:12px;color:#8FA6C0}.v66PreviewRows b{font-size:12px;color:#DCE6F4}.v66GenericPreviewCard>footer,.v66PreviewCard>footer{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-top:13px;padding-top:13px;border-top:1px solid rgba(255,255,255,.08)}.v66GenericPreviewCard>footer span,.v66PreviewCard>footer span{font-size:12px;font-weight:900;color:#60A5FA}.v66GenericPreviewCard>footer b,.v66PreviewCard>footer b{font-size:12px;color:#CBD5E1}.v66PreviewTip,.v66Why{padding:13px;border:1px solid #e2e8f0;border-radius:15px;background:#fff;display:grid;grid-template-columns:31px 1fr;grid-gap:9px;gap:9px}.v66PreviewTip>span,.v66Why>span{width:31px;height:31px;border-radius:10px;background:#EFF6FF;color:#2563EB;display:grid;place-items:center}.v66PreviewTip b,.v66Why b{font-size:12px}.v66PreviewTip p,.v66Why p{font-size:12px;color:#64748B;line-height:1.5;margin:3px 0 0}.v66Loading{min-height:100vh;background:linear-gradient(135deg,#07111F,#172554);display:grid;place-items:center;align-content:center;text-align:center;color:#fff;grid-gap:22px;gap:22px}.v66Loading>img{width:190px}.v66Loading>div>span{display:block;width:34px;height:34px;border:3px solid rgba(255,255,255,.14);border-top-color:#60a5fa;border-radius:50%;margin:0 auto 14px;animation:v66spin .8s linear infinite}@keyframes v66spin{to{transform:rotate(1turn)}}.v66Loading h1{font-size:22px;margin:0}.v66Loading p{font-size:12px;color:#9FB0C6}.v66GenericHero{max-width:1440px;margin:0 auto;padding:45px 34px 28px;display:grid;grid-template-columns:70px minmax(0,1fr) 190px;grid-gap:22px;gap:22px;align-items:center}.v66GenericHero>.v66GenericIcon{width:64px;height:64px;border-radius:19px;display:grid;place-items:center;font-size:18px;font-weight:950}.v66GenericIcon.c-elektronik{background:#F5F3FF;color:#6D28D9}.v66GenericIcon.c-emlak{background:#ECFEFF;color:#0E7490}.v66GenericIcon.c-ev-yasam{background:#FFF7ED;color:#C2410C}.v66GenericHero>div:nth-child(2)>span{font-size:12px;font-weight:950;letter-spacing:1.4px;color:#2563EB}.v66GenericHero h1{font-size:36px;letter-spacing:-1.7px;margin:6px 0}.v66GenericHero h1 em{font-style:normal;color:#4F46E5}.v66GenericHero p{font-size:12px;line-height:1.6;color:#64748B;margin:0;max-width:720px}.v66GenericHero aside{padding:15px;border:1px solid #e2e8f0;border-radius:15px;background:#fff}.v66GenericHero aside small{font-size:12px;font-weight:900;color:#64748B}.v66GenericHero aside strong{display:block;font-size:20px;margin:4px 0 7px}.v66GenericHero aside>div{height:5px;background:#EDF1F6;border-radius:999px;overflow:hidden}.v66GenericHero aside>div span{display:block;height:100%;background:linear-gradient(90deg,#2563EB,#4F46E5)}.v66GenericLayout{max-width:1440px;margin:0 auto;padding:0 34px 90px;display:grid;grid-template-columns:minmax(0,1fr) 340px;grid-gap:24px;gap:24px;align-items:start}.v66GenericForm{display:grid;grid-gap:14px;gap:14px}.v66GenericSection{background:#fff;border:1px solid #e2e8f0;border-radius:21px;padding:22px;box-shadow:0 12px 35px rgba(15,23,42,.04)}.v66SectionHead{display:grid;grid-template-columns:37px 1fr;grid-gap:12px;gap:12px;align-items:start;margin-bottom:20px}.v66SectionHead>span{width:37px;height:37px;border-radius:11px;display:grid;place-items:center;background:#EFF6FF}.v66SectionHead small,.v66SectionHead>span{color:#2563EB;font-size:12px;font-weight:950}.v66SectionHead small{letter-spacing:1.2px}.v66SectionHead h2{font-size:19px;letter-spacing:-.6px;margin:4px 0 3px}.v66SectionHead p{font-size:12px;color:#64748B;margin:0}.v66Description textarea{min-height:130px}.v66Description small{position:absolute;right:11px;bottom:9px;font-size:12px;color:#94A3B8;background:#fff;padding-left:7px}.v66FieldsLoading{grid-column:1/-1;min-height:95px;border:1px dashed #cbd5e1;border-radius:13px;display:flex;align-items:center;justify-content:center;gap:10px;color:#64748B}.v66FieldsLoading span{width:18px;height:18px;border:2px solid #dbeafe;border-top-color:#2563eb;border-radius:50%;animation:v66spin .8s linear infinite}.v66FieldsLoading p{font-size:12px}.v66GenericActions{display:flex;justify-content:space-between;align-items:center;gap:16px;background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:15px 18px}.v66GenericActions>a{font-size:12px;font-weight:850;color:#64748B}.v66GenericActions>div{display:flex;align-items:center;gap:14px}.v66GenericActions small{font-size:12px;color:#94A3B8}.v66GenericActions button{min-height:44px;padding:0 17px;border:0;border-radius:11px;background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;font-size:12px;font-weight:900;display:flex;align-items:center;gap:9px;box-shadow:0 10px 24px rgba(37,99,235,.18)}.v66GenericPreview{position:-webkit-sticky;position:sticky;top:20px;display:grid;grid-gap:13px;gap:13px}.v66GenericPreviewCard>header{display:flex;align-items:center;gap:10px;position:relative;z-index:1}.v66GenericPreviewCard>header .v66GenericIcon{width:39px;height:39px;border-radius:12px}.v66GenericPreviewCard>header>div{display:grid;grid-gap:3px;gap:3px}.v66GenericPreviewCard>header small{font-size:12px;color:#8FA6C0}.v66GenericPreviewCard>header b{font-size:12px;color:#86EFAC}.v66GenericPreviewCard>header b i{display:inline-block;width:5px;height:5px;border-radius:50%;background:#22C55E;margin-right:4px}.v66GenericPreviewCard h3{font-size:20px;margin:20px 0 10px}.v66GenericTags{display:flex;flex-wrap:wrap;gap:5px}.v66GenericTags span{font-size:12px;padding:5px 7px;border-radius:7px;background:rgba(255,255,255,.06);color:#B6C4D8;border:1px solid rgba(255,255,255,.08)}.v66GenericNote{font-size:12px;line-height:1.5;color:#AAB8CB;padding-top:11px;border-top:1px solid rgba(255,255,255,.07)}.v66Secure{background:#ECFDF5;border:1px solid #a7f3d0;border-radius:14px;padding:13px}.v66Secure>div{display:flex;gap:7px;align-items:center}.v66Secure>div span{width:23px;height:23px;border-radius:8px;background:#10B981;color:#fff;display:grid;place-items:center;font-size:12px}.v66Secure b,.v66Secure p{font-size:12px;color:#047857}.v66Secure p{line-height:1.5;margin:6px 0 0}@media(max-width:1180px){.v66CreateLayout{grid-template-columns:210px minmax(0,1fr)}.v66PreviewSide{display:none}.v66GenericLayout{grid-template-columns:minmax(0,1fr) 300px}}@media(max-width:900px){.v66CreateHeader{padding:0 18px}.v66CreateHeaderActions a:nth-child(2),.v66CreateHeaderActions a:nth-child(3),.v66CreateHeaderTitle{display:none}.v66CreateHero{grid-template-columns:1fr;padding:38px 20px}.v66CreateHero aside{max-width:240px}.v66CreateHero h1{font-size:39px}.v66CreateLayout{grid-template-columns:1fr;padding:22px 18px 70px}.v66StepRail{position:static}.v66Steps{grid-template-columns:repeat(5,1fr);gap:5px;overflow-x:auto}.v66Steps button{grid-template-columns:1fr;text-align:center;min-width:80px}.v66Steps button,.v66Steps button div{justify-items:center}.v66Help,.v66Steps button i{display:none}.v66GenericHero{grid-template-columns:55px 1fr;padding:30px 18px 20px}.v66GenericHero>.v66GenericIcon{width:52px;height:52px}.v66GenericHero aside{display:none}.v66GenericLayout{grid-template-columns:1fr;padding:0 18px 70px}.v66GenericPreview{position:static}}@media(max-width:620px){.v66CreateHeader{height:68px}.v66CreateLogo{width:150px}.v66CreateHeaderActions{gap:10px}.v66CreateHeaderActions a{font-size:12px}.v66CreateHero h1{font-size:32px;letter-spacing:-1.7px}.v66CreateHero>div>p{font-size:12px}.v66CreateLayout{padding-left:10px;padding-right:10px}.v66StepRail{border-radius:17px;padding:12px}.v66StepRailHead{display:none}.v66Steps button{min-width:62px;padding:7px}.v66Steps button small{display:none}.v66FormTop{padding:19px 17px}.v66FormTop h2{font-size:21px}.v66FormBody{padding:18px}.v66Fields2{grid-template-columns:1fr}.v66Wide{grid-column:auto}.v66FormActions{padding:15px 17px}.v66FormActions>div>small{display:none}.v66Back{padding:0 10px}.v66Next{padding:0 13px}.v66AltGrid,.v66InsightStats,.v66ReviewGrid{grid-template-columns:1fr 1fr}.v66InsightHead{display:grid}.v66GenericHero{grid-template-columns:45px 1fr}.v66GenericHero>.v66GenericIcon{width:43px;height:43px;border-radius:13px}.v66GenericHero h1{font-size:27px}.v66GenericLayout{padding-left:10px;padding-right:10px}.v66GenericSection{padding:17px}.v66GenericActions{display:grid}.v66GenericActions>div{justify-content:space-between}.v66GenericActions small{display:none}}.v67Detail{min-height:100vh;background:#F5F7FB;color:#0B1220}.v67Header{height:78px;display:flex;align-items:center;gap:34px;padding:0 max(26px,calc((100vw - 1440px)/2));background:#07111F;border-bottom:1px solid rgba(255,255,255,.08);color:#fff}.v67Logo{width:175px;display:block}.v67Logo img{width:100%;display:block}.v67Header nav{display:flex;gap:24px}.v67Header nav a,.v67HeaderActions>a:not(.v67HeaderPrimary){font-size:12px;font-weight:800;color:#9FB0C6}.v67Header nav a:hover,.v67HeaderActions>a:not(.v67HeaderPrimary):hover{color:#fff}.v67HeaderActions{margin-left:auto;display:flex;gap:18px;align-items:center}.v67HeaderPrimary{min-height:42px;padding:0 14px;border-radius:11px;background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff!important;display:flex;align-items:center;font-size:12px;font-weight:900}.v67Hero{background:radial-gradient(circle at 14% 20%,rgba(37,99,235,.22),transparent 25rem),radial-gradient(circle at 88% 35%,rgba(79,70,229,.2),transparent 28rem),linear-gradient(135deg,#07111F,#0D1A31 52%,#172554);color:#fff}.v67HeroInner{max-width:1440px;margin:0 auto;padding:34px 34px 46px}.v67Breadcrumb{display:flex;align-items:center;gap:8px;font-size:12px;color:#7F93AC}.v67Breadcrumb a{color:#9FB0C6}.v67Breadcrumb b{color:#D9E3F0}.v67HeroGrid{display:grid;grid-template-columns:minmax(0,1fr) 350px;grid-gap:42px;gap:42px;align-items:end;margin-top:28px}.v67HeroMeta{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.v67HeroMeta>span{font-size:12px;font-weight:850;color:#8FA6C0}.v67CategoryPill,.v67Status{padding:7px 9px;border-radius:999px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.055)}.v67Status i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#94A3B8;margin-right:4px}.v67Status.s-active{color:#86EFAC}.v67Status.s-active i{background:#22C55E}.v67Status.s-paused{color:#FDE68A}.v67Status.s-paused i{background:#F59E0B}.v67Status.s-completed{color:#93C5FD}.v67Status.s-completed i{background:#3B82F6}.v67CategoryPill{color:#93C5FD!important}.v67HeroMain h1{font-size:46px;line-height:1.07;letter-spacing:-2.2px;margin:15px 0 10px;max-width:900px}.v67HeroMain>p{font-size:12px;color:#A9B8CB;margin:0}.v67BudgetHero{padding:20px;border-radius:18px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.v67BudgetHero>small{font-size:12px;font-weight:950;letter-spacing:1.1px;color:#8FA6C0}.v67BudgetHero>strong{display:block;font-size:23px;margin:6px 0 2px}.v67BudgetHero>span{font-size:14px;color:#B8C6D9}.v67BudgetHero>div{display:flex;justify-content:space-between;gap:12px;margin-top:13px;padding-top:12px;border-top:1px solid rgba(255,255,255,.08)}.v67BudgetHero b{font-size:12px;color:#93C5FD}.v67BudgetHero em{font-size:12px;font-style:normal;color:#9FB0C6}.v67GlobalError{max-width:1372px;margin:20px auto 0;padding:12px 14px;border-radius:12px;background:#FEF2F2;border:1px solid #fecaca;color:#B91C1C;font-size:12px}.v67Layout{max-width:1440px;margin:0 auto;padding:34px;display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:24px;gap:24px;align-items:start}.v67Main{display:grid;grid-gap:18px;gap:18px}.v67Card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:22px;box-shadow:0 16px 44px rgba(15,23,42,.045)}.v67CardHead{display:grid;grid-template-columns:48px 1fr;grid-gap:13px;gap:13px;align-items:start}.v67CardHead>div:last-child>span{font-size:12px;font-weight:950;letter-spacing:1.2px;color:#2563EB}.v67CardHead h2{font-size:21px;letter-spacing:-.7px;margin:4px 0}.v67CardHead p{font-size:12px;color:#64748B;line-height:1.5;margin:0}.v67CategoryIcon,.v67IntentIcon,.v67OfferIcon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;font-size:13px;font-weight:950}.v67CategoryIcon.c-otomobil{background:#EFF6FF;color:#1D4ED8}.v67CategoryIcon.c-elektronik{background:#F5F3FF;color:#6D28D9}.v67CategoryIcon.c-emlak{background:#ECFEFF;color:#0E7490}.v67CategoryIcon.c-ev-yasam{background:#FFF7ED;color:#C2410C}.v67IntentIcon{background:#ECFDF5;color:#047857}.v67OfferIcon{background:#EEF2FF;color:#4F46E5}.v67CriteriaGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-top:20px}.v67CriteriaGrid>div{padding:14px;border:1px solid #e8edf4;border-radius:13px;background:#F8FAFC;display:grid;grid-gap:4px;gap:4px}.v67CriteriaGrid small{font-size:12px;font-weight:850;color:#64748B}.v67CriteriaGrid strong{font-size:12px;color:#0F172A}.v67Description{margin-top:18px;padding:16px 17px;border-left:3px solid #2563eb;border-radius:12px;background:#F8FBFF}.v67Description span{font-size:12px;font-weight:950;letter-spacing:1px;color:#2563EB}.v67Description p{font-size:12px;line-height:1.65;color:#475569;margin:7px 0 0}.v67IntentGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:9px;gap:9px;margin-top:19px}.v67IntentGrid>div{padding:13px;border-radius:12px;background:#F8FAFC;border:1px solid #e8edf4;display:grid;grid-gap:4px;gap:4px}.v67IntentGrid small{font-size:12px;color:#64748B}.v67IntentGrid strong{font-size:12px}.v67OwnerOfferList{display:grid;margin-top:18px}.v67OwnerOfferList>a{display:grid;grid-template-columns:1fr auto 24px;grid-gap:12px;gap:12px;align-items:center;padding:13px 0;border-top:1px solid #edf1f6}.v67OwnerOfferList>a>div{display:grid;grid-gap:3px;gap:3px}.v67OwnerOfferList b{font-size:12px}.v67OwnerOfferList small{font-size:12px;color:#64748B}.v67OwnerOfferList>a>strong{font-size:12px}.v67OwnerOfferList>a>span{color:#2563EB}.v67MoreOffers{display:inline-flex;margin-top:10px;font-size:12px;font-weight:900;color:#2563EB}.v67Side{position:-webkit-sticky;position:sticky;top:20px;display:grid;grid-gap:14px;gap:14px}.v67ActionCard,.v67BuyerCard{background:#fff;border:1px solid #e2e8f0;border-radius:21px;padding:19px;box-shadow:0 16px 42px rgba(15,23,42,.05)}.v67BuyerTop{display:grid;grid-template-columns:46px 1fr;grid-gap:11px;gap:11px;align-items:center}.v67Avatar{width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;display:grid;place-items:center;font-size:15px;font-weight:950}.v67BuyerTop>div:last-child{display:grid;grid-gap:2px;gap:2px}.v67BuyerTop span{font-size:12px;font-weight:950;letter-spacing:1px;color:#64748B}.v67BuyerTop h3{font-size:15px;margin:0}.v67BuyerTop p{font-size:12px;color:#64748B;margin:0}.v67TrustRows{display:grid;margin-top:16px}.v67TrustRows>div{display:grid;grid-template-columns:28px 1fr;grid-gap:9px;gap:9px;align-items:center;padding:10px 0;border-top:1px solid #edf1f6}.v67TrustRows>div>span{width:26px;height:26px;border-radius:9px;display:grid;place-items:center;font-size:12px;font-weight:900}.v67TrustRows .ok{background:#ECFDF5;color:#059669}.v67TrustRows .muted{background:#F1F5F9;color:#94A3B8}.v67TrustRows>div>div{display:grid;grid-gap:2px;gap:2px}.v67TrustRows b{font-size:12px}.v67TrustRows small{font-size:12px;color:#64748B}.v67ProfileLink{margin-top:13px;display:flex;justify-content:space-between;align-items:center;min-height:39px;padding:0 11px;border-radius:10px;background:#F8FAFC;border:1px solid #e2e8f0;color:#334155;font-size:12px;font-weight:850}.v67ActionCard{background:linear-gradient(160deg,#0A1426,#111F39 62%,#172554);color:#fff;border-color:rgba(255,255,255,.08)}.v67ActionKicker{font-size:12px;font-weight:950;letter-spacing:1.2px;color:#60A5FA}.v67ActionCard h3{font-size:20px;line-height:1.25;letter-spacing:-.5px;margin:8px 0}.v67ActionCard>p{font-size:12px;line-height:1.6;color:#A9B8CB;margin:0}.v67BudgetMini{display:grid;grid-gap:4px;gap:4px;margin:16px 0;padding:13px;border-radius:12px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}.v67BudgetMini small{font-size:12px;color:#8FA6C0}.v67BudgetMini strong{font-size:13px}.v67PrimaryAction,.v67PrimaryButton,.v67SecondaryAction{width:100%;min-height:45px;border-radius:11px;display:flex;align-items:center;justify-content:center;gap:9px;font-size:12px;font-weight:900}.v67PrimaryAction,.v67PrimaryButton{border:0;background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;box-shadow:0 10px 24px rgba(37,99,235,.22)}.v67SecondaryAction{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#DCE6F4;margin-bottom:9px}.v67Favorite{width:100%;min-height:41px;margin-top:9px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:rgba(255,255,255,.05);color:#DCE6F4;font-size:12px;font-weight:850}.v67Report{display:block;text-align:center;margin-top:12px;font-size:12px;color:#7F93AC}.v67Report:hover{color:#CBD5E1}.v67OwnerStats{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin:15px 0}.v67OwnerStats>div{padding:11px;border-radius:10px;background:rgba(255,255,255,.06);display:grid;grid-gap:3px;gap:3px}.v67OwnerStats small{font-size:12px;color:#8FA6C0}.v67OwnerStats strong{font-size:12px}.v67CompleteSelect{display:grid;grid-gap:6px;gap:6px;margin:11px 0}.v67CompleteSelect span{font-size:12px;color:#9FB0C6}.v67CompleteSelect select{height:42px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#0F1D34;color:#fff;padding:0 10px;font-size:12px}.v67ViewOffers{display:block;text-align:center;margin-top:12px;font-size:12px;color:#93C5FD;font-weight:850}.v67Safety{padding:13px;border:1px solid #d1fae5;border-radius:14px;background:#ECFDF5;display:grid;grid-template-columns:30px 1fr;grid-gap:9px;gap:9px}.v67Safety>span{width:30px;height:30px;border-radius:10px;background:#10B981;color:#fff;display:grid;place-items:center;font-size:12px}.v67Safety b,.v67Safety p{font-size:12px;color:#047857}.v67Safety p{line-height:1.5;margin:3px 0 0}.v67Loading{min-height:100vh;background:linear-gradient(135deg,#07111F,#172554);display:grid;place-items:center;align-content:center;text-align:center;color:#fff;grid-gap:18px;gap:18px}.v67Loading>img{width:190px}.v67Loading>div>span{display:block;width:34px;height:34px;border:3px solid rgba(255,255,255,.14);border-top-color:#60a5fa;border-radius:50%;margin:0 auto 13px;animation:v67spin .8s linear infinite}@keyframes v67spin{to{transform:rotate(1turn)}}.v67Loading h2{font-size:21px;margin:0}.v67Loading p{font-size:12px;color:#9FB0C6}.v67LoadError a{display:inline-flex;margin-top:10px;color:#93C5FD;font-size:12px;font-weight:850}@media(max-width:1050px){.v67Header nav{display:none}.v67HeroGrid{grid-template-columns:1fr 300px}.v67Layout{grid-template-columns:minmax(0,1fr) 320px}.v67CriteriaGrid,.v67IntentGrid{grid-template-columns:1fr 1fr}}@media(max-width:800px){.v67Header{padding:0 18px}.v67HeaderActions>a:not(.v67HeaderPrimary):first-child{display:none}.v67HeroInner{padding:28px 18px 36px}.v67HeroGrid{grid-template-columns:1fr}.v67HeroMain h1{font-size:36px}.v67BudgetHero{max-width:360px}.v67Layout{grid-template-columns:1fr;padding:22px 18px 70px}.v67Side{position:static}.v67BuyerCard{order:1}.v67ActionCard{order:0}}@media(max-width:560px){.v67Header{height:68px}.v67Logo{width:150px}.v67HeaderActions>a:not(.v67HeaderPrimary){display:none}.v67HeaderPrimary{min-height:39px;padding:0 11px}.v67HeroMain h1{font-size:31px;letter-spacing:-1.5px}.v67CriteriaGrid,.v67IntentGrid{grid-template-columns:1fr}.v67Layout{padding-left:10px;padding-right:10px}.v67Card{padding:17px}.v67CardHead{grid-template-columns:42px 1fr}.v67CategoryIcon,.v67IntentIcon,.v67OfferIcon{width:42px;height:42px}.v67OwnerOfferList>a{grid-template-columns:1fr auto}.v67OwnerOfferList>a>span{display:none}}.v68Compare,.v68OfferDetail,.v68Offers{min-height:100vh;background:#F5F7FB;color:#0B1220}.v68Header{height:78px;display:flex;align-items:center;gap:34px;padding:0 max(26px,calc((100vw - 1440px)/2));background:#07111F;border-bottom:1px solid rgba(255,255,255,.08);color:#fff}.v68Logo{width:175px;display:block}.v68Logo img{width:100%;display:block}.v68Header nav{display:flex;gap:24px}.v68Header nav a,.v68Header>div>a:not(.v68HeaderCta){font-size:12px;font-weight:800;color:#9FB0C6}.v68Header nav a.active,.v68Header nav a:hover,.v68Header>div>a:not(.v68HeaderCta):hover{color:#fff}.v68Header>div{margin-left:auto;gap:18px}.v68Header>div,.v68HeaderCta{display:flex;align-items:center}.v68HeaderCta{min-height:42px;padding:0 14px;border-radius:11px;background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;font-size:12px;font-weight:900}.v68CompareHero,.v68OfferHero{padding:56px max(26px,calc((100vw - 1440px)/2));background:radial-gradient(circle at 12% 20%,rgba(37,99,235,.23),transparent 26rem),radial-gradient(circle at 86% 28%,rgba(79,70,229,.22),transparent 28rem),linear-gradient(135deg,#07111F,#0E1B32 55%,#172554);color:#fff;display:grid;grid-template-columns:1fr auto;grid-gap:50px;gap:50px;align-items:end}.v68Kicker{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:950;letter-spacing:1.5px;color:#93C5FD}.v68Kicker i{width:7px;height:7px;border-radius:50%;background:#38BDF8;box-shadow:0 0 0 6px rgba(56,189,248,.1)}.v68CompareHero h1,.v68OfferHero h1{font-size:46px;line-height:1.04;letter-spacing:-2.5px;margin:17px 0 13px}.v68CompareHero h1 em,.v68OfferHero h1 em{font-style:normal;background:linear-gradient(90deg,#60A5FA,#818CF8,#22D3EE);-webkit-background-clip:text;background-clip:text;color:transparent}.v68CompareHero p,.v68OfferHero p{font-size:13px;color:#B6C4D8;line-height:1.7;margin:0}.v68OfferHero aside{display:flex;align-items:center;gap:20px;padding:18px 21px;border-radius:17px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.09)}.v68OfferHero aside>div{display:grid;grid-gap:4px;gap:4px;min-width:105px}.v68OfferHero aside small{font-size:12px;color:#8298B2}.v68OfferHero aside strong{font-size:18px}.v68OfferHero aside>i{width:1px;height:35px;background:rgba(255,255,255,.09)}.v68OfferBody{max-width:1440px;margin:0 auto;padding:34px 34px 90px}.v68Toolbar{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:20px}.v68Tabs{display:flex;gap:7px}.v68Tabs button{height:42px;padding:0 13px;border:1px solid #dce4ef;border-radius:11px;background:#fff;color:#64748B;font-size:12px;font-weight:850}.v68Tabs button b{margin-left:5px;padding:3px 6px;border-radius:999px;background:#F1F5F9;font-size:12px}.v68Tabs button.active{border-color:#BFDBFE;background:#EFF6FF;color:#1D4ED8}.v68CompareState{display:flex;align-items:center;gap:12px}.v68CompareState span{font-size:12px;font-weight:850;color:#475569}.v68CompareState small{font-size:12px;color:#94A3B8}.v68CompareState a{min-height:42px;padding:0 14px;border-radius:11px;background:#0F172A;color:#fff;display:flex;align-items:center;gap:8px;font-size:12px;font-weight:900}.v68Grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.v68OfferCard{display:grid;grid-template-columns:190px minmax(0,1fr);overflow:hidden;background:#fff;border:1px solid #e2e8f0;border-radius:22px;box-shadow:0 12px 36px rgba(15,23,42,.05);transition:.18s}.v68OfferCard:hover{transform:translateY(-2px);border-color:#BFDBFE;box-shadow:0 18px 42px rgba(37,99,235,.08)}.v68OfferCard.selected{border-color:#60A5FA;box-shadow:0 0 0 3px rgba(37,99,235,.08),0 18px 42px rgba(37,99,235,.08)}.v68OfferMedia{position:relative;min-height:245px;background:linear-gradient(145deg,#0F172A,#1E293B);overflow:hidden}.v68OfferMedia img{width:100%;height:100%;object-fit:cover}.v68OfferPlaceholder{width:100%;height:100%;display:grid;place-items:center;color:#60A5FA;font-size:34px;font-weight:950}.v68MatchBadge{position:absolute;left:12px;bottom:12px;width:57px;height:57px;border-radius:16px;background:rgba(7,17,31,.9);border:1px solid rgba(255,255,255,.12);display:grid;place-items:center;align-content:center;color:#fff}.v68MatchBadge b{font-size:15px}.v68MatchBadge small{font-size:12px;color:#93C5FD}.v68Heart{position:absolute;right:11px;top:11px;width:34px;height:34px;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:rgba(7,17,31,.72);color:#fff;font-size:15px}.v68Heart.active{color:#F87171}.v68OfferContent{padding:18px;display:flex;flex-direction:column}.v68OfferMeta{display:flex;justify-content:space-between;gap:10px}.v68OfferMeta small{font-size:12px;color:#94A3B8}.v68OfferStatus{font-size:12px;font-weight:900;padding:6px 7px;border-radius:999px;background:#F1F5F9;color:#475569}.v68OfferStatus.s-shortlisted{background:#EEF2FF;color:#4F46E5}.v68OfferStatus.s-completed{background:#ECFDF5;color:#047857}.v68OfferContent h2{font-size:18px;line-height:1.25;letter-spacing:-.45px;margin:14px 0 5px}.v68OfferContent>p{font-size:12px;color:#64748B;line-height:1.5;margin:0}.v68PriceBox{display:grid;grid-template-columns:1fr auto;grid-gap:12px;gap:12px;align-items:end;margin:16px 0;padding:13px;border-radius:13px;background:#F8FAFC;border:1px solid #e8edf4}.v68PriceBox>div{display:grid;grid-gap:3px;gap:3px}.v68PriceBox small{font-size:12px;color:#64748B}.v68PriceBox strong{font-size:18px}.v68PriceBox span{font-size:12px;color:#64748B}.v68OfferActions{margin-top:auto;padding-top:13px;border-top:1px solid #edf1f6;display:flex;justify-content:space-between;gap:10px;align-items:center}.v68OfferActions label{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:850;color:#64748B}.v68OfferActions label.active{color:#2563EB}.v68OfferActions input{accent-color:#2563EB}.v68OfferActions>div{display:flex;gap:7px}.v68OfferActions a{min-height:36px;padding:0 10px;border:1px solid #dce4ef;border-radius:9px;color:#475569;display:flex;align-items:center;font-size:12px;font-weight:850}.v68OfferActions a.primary{background:#0F172A;border-color:#0F172A;color:#fff}.v68OfferSkeleton{height:278px;border-radius:22px;background:linear-gradient(90deg,#EEF2F7,#F8FAFC,#EEF2F7);background-size:200% 100%;animation:v68sk 1.2s linear infinite}@keyframes v68sk{to{background-position:-200% 0}}.v68Empty{min-height:300px;border:1px dashed #cbd5e1;border-radius:22px;background:#fff;display:grid;place-items:center;align-content:center;text-align:center;padding:35px}.v68Empty>span{width:55px;height:55px;border-radius:17px;background:#EFF6FF;color:#2563EB;display:grid;place-items:center;font-size:20px}.v68Empty h2{font-size:20px;margin:13px 0 4px}.v68Empty p{font-size:12px;color:#64748B}.v68Empty a{font-size:12px;font-weight:900;color:#2563EB}.v68DetailHero{background:radial-gradient(circle at 14% 20%,rgba(37,99,235,.22),transparent 26rem),linear-gradient(135deg,#07111F,#172554);color:#fff}.v68DetailHeroInner{max-width:1440px;margin:0 auto;padding:30px 34px 44px}.v68DetailCrumb{display:flex;gap:8px;font-size:12px;color:#8298B2}.v68DetailCrumb a{color:#9FB0C6}.v68DetailTitleRow{display:grid;grid-template-columns:1fr 330px;grid-gap:40px;gap:40px;align-items:end;margin-top:26px}.v68DetailTitleRow h1{font-size:42px;letter-spacing:-2px;margin:14px 0 8px}.v68DetailTitleRow>div>p{font-size:12px;color:#A9B8CB}.v68DetailTitleRow aside{padding:18px;border-radius:17px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);display:grid;grid-gap:4px;gap:4px}.v68DetailTitleRow aside button{justify-self:end;border:0;background:transparent;color:#FCA5A5;font-size:12px}.v68DetailTitleRow aside small{font-size:12px;color:#8FA6C0}.v68DetailTitleRow aside strong{font-size:23px}.v68DetailTitleRow aside span{font-size:12px;color:#9FB0C6}.v68Error{max-width:1372px;margin:18px auto 0;padding:12px;border-radius:12px;background:#FEF2F2;border:1px solid #fecaca;color:#B91C1C;font-size:12px}.v68DetailLayout{max-width:1440px;margin:0 auto;padding:28px 34px 90px;display:grid;grid-template-columns:minmax(0,1fr) 350px;grid-gap:22px;gap:22px}.v68DetailMain{display:grid;grid-gap:16px;gap:16px}.v68DetailSide{position:-webkit-sticky;position:sticky;top:20px;display:grid;grid-gap:13px;gap:13px}.v68Gallery{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:180px 180px;grid-gap:8px;gap:8px;border-radius:20px;overflow:hidden}.v68Gallery a{overflow:hidden;background:#E2E8F0}.v68Gallery a:first-child{grid-row:1/3}.v68Gallery img{width:100%;height:100%;object-fit:cover}.v68Gallery.g-1{display:block;height:370px}.v68Gallery.g-2{grid-template-columns:1fr 1fr;grid-template-rows:370px}.v68Gallery.g-2 a:first-child{grid-row:auto}.v68DetailCard{background:#fff;border:1px solid #e2e8f0;border-radius:21px;padding:21px;box-shadow:0 14px 40px rgba(15,23,42,.045)}.v68DetailCardHead span{font-size:12px;font-weight:950;color:#2563EB;letter-spacing:1.2px}.v68DetailCardHead h2{font-size:20px;margin:4px 0}.v68DetailCardHead p{font-size:12px;color:#64748B}.v68Facts{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:9px;gap:9px;margin-top:18px}.v68Facts>div{padding:13px;border:1px solid #e8edf4;border-radius:12px;background:#F8FAFC;display:grid;grid-gap:4px;gap:4px}.v68Facts small{font-size:12px;color:#64748B}.v68Facts b{font-size:12px}.v68Facts .match{background:#EFF6FF;border-color:#DBEAFE}.v68Facts .match b{color:#1D4ED8;font-size:14px}.v68SellerNote{margin-top:16px;padding:14px;border-left:3px solid #2563eb;background:#F8FBFF;border-radius:10px}.v68SellerNote span{font-size:12px;color:#2563EB;font-weight:950}.v68SellerNote p{font-size:12px;color:#475569;line-height:1.6}.v68NegotiationTimeline{display:grid;margin-top:16px}.v68NegotiationTimeline>div{display:grid;grid-template-columns:18px 1fr;grid-gap:9px;gap:9px;min-height:52px}.v68NegotiationTimeline>div>span{width:10px;height:10px;border-radius:50%;background:#94A3B8;margin-top:4px;box-shadow:0 0 0 4px #F1F5F9}.v68NegotiationTimeline>div>span.mine{background:#2563EB;box-shadow:0 0 0 4px #DBEAFE}.v68NegotiationTimeline>div>div{display:grid;grid-template-columns:1fr auto auto;grid-gap:10px;gap:10px;padding-bottom:13px;border-bottom:1px solid #edf1f6}.v68NegotiationTimeline small{font-size:12px;color:#64748B}.v68NegotiationTimeline b{font-size:12px}.v68NegotiationTimeline em{font-size:12px;font-style:normal;color:#64748B}.v68StatusHistory>div{display:grid;grid-template-columns:1fr auto auto;grid-gap:12px;gap:12px;padding:9px 0;border-top:1px solid #edf1f6}.v68StatusHistory b,.v68StatusHistory span,.v68StatusHistory strong{font-size:12px}.v68NegotiationCard,.v68PartyCard,.v68SideActions{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:17px}.v68PartyTop{display:grid;grid-template-columns:43px 1fr;grid-gap:10px;gap:10px}.v68PartyTop>div{width:43px;height:43px;border-radius:13px;background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;display:grid;place-items:center;font-weight:950}.v68PartyTop>span{display:grid;grid-gap:2px;gap:2px}.v68PartyTop small{font-size:12px;color:#64748B}.v68PartyTop b{font-size:12px}.v68PartyTop em{font-size:12px;font-style:normal;color:#94A3B8}.v68PartyCard>a{margin-top:13px;min-height:38px;padding:0 10px;border:1px solid #dce4ef;border-radius:10px;display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:850;color:#334155}.v68NegotiationCard{background:linear-gradient(160deg,#0A1426,#172554);color:#fff;border-color:rgba(255,255,255,.08)}.v68SideKicker{font-size:12px;font-weight:950;color:#60A5FA}.v68NegotiationCard h3{font-size:19px;margin:7px 0}.v68NegotiationCard>p{font-size:12px;color:#A9B8CB;line-height:1.55}.v68CounterInput{position:relative;margin-top:13px}.v68CounterInput input,.v68ReviewForm select,.v68ReviewForm textarea{width:100%;border:1px solid rgba(255,255,255,.13);background:#0E1C33;color:#fff;border-radius:10px}.v68CounterInput input{height:45px;padding:0 42px 0 11px}.v68CounterInput span{position:absolute;right:12px;top:15px;font-size:12px;color:#8FA6C0}.v68AltAction,.v68MainAction,.v68ReviewForm button{width:100%;min-height:43px;margin-top:9px;border:0;border-radius:10px;background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;font-size:12px;font-weight:900}.v68Pending{margin-top:13px;padding:14px;border-radius:12px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);display:grid;grid-gap:4px;gap:4px}.v68Pending small{font-size:12px;color:#8FA6C0}.v68Pending strong{font-size:20px}.v68Pending p{font-size:12px;color:#9FB0C6}.v68Decision{display:grid;grid-template-columns:1fr 1fr;grid-gap:7px;gap:7px;margin-top:9px}.v68AltAction,.v68Decision button{min-height:39px;border:1px solid rgba(255,255,255,.13);border-radius:9px;background:rgba(255,255,255,.06);color:#DCE6F4;font-size:12px;font-weight:850}.v68Decision button.accept{background:#10B981;border-color:#10B981}.v68ReviewForm{display:grid;grid-gap:9px;gap:9px}.v68ReviewForm label{display:grid;grid-gap:5px;gap:5px}.v68ReviewForm label span{font-size:12px}.v68ReviewForm select{height:42px}.v68ReviewForm textarea{min-height:90px;padding:10px}.v68Success{margin-top:12px;color:#86EFAC;font-size:12px}.v68SideActions{display:grid;grid-gap:7px;gap:7px}.v68SideActions a,.v68SideActions button{min-height:40px;border:1px solid #dce4ef;border-radius:10px;background:#fff;color:#475569;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:850}.v68SideActions a.message{background:#0F172A;border-color:#0F172A;color:#fff;justify-content:space-between;padding:0 11px}.v68SideActions button.danger{color:#B91C1C;background:#FEF2F2;border-color:#FECACA}.v68SideActions a.report{border:0;min-height:auto;color:#94A3B8}.v68LegalNote{font-size:12px;color:#94A3B8;text-align:center}.v68DetailLoading{min-height:100vh;background:linear-gradient(135deg,#07111F,#172554);display:grid;place-items:center;align-content:center;color:#fff;text-align:center;grid-gap:17px;gap:17px}.v68DetailLoading img{width:190px}.v68CompareLoading span,.v68DetailLoading>div>span{display:block;width:32px;height:32px;border:3px solid rgba(255,255,255,.14);border-top-color:#60a5fa;border-radius:50%;margin:0 auto 12px;animation:v68spin .8s linear infinite}@keyframes v68spin{to{transform:rotate(1turn)}}.v68DetailLoading h2{font-size:20px}.v68DetailLoading p{font-size:12px;color:#9FB0C6}.v68CompareHero aside{padding:17px 20px;border-radius:16px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);display:grid;text-align:center}.v68CompareHero aside strong{font-size:27px}.v68CompareHero aside span{font-size:12px;color:#8FA6C0}.v68CompareBody{max-width:1440px;margin:0 auto;padding:30px 34px 90px}.v68CompareTable{overflow-x:auto;background:#fff;border:1px solid #e2e8f0;border-radius:22px;box-shadow:0 18px 50px rgba(15,23,42,.055)}.v68CompareActions,.v68CompareHead,.v68CompareRow{min-width:900px;display:grid;grid-template-columns:190px repeat(3,minmax(210px,1fr))}.v68CompareHead{border-bottom:1px solid #e2e8f0}.v68CompareLabel{padding:20px}.v68CompareLabel span{font-size:12px;font-weight:950;color:#2563EB}.v68CompareLabel h2{font-size:17px}.v68CompareHead article{padding:16px;border-left:1px solid #edf1f6}.v68CompareImage{height:125px;border-radius:12px;overflow:hidden;background:#0F172A;display:grid;place-items:center;color:#60A5FA;font-size:25px;font-weight:950}.v68CompareImage img{width:100%;height:100%;object-fit:cover}.v68CompareHead article>small{display:block;margin-top:10px;font-size:12px;color:#64748B}.v68CompareHead article h3{font-size:13px;margin:4px 0}.v68CompareHead article p{font-size:12px;color:#94A3B8}.v68CompareHead article>a{font-size:12px;font-weight:850;color:#2563EB}.v68CompareRow{border-bottom:1px solid #edf1f6}.v68CompareRow>strong{padding:15px 20px;font-size:12px;color:#64748B;background:#FBFCFE;display:flex;align-items:center}.v68CompareRow>div{padding:13px 16px;border-left:1px solid #edf1f6;display:flex;align-items:center}.v68CompareRow>div>span{display:flex;align-items:center;gap:7px}.v68CompareRow b{font-size:12px}.v68CompareRow em{font-size:12px;font-style:normal;font-weight:950;padding:4px 5px;border-radius:999px;background:#ECFDF5;color:#047857}.v68CompareRow .winner b{color:#047857}.v68CompareActions>strong{padding:17px 20px;font-size:12px;color:#64748B}.v68CompareActions>div{padding:12px 16px;border-left:1px solid #edf1f6;display:grid;grid-gap:6px;gap:6px}.v68CompareActions a{min-height:37px;border-radius:9px;background:#0F172A;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:850}.v68CompareActions a.secondary{background:#fff;border:1px solid #dce4ef;color:#475569}.v68CompareLoading{min-height:260px;display:grid;place-items:center;align-content:center;grid-gap:10px;gap:10px;color:#64748B}.v68CompareLoading span{border-color:#2563EB #DBEAFE #DBEAFE}.v68CompareLoading p{font-size:12px}@media(max-width:1120px){.v68Header nav a:nth-child(4){display:none}.v68OfferHero{grid-template-columns:1fr}.v68OfferHero aside{justify-self:start}.v68Grid{grid-template-columns:1fr}.v68DetailLayout{grid-template-columns:minmax(0,1fr) 315px}.v68Facts{grid-template-columns:1fr 1fr}}@media(max-width:820px){.v68Header{padding:0 18px}.v68Header nav,.v68Header>div>a:not(.v68HeaderCta){display:none}.v68CompareHero,.v68OfferHero{grid-template-columns:1fr;padding:42px 18px}.v68CompareHero h1,.v68OfferHero h1{font-size:37px}.v68CompareBody,.v68OfferBody{padding-left:18px;padding-right:18px}.v68Toolbar{display:grid}.v68DetailHeroInner{padding:27px 18px}.v68DetailLayout,.v68DetailTitleRow{grid-template-columns:1fr}.v68DetailLayout{padding:22px 18px 70px}.v68DetailSide{position:static}.v68Gallery{grid-template-rows:145px 145px}}@media(max-width:580px){.v68Header{height:68px}.v68Logo{width:150px}.v68HeaderCta{min-height:39px}.v68CompareHero h1,.v68OfferHero h1{font-size:31px}.v68OfferHero aside{width:100%;overflow-x:auto}.v68OfferCard{grid-template-columns:1fr}.v68OfferMedia{min-height:210px}.v68OfferActions{display:grid}.v68Tabs{overflow-x:auto}.v68CompareState{display:grid}.v68DetailTitleRow h1{font-size:31px}.v68Facts{grid-template-columns:1fr}.v68Gallery{display:flex;overflow-x:auto;height:230px}.v68Gallery a,.v68Gallery a:first-child{min-width:82%;height:230px;grid-row:auto}.v68DetailLayout{padding-left:10px;padding-right:10px}.v68DetailCard{padding:17px}}.v6FavoritesLink{min-height:40px;padding:0 12px;border-radius:11px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(147,197,253,.18);background:rgba(37,99,235,.08);color:#BFDBFE;font-size:12px;font-weight:850;white-space:nowrap;transition:.18s ease}.v6FavoritesLink:hover{background:rgba(37,99,235,.16);border-color:rgba(147,197,253,.34);color:#fff}@media(max-width:1240px){.v6FavoritesLink{padding:0 10px;font-size:12px}.v6Header{gap:28px}.v6Nav{gap:20px}}@media(max-width:900px){.v6FavoritesLink{font-size:0;width:39px;padding:0}.v6FavoritesLink:before{content:"♡";font-size:18px;line-height:1}}@media(max-width:780px){.v6FavoritesLink{display:flex}.v6UserChip{display:none}}.v66InputSuffix input[inputmode=numeric]{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:.15px}.v610ChatPage,.v610Messages,.v610Start{min-height:100vh;background:#F5F7FB;color:#0B1220}.v610Header{height:78px;display:flex;align-items:center;gap:34px;padding:0 max(26px,calc((100vw - 1440px)/2));background:#07111F;border-bottom:1px solid rgba(255,255,255,.08);color:#fff}.v610Logo{width:175px;display:block;flex:0 0 auto}.v610Logo img{width:100%;display:block}.v610Header nav{display:flex;gap:24px}.v610Header nav a,.v610Header>div>a:not(.v610HeaderCta){font-size:12px;font-weight:800;color:#9FB0C6}.v610Header nav a.active,.v610Header nav a:hover,.v610Header>div>a:not(.v610HeaderCta):hover{color:#fff}.v610Header>div{margin-left:auto;gap:18px}.v610Header>div,.v610HeaderCta{display:flex;align-items:center}.v610HeaderCta{min-height:42px;padding:0 14px;border-radius:11px;background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff!important;font-size:12px;font-weight:900}.v610MessagesHero{padding:54px max(26px,calc((100vw - 1440px)/2)) 56px;background:radial-gradient(circle at 13% 18%,rgba(37,99,235,.22),transparent 26rem),radial-gradient(circle at 87% 28%,rgba(79,70,229,.22),transparent 28rem),linear-gradient(135deg,#07111F,#0D1A31 54%,#172554);color:#fff;display:grid;grid-template-columns:1fr auto;grid-gap:50px;gap:50px;align-items:end}.v610Kicker{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:950;letter-spacing:1.5px;color:#93C5FD}.v610Kicker i{width:7px;height:7px;border-radius:50%;background:#38BDF8;box-shadow:0 0 0 6px rgba(56,189,248,.1)}.v610MessagesHero h1,.v610StartIntro h1{font-size:45px;line-height:1.04;letter-spacing:-2.4px;margin:17px 0 13px}.v610MessagesHero h1 em,.v610StartIntro h1 em{font-style:normal;background:linear-gradient(90deg,#60A5FA,#818CF8,#22D3EE);-webkit-background-clip:text;background-clip:text;color:transparent}.v610MessagesHero>div>p,.v610StartIntro>p{font-size:13px;line-height:1.7;color:#B6C4D8;margin:0;max-width:720px}.v610MessagesHero aside{display:flex;align-items:center;gap:20px;padding:18px 21px;border-radius:17px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.09)}.v610MessagesHero aside>div{display:grid;grid-gap:4px;gap:4px;min-width:95px}.v610MessagesHero aside small{font-size:12px;font-weight:900;color:#8298B2}.v610MessagesHero aside strong{font-size:18px}.v610MessagesHero aside>i{width:1px;height:34px;background:rgba(255,255,255,.09)}.v610MessagesLayout{max-width:1440px;margin:0 auto;padding:30px 34px 90px;display:grid;grid-template-columns:minmax(0,1fr) 330px;grid-gap:22px;gap:22px;align-items:start}.v610Inbox{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:20px;box-shadow:0 16px 44px rgba(15,23,42,.045)}.v610InboxTop{display:flex;justify-content:space-between;gap:20px;align-items:center}.v610InboxTop>div:first-child>span{font-size:12px;font-weight:950;letter-spacing:1.2px;color:#2563EB}.v610InboxTop h2{font-size:23px;letter-spacing:-.8px;margin:4px 0 0}.v610InboxTabs{display:flex;gap:6px}.v610InboxTabs button{height:36px;padding:0 11px;border:1px solid #dce4ef;border-radius:9px;background:#fff;color:#64748B;font-size:12px;font-weight:850}.v610InboxTabs button.active{background:#EFF6FF;border-color:#BFDBFE;color:#1D4ED8}.v610InboxTabs button b{margin-left:4px}.v610ChatSearch,.v610Search{margin-top:16px;position:relative;display:block}.v610ChatSearch>span,.v610Search>span{position:absolute;left:12px;top:11px;color:#94A3B8;z-index:1}.v610ChatSearch input,.v610Search input{width:100%;height:42px;border:1px solid #dce4ef;border-radius:11px;padding:0 12px 0 34px;background:#F8FAFC;color:#0F172A;font-size:12px;outline:none}.v610ChatSearch input:focus,.v610Search input:focus{border-color:#2563EB;box-shadow:0 0 0 4px rgba(37,99,235,.08)}.v610ConversationStack{display:grid;margin-top:12px}.v610Conversation{display:grid;grid-template-columns:48px 1fr;grid-gap:12px;gap:12px;padding:14px 5px;border-top:1px solid #edf1f6;color:inherit}.v610Conversation:first-child{border-top:0}.v610Conversation:hover{background:#FBFCFE}.v610Conversation.unread{background:#F8FBFF}.v610Avatar{position:relative;width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#2563EB,#4F46E5);display:grid;place-items:center;color:#fff;font-size:14px;font-weight:950}.v610Avatar i{position:absolute;right:-1px;bottom:-1px;width:12px;height:12px;border-radius:50%;background:#22C55E;border:3px solid #fff}.v610ConversationMain{min-width:0}.v610ConversationContext,.v610ConversationLine,.v610ConversationPreview{display:flex;justify-content:space-between;align-items:center;gap:12px}.v610ConversationLine strong{font-size:12px}.v610ConversationLine time{font-size:12px;color:#94A3B8}.v610ConversationContext{margin-top:4px}.v610ConversationContext span{font-size:12px;font-weight:850;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v610ConversationContext b{font-size:12px;color:#2563EB;white-space:nowrap}.v610ConversationPreview{margin-top:5px}.v610ConversationPreview p{min-width:0;margin:0;font-size:12px;color:#64748B;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v610ConversationPreview em{min-width:21px;height:21px;border-radius:999px;background:#2563EB;color:#fff;display:grid;place-items:center;font-size:12px;font-style:normal;font-weight:900}.v610ConversationSkeleton{height:75px;border-top:1px solid #edf1f6;background:linear-gradient(90deg,#F3F6FA,#FAFCFE,#F3F6FA);background-size:200% 100%;animation:v610sk 1.2s linear infinite}@keyframes v610sk{to{background-position:-200% 0}}.v610InboxEmpty{min-height:280px;display:grid;place-items:center;align-content:center;text-align:center}.v610InboxEmpty>span{width:52px;height:52px;border-radius:16px;background:#EFF6FF;color:#2563EB;display:grid;place-items:center;font-size:18px}.v610InboxEmpty h3{font-size:18px;margin:12px 0 4px}.v610InboxEmpty p{font-size:12px;color:#64748B;max-width:330px}.v610InboxEmpty a,.v610InboxEmpty button{border:0;background:transparent;color:#2563EB;font-size:12px;font-weight:900}.v610MessageSide{display:grid;grid-gap:14px;gap:14px}.v610SideCard{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:17px;box-shadow:0 12px 34px rgba(15,23,42,.04)}.v610SideCard.dark{background:linear-gradient(160deg,#0A1426,#111F39 62%,#172554);color:#fff;border-color:rgba(255,255,255,.08)}.v610SideIcon{width:35px;height:35px;border-radius:11px;background:rgba(16,185,129,.14);color:#6EE7B7;display:grid;place-items:center;font-size:12px}.v610SideCard.dark small{display:block;margin-top:15px;font-size:12px;font-weight:950;letter-spacing:1.1px;color:#60A5FA}.v610SideCard.dark h3{font-size:18px;letter-spacing:-.4px;margin:5px 0}.v610SideCard.dark p{font-size:12px;line-height:1.55;color:#A9B8CB}.v610SideCard.dark ul{margin:13px 0 0;padding-left:16px;color:#B8C6D9}.v610SideCard.dark li{font-size:12px;margin:6px 0}.v610SideTitle{font-size:12px;font-weight:950;letter-spacing:1.2px;color:#2563EB}.v610SideCard:not(.dark)>a{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:12px 0;border-top:1px solid #edf1f6;color:inherit}.v610SideCard:not(.dark)>a:first-of-type{margin-top:8px}.v610SideCard:not(.dark)>a>div{display:grid;grid-gap:2px;gap:2px}.v610SideCard:not(.dark)>a b{font-size:12px}.v610SideCard:not(.dark)>a small{font-size:12px;color:#64748B}.v610SideCard:not(.dark)>a>span{color:#2563EB}.v610ChatWorkspace{height:calc(100vh - 78px);display:grid;grid-template-columns:300px minmax(0,1fr) 310px;max-width:1600px;margin:0 auto;background:#fff;border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0}.v610ChatList{border-right:1px solid #e2e8f0;background:#FBFCFE;min-height:0;display:flex;flex-direction:column}.v610ChatListHead{height:72px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e2e8f0}.v610ChatListHead>div span{font-size:12px;font-weight:950;letter-spacing:1.1px;color:#2563EB}.v610ChatListHead h2{font-size:18px;margin:3px 0 0}.v610ChatListHead>a{width:30px;height:30px;border-radius:9px;background:#fff;border:1px solid #dce4ef;display:grid;place-items:center;color:#475569}.v610ChatList .v610ChatSearch{margin:12px 12px 8px}.v610ChatConversationList{overflow-y:auto;padding:0 7px 12px}.v610ChatConversationList>a{position:relative;display:grid;grid-template-columns:39px 1fr;grid-gap:9px;gap:9px;padding:11px 9px;border-radius:12px;color:inherit}.v610ChatConversationList>a:hover{background:#F1F5F9}.v610ChatConversationList>a.active{background:#EAF2FF}.v610ChatConversationList>a.unread{font-weight:700}.v610ChatAvatar{width:39px;height:39px;border-radius:12px;background:linear-gradient(135deg,#2563EB,#4F46E5);display:grid;place-items:center;color:#fff;font-size:12px;font-weight:950}.v610ChatConversationList>a>div:nth-child(2){min-width:0}.v610ChatConversationList>a>div:nth-child(2)>div{display:flex;justify-content:space-between;gap:7px}.v610ChatConversationList b{font-size:12px}.v610ChatConversationList time{font-size:12px;color:#94A3B8}.v610ChatConversationList strong{display:block;margin-top:3px;color:#334155}.v610ChatConversationList p,.v610ChatConversationList strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v610ChatConversationList p{margin:3px 0 0;color:#64748B}.v610ChatConversationList em{position:absolute;right:9px;bottom:11px;min-width:18px;height:18px;border-radius:999px;background:#2563EB;color:#fff;display:grid;place-items:center;font-size:12px;font-style:normal}.v610ChatCenter{min-width:0;min-height:0;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;background:#F7F9FC}.v610ChatTop{height:72px;padding:0 18px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;gap:16px}.v610MobileBack{display:none}.v610ChatPerson{display:flex;align-items:center;gap:10px}.v610ChatPerson>span{position:relative;width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#2563EB,#4F46E5);display:grid;place-items:center;color:#fff;font-size:13px;font-weight:950}.v610ChatPerson>span i,.v610InfoPerson>div i{position:absolute;right:-1px;bottom:-1px;width:11px;height:11px;border-radius:50%;background:#22C55E;border:3px solid #fff}.v610ChatPerson h2{font-size:13px;margin:0}.v610ChatPerson p{font-size:12px;color:#64748B;margin:2px 0 0}.v610ChatTopActions{display:flex;gap:7px}.v610ChatTopActions a{min-height:35px;padding:0 10px;border:1px solid #dce4ef;border-radius:9px;display:flex;align-items:center;color:#475569;font-size:12px;font-weight:850}.v610ChatTopActions a.primary{background:#0F172A;border-color:#0F172A;color:#fff}.v610ContextStrip{min-height:58px;background:#fff;border-bottom:1px solid #e2e8f0;padding:9px 18px;display:grid;grid-template-columns:1fr auto;grid-gap:20px;gap:20px;align-items:center}.v610ContextStrip>div{display:grid;grid-gap:2px;gap:2px}.v610ContextStrip>div:last-child{text-align:right}.v610ContextStrip small{font-size:12px;font-weight:950;letter-spacing:.9px;color:#2563EB}.v610ContextStrip strong{font-size:12px}.v610ContextStrip span{font-size:12px;color:#64748B}.v610MessagesPane{overflow-y:auto;padding:22px clamp(16px,3vw,36px);background:radial-gradient(circle at 75% 15%,rgba(37,99,235,.035),transparent 24rem),linear-gradient(#F7F9FC,#F5F7FB)}.v610DayDivider{display:flex;justify-content:center;margin:2px 0 19px}.v610DayDivider span{padding:6px 9px;border-radius:999px;background:#E9EEF5;color:#64748B;font-size:12px;font-weight:800}.v610BubbleRow{display:flex;gap:8px;margin:8px 0;align-items:flex-end}.v610BubbleRow.mine{justify-content:flex-end}.v610BubbleAvatar{width:27px;height:27px;border-radius:9px;background:#E2E8F0;color:#475569;display:grid;place-items:center;font-size:12px;font-weight:900;flex:0 0 auto}.v610Bubble{max-width:min(68%,620px);padding:10px 11px 7px;border-radius:15px;box-shadow:0 4px 14px rgba(15,23,42,.04)}.v610Bubble.other{background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:5px}.v610Bubble.mine{background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;border-bottom-right-radius:5px}.v610Sender{display:block;font-size:12px;font-weight:900;color:#2563EB;margin-bottom:3px}.v610Bubble p{font-size:12px;line-height:1.55;margin:0;white-space:pre-wrap}.v610MessageMeta{display:flex;justify-content:flex-end;gap:5px;align-items:center;margin-top:4px}.v610MessageMeta time{font-size:12px;color:#94A3B8}.v610Bubble.mine .v610MessageMeta time{color:#C7D2FE}.v610MessageMeta span{font-size:12px;color:#BFDBFE}.v610MessageMeta span.read{color:#A5F3FC}.v610ImageAttachment{display:block;margin-top:6px;border-radius:11px;overflow:hidden;background:#0F172A}.v610ImageAttachment img{display:block;max-width:100%;width:100%;max-height:340px;object-fit:cover}.v610ImageAttachment span{display:block;padding:6px 8px;font-size:12px;color:#DCE6F4}.v610FileAttachment{margin-top:6px;padding:9px;border-radius:10px;background:rgba(15,23,42,.08);display:grid;grid-template-columns:35px 1fr auto;grid-gap:8px;gap:8px;align-items:center;color:inherit}.v610Bubble.mine .v610FileAttachment{background:rgba(255,255,255,.12)}.v610FileAttachment>b{width:35px;height:35px;border-radius:9px;background:#fff;color:#DC2626;display:grid;place-items:center;font-size:12px}.v610FileAttachment>span{display:grid;grid-gap:2px;gap:2px;min-width:0}.v610FileAttachment strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v610FileAttachment small{font-size:12px;color:#94A3B8}.v610Bubble.mine .v610FileAttachment small{color:#C7D2FE}.v610FileAttachment em{font-size:12px;font-style:normal}.v610Typing{display:flex;align-items:center;gap:4px;margin:10px 0;color:#64748B}.v610Typing>span{width:6px;height:6px;border-radius:50%;background:#94A3B8;animation:v610typing 1s infinite alternate}.v610Typing>span:nth-child(2){animation-delay:.15s}.v610Typing>span:nth-child(3){animation-delay:.3s}.v610Typing em{margin-left:5px;font-size:12px;font-style:normal}@keyframes v610typing{to{transform:translateY(-3px);opacity:.45}}.v610ChatError{margin:8px 14px;padding:10px 12px;border-radius:10px;background:#FEF2F2;border:1px solid #fecaca;color:#B91C1C;font-size:12px}.v610Composer{padding:12px 14px;background:#fff;border-top:1px solid #e2e8f0;display:grid;grid-template-columns:40px minmax(0,1fr) auto;grid-gap:8px;gap:8px;align-items:end}.v610Attach{width:40px;height:40px;border:1px solid #dce4ef;border-radius:11px;background:#F8FAFC;color:#475569;font-size:17px}.v610ComposerInput{border:1px solid #dce4ef;border-radius:12px;padding:7px 10px;background:#F8FAFC}.v610ComposerInput textarea{width:100%;min-height:34px;max-height:105px;border:0;outline:0;background:transparent;resize:none;font-size:12px;color:#0F172A}.v610ComposerInput small{display:block;font-size:12px;color:#94A3B8}.v610Send{min-height:42px;padding:0 14px;border:0;border-radius:11px;background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;font-size:12px;font-weight:900;display:flex;align-items:center;gap:8px}.v610Send:disabled{opacity:.45}.v610ChatInfo{border-left:1px solid #e2e8f0;background:#FBFCFE;padding:16px;overflow-y:auto}.v610InfoPerson{text-align:center;padding:10px 8px 18px;border-bottom:1px solid #e2e8f0}.v610InfoPerson>div{position:relative;width:62px;height:62px;margin:0 auto 9px;border-radius:18px;background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;display:grid;place-items:center;font-size:18px;font-weight:950}.v610InfoPerson h3{font-size:14px;margin:0}.v610InfoPerson p{font-size:12px;color:#64748B}.v610InfoPerson a{font-size:12px;color:#2563EB;font-weight:850}.v610OfferContext{margin-top:14px;padding:14px;border:1px solid #e2e8f0;border-radius:15px;background:#fff}.v610OfferContext>span{font-size:12px;font-weight:950;letter-spacing:1px;color:#2563EB}.v610OfferContext h3{font-size:14px;margin:6px 0 4px}.v610OfferContext>p{font-size:12px;line-height:1.45;color:#64748B}.v610OfferContext>div{display:flex;justify-content:space-between;gap:10px;padding:9px 0;border-top:1px solid #edf1f6}.v610OfferContext small{font-size:12px;color:#64748B}.v610OfferContext strong{font-size:12px}.v610OfferContext>a{margin-top:7px;display:flex;justify-content:space-between;align-items:center;min-height:35px;padding:0 9px;border-radius:9px;background:#EFF6FF;color:#1D4ED8;font-size:12px;font-weight:850}.v610ChatSafety{margin-top:12px;padding:12px;border-radius:13px;background:#ECFDF5;border:1px solid #a7f3d0;display:grid;grid-template-columns:28px 1fr;grid-gap:8px;gap:8px}.v610ChatSafety>span{width:28px;height:28px;border-radius:9px;background:#10B981;color:#fff;display:grid;place-items:center;font-size:12px}.v610ChatSafety b,.v610ChatSafety p{font-size:12px;color:#047857}.v610ChatSafety p{line-height:1.45;margin:3px 0}.v610ReportLink{display:block;text-align:center;margin-top:12px;font-size:12px;color:#94A3B8}.v610ChatLoading{min-height:100vh;background:linear-gradient(135deg,#07111F,#172554);display:grid;place-items:center;align-content:center;text-align:center;color:#fff;grid-gap:16px;gap:16px}.v610ChatLoading img{width:190px}.v610ChatLoading>div>span{display:block;width:32px;height:32px;border:3px solid rgba(255,255,255,.14);border-top-color:#60a5fa;border-radius:50%;margin:0 auto 12px;animation:v610spin .8s linear infinite}@keyframes v610spin{to{transform:rotate(1turn)}}.v610ChatLoading h2{font-size:20px;margin:0}.v610ChatLoading p{font-size:12px;color:#9FB0C6}.v610Start{background:radial-gradient(circle at 14% 20%,rgba(37,99,235,.12),transparent 28rem),#F5F7FB}.v610StartLayout{max-width:1320px;margin:0 auto;padding:70px 34px 90px;display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:70px;gap:70px;align-items:center}.v610StartIntro{padding:25px 0}.v610StartIntro .v610Kicker{color:#2563EB}.v610StartIntro .v610Kicker i{box-shadow:0 0 0 6px rgba(37,99,235,.08)}.v610StartIntro h1{color:#0F172A}.v610StartIntro>p{color:#64748B}.v610StartTips{display:grid;grid-gap:9px;gap:9px;margin-top:28px}.v610StartTips>div{display:grid;grid-template-columns:33px 1fr;grid-gap:10px;gap:10px;align-items:center}.v610StartTips span{width:33px;height:33px;border-radius:10px;background:#EFF6FF;color:#2563EB;display:grid;place-items:center;font-size:12px;font-weight:950}.v610StartTips p{font-size:12px;color:#475569}.v610StartCard{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:20px;box-shadow:0 24px 70px rgba(15,23,42,.08)}.v610StartOffer{display:grid;grid-template-columns:1fr auto;grid-gap:18px;gap:18px;padding:16px;border-radius:15px;background:linear-gradient(145deg,#0F1D35,#172554);color:#fff}.v610StartOffer aside small,.v610StartOffer>div small{font-size:12px;font-weight:950;letter-spacing:1px;color:#8FA6C0}.v610StartOffer h2{font-size:18px;margin:5px 0}.v610StartOffer p{font-size:12px;color:#A9B8CB;margin:0}.v610StartOffer aside{text-align:right;display:grid;align-content:start;grid-gap:4px;gap:4px}.v610StartOffer aside strong{font-size:16px}.v610StartOffer aside span{font-size:12px;color:#93C5FD}.v610StartComposer{padding:19px 3px 2px}.v610StartComposer>label{display:grid;grid-gap:7px;gap:7px}.v610StartComposer>label>span{font-size:12px;font-weight:850;color:#334155}.v610StartComposer textarea{min-height:150px;border:1px solid #dce4ef;border-radius:13px;padding:12px;resize:vertical;outline:0;font-size:12px;line-height:1.55}.v610StartComposer textarea:focus{border-color:#2563EB;box-shadow:0 0 0 4px rgba(37,99,235,.08)}.v610SuggestedMessages{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}.v610SuggestedMessages>span{width:100%;font-size:12px;font-weight:950;letter-spacing:1px;color:#64748B}.v610SuggestedMessages button{border:1px solid #dce4ef;border-radius:999px;background:#F8FAFC;color:#475569;padding:7px 9px;font-size:12px}.v610StartComposer footer{display:flex;justify-content:space-between;align-items:center;margin-top:16px}.v610StartComposer footer small{font-size:12px;color:#94A3B8}.v610StartComposer footer button{min-height:43px;padding:0 15px;border:0;border-radius:11px;background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;font-size:12px;font-weight:900}@media(max-width:1200px){.v610ChatWorkspace{grid-template-columns:270px minmax(0,1fr)}.v610ChatInfo{display:none}.v610MessagesHero{grid-template-columns:1fr}.v610MessagesHero aside{justify-self:start}}@media(max-width:900px){.v610Header{padding:0 18px}.v610Header nav a:nth-child(4){display:none}.v610MessagesLayout{grid-template-columns:1fr;padding:24px 18px 70px}.v610MessageSide{grid-template-columns:1fr 1fr}.v610StartLayout{grid-template-columns:1fr;gap:28px;padding:45px 18px 70px}.v610ChatWorkspace{grid-template-columns:220px minmax(0,1fr)}}@media(max-width:700px){.v610Header{height:68px}.v610Logo{width:150px}.v610Header nav,.v610Header>div>a:not(.v610HeaderCta){display:none}.v610MessagesHero{padding:42px 18px}.v610MessagesHero h1,.v610StartIntro h1{font-size:34px;letter-spacing:-1.8px}.v610MessagesHero aside{width:100%;overflow-x:auto}.v610MessagesLayout{padding-left:10px;padding-right:10px}.v610MessageSide{grid-template-columns:1fr}.v610InboxTop{display:grid}.v610InboxTabs{overflow-x:auto}.v610ChatWorkspace{height:calc(100vh - 68px);display:block}.v610ChatList{display:none}.v610ChatCenter{height:100%;grid-template-rows:auto auto minmax(0,1fr) auto}.v610MobileBack{display:grid;width:30px;height:30px;border-radius:9px;background:#F1F5F9;place-items:center;color:#475569}.v610ChatTop{height:64px;padding:0 10px}.v610ChatPerson>span{width:36px;height:36px}.v610ChatTopActions a:first-child{display:none}.v610ContextStrip{padding:8px 11px}.v610Bubble{max-width:82%}.v610MessagesPane{padding:16px 10px}.v610Composer{grid-template-columns:38px minmax(0,1fr) 42px;padding:9px}.v610Attach{width:38px;height:38px}.v610Send{width:42px;padding:0;font-size:0;justify-content:center}.v610Send span{font-size:14px}.v610ComposerInput small{display:none}.v610StartOffer{grid-template-columns:1fr}.v610StartOffer aside{text-align:left}}.v611SellerPage{min-height:100vh;background:#F5F7FB;color:#0B1220}.v611SellerHeader{height:78px;display:flex;align-items:center;gap:34px;padding:0 max(26px,calc((100vw - 1440px)/2));background:#07111F;border-bottom:1px solid rgba(255,255,255,.08);color:#fff}.v611SellerLogo{width:175px;display:block}.v611SellerLogo img{width:100%;display:block}.v611SellerHeader nav{display:flex;gap:23px}.v611SellerHeader nav a,.v611SellerHeader>div>a:not(.v611HeaderCta){font-size:12px;font-weight:800;color:#9FB0C6}.v611SellerHeader nav a.active,.v611SellerHeader nav a:hover,.v611SellerHeader>div>a:not(.v611HeaderCta):hover{color:#fff}.v611SellerHeader>div{margin-left:auto;display:flex;align-items:center;gap:17px}.v611HeaderCta{min-height:42px;padding:0 14px;border-radius:11px;background:linear-gradient(135deg,#2563EB,#4F46E5);display:flex;align-items:center;color:#fff;font-size:12px;font-weight:900}.v611MatchHero,.v611SellerHero{padding:54px max(26px,calc((100vw - 1440px)/2)) 58px;background:radial-gradient(circle at 13% 20%,rgba(37,99,235,.22),transparent 26rem),radial-gradient(circle at 87% 28%,rgba(79,70,229,.22),transparent 28rem),linear-gradient(135deg,#07111F,#0D1A31 55%,#172554);color:#fff;display:grid;grid-template-columns:1fr auto;grid-gap:50px;gap:50px;align-items:end}.v611SellerHero.compact{padding-top:46px;padding-bottom:48px}.v611SellerKicker{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:950;letter-spacing:1.5px;color:#93C5FD}.v611SellerKicker i{width:7px;height:7px;border-radius:50%;background:#38BDF8;box-shadow:0 0 0 6px rgba(56,189,248,.1)}.v611MatchHero h1,.v611SellerHero h1{font-size:46px;line-height:1.04;letter-spacing:-2.4px;margin:17px 0 13px}.v611SellerHero h1 em{font-style:normal;background:linear-gradient(90deg,#60A5FA,#818CF8,#22D3EE);-webkit-background-clip:text;background-clip:text;color:transparent}.v611MatchHero>div>p,.v611SellerHero>div>p{font-size:13px;line-height:1.7;color:#B6C4D8;margin:0;max-width:760px}.v611MatchHero aside,.v611SellerHero aside{display:flex;align-items:center;gap:20px;padding:18px 21px;border-radius:17px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.09)}.v611SellerHero aside>div{display:grid;grid-gap:4px;gap:4px;min-width:95px}.v611MatchHero aside small,.v611SellerHero aside small{font-size:12px;font-weight:900;color:#8298B2}.v611MatchHero aside strong,.v611SellerHero aside strong{font-size:20px}.v611SellerHero aside>i{width:1px;height:34px;background:rgba(255,255,255,.09)}.v611HeroActions{display:flex;gap:9px;margin-top:22px}.v611HeroActions a{min-height:40px;padding:0 13px;border-radius:10px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.055);color:#E2E8F0;display:flex;align-items:center;font-size:12px;font-weight:850}.v611MatchesBody,.v611Portfolio,.v611SellerDashboard{max-width:1440px;margin:0 auto;padding:32px 34px 90px}.v611MatchIntro,.v611PortfolioTop{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:20px}.v611MatchIntro>div>span,.v611PortfolioTop>div:first-child>span{font-size:12px;font-weight:950;letter-spacing:1.3px;color:#2563EB}.v611MatchIntro h2,.v611PortfolioTop h2{font-size:27px;letter-spacing:-1px;margin:5px 0}.v611MatchIntro p,.v611PortfolioTop p{font-size:12px;color:#64748B;margin:0}.v611MatchIntro>a,.v611PortfolioButtons a,.v611PortfolioTop>a{min-height:42px;padding:0 13px;border:1px solid #dce4ef;border-radius:10px;background:#fff;color:#475569;display:flex;align-items:center;gap:8px;font-size:12px;font-weight:850}.v611PortfolioButtons a.primary,.v611PortfolioTop>a.primary{background:#0F172A;border-color:#0F172A;color:#fff}.v611PortfolioButtons{display:flex;gap:8px}.v611VehicleGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.v611VehicleCard{overflow:hidden;background:#fff;border:1px solid #e2e8f0;border-radius:22px;box-shadow:0 14px 40px rgba(15,23,42,.05)}.v611VehicleVisual{min-height:135px;padding:18px;position:relative;display:flex;align-items:flex-end;gap:11px;background:radial-gradient(circle at 78% 20%,rgba(96,165,250,.24),transparent 13rem),linear-gradient(145deg,#0B1729,#172554);color:#fff}.v611VehicleVisual>span{width:47px;height:47px;border-radius:14px;background:rgba(96,165,250,.14);display:grid;place-items:center;color:#60A5FA;font-size:15px;font-weight:950}.v611VehicleVisual>div{display:grid;grid-gap:2px;gap:2px}.v611VehicleVisual small{font-size:12px;color:#8FA6C0}.v611VehicleVisual b{font-size:16px}.v611VehicleVisual em{position:absolute;top:14px;right:14px;font-size:12px;font-style:normal;font-weight:900;padding:6px 8px;border-radius:999px;background:rgba(16,185,129,.13);color:#86EFAC;border:1px solid rgba(16,185,129,.18)}.v611VehicleContent{padding:18px}.v611VehicleTitle{display:flex;justify-content:space-between;gap:16px}.v611VehicleTitle>div span{font-size:12px;font-weight:950;color:#2563EB}.v611VehicleTitle h3{font-size:18px;margin:4px 0}.v611VehicleTitle>b{font-size:15px}.v611VehicleFacts{display:flex;gap:7px;margin:12px 0}.v611VehicleFacts span{font-size:12px;color:#64748B;background:#F8FAFC;border:1px solid #edf1f6;border-radius:8px;padding:6px 7px}.v611VehicleActions{display:flex;gap:8px;padding-top:13px;border-top:1px solid #edf1f6}.v611VehicleActions a{min-height:38px;padding:0 11px;border:1px solid #dce4ef;border-radius:9px;color:#475569;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:850}.v611VehicleActions a.primary{background:#0F172A;border-color:#0F172A;color:#fff;margin-right:auto}.v611InventoryGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:15px;gap:15px}.v611InventoryCard{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:18px;box-shadow:0 12px 35px rgba(15,23,42,.045)}.v611InventoryIcon{width:45px;height:45px;border-radius:13px;display:grid;place-items:center;font-size:12px;font-weight:950}.v611CategoryPerformance .c-elektronik,.v611InventoryIcon.c-elektronik{background:#F5F3FF;color:#6D28D9}.v611CategoryPerformance .c-emlak,.v611InventoryIcon.c-emlak{background:#ECFEFF;color:#0E7490}.v611CategoryPerformance .c-ev-yasam,.v611InventoryIcon.c-ev-yasam{background:#FFF7ED;color:#C2410C}.v611InventoryMain{margin-top:14px}.v611InventoryTop{display:flex;justify-content:space-between;gap:10px}.v611InventoryTop span{font-size:12px;font-weight:950;color:#2563EB}.v611InventoryTop b{font-size:12px;color:#059669}.v611InventoryMain h3{font-size:17px;margin:7px 0 5px}.v611InventoryMain p{font-size:12px;color:#64748B;line-height:1.5}.v611InventoryMain>strong{display:block;font-size:16px;margin-top:12px}.v611InventoryCard footer{display:flex;gap:6px;margin-top:15px;padding-top:13px;border-top:1px solid #edf1f6}.v611InventoryCard footer a{min-height:35px;padding:0 9px;border:1px solid #dce4ef;border-radius:9px;display:flex;align-items:center;font-size:12px;font-weight:850;color:#475569}.v611InventoryCard footer a.primary{margin-left:auto;background:#0F172A;border-color:#0F172A;color:#fff}.v611SellerStats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin-top:-58px;position:relative}.v611SellerStats>a{min-height:105px;background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:15px;display:grid;grid-template-columns:38px 1fr auto;grid-gap:10px;gap:10px;align-items:center;box-shadow:0 15px 40px rgba(15,23,42,.08);color:inherit}.v611SellerStats>a>span{width:38px;height:38px;border-radius:12px;background:#EFF6FF;color:#2563EB;display:grid;place-items:center;font-weight:950}.v611SellerStats div{display:grid}.v611SellerStats small{font-size:12px;color:#64748B;font-weight:900}.v611SellerStats strong{font-size:23px}.v611SellerStats em{font-size:12px;color:#94A3B8;font-style:normal}.v611SellerStats>a>b{color:#2563EB}.v611SellerPanels{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-top:22px}.v611SellerPanel{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:19px;box-shadow:0 12px 36px rgba(15,23,42,.045)}.v611SellerPanel>header{display:flex;justify-content:space-between;gap:18px}.v611SellerPanel header span{font-size:12px;font-weight:950;color:#2563EB;letter-spacing:1px}.v611SellerPanel h2{font-size:19px;margin:4px 0}.v611SellerPanel header p{font-size:12px;color:#64748B;margin:0}.v611SellerPanel header>a{font-size:12px;color:#2563EB;font-weight:850}.v611CategoryPerformance,.v611TopItems{display:grid;margin-top:15px}.v611CategoryPerformance>div{display:grid;grid-template-columns:37px 1fr auto;grid-gap:10px;gap:10px;align-items:center;padding:11px 0;border-top:1px solid #edf1f6}.v611CategoryPerformance>div>span{width:37px;height:37px;border-radius:11px;display:grid;place-items:center;font-size:12px;font-weight:950}.v611CategoryPerformance>div>div{display:grid}.v611CategoryPerformance b,.v611TopItems b{font-size:12px}.v611CategoryPerformance small,.v611TopItems small{font-size:12px;color:#64748B}.v611CategoryPerformance strong{font-size:12px}.v611TopItems>a{display:grid;grid-template-columns:28px 1fr auto 18px;grid-gap:9px;gap:9px;align-items:center;padding:11px 0;border-top:1px solid #edf1f6;color:inherit}.v611TopItems em{width:26px;height:26px;border-radius:9px;background:#F1F5F9;display:grid;place-items:center;font-size:12px;font-style:normal;font-weight:900}.v611TopItems>a>div{display:grid}.v611TopItems>a>span{font-size:12px;color:#64748B}.v611TopItems>a>strong{color:#2563EB}.v611PanelEmpty{font-size:12px;color:#94A3B8;padding:22px 0}.v611MatchHero aside{display:grid;text-align:center}.v611MatchHero aside span{font-size:12px;color:#8FA6C0}.v611MatchList{display:grid;grid-gap:14px;gap:14px}.v611BuyerMatch{grid-template-columns:84px 1fr;grid-gap:17px;gap:17px;background:#fff;border:1px solid #e2e8f0;padding:17px;box-shadow:0 12px 36px rgba(15,23,42,.045)}.v611BuyerMatch,.v611Score{display:grid;border-radius:20px}.v611Score{width:72px;height:72px;background:linear-gradient(145deg,#0F172A,#172554);place-items:center;align-content:center;color:#fff}.v611Score strong{font-size:18px}.v611Score span{font-size:12px;color:#93C5FD;font-weight:950}.v611BuyerMain{min-width:0}.v611BuyerHead{display:flex;justify-content:space-between;gap:15px}.v611BuyerHead>div>span{font-size:12px;font-weight:950;color:#059669}.v611BuyerHead h3{font-size:17px;margin:4px 0}.v611BuyerHead p{font-size:12px;color:#64748B;margin:0}.v611BuyerHead>a{font-size:12px;color:#2563EB;font-weight:850;white-space:nowrap}.v611ScoreGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;margin-top:14px}.v611ScoreGrid>div{display:grid;grid-template-columns:1fr auto;grid-gap:5px;gap:5px}.v611ScoreGrid small{font-size:12px;color:#64748B}.v611ScoreGrid b{font-size:12px}.v611ScoreGrid span{grid-column:1/-1;height:4px;background:#EDF1F6;border-radius:999px;overflow:hidden}.v611ScoreGrid i{display:block;height:100%;background:linear-gradient(90deg,#2563EB,#4F46E5);border-radius:999px}.v611OfferBar{display:flex;justify-content:flex-end;gap:8px;align-items:end;margin-top:15px;padding-top:13px;border-top:1px solid #edf1f6}.v611OfferBar label,.v611OfferProduct label{display:grid;grid-gap:5px;gap:5px}.v611OfferBar label>span,.v611OfferProduct label>span{font-size:12px;color:#64748B;font-weight:850}.v611OfferBar label>div,.v611OfferProduct label>div{position:relative}.v611OfferBar input,.v611OfferProduct input{height:39px;border:1px solid #dce4ef;border-radius:9px;padding:0 34px 0 10px;font-size:12px;outline:0}.v611OfferBar label b,.v611OfferProduct label b{position:absolute;right:10px;top:13px;font-size:12px;color:#64748B}.v611OfferBar button,.v611OfferProduct button{min-height:39px;padding:0 13px;border:0;border-radius:9px;background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;font-size:12px;font-weight:900}.v611OfferProduct{display:grid;grid-template-columns:180px minmax(0,1fr) auto;grid-gap:9px;gap:9px;align-items:end;margin-top:14px;padding-top:13px;border-top:1px solid #edf1f6}.v611OfferProduct .note textarea{height:39px;border:1px solid #dce4ef;border-radius:9px;padding:9px;font-size:12px;resize:none;outline:0}.v611Error,.v611Notice{padding:11px 13px;border-radius:11px;margin-bottom:15px;font-size:12px}.v611Error{background:#FEF2F2;border:1px solid #fecaca;color:#B91C1C}.v611Notice{background:#EFF6FF;border:1px solid #bfdbfe;color:#1D4ED8}.v611Empty{min-height:280px;background:#fff;border:1px dashed #cbd5e1;border-radius:20px;display:grid;place-items:center;align-content:center;text-align:center;padding:30px}.v611Empty>span{width:52px;height:52px;border-radius:16px;background:#EFF6FF;color:#2563EB;display:grid;place-items:center;font-size:17px;font-weight:950}.v611Empty h2{font-size:20px;margin:12px 0 4px}.v611Empty p{font-size:12px;color:#64748B;max-width:380px}.v611Empty a{font-size:12px;color:#2563EB;font-weight:900}.v611Skeleton{height:270px;border-radius:20px;background:linear-gradient(90deg,#EEF2F7,#F8FAFC,#EEF2F7);background-size:200% 100%;animation:v611sk 1.2s linear infinite}.v611Skeleton.big{height:330px}.v611Skeleton.match{height:190px}@keyframes v611sk{to{background-position:-200% 0}}@media(max-width:1100px){.v611SellerHeader nav a:nth-child(4),.v611SellerHeader nav a:nth-child(5){display:none}.v611InventoryGrid,.v611SellerStats{grid-template-columns:1fr 1fr}.v611SellerPanels{grid-template-columns:1fr}.v611OfferProduct{grid-template-columns:160px 1fr}}@media(max-width:800px){.v611SellerHeader{padding:0 18px}.v611SellerHeader nav,.v611SellerHeader>div>a:not(.v611HeaderCta){display:none}.v611MatchHero,.v611SellerHero{grid-template-columns:1fr;padding:42px 18px}.v611MatchHero h1,.v611SellerHero h1{font-size:36px}.v611SellerHero aside{justify-self:start}.v611MatchesBody,.v611Portfolio,.v611SellerDashboard{padding:24px 18px 70px}.v611InventoryGrid,.v611VehicleGrid{grid-template-columns:1fr}.v611SellerStats{margin-top:-48px}.v611BuyerMatch{grid-template-columns:65px 1fr}.v611Score{width:60px;height:60px;border-radius:17px}.v611ScoreGrid{grid-template-columns:1fr 1fr}.v611OfferProduct{grid-template-columns:1fr}.v611OfferProduct button{width:100%}}@media(max-width:560px){.v611SellerHeader{height:68px}.v611SellerLogo{width:150px}.v611MatchHero h1,.v611SellerHero h1{font-size:30px;letter-spacing:-1.5px}.v611SellerHero aside{width:100%;overflow-x:auto}.v611MatchesBody,.v611Portfolio,.v611SellerDashboard{padding-left:10px;padding-right:10px}.v611MatchIntro,.v611PortfolioTop{display:grid}.v611PortfolioButtons{flex-wrap:wrap}.v611SellerStats{grid-template-columns:1fr 1fr;gap:8px}.v611SellerStats>a{min-height:92px;padding:11px}.v611VehicleActions,.v611VehicleTitle{display:grid}.v611VehicleActions a.primary{margin-right:0}.v611InventoryCard footer{display:grid;grid-template-columns:1fr 1fr}.v611InventoryCard footer a.primary{grid-column:1/-1;margin-left:0}.v611BuyerMatch{grid-template-columns:1fr}.v611Score{width:60px;height:60px}.v611BuyerHead,.v611OfferBar{display:grid}.v611OfferBar label input{width:100%}}.v612Account,.v612Premium{min-height:100vh;background:#F5F7FB;color:#0B1220}.v612AccountHeader{height:78px;display:flex;align-items:center;gap:34px;padding:0 max(26px,calc((100vw - 1440px)/2));background:#07111F;border-bottom:1px solid rgba(255,255,255,.08);color:#fff}.v612AccountLogo{width:175px;display:block;flex:0 0 auto}.v612AccountLogo img{width:100%;display:block}.v612AccountHeader nav{display:flex;gap:24px}.v612AccountHeader nav a,.v612AccountHeader>div>a,.v612HeaderLink{font-size:12px;font-weight:800;color:#9FB0C6}.v612AccountHeader nav a.active,.v612AccountHeader nav a:hover,.v612AccountHeader>div>a:hover,.v612HeaderLink:hover{color:#fff}.v612AccountHeader>div{margin-left:auto;display:flex;align-items:center;gap:18px}.v612HeaderLink{border:0;background:transparent}.v612HeaderCta{min-height:42px;padding:0 14px;border-radius:11px;background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff!important}.v612HeaderCta,.v612Kicker{display:flex;align-items:center}.v612Kicker{gap:9px;font-size:12px;font-weight:950;letter-spacing:1.5px;color:#93C5FD}.v612Kicker i{width:7px;height:7px;border-radius:50%;background:#38BDF8;box-shadow:0 0 0 6px rgba(56,189,248,.1)}.v612ProfileHero{padding:46px max(26px,calc((100vw - 1440px)/2));background:radial-gradient(circle at 15% 20%,rgba(37,99,235,.22),transparent 25rem),radial-gradient(circle at 86% 28%,rgba(79,70,229,.22),transparent 28rem),linear-gradient(135deg,#07111F,#0D1A31 54%,#172554);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:36px}.v612ProfileIdentity{display:flex;align-items:center;gap:18px}.v612ProfileAvatar{width:78px;height:78px;border-radius:24px;background:linear-gradient(135deg,#2563EB,#4F46E5);display:grid;place-items:center;font-size:28px;font-weight:950;box-shadow:0 18px 35px rgba(37,99,235,.25)}.v612ProfileIdentity h1{font-size:38px;letter-spacing:-1.8px;margin:10px 0 6px}.v612ProfileIdentity p{font-size:12px;color:#B6C4D8;margin:0}.v612TrustHero{display:flex;align-items:center;gap:15px;padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1)}.v612TrustRing{--trust:180deg;width:74px;height:74px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#60A5FA var(--trust),rgba(255,255,255,.1) 0);padding:5px}.v612TrustRing>div{width:100%;height:100%;border-radius:50%;background:#0B172A;display:grid;place-items:center;align-content:center}.v612TrustRing strong{font-size:20px}.v612TrustRing span{font-size:12px;color:#8FA6C0}.v612TrustHero>div:last-child{display:grid;grid-gap:3px;gap:3px}.v612TrustHero small{font-size:12px;color:#8FA6C0}.v612TrustHero b{font-size:12px}.v612TrustHero p{font-size:12px;color:#9FB0C6;margin:0}.v612Error{max-width:1372px;margin:18px auto 0;padding:12px 14px;border-radius:12px;background:#FEF2F2;border:1px solid #fecaca;color:#B91C1C;font-size:12px}.v612ProfileLayout{max-width:1440px;margin:0 auto;padding:28px 34px 90px;display:grid;grid-template-columns:minmax(0,1fr) 330px;grid-gap:22px;gap:22px;align-items:start}.v612ProfileMain{display:grid;grid-gap:16px;gap:16px}.v612ProfileSide{display:grid;grid-gap:14px;gap:14px}.v612Card,.v612PrivateCard,.v612ProfileActions,.v612ProfileSummary{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:20px;box-shadow:0 14px 40px rgba(15,23,42,.045)}.v612CardHead{display:flex;justify-content:space-between;gap:20px;align-items:start}.v612CardHead>div:first-child>span{font-size:12px;font-weight:950;letter-spacing:1.1px;color:#2563EB}.v612CardHead h2{font-size:20px;letter-spacing:-.7px;margin:4px 0}.v612CardHead p{font-size:12px;color:#64748B;margin:0}.v612CardHead>a{font-size:12px;color:#2563EB;font-weight:850}.v612VerifyGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:9px;gap:9px;margin-top:18px}.v612VerifyGrid>div{padding:13px;border:1px solid #e8edf4;border-radius:12px;background:#F8FAFC;display:grid;grid-template-columns:30px 1fr;grid-gap:9px;gap:9px;align-items:center}.v612VerifyGrid>div>span{width:30px;height:30px;border-radius:9px;background:#F1F5F9;color:#94A3B8;display:grid;place-items:center;font-size:12px;font-weight:950}.v612VerifyGrid>div.ok>span{background:#ECFDF5;color:#059669}.v612VerifyGrid>div>div{display:grid;grid-gap:2px;gap:2px}.v612VerifyGrid b{font-size:12px}.v612VerifyGrid small{font-size:12px;color:#64748B}.v612IdentityBox{margin-top:16px;padding:15px;border-radius:14px;background:linear-gradient(135deg,#F8FBFF,#F5F3FF);border:1px solid #dbeafe;display:flex;justify-content:space-between;gap:15px;align-items:center}.v612IdentityBox>div{display:grid;grid-template-columns:42px 1fr;grid-gap:11px;gap:11px;align-items:center}.v612IdentityIcon{width:42px;height:42px;border-radius:12px;background:#EEF2FF;color:#4F46E5;display:grid;place-items:center;font-size:12px;font-weight:950}.v612IdentityIcon.verified{background:#ECFDF5;color:#059669}.v612IdentityBox small{font-size:12px;font-weight:950;color:#4F46E5}.v612IdentityBox h3{font-size:13px;margin:3px 0}.v612IdentityBox p{font-size:12px;color:#64748B;margin:0}.v612IdentityBox>button{min-height:40px;padding:0 12px;border:0;border-radius:10px;background:#0F172A;color:#fff;font-size:12px;font-weight:900}.v612RatingHead{display:grid;text-align:right}.v612RatingHead strong{font-size:24px}.v612RatingHead span{font-size:12px;color:#F59E0B}.v612RatingHead small{font-size:12px;color:#94A3B8}.v612Reviews{display:grid;margin-top:15px}.v612Review{display:grid;grid-template-columns:38px 1fr;grid-gap:10px;gap:10px;padding:13px 0;border-top:1px solid #edf1f6}.v612Review:first-child{border-top:0}.v612ReviewAvatar{width:38px;height:38px;border-radius:11px;background:#EFF6FF;color:#2563EB;display:grid;place-items:center;font-size:12px;font-weight:950}.v612Review>div:last-child>header{display:flex;justify-content:space-between;gap:10px}.v612Review b{font-size:12px}.v612Review header span{font-size:12px;color:#F59E0B}.v612Review p{font-size:12px;line-height:1.55;color:#475569}.v612Review small{font-size:12px;color:#94A3B8}.v612EmptySmall{text-align:center;padding:30px 10px}.v612EmptySmall>span{font-size:22px;color:#CBD5E1}.v612EmptySmall h3{font-size:15px;margin:7px 0}.v612EmptySmall p{font-size:12px;color:#64748B}.v612PrivateCard>span,.v612ProfileSummary>span{font-size:12px;font-weight:950;letter-spacing:1.1px;color:#2563EB}.v612PrivateCard h3{font-size:16px;margin:6px 0 12px}.v612PrivateCard>div,.v612ProfileSummary>div{display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-top:1px solid #edf1f6}.v612PrivateCard small,.v612ProfileSummary small{font-size:12px;color:#64748B}.v612PrivateCard b,.v612ProfileSummary strong{font-size:12px}.v612PrivateCard>a{margin-top:10px;min-height:37px;padding:0 10px;border-radius:9px;background:#F8FAFC;border:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#334155}.v612ProfileActions{display:grid;grid-gap:8px;gap:8px}.v612ProfileActions button,.v612ProfileActions>a{min-height:40px;border:1px solid #dce4ef;border-radius:10px;background:#fff;color:#475569;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:850}.v612ProfileActions .follow,.v612ProfileActions .premium{background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;border:0}.v612NotifyHero{padding:52px max(26px,calc((100vw - 1440px)/2));background:radial-gradient(circle at 13% 18%,rgba(37,99,235,.22),transparent 26rem),radial-gradient(circle at 86% 25%,rgba(79,70,229,.2),transparent 28rem),linear-gradient(135deg,#07111F,#0D1A31 54%,#172554);color:#fff;display:grid;grid-template-columns:1fr auto;grid-gap:50px;gap:50px;align-items:end}.v612NotifyHero h1{font-size:44px;line-height:1.04;letter-spacing:-2.2px;margin:16px 0 12px}.v612NotifyHero h1 em{font-style:normal;background:linear-gradient(90deg,#60A5FA,#818CF8,#22D3EE);-webkit-background-clip:text;background-clip:text;color:transparent}.v612NotifyHero>div>p{font-size:12px;line-height:1.65;color:#B6C4D8;margin:0}.v612NotifyHero aside{display:flex;align-items:center;gap:18px;padding:17px;border-radius:16px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.09)}.v612NotifyHero aside>div{min-width:90px;display:grid;grid-gap:3px;gap:3px}.v612NotifyHero aside small{font-size:12px;color:#8298B2}.v612NotifyHero aside strong{font-size:20px}.v612NotifyHero aside>i{width:1px;height:34px;background:rgba(255,255,255,.09)}.v612NotifyLayout{max-width:1440px;margin:0 auto;padding:28px 34px 90px;display:grid;grid-template-columns:minmax(0,1fr) 310px;grid-gap:22px;gap:22px}.v612NotifyMain{min-width:0}.v612NotifySide{display:grid;grid-gap:14px;gap:14px;align-content:start}.v612NotifyToolbar{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:14px}.v612NotifyTabs{display:flex;gap:6px}.v612NotifyTabs button,.v612SettingsBtn{height:38px;padding:0 11px;border:1px solid #dce4ef;border-radius:10px;background:#fff;color:#64748B;font-size:12px;font-weight:850}.v612NotifyTabs button.active{background:#EFF6FF;border-color:#BFDBFE;color:#1D4ED8}.v612NotifyTabs b{margin-left:4px}.v612SettingsBtn{display:flex;align-items:center;gap:7px}.v612Prefs{margin-bottom:14px;background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:18px;box-shadow:0 12px 35px rgba(15,23,42,.04)}.v612Prefs>header{display:flex;justify-content:space-between;gap:15px;align-items:start}.v612Prefs>header span{font-size:12px;font-weight:950;color:#2563EB}.v612Prefs h2{font-size:17px;margin:4px 0}.v612Prefs p{font-size:12px;color:#64748B;margin:0}.v612Prefs>header button{min-height:37px;padding:0 10px;border:1px solid #bfdbfe;border-radius:9px;background:#EFF6FF;color:#1D4ED8;font-size:12px;font-weight:850}.v612PushMsg{margin-top:10px;padding:9px;border-radius:9px;background:#ECFDF5;color:#047857;font-size:12px}.v612PrefGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-top:15px}.v612PrefGrid>button{padding:11px;border:1px solid #e2e8f0;border-radius:11px;background:#F8FAFC;display:flex;justify-content:space-between;align-items:center;text-align:left}.v612PrefGrid>button>span{display:grid;grid-gap:2px;gap:2px}.v612PrefGrid b{font-size:12px}.v612PrefGrid small{font-size:12px;color:#64748B}.v612PrefGrid em{width:34px;height:20px;border-radius:999px;background:#CBD5E1;padding:3px;display:block}.v612PrefGrid em i{display:block;width:14px;height:14px;border-radius:50%;background:#fff}.v612PrefGrid button.on em{background:#2563EB}.v612PrefGrid button.on em i{margin-left:auto}.v612NotificationList{display:grid;grid-gap:8px;gap:8px}.v612Notification{display:grid;grid-template-columns:42px 1fr auto;grid-gap:12px;gap:12px;align-items:center;width:100%;padding:14px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;text-align:left}.v612Notification.unread{background:#F8FBFF;border-color:#BFDBFE}.v612NotificationIcon{width:42px;height:42px;border-radius:12px;background:#EFF6FF;color:#2563EB;display:grid;place-items:center;font-size:13px;font-weight:950}.v612NotificationBody>div{display:flex;gap:7px;align-items:center}.v612NotificationBody>div>span{font-size:12px;font-weight:950;color:#64748B}.v612NotificationBody>div>i{font-size:12px;font-style:normal;color:#2563EB;background:#DBEAFE;padding:3px 5px;border-radius:999px}.v612Notification h3{font-size:12px;margin:4px 0 2px}.v612Notification p{font-size:12px;color:#64748B;margin:0}.v612NotificationTime{display:grid;grid-gap:7px;gap:7px;justify-items:end}.v612NotificationTime time{font-size:12px;color:#94A3B8}.v612NotificationTime span{color:#2563EB}.v612NotifyEmpty{min-height:280px;border:1px dashed #cbd5e1;border-radius:18px;background:#fff;display:grid;place-items:center;align-content:center;text-align:center}.v612NotifyEmpty>span{width:48px;height:48px;border-radius:15px;background:#ECFDF5;color:#059669;display:grid;place-items:center}.v612NotifyEmpty h2{font-size:18px;margin:10px 0 3px}.v612NotifyEmpty p{font-size:12px;color:#64748B}.v612NotifyInfo{background:#fff;border:1px solid #e2e8f0;border-radius:17px;padding:16px}.v612NotifyInfo.dark{background:linear-gradient(160deg,#0A1426,#111F39 62%,#172554);color:#fff;border-color:rgba(255,255,255,.08)}.v612NotifyInfo.dark>span{width:34px;height:34px;border-radius:10px;background:rgba(96,165,250,.14);color:#60A5FA;display:grid;place-items:center}.v612NotifyInfo.dark h3{font-size:17px;margin:12px 0 6px}.v612NotifyInfo.dark p{font-size:12px;color:#A9B8CB;line-height:1.55}.v612NotifyInfo.dark button{border:0;background:transparent;color:#93C5FD;font-size:12px;font-weight:850;padding:0}.v612NotifyInfo:not(.dark)>span{font-size:12px;font-weight:950;color:#2563EB}.v612NotifyInfo>a{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:11px 0;border-top:1px solid #edf1f6;color:inherit}.v612NotifyInfo>a:first-of-type{margin-top:8px}.v612NotifyInfo>a>div{display:grid;grid-gap:2px;gap:2px}.v612NotifyInfo b{font-size:12px}.v612NotifyInfo small{font-size:12px;color:#64748B}.v612PremiumHero{padding:62px max(26px,calc((100vw - 1440px)/2)) 66px;background:radial-gradient(circle at 12% 20%,rgba(37,99,235,.25),transparent 28rem),radial-gradient(circle at 87% 35%,rgba(99,102,241,.26),transparent 30rem),linear-gradient(135deg,#06101F,#0C1830 52%,#172554);color:#fff;display:grid;grid-template-columns:1fr 310px;grid-gap:55px;gap:55px;align-items:end}.v612PremiumHero h1{font-size:50px;line-height:1.03;letter-spacing:-2.7px;margin:17px 0 13px}.v612PremiumHero h1 em{font-style:normal;background:linear-gradient(90deg,#60A5FA,#818CF8,#22D3EE);-webkit-background-clip:text;background-clip:text;color:transparent}.v612PremiumHero>div>p{font-size:13px;line-height:1.7;color:#B6C4D8;max-width:720px}.v612PremiumTrust{display:flex;gap:14px;flex-wrap:wrap;margin-top:20px}.v612PremiumTrust span{font-size:12px;color:#A9B8CB}.v612PremiumHero>aside{padding:18px;border-radius:17px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);display:grid;grid-gap:4px;gap:4px}.v612PremiumHero>aside small{font-size:12px;color:#8298B2}.v612PremiumHero>aside strong{font-size:22px}.v612PremiumHero>aside span{font-size:12px;color:#9FB0C6}.v612PremiumHero>aside a{margin-top:8px;font-size:12px;color:#93C5FD;font-weight:850}.v612Pricing{max-width:1440px;margin:0 auto;padding:36px 34px 90px}.v612PricingHead{display:flex;justify-content:space-between;gap:20px;align-items:end}.v612PricingHead>div:first-child>span{font-size:12px;font-weight:950;letter-spacing:1.1px;color:#2563EB}.v612PricingHead h2{font-size:26px;letter-spacing:-1px;margin:5px 0}.v612PricingHead p{font-size:12px;color:#64748B;margin:0}.v612Provider{padding:10px 12px;border:1px solid #e2e8f0;border-radius:11px;background:#fff;font-size:12px;color:#64748B}.v612Provider b{color:#0F172A}.v612Provider span{margin-left:7px;color:#2563EB}.v612BillingMsg{margin-top:16px;padding:12px 14px;border-radius:11px;background:#ECFDF5;border:1px solid #a7f3d0;color:#047857;font-size:12px}.v612MockCheckout{margin-top:14px;padding:14px;border-radius:13px;background:#FFF7ED;border:1px solid #fed7aa;display:flex;justify-content:space-between;gap:15px;align-items:center}.v612MockCheckout>div{display:grid;grid-gap:2px;gap:2px}.v612MockCheckout span{font-size:12px;font-weight:950;color:#C2410C}.v612MockCheckout b{font-size:12px}.v612MockCheckout small{font-size:12px;color:#9A3412}.v612MockCheckout button{min-height:38px;padding:0 10px;border:0;border-radius:9px;background:#C2410C;color:#fff;font-size:12px;font-weight:850}.v612BillingForm{margin-top:16px;background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:18px;display:grid;grid-gap:12px;gap:12px}.v612BillingForm>header{display:flex;justify-content:space-between}.v612BillingForm>header span{font-size:12px;font-weight:950;color:#2563EB}.v612BillingForm h3{font-size:17px;margin:4px 0}.v612BillingForm p{font-size:12px;color:#64748B;margin:0}.v612BillingForm>header button{border:0;background:#F1F5F9;width:30px;height:30px;border-radius:9px}.v612BillingForm label{display:grid;grid-gap:5px;gap:5px}.v612BillingForm label span{font-size:12px;font-weight:850;color:#334155}.v612BillingForm input{height:43px;border:1px solid #dce4ef;border-radius:10px;padding:0 10px}.v612BillingForm>div{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.v612BillingForm footer{display:flex;justify-content:flex-end;gap:8px}.v612BillingForm footer button{min-height:39px;padding:0 11px;border:1px solid #dce4ef;border-radius:9px;background:#fff;font-size:12px;font-weight:850}.v612BillingForm footer button.primary{background:#0F172A;color:#fff;border-color:#0F172A}.v612PlanGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:15px;gap:15px;margin-top:26px}.v612Plan{position:relative;background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:21px;box-shadow:0 14px 40px rgba(15,23,42,.045);display:flex;flex-direction:column}.v612Plan.featured{border-color:#93C5FD;box-shadow:0 18px 50px rgba(37,99,235,.1);transform:translateY(-4px)}.v612Plan.current{box-shadow:0 0 0 3px rgba(16,185,129,.08),0 14px 40px rgba(15,23,42,.045)}.v612CurrentBadge,.v612Popular{position:absolute;right:16px;top:16px;font-size:12px;font-weight:950;padding:5px 7px;border-radius:999px}.v612Popular{background:#EEF2FF;color:#4F46E5}.v612CurrentBadge{background:#ECFDF5;color:#047857}.v612PlanIcon{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;font-size:13px;font-weight:950;background:#F1F5F9;color:#475569}.v612PlanIcon.p-plus{background:linear-gradient(135deg,#DBEAFE,#E0E7FF);color:#2563EB}.v612PlanIcon.p-pro{background:linear-gradient(135deg,#0F172A,#312E81);color:#fff}.v612PlanName{margin-top:14px}.v612PlanName>span{font-size:12px;font-weight:950;color:#64748B}.v612PlanName h3{font-size:20px;margin:4px 0}.v612PlanName p{font-size:12px;line-height:1.55;color:#64748B;min-height:40px}.v612PlanPrice{display:flex;align-items:end;gap:5px;margin:13px 0}.v612PlanPrice strong{font-size:25px}.v612PlanPrice span{font-size:12px;color:#64748B;padding-bottom:4px}.v612PlanLimits{display:grid;grid-template-columns:1fr 1fr;grid-gap:7px;gap:7px}.v612PlanLimits>div{padding:10px;border-radius:10px;background:#F8FAFC;display:grid;grid-gap:2px;gap:2px}.v612PlanLimits small{font-size:12px;color:#64748B}.v612PlanLimits b{font-size:12px}.v612Plan ul{list-style:none;padding:0;margin:15px 0;display:grid;grid-gap:8px;gap:8px;flex:1 1}.v612Plan li{display:flex;gap:7px;font-size:12px;color:#475569}.v612Plan li span{color:#10B981;font-weight:950}.v612PlanAction{min-height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;border:0;font-size:12px;font-weight:900}.v612PlanAction.primary{background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff}.v612PlanAction.secondary{border:1px solid #dce4ef;background:#fff;color:#475569}.v612PlanAction.muted{background:#F1F5F9;color:#64748B}.v612PremiumFoot{margin-top:22px;padding:14px;border:1px solid #d1fae5;border-radius:13px;background:#ECFDF5;display:grid;grid-template-columns:30px 1fr;grid-gap:9px;gap:9px}.v612PremiumFoot>span{width:30px;height:30px;border-radius:9px;background:#10B981;color:#fff;display:grid;place-items:center}.v612PremiumFoot b,.v612PremiumFoot p{font-size:12px;color:#047857}.v612PremiumFoot p{line-height:1.5;margin:3px 0}.v612Loading{min-height:100vh;background:linear-gradient(135deg,#07111F,#172554);display:grid;place-items:center;align-content:center;text-align:center;color:#fff;grid-gap:16px;gap:16px}.v612Loading img{width:190px}.v612Loading>div>span{display:block;width:32px;height:32px;border:3px solid rgba(255,255,255,.14);border-top-color:#60a5fa;border-radius:50%;margin:0 auto 12px;animation:v612spin .8s linear infinite}@keyframes v612spin{to{transform:rotate(1turn)}}.v612Loading h2{font-size:20px;margin:0}.v612Loading p{font-size:12px;color:#9FB0C6}@media(max-width:1050px){.v612PlanGrid,.v612VerifyGrid{grid-template-columns:1fr 1fr}.v612Plan:last-child{grid-column:1/-1}}@media(max-width:820px){.v612AccountHeader{padding:0 18px}.v612AccountHeader nav{display:none}.v612NotifyHero,.v612PremiumHero,.v612ProfileHero{grid-template-columns:1fr;display:grid;padding-left:18px;padding-right:18px}.v612ProfileHero{align-items:start}.v612TrustHero{justify-self:start}.v612NotifyLayout,.v612ProfileLayout{grid-template-columns:1fr;padding-left:18px;padding-right:18px}.v612NotifySide,.v612ProfileSide{grid-template-columns:1fr 1fr}.v612PlanGrid{grid-template-columns:1fr}.v612Plan:last-child{grid-column:auto}.v612Pricing{padding-left:18px;padding-right:18px}}@media(max-width:560px){.v612AccountHeader{height:68px}.v612AccountLogo{width:150px}.v612AccountHeader>div>a:not(.v612HeaderCta),.v612HeaderLink{display:none}.v612ProfileIdentity{align-items:flex-start}.v612ProfileAvatar{width:60px;height:60px;border-radius:18px;font-size:22px}.v612ProfileIdentity h1{font-size:29px}.v612NotifyLayout,.v612ProfileLayout{padding-left:10px;padding-right:10px}.v612NotifySide,.v612ProfileSide,.v612VerifyGrid{grid-template-columns:1fr}.v612CardHead,.v612IdentityBox{display:grid}.v612NotifyHero h1,.v612PremiumHero h1{font-size:33px;letter-spacing:-1.8px}.v612NotifyToolbar{display:grid}.v612PrefGrid{grid-template-columns:1fr}.v612Notification{grid-template-columns:38px 1fr}.v612NotificationTime{display:none}.v612PricingHead{display:grid}.v612Provider{justify-self:start}.v612PlanGrid{gap:10px}.v612BillingForm>div{grid-template-columns:1fr}}.v613Hub{min-height:100vh;background:#F5F7FB;color:#0B1220}.v613Header{height:78px;display:flex;align-items:center;gap:32px;padding:0 max(26px,calc((100vw - 1440px)/2));background:#07111F;border-bottom:1px solid rgba(255,255,255,.08);color:#fff}.v613Logo{width:175px}.v613Logo img{width:100%;display:block}.v613Header nav{display:flex;gap:22px}.v613Header nav a,.v613Header>div>a:not(.v613HeaderCta){font-size:12px;font-weight:800;color:#9FB0C6}.v613Header nav a.active,.v613Header nav a:hover,.v613Header>div>a:hover{color:#fff}.v613Header>div{margin-left:auto;gap:16px}.v613Header>div,.v613HeaderCta{display:flex;align-items:center}.v613HeaderCta{min-height:42px;padding:0 14px;border-radius:11px;background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff!important;font-size:12px;font-weight:900}.v613Hero{padding:52px max(26px,calc((100vw - 1440px)/2));background:radial-gradient(circle at 13% 18%,rgba(37,99,235,.22),transparent 26rem),radial-gradient(circle at 87% 25%,rgba(79,70,229,.2),transparent 28rem),linear-gradient(135deg,#07111F,#0D1A31 54%,#172554);color:#fff;display:grid;grid-template-columns:1fr auto;grid-gap:50px;gap:50px;align-items:end}.v613Hero.seller{background:radial-gradient(circle at 14% 20%,rgba(79,70,229,.22),transparent 26rem),linear-gradient(135deg,#07111F,#111B35 54%,#1E1B4B)}.v613Hero.favorites{background:radial-gradient(circle at 15% 20%,rgba(37,99,235,.18),transparent 26rem),linear-gradient(135deg,#07111F,#0E1B32 54%,#172554)}.v613Kicker{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:950;letter-spacing:1.5px;color:#93C5FD}.v613Kicker i{width:7px;height:7px;border-radius:50%;background:#38BDF8;box-shadow:0 0 0 6px rgba(56,189,248,.1)}.v613Hero h1{font-size:44px;line-height:1.04;letter-spacing:-2.3px;margin:16px 0 12px}.v613Hero h1 em{font-style:normal;background:linear-gradient(90deg,#60A5FA,#818CF8,#22D3EE);-webkit-background-clip:text;background-clip:text;color:transparent}.v613Hero>div>p{font-size:12px;line-height:1.65;color:#B6C4D8;margin:0}.v613Hero aside{display:flex;align-items:center;gap:18px;padding:17px;border-radius:16px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.09)}.v613Hero aside>div{min-width:90px;display:grid;grid-gap:3px;gap:3px}.v613Hero aside small{font-size:12px;color:#8298B2}.v613Hero aside strong{font-size:20px}.v613Hero aside>i{width:1px;height:34px;background:rgba(255,255,255,.09)}.v613Body{max-width:1440px;margin:0 auto;padding:28px 34px 90px}.v613Toolbar{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:16px}.v613Toolbar>div:first-child>span{font-size:12px;font-weight:950;letter-spacing:1px;color:#2563EB}.v613Toolbar h2{font-size:24px;letter-spacing:-.8px;margin:4px 0 0}.v613Tabs{display:flex;gap:6px;flex-wrap:wrap}.v613Tabs button{height:38px;padding:0 11px;border:1px solid #dce4ef;border-radius:10px;background:#fff;color:#64748B;font-size:12px;font-weight:850}.v613Tabs button.active{background:#EFF6FF;border-color:#BFDBFE;color:#1D4ED8}.v613Tabs b{margin-left:4px}.v613Error{padding:12px 14px;border-radius:11px;background:#FEF2F2;border:1px solid #fecaca;color:#B91C1C;font-size:12px;margin-bottom:14px}.v613OfferGrid,.v613RequestGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.v613FavoriteCard,.v613OfferCard,.v613RequestCard{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:19px;box-shadow:0 14px 38px rgba(15,23,42,.045)}.v613FavoriteTop,.v613OfferTop,.v613RequestTop{display:flex;justify-content:space-between;gap:10px;align-items:center}.v613Status{display:inline-flex;align-items:center;gap:5px;padding:6px 8px;border-radius:999px;background:#F1F5F9;color:#475569;font-size:12px;font-weight:900}.v613Status i{width:6px;height:6px;border-radius:50%;background:#94A3B8}.v613Status.s-active{background:#ECFDF5;color:#047857}.v613Status.s-active i{background:#10B981}.v613Status.s-paused{background:#FFF7ED;color:#C2410C}.v613Status.s-completed{background:#EFF6FF;color:#1D4ED8}.v613FavoriteTop small,.v613RequestTop small{font-size:12px;color:#64748B}.v613FavoriteCard h3,.v613OfferCard h3,.v613RequestCard h3{font-size:17px;line-height:1.3;letter-spacing:-.35px;margin:15px 0 6px}.v613FavoriteCard>p,.v613OfferCard>p,.v613RequestCard>p{font-size:12px;color:#64748B}.v613Budget,.v613OfferPrice{margin:15px 0;padding:12px;border-radius:12px;background:#F8FAFC;border:1px solid #e8edf4;display:grid;grid-gap:4px;gap:4px}.v613Budget small,.v613OfferPrice small{font-size:12px;font-weight:900;color:#64748B}.v613Budget strong,.v613OfferPrice strong{font-size:14px}.v613RequestStats{display:grid;grid-template-columns:1fr 1fr;grid-gap:7px;gap:7px}.v613RequestStats>div{padding:9px;border-radius:9px;background:#F8FAFC;display:grid;grid-gap:2px;gap:2px}.v613RequestStats small{font-size:12px;color:#64748B}.v613RequestStats b{font-size:12px}.v613FavoriteCard footer,.v613OfferCard footer,.v613RequestCard footer{display:flex;justify-content:space-between;gap:7px;margin-top:14px;padding-top:13px;border-top:1px solid #edf1f6}.v613FavoriteCard footer a,.v613OfferCard footer a,.v613RequestCard footer a{min-height:36px;padding:0 10px;border:1px solid #dce4ef;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:850;color:#475569}.v613OfferCard footer a.primary,.v613RequestCard footer a.primary{background:#0F172A;border-color:#0F172A;color:#fff}.v613FavoriteTop>span,.v613OfferCard>small{font-size:12px;font-weight:950;color:#2563EB}.v613OfferTop>b{font-size:12px;color:#2563EB}.v613OfferCard>small{display:block;margin-top:14px}.v613HistoryToolbar{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:12px}.v613HistoryToolbar p{font-size:12px;color:#64748B}.v613HistoryToolbar button{border:0;background:transparent;color:#B91C1C;font-size:12px;font-weight:850}.v613HistoryList{display:grid;grid-gap:8px;gap:8px}.v613HistoryList article{background:#fff;border:1px solid #e2e8f0;border-radius:13px;padding:13px;display:grid;grid-template-columns:34px 1fr;grid-gap:10px;gap:10px;align-items:center}.v613HistoryList article>span{width:34px;height:34px;border-radius:10px;background:#EFF6FF;color:#2563EB;display:grid;place-items:center}.v613HistoryList article>div{display:grid;grid-gap:2px;gap:2px}.v613HistoryList b{font-size:12px}.v613HistoryList small{font-size:12px;color:#64748B}.v613FollowingGrid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}.v613FollowingGrid>a{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:13px;display:grid;grid-template-columns:40px 1fr auto;grid-gap:10px;gap:10px;align-items:center;color:inherit}.v613FollowingGrid>a>div{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;display:grid;place-items:center;font-size:12px;font-weight:950}.v613FollowingGrid>a>span{display:grid;grid-gap:2px;gap:2px}.v613FollowingGrid b{font-size:12px}.v613FollowingGrid small{font-size:12px;color:#64748B}.v613FollowingGrid em{font-style:normal;color:#2563EB}.v613Empty{min-height:280px;border:1px dashed #cbd5e1;border-radius:18px;background:#fff;display:grid;place-items:center;align-content:center;text-align:center;padding:35px}.v613Empty>span{width:50px;height:50px;border-radius:15px;background:#EFF6FF;color:#2563EB;display:grid;place-items:center;font-size:18px}.v613Empty h2{font-size:19px;margin:11px 0 4px}.v613Empty p{font-size:12px;color:#64748B}.v613Empty>a,.v613Empty>div>a{font-size:12px;font-weight:900;color:#2563EB;margin-top:6px}.v613Empty>div{display:flex;gap:12px}.v613Skeleton{height:265px;border-radius:20px;background:linear-gradient(90deg,#EEF2F7,#F8FAFC,#EEF2F7);background-size:200% 100%;animation:v613sk 1.2s linear infinite}@keyframes v613sk{to{background-position:-200% 0}}@media(max-width:1050px){.v613Header nav a:nth-child(3),.v613Header nav a:nth-child(4){display:none}.v613OfferGrid,.v613RequestGrid{grid-template-columns:1fr 1fr}}@media(max-width:760px){.v613Header{height:68px;padding:0 18px}.v613Logo{width:150px}.v613Header nav,.v613Header>div>a:not(.v613HeaderCta){display:none}.v613Hero{grid-template-columns:1fr;padding:42px 18px}.v613Hero h1{font-size:34px;letter-spacing:-1.8px}.v613Hero aside{width:100%;overflow-x:auto}.v613Body{padding:22px 10px 70px}.v613Toolbar{display:grid}.v613FollowingGrid,.v613OfferGrid,.v613RequestGrid{grid-template-columns:1fr}.v613Tabs{overflow-x:auto;flex-wrap:nowrap}}.v614Admin{min-height:100vh;background:#F5F7FB;color:#0B1220;display:grid;grid-template-columns:245px minmax(0,1fr)}.v614Side{position:-webkit-sticky;position:sticky;top:0;height:100vh;background:linear-gradient(180deg,#07111F,#0C1830 70%,#111827);padding:22px 16px;color:#fff;display:flex;flex-direction:column;gap:5px;border-right:1px solid rgba(255,255,255,.06)}.v614Brand{width:175px;margin:0 5px 26px}.v614Brand img{width:100%;display:block}.v614Side>span{font-size:12px;font-weight:950;letter-spacing:1.5px;color:#64748B;padding:0 11px 7px}.v614Side>a:not(.v614Brand){min-height:40px;padding:0 11px;border-radius:10px;display:flex;align-items:center;color:#9FB0C6;font-size:12px;font-weight:850}.v614Side>a.active,.v614Side>a:not(.v614Brand):hover{background:rgba(255,255,255,.07);color:#fff}.v614Side>a.active{box-shadow:inset 3px 0 #3B82F6}.v614Side>div{flex:1 1}.v614Content{min-width:0;padding:34px clamp(22px,3.3vw,48px) 80px}.v614Topbar,.v614UserHero{display:flex;justify-content:space-between;gap:25px;align-items:end;margin-bottom:24px}.v614Topbar>div:first-child>span,.v614UserHero>div>span{font-size:12px;font-weight:950;letter-spacing:1.3px;color:#2563EB}.v614Topbar h1,.v614UserHero h1{font-size:33px;letter-spacing:-1.4px;margin:5px 0}.v614Topbar p,.v614UserHero p{font-size:12px;color:#64748B;margin:0}.v614Topbar>div:last-child{display:flex;gap:8px}.v614Topbar>div:last-child>a,.v614Topbar>div:last-child>button,.v614Topbar>select{min-height:39px;padding:0 11px;border:1px solid #dce4ef;border-radius:10px;background:#fff;color:#475569;display:flex;align-items:center;font-size:12px;font-weight:850}.v614Topbar>div:last-child>a.primary{background:#0F172A;border-color:#0F172A;color:#fff}.v614Topbar>select{min-width:140px}.v614MiniStat{padding:11px 14px;border:1px solid #e2e8f0;border-radius:12px;background:#fff!important;display:grid!important;grid-gap:2px!important;gap:2px!important}.v614MiniStat small{font-size:12px;color:#64748B}.v614MiniStat strong{font-size:20px}.v614Error{padding:12px 14px;border-radius:11px;background:#FEF2F2;border:1px solid #fecaca;color:#B91C1C;font-size:12px;margin-bottom:14px}.v614Loading,.v614LoadingFull{min-height:220px;display:grid;place-items:center;align-content:center;grid-gap:10px;gap:10px;color:#64748B}.v614LoadingFull{min-height:100vh;background:#F5F7FB}.v614Loading span,.v614LoadingFull span{width:30px;height:30px;border:3px solid #dbeafe;border-top-color:#2563eb;border-radius:50%;animation:v614spin .8s linear infinite}@keyframes v614spin{to{transform:rotate(1turn)}}.v614Loading p,.v614LoadingFull p{font-size:12px}.v614Stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.v614Stats article{background:#fff;border:1px solid #e2e8f0;border-radius:17px;padding:15px;display:grid;grid-template-columns:40px 1fr;grid-gap:11px;gap:11px;align-items:center;box-shadow:0 10px 30px rgba(15,23,42,.035)}.v614Stats article>span{width:40px;height:40px;border-radius:12px;background:#EFF6FF;color:#2563EB;display:grid;place-items:center;font-size:12px;font-weight:950}.v614Stats article>div{display:grid;grid-gap:2px;gap:2px}.v614Stats small{font-size:12px;color:#64748B}.v614Stats strong{font-size:20px}.v614OpsGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-top:18px}.v614OpsCard{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:18px;display:grid;grid-template-columns:1fr auto;grid-gap:12px;gap:12px;box-shadow:0 12px 34px rgba(15,23,42,.04)}.v614OpsCard.critical{border-color:#FECACA;background:linear-gradient(145deg,#fff,#FFF7F7)}.v614OpsCard>div>span{font-size:12px;font-weight:950;color:#2563EB}.v614OpsCard.critical>div>span{color:#DC2626}.v614OpsCard h2{font-size:16px;margin:5px 0 3px}.v614OpsCard p{font-size:12px;color:#64748B;line-height:1.5;margin:0}.v614OpsCard>strong{font-size:28px;align-self:start}.v614OpsCard>a{grid-column:1/-1;font-size:12px;font-weight:850;color:#2563EB}.v614Health{margin-top:18px;background:linear-gradient(145deg,#0B172A,#172554);color:#fff;border-radius:18px;padding:18px;display:grid;grid-template-columns:1fr 120px 120px auto;grid-gap:18px;gap:18px;align-items:center}.v614Health>div:first-child>span{font-size:12px;color:#60A5FA;font-weight:950}.v614Health h2{font-size:17px;margin:4px 0}.v614Health p{font-size:12px;color:#A9B8CB;margin:0}.v614Health>div:not(:first-child){display:grid;grid-gap:2px;gap:2px}.v614Health small{font-size:12px;color:#8FA6C0}.v614Health strong{font-size:21px}.v614Health>a{font-size:12px;color:#93C5FD;font-weight:850}.v614Filters{display:grid;grid-template-columns:minmax(260px,1fr) 190px auto;grid-gap:8px;gap:8px;margin-bottom:15px}.v614Filters label{position:relative}.v614Filters label span{position:absolute;left:11px;top:11px;color:#94A3B8}.v614Filters input,.v614Filters select{width:100%;height:41px;border:1px solid #dce4ef;border-radius:10px;background:#fff;padding:0 11px;font-size:12px}.v614Filters input{padding-left:32px}.v614Filters button{height:41px;padding:0 14px;border:0;border-radius:10px;background:#0F172A;color:#fff;font-size:12px;font-weight:850}.v614Table{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden}.v614Tr{display:grid;grid-template-columns:minmax(220px,1.5fr) .7fr .7fr .7fr 70px;grid-gap:12px;gap:12px;align-items:center;padding:12px 14px;border-top:1px solid #edf1f6}.v614Tr.head{border-top:0;background:#F8FAFC;font-weight:950;color:#64748B}.v614Tr span,.v614Tr.head{font-size:12px}.v614Tr .user{display:grid;grid-gap:2px;gap:2px}.v614Tr .user b{font-size:12px}.v614Tr .user small{font-size:12px;color:#64748B}.v614Tr a{font-size:12px;font-weight:850;color:#2563EB}.v614TableLoading{padding:35px;text-align:center;font-size:12px;color:#64748B}.v614QueueStatus,.v614Risk,.v614RiskTag,.v614Status{display:inline-flex;padding:5px 7px;border-radius:999px;font-size:12px;font-weight:900}.v614Status{background:#F1F5F9;color:#475569}.v614Status.s-active{background:#ECFDF5;color:#047857}.v614Status.s-closed,.v614Status.s-suspended{background:#FEF2F2;color:#B91C1C}.v614Risk.low{background:#ECFDF5;color:#047857}.v614Risk.medium{background:#FFF7ED;color:#C2410C}.v614Risk.high{background:#FEF2F2;color:#B91C1C}.v614UserHero>div>a{display:block;margin-bottom:10px;font-size:12px;color:#64748B}.v614RiskBox{min-width:170px;padding:14px;border-radius:15px;border:1px solid #e2e8f0;background:#fff;display:grid;grid-gap:3px;gap:3px}.v614RiskBox small{font-size:12px;color:#64748B}.v614RiskBox strong{font-size:25px}.v614RiskBox button{margin-top:6px;height:32px;border:1px solid #dce4ef;border-radius:8px;background:#F8FAFC;font-size:12px}.v614RiskBox.high{border-color:#FECACA;background:#FFF7F7}.v614RiskBox.medium{border-color:#FED7AA;background:#FFFBF5}.v614AnalyticsGrid,.v614UserGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;margin-bottom:14px}.v614Panel{background:#fff;border:1px solid #e2e8f0;border-radius:17px;padding:17px;box-shadow:0 10px 30px rgba(15,23,42,.035)}.v614Panel>header>span{font-size:12px;font-weight:950;color:#2563EB}.v614Panel h2{font-size:16px;margin:4px 0}.v614Panel header p{font-size:12px;color:#64748B}.v614Facts{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-top:14px}.v614Facts>div{padding:10px;border-radius:10px;background:#F8FAFC;display:grid;grid-gap:2px;gap:2px}.v614Facts small{font-size:12px;color:#64748B}.v614Facts b{font-size:12px}.v614EventList,.v614RiskBreakdown,.v614SimpleList{display:grid;margin-top:12px}.v614EventList>div,.v614RiskBreakdown>div{display:flex;justify-content:space-between;padding:8px 0;border-top:1px solid #edf1f6}.v614EventList span,.v614RiskBreakdown span{font-size:12px;color:#64748B}.v614EventList strong,.v614Muted,.v614RiskBreakdown b{font-size:12px}.v614Muted{color:#94A3B8}.v614Moderation{margin-bottom:14px}.v614ModerationForm{display:grid;grid-template-columns:1fr 180px;grid-gap:10px;gap:10px;margin-top:13px}.v614ModerationForm label{display:grid;grid-gap:5px;gap:5px}.v614ModerationForm label>span{font-size:12px;font-weight:850;color:#475569}.v614ModerationForm input,.v614ModerationForm textarea{width:100%;border:1px solid #dce4ef;border-radius:10px;padding:10px;font-size:12px}.v614ModerationForm textarea{min-height:80px}.v614ModerationForm label>div{position:relative}.v614ModerationForm label>div b{position:absolute;right:10px;top:11px;font-size:12px;color:#64748B}.v614ModerationButtons{display:flex;gap:7px;flex-wrap:wrap;margin-top:11px}.v614ModerationButtons button,.v614Queue aside button{min-height:35px;padding:0 10px;border:1px solid #dce4ef;border-radius:9px;background:#fff;color:#475569;font-size:12px;font-weight:850}.v614ModerationButtons .danger,.v614Queue aside button.danger{background:#FEF2F2;border-color:#FECACA;color:#B91C1C}.v614ModerationButtons .good,.v614Queue aside button.good{background:#ECFDF5;border-color:#A7F3D0;color:#047857}.v614SimpleList>div{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-top:1px solid #edf1f6}.v614SimpleList>div>div{display:grid;grid-gap:2px;gap:2px}.v614SimpleList b{font-size:12px}.v614SimpleList p,.v614SimpleList small,.v614SimpleList time{font-size:12px;color:#64748B;margin:0}.v614Queue{display:grid;grid-gap:10px;gap:10px}.v614Queue>article{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px;display:grid;grid-template-columns:1fr auto;grid-gap:16px;gap:16px;align-items:center}.v614QueueMain>div{display:flex;gap:6px}.v614RiskTag.r-high{background:#FEF2F2;color:#B91C1C}.v614RiskTag.r-medium{background:#FFF7ED;color:#C2410C}.v614RiskTag.r-low{background:#ECFDF5;color:#047857}.v614QueueStatus{background:#F1F5F9;color:#475569}.v614Queue h3{font-size:14px;margin:9px 0 4px}.v614Queue p{font-size:12px;color:#64748B;line-height:1.5}.v614Queue small{font-size:12px;color:#94A3B8}.v614Queue aside{display:flex;gap:6px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.v614Queue aside>a{font-size:12px;font-weight:850;color:#2563EB}.v614Empty{min-height:250px;border:1px dashed #cbd5e1;border-radius:17px;background:#fff;display:grid;place-items:center;align-content:center;text-align:center}.v614Empty>span{width:45px;height:45px;border-radius:14px;background:#ECFDF5;color:#059669;display:grid;place-items:center}.v614Empty h2{font-size:17px;margin:9px 0 3px}.v614Empty p{font-size:12px;color:#64748B}.v614Quality{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin:14px 0}.v614Quality>div{background:#fff;border:1px solid #e2e8f0;border-radius:13px;padding:12px;display:grid;grid-gap:3px;gap:3px}.v614Quality small{font-size:12px;color:#64748B}.v614Quality strong{font-size:18px}.v614Funnel{display:grid;grid-gap:6px;gap:6px;margin-top:14px}.v614Funnel>div{min-height:36px;border-radius:8px;background:linear-gradient(90deg,#2563EB,#4F46E5);color:#fff;padding:0 10px;display:flex;align-items:center;justify-content:space-between;font-size:12px}.v614Conversions{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:7px;gap:7px;margin-top:12px}.v614Conversions>div{padding:9px;border-radius:9px;background:#F8FAFC;display:grid;grid-gap:2px;gap:2px}.v614Conversions small{font-size:12px;color:#64748B}.v614Conversions b{font-size:12px}@media(max-width:1050px){.v614Admin{grid-template-columns:210px minmax(0,1fr)}.v614Stats{grid-template-columns:1fr 1fr}.v614OpsGrid{grid-template-columns:1fr}.v614Health{grid-template-columns:1fr 100px 100px}.v614Health>a{grid-column:1/-1}.v614Tr{grid-template-columns:minmax(180px,1.4fr) .7fr .7fr .7fr 60px}}@media(max-width:760px){.v614Admin{display:block}.v614Side{position:static;height:auto;display:flex;flex-direction:row;overflow-x:auto;padding:10px}.v614Brand{width:130px;margin:0 8px 0 0;flex:0 0 auto}.v614Side>a:last-child,.v614Side>div,.v614Side>span{display:none}.v614Side>a:not(.v614Brand){flex:0 0 auto}.v614Content{padding:22px 10px 60px}.v614Topbar,.v614UserHero{display:grid}.v614Topbar>div:last-child{justify-self:start}.v614AnalyticsGrid,.v614Quality,.v614Stats,.v614UserGrid{grid-template-columns:1fr 1fr}.v614Filters{grid-template-columns:1fr}.v614Table{overflow-x:auto}.v614Tr{min-width:720px}.v614Queue>article{grid-template-columns:1fr}.v614Queue aside{justify-content:flex-start}.v614ModerationForm{grid-template-columns:1fr}.v614Health{grid-template-columns:1fr 1fr}.v614Health>div:first-child{grid-column:1/-1}.v614Conversions{grid-template-columns:1fr}}@media(max-width:480px){.v614AnalyticsGrid,.v614Quality,.v614Stats,.v614UserGrid{grid-template-columns:1fr}.v614Topbar h1,.v614UserHero h1{font-size:28px}}body,html{max-width:100%;overflow-x:hidden}*,:after,:before{box-sizing:border-box}img,video{max-width:100%}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}a,button{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(37,99,235,.28);outline-offset:2px}.tpDashNav,.v610Header,.v611SellerHeader,.v612AccountHeader,.v613Header,.v65Header,.v67Header,.v68Header,.v6Header{isolation:isolate}.tpDashMainNav a,.v610Header nav a,.v611SellerHeader nav a,.v612AccountHeader nav a,.v613Header nav a,.v65Header nav a,.v67Header nav a,.v68Header nav a,.v6Header nav a{position:relative}.tpDashMainNav a.active:after,.v610Header nav a.active:after,.v611SellerHeader nav a.active:after,.v612AccountHeader nav a.active:after,.v613Header nav a.active:after,.v65Header nav a.active:after,.v67Header nav a.active:after,.v68Header nav a.active:after{content:"";position:absolute;left:20%;right:20%;bottom:-12px;height:2px;border-radius:999px;background:linear-gradient(90deg,#2563EB,#6366F1)}.tpMobileNav,.tpMobileNavSpacer{display:none}@media(max-width:700px){:root{--tp-mobile-nav-height:70px}input,select,textarea{font-size:16px!important}input,select{min-height:46px}textarea{line-height:1.45}.button,a[role=button],button{min-height:44px}.tpMobileNavSpacer{display:block;height:calc(var(--tp-mobile-nav-height) + max(18px,env(safe-area-inset-bottom)))}.tpMobileNav{position:fixed;z-index:90;left:10px;right:10px;bottom:max(8px,env(safe-area-inset-bottom));height:var(--tp-mobile-nav-height);display:grid;grid-template-columns:repeat(5,1fr);padding:7px 5px;border:1px solid rgba(203,213,225,.86);border-radius:20px;background:rgba(255,255,255,.94);box-shadow:0 18px 55px rgba(15,23,42,.18);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.tpMobileNav>a{min-width:0;min-height:54px;display:grid;place-items:center;align-content:center;grid-gap:3px;gap:3px;border-radius:14px;color:#64748B}.tpMobileNav>a>span{width:30px;height:29px;border-radius:10px;display:grid;place-items:center;transition:.18s ease}.tpMobileNav>a>b{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1;font-weight:850;letter-spacing:-.05px}.tpMobileNav>a.active{color:#1D4ED8}.tpMobileNav>a.active>span{color:#fff;background:linear-gradient(135deg,#2563EB,#4F46E5);box-shadow:0 7px 15px rgba(37,99,235,.22)}.v610Header,.v611SellerHeader,.v612AccountHeader,.v613Header,.v65Header,.v67Header,.v68Header,.v6Header{height:68px!important;padding-left:12px!important;padding-right:12px!important;gap:10px!important}.tpDashNav,.tpDashNavWrap{height:68px!important}.tpDashNav{padding-left:12px!important;padding-right:12px!important}.tpDashLogo,.v610Logo,.v611SellerLogo,.v612AccountLogo,.v613Logo,.v65Logo,.v67Logo,.v68Logo,.v6Logo{width:145px!important;min-width:145px!important}.tpDashNavActions,.v610Header>div,.v611SellerHeader>div,.v612AccountHeader>div,.v613Header>div,.v65HeaderActions,.v67HeaderActions,.v68Header>div,.v6HeaderActions{gap:7px!important}.tpDashMainNav,.v610Header nav,.v611SellerHeader nav,.v612AccountHeader nav,.v613Header nav,.v65Header nav,.v67Header nav,.v68Header nav,.v6Header nav{display:none!important}.authShell,.marketPage,.pricingPage,.profilePage{max-width:100%!important}.wizardHeader{min-height:68px;padding:10px 12px!important;gap:10px;position:relative}.wizardHeader .brand,.wizardHeader .tpPremiumBrand{width:145px!important;min-width:145px}.wizardHeader .miniNav{gap:6px!important;overflow-x:auto;max-width:55vw}.wizardHeader .miniNav a,.wizardHeader .miniNav button{white-space:nowrap}.marketPage,.pricingPage,.profilePage{padding-left:12px!important;padding-right:12px!important}.analyticsGrid,.detailGrid,.discoverGrid,.factGrid,.formGrid2,.marketGrid,.pricingGrid,.profileGrid,.qualityStats{grid-template-columns:1fr!important}.buttonRow{flex-wrap:wrap}.buttonRow>*{flex:1 1 auto}.discoverCard,.notificationCard,.requestManageCard,.reviewCard,.vehicleCard{border-radius:16px!important}.v610InboxTabs,.v613Tabs,.v65CategoryRail,.v68Tabs{scrollbar-width:none}.v610InboxTabs::-webkit-scrollbar,.v613Tabs::-webkit-scrollbar,.v65CategoryRail::-webkit-scrollbar,.v68Tabs::-webkit-scrollbar{display:none}.v610MessagesHero h1,.v611SellerHero h1,.v612NotifyHero h1,.v612PremiumHero h1,.v613Hero h1,.v65Hero h1,.v66CreateHero h1,.v67HeroMain h1,.v68CompareHero h1,.v68OfferHero h1{text-wrap:balance}.v610MessagesHero>div>p,.v611SellerHero>div>p,.v612NotifyHero>div>p,.v613Hero>div>p,.v65Hero>div>p,.v66CreateHero>div>p,.v67HeroMain>p,.v68OfferHero>div>p{max-width:95%}}@media(max-width:390px){.tpMobileNav{left:7px;right:7px;padding-left:3px;padding-right:3px}.tpMobileNav>a>b{font-size:12px}.tpDashLogo,.v610Logo,.v611SellerLogo,.v612AccountLogo,.v613Logo,.v65Logo,.v67Logo,.v68Logo,.v6Logo{width:132px!important;min-width:132px!important}.tpDashNav,.v610Header,.v611SellerHeader,.v612AccountHeader,.v613Header,.v65Header,.v67Header,.v68Header,.v6Header{padding-left:9px!important;padding-right:9px!important}}@media(prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.v616CriteriaIntro{display:grid;grid-template-columns:42px 1fr;grid-gap:12px;gap:12px;align-items:center;padding:14px 15px;border-radius:15px;background:linear-gradient(135deg,#EFF6FF,#F5F3FF);border:1px solid #dbeafe}.v616CriteriaIntro>span{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;font-size:14px}.v616CriteriaIntro b{font-size:12px}.v616CriteriaIntro p{font-size:12px;color:#64748B;line-height:1.5;margin:4px 0 0}.v616EngineSection,.v616FuelSection{padding:16px;border:1px solid #e2e8f0;border-radius:15px;background:#FCFDFE}.v616SectionLabel{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:11px}.v616SectionLabel>span{font-size:12px;font-weight:950;letter-spacing:1.1px;color:#2563EB}.v616SectionLabel>small{font-size:12px;color:#94A3B8}.v616FuelGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.v616FuelGrid button{min-height:44px;border:1px solid #dce4ef;border-radius:11px;background:#fff;display:flex;align-items:center;gap:8px;padding:0 11px;color:#475569;text-align:left}.v616FuelGrid button>span{width:22px;height:22px;border-radius:7px;background:#F1F5F9;display:grid;place-items:center;font-size:12px;font-weight:950;color:#94A3B8}.v616FuelGrid button>b{font-size:12px}.v616FuelGrid button.active{border-color:#93C5FD;background:#EFF6FF;color:#1D4ED8;box-shadow:0 0 0 3px rgba(37,99,235,.06)}.v616FuelGrid button.active>span{background:#2563EB;color:#fff}.v616FuelAny{margin-top:9px;min-height:34px!important;border:0;background:transparent;color:#64748B;font-size:12px;font-weight:850;padding:0}.v616FuelAny:hover{color:#2563EB}.v616EngineSection .v66Fields2{margin-top:0}.v616EngineNote{margin:10px 0 0;padding:9px 10px;border-radius:9px;background:#F0FDFA;color:#0F766E;font-size:12px;line-height:1.45}@media(max-width:700px){.v616FuelGrid{grid-template-columns:1fr 1fr}}@media(max-width:430px){.v616FuelGrid{grid-template-columns:1fr}}@media(min-width:801px){.v611ScoreGrid{grid-template-columns:repeat(3,1fr)!important}}.v617VehicleCascade{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:11px;gap:11px}.v617VehicleCascade label,.v617VersionText{display:grid;grid-gap:6px;gap:6px}.v617VehicleCascade label>span,.v617VersionText>span{font-size:12px;font-weight:850;color:#334155}.v617VehicleCascade label>span i{font-style:normal;color:#2563EB}.v617VehicleCascade select,.v617VersionText input{width:100%;height:46px;border:1px solid #dce4ef;border-radius:11px;background:#fff;color:#0F172A;padding:0 11px;outline:none}.v617VehicleCascade select:focus,.v617VersionText input:focus{border-color:#2563EB;box-shadow:0 0 0 4px rgba(37,99,235,.08)}.v617VehicleCascade select:disabled,.v617VersionText input:disabled{background:#F1F5F9;color:#94A3B8}.v617VersionText{margin-top:12px}.v617VersionText>span{display:flex;justify-content:space-between;gap:10px}.v617VersionText>span small{font-size:12px;color:#64748B;font-weight:700}.v617VersionText>small{font-size:12px;color:#64748B;line-height:1.5}.v617SellerVehicleCascade{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.v617SellerVehicleCascade label{display:grid;grid-gap:6px;gap:6px}.v617SellerVehicleCascade input,.v617SellerVehicleCascade select{width:100%}@media(max-width:700px){.v617SellerVehicleCascade,.v617VehicleCascade{grid-template-columns:1fr}.v617VersionText{margin-top:10px}}.v618PowerSection{margin-top:15px;padding:15px;border:1px solid #e2e8f0;border-radius:14px;background:linear-gradient(145deg,#FAFCFF,#F8FAFC)}.v618PowerSection .v66Fields2{margin-top:9px}.v618PowerSection .v616SectionLabel{margin-bottom:0}.v611VehicleFacts{flex-wrap:wrap}.v611VehicleFacts span{white-space:nowrap}@media(min-width:801px){.v611ScoreGrid{grid-template-columns:repeat(5,1fr)!important}}@media(max-width:800px){.v611ScoreGrid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:480px){.v611ScoreGrid{grid-template-columns:1fr 1fr!important}.v618PowerSection{padding:12px}}.v619AppearanceSection,.v619DamageSection,.v619EquipmentSection{margin-top:15px;padding:15px;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.v619AppearanceSection{background:linear-gradient(145deg,#FCFDFF,#F8FAFC)}.v619EquipmentSection{background:linear-gradient(145deg,#FAFCFF,#F7F9FF)}.v619DamageSection{background:linear-gradient(145deg,#FFFEFC,#FFF9F4)}.v619ColorGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:7px;gap:7px;margin-top:10px}.v619ColorGrid button,.v619EquipmentGrid button{min-height:39px;border:1px solid #dce4ef;border-radius:10px;background:#fff;color:#475569;display:flex;align-items:center;gap:7px;padding:7px 9px;text-align:left}.v619ColorGrid button span,.v619EquipmentGrid button span{width:20px;height:20px;border-radius:7px;background:#F1F5F9;color:#64748B;display:grid;place-items:center;flex:0 0 auto;font-size:12px;font-weight:950}.v619ColorGrid button b,.v619EquipmentGrid button b{font-size:12px;line-height:1.25}.v619ColorGrid button.active,.v619EquipmentGrid button.active{border-color:#93C5FD;background:#EFF6FF;color:#1D4ED8}.v619ColorGrid button.active span,.v619EquipmentGrid button.active span{background:#2563EB;color:#fff}.v619EquipmentGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:7px;gap:7px;margin-top:10px}.v619Package{display:grid;grid-gap:6px;gap:6px;margin-top:12px}.v619Package>span{font-size:12px;font-weight:850;color:#334155}.v619Package>span small{font-size:12px;color:#64748B;font-weight:700}.v619Package input{width:100%;height:44px;border:1px solid #dce4ef;border-radius:10px;padding:0 11px;background:#fff;outline:none}.v619Package input:focus{border-color:#2563EB;box-shadow:0 0 0 4px rgba(37,99,235,.08)}.v619DamageSection .v66Fields2{margin-top:10px}.v619DamageSection input,.v619DamageSection select{background:#fff}.v619SellerSection{padding:15px;border:1px solid #e2e8f0;border-radius:14px;background:#F8FAFC;display:grid;grid-gap:11px;gap:11px}.v619SellerTitle{display:grid;grid-gap:3px;gap:3px}.v619SellerTitle span{font-size:12px;font-weight:950;letter-spacing:1px;color:#2563EB}.v619SellerTitle b{font-size:12px}.v619SellerEquipment{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:7px;gap:7px}.v619SellerEquipment label{min-height:40px;padding:7px 9px;border:1px solid #dce4ef;border-radius:10px;background:#fff;display:flex!important;grid-template-columns:none!important;align-items:center;gap:7px;font-size:12px;color:#475569;cursor:pointer}.v619SellerEquipment input{width:16px!important;height:16px!important;min-height:0!important;accent-color:#2563EB}.v619SellerEquipment span{line-height:1.25}@media(min-width:1100px){.v611ScoreGrid{grid-template-columns:repeat(5,1fr)!important}}@media(max-width:900px){.v619ColorGrid{grid-template-columns:repeat(3,1fr)}.v619EquipmentGrid,.v619SellerEquipment{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.v619AppearanceSection,.v619DamageSection,.v619EquipmentSection,.v619SellerSection{padding:12px}.v619ColorGrid{grid-template-columns:repeat(2,1fr)}.v619EquipmentGrid,.v619SellerEquipment{grid-template-columns:1fr 1fr}}@media(max-width:390px){.v619EquipmentGrid,.v619SellerEquipment{grid-template-columns:1fr}}.v620EditPage,.v620ExpertPage{min-height:100vh;background:#F5F7FB;color:#0B1220}.v620EditHeader{height:76px;padding:0 max(22px,calc((100vw - 1440px)/2));display:flex;align-items:center;gap:28px;background:#07111F;border-bottom:1px solid rgba(255,255,255,.08);color:#fff}.v620EditHeader>a{width:170px;flex:0 0 auto}.v620EditHeader>a img{width:100%;display:block}.v620EditHeader nav{margin-left:auto;display:flex;gap:18px;align-items:center}.v620EditHeader nav a{font-size:12px;font-weight:850;color:#A9B8CB}.v620EditHeader nav a:hover{color:#fff}.v620EditHero,.v620ExpertHero{padding:38px max(22px,calc((100vw - 1440px)/2));background:radial-gradient(circle at 12% 20%,rgba(37,99,235,.2),transparent 25rem),radial-gradient(circle at 88% 30%,rgba(79,70,229,.18),transparent 28rem),linear-gradient(135deg,#07111F,#0E1B32 54%,#172554);color:#fff}.v620EditHero>span,.v620ExpertHero>div>span{font-size:12px;font-weight:950;letter-spacing:1.3px;color:#60A5FA}.v620EditHero h1,.v620ExpertHero h1{font-size:33px;letter-spacing:-1.4px;margin:7px 0 8px}.v620EditHero p,.v620ExpertHero p{font-size:12px;color:#B6C4D8;line-height:1.6;margin:0;max-width:850px}.v620EditLayout{max-width:1440px;margin:0 auto;padding:24px 34px 90px;display:grid;grid-template-columns:minmax(0,1fr) 300px;grid-gap:18px;gap:18px;align-items:start}.v620EditMain{display:grid;grid-gap:14px;gap:14px}.v620EditSide{position:-webkit-sticky;position:sticky;top:20px;display:grid;grid-gap:9px;gap:9px}.v620EditCard,.v620EditSide article{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:18px;box-shadow:0 12px 35px rgba(15,23,42,.04)}.v620EditCard>header{margin-bottom:14px}.v620EditCard>header>span,.v620EditSide article>span{font-size:12px;font-weight:950;letter-spacing:1.05px;color:#2563EB}.v620EditCard h2{font-size:17px;margin:4px 0}.v620EditCard header p{font-size:12px;color:#64748B;line-height:1.5;margin:0}.v620EditCard label{display:grid;grid-gap:6px;gap:6px;font-size:12px;font-weight:850;color:#334155}.v620EditCard input,.v620EditCard select,.v620EditCard textarea{width:100%;border:1px solid #dce4ef;border-radius:10px;background:#fff;color:#0F172A;padding:0 10px;outline:none}.v620EditCard input,.v620EditCard select{height:43px}.v620EditCard textarea{padding:11px;resize:vertical}.v620EditCard input:focus,.v620EditCard select:focus,.v620EditCard textarea:focus{border-color:#2563EB;box-shadow:0 0 0 4px rgba(37,99,235,.08)}.v620Grid2,.v620Grid3{display:grid;grid-gap:9px;gap:9px;margin-top:9px}.v620Grid2{grid-template-columns:repeat(2,1fr)}.v620Grid3{grid-template-columns:repeat(3,1fr)}.v620Money{position:relative}.v620Money input{padding-right:38px}.v620Money b{position:absolute;right:11px;top:14px;font-size:12px;color:#64748B}.v620IdentityBox{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin-bottom:12px}.v620IdentityBox>div{padding:11px;border-radius:10px;background:#F8FAFC;display:grid;grid-gap:2px;gap:2px}.v620IdentityBox small{font-size:12px;color:#64748B}.v620IdentityBox b{font-size:12px}.v620ChoiceGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:7px;gap:7px;margin:10px 0 12px}.v620ChoiceGrid.colors{grid-template-columns:repeat(4,1fr)}.v620ChoiceGrid.equipment{grid-template-columns:repeat(3,1fr)}.v620ChoiceGrid button{min-height:38px;border:1px solid #dce4ef;border-radius:10px;background:#fff;color:#475569;padding:7px 9px;text-align:left;font-size:12px;font-weight:850}.v620ChoiceGrid button.active{background:#EFF6FF;border-color:#93C5FD;color:#1D4ED8;box-shadow:0 5px 15px rgba(37,99,235,.07)}.v620Check{display:flex!important;grid-template-columns:none!important;align-items:center!important;align-content:center;gap:8px!important;min-height:43px;padding:0 11px;border:1px solid #dce4ef;border-radius:10px;background:#fff}.v620Check input{width:16px!important;height:16px!important;min-height:0!important;accent-color:#2563EB}.v620ExpertLink{margin-top:12px;min-height:40px;border-radius:10px;background:#F8FAFC;border:1px solid #dce4ef;display:flex;align-items:center;padding:0 11px;color:#2563EB;font-size:12px;font-weight:850}.v620EditSide article h3{font-size:16px;line-height:1.3;margin:6px 0 4px}.v620EditSide article p{font-size:12px;color:#64748B}.v620EditSide article>div{display:flex;justify-content:space-between;gap:10px;padding:9px 0;border-top:1px solid #edf1f6}.v620EditSide small{font-size:12px;color:#64748B}.v620EditSide b{font-size:12px}.v620EditSide>button{min-height:44px;border:0;border-radius:11px;background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;font-size:12px;font-weight:900}.v620EditSide>a{text-align:center;color:#64748B;font-size:12px;font-weight:800}.v620Error{padding:11px 13px;border-radius:10px;background:#FEF2F2;border:1px solid #fecaca;color:#B91C1C;font-size:12px}.v620Loading{min-height:100vh;background:linear-gradient(135deg,#07111F,#172554);display:grid;place-items:center;align-content:center;grid-gap:15px;gap:15px;color:#fff}.v620Loading img{width:185px}.v620Loading p{font-size:12px;color:#A9B8CB}.v620ExpertHero{display:grid;grid-template-columns:1fr auto;grid-gap:30px;gap:30px;align-items:end}.v620ExpertHero aside{display:flex;gap:8px}.v620ExpertHero aside>div{min-width:82px;padding:11px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(255,255,255,.05);display:grid;grid-gap:2px;gap:2px}.v620ExpertHero aside small{font-size:12px;color:#8FA6C0}.v620ExpertHero aside strong{font-size:18px}.v620ExpertLayout{max-width:1440px;margin:0 auto;padding:24px 34px 90px;display:grid;grid-gap:16px;gap:16px}.v620MediaCard,.v620PanelCard{background:#fff;border:1px solid #e2e8f0;border-radius:19px;padding:18px;box-shadow:0 12px 35px rgba(15,23,42,.04)}.v620MediaCard>header,.v620PanelCard>header{display:flex;justify-content:space-between;gap:20px;align-items:start}.v620MediaCard header>span,.v620PanelCard header>div:first-child>span{font-size:12px;font-weight:950;letter-spacing:1px;color:#2563EB}.v620MediaCard h2,.v620PanelCard h2{font-size:18px;margin:4px 0}.v620MediaCard header p,.v620PanelCard header p{font-size:12px;color:#64748B;line-height:1.5;margin:0}.v620Legend{display:flex;gap:6px;flex-wrap:wrap}.v620Legend b{padding:6px 8px;border-radius:999px;font-size:12px}.v620Legend .original{background:#ECFDF5;color:#047857}.v620Legend .painted{background:#FFF7ED;color:#C2410C}.v620Legend .changed{background:#FEF2F2;color:#B91C1C}.v620CarMap{margin-top:18px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px}.v620BodyPart{border:1px solid #e2e8f0;border-radius:13px;background:#F8FAFC;padding:10px;display:grid;grid-gap:9px;gap:9px;transition:.15s}.v620BodyPart.s-original{background:#F0FDF4;border-color:#BBF7D0}.v620BodyPart.s-painted{background:#FFF7ED;border-color:#FED7AA}.v620BodyPart.s-changed{background:#FEF2F2;border-color:#FECACA}.v620BodyPart>div:first-child{display:grid;grid-template-columns:28px 1fr;grid-gap:7px;gap:7px;align-items:center}.v620BodyPart>div:first-child>span{grid-row:1/3;width:28px;height:28px;border-radius:9px;background:#E2E8F0;color:#64748B;display:grid;place-items:center;font-size:12px;font-weight:950}.v620BodyPart.s-original>div:first-child>span{background:#10B981;color:#fff}.v620BodyPart.s-painted>div:first-child>span{background:#F59E0B;color:#fff}.v620BodyPart.s-changed>div:first-child>span{background:#EF4444;color:#fff}.v620BodyPart b{font-size:12px}.v620BodyPart small{font-size:12px;color:#64748B}.v620PartActions{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:4px;gap:4px}.v620PartActions button{min-height:30px;border:1px solid #dce4ef;border-radius:8px;background:#fff;color:#64748B;font-size:12px;font-weight:850}.v620PartActions button.active.original{background:#ECFDF5;border-color:#A7F3D0;color:#047857}.v620PartActions button.active.painted{background:#FFF7ED;border-color:#FED7AA;color:#C2410C}.v620PartActions button.active.changed{background:#FEF2F2;border-color:#FECACA;color:#B91C1C}.v620PanelFooter{margin-top:14px;padding-top:13px;border-top:1px solid #edf1f6;display:flex;justify-content:space-between;align-items:center;gap:12px}.v620PanelFooter>div{display:grid;grid-gap:2px;gap:2px}.v620PanelFooter span{font-size:12px;color:#64748B}.v620PanelFooter b{font-size:12px;color:#047857}.v620PanelFooter button{min-height:40px;padding:0 12px;border:0;border-radius:10px;background:#0F172A;color:#fff;font-size:12px;font-weight:900}.v620MediaGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.v620MediaCard>header{display:block}.v620MediaCard form{margin:14px 0;display:grid;grid-template-columns:1fr auto;grid-gap:7px;gap:7px}.v620MediaCard form input{min-width:0;height:41px;border:1px solid #dce4ef;border-radius:9px;padding:7px;background:#F8FAFC;font-size:12px}.v620MediaCard form button{min-height:41px;padding:0 11px;border:0;border-radius:9px;background:#2563EB;color:#fff;font-size:12px;font-weight:850}.v620PhotoGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:7px;gap:7px}.v620PhotoGrid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:10px;border:1px solid #e2e8f0}.v620ReportList{display:grid;grid-gap:7px;gap:7px}.v620ReportList a{padding:10px;border:1px solid #e2e8f0;border-radius:10px;display:grid;grid-template-columns:34px 1fr auto;grid-gap:9px;gap:9px;align-items:center;color:inherit}.v620ReportList>a>span{width:34px;height:34px;border-radius:9px;background:#FEF2F2;color:#B91C1C;display:grid;place-items:center;font-size:12px;font-weight:950}.v620ReportList>a>div{display:grid;grid-gap:2px;gap:2px}.v620ReportList b{font-size:12px}.v620ReportList small{font-size:12px;color:#64748B}.v620ReportList em{font-style:normal;color:#2563EB}.v620MediaEmpty{padding:25px;border:1px dashed #cbd5e1;border-radius:11px;text-align:center;color:#64748B;font-size:12px}.v67EditRequest{min-height:40px;border-radius:10px;background:#EFF6FF;border:1px solid #bfdbfe;color:#1D4ED8!important;display:flex;align-items:center;justify-content:space-between;padding:0 10px;font-size:12px;font-weight:900;margin-bottom:8px}@media(max-width:1000px){.v620EditLayout{grid-template-columns:1fr}.v620EditSide{position:static;grid-template-columns:1fr auto auto;align-items:start}.v620EditSide>button{min-width:180px}.v620CarMap{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.v620EditHeader{height:68px;padding:0 12px}.v620EditHeader>a{width:145px}.v620EditHeader nav a:not(:first-child){display:none}.v620EditHero,.v620ExpertHero{padding:32px 14px;grid-template-columns:1fr}.v620EditHero h1,.v620ExpertHero h1{font-size:27px}.v620EditLayout,.v620ExpertLayout{padding:18px 10px 60px}.v620EditSide{grid-template-columns:1fr}.v620ChoiceGrid,.v620ChoiceGrid.equipment,.v620Grid3{grid-template-columns:1fr 1fr}.v620ChoiceGrid.colors{grid-template-columns:repeat(3,1fr)}.v620CarMap{grid-template-columns:1fr 1fr}.v620MediaGrid{grid-template-columns:1fr}.v620PanelCard>header,.v620PanelFooter{display:grid}.v620PanelFooter button{width:100%}}@media(max-width:480px){.v620Grid2,.v620Grid3,.v620IdentityBox{grid-template-columns:1fr}.v620ChoiceGrid,.v620ChoiceGrid.colors,.v620ChoiceGrid.equipment{grid-template-columns:1fr 1fr}.v620CarMap{grid-template-columns:1fr}.v620ExpertHero aside{width:100%;overflow-x:auto}.v620ExpertHero aside>div{flex:0 0 82px}.v620MediaCard form{grid-template-columns:1fr}.v620PhotoGrid{grid-template-columns:1fr 1fr}}:root{--tp-blue:#2563EB;--tp-indigo:#4F46E5;--tp-ink:#0B1220;--tp-text:#111827;--tp-muted:#64748B;--tp-border:#E2E8F0;--tp-bg:#F8FAFC;--tp-card:#fff;--tp-radius:16px;--tp-shadow:0 18px 50px rgba(15,23,42,.08)}body{background:var(--tp-bg)}button,input,select,textarea{font-family:inherit}button{cursor:pointer}a,button{transition:color .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}button:disabled{cursor:not-allowed;opacity:.6}::selection{background:rgba(37,99,235,.18);color:#0B1220}.tpRouteProgress{position:fixed;z-index:9999;top:0;left:0;right:0;height:3px;pointer-events:none;opacity:0;overflow:hidden}.tpRouteProgress.show{opacity:1;background:rgba(37,99,235,.08)}.tpRouteProgress i{display:block;width:38%;height:100%;background:linear-gradient(90deg,#2563EB,#6366F1,#38BDF8);transform:translateX(-120%)}.tpRouteProgress.show i{animation:tpRouteLoad 1.15s ease-in-out infinite}@keyframes tpRouteLoad{0%{transform:translateX(-120%)}65%{transform:translateX(180%)}to{transform:translateX(260%)}}.tpUtilityDock{position:fixed;z-index:78;right:18px;bottom:18px;display:flex;align-items:center;gap:7px}.tpUtilityDock>a,.tpUtilityDock>button{min-height:43px;border:1px solid rgba(203,213,225,.9);border-radius:14px;background:rgba(255,255,255,.94);box-shadow:0 14px 38px rgba(15,23,42,.12);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:#334155;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;font-size:12px;font-weight:850}.tpUtilityDock>a:hover,.tpUtilityDock>button:hover{border-color:#93C5FD;color:#1D4ED8;transform:translateY(-1px)}.tpUtilityDock button kbd{font-size:12px;padding:3px 5px;border-radius:5px;background:#F1F5F9;color:#64748B}.tpUtilityDock>a{width:43px;padding:0;position:relative}.tpUtilityDock>a>b{position:absolute;right:-4px;top:-5px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#2563EB;color:#fff;display:grid;place-items:center;font-size:12px;border:2px solid #fff}.tpCommandBackdrop{position:fixed;z-index:1000;inset:0;background:rgba(3,10,20,.66);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);display:grid;place-items:start center;padding:10vh 18px 30px}.tpCommand{width:min(720px,100%);border:1px solid rgba(255,255,255,.12);border-radius:20px;background:#fff;box-shadow:0 35px 100px rgba(0,0,0,.34);overflow:hidden}.tpCommand>header{height:66px;display:grid;grid-template-columns:30px 1fr auto 34px;align-items:center;grid-gap:9px;gap:9px;padding:0 14px;border-bottom:1px solid #e8edf4}.tpCommand>header>span{color:#2563EB;display:grid;place-items:center}.tpCommand>header input{height:100%;border:0;outline:0;background:transparent;font-size:15px;color:#0F172A}.tpCommand>header input::placeholder{color:#94A3B8}.tpCommand>footer kbd,.tpCommand>header kbd{padding:4px 6px;border:solid #e2e8f0;border-width:1px 1px 2px;border-radius:6px;background:#F8FAFC;color:#64748B;font-size:12px}.tpCommand>header button{width:34px;height:34px;border:0;border-radius:10px;background:#F1F5F9;color:#64748B;display:grid;place-items:center}.tpCommandBody{max-height:58vh;overflow:auto;padding:8px}.tpCommandBody>button{width:100%;border:0;background:#fff;border-radius:12px;min-height:55px;padding:8px;display:grid;grid-template-columns:36px 1fr 24px;align-items:center;grid-gap:9px;gap:9px;text-align:left}.tpCommandBody>button:focus,.tpCommandBody>button:hover{background:#F8FAFC}.tpCommandBody .type{width:36px;height:36px;border-radius:11px;background:#EFF6FF;color:#2563EB;display:grid;place-items:center;font-size:12px;font-weight:950}.tpCommandBody .t-request{background:#EEF2FF;color:#4F46E5}.tpCommandBody .t-category{background:#F0FDFA;color:#0F766E}.tpCommandBody button div{display:grid;grid-gap:2px;gap:2px}.tpCommandBody button b{font-size:12px;color:#0F172A}.tpCommandBody button small{font-size:12px;color:#64748B}.tpCommandBody button em{font-style:normal;color:#94A3B8;display:grid;place-items:center}.tpCommandBody button.all{margin-top:5px;border-top:1px solid #eef2f7;border-radius:10px}.tpCommandBody button.all b{color:#1D4ED8}.tpCommandEmpty,.tpCommandStart{padding:38px 25px;text-align:center}.tpCommandEmpty b,.tpCommandStart strong{font-size:15px}.tpCommandEmpty p,.tpCommandStart p{font-size:12px;color:#64748B;margin:6px 0 14px}.tpCommandStart>div{display:flex;justify-content:center;gap:6px;flex-wrap:wrap}.tpCommandStart>div span{padding:6px 8px;border:1px solid #e2e8f0;border-radius:999px;font-size:12px;color:#64748B}.tpCommandEmpty>span{display:grid;place-items:center;margin:0 auto 9px;width:42px;height:42px;border-radius:14px;background:#F1F5F9;color:#94A3B8;font-size:18px}.tpCommandLoading{display:grid;grid-gap:7px;gap:7px;padding:10px}.tpCommandLoading i{height:52px;border-radius:11px;background:linear-gradient(90deg,#F1F5F9,#F8FAFC,#F1F5F9);background-size:200% 100%;animation:tpShimmer 1.3s infinite}@keyframes tpShimmer{to{background-position:-200% 0}}.tpCommand>footer{height:38px;padding:0 12px;border-top:1px solid #eef2f7;background:#FAFBFD;display:flex;align-items:center;justify-content:space-between;color:#94A3B8;font-size:12px}.tpToasts{position:fixed;z-index:1100;right:18px;top:18px;display:grid;grid-gap:8px;gap:8px;width:min(350px,calc(100vw - 24px));pointer-events:none}.tpToast{pointer-events:auto;min-height:58px;padding:9px 11px;border:1px solid #dce4ef;border-radius:14px;background:rgba(255,255,255,.97);box-shadow:0 20px 60px rgba(15,23,42,.17);display:grid;grid-template-columns:32px 1fr;grid-gap:9px;gap:9px;align-items:center;animation:tpToastIn .22s ease-out}.tpToast>span{width:32px;height:32px;border-radius:10px;background:#ECFDF5;color:#047857;display:grid;place-items:center;font-size:12px;font-weight:950}.tpToast.error>span{background:#FEF2F2;color:#B91C1C}.tpToast.info>span{background:#EFF6FF;color:#1D4ED8}.tpToast>div{display:grid;grid-gap:2px;gap:2px}.tpToast b{font-size:12px}.tpToast small{font-size:12px;color:#64748B;line-height:1.35}@keyframes tpToastIn{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:none}}.tpOnboardBackdrop{position:fixed;z-index:1050;inset:0;background:rgba(3,10,20,.72);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center;padding:18px}.tpOnboard{width:min(760px,100%);min-height:385px;border-radius:23px;background:#fff;overflow:hidden;display:grid;grid-template-columns:40% 60%;position:relative;box-shadow:0 38px 120px rgba(0,0,0,.36)}.tpOnboard>.close{position:absolute;z-index:2;right:14px;top:14px;width:34px;height:34px;border:0;border-radius:10px;background:#F1F5F9;color:#64748B;font-size:17px}.tpOnboard .visual{padding:28px;background:radial-gradient(circle at 20% 20%,rgba(59,130,246,.28),transparent 16rem),linear-gradient(145deg,#07111F,#172554);color:#fff;display:grid;align-content:space-between}.tpOnboard .visual img{width:165px}.tpOnboard .visual strong{font-size:92px;line-height:.85;letter-spacing:-6px;color:rgba(255,255,255,.12)}.tpOnboard .visual span{font-size:12px;letter-spacing:1px;color:#93C5FD}.tpOnboard .copy{padding:45px 38px 30px;display:grid;align-content:center}.tpOnboard .copy>span{font-size:12px;font-weight:950;letter-spacing:1.2px;color:#2563EB}.tpOnboard h2{font-size:29px;line-height:1.05;letter-spacing:-1px;margin:8px 0}.tpOnboard p{font-size:12px;color:#64748B;line-height:1.65;max-width:430px}.tpOnboard .dots{display:flex;gap:5px;margin:18px 0}.tpOnboard .dots i{width:20px;height:4px;border-radius:999px;background:#E2E8F0}.tpOnboard .dots i.active{width:38px;background:linear-gradient(90deg,#2563EB,#4F46E5)}.tpOnboard footer{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.tpOnboard footer button{min-height:42px;border-radius:11px;padding:0 13px;font-size:12px;font-weight:900}.tpOnboard .back{border:0;background:transparent;color:#64748B}.tpOnboard .next{border:0;background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;box-shadow:0 10px 25px rgba(37,99,235,.19)}.tpHeroSearchWrap{position:relative;z-index:7;max-width:650px;margin:22px 0 16px}.tpHeroSearch{height:58px;border:1px solid rgba(255,255,255,.17);border-radius:15px;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);display:grid;grid-template-columns:34px 1fr auto;align-items:center;padding:5px 5px 5px 12px;box-shadow:0 16px 40px rgba(0,0,0,.1)}.tpHeroSearch>span{font-size:20px;color:#93C5FD}.tpHeroSearch input{min-width:0;height:100%;border:0;outline:0;background:transparent;color:#fff;font-size:12px}.tpHeroSearch input::placeholder{color:#A9B8CB}.tpHeroSearch button{height:46px;border:0;border-radius:11px;background:#fff;color:#0F172A;padding:0 16px;font-size:12px;font-weight:950}.tpHeroSearch button:hover{background:#EFF6FF;color:#1D4ED8}.tpHeroSuggest{position:absolute;top:64px;left:0;right:0;border:1px solid #e2e8f0;border-radius:14px;background:#fff;box-shadow:0 24px 70px rgba(2,8,23,.25);padding:6px;overflow:hidden}.tpHeroSuggest>a{min-height:48px;border-radius:10px;display:grid;grid-template-columns:58px 1fr 20px;align-items:center;grid-gap:7px;gap:7px;padding:6px 9px;color:#0F172A}.tpHeroSuggest>a:hover{background:#F8FAFC}.tpHeroSuggest>a>span{font-size:12px;font-weight:900;color:#2563EB;background:#EFF6FF;border-radius:999px;padding:5px 6px;text-align:center}.tpHeroSuggest>a>div{display:grid;grid-gap:2px;gap:2px}.tpHeroSuggest b{font-size:12px}.tpHeroSuggest small{font-size:12px;color:#64748B}.tpHeroSuggest em{font-style:normal;color:#94A3B8}.tpHeroSuggest .empty,.tpHeroSuggest .loading{padding:15px;font-size:12px;color:#64748B;text-align:center}.v622BrandFinder{margin-bottom:12px;padding:12px;border:1px solid #e2e8f0;border-radius:13px;background:#F8FAFC;display:grid;grid-gap:9px;gap:9px}.v622BrandFinder.seller{margin-bottom:0}.v622PopularBrands{display:flex;gap:6px;flex-wrap:wrap}.v622PopularBrands button{min-height:32px;padding:0 9px;border:1px solid #dce4ef;border-radius:9px;background:#fff;color:#475569;font-size:12px;font-weight:850}.v622PopularBrands button.active,.v622PopularBrands button:hover{border-color:#93C5FD;background:#EFF6FF;color:#1D4ED8}.v622BrandFinder>label{display:grid;grid-gap:5px;gap:5px}.v622BrandFinder>label>span{font-size:12px;font-weight:850;color:#475569}.v622BrandFinder>label>div{position:relative}.v622BrandFinder>label i{position:absolute;left:11px;top:11px;font-style:normal;color:#94A3B8}.v622BrandFinder input{width:100%;height:42px;border:1px solid #dce4ef;border-radius:10px;background:#fff;padding:0 10px 0 31px;outline:none}.v622BrandFinder input:focus{border-color:#2563EB;box-shadow:0 0 0 4px rgba(37,99,235,.07)}.v622DemandInsight,.v622ElectricNote{padding:12px 13px;border:1px solid #bfdbfe;border-radius:13px;background:linear-gradient(145deg,#EFF6FF,#F8FBFF);display:grid;grid-template-columns:auto 1fr;grid-gap:10px;gap:10px;margin-bottom:13px}.v622DemandInsight>span{align-self:start;font-size:12px;font-weight:950;letter-spacing:.9px;color:#1D4ED8;background:#DBEAFE;border-radius:999px;padding:5px 7px}.v622DemandInsight b,.v622ElectricNote b{font-size:12px}.v622DemandInsight p,.v622ElectricNote p{font-size:12px;line-height:1.5;color:#64748B;margin:3px 0 0}.v622ElectricNote{border-color:#C7D2FE;background:#EEF2FF}.v622ElectricNote>span{width:32px;height:32px;border-radius:10px;background:#4F46E5;color:#fff;display:grid;place-items:center}.v622QualityCard{margin-bottom:13px;padding:13px;border:1px solid #dce4ef;border-radius:15px;background:linear-gradient(145deg,#fff,#F8FAFC);box-shadow:0 12px 30px rgba(15,23,42,.04)}.v622QualityTop{display:flex;justify-content:space-between;gap:10px;align-items:center}.v622QualityTop>div{display:grid;grid-gap:2px;gap:2px}.v622QualityTop span{font-size:12px;font-weight:950;letter-spacing:1px;color:#2563EB}.v622QualityTop b{font-size:12px}.v622QualityTop>strong{font-size:22px;color:#0F172A}.v622QualityTop>strong small{font-size:12px;color:#94A3B8}.v622QualityBar{height:6px;border-radius:999px;background:#EAF0F7;overflow:hidden;margin:9px 0}.v622QualityBar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#2563EB,#4F46E5,#06B6D4)}.v622QualityTips{display:grid;grid-gap:3px;gap:3px}.v622QualityTips p{font-size:12px;color:#64748B;margin:0}.v622QualityCard footer{margin-top:9px;padding-top:8px;border-top:1px solid #edf1f6;display:flex;justify-content:space-between}.v622QualityCard footer span{font-size:12px;font-weight:850;color:#047857}.v622QualityCard footer small{font-size:12px;color:#94A3B8}.v622FilterBackdrop,.v622FilterClose,.v622MobileFilterBar{display:none}.v622TrustStrip{display:flex;gap:5px;flex-wrap:wrap;margin:8px 0}.v622BuyerTrust span,.v622TrustStrip span{padding:5px 6px;border:1px solid #e2e8f0;border-radius:999px;background:#F8FAFC;color:#475569;font-size:12px;font-weight:800}.v622BuyerTrust span:first-child,.v622TrustStrip .score{background:#EFF6FF;border-color:#BFDBFE;color:#1D4ED8}.v622BuyerTrust{display:flex;gap:5px;flex-wrap:wrap;margin-top:7px}.v622MatchWhy{margin-top:10px;padding:10px;border:1px solid #e2e8f0;border-radius:11px;background:#F8FAFC}.v622MatchWhy>b{font-size:12px;color:#0F172A}.v622MatchWhy>div{display:flex;gap:5px;flex-wrap:wrap;margin-top:6px}.v622MatchWhy span{padding:5px 7px;border-radius:999px;background:#ECFDF5;color:#047857;font-size:12px;font-weight:800}.v622MatchWhy span.weak{background:#FFF7ED;color:#C2410C}.v622AdminUx{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin-bottom:12px}.v622AdminUx article{padding:15px;border:1px solid #e2e8f0;border-radius:15px;background:#fff;display:grid;grid-gap:4px;gap:4px}.v622AdminUx span{font-size:12px;font-weight:950;letter-spacing:.75px;color:#64748B}.v622AdminUx strong{font-size:22px}.v622AdminUx small{font-size:12px;color:#94A3B8}.v622StepAnalytics{margin-bottom:12px}.v622StepAnalytics>header p{font-size:12px;color:#64748B}.v622StepAnalytics>div{display:grid;grid-gap:8px;gap:8px;margin-top:12px}.v622StepAnalytics>div>div{display:grid;grid-template-columns:55px 1fr 35px;grid-gap:9px;gap:9px;align-items:center}.v622StepAnalytics>div span{font-size:12px;font-weight:850}.v622StepAnalytics>div i{height:9px;border-radius:999px;background:#EAF0F7;overflow:hidden}.v622StepAnalytics>div i b{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#2563EB,#4F46E5)}.v622StepAnalytics>div strong{font-size:12px;text-align:right}.v611VehicleCard,.v612Card,.v613RequestCard,.v620EditCard,.v65DemandCard,.v68OfferCard{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}@media(hover:hover){.v611VehicleCard:hover,.v65DemandCard:hover,.v68OfferCard:hover{transform:translateY(-3px);box-shadow:0 22px 55px rgba(15,23,42,.1)}}@media(max-width:760px){.tpUtilityDock{display:none}.tpCommandBackdrop{padding:7vh 8px 8px;align-items:start}.tpCommand{border-radius:18px}.tpCommand>header{grid-template-columns:26px 1fr 30px;padding:0 10px}.tpCommand>header kbd{display:none}.tpCommand>header input{font-size:16px}.tpCommandBody{max-height:62vh}.tpCommand>footer{display:none}.tpToasts{top:10px;right:10px}.tpOnboard{grid-template-columns:1fr;min-height:0}.tpOnboard .visual{min-height:155px;padding:18px}.tpOnboard .visual img{width:135px}.tpOnboard .visual strong{display:none}.tpOnboard .copy{padding:27px 20px 22px}.tpOnboard h2{font-size:24px}.tpHeroSearchWrap{margin:18px 0 14px}.tpHeroSearch{height:auto;min-height:56px;grid-template-columns:30px 1fr;padding:5px 8px}.tpHeroSearch input{font-size:16px}.tpHeroSearch button{grid-column:1/3;width:100%;height:43px;margin-top:4px}.tpHeroSuggest{top:108px}.v622PopularBrands{overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px;scrollbar-width:none}.v622PopularBrands::-webkit-scrollbar{display:none}.v622PopularBrands button{flex:0 0 auto}.v622AdminUx{grid-template-columns:1fr 1fr}.v622MobileFilterBar{display:flex;margin:12px 10px 0;justify-content:space-between;align-items:center}.v622MobileFilterBar>button{min-height:42px;padding:0 12px;border:1px solid #dce4ef;border-radius:11px;background:#fff;color:#0F172A;font-size:12px;font-weight:900;display:flex;gap:7px;align-items:center}.v622MobileFilterBar>button b{min-width:18px;height:18px;border-radius:999px;background:#2563EB;color:#fff;display:grid;place-items:center;font-size:12px}.v622MobileFilterBar>span{font-size:12px;color:#64748B}.v622FilterBackdrop{display:block;position:fixed;z-index:94;inset:0;border:0;background:rgba(2,8,23,.52)}.v65Filters{position:fixed!important;z-index:95!important;left:7px!important;right:7px!important;bottom:7px!important;top:auto!important;width:auto!important;max-height:86vh!important;overflow:auto!important;border-radius:20px!important;transform:translateY(110%);transition:transform .24s ease!important;box-shadow:0 25px 80px rgba(0,0,0,.27)!important;padding:12px!important}.v65Filters.mobileOpen{transform:translateY(0)}.v622FilterClose{display:flex;width:100%;min-height:42px;margin-bottom:8px;border:0;border-radius:11px;background:#0F172A;color:#fff;align-items:center;justify-content:space-between;padding:0 11px;font-size:12px;font-weight:900}.v622FilterClose span{font-size:15px}.v622TrustStrip{margin-top:7px}}@media(max-width:480px){.v622AdminUx,.v622ChoiceGrid{grid-template-columns:1fr}}.v623MarketHeader{height:74px;padding:0 max(22px,calc((100vw - 1440px)/2));display:flex;align-items:center;gap:26px;background:#07111F;border-bottom:1px solid rgba(255,255,255,.08);color:#fff}.v623MarketHeader>a{width:168px;flex:0 0 auto}.v623MarketHeader>a img{width:100%;display:block}.v623MarketHeader nav{display:flex;gap:18px;align-items:center}.v623MarketHeader nav a,.v623MarketHeader>div>a{font-size:12px;font-weight:850;color:#AFC0D4}.v623MarketHeader nav a.active,.v623MarketHeader nav a:hover,.v623MarketHeader>div>a:hover{color:#fff}.v623MarketHeader>div{margin-left:auto;display:flex;gap:10px;align-items:center}.v623MarketHeader .primary{min-height:38px;padding:0 12px;border-radius:10px;background:#2563EB;color:#fff!important;display:flex;align-items:center}.v623MarketCrumb{display:flex;gap:7px;align-items:center;flex-wrap:wrap;font-size:12px;color:#94A3B8;margin-bottom:9px}.v623MarketCrumb a{color:#64748B}.v623MarketCrumb a:hover{color:#2563EB}.v623MarketCrumb b{color:#334155}.v623MarketToolbar{display:flex;justify-content:space-between;gap:20px;align-items:end;padding:0 0 14px;border-bottom:1px solid #e2e8f0}.v623MarketToolbar>div:first-child>span{font-size:12px;font-weight:950;letter-spacing:1px;color:#2563EB}.v623MarketToolbar h2{font-size:18px;margin:3px 0}.v623MarketToolbar p{font-size:12px;color:#64748B;margin:0}.v623ToolbarActions{display:flex;gap:8px;align-items:end}.v623ViewToggle{height:40px;border:1px solid #dce4ef;border-radius:10px;background:#fff;display:flex}.v623ViewToggle button{border:0;border-radius:7px;background:transparent;padding:0 9px;font-size:12px;font-weight:850;color:#64748B}.v623ViewToggle button.active{background:#0F172A;color:#fff}.v623RequestTable{margin-top:12px;border:1px solid #dde5ef;border-radius:14px;background:#fff;overflow:hidden}.v623TableHead{min-height:38px;background:#F8FAFC;border-bottom:1px solid #e2e8f0;display:grid;grid-template-columns:minmax(300px,1.65fr) minmax(180px,1.05fr) 120px 150px 105px 70px;grid-gap:8px;gap:8px;align-items:center;padding:0 12px}.v623TableHead span{font-size:12px;font-weight:950;letter-spacing:.65px;color:#64748B}.v623RequestRow{min-height:94px;display:grid;grid-template-columns:minmax(300px,1.65fr) minmax(180px,1.05fr) 120px 150px 105px 70px;grid-gap:8px;gap:8px;align-items:center;padding:10px 12px;border-bottom:1px solid #edf1f6;background:#fff}.v623RequestRow:last-child{border-bottom:0}.v623RequestRow:hover{background:#FBFDFF}.v623RequestRow.featured{box-shadow:inset 3px 0 #2563EB;background:#FCFDFF}.v623ReqIdentity{display:grid;grid-template-columns:38px 1fr;grid-gap:9px;gap:9px;align-items:start;min-width:0}.v623ReqIcon{width:38px;height:38px;border-radius:11px;background:#EFF6FF;color:#2563EB;display:grid;place-items:center;font-size:12px;font-weight:950}.v623ReqIdentity>div{min-width:0;display:grid;grid-gap:3px;gap:3px}.v623ReqIdentity small{font-size:12px;color:#94A3B8}.v623ReqIdentity a{font-size:12px;font-weight:900;color:#0F172A;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v623ReqIdentity a:hover{color:#2563EB}.v623ReqIdentity>div>div{display:flex;gap:4px;flex-wrap:wrap}.v623ReqIdentity>div>div span{font-size:12px;color:#64748B;padding:3px 5px;border-radius:999px;background:#F8FAFC}.v623ReqIdentity>div>div .active{color:#047857;background:#ECFDF5}.v623ReqBudget,.v623ReqCriteria,.v623ReqDate,.v623ReqLocation{display:grid;grid-gap:3px;gap:3px;min-width:0}.v623ReqCriteria b,.v623ReqDate b,.v623ReqLocation b{font-size:12px;color:#334155;line-height:1.35}.v623ReqBudget small,.v623ReqCriteria small,.v623ReqDate small,.v623ReqLocation small{font-size:12px;color:#94A3B8;line-height:1.35}.v623ReqBudget strong{font-size:12px;color:#0F172A}.v623ReqGo{text-align:right}.v623ReqGo a{min-height:34px;padding:0 9px;border-radius:9px;background:#EFF6FF;color:#1D4ED8;font-size:12px;font-weight:900;display:inline-flex;align-items:center}.v623ReqGo a:hover{background:#2563EB;color:#fff}.v623ListSkeleton{height:94px;border-bottom:1px solid #edf1f6;background:linear-gradient(90deg,#F8FAFC,#fff,#F8FAFC);background-size:200% 100%;animation:tpShimmer 1.3s infinite}.v623ListingStats{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}.v623ListingStats span{padding:5px 7px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.05);font-size:12px;color:#B7C6D8}.v623TradeBuyer{padding-top:15px!important}.v623BuyerHead{display:flex;justify-content:space-between;gap:10px;align-items:center}.v623BuyerHead>div{display:grid;grid-gap:3px;gap:3px}.v623BuyerHead span{font-size:12px;font-weight:950;letter-spacing:.8px;color:#2563EB}.v623BuyerHead h3{font-size:14px;margin:0}.v623BuyerHead>strong{font-size:20px}.v623BuyerHead>strong small{font-size:12px;color:#94A3B8}.v623BuyerSummary{display:flex;gap:6px;flex-wrap:wrap;padding:10px 0;border-bottom:1px solid #edf1f6}.v623BuyerSummary span{font-size:12px;padding:5px 6px;border-radius:999px;background:#F8FAFC;color:#64748B}.v67CriteriaGrid{grid-template-columns:1fr!important;gap:0!important;border:1px solid #e2e8f0!important;border-radius:12px!important;overflow:hidden!important}.v67CriteriaGrid>div{min-height:42px!important;border:0!important;border-bottom:1px solid #edf1f6!important;border-radius:0!important;background:#fff!important;display:grid!important;grid-template-columns:180px 1fr!important;align-items:center!important;padding:0 12px!important}.v67CriteriaGrid>div:last-child{border-bottom:0!important}.v67CriteriaGrid small{font-size:12px!important;color:#64748B!important}.v67CriteriaGrid strong{font-size:12px!important;color:#0F172A!important}.v623CategoryHero{padding:40px max(22px,calc((100vw - 1440px)/2));background:linear-gradient(135deg,#F8FAFC,#EFF6FF);border-bottom:1px solid #e2e8f0}.v623CategoryHero>span{font-size:12px;font-weight:950;letter-spacing:1px;color:#2563EB}.v623CategoryHero h1{font-size:38px;line-height:1.04;letter-spacing:-1.5px;margin:7px 0}.v623CategoryHero p{font-size:12px;line-height:1.6;color:#64748B;max-width:720px}.v623CategoryHero>div:last-child{display:flex;gap:10px;align-items:center;margin-top:16px}.v623CategoryHero>div:last-child strong{font-size:17px}.v623CategoryHero>div:last-child small{font-size:12px;color:#64748B}.v623CategoryHero>div:last-child i{width:1px;height:23px;background:#CBD5E1}.v623CategoryLayout{max-width:1440px;margin:0 auto;padding:24px 34px 80px;display:grid;grid-template-columns:minmax(0,1fr) 300px;grid-gap:18px;gap:18px;align-items:start}.v623CategoryMain>header span,.v623CategorySide article>span{font-size:12px;font-weight:950;letter-spacing:1px;color:#2563EB}.v623CategoryMain>header h2{font-size:20px;margin:4px 0}.v623CategoryMain>header p{font-size:12px;color:#64748B}.v623CategoryRows{margin-top:13px;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;background:#fff}.v623CategoryRows article{min-height:116px;padding:12px;display:grid;grid-template-columns:44px 1fr 150px 130px;grid-gap:12px;gap:12px;align-items:center;border-bottom:1px solid #edf1f6}.v623CategoryRows article:last-child{border-bottom:0}.v623CategoryRows .icon{width:44px;height:44px;border-radius:12px;background:#EFF6FF;color:#2563EB;display:grid;place-items:center;font-size:12px;font-weight:950}.v623CategoryRows article>div:nth-child(2){display:grid;grid-gap:3px;gap:3px}.v623CategoryRows small{font-size:12px;color:#94A3B8}.v623CategoryRows h3,.v623CategoryRows p{font-size:12px;margin:0}.v623CategoryRows p{color:#64748B}.v623CategoryRows .stats{display:grid;grid-gap:2px;gap:2px}.v623CategoryRows .stats strong{font-size:20px}.v623CategoryRows .stats span{font-size:12px;color:#64748B}.v623CategoryRows .actions{display:grid;grid-gap:5px;gap:5px}.v623CategoryRows .actions a{min-height:35px;border-radius:9px;background:#2563EB;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:900}.v623CategoryRows .actions .secondary{background:#F8FAFC;color:#334155;border:1px solid #e2e8f0}.v623CategorySide{display:grid;grid-gap:12px;gap:12px;position:-webkit-sticky;position:sticky;top:18px}.v623CategorySide article{padding:15px;border:1px solid #e2e8f0;border-radius:15px;background:#fff}.v623CategorySide h3{font-size:14px;margin:5px 0 10px}.v623CategorySide article>div{display:grid}.v623CategorySide article>div a{min-height:38px;display:grid;grid-template-columns:1fr auto 18px;grid-gap:7px;gap:7px;align-items:center;border-top:1px solid #edf1f6;color:#334155}.v623CategorySide article>div b{font-size:12px}.v623CategorySide article>div span{font-size:12px;color:#64748B}.v623CategorySide article>div em{font-style:normal;color:#94A3B8}.v623CategorySide .seller{background:#0F172A;color:#fff;border-color:#0F172A}.v623CategorySide .seller span{color:#60A5FA}.v623CategorySide .seller p{font-size:12px;color:#AFC0D4;line-height:1.5}.v623CategorySide .seller>a{min-height:38px;border-radius:9px;background:#2563EB;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:900}.v623HomeMarket{max-width:1440px;margin:28px auto 0;padding:0 34px}.v623HomeMarket>header{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:11px}.v623HomeMarket>header span{font-size:12px;font-weight:950;letter-spacing:1px;color:#2563EB}.v623HomeMarket>header h2{font-size:21px;margin:4px 0}.v623HomeMarket>header p{font-size:12px;color:#64748B;margin:0}.v623HomeMarket>header>a{font-size:12px;font-weight:900;color:#2563EB}.v623HomeMarketTable{border:1px solid #e2e8f0;border-radius:14px;background:#fff;overflow:hidden}.v623HomeMarketTable .head,.v623HomeMarketTable article{display:grid;grid-template-columns:minmax(330px,1.5fr) 120px 160px 80px 75px;grid-gap:10px;gap:10px;align-items:center;padding:0 12px}.v623HomeMarketTable .head{height:36px;background:#F8FAFC;border-bottom:1px solid #e2e8f0}.v623HomeMarketTable .head span{font-size:12px;font-weight:950;color:#64748B}.v623HomeMarketTable article{min-height:72px;border-bottom:1px solid #edf1f6}.v623HomeMarketTable article:last-child{border-bottom:0}.v623HomeMarketTable article>div:first-child{display:grid;grid-template-columns:36px 1fr;grid-gap:8px;gap:8px;align-items:center;min-width:0}.v623HomeMarketTable .icon{width:36px;height:36px;border-radius:10px;background:#EFF6FF;color:#2563EB;display:grid;place-items:center;font-size:12px;font-weight:950}.v623HomeMarketTable article>div:first-child>div{min-width:0;display:grid;grid-gap:2px;gap:2px}.v623HomeMarketTable small{font-size:12px;color:#94A3B8}.v623HomeMarketTable article>div a{font-size:12px;font-weight:900;color:#0F172A;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v623HomeMarketTable p{font-size:12px;color:#64748B;margin:0}.v623HomeMarketTable article>b,.v623HomeMarketTable article>strong{font-size:12px}.v623HomeMarketTable article>span{font-size:12px;color:#64748B}.v623HomeMarketTable article>a{font-size:12px;font-weight:900;color:#2563EB}.v623HomeSkeleton{height:72px;background:linear-gradient(90deg,#F8FAFC,#fff,#F8FAFC);background-size:200% 100%;animation:tpShimmer 1.3s infinite;border-bottom:1px solid #edf1f6}.v623OfferPick{min-height:100vh;background:#F5F7FB}.v623OfferPick.loading{display:grid;place-items:center;align-content:center;grid-gap:12px;gap:12px;background:linear-gradient(135deg,#07111F,#172554);color:#fff}.v623OfferPick.loading img{width:180px}.v623OfferPick.loading p{font-size:12px;color:#AFC0D4}.v623OfferPickHero{padding:34px max(22px,calc((100vw - 1440px)/2));background:linear-gradient(135deg,#F8FAFC,#EFF6FF);border-bottom:1px solid #e2e8f0}.v623OfferPickHero>span{font-size:12px;font-weight:950;letter-spacing:1px;color:#2563EB}.v623OfferPickHero h1{font-size:28px;letter-spacing:-1px;margin:5px 0}.v623OfferPickHero p{font-size:12px;color:#64748B;max-width:760px}.v623OfferPickHero>div{display:flex;gap:12px;align-items:center;margin-top:10px}.v623OfferPickHero>div b{font-size:12px;color:#64748B}.v623OfferPickHero>div strong{font-size:12px}.v623OfferPickBody{max-width:1440px;margin:0 auto;padding:20px 34px 80px}.v623VehiclePickerList{border:1px solid #e2e8f0;border-radius:14px;background:#fff;overflow:hidden}.v623VehiclePickRow{padding:14px;display:grid;grid-template-columns:1fr 280px 330px;grid-gap:16px;gap:16px;align-items:center;border-bottom:1px solid #edf1f6}.v623VehiclePickRow:last-child{border-bottom:0}.v623VehicleIdentity{display:grid;grid-template-columns:50px 1fr;grid-gap:10px;gap:10px}.v623VehicleIdentity>span{width:50px;height:50px;border-radius:13px;background:#0F172A;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:950}.v623VehicleIdentity small{font-size:12px;color:#2563EB;font-weight:950}.v623VehicleIdentity h2{font-size:12px;margin:3px 0}.v623VehicleIdentity p{font-size:12px;color:#64748B;margin:0}.v623VehicleFit{display:grid;grid-template-columns:50px 1fr;grid-gap:3px 8px;gap:3px 8px;align-items:center}.v623VehicleFit>strong{grid-row:1/3;font-size:19px;color:#1D4ED8}.v623VehicleFit>span{font-size:12px;font-weight:900}.v623VehicleFit>div{display:flex;gap:4px;flex-wrap:wrap;grid-column:1/3;margin-top:4px}.v623VehicleFit em{font-size:12px;font-style:normal;padding:4px 5px;border-radius:999px;background:#ECFDF5;color:#047857}.v623VehicleFit em.weak{background:#FFF7ED;color:#C2410C}.v623VehicleOfferForm{display:grid;grid-template-columns:1fr 1fr;grid-gap:7px;gap:7px}.v623VehicleOfferForm label{display:grid;grid-gap:4px;gap:4px}.v623VehicleOfferForm label>span{font-size:12px;font-weight:850;color:#64748B}.v623VehicleOfferForm label>div{position:relative}.v623VehicleOfferForm input{height:38px;width:100%;border:1px solid #dce4ef;border-radius:9px;padding:0 9px;font-size:12px;outline:none}.v623VehicleOfferForm label>div input{padding-right:30px}.v623VehicleOfferForm label>div b{position:absolute;right:8px;top:12px;font-size:12px;color:#94A3B8}.v623VehicleOfferForm button{grid-column:1/3;min-height:38px;border:0;border-radius:9px;background:#2563EB;color:#fff;font-size:12px;font-weight:900}.v623NoVehicle{padding:45px;border:1px solid #e2e8f0;border-radius:15px;background:#fff;text-align:center}.v623NoVehicle>span{width:48px;height:48px;border-radius:14px;background:#EFF6FF;color:#2563EB;display:grid;place-items:center;margin:0 auto;font-size:15px;font-weight:950}.v623NoVehicle h2{font-size:16px}.v623NoVehicle p{font-size:12px;color:#64748B}.v623NoVehicle a{display:inline-flex;min-height:38px;padding:0 12px;border-radius:9px;background:#2563EB;color:#fff;align-items:center;font-size:12px;font-weight:900}.v623MarketError{padding:10px 12px;border-radius:10px;background:#FEF2F2;border:1px solid #fecaca;color:#B91C1C;font-size:12px;margin-bottom:10px}@media(max-width:1100px){.v623RequestRow,.v623TableHead{grid-template-columns:minmax(280px,1.5fr) 1fr 110px 135px 70px}.v623ReqDate,.v623TableHead span:nth-child(5){display:none}.v623VehiclePickRow{grid-template-columns:1fr 240px}.v623VehicleOfferForm{grid-column:1/3}.v623CategoryLayout{grid-template-columns:1fr}.v623CategorySide{position:static;grid-template-columns:1fr 1fr}.v623HomeMarketTable .head,.v623HomeMarketTable article{grid-template-columns:minmax(300px,1.5fr) 110px 150px 70px}.v623HomeMarketTable .head span:last-child,.v623HomeMarketTable article>a{display:none}}@media(max-width:760px){.v623MarketHeader{height:66px;padding:0 12px}.v623MarketHeader>a{width:145px}.v623MarketHeader nav,.v623MarketHeader>div>a:not(.primary){display:none}.v623MarketToolbar{display:grid;align-items:start}.v623ToolbarActions{justify-content:space-between}.v623RequestTable{border-radius:12px}.v623TableHead{display:none}.v623RequestRow{display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px;min-height:0;padding:12px}.v623ReqCriteria,.v623ReqIdentity{grid-column:1/3}.v623ReqLocation{grid-column:1}.v623ReqBudget{grid-column:2;grid-row:3;text-align:right}.v623ReqGo{grid-column:1/3}.v623ReqGo a{width:100%;justify-content:center}.v623ReqDate{display:none}.v623CategoryHero{padding:30px 14px}.v623CategoryHero h1{font-size:28px}.v623CategoryLayout{padding:18px 10px 60px}.v623CategoryRows article{grid-template-columns:42px 1fr;gap:10px}.v623CategoryRows .actions,.v623CategoryRows .stats{grid-column:2}.v623CategoryRows .actions{grid-template-columns:1fr 1fr}.v623CategorySide{grid-template-columns:1fr}.v623HomeMarket{padding:0 10px}.v623HomeMarket>header{align-items:start}.v623HomeMarketTable .head{display:none}.v623HomeMarketTable article{grid-template-columns:1fr auto;gap:6px;padding:11px;min-height:0}.v623HomeMarketTable article>div:first-child{grid-column:1/3}.v623HomeMarketTable article>b{grid-column:1}.v623HomeMarketTable article>strong{grid-column:2;grid-row:2;text-align:right}.v623HomeMarketTable article>span{grid-column:1}.v623HomeMarketTable article>a{display:block;grid-column:2;grid-row:3;text-align:right}.v623OfferPickHero{padding:28px 14px}.v623OfferPickBody{padding:16px 10px 60px}.v623VehiclePickRow{grid-template-columns:1fr}.v623VehicleFit,.v623VehicleOfferForm{grid-column:1}.v623VehicleOfferForm{grid-template-columns:1fr}.v623VehicleOfferForm button{grid-column:1}.v623VehicleIdentity{grid-template-columns:42px 1fr}.v623VehicleIdentity>span{width:42px;height:42px}.v67CriteriaGrid>div{grid-template-columns:120px 1fr!important}}@media(min-width:1001px){.v6Top{padding-bottom:58px}.v6Hero{padding-top:48px;grid-template-columns:minmax(0,1fr) minmax(480px,.82fr);gap:52px}.v6Hero h1{font-size:58px;letter-spacing:-3.5px;margin:17px 0 20px}.v6HeroCopy>p{font-size:14px;line-height:1.65}.v6Visual{min-height:455px}.v6MainCard{width:min(520px,96%);padding:23px;border-radius:22px;transform:none}.v6Mini{display:none}.v6Header{height:78px}.v6CategoryDock{margin-top:-28px}}.v623BrandFinderHead{display:flex;align-items:center;justify-content:space-between;gap:10px}.v623BrandFinderHead span{font-size:12px;font-weight:900;color:#334155}.v623BrandFinderHead b{font-size:12px;font-weight:850;color:#2563EB;background:#EFF6FF;border:1px solid #bfdbfe;border-radius:999px;padding:4px 7px}body{font-size:15px}button,input,select,textarea{font:inherit}.v623Categories,.v623OfferPick,.v65Page,.v66Create,.v67Layout,.v6Shell{font-size:15px}.v616EngineNote,.v616SectionLabel small,.v616SectionLabel span,.v617VehicleCascade label>span,.v617VersionText>span,.v622BrandFinder>label>span,.v622QualityCard footer small,.v622QualityCard footer span,.v622QualityTop>div>span,.v623BrandFinderHead span,.v66Count,.v66CreateHeaderTitle span,.v66FormTop>div>span,.v66PreviewLabel span,.v66StepRailHead span{font-size:12px!important;line-height:1.45!important}.v616SectionLabel b,.v622QualityTop>div>b,.v66CreateHeaderTitle b,.v66Help b,.v66InfoBanner b,.v66PreviewLabel b,.v66Steps button b,.v66Steps button strong{font-size:15px!important;line-height:1.35!important}.v622DemandInsight p,.v622ElectricNote p,.v622QualityTips p,.v66Help p,.v66InfoBanner p,.v66PreviewCard li,.v66PreviewCard p,.v66PreviewCard small,.v66PreviewCard td,.v66PreviewCard th,.v66Steps button p,.v66Steps button small{font-size:13px!important;line-height:1.55!important}.v66FormTop h2,.v66StepRailHead h2{font-size:22px!important}.v66FormTop h2{line-height:1.22!important}.v66FormTop b{font-size:14px!important}.v617VehicleCascade input,.v617VehicleCascade select,.v617VersionText input,.v622BrandFinder input,.v66Description textarea,.v66Fields2 input,.v66Fields2 select{font-size:16px!important}.v617VehicleCascade label>span,.v617VersionText>span,.v66Fields2 label>span{font-size:13px!important;font-weight:800!important}.v616BodyGrid button b,.v616FuelAny,.v616FuelGrid button b,.v619ColorGrid button b,.v619EquipmentGrid button b,.v622PopularBrands button,.v66FooterActions a,.v66FooterActions button{font-size:13px!important}.v622QualityTop>strong{font-size:32px!important}.v622QualityTop>strong small{font-size:13px!important}.v66PreviewCard header small,.v66PreviewCard header span{font-size:12px!important}.v66PreviewCard h3{font-size:18px!important;line-height:1.25!important}.v623BuyerHead span,.v623BuyerSummary span,.v623CategoryHero>span,.v623CategoryMain>header span,.v623CategorySide article>span,.v623HomeMarket>header span,.v623MarketCrumb,.v623MarketToolbar>div:first-child>span,.v623ReqBudget small,.v623ReqCriteria small,.v623ReqDate small,.v623ReqIdentity small,.v623ReqLocation small,.v623TableHead span,.v67CardHead>div:last-child>span,.v67HeroMeta span,.v67TrustRows small,.v67TrustRows span{font-size:12px!important;line-height:1.45!important}.v623CategoryRows article h3,.v623CategorySide h3,.v623HomeMarketTable article a,.v623MarketToolbar p,.v623ReqBudget strong,.v623ReqCriteria b,.v623ReqDate b,.v623ReqIdentity a,.v623ReqLocation b,.v67BuyerTop h3,.v67Card h3{font-size:14px!important;line-height:1.4!important}.v623CategoryRows .actions a,.v623HomeMarket>header>a,.v623ReqGo a,.v623ViewToggle button,.v65Sort select,.v65Sort span,.v67PrimaryAction,.v67SecondaryAction{font-size:13px!important}.v623BuyerHead>strong{font-size:24px!important}.v623BuyerHead>strong small{font-size:12px!important}.v67Card li,.v67Card p,.v67Card small{font-size:13px!important;line-height:1.55!important}.tpMobileNav b{font-size:12px!important}@media(max-width:760px){.v66FormTop h2,.v66StepRailHead h2{font-size:20px!important}.v617VehicleCascade input,.v617VehicleCascade select,.v617VersionText input,.v622BrandFinder input,.v66Description textarea,.v66Fields2 input,.v66Fields2 select{font-size:16px!important}}.v629TitleField{position:relative;padding:8px 0 13px;border-bottom:1.5px solid #cfd8ea;transition:border-color .18s ease,box-shadow .18s ease}.v629TitleField:focus-within{border-bottom-color:#3158ee;box-shadow:0 2px 0 -1px rgba(49,88,238,.18)}.v629TitleField>span{display:block;margin-bottom:8px;color:#3158ee;font-size:12px!important;font-weight:800;letter-spacing:.12em}.v629TitleField>input{width:100%;min-height:auto!important;padding:0!important;border:0!important;outline:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#101828;font-size:24px!important;line-height:1.25;font-weight:720;letter-spacing:-.025em}.v629TitleField>input::placeholder{color:#98a2b3;font-weight:620}.v629TitleField>small{display:block;margin-top:7px;color:#8791a5;font-size:12px!important;line-height:1.4}@media(max-width:760px){.v629TitleField>input{font-size:20px!important}}.v6311AutoTitleField{display:grid;grid-gap:9px;gap:9px}.v6311AutoTitleText{display:block;color:#101828;font-size:24px;line-height:1.25;font-weight:760;letter-spacing:-.025em}.v6311ManualTitleToggle{width:max-content;max-width:100%;display:flex!important;align-items:center!important;grid-template-columns:none!important;gap:9px;margin-top:2px;cursor:pointer;color:#344054;font-size:13px!important;font-weight:720!important}.v6311ManualTitleToggle input{width:18px!important;height:18px!important;min-height:0!important;margin:0!important;accent-color:#3158ee;box-shadow:none!important}.v6311ManualTitleToggle span{font-size:13px!important;line-height:1.4}.v6311ManualTitleInput{position:relative;margin-top:2px;padding:11px 13px;border:1px solid #d8e0ed;border-radius:12px;background:#fff}.v6311ManualTitleInput:focus-within{border-color:#3158ee;box-shadow:0 0 0 4px rgba(49,88,238,.08)}.v6311ManualTitleInput input{width:100%;min-height:32px!important;padding:0 46px 0 0!important;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;font-size:16px!important;font-weight:650;color:#101828}.v6311ManualTitleInput small{position:absolute;right:11px;bottom:10px;font-size:12px!important;color:#98a2b3}.v6311ModelDetailField{position:relative;padding:9px 0 12px;border-bottom:1.5px solid #d6deeb;transition:border-color .18s ease,box-shadow .18s ease}.v6311ModelDetailField:focus-within{border-bottom-color:#3158ee;box-shadow:0 2px 0 -1px rgba(49,88,238,.16)}.v6311ModelDetailField>span{display:flex;align-items:center;gap:8px;margin-bottom:7px;color:#3158ee;font-size:12px!important;font-weight:850;letter-spacing:.1em}.v6311ModelDetailField>span small{padding:3px 7px;border-radius:999px;background:#eff4ff;color:#667085;font-size:12px!important;font-weight:800;letter-spacing:.04em}.v6311ModelDetailField>input{width:100%;min-height:auto!important;padding:0!important;border:0!important;outline:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#101828;font-size:19px!important;line-height:1.3;font-weight:680;letter-spacing:-.015em}.v6311ModelDetailField>input::placeholder{color:#98a2b3;font-weight:560}.v6311ModelDetailField>p{margin:7px 0 0;color:#8791a5;font-size:12px!important;line-height:1.45}.v619SellerTitle span{font-size:12px!important;line-height:1.45!important}.v619SellerTitle b{font-size:15px!important;line-height:1.35!important}.v619SellerEquipment span{font-size:13px!important;line-height:1.35!important}@media(max-width:760px){.v6311AutoTitleText{font-size:20px}.v6311ModelDetailField>input{font-size:17px!important}}.tpGlobalAccount{position:relative;z-index:140;flex:0 0 auto;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.tpGlobalAccountInline{margin-left:2px}.tpGlobalAccountHost{margin-left:auto;gap:10px}.tpGlobalAccountHost,.tpGlobalAccountTrigger{display:flex;align-items:center;flex:0 0 auto}.tpGlobalAccountTrigger{position:relative;width:46px;height:46px;padding:0;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:linear-gradient(135deg,#2563EB,#4F46E5);box-shadow:0 12px 30px rgba(37,99,235,.28);color:#fff;justify-content:center;gap:2px;cursor:pointer;transition:.18s ease}.tpGlobalAccount.open .tpGlobalAccountTrigger,.tpGlobalAccountTrigger:hover{transform:translateY(-1px);filter:brightness(1.06);box-shadow:0 16px 36px rgba(37,99,235,.34)}.tpGlobalAccountTrigger>span{font-size:13px;font-weight:950;line-height:1}.tpGlobalAccountTrigger>i{font-size:12px;font-style:normal;opacity:.75;transform:translateY(-1px)}.tpGlobalAccountTrigger>b{position:absolute;right:-5px;top:-5px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#EF4444;color:#fff;border:2px solid #fff;font-size:12px;font-weight:950;display:grid;place-items:center}.tpGlobalAccountMenu{position:absolute;right:0;top:calc(100% + 8px);width:330px;padding:10px;background:rgba(255,255,255,.985);border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 28px 70px rgba(15,23,42,.24);opacity:0;visibility:hidden;transform:translateY(-7px) scale(.985);transform-origin:top right;transition:opacity .16s ease,transform .16s ease,visibility .16s;overflow:hidden;color:#0F172A}.tpGlobalAccount.open .tpGlobalAccountMenu,.tpGlobalAccount:focus-within .tpGlobalAccountMenu,.tpGlobalAccount:hover .tpGlobalAccountMenu{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.tpGlobalAccountMenu>header{padding:11px 11px 13px;display:flex;align-items:center;gap:11px}.tpGlobalAccountMenu .avatar{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#2563EB,#4F46E5);display:grid;place-items:center;color:#fff;font-size:14px;font-weight:950;box-shadow:0 8px 20px rgba(37,99,235,.22)}.tpGlobalAccountMenu>header>div{min-width:0;display:grid;grid-gap:1px;gap:1px}.tpGlobalAccountMenu>header small{font-size:12px;letter-spacing:1.1px;color:#64748B;font-weight:900}.tpGlobalAccountMenu>header strong{font-size:13px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tpGlobalAccountMenu>header em{font-size:12px;color:#94A3B8;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tpGlobalAccountGroup{display:grid;grid-gap:2px;gap:2px}.tpGlobalAccountGroup.divided{border-top:1px solid #eef2f7;margin-top:7px;padding-top:7px}.tpGlobalAccountGroup>a,.tpGlobalLogout{min-height:49px;padding:8px 10px;border:0;border-radius:12px;background:transparent;color:#334155;text-decoration:none;display:grid;grid-template-columns:28px minmax(0,1fr) auto;grid-gap:9px;gap:9px;align-items:center;text-align:left;transition:.15s ease;cursor:pointer;width:100%}.tpGlobalAccountGroup>a>svg,.tpGlobalLogout>svg{width:18px;height:18px;color:#64748B}.tpGlobalAccountGroup>a>span,.tpGlobalLogout>span{display:grid;grid-gap:1px;gap:1px;min-width:0}.tpGlobalAccountGroup a b,.tpGlobalLogout b{font-size:12px;color:#0F172A}.tpGlobalAccountGroup a small,.tpGlobalLogout small{font-size:12px;color:#94A3B8}.tpGlobalAccountGroup>a.active,.tpGlobalAccountGroup>a:hover{background:#F1F5FF;color:#1D4ED8}.tpGlobalAccountGroup>a.active>svg,.tpGlobalAccountGroup>a:hover>svg{color:#2563EB}.tpGlobalAccountGroup>a.active b{color:#1D4ED8}.tpGlobalAccountGroup .badge{min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#2563EB;color:#fff;font-style:normal;font-size:12px;font-weight:950;display:grid;place-items:center}.tpGlobalLogout{margin-top:8px;border-top:1px solid #eef2f7;border-radius:0 0 12px 12px;padding-top:11px;color:#B91C1C}.tpGlobalLogout>svg{color:#DC2626}.tpGlobalLogout b{color:#B91C1C}.tpGlobalLogout:hover{background:#FEF2F2;border-radius:12px}.tpDashProfileBtn{display:none!important}@media(max-width:920px){.tpGlobalAccountTrigger{width:42px;height:42px;border-radius:13px}.tpGlobalAccountMenu{width:min(320px,calc(100vw - 22px))}.v6Header .v6Cta{display:none}}@media(max-width:520px){.tpGlobalAccountMenu{width:calc(100vw - 18px);max-height:calc(100vh - 72px);overflow:auto}.tpGlobalAccountGroup>a,.tpGlobalLogout{min-height:47px}}.tpDashNavActions,.tpGlobalAccountHost,.v610Header>div,.v611SellerHeader>div,.v612AccountHeader>div,.v613Header>div,.v620EditHeader,.v623MarketHeader>div,.v65HeaderActions,.v66CreateHeaderActions,.v67HeaderActions,.v68Header>div,.v6HeaderActions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.v620EditHeader .tpGlobalAccountHost{margin-left:auto}:root{--tp-font-micro:12px;--tp-font-small:13px;--tp-font-body:14px;--tp-font-control:14px;--tp-line-readable:1.45}.tpDashboard small,.v610MessagesPage small,.v611SellerPage small,.v612AccountPage small,.v613Hub small,.v620EditPage small,.v623MarketPage small,.v65Discover small,.v66CreatePage small,.v67RequestPage small,.v68OfferPage small,.v6Home small,[class*=" tp"] small,[class*=" v6"] small,[class^=tp] small,[class^=v6] small{font-size:var(--tp-font-micro)!important;line-height:var(--tp-line-readable)!important}.v619SellerForm input,.v619SellerForm label,.v619SellerForm select,.v619SellerForm textarea,.v620EditPage input,.v620EditPage label,.v620EditPage select,.v620EditPage textarea,.v66CreatePage input,.v66CreatePage label,.v66CreatePage select,.v66CreatePage textarea{font-size:var(--tp-font-control)!important;line-height:1.4!important}.tpDashMainNav a,.tpDashNavActions a,.v610Header nav a,.v610Header>div>a,.v611SellerHeader nav a,.v611SellerHeader>div>a,.v612AccountHeader nav a,.v612AccountHeader>div>a,.v613Header nav a,.v613Header>div>a,.v623MarketHeader nav a,.v623MarketHeader>div>a,.v65Header nav a,.v66CreateHeaderActions a,.v67Header nav a,.v67HeaderActions>a,.v68Header nav a,.v68Header>div>a,.v6Header nav a{font-size:var(--tp-font-small)!important;line-height:1.35!important}.tpGlobalAccountMenu{width:350px}.tpGlobalAccountMenu>header small{font-size:12px!important;line-height:1.35!important}.tpGlobalAccountMenu>header strong{font-size:15px!important;line-height:1.3!important}.tpGlobalAccountMenu>header em{font-size:12px!important;line-height:1.35!important}.tpGlobalAccountGroup>a,.tpGlobalLogout{min-height:58px;padding:10px 12px}.tpGlobalAccountGroup a b,.tpGlobalLogout b{font-size:13px!important;line-height:1.35!important}.tpGlobalAccountGroup a small,.tpGlobalLogout small{font-size:12px!important;line-height:1.35!important}.tpGlobalAccountGroup .badge{font-size:12px!important;min-width:24px;height:24px}.tpGlobalAccountTrigger>b{font-size:12px!important;min-width:20px;height:20px}.v629TitleField>small,.v629TitleField>span,.v6311ManualTitleInput small,.v6311ModelDetailField>span,.v6311ModelDetailField>span small,.v66CreateHeaderTitle b,.v66CreateHeaderTitle span,.v66FieldLabel,.v66StepLabel{font-size:12px!important;line-height:1.4!important}@media(max-width:520px){.tpGlobalAccountMenu{width:min(350px,calc(100vw - 18px))}.tpGlobalAccountGroup>a,.tpGlobalLogout{min-height:56px}}.tpGlobalAccountHost{margin-left:12px!important;flex:0 0 auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;align-self:center!important;order:9999!important;position:relative!important;z-index:150!important}.tpGlobalAccountBefore,.tpGlobalAccountHost.tpGlobalAccountSoloRight{margin-left:auto!important}.tpGlobalAccountHost>.tpGlobalAccount{margin:0!important;flex:0 0 auto!important}.tpDashNav,.v610Header,.v611SellerHeader,.v612AccountHeader,.v613Header,.v614Topbar,.v620EditHeader,.v623MarketHeader,.v65Header,.v66CreateHeader,.v67Header,.v68Header,.v6Header,.wizardHeader,main>header.header{position:relative;display:flex;align-items:center}.tpGlobalAccountHost .tpGlobalAccountMenu{right:0;left:auto}@media(max-width:920px){.tpGlobalAccountHost{margin-left:8px!important}.tpGlobalAccountHost.tpGlobalAccountSoloRight{margin-left:auto!important}.tpGlobalAccountTrigger{width:42px;height:42px}}.v6320Showcase{max-width:1440px;margin:56px auto 8px;padding:0 34px;color:#0F172A}.v6320ShowcaseHead{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:18px}.v6320ShowcaseHead>div:first-child{max-width:760px}.v6320ShowcaseHead span{font-size:12px;font-weight:950;letter-spacing:1.25px;color:#2563EB}.v6320ShowcaseHead h2{font-size:34px;line-height:1.1;letter-spacing:-1.3px;margin:7px 0}.v6320ShowcaseHead p{font-size:14px;line-height:1.6;color:#64748B;margin:0}.v6320ShowcaseActions{display:flex;gap:9px;flex-wrap:wrap}.v6320ShowcaseActions a{min-height:42px;padding:0 14px;border:1px solid #dce4ef;border-radius:11px;background:#fff;color:#334155;font-size:12px;font-weight:900;display:flex;align-items:center}.v6320ShowcaseActions a:last-child{border-color:#C7D2FE;background:#EEF2FF;color:#3730A3}.v6320ShowcaseSplit{display:grid;grid-template-columns:1fr 1fr;border:1px solid #dde5ef;border-radius:24px;background:#fff;overflow:hidden;box-shadow:0 22px 55px rgba(15,23,42,.07)}.v6320ShowcasePane{min-width:0;padding:20px}.v6320ShowcasePane+.v6320ShowcasePane{border-left:1px solid #e2e8f0}.v6320ShowcasePane.buyer{background:linear-gradient(180deg,#FCFDFF,#F8FBFF)}.v6320ShowcasePane.seller{background:linear-gradient(180deg,#FFFEFC,#FBFCFF)}.v6320ShowcasePane>header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:2px 2px 14px}.v6320ShowcasePane>header>div{display:flex;align-items:center;gap:10px}.v6320ShowcasePane .dot{width:10px;height:10px;border-radius:50%;background:#2563EB;box-shadow:0 0 0 6px #DBEAFE}.v6320ShowcasePane.seller .dot{background:#7C3AED;box-shadow:0 0 0 6px #EDE9FE}.v6320ShowcasePane header small{font-size:12px;font-weight:950;letter-spacing:1px;color:#2563EB}.v6320ShowcasePane.seller header small{color:#7C3AED}.v6320ShowcasePane header h3{font-size:20px;margin:3px 0 0}.v6320ShowcasePane>header>a{font-size:12px;font-weight:900;color:#2563EB;white-space:nowrap}.v6320ShowcaseCards{display:grid;grid-gap:9px;gap:9px}.v6320ShowcaseCard{min-height:104px;padding:12px;border:1px solid #e2e8f0;border-radius:16px;background:rgba(255,255,255,.92);display:grid;grid-template-columns:46px minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;color:inherit;transition:.18s ease}.v6320ShowcaseCard:hover{border-color:#BFDBFE;box-shadow:0 12px 28px rgba(37,99,235,.08);transform:translateY(-1px)}.v6320ShowcaseIcon{width:46px;height:46px;border-radius:14px;background:#EFF6FF;color:#1D4ED8;display:grid;place-items:center;font-size:14px;font-weight:950}.v6320ShowcaseCardMain{min-width:0;display:grid;grid-gap:3px;gap:3px}.v6320ShowcaseCardMain>span{font-size:12px;font-weight:900;color:#64748B;letter-spacing:.35px}.v6320ShowcaseCardMain h4{font-size:15px;line-height:1.3}.v6320ShowcaseCardMain h4,.v6320ShowcaseCardMain p{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v6320ShowcaseCardMain p{font-size:12px;color:#64748B}.v6320ShowcaseMoney{min-width:118px;text-align:right;display:grid;grid-gap:3px;gap:3px}.v6320ShowcaseMoney small{font-size:12px;color:#94A3B8;font-weight:850}.v6320ShowcaseMoney strong{font-size:13px}.v6320ShowcaseMoney em{font-size:12px;font-style:normal;color:#059669}.v6320ShowcaseCard.sale{grid-template-columns:62px minmax(0,1fr) auto}.v6320SaleMedia{width:62px;height:62px;border-radius:14px;overflow:hidden;background:linear-gradient(135deg,#EEF2FF,#E0E7FF);display:grid;place-items:center}.v6320SaleMedia img{width:100%;height:100%;object-fit:cover;display:block}.v6320SaleMedia span{font-size:20px;font-weight:950;color:#4F46E5}.v6320ShowcaseSkeleton{height:104px;border:1px solid #e2e8f0;border-radius:16px;background:linear-gradient(90deg,#F8FAFC,#fff,#F8FAFC);background-size:200% 100%;animation:tpShimmer 1.3s infinite}.tpAuthPage{overflow:hidden}.tpAuthFormSide{animation:tpAuthSlideFromRight .48s cubic-bezier(.22,.8,.28,1) both;will-change:transform}.tpAuthCard{animation:none!important}@keyframes tpAuthSlideFromRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}@media(prefers-reduced-motion:reduce){.tpAuthFormSide{animation:none}}@media(max-width:900px){.v6320Showcase{padding:0 18px}.v6320ShowcaseSplit{grid-template-columns:1fr}.v6320ShowcasePane+.v6320ShowcasePane{border-left:0;border-top:1px solid #e2e8f0}.v6320ShowcaseHead{align-items:start;display:grid}.v6320ShowcaseActions{justify-self:start}}@media(max-width:620px){.v6320Showcase{padding:0 10px;margin-top:34px}.v6320ShowcaseHead h2{font-size:27px}.v6320ShowcasePane{padding:14px 10px}.v6320ShowcaseCard,.v6320ShowcaseCard.sale{grid-template-columns:50px minmax(0,1fr);min-height:0}.v6320ShowcaseMoney{grid-column:2;text-align:left;display:flex;align-items:center;gap:8px;min-width:0}.v6320ShowcaseMoney small{display:none}.v6320SaleMedia{width:50px;height:50px}.v6320ShowcasePane>header>a{display:none}.tpAuthFormSide{animation-duration:.38s}}.tpGlobalAccountMenu{max-height:min(780px,calc(100vh - 92px));overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;padding-bottom:12px}.tpGlobalLogout{position:-webkit-sticky;position:sticky;bottom:0;background:linear-gradient(180deg,rgba(255,255,255,.94),#fff 18px)}@media(max-width:700px){.tpGlobalAccountMenu{max-height:calc(100vh - 24px);padding-bottom:8px}}.tpPremiumProfileMenu{padding:0!important;border:1px solid rgba(226,232,240,.95)!important;border-radius:24px!important;background:rgba(255,255,255,.985)!important;box-shadow:0 34px 90px rgba(2,8,23,.28),0 2px 12px rgba(15,23,42,.08)!important;overflow-y:auto!important;overflow-x:hidden!important;scrollbar-width:thin;scrollbar-color:#CBD5E1 transparent}.tpPremiumProfileMenu::-webkit-scrollbar{width:7px}.tpPremiumProfileMenu::-webkit-scrollbar-track{background:transparent}.tpPremiumProfileMenu::-webkit-scrollbar-thumb{background:#CBD5E1;border-radius:999px;border:2px solid transparent;background-clip:padding-box}.tpPremiumProfileHero{position:relative;overflow:hidden;padding:22px 22px 18px;background:linear-gradient(135deg,#071426,#102453 54%,#2736A6 120%);color:#fff}.tpPremiumProfileHero:after{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 0);background-size:28px 28px;-webkit-mask-image:linear-gradient(180deg,#000,transparent);mask-image:linear-gradient(180deg,#000,transparent)}.tpPremiumProfileAura{position:absolute;right:-45px;top:-65px;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(96,165,250,.45),rgba(79,70,229,.12) 55%,transparent 72%);filter:blur(2px)}.tpPremiumProfileIdentity{position:relative;z-index:2;display:grid;grid-template-columns:58px minmax(0,1fr);grid-gap:13px;gap:13px;align-items:center}.tpPremiumAvatar{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#3B82F6,#635BFF);border:1px solid rgba(255,255,255,.3);box-shadow:0 14px 32px rgba(37,99,235,.34),inset 0 1px 0 rgba(255,255,255,.25);font-size:18px;font-weight:950;letter-spacing:-.3px}.tpPremiumProfileCopy{min-width:0;display:grid;grid-gap:2px;gap:2px}.tpPremiumEyebrow{font-size:11px!important;letter-spacing:1.35px;font-weight:900;color:#93C5FD}.tpPremiumProfileCopy>strong{font-size:18px!important;line-height:1.2!important;color:#fff}.tpPremiumProfileCopy>em,.tpPremiumProfileCopy>strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tpPremiumProfileCopy>em{font-size:12px!important;line-height:1.35!important;color:#B9C8DF;font-style:normal}.tpPremiumProfileStatus{position:relative;z-index:2;margin-top:16px;padding-top:14px;border-top:1px solid rgba(255,255,255,.11);display:flex;align-items:center;gap:7px}.tpPremiumProfileStatus>i{width:8px;height:8px;border-radius:50%;background:#34D399;box-shadow:0 0 0 5px rgba(52,211,153,.1)}.tpPremiumProfileStatus>span{font-size:12px!important;font-weight:800;color:#D7E4F4}.tpPremiumProfileStatus>a{margin-left:auto;font-size:12px!important;font-weight:850;color:#BFDBFE;display:flex;align-items:center;gap:5px}.tpPremiumProfileStatus>a:hover{color:#fff}.tpPremiumProfileStatus>a b{font-size:11px}.tpPremiumQuickActions{padding:14px 16px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;background:linear-gradient(180deg,#F8FAFF,#fff);border-bottom:1px solid #edf2f7}.tpPremiumQuickActions>a{min-height:68px;border:1px solid #e6ecf5;border-radius:15px;background:#fff;display:grid;place-items:center;align-content:center;grid-gap:6px;gap:6px;color:#334155;transition:.16s ease}.tpPremiumQuickActions>a.active,.tpPremiumQuickActions>a:hover{border-color:#BFDBFE;background:#F2F6FF;color:#1D4ED8;transform:translateY(-1px);box-shadow:0 8px 20px rgba(37,99,235,.08)}.tpPremiumQuickActions>a>span{position:relative;width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#EFF6FF;color:#2563EB}.tpPremiumQuickActions>a>span svg{width:16px;height:16px}.tpPremiumQuickActions>a>b{font-size:12px!important;line-height:1!important}.tpPremiumQuickActions>a>span>i{position:absolute;right:-6px;top:-6px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:#EF4444;color:#fff;border:2px solid #fff;display:grid;place-items:center;font-size:9px!important;font-style:normal;font-weight:950}.tpPremiumMenuSection{padding:15px 14px 3px}.tpPremiumMenuSection>header{height:auto!important;padding:0 7px 8px!important;background:transparent!important;border:0!important;display:flex!important;align-items:center!important;gap:9px!important}.tpPremiumMenuSection>header>span{font-size:11px!important;line-height:1.2!important;letter-spacing:1.15px;font-weight:950;color:#94A3B8}.tpPremiumMenuSection>header>i{height:1px;background:#EEF2F7;flex:1 1}.tpPremiumMenuList{display:grid;grid-gap:3px;gap:3px}.tpPremiumMenuList>a{min-height:61px;padding:8px 9px;border-radius:15px;display:grid;grid-template-columns:38px minmax(0,1fr) 18px;grid-gap:10px;gap:10px;align-items:center;color:#0F172A;transition:.16s ease}.tpPremiumMenuList>a.active,.tpPremiumMenuList>a:hover{background:#F7F9FF}.tpPremiumMenuList>a.active{box-shadow:inset 3px 0 #2563EB}.tpPremiumMenuIcon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center}.tpPremiumMenuIcon svg{width:17px;height:17px}.tpPremiumMenuIcon.blue{background:#EFF6FF;color:#2563EB}.tpPremiumMenuIcon.violet{background:#F5F3FF;color:#7C3AED}.tpPremiumMenuIcon.cyan{background:#ECFEFF;color:#0891B2}.tpPremiumMenuIcon.rose{background:#FFF1F2;color:#E11D48}.tpPremiumMenuIcon.amber{background:#FFFBEB;color:#D97706}.tpPremiumMenuIcon.slate{background:#F1F5F9;color:#475569}.tpPremiumMenuList>a>div{min-width:0;display:grid;grid-gap:2px;gap:2px}.tpPremiumMenuList>a>div>b{font-size:13px!important;line-height:1.25!important;color:#0F172A}.tpPremiumMenuList>a>div>small{font-size:11px!important;line-height:1.35!important;color:#94A3B8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tpPremiumMenuList>a>em{font-size:22px;font-style:normal;font-weight:300;color:#CBD5E1;line-height:1}.tpPremiumMenuList>a.active>em,.tpPremiumMenuList>a:hover>em{color:#2563EB}.tpPremiumMenuList.compact>a{min-height:58px}.tpPremiumMenuFooter{position:-webkit-sticky;position:sticky;bottom:0;z-index:4;padding:10px 14px 14px;margin-top:8px;background:linear-gradient(180deg,rgba(255,255,255,.82),#fff 24%);border-top:1px solid #eef2f7}.tpPremiumLogout{width:100%;min-height:54px;padding:8px 10px;border:1px solid #fee2e2;border-radius:15px;background:#FFF8F8;color:#B91C1C;display:grid;grid-template-columns:38px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center;text-align:left;cursor:pointer;transition:.16s ease}.tpPremiumLogout:hover{background:#FEF2F2;border-color:#FECACA;transform:translateY(-1px)}.tpPremiumLogout>span{width:38px;height:38px;border-radius:12px;background:#FEE2E2;color:#DC2626;display:grid;place-items:center}.tpPremiumLogout>span svg{width:17px;height:17px}.tpPremiumLogout>div{display:grid;grid-gap:1px;gap:1px}.tpPremiumLogout b{font-size:13px!important;color:#B91C1C}.tpPremiumLogout small{font-size:11px!important;color:#F87171}@media(max-width:520px){.tpPremiumProfileMenu{width:min(390px,calc(100vw - 16px))!important;max-height:calc(100vh - 18px)!important}.tpPremiumProfileHero{padding:18px 17px 15px}.tpPremiumQuickActions{padding:11px 12px}.tpPremiumMenuFooter,.tpPremiumMenuSection{padding-left:10px;padding-right:10px}.tpPremiumMenuList>a>div>small{white-space:normal}}.tpPremiumProfileMenu{display:flex!important;flex-direction:column!important;width:390px!important;max-height:calc(100vh - 86px)!important;overflow:hidden!important}.tpPremiumMenuFooter,.tpPremiumProfileHero,.tpPremiumQuickActions{flex:0 0 auto!important}.tpPremiumMenuScroll{min-height:0!important;flex:1 1 auto!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#CBD5E1 transparent}.tpPremiumMenuScroll::-webkit-scrollbar{width:7px}.tpPremiumMenuScroll::-webkit-scrollbar-track{background:transparent}.tpPremiumMenuScroll::-webkit-scrollbar-thumb{background:#CBD5E1;border-radius:999px;border:2px solid transparent;background-clip:padding-box}.tpPremiumMenuFooter{position:relative!important;bottom:auto!important;margin-top:0!important;padding:10px 14px 14px!important;background:#fff!important;border-top:1px solid #e9eef5!important;box-shadow:0 -12px 24px rgba(15,23,42,.055)}.tpPremiumLogout{min-height:56px!important}@media(max-width:520px){.tpPremiumProfileMenu{width:min(390px,calc(100vw - 16px))!important;max-height:calc(100vh - 72px)!important}}.tpGlobalAccountMenuPortal{position:fixed!important;left:auto!important;z-index:9999!important;opacity:1!important;visibility:visible!important;transform:none!important;transform-origin:top right!important;margin:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.tpGlobalAccountMenuPortal .tpPremiumMenuFooter,.tpGlobalAccountMenuPortal .tpPremiumProfileHero,.tpGlobalAccountMenuPortal .tpPremiumQuickActions{flex:0 0 auto!important}.tpGlobalAccountMenuPortal .tpPremiumMenuScroll{min-height:0!important;flex:1 1 auto!important;overflow-y:auto!important;overflow-x:hidden!important}.tpGlobalAccountMenuPortal .tpPremiumMenuFooter{position:relative!important;bottom:auto!important;margin-top:0!important;background:#fff!important}@media(max-width:520px){.tpGlobalAccountMenuPortal{right:8px!important;width:calc(100vw - 16px)!important}}html{scroll-behavior:smooth}#alim-ilanlari,#nasil,#saticilar,#vitrin{scroll-margin-top:96px}.v6Header{transition:height .24s ease,background .24s ease,box-shadow .24s ease,border-color .24s ease,padding .24s ease,transform .24s ease}.v6Nav a{padding:10px 1px;color:#C7D2E2;transition:color .18s ease,transform .18s ease}.v6Nav a:after{bottom:2px;transition:left .2s ease,right .2s ease,opacity .2s ease}.v6Nav a.active:after,.v6Nav a:hover:after{left:0;right:0;opacity:1}.v6Header.compact{position:fixed;z-index:130;top:0;left:50%;transform:translateX(-50%);width:min(calc(100% - 24px),1480px);height:68px;padding:0 22px;background:rgba(7,17,31,.92);border:1px solid rgba(148,163,184,.14);border-top:0;border-radius:0 0 18px 18px;box-shadow:0 18px 50px rgba(2,6,23,.3);backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%)}.v6Header.compact .v6Logo{width:165px;height:44px}.v6Header.compact .v6Logo img{width:165px}.v6Header.compact .v6Cta,.v6Header.compact .v6SellCta{min-height:42px;padding:0 16px}.v6Header.compact .tpGlobalAccountTrigger{width:42px;height:42px;border-radius:12px}@media(max-width:1080px){.v6Header.compact{width:calc(100% - 16px)}}@media(max-width:780px){.v6Header.compact{height:62px;width:calc(100% - 12px);padding:0 10px;border-radius:0 0 14px 14px}.v6Header.compact .v6Logo,.v6Header.compact .v6Logo img{width:145px}}.v6327ValueHub{max-width:1440px;margin:58px auto 26px;padding:34px;display:grid;grid-template-columns:minmax(0,.82fr) minmax(560px,1.18fr);grid-gap:34px;gap:34px;align-items:stretch;border:1px solid rgba(148,163,184,.22);border-radius:30px;background:radial-gradient(circle at 15% 10%,rgba(37,99,235,.22),transparent 24rem),linear-gradient(135deg,#07111F,#0D1B34 52%,#151A46);box-shadow:0 30px 80px rgba(15,23,42,.16);color:#F8FAFC;overflow:hidden;position:relative}.v6327ValueHub:after{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 0);background-size:38px 38px;-webkit-mask-image:linear-gradient(90deg,#000,transparent 78%);mask-image:linear-gradient(90deg,#000,transparent 78%)}.v6327MetricBoard,.v6327ValueCopy{position:relative;z-index:1}.v6327ValueCopy{padding:24px 18px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.v6327ValueCopy>span{font-size:12px;font-weight:950;letter-spacing:1.5px;color:#7DD3FC}.v6327ValueCopy h2{font-size:42px;line-height:1.08;letter-spacing:-2px;margin:12px 0 16px}.v6327ValueCopy h2 em{font-style:normal;background:linear-gradient(90deg,#60A5FA,#818CF8,#22D3EE);-webkit-background-clip:text;background-clip:text;color:transparent}.v6327ValueCopy p{max-width:610px;margin:0;color:#B6C4D7;font-size:14px;line-height:1.75}.v6327ValueActions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.v6327ValueActions a{min-height:46px;padding:0 16px;border-radius:12px;display:flex;align-items:center;gap:10px;font-size:13px;font-weight:900}.v6327ValueActions a:first-child{background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;box-shadow:0 12px 28px rgba(37,99,235,.25)}.v6327ValueActions a:last-child{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.07);color:#E2E8F0}.v6327MetricBoard{padding:22px;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:rgba(255,255,255,.06);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}.v6327MetricTop{display:flex;justify-content:space-between;gap:12px;align-items:center;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.1)}.v6327MetricTop span{font-size:12px;font-weight:950;letter-spacing:1.2px;color:#93C5FD}.v6327MetricTop small{font-size:12px;color:#8EA1BA}.v6327Metrics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-top:14px}.v6327Metrics article{min-height:128px;padding:16px;border:1px solid rgba(255,255,255,.09);border-radius:17px;background:rgba(8,18,34,.38);display:grid;align-content:center;grid-gap:5px;gap:5px}.v6327Metrics small{font-size:12px;color:#93A5BD;font-weight:850}.v6327Metrics strong{font-size:27px;letter-spacing:-1px}.v6327Metrics span{font-size:12px;color:#8EA1BA;line-height:1.35}.v6327SignalGrid{display:grid;grid-gap:8px;gap:8px;margin-top:10px}.v6327SignalGrid>div{display:grid;grid-template-columns:38px 1fr;grid-gap:10px;gap:10px;align-items:center;padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.045)}.v6327SignalGrid i{width:36px;height:36px;border-radius:11px;background:rgba(37,99,235,.18);color:#93C5FD;display:grid;place-items:center;font-style:normal;font-weight:950}.v6327SignalGrid span{display:grid;grid-gap:2px;gap:2px}.v6327SignalGrid b{font-size:13px}.v6327SignalGrid small{font-size:12px;color:#93A5BD}.v6327CommerceTrust{max-width:1440px;margin:24px auto 54px;padding:0 34px;display:grid;grid-template-columns:1.08fr .92fr;grid-gap:18px;gap:18px}.v6327SellerPanel,.v6327TrustPanel{border:1px solid #dde5ef;border-radius:26px;box-shadow:0 18px 48px rgba(15,23,42,.07)}.v6327SellerPanel{padding:30px;background:linear-gradient(150deg,#FFFFFF,#F8FBFF 58%,#EEF4FF)}.v6327SellerPanel>span,.v6327TrustHead>span{font-size:12px;font-weight:950;letter-spacing:1.3px;color:#2563EB}.v6327SellerPanel h2{font-size:38px;line-height:1.08;letter-spacing:-1.7px;margin:10px 0 12px}.v6327SellerPanel h2 em{font-style:normal;color:#4F46E5}.v6327SellerPanel>p{font-size:14px;line-height:1.7;color:#64748B;max-width:720px}.v6327SellerActions{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0 22px}.v6327SellerActions a{min-height:44px;padding:0 14px;border-radius:11px;display:flex;align-items:center;font-size:12px;font-weight:900}.v6327SellerActions a:first-child{background:#0F172A;color:#fff}.v6327SellerActions a:last-child{border:1px solid #cbd5e1;background:#fff;color:#334155}.v6327SellerSignals{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.v6327SellerSignals>div{min-height:102px;padding:13px;border:1px solid #e2e8f0;border-radius:16px;background:rgba(255,255,255,.86);display:grid;grid-template-columns:32px 1fr;grid-gap:9px;gap:9px;align-items:start}.v6327SellerSignals>div>b{width:30px;height:30px;border-radius:9px;background:#EEF2FF;color:#4F46E5;display:grid;place-items:center;font-size:12px}.v6327SellerSignals span{display:grid;grid-gap:3px;gap:3px}.v6327SellerSignals strong{font-size:13px}.v6327SellerSignals small{font-size:12px;line-height:1.4;color:#64748B}.v6327TrustPanel{padding:28px;background:linear-gradient(145deg,#0A1324,#111C35);color:#F8FAFC;display:flex;flex-direction:column}.v6327TrustHead>span{color:#7DD3FC}.v6327TrustHead h3{font-size:30px;line-height:1.12;letter-spacing:-1.1px;margin:10px 0}.v6327TrustHead p{font-size:13px;line-height:1.6;color:#A9B8CC;margin:0}.v6327TrustCards{display:grid;grid-gap:9px;gap:9px;margin-top:22px}.v6327TrustCards article{padding:13px;border:1px solid rgba(255,255,255,.1);border-radius:15px;background:rgba(255,255,255,.05);display:grid;grid-template-columns:42px 1fr;grid-gap:11px;gap:11px;align-items:center}.v6327TrustCards i{width:40px;height:40px;border-radius:12px;background:rgba(37,99,235,.17);color:#93C5FD;display:grid;place-items:center;font-style:normal;font-size:13px;font-weight:950}.v6327TrustCards div{display:grid;grid-gap:2px;gap:2px}.v6327TrustCards strong{font-size:13px}.v6327TrustCards small{font-size:12px;line-height:1.4;color:#9FB0C6}.v6327TrustLink{margin-top:auto;padding-top:18px;font-size:12px;font-weight:900;color:#93C5FD}@media(max-width:1050px){.v6327ValueHub{grid-template-columns:1fr;margin-left:18px;margin-right:18px;padding:24px}.v6327CommerceTrust{grid-template-columns:1fr;padding:0 18px}.v6327SellerSignals{grid-template-columns:1fr 1fr 1fr}}@media(max-width:720px){.v6327ValueHub{margin:34px 10px 20px;padding:16px;border-radius:22px}.v6327ValueCopy{padding:16px 10px}.v6327ValueCopy h2{font-size:31px;letter-spacing:-1.3px}.v6327Metrics{grid-template-columns:1fr}.v6327Metrics article{min-height:96px}.v6327CommerceTrust{padding:0 10px;margin-bottom:32px}.v6327SellerPanel,.v6327TrustPanel{padding:20px;border-radius:20px}.v6327SellerPanel h2{font-size:30px}.v6327SellerSignals{grid-template-columns:1fr}.v6327TrustHead h3{font-size:26px}}.v6328PremiumVisual{align-items:stretch}.v6328PremiumHub{position:relative;z-index:2;width:min(430px,100%);padding:18px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,249,255,.96));border:1px solid rgba(111,130,255,.2);box-shadow:0 22px 56px rgba(8,17,47,.23);display:grid;grid-gap:14px;gap:14px}.v6328PremiumHead{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.v6328PremiumHead span,.v6328SectionHead span{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:rgba(52,113,255,.08);color:#2452ff;font-size:11px;font-weight:900;letter-spacing:.16em}.v6328PremiumHead h2{margin:8px 0 4px;font-size:22px;line-height:1.08;color:#0b1738}.v6328PremiumHead p,.v6328SectionHead p{margin:0;color:#5b678c;font-size:13px;line-height:1.5}.v6328PremiumHead aside{padding:10px 12px;border-radius:16px;background:linear-gradient(180deg,#14255f,#24358e);color:#fff;text-align:right;min-width:104px}.v6328PremiumHead aside small{display:block;font-size:10px;letter-spacing:.16em;opacity:.75;margin-bottom:6px}.v6328PremiumHead aside strong{font-size:22px;line-height:1}.v6328PremiumList{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.v6328PremiumItem,.v6328PremiumSkeleton{border-radius:20px;padding:13px;background:#fff;border:1px solid #dfe6fb;box-shadow:0 8px 22px rgba(15,27,76,.07)}.v6328PremiumItem.buy{background:linear-gradient(180deg,#ffffff,#f6f9ff)}.v6328PremiumItem.sell{background:linear-gradient(180deg,#ffffff,#f8f7ff)}.v6328PremiumItemTop{display:flex;justify-content:space-between;gap:8px;align-items:center;margin-bottom:8px}.v6328PremiumItemTop .type{font-size:11px;font-weight:900;letter-spacing:.14em;color:#16a46d}.v6328PremiumItemTop b{font-size:12px;color:#5a6cff}.v6328PremiumCategory{display:block;font-size:10px;font-weight:800;letter-spacing:.12em;color:#7d89b1;margin-bottom:8px}.v6328PremiumItem h3{margin:0 0 6px;font-size:16px;line-height:1.18;color:#07122f}.v6328PremiumItem p{margin:0 0 10px;color:#66728f;font-size:12px;line-height:1.45}.v6328PremiumItem footer{display:flex;justify-content:space-between;gap:10px;align-items:flex-end}.v6328PremiumItem footer small{display:block;color:#92a0bf;font-size:11px;letter-spacing:.12em}.v6328PremiumItem footer strong{display:block;color:#081332;font-size:15px;line-height:1.15}.v6328PremiumItem footer em{font-style:normal;font-size:12px;font-weight:800;color:#234cff}.v6328PremiumFoot{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding:12px 14px;border-radius:18px;background:#eef3ff;border:1px solid #dbe4ff}.v6328PremiumFoot small{display:block;font-size:10px;font-weight:900;letter-spacing:.18em;color:#6c79a6;margin-bottom:6px}.v6328PremiumFoot strong{font-size:13px;color:#101d46}.v6328PremiumFoot p{margin:0;max-width:170px;font-size:12px;color:#5e6a8e;line-height:1.45}.v6328PremiumSkeleton{min-height:136px;background:linear-gradient(90deg,#f4f6fd,#edf2ff 50%,#f4f6fd);background-size:220% 100%;animation:v6328shine 1.7s linear infinite}@keyframes v6328shine{0%{background-position:100% 0}to{background-position:-100% 0}}.v6328SpotlightField{margin-top:24px;padding:22px;border-radius:28px;background:linear-gradient(180deg,#fbfcff,#f3f6ff);border:1px solid #dfe6fb}.v6328SectionHead{display:grid;grid-gap:8px;gap:8px;margin-bottom:16px}.v6328SectionHead b{font-size:22px;line-height:1.2;color:#091534}.v6328PlanGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.v6328PlanCard{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;width:100%;text-align:left;padding:16px 18px;border-radius:22px;border:1px solid #d6def7;background:#fff;box-shadow:0 10px 24px rgba(15,27,76,.04);transition:.18s ease}.v6328PlanCard:hover{transform:translateY(-2px);border-color:#95a8ff;box-shadow:0 16px 28px rgba(28,50,129,.1)}.v6328PlanCard.active{border-color:#4c68ff;background:linear-gradient(180deg,#eef3ff,#f8faff);box-shadow:0 18px 32px rgba(76,104,255,.18)}.v6328PlanCard small{display:inline-flex;padding:4px 8px;border-radius:999px;background:#eef2ff;color:#4e64ff;font-size:10px;font-weight:900;letter-spacing:.12em;margin-bottom:10px}.v6328PlanCard b{display:block;font-size:18px;color:#0b1739;margin-bottom:8px}.v6328PlanCard p{margin:0;color:#66728f;font-size:13px;line-height:1.5}.v6328PlanCard strong{font-size:24px;color:#0c1738;line-height:1.1;white-space:nowrap}@media (max-width:1180px){.v6Hero{grid-template-columns:1fr;gap:36px}.v6Visual{min-height:auto}.v6328PremiumHub{width:min(560px,100%);margin-left:auto}}@media (max-width:1100px){.v6328PlanGrid,.v6328PremiumList{grid-template-columns:1fr}.v6328PremiumHub{width:100%}.v6328PremiumFoot{flex-direction:column}}.v6329CategoryShowcase{position:relative;z-index:6;max-width:1416px;margin:-76px auto 0;padding:0 24px;display:grid;grid-gap:18px;gap:18px}.v6329CategoryIntro{display:flex;align-items:end;justify-content:space-between;gap:24px;padding:0 10px}.v6329CategoryIntro>div{display:grid;grid-gap:6px;gap:6px}.v6329CategoryIntro span{font-size:12px;font-weight:950;letter-spacing:1.7px;color:#8fb7ff}.v6329CategoryIntro h2{margin:0;font-size:34px;line-height:1.04;letter-spacing:-1.6px;color:#fff}.v6329CategoryIntro p{max-width:560px;margin:0;color:#b7c5da;font-size:14px;line-height:1.65}.v6329CategoryGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.v6329CategoryCard{position:relative;overflow:hidden;min-height:198px;padding:18px 18px 16px;border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,255,.95));border:1px solid rgba(224,231,255,.9);box-shadow:0 26px 60px rgba(10,20,45,.16);display:grid;grid-gap:16px;gap:16px;transition:.22s ease}.v6329CategoryCard:hover{transform:translateY(-6px);box-shadow:0 32px 70px rgba(37,99,235,.18);border-color:#b9c8ff}.v6329CategoryGlow{position:absolute;right:-40px;top:-36px;width:130px;height:130px;border-radius:50%;background:radial-gradient(circle,rgba(96,165,250,.3),rgba(96,165,250,0) 70%)}.v6329CategoryCard header{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;gap:10px}.v6329CategoryCard header small{font-size:11px;font-weight:900;letter-spacing:.16em;color:#8491b3}.v6329CategoryBody{position:relative;z-index:1;display:grid;grid-gap:8px;gap:8px}.v6329CategoryBody b{font-size:24px;line-height:1.1;color:#09142f}.v6329CategoryBody p{margin:0;font-size:14px;line-height:1.6;color:#60708e}.v6329CategoryCard footer{position:relative;z-index:1;margin-top:auto;padding-top:14px;border-top:1px solid #e8eefc;display:flex;justify-content:space-between;gap:12px;align-items:flex-end}.v6329CategoryCard footer span{font-size:12px;color:#7181a1;line-height:1.5}.v6329CategoryCard footer em{font-style:normal;font-size:13px;font-weight:900;color:#2452ff;white-space:nowrap}.v6329CategoryCard.car{background:linear-gradient(180deg,#ffffff,#f5f9ff)}.v6329CategoryCard.tech{background:linear-gradient(180deg,#ffffff,#f8f6ff)}.v6329CategoryCard.home{background:linear-gradient(180deg,#ffffff,#f4fcff)}.v6329CategoryCard.living{background:linear-gradient(180deg,#ffffff,#fffbf4)}@media(max-width:1200px){.v6329CategoryGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.v6329CategoryShowcase{margin:-54px auto 0}.v6329CategoryIntro{display:grid;padding:0}.v6329CategoryIntro h2{font-size:28px}.v6329CategoryGrid{grid-template-columns:1fr}.v6329CategoryCard{min-height:unset}}.v6330CategoryDeck{position:relative;z-index:8;max-width:1460px;margin:-86px auto 0;padding:0 24px 30px;display:grid;grid-gap:20px;gap:20px}.v6330CategoryIntro{display:flex;justify-content:space-between;align-items:end;gap:36px;padding:0 8px}.v6330CategoryIntro>div{display:grid;grid-gap:7px;gap:7px}.v6330CategoryIntro span{font-size:12px;font-weight:950;letter-spacing:.18em;color:#85aefc}.v6330CategoryIntro h2{margin:0;color:#fff;font-size:34px;line-height:1.05;letter-spacing:-1.6px}.v6330CategoryIntro>p{max-width:570px;margin:0;color:#aebdd4;font-size:14px;line-height:1.65}.v6330CategoryGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.v6330CategoryCard{position:relative;isolation:isolate;overflow:hidden;min-height:235px;padding:20px;border-radius:28px;border:1px solid rgba(255,255,255,.65);background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(245,248,255,.84));box-shadow:0 28px 70px rgba(6,17,46,.18),inset 0 1px 0 rgba(255,255,255,.9);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:grid;grid-template-rows:auto 1fr auto;grid-gap:18px;gap:18px;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.v6330CategoryCard:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(135deg,rgba(255,255,255,.72),rgba(255,255,255,.2) 55%,rgba(91,112,255,.08));pointer-events:none}.v6330CategoryCard:hover{transform:translateY(-7px);border-color:rgba(137,159,255,.82);box-shadow:0 38px 86px rgba(29,55,139,.22),inset 0 0 0 1px rgba(97,126,255,.08)}.v6330GlassGlow{position:absolute;z-index:-1;width:180px;height:180px;border-radius:50%;right:-62px;top:-72px;filter:blur(4px);opacity:.7;background:radial-gradient(circle,rgba(67,126,255,.34),rgba(67,126,255,0) 70%)}.v6330CategoryCard.tech .v6330GlassGlow{background:radial-gradient(circle,rgba(126,87,255,.28),rgba(126,87,255,0) 70%)}.v6330CategoryCard.home .v6330GlassGlow{background:radial-gradient(circle,rgba(26,188,201,.26),rgba(26,188,201,0) 70%)}.v6330CategoryCard.living .v6330GlassGlow{background:radial-gradient(circle,rgba(238,178,50,.28),rgba(238,178,50,0) 70%)}.v6330CategoryCard header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.v6330IconShell{width:52px;height:52px;border-radius:17px;background:linear-gradient(145deg,#eaf2ff,#fff);border:1px solid #dce7ff;display:grid;place-items:center;color:#2d5ce8;box-shadow:0 10px 25px rgba(45,92,232,.12)}.v6330IconShell svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.tech .v6330IconShell{color:#7249e8;background:linear-gradient(145deg,#f1edff,#fff)}.home .v6330IconShell{color:#11899b;background:linear-gradient(145deg,#e7fbfd,#fff)}.living .v6330IconShell{color:#b97800;background:linear-gradient(145deg,#fff6df,#fff)}.v6330CardBadges{display:grid;justify-items:end;grid-gap:7px;gap:7px}.v6330CardBadges>b{padding:5px 8px;border-radius:999px;background:#ebf1ff;color:#3459d8;font-size:10px;letter-spacing:.11em;font-weight:950}.v6330CategoryCard.featured .v6330CardBadges>b{background:linear-gradient(135deg,#315de9,#5b4cf0);color:#fff;box-shadow:0 8px 20px rgba(49,93,233,.22)}.v6330CardBadges small{display:flex;align-items:center;gap:6px;color:#7f8ca8;font-size:11px;font-weight:750}.v6330CardBadges i{width:7px;height:7px;border-radius:50%;background:#24c488;box-shadow:0 0 0 4px rgba(36,196,136,.1)}.v6330CategoryBody{align-self:center;display:grid;grid-template-columns:auto 1fr;grid-column-gap:10px;column-gap:10px;grid-row-gap:6px;row-gap:6px}.v6330CategoryBody>span{grid-row:1/3;align-self:start;margin-top:5px;font-size:11px;font-weight:950;letter-spacing:.12em;color:#a5b0c5}.v6330CategoryBody h3{margin:0;font-size:25px;letter-spacing:-.8px;color:#09142f}.v6330CategoryBody p{margin:0;font-size:14px;line-height:1.55;color:#62708d}.v6330CategoryCard footer{padding-top:15px;border-top:1px solid rgba(205,216,240,.7);display:flex;justify-content:space-between;align-items:end;gap:12px}.v6330CategoryCard footer>small{font-size:11px;color:#8491aa;line-height:1.45}.v6330CategoryCard footer>em{font-style:normal;color:#284fe5;font-size:12px;font-weight:900;white-space:nowrap}.v6330CategoryCard footer em b{font-size:15px;margin-left:4px}@media(max-width:1220px){.v6330CategoryGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.v6330CategoryCard{min-height:215px}}@media(max-width:760px){.v6330CategoryDeck{margin:-58px auto 0;padding-left:14px;padding-right:14px}.v6330CategoryIntro{display:grid;grid-gap:10px;gap:10px;padding:0}.v6330CategoryIntro h2{font-size:29px}.v6330CategoryGrid{grid-template-columns:1fr}.v6330CategoryCard{min-height:205px}}.v6Top{padding-bottom:72px}.v6Hero{padding:50px 32px 6px;grid-template-columns:minmax(0,1fr) minmax(360px,.78fr)}.v6HeroCopy{max-width:640px}.v6Hero h1{font-size:60px;line-height:.97;letter-spacing:-3.6px;margin:16px 0 18px}.v6HeroCopy>p{line-height:1.68;max-width:590px}.v6HeroActions,.v6Proof{margin-top:22px}.v6Proof{gap:18px}.v6Visual{min-height:360px;align-items:start}.v6AuraOne{width:280px;height:280px;right:8px;top:36px}.v6AuraTwo{width:210px;height:210px;left:12px;bottom:20px}.v6332CompactVisual{display:grid;justify-items:end}.v6332HeroBoard{position:relative;z-index:2;width:min(372px,100%);padding:16px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(245,248,255,.96));border:1px solid rgba(148,163,184,.24);box-shadow:0 20px 48px rgba(8,17,47,.22);display:grid;grid-gap:12px;gap:12px;color:#0B1220}.v6332HeroBoardHead span{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#EEF2FF;color:#3559E0;font-size:10px;font-weight:900;letter-spacing:.14em}.v6332HeroBoardHead h2{margin:10px 0 4px;font-size:22px;line-height:1.08;color:#0B1738}.v6332HeroBoardHead p{margin:0;color:#60708F;font-size:13px;line-height:1.5}.v6332StatGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.v6332StatGrid article{background:#fff;border:1px solid #e4eaf7;border-radius:18px;padding:14px;box-shadow:0 6px 16px rgba(15,23,42,.05);display:grid;grid-gap:3px;gap:3px}.v6332StatGrid article.wide{grid-column:1/-1;background:linear-gradient(135deg,#EEF4FF,#F5F3FF)}.v6332StatGrid small{font-size:10px;font-weight:900;letter-spacing:.12em;color:#7B88A8}.v6332StatGrid strong{font-size:24px;line-height:1;color:#081332}.v6332StatGrid span{font-size:12px;color:#60708F;line-height:1.4}.v6332FlowList{display:grid;grid-gap:8px;gap:8px}.v6332FlowList>div{display:grid;grid-template-columns:34px 1fr;grid-gap:10px;gap:10px;align-items:flex-start;padding:10px 12px;border-radius:16px;background:rgba(240,244,255,.75);border:1px solid #e4eaf7}.v6332FlowList b{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;font-size:11px;box-shadow:0 10px 20px rgba(37,99,235,.18)}.v6332FlowList strong{display:block;font-size:13px;color:#0B1738;margin-bottom:2px}.v6332FlowList span{display:block;font-size:12px;line-height:1.45;color:#60708F}.v6332BoardFoot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:2px}.v6332BoardFoot a:first-child{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:14px;background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;font-size:13px;font-weight:900;box-shadow:0 14px 28px rgba(37,99,235,.24)}.v6332BoardFoot a:first-child b{margin-left:10px}.v6332BoardFoot a:last-child{font-size:13px;font-weight:800;color:#3156DA;white-space:nowrap}@media(max-width:1180px){.v6Hero{grid-template-columns:1fr;gap:30px}.v6Visual{min-height:auto}.v6332CompactVisual{justify-items:start}.v6332HeroBoard{width:min(430px,100%)}}@media(max-width:780px){.v6Top{padding-bottom:62px}.v6Hero{padding:44px 18px 10px;gap:26px}.v6Hero h1{font-size:48px;letter-spacing:-2.9px}.v6HeroCopy>p{font-size:15px}.v6HeroActions,.v6Proof{display:grid}.v6Proof{grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.v6332HeroBoard{width:100%;padding:15px;border-radius:22px}.v6332BoardFoot{flex-direction:column;align-items:stretch}.v6332BoardFoot a:last-child{text-align:center}}@media(max-width:480px){.v6Hero h1{font-size:42px}.v6332StatGrid{grid-template-columns:1fr}.v6332StatGrid article.wide{grid-column:auto}.v6332FlowList>div{grid-template-columns:32px 1fr;padding:9px 10px}}.v6Top{padding-bottom:66px}.v6Hero{padding:46px 32px 10px;grid-template-columns:minmax(0,1fr) minmax(380px,.74fr);gap:42px}.v6Hero h1{font-size:58px;letter-spacing:-3.5px;margin:15px 0 18px}.v6HeroCopy>p{font-size:16px;line-height:1.66}.v6Visual{min-height:345px}.v6334CompactVisual{display:grid;justify-items:end;align-items:start}.v6334QuickHub{position:relative;z-index:2;width:min(400px,100%);padding:16px;border-radius:24px;background:linear-gradient(160deg,rgba(255,255,255,.98),rgba(242,246,255,.96));border:1px solid rgba(148,163,184,.22);box-shadow:0 20px 48px rgba(8,17,47,.2);color:#0B1220;display:grid;grid-gap:12px;gap:12px}.v6334QuickHead span{display:inline-flex;padding:5px 9px;border-radius:999px;background:#EAF1FF;color:#3157E0;font-size:10px;font-weight:950;letter-spacing:.14em}.v6334QuickHead h2{margin:8px 0 4px;font-size:21px;line-height:1.08;color:#0B1738}.v6334QuickHead p{margin:0;font-size:12px;line-height:1.5;color:#64748B}.v6334QuickStats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.v6334QuickStats article{padding:11px 10px;border-radius:15px;background:#fff;border:1px solid #e3e9f5;display:grid;grid-gap:2px;gap:2px}.v6334QuickStats small{font-size:9px;font-weight:900;letter-spacing:.1em;color:#8290AD}.v6334QuickStats strong{font-size:19px;line-height:1;color:#07122F}.v6334QuickStats span{font-size:10px;color:#73809D}.v6334QuickTiles{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.v6334QuickTiles article{min-height:72px;padding:10px;border-radius:15px;background:linear-gradient(180deg,#fff,#F8FAFF);border:1px solid #e4eaf6;display:grid;grid-template-columns:29px 1fr;grid-gap:9px;gap:9px;align-items:start}.v6334QuickTiles i{width:29px;height:29px;border-radius:10px;display:grid;place-items:center;background:#EEF4FF;color:#315BE3;font-style:normal;font-size:10px;font-weight:950}.v6334QuickTiles b{display:block;font-size:12px;color:#0B1738;margin-bottom:3px}.v6334QuickTiles span{display:block;font-size:10px;line-height:1.4;color:#71809B}.v6334QuickFoot{display:flex;gap:8px}.v6334QuickFoot a{flex:1 1;min-height:40px;border-radius:13px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:900}.v6334QuickFoot a:first-child{background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff}.v6334QuickFoot a:last-child{background:#0B1738;color:#fff}.v6334QuickFoot b{margin-left:8px}.v6330CategoryDeck{margin-bottom:0;padding-bottom:72px}.v6334Market{position:relative;width:100%;padding:78px max(24px,calc((100vw - 1460px)/2)) 92px;background:radial-gradient(circle at 86% 5%,rgba(79,70,229,.22),transparent 24rem),linear-gradient(145deg,#071225,#0C1933 55%,#111C45);color:#fff;overflow:hidden}.v6334Market:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 0);background-size:42px 42px;-webkit-mask-image:linear-gradient(#000,transparent 92%);mask-image:linear-gradient(#000,transparent 92%)}.v6334Market>*{position:relative;z-index:1}.v6334MarketAnchor{position:absolute;top:0}.v6334MarketHead{display:flex;justify-content:space-between;align-items:end;gap:34px;margin-bottom:18px}.v6334MarketHead span{font-size:11px;letter-spacing:.16em;font-weight:950;color:#7EB3FF}.v6334MarketHead h2{margin:8px 0 7px;font-size:38px;line-height:1.04;letter-spacing:-1.8px}.v6334MarketHead p{margin:0;max-width:690px;font-size:14px;line-height:1.65;color:#AAB9CF}.v6334MarketActions{display:flex;gap:10px}.v6334MarketActions a{min-height:44px;padding:0 16px;border-radius:13px;display:flex;align-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#fff;font-size:12px;font-weight:900}.v6334MarketActions a:first-child{background:linear-gradient(135deg,#2563EB,#4F46E5);border-color:transparent}.v6334MarketMeta{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}.v6334MarketMeta span{min-height:30px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);display:flex;align-items:center;font-size:11px;color:#AFBED2}.v6334MarketMeta i{width:6px;height:6px;border-radius:50%;background:#22C55E;margin-right:6px}.v6334CardGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:13px;gap:13px}.v6334MiniAd{position:relative;overflow:hidden;min-width:0;border-radius:20px;background:linear-gradient(155deg,#0A1426,#111F39 60%,#172554);color:#fff;border:1px solid rgba(255,255,255,.09);box-shadow:0 18px 42px rgba(0,0,0,.18);display:flex;flex-direction:column;transition:.18s ease}.v6334MiniAd:hover{transform:translateY(-4px);border-color:rgba(96,165,250,.45);box-shadow:0 24px 52px rgba(0,0,0,.28)}.v6334MiniAd>header{display:flex;justify-content:space-between;gap:8px;padding:13px 13px 0}.v6334MiniAd>header span{font-size:9px;font-weight:900;color:#86EFAC;letter-spacing:.07em}.v6334MiniAd>header span i{display:inline-block;width:5px;height:5px;border-radius:50%;background:#22C55E;margin-right:4px}.v6334MiniAd>header small{font-size:9px;color:#8FA6C0;font-weight:800}.v6334Media{height:104px;margin:10px 10px 0;border-radius:14px;background:linear-gradient(135deg,#15254A,#203977);display:grid;place-items:center;position:relative;overflow:hidden}.v6334Media.has-image{background:#0B1220}.v6334Media img{width:100%;height:100%;object-fit:cover}.v6334Media>em{position:absolute;left:8px;top:8px;padding:4px 7px;border-radius:7px;background:rgba(7,18,37,.78);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:8px;font-weight:950;font-style:normal;letter-spacing:.12em;color:#E0EAFF}.v6334MiniBody{padding:12px 13px 10px;display:grid;grid-gap:7px;gap:7px}.v6334MiniCat{font-size:9px;font-weight:950;letter-spacing:.13em;color:#93C5FD}.v6334MiniBody h3{margin:0;font-size:15px;line-height:1.22;letter-spacing:-.25px;color:#fff;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:36px}.v6334MiniBody p{margin:0;font-size:10px;line-height:1.45;color:#AAB8CB;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v6334MiniPrice{margin-top:2px;padding:9px 10px;border-radius:12px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);display:grid;grid-gap:3px;gap:3px}.v6334MiniPrice small{font-size:9px;font-weight:900;letter-spacing:.1em;color:#8FA6C0}.v6334MiniPrice strong{font-size:13px;line-height:1.2;color:#F7FAFF;overflow-wrap:anywhere}.v6334MiniAd>footer{margin-top:auto;padding:10px 13px 12px;border-top:1px solid rgba(255,255,255,.07);display:flex;justify-content:space-between;gap:8px;align-items:center}.v6334MiniAd>footer span{font-size:9px;color:#91A3BB}.v6334MiniAd>footer b{font-size:10px;color:#60A5FA}.v6334MiniAd.buy:after{content:"";position:absolute;width:110px;height:110px;border-radius:50%;right:-55px;top:-55px;background:radial-gradient(circle,rgba(37,99,235,.28),transparent 70%);pointer-events:none}.v6334MiniAd.sell{background:linear-gradient(155deg,#0A1528,#152040 58%,#20235B)}.v6334MiniSkeleton{min-height:245px;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(90deg,rgba(255,255,255,.04),rgba(255,255,255,.08),rgba(255,255,255,.04));background-size:220% 100%;animation:v6328shine 1.7s linear infinite}@media(max-width:1380px){.v6334CardGrid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1100px){.v6Hero{grid-template-columns:1fr;gap:28px}.v6334CompactVisual{justify-items:start}.v6334QuickHub{width:min(520px,100%)}.v6334CardGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.v6334MarketHead{align-items:start;flex-direction:column}}@media(max-width:780px){.v6334QuickTiles{grid-template-columns:1fr}.v6334QuickStats{grid-template-columns:1fr 1fr}.v6334QuickStats article:last-child{grid-column:1/-1}.v6334CardGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.v6334Market{padding:58px 18px 70px}.v6334MarketHead h2{font-size:31px}.v6334MarketActions{width:100%}.v6334MarketActions a{flex:1 1;justify-content:center}}@media(max-width:520px){.v6334CardGrid{grid-template-columns:1fr}.v6334QuickFoot{display:grid}.v6334MarketHead h2{font-size:28px}}.v6Top{padding-bottom:28px}.v6Hero{padding-top:42px;padding-bottom:26px;grid-template-columns:minmax(0,1fr) minmax(420px,.76fr);gap:44px;align-items:start}.v6336CategoryVisual{display:grid;justify-items:end;min-height:390px}.v6336HeroCategories{position:relative;z-index:3;width:min(410px,100%);padding:16px;border-radius:24px;background:linear-gradient(160deg,rgba(255,255,255,.99),rgba(246,249,255,.98));border:1px solid rgba(148,163,184,.22);box-shadow:0 22px 54px rgba(8,17,47,.2);color:#0B1220;display:grid;grid-gap:14px;gap:14px;scroll-margin-top:92px}.v6336HeroCategoryHead span{display:inline-flex;min-height:23px;padding:0 9px;border-radius:999px;align-items:center;background:#EEF4FF;color:#2563EB;font-size:10px;font-weight:950;letter-spacing:.14em}.v6336HeroCategoryHead h2{font-size:23px;line-height:1.05;letter-spacing:-.8px;margin:9px 0 4px;color:#0B1738}.v6336HeroCategoryHead p{font-size:12px;line-height:1.5;color:#64748B;margin:0}.v6336HeroCategoryGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.v6336HeroCategoryCard{position:relative;overflow:hidden;min-height:150px;padding:13px;border-radius:18px;border:1px solid #e2e8f0;background:#fff;display:flex;flex-direction:column;gap:7px;color:#0F172A;box-shadow:0 8px 22px rgba(15,23,42,.05);transition:.18s ease}.v6336HeroCategoryCard:hover{transform:translateY(-3px);border-color:#BFD3FF;box-shadow:0 14px 30px rgba(37,99,235,.11)}.v6336HeroCategoryCard.car{background:linear-gradient(145deg,#fff,#F3F7FF)}.v6336HeroCategoryCard.tech{background:linear-gradient(145deg,#fff,#F8F5FF)}.v6336HeroCategoryCard.home{background:linear-gradient(145deg,#fff,#F3FCFF)}.v6336HeroCategoryCard.living{background:linear-gradient(145deg,#fff,#FFF9EE)}.v6336HeroCategoryTop{display:flex;align-items:center;justify-content:space-between;gap:8px}.v6336HeroCategoryIcon{width:34px;height:34px;border-radius:11px;background:#EEF4FF;border:1px solid #dce6ff;display:grid;place-items:center;color:#2563EB}.v6336HeroCategoryIcon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.v6336HeroCategoryCard.tech .v6336HeroCategoryIcon{background:#F6F1FF;color:#7C3AED}.v6336HeroCategoryCard.home .v6336HeroCategoryIcon{background:#ECFEFF;color:#0891B2}.v6336HeroCategoryCard.living .v6336HeroCategoryIcon{background:#FFF7E6;color:#D97706}.v6336HeroCategoryTop small{font-size:9px;font-weight:850;color:#64748B;white-space:nowrap}.v6336HeroCategoryTop small i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#34D399;margin-right:4px;box-shadow:0 0 0 3px rgba(52,211,153,.12)}.v6336HeroCategoryCard h3{font-size:17px;line-height:1.15;margin:0;letter-spacing:-.3px}.v6336HeroCategoryCard p{font-size:11px;line-height:1.45;color:#64748B;margin:0}.v6336HeroCategoryCard>b{margin-top:auto;font-size:10px;color:#2563EB}.v6334Market{color:#0F172A!important;padding-top:54px!important;padding-bottom:86px!important}.v6334MarketHead span{color:#2563EB!important}.v6334MarketHead h2{color:#0B1738!important}.v6334MarketHead p{color:#64748B!important}.v6334MarketActions a{border:1px solid #d8e1ef!important;color:#334155!important;box-shadow:0 8px 20px rgba(15,23,42,.04)}.v6334MarketActions a:first-child{background:linear-gradient(135deg,#2563EB,#4F46E5)!important;border-color:transparent!important}.v6334MarketMeta span{background:#F8FAFC!important;border:1px solid #e2e8f0!important;color:#64748B!important}.v6334MarketAnchor,.v6334SellerAnchor{position:absolute;top:-88px}.v6334CardGrid{gap:15px}.v6334MiniAd{box-shadow:0 14px 34px rgba(15,23,42,.16)}.v6Footer{margin-top:0}@media(max-width:1100px){.v6Hero{grid-template-columns:1fr;gap:28px}.v6336CategoryVisual{justify-items:start;min-height:auto}.v6336HeroCategories{width:min(560px,100%)}.v6336HeroCategoryGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.v6Hero,.v6Top{padding-bottom:18px}.v6336HeroCategories{padding:14px;border-radius:20px}.v6336HeroCategoryGrid{grid-template-columns:1fr 1fr;gap:8px}.v6336HeroCategoryCard{min-height:138px;padding:11px}.v6336HeroCategoryCard h3{font-size:15px}.v6336HeroCategoryCard p{font-size:10px}.v6334Market{padding-top:42px!important}}@media(max-width:480px){.v6336HeroCategoryGrid{grid-template-columns:1fr}.v6336HeroCategoryCard{min-height:118px}.v6334Market{padding-left:14px!important;padding-right:14px!important}}.v6Header{display:grid;grid-template-columns:205px minmax(280px,1fr) auto;grid-gap:28px;gap:28px}.v6Nav{justify-self:center;gap:4px;padding:5px;border:1px solid rgba(148,163,184,.13);background:rgba(255,255,255,.035);box-shadow:inset 0 1px 0 rgba(255,255,255,.025);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.v6Nav,.v6Nav a{display:flex;align-items:center;border-radius:999px}.v6Nav a{position:relative;min-height:38px;padding:0 16px;justify-content:center;color:#B9C6D9;font-size:12px;font-weight:850;letter-spacing:.01em;transition:color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.v6Nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:4px;height:2px;border-radius:999px;background:linear-gradient(90deg,#60A5FA,#818CF8,#22D3EE);opacity:0;transition:left .18s ease,right .18s ease,opacity .18s ease}.v6Nav a:hover{color:#fff;background:rgba(255,255,255,.07);transform:translateY(-1px)}.v6Nav a:hover:after{left:18px;right:18px;opacity:.55}.v6Nav a.active{color:#fff;background:linear-gradient(135deg,rgba(37,99,235,.22),rgba(79,70,229,.18));box-shadow:inset 0 0 0 1px rgba(96,165,250,.2),0 8px 22px rgba(37,99,235,.12)}.v6Nav a.active:after{left:18px;right:18px;opacity:1}.v6Header.compact{display:grid;grid-template-columns:165px minmax(250px,1fr) auto;grid-gap:18px;gap:18px}.v6Header.compact .v6Nav{padding:4px;background:rgba(255,255,255,.045)}.v6Header.compact .v6Nav a{min-height:34px;padding:0 14px;font-size:11.5px}@media(max-width:1120px){.v6Header{grid-template-columns:185px 1fr auto;gap:18px}.v6Nav a{padding:0 12px}}@media(max-width:920px){.v6Header,.v6Header.compact{grid-template-columns:1fr auto}.v6Nav{display:none}}.v6341HeroCompact{grid-template-columns:minmax(0,1fr)!important;gap:10px!important;padding-bottom:26px}.v6341HeroCompact .v6HeroCopy{max-width:760px}.v6341Menu{justify-self:center;display:flex;align-items:center;gap:12px;padding:6px;border:1px solid rgba(148,163,184,.13);border-radius:999px;background:rgba(255,255,255,.04);box-shadow:inset 0 1px 0 rgba(255,255,255,.03);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.v6341MenuItem{position:relative}.v6341MenuItem>button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;cursor:pointer;min-height:40px;padding:0 16px;border-radius:999px;color:#E2E8F0;font-size:13px;font-weight:850;letter-spacing:.01em;transition:background .18s ease,color .18s ease,transform .18s ease}.v6341MenuItem>button:hover{background:rgba(255,255,255,.07);color:#fff;transform:translateY(-1px)}.v6341MenuItem:focus-within>button,.v6341MenuItem:hover>button{background:linear-gradient(135deg,rgba(37,99,235,.22),rgba(79,70,229,.18));color:#fff;box-shadow:inset 0 0 0 1px rgba(96,165,250,.2),0 8px 22px rgba(37,99,235,.12)}.v6341Dropdown{top:calc(100% + 14px);left:0;min-width:310px;padding:10px;display:grid;grid-gap:8px;gap:8px;border-radius:22px;border:1px solid #dce6f6;box-shadow:0 28px 70px rgba(15,23,42,.18);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;z-index:40}.v6341Dropdown,.v6341Dropdown:before{position:absolute;background:rgba(255,255,255,.98)}.v6341Dropdown:before{content:"";top:-10px;left:28px;width:18px;height:18px;border-left:1px solid #dce6f6;border-top:1px solid #dce6f6;transform:rotate(45deg)}.v6341MenuItem:focus-within .v6341Dropdown,.v6341MenuItem:hover .v6341Dropdown{opacity:1;visibility:visible;transform:translateY(0)}.v6341Dropdown a{position:relative;padding:14px 15px;border-radius:16px;background:linear-gradient(145deg,#fff,#F8FBFF);border:1px solid #e7eef9;display:grid;grid-gap:5px;gap:5px;color:#0F172A;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.v6341Dropdown a:hover{transform:translateY(-2px);border-color:#BFDBFE;box-shadow:0 12px 30px rgba(37,99,235,.12)}.v6341Dropdown a strong{font-size:14px;line-height:1.2}.v6341Dropdown a span{font-size:12px;line-height:1.45;color:#64748B}@media(max-width:1120px){.v6341Menu{gap:8px}.v6341MenuItem>button{padding:0 12px;font-size:12px}.v6341Dropdown{min-width:280px}}@media(max-width:920px){.v6341Menu{display:none}}.v6Header,.v6Header.compact{grid-template-columns:205px minmax(280px,1fr) auto 54px!important;align-items:center!important}.v6Header>.v6Logo{grid-column:1;justify-self:start}.v6Header>.v6341Menu{grid-column:2;justify-self:center}.v6Header>.v6HeaderActions{grid-column:3;justify-self:end;margin-left:0!important;flex-wrap:nowrap!important}.v6Header>.tpGlobalAccountHost{grid-column:4;justify-self:end;margin-left:0!important;display:flex!important;align-items:center!important;align-self:center!important}.v6Header>.tpGlobalAccountBefore{margin-left:0!important}.v6Header.compact>.tpGlobalAccountHost{grid-column:4!important}.v6341Menu{gap:6px!important;padding:5px!important}.v6341MenuItem>button{min-height:38px!important;padding:0 15px!important}.v6341Dropdown{min-width:300px!important;padding:8px!important;gap:0!important;border-radius:18px!important}.v6341Dropdown a{min-height:58px!important;padding:10px 11px!important;border:0!important;border-bottom:1px solid #e9eef7!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;display:grid!important;grid-template-columns:34px minmax(0,1fr) 18px!important;align-items:center!important;grid-gap:11px!important;gap:11px!important;transform:none!important}.v6341Dropdown a:first-child{border-radius:12px 12px 0 0!important}.v6341Dropdown a:last-child{border-bottom:0!important;border-radius:0 0 12px 12px!important}.v6341Dropdown a:hover{background:#F5F8FF!important;box-shadow:none!important;transform:none!important}.v6341Dropdown a>i{width:34px;height:34px;border-radius:11px;background:#F4F7FF;color:#3157D7;display:grid;place-items:center;font-size:10px;font-weight:950;font-style:normal;border:1px solid #e3ebfa;flex-shrink:0}.v6341Dropdown a>i svg{width:17px;height:17px;display:block}.v6341Dropdown a>i.icon-otomobil{background:#EEF4FF;color:#2563EB}.v6341Dropdown a>i.icon-motosiklet{background:#F5F3FF;color:#7C3AED}.v6341Dropdown a>i.icon-elektronik{background:#EFF6FF;color:#2563EB}.v6341Dropdown a>i.icon-emlak{background:#ECFEFF;color:#0891B2}.v6341Dropdown a>i.icon-esya{background:#FFF7ED;color:#C2410C}.v6341Dropdown a>div{min-width:0;display:grid;grid-gap:3px;gap:3px}.v6341Dropdown a strong{font-size:13px!important;line-height:1.2!important;color:#0F172A}.v6341Dropdown a span{font-size:11px!important;line-height:1.3!important;color:#71809D!important}.v6341Dropdown a>em{font-style:normal;font-size:13px;font-weight:900;color:#3157D7;justify-self:end}@media(max-width:1180px){.v6Header,.v6Header.compact{grid-template-columns:175px minmax(220px,1fr) auto 48px!important;gap:14px!important}.v6HeaderActions .v6Cta,.v6HeaderActions .v6SellCta{padding:0 13px!important;font-size:12px!important}}@media(max-width:920px){.v6Header,.v6Header.compact{grid-template-columns:1fr 48px!important}.v6Header>.v6Logo{grid-column:1}.v6Header>.v6341Menu,.v6Header>.v6HeaderActions{display:none!important}.v6Header>.tpGlobalAccountHost{grid-column:2!important;justify-self:end!important}}.v6343SalesPage{min-height:100vh;background:#F5F7FB;color:#0F172A}.v6343SalesHeader{height:78px;padding:0 max(24px,calc((100vw - 1380px)/2));display:grid;grid-template-columns:220px 1fr auto;align-items:center;grid-gap:28px;gap:28px;background:#071428;color:#fff;border-bottom:1px solid rgba(255,255,255,.09)}.v6343SalesLogo img{width:180px;display:block}.v6343SalesHeader nav{display:flex;justify-content:center;gap:22px}.v6343SalesHeader nav a{font-size:13px;font-weight:850;color:#AFC0D6;padding:10px 0}.v6343SalesHeader nav a.active{color:#fff;border-bottom:2px solid #60a5fa}.v6343SalesHeader>div{display:flex;gap:10px}.v6343SalesHeader>div>a{min-height:42px;padding:0 15px;border:1px solid rgba(148,163,184,.3);border-radius:12px;display:flex;align-items:center;font-size:12px;font-weight:850}.v6343SalesHeader>div>a.primary{background:linear-gradient(135deg,#2563EB,#4F46E5);border-color:transparent}.v6343SalesHero{padding:56px max(24px,calc((100vw - 1320px)/2)) 44px;background:radial-gradient(circle at 82% 22%,rgba(79,70,229,.28),transparent 28rem),linear-gradient(135deg,#071428,#101D42);color:#fff;display:flex;justify-content:space-between;align-items:end;gap:30px}.v6343SalesHero>div>span,.v6343SalesTitle span{font-size:11px;font-weight:950;letter-spacing:.16em;color:#60A5FA}.v6343SalesHero h1{font-size:46px;line-height:1.02;margin:10px 0;letter-spacing:-2px}.v6343SalesHero p{margin:0;color:#B8C6D9;max-width:660px;line-height:1.65}.v6343SalesHero aside{min-width:145px;padding:20px;border-radius:22px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);display:grid}.v6343SalesHero aside strong{font-size:34px}.v6343SalesHero aside span{font-size:12px;color:#B8C6D9}.v6343SalesCats{max-width:1320px;margin:-22px auto 0;padding:0 24px;display:flex;gap:8px;position:relative;z-index:2}.v6343SalesCats button{min-height:46px;padding:0 18px;border-radius:14px;border:1px solid #dce4f2;background:#fff;font-size:12px;font-weight:850;color:#475569;box-shadow:0 10px 24px rgba(15,23,42,.06)}.v6343SalesCats button.active{color:#fff;border-color:transparent;background:linear-gradient(135deg,#2563EB,#4F46E5);box-shadow:0 14px 30px rgba(37,99,235,.18)}.v6343SalesContent{max-width:1320px;margin:0 auto;padding:46px 24px 90px}.v6343SalesTitle{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.v6343SalesTitle h2{font-size:30px;margin:5px 0 0}.v6343SalesTitle small{font-size:12px;color:#64748B}.v6343SalesGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.v6343SalesCard,.v6343SalesSkeleton{min-width:0;border-radius:24px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 12px 30px rgba(15,23,42,.06);overflow:hidden}.v6343SalesMedia{height:166px;background:linear-gradient(135deg,#E8EEFA,#F4F6FC);position:relative;display:grid;place-items:center}.v6343SalesMedia img{width:100%;height:100%;object-fit:cover}.v6343SalesMedia>span{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#2563EB,#4F46E5);color:#fff;font-size:24px;font-weight:950}.v6343SalesMedia em{position:absolute;left:12px;top:12px;padding:6px 8px;border-radius:999px;background:rgba(7,20,40,.88);color:#fff;font-size:9px;font-weight:950;font-style:normal;letter-spacing:.12em}.v6343SalesBody{padding:16px}.v6343SalesBody>small{font-size:10px;font-weight:900;letter-spacing:.13em;color:#64748B}.v6343SalesBody h3{font-size:18px;line-height:1.25;margin:8px 0;min-height:44px}.v6343SalesBody p{font-size:12px;line-height:1.5;color:#64748B;margin:0 0 16px;min-height:36px}.v6343SalesBody strong{font-size:20px}.v6343SalesCard footer{padding:13px 16px;border-top:1px solid #eef2f7;display:flex;justify-content:space-between;font-size:11px;color:#64748B}.v6343SalesCard footer b{color:#2563EB}.v6343SalesSkeleton{height:350px;background:linear-gradient(90deg,#F3F5FA,#EAEFF8,#F3F5FA);background-size:200% 100%;animation:v6328shine 1.5s linear infinite}.v6343SalesEmpty,.v6343SalesError{padding:42px;border-radius:24px;background:#fff;border:1px solid #e2e8f0;text-align:center}.v6343SalesError{color:#B91C1C;background:#FEF2F2;border-color:#FECACA}.v6343SalesEmpty>span{font-size:32px;color:#94A3B8}.v6343SalesEmpty h2{margin:10px 0 6px}.v6343SalesEmpty p{margin:0;color:#64748B}@media(max-width:1100px){.v6343SalesGrid{grid-template-columns:repeat(3,1fr)}.v6343SalesHeader{grid-template-columns:190px 1fr auto}.v6343SalesHeader nav{display:none}}@media(max-width:820px){.v6343SalesHeader{grid-template-columns:1fr auto;padding:0 16px}.v6343SalesHeader>div>a:first-child{display:none}.v6343SalesHero{padding:42px 18px 36px;display:grid}.v6343SalesHero h1{font-size:38px}.v6343SalesHero aside{width:140px}.v6343SalesCats{overflow:auto;padding:0 18px}.v6343SalesCats button{white-space:nowrap}.v6343SalesContent{padding:38px 18px 70px}.v6343SalesGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.v6343SalesGrid{grid-template-columns:1fr}.v6343SalesTitle{align-items:start;gap:12px;flex-direction:column}.v6343SalesHero h1{font-size:32px}.v6343SalesLogo img{width:155px}}.tpGlobalSiteHeader{position:-webkit-sticky;position:sticky;top:0;z-index:120;background:linear-gradient(90deg,#071322,#0c1a31 54%,#152255);border-bottom:1px solid rgba(148,163,184,.16);box-shadow:0 10px 30px rgba(2,8,23,.16)}.tpGlobalSiteInner{max-width:1480px;height:72px;margin:0 auto;padding:0 28px;display:grid;grid-template-columns:minmax(0,1fr) auto 52px;grid-gap:18px;gap:18px;align-items:center;position:relative}.tpGlobalSiteLeft{display:flex;align-items:center;gap:28px;min-width:0}.tpGlobalSiteLogo{width:190px;display:flex;align-items:center;flex:0 0 auto}.tpGlobalSiteLogo img{width:100%;height:auto;display:block}.tpGlobalSiteNav{display:flex;align-items:center;gap:6px;padding:5px;border-radius:999px;border:1px solid rgba(148,163,184,.16);background:rgba(255,255,255,.035)}.tpGlobalNavItem{position:relative}.tpGlobalNavItem>button{border:0;background:transparent;color:#e2e8f0;min-height:38px;padding:0 15px;border-radius:999px;font-size:12px;font-weight:900;cursor:pointer}.tpGlobalNavItem:hover>button,.tpGlobalNavItem>button:focus-visible{background:rgba(96,165,250,.12);color:#fff}.tpGlobalNavDrop{position:absolute;left:0;top:calc(100% + 13px);width:310px;padding:8px;border-radius:18px;background:#fff;border:1px solid #dce6f6;box-shadow:0 26px 68px rgba(15,23,42,.22);opacity:0;visibility:hidden;transform:translateY(7px);transition:.16s ease;z-index:140}.tpGlobalNavDrop:before{content:"";position:absolute;left:28px;top:-8px;width:16px;height:16px;background:#fff;border-left:1px solid #dce6f6;border-top:1px solid #dce6f6;transform:rotate(45deg)}.tpGlobalNavDrop:focus-within,.tpGlobalNavItem:hover .tpGlobalNavDrop,.tpGlobalNavItem>button:focus-visible+.tpGlobalNavDrop{opacity:1;visibility:visible;transform:none}.tpGlobalNavDrop a{min-height:58px;padding:10px 11px;border-bottom:1px solid #e9eef7;display:grid;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;grid-gap:11px;gap:11px;color:#0f172a}.tpGlobalNavDrop a:last-child{border-bottom:0}.tpGlobalNavDrop a:hover{background:#f5f8ff;border-radius:12px}.tpGlobalNavDrop a>i{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:#eef4ff;color:#2563eb;border:1px solid #e3ebfa}.tpGlobalNavDrop a>i svg{width:17px;height:17px}.tpGlobalNavDrop a>i.k-moto{background:#f5f3ff;color:#7c3aed}.tpGlobalNavDrop a>i.k-home{background:#ecfeff;color:#0891b2}.tpGlobalNavDrop a>i.k-living{background:#fff7ed;color:#c2410c}.tpGlobalNavDrop a>div{display:grid;grid-gap:3px;gap:3px}.tpGlobalNavDrop b{font-size:13px}.tpGlobalNavDrop span{font-size:11px;color:#71809d}.tpGlobalNavDrop em{font-style:normal;color:#3157d7;font-weight:900}.tpGlobalSiteActions{display:flex;align-items:center;gap:10px;justify-self:end}.tpGlobalSiteActions a{min-height:42px;padding:0 16px;border-radius:13px;display:flex;align-items:center;gap:9px;font-size:12px;font-weight:900}.tpGlobalSiteActions .primary{color:#fff;background:linear-gradient(135deg,#2563eb,#4f46e5);box-shadow:0 10px 24px rgba(37,99,235,.18)}.tpGlobalSiteActions .ghost{color:#dbeafe;border:1px solid rgba(148,163,184,.2);background:rgba(255,255,255,.04)}.tpGlobalSiteInner>.tpGlobalAccountHost{justify-self:end!important;position:static!important;display:flex!important}.tpGlobalSiteInner>.tpGlobalAccountBefore{margin-right:0!important}.tpGlobalSiteInner .tpGlobalAccountTrigger{position:relative!important;right:auto!important;top:auto!important}.tpDashNav,.v610Header,.v611SellerHeader,.v612AccountHeader,.v613Header,.v620EditHeader,.v623MarketHeader,.v65Header,.v66CreateHeader,.v67Header,.v68Header,.v6Header,.wizardHeader{display:none!important}.v6346SpecialBoost{width:100%;margin-top:14px;padding:15px 16px;border:1px solid #fecaca;border-radius:20px;background:linear-gradient(135deg,#fff7f7,#fff);display:grid;grid-template-columns:16px minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;text-align:left;transition:.18s ease}.v6346SpecialBoost:disabled{opacity:.45;cursor:not-allowed}.v6346SpecialBoost:not(:disabled):hover{border-color:#ef4444;box-shadow:0 12px 28px rgba(239,68,68,.12)}.v6346SpecialBoost.active{border-color:#ef4444;background:linear-gradient(135deg,#fff1f2,#fff);box-shadow:0 0 0 3px rgba(239,68,68,.08),0 14px 30px rgba(239,68,68,.12)}.v6346SpecialBoost .neonDot{width:12px;height:12px;border-radius:50%;background:#ef4444;box-shadow:0 0 8px #ef4444,0 0 16px #dc2626}.v6346SpecialBoost div{display:grid;grid-gap:3px;gap:3px}.v6346SpecialBoost small{font-size:10px;font-weight:950;letter-spacing:.12em;color:#ef4444}.v6346SpecialBoost b{font-size:16px;color:#111827}.v6346SpecialBoost p{margin:0;color:#64748b;font-size:12px;line-height:1.45}.v6346SpecialBoost strong{font-size:20px;color:#b91c1c;white-space:nowrap}.v6346PaymentSummary{margin-top:12px;padding:12px 14px;border-radius:16px;background:#0f172a;color:#fff;display:grid;grid-template-columns:1fr auto;grid-gap:4px 12px;gap:4px 12px;align-items:center}.v6346PaymentSummary span{font-size:11px;font-weight:900;letter-spacing:.1em;color:#93c5fd}.v6346PaymentSummary b{font-size:20px}.v6346PaymentSummary small{grid-column:1/-1;color:#cbd5e1;font-size:11px}.v66GenericPreviewCard.special-neon,.v66PreviewCard.special-neon{border-color:#ff2738!important;box-shadow:0 0 0 2px rgba(255,39,56,.95),0 0 18px rgba(255,39,56,.72),0 0 38px rgba(239,68,68,.34),0 22px 55px rgba(15,23,42,.18)!important}.v6334MiniAd.special-highlight{position:relative;border-color:#ff2738!important;box-shadow:0 0 0 2px rgba(255,39,56,.96),0 0 18px rgba(255,39,56,.75),0 0 38px rgba(239,68,68,.38),0 18px 46px rgba(15,23,42,.13)!important;animation:tpNeonRedPulse 2.2s ease-in-out infinite}.v6334MiniAd.special-highlight:before{content:"PREMIUM VİTRİN";position:absolute;right:12px;top:12px;z-index:5;padding:5px 8px;border-radius:999px;background:#ef233c;color:#fff;font-size:9px;font-weight:950;letter-spacing:.1em;box-shadow:0 0 14px rgba(239,35,60,.7)}@keyframes tpNeonRedPulse{0%,to{box-shadow:0 0 0 2px rgba(255,39,56,.9),0 0 16px rgba(255,39,56,.62),0 0 34px rgba(239,68,68,.28),0 18px 46px rgba(15,23,42,.13)}50%{box-shadow:0 0 0 2px rgba(255,39,56,1),0 0 24px rgba(255,39,56,.9),0 0 50px rgba(239,68,68,.5),0 18px 46px rgba(15,23,42,.13)}}.v6334MiniAd.premium-card:not(.special-highlight){border-color:#a5b4fc!important;box-shadow:0 12px 34px rgba(79,70,229,.12)!important}@media(max-width:1040px){.tpGlobalSiteInner{grid-template-columns:minmax(0,1fr) auto 48px;padding:0 18px}.tpGlobalSiteLeft{gap:16px}.tpGlobalSiteLogo{width:160px}.tpGlobalSiteActions a{padding:0 12px}.tpGlobalSiteNav{display:none}}@media(max-width:720px){.tpGlobalSiteInner{height:64px;padding:0 14px}.tpGlobalSiteLogo{width:145px}.tpGlobalSiteActions a{display:none}}img[src="/talurio-logo-premium.png"]{box-sizing:border-box;background:rgba(255,255,255,.97);border:1px solid rgba(226,232,240,.88);border-radius:12px;padding:4px 8px;box-shadow:0 7px 20px rgba(2,6,23,.12);object-fit:contain}:root{--tl-gold-light:#F3D38B;--tl-gold-deep:#9B6A1C;--tl-night:#030A12;--tl-night-2:#07111D;--tl-night-3:#0A1724;--tl-ivory:#F6F1E4;--tl-muted:#9AA8B7}.tpGlobalSiteHeader{background:linear-gradient(90deg,rgba(2,8,15,.98),rgba(5,14,24,.98) 52%,rgba(7,17,29,.98))!important;box-shadow:0 12px 34px rgba(0,0,0,.28)!important}.tpGlobalSiteLogo{width:205px!important}.tpGlobalSiteLogo img{background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;box-shadow:none!important;filter:drop-shadow(0 6px 16px rgba(0,0,0,.26))}.tpGlobalSiteNav{background:rgba(255,255,255,.025)!important;border-color:rgba(214,168,79,.16)!important}.tpGlobalNavItem>button{color:#EAE4D8!important}.tpGlobalNavItem:hover>button,.tpGlobalNavItem>button:focus-visible{background:rgba(214,168,79,.09)!important;color:#F7DFAB!important}.tpGlobalSiteActions .primary{color:#140D03!important;background:linear-gradient(135deg,#F1D08A,#D6A84F 55%,#B57B27)!important;border:1px solid rgba(255,232,177,.45)!important;box-shadow:0 12px 28px rgba(184,126,35,.2)!important}.tpGlobalSiteActions .ghost{color:#EFE9DD!important;border-color:rgba(214,168,79,.24)!important;background:rgba(255,255,255,.025)!important}.tpGlobalNavDrop{box-shadow:0 28px 72px rgba(0,0,0,.46)!important}.tpGlobalNavDrop,.tpGlobalNavDrop:before{background:#07111D!important;border-color:rgba(214,168,79,.2)!important}.tpGlobalNavDrop a{color:#F1ECE2!important;border-bottom-color:rgba(214,168,79,.1)!important}.tpGlobalNavDrop a:hover{background:rgba(214,168,79,.07)!important}.tpGlobalNavDrop a>i{background:rgba(214,168,79,.08)!important;color:#E1B45C!important;border-color:rgba(214,168,79,.14)!important}.tpGlobalNavDrop span{color:#8D9AA7!important}.tpGlobalNavDrop em{color:#DDB25D!important}.v6Home{background:#030A12!important;color:#F5F0E6!important}.v6Top{isolation:isolate;background:radial-gradient(circle at 74% 42%,rgba(188,126,34,.09),transparent 25rem),radial-gradient(circle at 18% 5%,rgba(255,255,255,.025),transparent 18rem),linear-gradient(135deg,#02070D,#050D16 45%,#081421)!important;color:#F6F1E4!important;border-bottom:1px solid rgba(214,168,79,.14)}.v6Top:before{content:"";position:absolute;z-index:0;pointer-events:none;width:900px;height:570px;right:-180px;top:28px;border-radius:50%;border:1px solid rgba(230,181,85,.62);box-shadow:0 0 8px rgba(236,188,92,.6),0 0 32px rgba(196,130,35,.25),inset 0 0 20px rgba(232,180,75,.09);transform:rotate(-17deg);background:radial-gradient(circle at 22% 62%,rgba(255,221,143,.55) 0 1px,transparent 1.5px),radial-gradient(circle at 38% 48%,rgba(224,165,62,.35) 0 1px,transparent 1.5px),radial-gradient(circle at 55% 34%,rgba(255,224,153,.35) 0 1px,transparent 1.5px);background-size:47px 47px,61px 61px,79px 79px;opacity:.88}.v6Top:after{opacity:.42!important;background-image:radial-gradient(circle,rgba(224,177,84,.24) 0 1px,transparent 1.3px)!important;background-size:43px 43px!important;-webkit-mask-image:radial-gradient(circle at 78% 48%,#000 0,rgba(0,0,0,.92) 26%,transparent 63%)!important;mask-image:radial-gradient(circle at 78% 48%,#000 0,rgba(0,0,0,.92) 26%,transparent 63%)!important}.v6Hero{z-index:2!important}.v6Eyebrow{color:#D9AA50!important}.v6Eyebrow span{background:#D9AA50!important;box-shadow:0 0 0 7px rgba(217,170,80,.1),0 0 16px rgba(217,170,80,.3)!important}.v6Hero h1{color:#F7F2E8!important;text-shadow:0 2px 18px rgba(0,0,0,.18)}.v6Hero h1 em{background:linear-gradient(90deg,#F4D78F,#D7A84F 52%,#F0C978)!important}.v6HeroCopy>p{color:#AEB8C2!important}.tpHeroSearch{background:linear-gradient(180deg,rgba(14,23,34,.88),rgba(8,15,24,.9))!important;border-color:rgba(214,168,79,.2)!important;box-shadow:0 18px 44px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.035)!important}.tpHeroSearch>span{color:#D8A84D!important}.tpHeroSearch input{color:#F4EFE6!important}.tpHeroSearch input::placeholder{color:#84909E!important}.tpHeroSearch button{color:#150E04!important;background:linear-gradient(135deg,#F2D38D,#D5A64C 55%,#B77C27)!important;border:1px solid rgba(255,234,184,.4)!important;box-shadow:0 8px 22px rgba(187,127,35,.2)!important}.tpHeroSearch button:hover{color:#100B04!important;background:linear-gradient(135deg,#F7DFA6,#E0B55D 55%,#C88A2C)!important}.v6HeroPrimary{color:#160F05!important;background:linear-gradient(135deg,#F2D28C,#D5A64C 58%,#B97F29)!important;border:1px solid rgba(255,234,184,.38)!important;box-shadow:0 16px 36px rgba(183,123,33,.22)!important}.v6HeroSecondary,.v6HeroSell{color:#EEE8DD!important;background:rgba(255,255,255,.025)!important;border-color:rgba(214,168,79,.2)!important}.v6HeroSecondary:hover,.v6HeroSell:hover{color:#F4D487!important;background:rgba(214,168,79,.07)!important;border-color:rgba(214,168,79,.42)!important}.v6Proof strong{color:#F4EFE5!important}.v6Proof span{color:#8997A5!important}.v6Proof i{background:rgba(214,168,79,.19)!important}.v6334Market{background:radial-gradient(circle at 90% 0,rgba(189,126,34,.08),transparent 28rem),linear-gradient(145deg,#040B13,#07111D 55%,#091724)!important;color:#F5F0E6!important;padding-top:62px!important;padding-bottom:92px!important;overflow:hidden!important;border-top:1px solid rgba(214,168,79,.13)!important}.v6334Market:before{display:block!important;content:""!important;position:absolute!important;inset:0!important;pointer-events:none!important;background-image:radial-gradient(circle,rgba(214,168,79,.16) 0 1px,transparent 1.2px)!important;background-size:48px 48px!important;-webkit-mask-image:linear-gradient(90deg,transparent,#000 68%,transparent)!important;mask-image:linear-gradient(90deg,transparent,#000 68%,transparent)!important;opacity:.3!important}.v6334MarketHead span{color:#D9AA50!important}.v6334MarketHead h2{color:#F7F1E7!important}.v6334MarketHead p{color:#96A3B0!important}.v6334MarketActions a{background:rgba(255,255,255,.025)!important;border:1px solid rgba(214,168,79,.19)!important;color:#EEE8DE!important;box-shadow:none!important}.v6334MarketActions a:first-child{color:#130D04!important;background:linear-gradient(135deg,#F1D08A,#D5A64C 58%,#B67B26)!important;border-color:rgba(255,232,177,.34)!important;box-shadow:0 10px 25px rgba(183,123,31,.15)!important}.v6334MarketMeta span{background:rgba(255,255,255,.025)!important;border:1px solid rgba(214,168,79,.13)!important;color:#8896A4!important}.v6334MarketMeta i{background:#D8A84D!important;box-shadow:0 0 10px rgba(216,168,77,.3)}.v6334MiniAd{background:linear-gradient(155deg,#06101A,#0A1623 60%,#0C1B2A)!important;border-color:rgba(214,168,79,.12)!important;box-shadow:0 18px 42px rgba(0,0,0,.28)!important}.v6334MiniAd.sell{background:linear-gradient(155deg,#07111C,#0B1725 58%,#101D2B)!important}.v6334MiniAd:hover{border-color:rgba(222,176,84,.42)!important;box-shadow:0 24px 54px rgba(0,0,0,.38),0 0 26px rgba(178,118,28,.08)!important}.v6334MiniAd>header span{color:#DCC172!important}.v6334MiniAd>header span i{background:#D8A84D!important}.v6334MiniAd>header small{color:#8896A4!important}.v6334MiniAd>footer{border-top-color:rgba(214,168,79,.1)!important}.v6334MiniAd>footer b{color:#E0B65E!important}.v6334MiniAd>footer span{color:#82909E!important}.v6334MiniAd.buy:after{background:radial-gradient(circle,rgba(197,132,34,.18),transparent 70%)!important}.v6334MiniAd.premium-card:not(.special-highlight){border-color:rgba(229,184,92,.55)!important;box-shadow:0 14px 36px rgba(0,0,0,.3),0 0 24px rgba(193,129,31,.1)!important}.v6334MiniSkeleton{border-color:rgba(214,168,79,.1)!important;background:linear-gradient(90deg,#07111C,#0D1A29,#07111C)!important}.v6Footer{background:#02070D!important;border-top:1px solid rgba(214,168,79,.13)!important;color:#F4EFE6!important}.v6Footer>div:first-child img{background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;box-shadow:none!important}.v6Footer a,.v6Footer p{color:#82909D!important}.v6Footer a:hover{color:#DDB35D!important}.v6Footer b{color:#EADFCB!important}@media(max-width:1040px){.tpGlobalSiteLogo{width:174px!important}}@media(max-width:720px){.tpGlobalSiteLogo{width:152px!important}.v6Top:before{width:620px;height:430px;right:-360px;top:120px;opacity:.55}.v6334Market{padding-top:48px!important}}.v6Home{color:#0A1730!important}.v6Top{min-height:610px!important;padding-bottom:48px!important;background:radial-gradient(ellipse at 79% 50%,rgba(210,151,53,.12) 0,rgba(180,116,25,.055) 18%,transparent 43%),radial-gradient(circle at 13% 4%,rgba(255,255,255,.025),transparent 17rem),linear-gradient(118deg,#02070D,#050D15 46%,#07121E 73%,#030910)!important;border-bottom:1px solid rgba(207,157,65,.2)!important}.v6Top:before{display:block!important;z-index:0!important;width:980px!important;height:690px!important;right:-195px!important;top:16px!important;transform:rotate(-16deg)!important;background:transparent!important;border:1.4px solid rgba(244,199,107,.78)!important;box-shadow:0 0 6px rgba(255,211,124,.72),0 0 20px rgba(222,159,56,.32),0 0 46px rgba(184,113,22,.2),inset 0 0 18px rgba(237,181,79,.08)!important;opacity:.92!important}.v6Top:after{z-index:0!important;opacity:.38!important;background:radial-gradient(circle at 66% 46%,rgba(250,210,131,.65) 0 1px,transparent 1.5px),radial-gradient(circle at 75% 39%,rgba(221,157,54,.45) 0 1px,transparent 1.5px),radial-gradient(circle at 84% 52%,rgba(251,213,141,.42) 0 1px,transparent 1.5px)!important;background-size:57px 57px,73px 73px,91px 91px!important;-webkit-mask-image:radial-gradient(ellipse at 78% 48%,#000 0,rgba(0,0,0,.95) 24%,transparent 58%)!important;mask-image:radial-gradient(ellipse at 78% 48%,#000 0,rgba(0,0,0,.95) 24%,transparent 58%)!important}.v6Header,.v6Header.compact{position:relative!important;z-index:8!important;background:rgba(2,8,14,.68)!important;border-bottom:1px solid rgba(213,163,72,.16)!important;box-shadow:none!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important}.v6Logo img{background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;box-shadow:none!important;filter:drop-shadow(0 8px 18px rgba(0,0,0,.28))!important}.v6341Menu{background:rgba(255,255,255,.018)!important;border:1px solid rgba(213,163,72,.16)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important}.v6341MenuItem>button{color:#F4EEE4!important}.v6341MenuItem:focus-within>button,.v6341MenuItem:hover>button{color:#EAC46F!important;background:rgba(213,163,72,.07)!important}.v6Login{color:#F4EEE5!important;border-color:rgba(213,163,72,.23)!important;background:rgba(255,255,255,.018)!important}.v6Cta,.v6HeaderActions .v6Cta{color:#171006!important;background:linear-gradient(135deg,#F5D999,#DCAA4F 58%,#BA7D27)!important;border-color:rgba(255,234,183,.38)!important;box-shadow:0 10px 26px rgba(181,119,28,.18)!important}.v6Hero{max-width:1320px!important;padding:48px 32px 20px!important;grid-template-columns:minmax(0,1.04fr) minmax(430px,.96fr)!important;gap:66px!important}.v6HeroCopy{max-width:660px!important}.v6Eyebrow{color:#DCAE54!important;letter-spacing:.18em!important}.v6Hero h1{margin:16px 0!important;color:#F6F1E8!important;text-shadow:0 2px 18px rgba(0,0,0,.24)!important}.v6Hero h1 em{background:linear-gradient(90deg,#F6DB9A,#D7A64D 53%,#F0C77A)!important}.v6HeroCopy>p{max-width:570px!important;color:#AFB8C1!important}.tpHeroSearchWrap{max-width:590px!important}.tpHeroSearch{min-height:56px!important;background:linear-gradient(180deg,rgba(15,24,34,.89),rgba(7,14,22,.92))!important;border:1px solid rgba(215,167,77,.19)!important;border-radius:14px!important;box-shadow:0 18px 42px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.035)!important}.tpHeroSearch button{min-width:142px!important;border-radius:11px!important;background:linear-gradient(135deg,#F4D794,#D5A348 58%,#B87925)!important;color:#160F06!important}.v6HeroActions{flex-wrap:wrap!important}.v6HeroPrimary,.v6HeroSecondary,.v6HeroSell{min-height:46px!important;border-radius:12px!important;padding:0 18px!important}.v6HeroPrimary{background:linear-gradient(135deg,#F3D590,#D3A047 58%,#B67924)!important;color:#160E05!important;box-shadow:0 14px 30px rgba(181,119,28,.18)!important}.v6HeroSecondary,.v6HeroSell{background:rgba(255,255,255,.018)!important;color:#F1EBE2!important;border:1px solid rgba(213,163,72,.18)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important}.v6LuxuryStats{width:min(100%,460px)!important;display:grid!important;border-radius:16px!important;background:linear-gradient(145deg,rgba(13,22,31,.8),rgba(8,15,22,.72))!important;border:1px solid rgba(213,163,72,.16)!important;box-shadow:0 24px 60px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.035)!important}.v6LuxuryStats>div{min-height:112px!important;padding:18px 16px!important;display:grid!important;grid-template-columns:30px 1fr!important;grid-template-rows:auto auto!important;align-content:center!important;grid-column-gap:9px!important;column-gap:9px!important;border-right:1px solid rgba(213,163,72,.11)!important}.v6LuxuryStats>div:last-child{border-right:0!important}.v6LuxuryStatIcon{grid-row:1/3!important;width:28px!important;height:28px!important;border-radius:9px!important;display:grid!important;place-items:center!important;color:#E2B65D!important;border:1px solid rgba(221,176,88,.19)!important;background:rgba(215,163,72,.055)!important;font-size:13px!important}.v6LuxuryStats strong{font-size:20px!important;line-height:1!important;color:#F6F1E7!important;white-space:nowrap!important}.v6LuxuryStats small{font-size:10px!important;line-height:1.25!important;color:#929EAA!important;white-space:nowrap!important}.v6334Market{position:relative!important;padding-top:44px!important;padding-bottom:88px!important;overflow:visible!important;border-top:1px solid #e9e2d7!important;box-shadow:inset 0 1px 0 rgba(255,255,255,1)!important}.v6334MarketHead{margin-bottom:16px!important}.v6334MarketHead h2{color:#0A1730!important;font-size:34px!important;letter-spacing:-1.4px!important}.v6334MarketHead p{color:#6B7482!important}.v6334MarketActions a{background:#fff!important;border:1px solid #ded8cf!important;color:#111827!important;box-shadow:0 7px 18px rgba(15,23,42,.04)!important}.v6334MarketActions a:first-child{background:#071321!important;border-color:#071321!important;box-shadow:0 9px 22px rgba(7,19,33,.12)!important}.v6334MarketMeta span{border:1px solid #e6e1d8!important;color:#7A8290!important;box-shadow:none!important}.v6334MarketMeta i{background:#D2A34D!important;box-shadow:0 0 8px rgba(210,163,77,.24)!important}.v6334MiniAd,.v6334MiniAd.sell{background:linear-gradient(180deg,#FFFFFF,#FBFAF7)!important;border:1px solid #e6e0d6!important;box-shadow:0 13px 30px rgba(15,23,42,.08)!important}.v6334MiniAd:hover{transform:translateY(-4px)!important;border-color:#D9B36A!important;box-shadow:0 20px 42px rgba(15,23,42,.11),0 0 0 1px rgba(211,162,73,.1)!important}.v6334MiniAd>header span{color:#987028!important}.v6334MiniAd>header span i{background:#D5A64C!important}.v6334MiniAd>header small{color:#8A919B!important}.v6334MiniCat{color:#A47626!important}.v6334MiniBody h3{color:#0A1730!important}.v6334MiniBody p{color:#707887!important}.v6334MiniPrice{background:#F7F4EE!important;border-color:#EAE3D7!important}.v6334MiniPrice small{color:#8A919B!important}.v6334MiniPrice strong{color:#0A1730!important}.v6334MiniAd>footer{border-top-color:#ECE7DF!important}.v6334MiniAd>footer span{color:#838B97!important}.v6334MiniAd>footer b{color:#9B722A!important}.v6334MiniAd.buy:after{background:radial-gradient(circle,rgba(211,163,73,.1),transparent 70%)!important}.v6334MiniAd.premium-card:not(.special-highlight){border-color:#D5B16B!important;box-shadow:0 14px 34px rgba(15,23,42,.08),0 0 0 1px rgba(210,163,73,.08)!important}.v6334MiniSkeleton{border-color:#E6E0D6!important;background:linear-gradient(90deg,#FAF8F4,#F1ECE3,#FAF8F4)!important}@media(max-width:1100px){.v6Top{min-height:auto!important}.v6Hero{grid-template-columns:1fr!important;gap:30px!important;align-items:start!important}.v6LuxuryStats{justify-self:start!important;width:min(100%,620px)!important}}@media(max-width:720px){.v6Hero{padding:36px 18px 12px!important;gap:24px!important}.v6Hero h1{font-size:46px!important;letter-spacing:-2.4px!important}.v6LuxuryStats{grid-template-columns:1fr!important}.v6LuxuryStats>div{min-height:72px!important;border-right:0!important;border-bottom:1px solid rgba(213,163,72,.11)!important}.v6LuxuryStats>div:last-child{border-bottom:0!important}.v6334Market{padding-top:38px!important;padding-left:18px!important;padding-right:18px!important}}.tpAuthCheck{position:relative;grid-template-columns:24px minmax(0,1fr)!important;grid-gap:12px!important;gap:12px!important;padding:2px 0}.tpAuthCheck input{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:22px!important;height:22px!important;margin:1px 0 0!important;border:2px solid #94a3b8;border-radius:7px;background:#fff;display:grid;place-items:center;flex:0 0 auto;transition:.16s ease}.tpAuthCheck input:checked{background:linear-gradient(135deg,#C9973E,#E7C071);border-color:#C9973E;box-shadow:0 4px 14px rgba(201,151,62,.22)}.tpAuthCheck input:checked:after{content:"✓";font-size:14px;line-height:1;color:#07111F;font-weight:950}.tpAuthCheck span{display:block!important;min-width:0;font-size:13px!important;line-height:1.55!important;color:#58677F!important;font-weight:650!important}.tpAuthCheck a{color:#173A6A!important;text-decoration:none}.tpAuthCheck a:hover{text-decoration:underline}.tpConsentError{margin-top:-2px}@media(max-width:640px){.tpAuthForm{gap:15px}.tpAuthCheck{grid-template-columns:25px minmax(0,1fr)!important;gap:11px!important;padding:4px 0}.tpAuthCheck input{width:23px!important;height:23px!important;border-radius:7px}.tpAuthCheck span{font-size:13px!important;line-height:1.5!important;padding-top:1px}}:root{--tl-gold:#D6A84F;--tl-gold-soft:#F2CF83;--tl-gold-dark:#A66B1C;--tl-ink:#02070C;--tl-ink2:#06101A}.tpGlobalSiteHeader{background:rgba(2,8,14,.985)!important;border-bottom:1px solid rgba(214,168,79,.18)!important;box-shadow:0 8px 28px rgba(0,0,0,.34)!important}.tpGlobalSiteInner{max-width:1500px!important;height:78px!important;grid-template-columns:minmax(0,1fr) auto auto!important;gap:14px!important;padding:0 30px!important}.tpGlobalSiteLeft{gap:30px!important}.tpGlobalSiteNav{border-color:rgba(214,168,79,.22)!important;background:rgba(255,255,255,.018)!important;padding:4px 7px!important}.tpGlobalNavItem>button{min-height:40px!important;padding:0 18px!important;font-size:12px!important;color:#F1EDE5!important}.tpGlobalSiteActions{grid-column:2!important;gap:12px!important}.tpGlobalSiteActions a{min-height:46px!important;padding:0 18px!important;border-radius:12px!important}.tpGlobalSiteActions .primary{background:linear-gradient(135deg,#F5D58A,#E0AA45 60%,#BE7D24)!important;color:#130D05!important;box-shadow:0 10px 25px rgba(196,128,31,.18)!important}.tpGlobalSiteActions .ghost{border-color:rgba(214,168,79,.3)!important;color:#F5F0E8!important;background:rgba(255,255,255,.015)!important}.tpGlobalJoin svg{width:17px;height:17px;color:#160E05}.tpGlobalSiteInner>.tpGlobalAccountHost{grid-column:3!important}.tpGlobalAccountTrigger{width:124px!important;height:48px!important;border-radius:13px!important;padding:0 14px!important;justify-content:flex-start!important;background:rgba(4,12,19,.82)!important;border:1px solid rgba(222,169,70,.72)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 10px 26px rgba(0,0,0,.24)!important;color:#F5F0E8!important;filter:none!important;transform:none!important}.tpGlobalAccount.open .tpGlobalAccountTrigger,.tpGlobalAccountTrigger:hover{background:rgba(10,19,28,.94)!important;border-color:#E2AD4D!important;box-shadow:0 0 0 1px rgba(226,173,77,.18),0 12px 30px rgba(0,0,0,.3)!important}.tpGlobalAccountTrigger>.tpGlobalAccountInitial{font-size:14px!important;font-weight:950!important}.tpGlobalAccountTrigger>i{color:#D9A444!important;opacity:1!important;margin-left:1px!important}.tpGlobalAccountUserGlyph{margin-left:auto;width:32px;height:32px;display:grid!important;place-items:center;border-left:1px solid rgba(214,168,79,.18);padding-left:10px;color:#DDAA48}.tpGlobalAccountUserGlyph svg{width:19px;height:19px}.tpGlobalMobileDrawer,.tpGlobalMobileMenuBtn,.tpGlobalMobileUser{display:none}.v6Home{background:#fff!important}.v6Top{min-height:570px!important;padding-bottom:20px!important;background-image:linear-gradient(90deg,rgba(2,7,12,.99),rgba(2,8,14,.96) 42%,rgba(3,9,15,.84) 66%,rgba(3,9,15,.56)),url(/talurio-gold-flow.svg)!important;background-size:100% 100%,auto 100%!important;border-bottom:1px solid rgba(214,168,79,.16)!important}.v6Top:before{inset:auto -8% -24% 34%!important;width:74%!important;height:76%!important;border-radius:50%!important;background:radial-gradient(ellipse,rgba(219,151,43,.12),rgba(219,151,43,.035) 36%,transparent 70%)!important;box-shadow:none!important}.v6Top:after{background:radial-gradient(circle at 74% 52%,rgba(255,207,105,.08),transparent 24%),linear-gradient(180deg,transparent 72%,rgba(0,0,0,.13))!important;-webkit-mask-image:none!important;mask-image:none!important}.v6Hero{max-width:1380px!important;padding:54px 36px 30px!important;grid-template-columns:minmax(0,.96fr) minmax(470px,1.04fr)!important;z-index:3!important}.v6HeroCopy{max-width:650px!important}.v6Eyebrow{color:#D9A746!important}.v6Eyebrow>span{background:#E2AD4D!important;box-shadow:0 0 0 7px rgba(226,173,77,.1),0 0 18px rgba(226,173,77,.25)!important}.v6Hero h1{font-size:58px!important;line-height:1!important;letter-spacing:-3.1px!important;color:#F7F3EC!important;margin:17px 0!important}.v6Hero h1 em{background:linear-gradient(105deg,#F1CF84,#D59D3A 55%,#E5B658)!important}.v6HeroCopy>p{line-height:1.65!important;color:#C4CBD2!important;max-width:600px!important}.tpHeroSearchWrap{max-width:610px!important;margin-top:20px!important}.tpHeroSearch{min-height:58px!important;border-color:rgba(217,164,69,.45)!important;background:linear-gradient(180deg,rgba(9,18,27,.88),rgba(4,11,18,.92))!important;box-shadow:0 16px 40px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.035)!important}.tpHeroSearch button{min-width:154px!important;border-radius:10px!important;background:linear-gradient(135deg,#F3D58F,#D99F38 64%,#BE7B22)!important}.v6HeroActions{display:flex!important}.v6HeroPrimary,.v6HeroSecondary,.v6HeroSell{min-height:48px!important;padding:0 20px!important}.v6HeroPrimary{background:linear-gradient(135deg,#F4D58A,#DCA442 62%,#BD7921)!important;color:#130D05!important;border:1px solid rgba(255,224,151,.3)!important}.v6HeroSecondary,.v6HeroSell{background:rgba(3,10,16,.52)!important;color:#F6F1E8!important;border:1px solid rgba(213,163,72,.34)!important}.v6LuxuryStats{width:min(100%,500px)!important;background:linear-gradient(135deg,rgba(8,15,22,.9),rgba(12,19,26,.84))!important;border:1px solid rgba(219,168,74,.55)!important;box-shadow:0 22px 58px rgba(0,0,0,.34),0 0 30px rgba(204,134,30,.08),inset 0 1px 0 rgba(255,255,255,.04)!important;position:relative!important}.v6LuxuryStats:before{content:"";position:absolute;left:15%;right:12%;top:-1px;height:1px;background:linear-gradient(90deg,transparent,#F0C56B,transparent);box-shadow:0 0 12px #E7AF4A}.v6LuxuryStats:after{content:"";position:absolute;left:22%;right:20%;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,#E9B450,transparent);box-shadow:0 0 13px rgba(233,180,80,.8)}.v6LuxuryStats>div{min-height:126px!important;padding:20px 18px!important;grid-template-columns:36px 1fr!important;column-gap:10px!important;border-right:1px solid rgba(218,168,76,.18)!important}.v6LuxuryStatIcon{width:34px!important;height:34px!important;border-color:rgba(221,171,80,.52)!important;color:#E2AB45!important;background:rgba(224,171,72,.035)!important;font-size:15px!important}.v6LuxuryStats strong{font-size:24px!important;color:#F7F2EA!important}.v6LuxuryStats small{color:#ABB3BB!important}.v6334Market{background:#fff!important;color:#071322!important;padding-top:48px!important;padding-bottom:90px!important;border-top:0!important}.v6334MarketHead{max-width:1340px!important;margin-left:auto!important;margin-right:auto!important}.v6334MarketHead span{color:#B97A21!important}.v6334MarketHead h2{letter-spacing:-1.45px!important;color:#071322!important}.v6334MarketHead p{color:#697386!important}.v6334CardGrid,.v6334MarketMeta{max-width:1340px!important;margin-left:auto!important;margin-right:auto!important}.v6334MarketMeta span{border-color:#E6DED2!important;color:#6D7685!important}.v6334MarketActions a:first-child{background:#03101C!important;color:#fff!important;border-color:#03101C!important}.v6334MarketActions a:last-child{background:#fff!important;color:#111827!important;border-color:#E2D9CD!important}@media(max-width:1040px){.tpGlobalSiteInner{grid-template-columns:minmax(0,1fr) auto auto!important;padding:0 18px!important}.tpGlobalSiteLogo{width:185px!important}.tpGlobalSiteNav{display:none!important}.tpGlobalSiteActions a{padding:0 13px!important}.v6Hero{grid-template-columns:minmax(0,1fr) minmax(390px,.9fr)!important;gap:36px!important;padding-left:26px!important;padding-right:26px!important}.v6Hero h1{font-size:52px!important}.v6LuxuryStats{width:100%!important}}@media(max-width:720px){.tpGlobalSiteInner{height:78px!important;padding:0 18px!important;grid-template-columns:minmax(0,1fr) auto auto!important;gap:10px!important}.tpGlobalSiteLogo{width:190px!important}.tpGlobalSiteActions{display:none!important}.tpGlobalSiteInner>.tpGlobalAccountHost{grid-column:2!important;grid-row:1!important}.tpGlobalMobileUser{grid-column:2;grid-row:1;width:56px;height:52px;border:1px solid rgba(222,169,70,.7);border-radius:14px;display:grid;place-items:center;color:#DDAA48;background:rgba(4,12,19,.82)}.tpGlobalMobileUser svg{width:23px;height:23px}.tpGlobalMobileMenuBtn{grid-column:3;grid-row:1;width:56px;height:52px;border:1px solid rgba(214,168,79,.25);border-radius:14px;display:grid;place-items:center;color:#F5F0E8;background:rgba(4,12,19,.78);cursor:pointer}.tpGlobalMobileMenuBtn svg{width:27px;height:27px}.tpGlobalAccountTrigger{width:100px!important;height:52px!important;border-radius:14px!important;padding:0 16px!important}.tpGlobalAccountUserGlyph{display:none!important}.tpGlobalAccountTrigger>.tpGlobalAccountInitial{font-size:17px!important}.tpGlobalAccountTrigger>i{margin-left:auto!important;font-size:15px!important}.tpGlobalMobileDrawer{position:absolute;left:12px;right:12px;top:calc(100% + 8px);z-index:300;max-height:calc(100vh - 96px);overflow:auto;padding:14px;border-radius:18px;background:rgba(3,10,17,.985);border:1px solid rgba(214,168,79,.28);box-shadow:0 28px 70px rgba(0,0,0,.55);display:none}.tpGlobalMobileDrawer.open{display:grid;grid-gap:5px;gap:5px}.tpGlobalMobileDrawer>strong{margin:12px 8px 4px;color:#D9A746;font-size:10px;letter-spacing:.16em}.tpGlobalMobileDrawer>a{min-height:46px;padding:0 12px;border-radius:11px;display:flex;align-items:center;justify-content:space-between;color:#EFEAE2;border:1px solid rgba(214,168,79,.1);background:rgba(255,255,255,.015);font-size:12px;font-weight:800}.tpGlobalMobileDrawerActions{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-bottom:2px}.tpGlobalMobileDrawerActions a{min-height:44px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(135deg,#F3D58A,#D79D39);color:#140D04;font-size:12px;font-weight:900}.tpGlobalMobileDrawerActions a:first-child{background:rgba(255,255,255,.025);color:#F4EEE5;border:1px solid rgba(214,168,79,.22)}.v6Top{min-height:auto!important;padding-bottom:0!important;background-image:linear-gradient(90deg,rgba(2,7,12,.99),rgba(2,8,14,.91) 54%,rgba(3,9,15,.55)),url(/talurio-gold-flow.svg)!important;background-size:100% 100%,auto 100%!important;background-position:50%,58%!important}.v6Top:before{inset:8% -60% auto 10%!important;width:130%!important;height:72%!important;opacity:.8!important}.v6Hero{display:grid!important;grid-template-columns:1fr!important;grid-gap:26px!important;gap:26px!important;padding:36px 22px 34px!important}.v6HeroCopy{max-width:none!important}.v6Eyebrow{font-size:10px!important;letter-spacing:.16em!important}.v6Hero h1{font-size:48px!important;line-height:.98!important;letter-spacing:-2.6px!important;margin:20px 0 18px!important}.v6HeroCopy>p{font-size:15px!important;line-height:1.55!important;color:#D0D5DA!important;max-width:92%!important}.tpHeroSearchWrap{max-width:none!important}.tpHeroSearch{min-height:60px!important}.tpHeroSearch button{min-width:140px!important}.v6HeroActions{display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:10px!important;gap:10px!important}.v6HeroPrimary,.v6HeroSecondary,.v6HeroSell{width:100%!important;justify-content:center!important;min-height:56px!important;padding:0 12px!important}.v6HeroSecondary{grid-column:1!important}.v6LuxuryStats{width:100%!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;border-radius:16px!important;justify-self:stretch!important}.v6LuxuryStats>div{min-height:106px!important;padding:15px 8px!important;grid-template-columns:1fr!important;grid-template-rows:34px auto auto!important;justify-items:center!important;text-align:center!important;row-gap:4px!important;border-right:1px solid rgba(218,168,76,.16)!important;border-bottom:0!important}.v6LuxuryStats>div:last-child{border-right:0!important}.v6LuxuryStatIcon{grid-row:auto!important}.v6LuxuryStats strong{font-size:20px!important}.v6LuxuryStats small{font-size:9.5px!important;white-space:normal!important}.v6334Market{padding:40px 18px 72px!important}.v6334MarketHead{display:block!important}.v6334MarketHead h2{font-size:31px!important;line-height:1.08!important}.v6334MarketActions{margin-top:20px!important;display:grid!important;grid-template-columns:1fr 1fr!important}.v6334MarketActions a{justify-content:center!important}.v6334MarketMeta{overflow-x:auto!important;flex-wrap:nowrap!important;padding-bottom:4px!important}.v6334MarketMeta span{white-space:nowrap!important}.v6334CardGrid{grid-template-columns:1fr!important}.v6334MiniAd{min-height:0!important}}@media(max-width:430px){.tpGlobalSiteInner{padding:0 14px!important}.tpGlobalSiteLogo{width:170px!important}.tpGlobalAccountTrigger{width:92px!important}.tpGlobalMobileMenuBtn,.tpGlobalMobileUser{width:52px;height:50px}.v6Hero{padding-left:18px!important;padding-right:18px!important}.v6Hero h1{font-size:44px!important}.v6HeroCopy>p{max-width:100%!important}.tpHeroSearch{grid-template-columns:1fr 136px!important}.tpHeroSearch input{font-size:12px!important}.v6HeroActions{grid-template-columns:1fr 1fr!important}.v6LuxuryStats strong{font-size:18px!important}.v6LuxuryStats small{font-size:9px!important}}.v6Top{background-image:linear-gradient(90deg,rgba(2,7,12,.995),rgba(2,8,14,.96) 34%,rgba(2,8,14,.76) 56%,rgba(2,8,14,.3) 78%,rgba(2,8,14,.12)),url(/talurio-gold-flow.svg)!important;background-size:100% 100%,auto 112%!important;background-position:50%,76%!important}.v6Top:before{inset:auto -5% -30% 30%!important;width:82%!important;height:86%!important;background:radial-gradient(ellipse,rgba(242,174,61,.28),rgba(211,137,25,.11) 31%,rgba(183,109,11,.035) 51%,transparent 72%)!important;filter:blur(10px)!important}.v6Top:after{background:radial-gradient(circle at 78% 41%,rgba(255,222,139,.19),transparent 16%),radial-gradient(circle at 68% 72%,rgba(231,158,41,.14),transparent 22%),linear-gradient(180deg,transparent 76%,rgba(0,0,0,.08))!important}.v6LuxuryStats{border-color:rgba(236,183,82,.76)!important;box-shadow:0 28px 70px rgba(0,0,0,.46),0 0 42px rgba(225,151,40,.16),inset 0 1px 0 rgba(255,255,255,.055)!important}.v6LuxuryStats:before{height:2px!important;box-shadow:0 0 20px #FFD67F,0 0 34px rgba(240,176,62,.56)!important}.v6LuxuryStats:after{height:2px!important;box-shadow:0 0 18px #F1BA58,0 0 30px rgba(240,176,62,.48)!important}.v6Eyebrow>span{box-shadow:0 0 0 7px rgba(226,173,77,.13),0 0 24px rgba(255,193,77,.42)!important}.tpHeroSearch{border-color:rgba(233,180,79,.64)!important;box-shadow:0 18px 44px rgba(0,0,0,.36),0 0 22px rgba(213,142,33,.08),inset 0 1px 0 rgba(255,255,255,.04)!important}.v6HeroPrimary{box-shadow:0 10px 28px rgba(220,150,42,.22),inset 0 1px 0 rgba(255,244,206,.32)!important}@media(max-width:720px){.v6Top{background-image:linear-gradient(90deg,rgba(2,7,12,.995),rgba(2,8,14,.9) 38%,rgba(2,8,14,.48) 68%,rgba(2,8,14,.14)),url(/talurio-gold-flow.svg)!important;background-size:100% 100%,auto 112%!important;background-position:50%,63%!important}.v6Top:before{inset:17% -84% auto 4%!important;width:170%!important;height:78%!important;opacity:1!important;filter:blur(8px)!important}.v6Top:after{background:radial-gradient(circle at 84% 36%,rgba(255,221,138,.18),transparent 18%),radial-gradient(circle at 80% 70%,rgba(227,151,37,.16),transparent 24%)!important}.v6Hero{padding-top:34px!important;padding-bottom:32px!important}.v6LuxuryStats{box-shadow:0 24px 54px rgba(0,0,0,.44),0 0 34px rgba(218,143,28,.15),inset 0 1px 0 rgba(255,255,255,.045)!important}}@media(max-width:430px){.v6Top{background-size:100% 100%,auto 118%!important;background-position:50%,60% 48%!important}}.tpGlobalSiteInner{max-width:none!important;width:100%!important;padding-left:52px!important;padding-right:52px!important}.tpGlobalSiteLogo{width:220px!important}.v6Top{min-height:566px!important}.v6Top:before{border:0!important;border-radius:0!important;background:url(/talurio-reference-gold-desktop.png) 50%/100% 100% no-repeat!important;filter:saturate(1.12) brightness(1.08) contrast(1.04)!important}.v6Top:after{background:linear-gradient(90deg,rgba(2,7,12,.2),rgba(2,7,12,.08) 34%,transparent 60%),radial-gradient(circle at 76% 44%,rgba(255,201,91,.08),transparent 24%),linear-gradient(180deg,rgba(0,0,0,.04),transparent 20%,transparent 86%,rgba(0,0,0,.1))!important}.v6Hero{padding:52px 20px 38px!important;grid-template-columns:minmax(0,620px) minmax(560px,1fr)!important;gap:72px!important;position:relative!important;z-index:4!important}.v6HeroCopy{max-width:680px!important}.v6Eyebrow{font-size:11px!important;letter-spacing:.2em!important;color:#E1AE4B!important}.v6Hero h1{line-height:.98!important;letter-spacing:-3.4px!important;margin:18px 0!important}.v6Hero h1 em{background:linear-gradient(105deg,#F0CE83,#D79E39 58%,#E7B858)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important}.v6HeroCopy>p{max-width:620px!important;color:#C7CDD3!important}.tpHeroSearchWrap{max-width:680px!important}.tpHeroSearch{min-height:62px!important;border-radius:13px!important;border-color:rgba(221,166,64,.48)!important}.v6HeroActions{margin-top:18px!important;gap:12px!important}.v6HeroPrimary,.v6HeroSecondary,.v6HeroSell{min-height:52px!important;border-radius:11px!important;padding-left:22px!important;padding-right:22px!important}.v6HeroPrimary{box-shadow:0 14px 34px rgba(221,151,42,.27),inset 0 1px 0 rgba(255,244,207,.35)!important}.v6LuxuryStats{width:600px!important;max-width:100%!important;justify-self:end!important;align-self:center!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;border-radius:18px!important;background:linear-gradient(135deg,rgba(5,12,18,.93),rgba(12,18,24,.88))!important;border:1px solid rgba(227,174,75,.66)!important;box-shadow:0 28px 72px rgba(0,0,0,.46),0 0 34px rgba(227,153,39,.12),inset 0 1px 0 rgba(255,255,255,.045)!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;overflow:hidden!important}.v6LuxuryStats>div{min-height:140px!important;padding:24px 22px!important;grid-template-columns:40px 1fr!important;column-gap:12px!important;border-right:1px solid rgba(218,168,76,.19)!important}.v6LuxuryStatIcon{width:38px!important;height:38px!important;border-radius:50%!important;color:#E2AA40!important;border-color:rgba(229,176,76,.48)!important}.v6LuxuryStats strong{font-size:27px!important}.v6LuxuryStats small{font-size:11px!important;color:#A8B0B8!important}.v6LuxuryStats:after,.v6LuxuryStats:before{height:1px!important}.v6LuxuryStats:before{left:16%!important;right:12%!important;box-shadow:0 0 18px #FFD77E,0 0 32px rgba(244,182,67,.48)!important}.v6LuxuryStats:after{left:25%!important;right:18%!important;box-shadow:0 0 16px #F3BC59,0 0 28px rgba(240,176,62,.42)!important}.v6334Market{padding-left:0!important;padding-right:0!important;padding-top:46px!important}.v6334CardGrid,.v6334MarketHead,.v6334MarketMeta{max-width:1450px!important;width:calc(100% - 48px)!important;margin-left:auto!important;margin-right:auto!important}.v6334MarketHead h2{font-size:36px!important}@media(max-width:1180px){.tpGlobalSiteInner{padding-left:24px!important;padding-right:24px!important}.v6Hero{grid-template-columns:minmax(0,1fr) minmax(430px,.92fr)!important;gap:34px!important;padding-left:26px!important;padding-right:26px!important}.v6LuxuryStats{width:100%!important}}@media(max-width:720px){.tpGlobalSiteInner{padding-left:18px!important;padding-right:18px!important}.tpGlobalSiteLogo{width:190px!important}.v6Top{min-height:auto!important;background:#02070C!important;background-image:none!important}.v6Top:before{background:url(/talurio-reference-gold-mobile.png) 50%/100% 100% no-repeat!important;opacity:1!important;filter:saturate(1.14) brightness(1.08) contrast(1.04)!important}.v6Top:after{background:linear-gradient(90deg,rgba(2,7,12,.16),transparent 56%),linear-gradient(180deg,transparent 88%,rgba(0,0,0,.12))!important}.v6Hero{grid-template-columns:1fr!important;gap:24px!important;padding:34px 22px!important}.v6Hero h1{font-size:50px!important;line-height:.98!important;letter-spacing:-2.8px!important;margin:20px 0 18px!important}.v6HeroCopy>p{font-size:15px!important;line-height:1.56!important;max-width:94%!important}.tpHeroSearchWrap{max-width:none!important}.tpHeroSearch{min-height:62px!important}.tpHeroSearch button{min-width:145px!important}.v6HeroActions{display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:10px!important;gap:10px!important}.v6HeroPrimary,.v6HeroSecondary,.v6HeroSell{width:100%!important;min-height:58px!important;justify-content:center!important}.v6HeroSecondary{grid-column:1!important}.v6LuxuryStats{width:100%!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;border-radius:16px!important}.v6LuxuryStats>div{min-height:112px!important;padding:16px 8px!important;grid-template-columns:1fr!important;grid-template-rows:36px auto auto!important;justify-items:center!important;text-align:center!important;row-gap:4px!important;border-right:1px solid rgba(218,168,76,.18)!important;border-bottom:0!important}.v6LuxuryStatIcon{grid-row:auto!important;width:34px!important;height:34px!important}.v6LuxuryStats strong{font-size:21px!important}.v6LuxuryStats small{font-size:9.5px!important;white-space:normal!important}.v6334CardGrid,.v6334MarketHead,.v6334MarketMeta{width:100%!important}}@media(max-width:430px){.tpGlobalSiteInner{padding-left:14px!important;padding-right:14px!important}.tpGlobalSiteLogo{width:170px!important}.v6Hero{padding-left:18px!important;padding-right:18px!important}.v6Hero h1{font-size:46px!important;letter-spacing:-2.5px!important}.tpHeroSearch{grid-template-columns:1fr 138px!important}.tpHeroSearch input{font-size:12px!important}.v6LuxuryStats strong{font-size:19px!important}}.v6Top:before{background:url(/talurio-reference-gold-exact-desktop.png) 50%/100% 100% no-repeat!important}.v6Top:after{background:linear-gradient(90deg,rgba(2,7,12,.1),rgba(2,7,12,.02) 40%,transparent 62%)!important}.v6Hero{max-width:1400px!important;padding-top:48px!important;padding-bottom:38px!important}.v6LuxuryStats{background:linear-gradient(135deg,rgba(5,11,17,.96),rgba(10,15,20,.91))!important;border-color:rgba(229,175,73,.72)!important;box-shadow:0 30px 80px rgba(0,0,0,.5),0 0 42px rgba(236,169,55,.16),inset 0 1px 0 rgba(255,255,255,.05)!important}.v6LuxuryStats:before{box-shadow:0 0 20px #FFD77E,0 0 38px rgba(244,182,67,.55)!important}.v6LuxuryStats:after{box-shadow:0 0 18px #F3BC59,0 0 34px rgba(240,176,62,.5)!important}@media(max-width:720px){.v6Top:before{background:url(/talurio-reference-gold-exact-mobile.png) top/100% 100% no-repeat!important;opacity:1!important;filter:none!important}.v6Top:after{background:linear-gradient(90deg,rgba(2,7,12,.08),transparent 62%)!important}.v6Hero{padding-top:34px!important;padding-bottom:34px!important}}@media(min-width:1181px){.v6LuxuryStats{width:720px!important;max-width:none!important;min-height:168px!important;justify-self:start!important;align-self:center!important;transform:translateY(8px)!important;border-radius:20px!important;background:linear-gradient(135deg,rgba(5,11,17,.955),rgba(10,16,22,.925) 58%,rgba(8,13,19,.95))!important;border:1px solid rgba(241,188,82,.92)!important;box-shadow:0 0 0 1px rgba(255,220,145,.1),0 0 16px rgba(255,199,91,.48),0 0 44px rgba(229,154,41,.28),0 26px 70px rgba(0,0,0,.46),inset 0 1px 0 rgba(255,244,211,.13),inset 0 -1px 0 rgba(222,154,42,.1)!important;filter:drop-shadow(0 0 12px rgba(237,170,55,.22))!important;overflow:hidden!important}.v6LuxuryStats>div{min-height:166px!important;padding:28px 24px!important;grid-template-columns:42px 1fr!important;column-gap:13px!important;border-right:1px solid rgba(229,177,79,.22)!important}.v6LuxuryStatIcon{width:40px!important;height:40px!important;border-color:rgba(241,188,82,.72)!important;color:#E6B249!important;background:radial-gradient(circle at 38% 30%,rgba(242,190,86,.1),rgba(219,156,48,.025) 65%)!important;box-shadow:0 0 14px rgba(229,167,61,.13)!important}.v6LuxuryStats strong{font-size:29px!important;letter-spacing:-.45px!important}.v6LuxuryStats small{font-size:11px!important;color:#B4BBC2!important}.v6LuxuryStats:before{left:8%!important;right:7%!important;top:-1px!important;height:2px!important;background:linear-gradient(90deg,transparent,rgba(255,218,135,.35) 12%,#FFD77E 48%,rgba(255,218,135,.42) 82%,transparent)!important;box-shadow:0 0 12px #FFD77E,0 0 28px rgba(244,182,67,.78),0 0 52px rgba(232,153,38,.36)!important}.v6LuxuryStats:after{left:17%!important;right:14%!important;bottom:-1px!important;height:2px!important;background:linear-gradient(90deg,transparent,rgba(246,194,91,.26) 12%,#F2BB56 52%,rgba(246,194,91,.34) 84%,transparent)!important;box-shadow:0 0 11px #F3BC59,0 0 26px rgba(240,176,62,.68),0 0 48px rgba(222,145,31,.3)!important}}.v6Top{background:#02070C!important;background-image:none!important}.v6Top:before{content:""!important;position:absolute!important;inset:0!important;width:100%!important;height:100%!important;background:url(/talurio-gold-bg-v63115-desktop.jpg) 50%/cover no-repeat!important;opacity:1!important;filter:none!important;transform:none!important;pointer-events:none!important;z-index:1!important}.v6Top:after{background:linear-gradient(90deg,rgba(2,7,12,.18),rgba(2,7,12,.06) 42%,transparent 66%)!important}@media(min-width:1181px){.v6Hero{grid-template-columns:minmax(0,1fr) minmax(440px,.92fr)!important}}@media(max-width:720px){.v6Top:before{background:url(/talurio-gold-bg-v63115-mobile.jpg) top/cover no-repeat!important}.v6Top:after{background:linear-gradient(90deg,rgba(2,7,12,.24),rgba(2,7,12,.1) 48%,transparent 76%)!important}}.v63116ReferenceStats{position:relative!important;isolation:isolate!important;overflow:hidden!important;width:min(100%,620px)!important;justify-self:end!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;background:linear-gradient(112deg,rgba(6,12,18,.93),rgba(10,16,22,.86) 58%,rgba(17,16,14,.8))!important;border:1px solid rgba(205,151,54,.52)!important;box-shadow:0 22px 58px rgba(0,0,0,.38),0 0 14px rgba(220,157,48,.11),inset 0 1px 0 rgba(255,239,201,.055),inset 0 -1px 0 rgba(190,126,31,.045)!important;backdrop-filter:blur(13px)!important;-webkit-backdrop-filter:blur(13px)!important}.v63116ReferenceStats:after,.v63116ReferenceStats:before{content:""!important;position:absolute!important;z-index:3!important;height:1px!important;pointer-events:none!important}.v63116ReferenceStats:before{left:28%!important;right:8%!important;background:linear-gradient(90deg,transparent,rgba(250,201,106,.42) 35%,rgba(255,214,128,.78) 58%,transparent)!important;box-shadow:0 0 8px rgba(245,184,72,.36),0 0 18px rgba(225,151,40,.16)!important}.v63116ReferenceStats:after{left:16%!important;right:21%!important;background:linear-gradient(90deg,transparent,rgba(240,179,63,.3) 42%,rgba(248,194,82,.58) 63%,transparent)!important;box-shadow:0 0 7px rgba(236,171,54,.27),0 0 15px rgba(218,143,34,.13)!important}.v63116ReferenceStats>div{min-width:0!important;padding:0 24px!important;display:grid!important;grid-template-columns:52px minmax(0,1fr)!important;grid-template-rows:auto auto!important;align-content:center!important;align-items:center!important;grid-column-gap:14px!important;grid-row-gap:7px!important;row-gap:7px!important;border-right:1px solid rgba(205,151,54,.2)!important}.v63116ReferenceStats>div:last-child{border-right:0!important}.v63116ReferenceStats .v6LuxuryStatIcon{grid-row:1/3!important;width:48px!important;height:48px!important;display:grid!important;place-items:center!important;border-radius:50%!important;color:#E3AA3F!important;border:1px solid rgba(218,161,55,.48)!important;background:rgba(178,118,29,.035)!important;box-shadow:inset 0 0 0 1px rgba(255,222,151,.018),0 0 11px rgba(213,147,36,.06)!important;font-size:19px!important;line-height:1!important}.v63116ReferenceStats strong{align-self:end!important;color:#F8F4EE!important;font-size:29px!important;line-height:1!important;letter-spacing:-.55px!important;font-weight:850!important;white-space:nowrap!important}.v63116ReferenceStats small{align-self:start!important;color:#B4BBC2!important;font-size:12px!important;line-height:1.25!important;font-weight:500!important;white-space:nowrap!important}@media(min-width:1181px){.v6Hero{max-width:1500px!important;grid-template-columns:minmax(0,1.05fr) minmax(520px,.95fr)!important;gap:58px!important}.v63116ReferenceStats{margin-top:26px!important}}@media(min-width:1500px){.v6Hero{grid-template-columns:minmax(0,690px) minmax(0,620px)!important;gap:82px!important}}@media(max-width:1180px){.v6Hero{grid-template-columns:1fr!important;gap:28px!important}.v63116ReferenceStats{justify-self:start!important;width:min(100%,620px)!important;min-height:142px!important}.v63116ReferenceStats>div{min-height:142px!important;padding:0 18px!important;grid-template-columns:44px minmax(0,1fr)!important;column-gap:10px!important}.v63116ReferenceStats .v6LuxuryStatIcon{width:40px!important;height:40px!important;font-size:16px!important}.v63116ReferenceStats strong{font-size:24px!important}.v63116ReferenceStats small{font-size:10.5px!important}}@media(max-width:720px){.v63116ReferenceStats{width:100%!important;min-height:108px!important;border-radius:15px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}.v63116ReferenceStats>div{min-height:108px!important;padding:13px 7px!important;grid-template-columns:1fr!important;grid-template-rows:32px auto auto!important;justify-items:center!important;align-content:center!important;text-align:center!important;row-gap:3px!important;border-right:1px solid rgba(205,151,54,.18)!important;border-bottom:0!important}.v63116ReferenceStats .v6LuxuryStatIcon{grid-row:auto!important;width:31px!important;height:31px!important;font-size:13px!important}.v63116ReferenceStats strong{font-size:18px!important;letter-spacing:-.25px!important}.v63116ReferenceStats small{font-size:9px!important;line-height:1.15!important;white-space:normal!important}}.v6Top{min-height:650px!important;padding-bottom:0!important;background-image:url(/talurio-gold-bg-v63115-desktop.jpg)!important;background-repeat:no-repeat!important;background-size:cover!important;background-position:50%!important;border-bottom:1px solid rgba(210,157,55,.18)!important;overflow:hidden!important}.v6Top:after{background:linear-gradient(90deg,rgba(2,7,12,.3),rgba(2,7,12,.13) 38%,rgba(2,7,12,.025) 62%,rgba(2,7,12,0)),linear-gradient(180deg,rgba(0,0,0,.04),transparent 70%,rgba(0,0,0,.1))!important}.v6Header,.v6Hero{position:relative!important;z-index:4!important}.v6Hero{max-width:1540px!important;min-height:570px!important;margin:0 auto!important;padding:48px 42px 50px!important;grid-template-columns:minmax(0,670px) minmax(560px,1fr)!important;gap:76px!important;align-items:center!important}.v6HeroCopy{max-width:670px!important}.v6Eyebrow{margin-top:-4px!important}.v6Hero h1{font-size:60px!important;line-height:.99!important;letter-spacing:-3.3px!important;margin:19px 0 18px!important}.v6HeroCopy>p{max-width:635px!important;font-size:15px!important;line-height:1.62!important}.tpHeroSearchWrap{max-width:630px!important;margin-top:22px!important}.v6HeroActions{margin-top:20px!important}.v63116ReferenceStats{width:620px!important;min-height:164px!important;margin:22px 0 0!important;justify-self:center!important;align-self:center!important;border-radius:18px!important;border:1px solid rgba(216,160,55,.58)!important;background:linear-gradient(105deg,rgba(5,11,17,.94),rgba(8,14,20,.9) 54%,rgba(17,16,14,.84))!important;box-shadow:0 25px 65px rgba(0,0,0,.42),0 0 12px rgba(226,163,52,.13),inset 0 1px 0 rgba(255,239,198,.07)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important}.v63116ReferenceStats>div{min-height:164px!important;padding:0 25px!important;grid-template-columns:48px minmax(0,1fr)!important;column-gap:14px!important;border-right:1px solid rgba(216,160,55,.18)!important}.v63116ReferenceStats .v6LuxuryStatIcon{width:46px!important;height:46px!important;border-color:rgba(222,164,55,.46)!important;color:#E4AA3D!important;box-shadow:none!important}.v63116ReferenceStats strong{font-size:28px!important;color:#F8F5EF!important}.v63116ReferenceStats small{font-size:11.5px!important;color:#C2C5C9!important}.v63116ReferenceStats:before{left:27%!important;right:12%!important;top:-1px!important;height:1px!important;background:linear-gradient(90deg,transparent,rgba(255,210,119,.4) 35%,rgba(255,218,132,.82) 57%,transparent)!important;box-shadow:0 0 7px rgba(245,181,69,.35),0 0 16px rgba(226,150,37,.15)!important}.v63116ReferenceStats:after{left:18%!important;right:19%!important;bottom:-1px!important;height:1px!important;background:linear-gradient(90deg,transparent,rgba(245,187,72,.26) 40%,rgba(247,194,86,.58) 61%,transparent)!important;box-shadow:0 0 7px rgba(235,167,51,.24),0 0 14px rgba(217,141,31,.12)!important}@media(min-width:1700px){.v6Hero{max-width:1600px!important;grid-template-columns:minmax(0,700px) minmax(620px,1fr)!important;gap:90px!important}.v63116ReferenceStats{justify-self:start!important}}@media(max-width:1180px){.v6Top{min-height:auto!important;background-position:62%!important}.v6Hero{min-height:0!important;grid-template-columns:1fr!important;gap:30px!important;padding:38px 26px 42px!important}.v63116ReferenceStats{width:min(100%,620px)!important;justify-self:start!important;margin:4px 0 0!important}}@media(max-width:720px){.v6Top{background-image:url(/talurio-gold-bg-v63115-mobile.jpg)!important;background-size:cover!important;background-position:top!important}.v6Top:after{background:linear-gradient(90deg,rgba(2,7,12,.34),rgba(2,7,12,.15) 55%,rgba(2,7,12,.02))!important}.v6Hero{padding:34px 18px 36px!important;gap:26px!important}.v6Hero h1{font-size:46px!important;line-height:.98!important;letter-spacing:-2.5px!important}.v63116ReferenceStats{min-height:108px!important;border-radius:15px!important}.v63116ReferenceStats>div{min-height:108px!important;padding:12px 7px!important;grid-template-columns:1fr!important;grid-template-rows:31px auto auto!important;justify-items:center!important;text-align:center!important;row-gap:3px!important}.v63116ReferenceStats .v6LuxuryStatIcon{width:31px!important;height:31px!important;font-size:13px!important}.v63116ReferenceStats strong{font-size:18px!important}.v63116ReferenceStats small{font-size:9px!important;white-space:normal!important}}.v63119GlowFrame{overflow:visible!important;box-shadow:0 25px 65px rgba(0,0,0,.42),0 0 12px rgba(226,163,52,.15),0 0 28px rgba(238,171,55,.1),0 0 54px rgba(224,148,31,.055),inset 0 1px 0 rgba(255,239,198,.07)!important}.v63119GlowPoint{position:absolute!important;z-index:12!important;width:4px!important;height:4px!important;border-radius:999px!important;background:#FFE6AC!important;pointer-events:none!important;opacity:.92;box-shadow:0 0 2px rgba(255,255,255,.95),0 0 7px rgba(255,204,91,.95),0 0 15px rgba(240,169,48,.7),0 0 28px rgba(224,145,30,.32)!important;animation:v63119GlowPulse 3.2s ease-in-out infinite}.v63119GlowPoint:after,.v63119GlowPoint:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none}.v63119GlowPoint:before{width:22px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,202,89,.16),rgba(255,238,190,.92),rgba(255,202,89,.16),transparent);box-shadow:0 0 7px rgba(240,170,47,.34)}.v63119GlowPoint:after{width:1px;height:13px;background:linear-gradient(180deg,transparent,rgba(255,218,132,.12),rgba(255,244,214,.85),rgba(255,218,132,.12),transparent)}.v63119GlowPoint1{top:-2px!important;left:31%!important;animation-delay:-.6s!important}.v63119GlowPoint2{top:-2px!important;right:20%!important;opacity:.78!important;animation-delay:-1.8s!important}.v63119GlowPoint2,.v63119GlowPoint3{width:3px!important;height:3px!important}.v63119GlowPoint3{right:-2px!important;top:61%!important;opacity:.72!important;animation-delay:-2.4s!important}.v63119GlowPoint4{bottom:-2px!important;right:27%!important;animation-delay:-1.2s!important}.v63119GlowPoint5{bottom:-2px!important;left:24%!important;width:3px!important;height:3px!important;opacity:.74!important;animation-delay:-2.8s!important}@keyframes v63119GlowPulse{0%,to{opacity:.72;filter:brightness(.92)}50%{opacity:1;filter:brightness(1.18)}}@media(max-width:720px){.v63119GlowPoint:before{width:15px}.v63119GlowPoint:after{height:9px}.v63119GlowPoint2,.v63119GlowPoint3{display:none!important}.v63119GlowPoint1{left:36%!important}.v63119GlowPoint4{right:18%!important}.v63119GlowPoint5{left:18%!important}}@media(prefers-reduced-motion:reduce){.v63119GlowPoint{animation:none!important}}:root{--navy:#050B12;--mint:#D9A33D;--bg:#F7F4EE;--text:#111827;--muted:#6D7480;--border:#E5D8C1;--tp-gold:#D9A33D;--tp-gold-soft:#F3D184;--tp-gold-deep:#A96B16;--tp-ink:#050B12;--tp-ink-2:#0B121A;--tp-paper:#FBFAF7;--tp-line:#E7D8BD}body{background:#F7F4EE;color:#111827}.advisorPage,.authShell,.buyerFinderPage,.legalPage,.marketPage,.successShell,.tpDashPage,.v610ChatPage,.v610Messages,.v610Start,.v611SellerPage,.v612Account,.v612Premium,.v613Hub,.v620EditPage,.v620ExpertPage,.v623Categories,.v6343SalesPage,.v65Discover,.v66Create,.v67Detail,.v68Compare,.v68OfferDetail,.v68Offers,.watchPage,.wizardShell{background:linear-gradient(180deg,#FAF8F3,#F5F1E9 52%,#FBFAF7)!important;color:#111827!important}.advisorHero,.buyerFinderHero,.tpDashHeroWrap,.v610MessagesHero,.v611SellerHero,.v612NotifyHero,.v612PremiumHero,.v612ProfileHero,.v613Hero,.v620EditHero,.v620ExpertHero,.v623CategoryHero,.v6343SalesHero,.v65Top,.v66CreateHero,.v66GenericHero,.v67Hero,.v68CompareHero,.v68OfferHero,.watchHero{position:relative!important;overflow:hidden!important;background-image:linear-gradient(90deg,rgba(2,7,12,.985),rgba(3,9,15,.91) 54%,rgba(4,10,16,.57)),url(/talurio-gold-bg-v63115-desktop.jpg)!important;background-size:cover!important;background-position:50%!important;color:#F8F5EF!important;border-bottom:1px solid rgba(218,165,66,.22)!important}.advisorHero:after,.buyerFinderHero:after,.tpDashHeroWrap:after,.v610MessagesHero:after,.v611SellerHero:after,.v612NotifyHero:after,.v612PremiumHero:after,.v612ProfileHero:after,.v613Hero:after,.v620EditHero:after,.v620ExpertHero:after,.v623CategoryHero:after,.v6343SalesHero:after,.v65Top:after,.v66CreateHero:after,.v66GenericHero:after,.v67Hero:after,.v68CompareHero:after,.v68OfferHero:after,.watchHero:after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 72% 38%,rgba(238,177,66,.16),transparent 27%),linear-gradient(180deg,transparent 60%,rgba(0,0,0,.12))}.advisorHero>*,.buyerFinderHero>*,.tpDashHeroWrap>*,.v610MessagesHero>*,.v611SellerHero>*,.v612NotifyHero>*,.v612PremiumHero>*,.v612ProfileHero>*,.v613Hero>*,.v620EditHero>*,.v620ExpertHero>*,.v623CategoryHero>*,.v6343SalesHero>*,.v65Top>*,.v66CreateHero>*,.v66GenericHero>*,.v67Hero>*,.v68CompareHero>*,.v68OfferHero>*,.watchHero>*{position:relative;z-index:1}.advisorHero h1,.buyerFinderHero h1,.tpDashHeroWrap h1,.v610MessagesHero h1,.v611SellerHero h1,.v612NotifyHero h1,.v612PremiumHero h1,.v612ProfileHero h1,.v613Hero h1,.v620EditHero h1,.v620ExpertHero h1,.v623CategoryHero h1,.v6343SalesHero h1,.v65Top h1,.v66CreateHero h1,.v66GenericHero h1,.v67Hero h1,.v68CompareHero h1,.v68OfferHero h1,.watchHero h1{color:#F8F5EF!important}.advisorHero p,.buyerFinderHero p,.tpDashHeroWrap p,.v610MessagesHero p,.v611SellerHero p,.v612NotifyHero p,.v612PremiumHero p,.v612ProfileHero p,.v613Hero p,.v620EditHero p,.v620ExpertHero p,.v623CategoryHero p,.v6343SalesHero p,.v65Top p,.v66CreateHero p,.v66GenericHero p,.v67Hero p,.v68CompareHero p,.v68OfferHero p,.watchHero p{color:#C9CDD2!important}.advisorHero em,.buyerFinderHero em,.tpDashHeroWrap em,.v610MessagesHero em,.v611SellerHero em,.v612NotifyHero em,.v612PremiumHero em,.v612ProfileHero em,.v613Hero em,.v620EditHero em,.v620ExpertHero em,.v623CategoryHero em,.v6343SalesHero em,.v65Top em,.v66CreateHero em,.v66GenericHero em,.v67Hero em,.v68CompareHero em,.v68OfferHero em,.watchHero em{color:#E1AC48!important}.advisorExplainer,.advisorForm,.advisorResultCard,.authCard,.buyerMapCard,.buyerMatchCard,.emptyState,.finderForm,.formCard,.matchCard,.previewCard,.successCard,.tpDashPanel,.tpDashStats>a,.tpDashTrustCard,.v610ChatWorkspace,.v610Inbox,.v611Panel,.v611VehicleCard,.v612Card,.v612PriceCard,.v613OfferCard,.v613RequestCard,.v614Content article,.v614Health,.v614OpsCard,.v614Queue>article,.v614Stats article,.v614Table,.v620EditCard,.v620Panel,.v623CategoryMain,.v623CategoryRows>article,.v6343SalesCard,.v65FilterCard,.v65ResultCard,.v66CreateCard,.v66Preview,.v67Card,.v68CompareCard,.v68OfferCard,.vehicleCard,.watchBuilder,.watchCard,.wizardCard{background:#FFFDFC!important;border-color:#E7D8BD!important;box-shadow:0 16px 42px rgba(16,18,20,.065),inset 0 1px 0 rgba(255,255,255,.8)!important}input,select,textarea{border-color:#DED1BB!important;background:#FFFDFC!important;color:#111827!important}input:focus,select:focus,textarea:focus{border-color:#D6A140!important;box-shadow:0 0 0 3px rgba(214,161,64,.14)!important;outline:none!important}.advisorForm .button,.button.primary,.finderForm .button,.primary,.tpAuthSubmit,.tpDashPrimary,.v610Primary,.v611Primary,.v612HeaderCta,.v612Primary,.v613HeaderCta,.v613Primary,.v620Primary,.v623Primary,.v6343Primary,.v65Primary,.v66Primary,.v67Primary,.v68Primary,.watchBuilder .button{background:linear-gradient(135deg,#F3D184,#DDA63F 58%,#BF7B20)!important;color:#130D05!important;border:1px solid rgba(255,224,151,.42)!important;box-shadow:0 10px 28px rgba(201,134,31,.2),inset 0 1px 0 rgba(255,248,225,.38)!important}.button.primary:hover,.primary:hover,.tpAuthSubmit:hover:not(:disabled),.tpDashPrimary:hover{filter:brightness(1.035);transform:translateY(-1px)}.modelPick.selected,.v610InboxTabs .active,.v613Tabs .active,.v614Side>a.active,.v65Tabs .active,.v68Tabs .active,.watchTypeTabs .active{border-color:#D8A13B!important;box-shadow:inset 3px 0 #D9A33D,0 0 0 1px rgba(217,163,61,.08)!important}.v614Side>a.active{background:rgba(217,163,61,.11)!important;color:#FFF5DC!important}.v610InboxTabs .active,.v613Tabs .active,.v65Tabs .active,.v68Tabs .active,.watchTypeTabs .active{background:#FFF5E1!important;color:#9A5F0D!important}a:hover{color:#A66C16}.tpDashNavWrap{background:#050B12!important;border-bottom:1px solid rgba(216,164,67,.2)!important}.tpDashNav{background:transparent!important}.tpDashMainNav a.active{color:#F0C66F!important}.tpDashMainNav a.active:after{background:#E1AA44!important}.tpDashTrustCard{background:linear-gradient(135deg,rgba(7,13,19,.92),rgba(17,17,15,.84))!important;border:1px solid rgba(219,168,74,.48)!important;color:#F8F5EF!important;box-shadow:0 18px 46px rgba(0,0,0,.28),0 0 24px rgba(211,143,35,.09)!important}.tpDashTrustRing{border-color:#D9A33D!important;color:#F1C76E!important}.tpDashActivityIcon,.tpDashStatIcon{background:#FFF4DD!important;color:#A66914!important}.tpDashKicker,.tpDashPanelHead>div>span{color:#B8791C!important}.tpDashMatchScore{background:linear-gradient(135deg,#F5D894,#D9A33D)!important;color:#151007!important}.v614Admin{background:linear-gradient(180deg,#F8F5EF,#F2EEE6)!important}.v614Side{background:linear-gradient(180deg,#03080D,#071019 66%,#0D1117)!important;border-right:1px solid rgba(220,168,72,.18)!important}.v614Side>span{color:#B58B4D!important}.v614Side>a:not(.v614Brand){color:#B8BEC7!important}.v614Side>a:not(.v614Brand):hover{background:rgba(217,163,61,.08)!important;color:#FFF7E7!important}.v614Health>div:first-child>span,.v614OpsCard>div>span,.v614Topbar>div>span{color:#B8791C!important}.v614Stats article>span{background:#FFF2D8!important;color:#A36813!important}.v614OpsCard.critical{border-color:#D9A33D!important}.tpAuthPage{background:#F7F3EB!important}.tpAuthBrandPanel{background-image:linear-gradient(90deg,rgba(2,7,12,.96),rgba(3,9,15,.74)),url(/talurio-gold-bg-v63115-desktop.jpg)!important;background-size:cover!important;background-position:50%!important}.tpAuthBrandPanel:after{background:radial-gradient(circle at 72% 40%,rgba(236,176,64,.16),transparent 28rem)!important}.tpAuthKicker{color:#DDAA4C!important}.tpAuthKicker i{background:#E5B34F!important;box-shadow:0 0 18px rgba(229,179,79,.35)!important}.tpAuthBrandCopy h1{color:#FAF7F0!important}.tpAuthBrandCopy p,.tpAuthFeatureGrid span,.tpAuthTrust span{color:#C6CBD1!important}.tpAuthFeatureGrid>div{border-color:rgba(223,170,74,.24)!important;background:rgba(6,13,20,.46)!important}.tpAuthFeatureGrid b{color:#E4AF4B!important}.tpAuthFormSide{background:radial-gradient(circle at 88% 3%,rgba(222,164,63,.1),transparent 25rem),#F8F5EF!important}.tpAuthCard{border-color:#E4D5BA!important;background:rgba(255,253,249,.97)!important;box-shadow:0 24px 70px rgba(30,24,15,.1)!important}.tpAuthMiniLabel{color:#A86B12!important}.tpAuthFormMeta a,.tpAuthSwitch a{color:#9A610E!important}.tpAuthDivider:after,.tpAuthDivider:before{background:#E4D8C3!important}.tpAuthCheck input:checked{background:linear-gradient(135deg,#F1CD7A,#D49B35)!important;border-color:#C99032!important}[class*=Badge],[class*=Pill],[class*=badge],[class*=pill]{border-color:rgba(214,161,64,.25)}.priceFit.within_budget,.winnerPill{background:#FFF3D9!important;color:#9B620F!important}.buyerMatchCard footer a,.decisionScore strong{color:#A66B15!important}.costHeadline,.offerPriceBox{background:linear-gradient(135deg,#060C13,#14130F)!important;border:1px solid rgba(217,163,61,.34)!important}.legalPage,.marketPage{max-width:1180px}.legalPage h1,.marketHeading h1{color:#101722!important}.legalPage a,.marketPage a{accent-color:#D9A33D}@media(max-width:760px){.advisorHero,.buyerFinderHero,.tpDashHeroWrap,.v610MessagesHero,.v611SellerHero,.v612NotifyHero,.v612PremiumHero,.v612ProfileHero,.v613Hero,.v620EditHero,.v620ExpertHero,.v623CategoryHero,.v6343SalesHero,.v65Top,.v66CreateHero,.v66GenericHero,.v67Hero,.v68CompareHero,.v68OfferHero,.watchHero{background-image:linear-gradient(180deg,rgba(2,7,12,.96),rgba(3,9,15,.79)),url(/talurio-gold-bg-v63115-mobile.jpg)!important;background-position:top!important}.tpAuthBrandPanel{background-image:linear-gradient(180deg,rgba(2,7,12,.94),rgba(3,9,15,.8)),url(/talurio-gold-bg-v63115-mobile.jpg)!important}.v614Side{border-bottom:1px solid rgba(220,168,72,.18)!important;border-right:0!important}}.systemStatePage{min-height:calc(100vh - 76px)!important;display:grid!important;place-items:center!important;padding:34px!important;background:linear-gradient(180deg,#080D13,#10100D 42%,#F7F4EE 0)!important}.systemStateCard{width:min(620px,100%)!important;background:#FFFDFC!important;border:1px solid #e5d4b6!important;border-radius:24px!important;padding:42px!important;box-shadow:0 28px 70px rgba(0,0,0,.18)!important;text-align:center!important}.systemStateIcon{background:#FFF1D3!important;color:#A46710!important;border:1px solid #e4c78e!important}@media(max-width:620px){.systemStatePage{padding:18px!important}.systemStateCard{padding:30px 20px!important}}.v63121RightRail{width:620px!important;justify-self:center!important;align-self:center!important;display:grid!important;grid-gap:12px!important;gap:12px!important}.v63121RightRail .v63116ReferenceStats{width:100%!important;margin:0!important;justify-self:stretch!important}.v63121Activity{position:relative;min-height:132px;border:1px solid rgba(216,160,55,.4);border-radius:16px;background:linear-gradient(110deg,rgba(5,11,17,.92),rgba(10,15,20,.88) 62%,rgba(19,16,12,.78));box-shadow:0 16px 38px rgba(0,0,0,.34),0 0 18px rgba(222,154,38,.07),inset 0 1px 0 rgba(255,239,198,.05);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:hidden;padding:14px 15px 12px}.v63121Activity:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 78% 0,rgba(236,174,59,.1),transparent 34%)}.v63121Activity>header{position:relative;display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:9px}.v63121Activity>header>div{display:flex;align-items:center;gap:8px}.v63121Activity>header i{width:7px;height:7px;border-radius:50%;background:#E8AD3F;box-shadow:0 0 9px rgba(232,173,63,.74)}.v63121Activity>header span{color:#E9B34F;font-size:10px;font-weight:900;letter-spacing:1.7px}.v63121Activity>header small{color:#858D96;font-size:10px;font-weight:800}.v63121ActivityCard{position:relative;display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;grid-gap:11px;gap:11px;min-height:74px;padding:8px 10px 8px 8px;border-radius:12px;text-decoration:none;color:#F7F4EE;border:1px solid rgba(221,164,58,.11);background:rgba(4,9,14,.42);transition:transform .2s ease,border-color .2s ease,background .2s ease;animation:v63121ActivityIn .34s ease both}.v63121ActivityCard:hover{transform:translateY(-1px);border-color:rgba(225,170,63,.31);background:rgba(9,14,18,.7)}.v63121ActivityPulse{width:30px;height:30px;border-radius:50%;border:1px solid rgba(226,164,53,.32);display:grid;place-items:center}.v63121ActivityPulse span{width:7px;height:7px;border-radius:50%;background:#E7AA3D;box-shadow:0 0 8px rgba(231,170,61,.76);animation:v63121Pulse 2.1s ease-in-out infinite}.v63121ActivityCopy{min-width:0;display:grid;grid-gap:2px;gap:2px}.v63121ActivityCopy small{font-size:9px;color:#D9A33D;font-weight:900;letter-spacing:.5px}.v63121ActivityCopy strong{font-size:14px;color:#F6F2EA}.v63121ActivityCopy p,.v63121ActivityCopy strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v63121ActivityCopy p{margin:0;color:#A8AFB7;font-size:10.5px}.v63121ActivityCard>b{font-size:10.5px;color:#E7B353;white-space:nowrap}.v63121ActivityEmpty{min-height:74px;border:1px dashed rgba(221,164,58,.18);border-radius:12px;padding:13px 15px;display:grid;align-content:center;grid-gap:4px;gap:4px}.v63121ActivityEmpty strong{font-size:13px;color:#EEE9DF}.v63121ActivityEmpty span{font-size:10.5px;color:#8D959D}.v63121ActivityDots{display:flex;gap:5px;justify-content:center;margin-top:8px}.v63121ActivityDots span{width:5px;height:5px;border-radius:50%;background:rgba(214,166,74,.22);transition:width .2s ease,background .2s ease}.v63121ActivityDots span.active{width:16px;border-radius:999px;background:#D9A33D}.v63121QuickCta{height:48px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 18px;border-radius:13px;text-decoration:none;color:#0A0D10;font-size:13px;font-weight:950;background:linear-gradient(135deg,#F3D184,#D99B2E 82%,#C88721);border:1px solid rgba(255,225,151,.66);box-shadow:0 12px 28px rgba(214,145,35,.18),inset 0 1px 0 rgba(255,247,221,.45);transition:transform .2s ease,box-shadow .2s ease}.v63121QuickCta:hover{transform:translateY(-1px);box-shadow:0 16px 32px rgba(214,145,35,.25),inset 0 1px 0 rgba(255,247,221,.55)}.v63121QuickCta b{font-size:17px}@keyframes v63121ActivityIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@keyframes v63121Pulse{0%,to{opacity:.64;transform:scale(.92)}50%{opacity:1;transform:scale(1.15)}}@media(min-width:1700px){.v63121RightRail{justify-self:start!important}}@media(max-width:1180px){.v63121RightRail{width:min(100%,620px)!important;justify-self:start!important}}@media(max-width:720px){.v63121RightRail{width:100%!important;gap:10px!important}.v63121Activity{min-height:126px;padding:13px 12px 11px;border-radius:15px;touch-action:pan-y}.v63121ActivityCard{grid-template-columns:28px minmax(0,1fr);min-height:74px;padding:8px}.v63121ActivityCard>b{grid-column:2;color:#E7B353;margin-top:2px}.v63121ActivityCopy strong{font-size:13px}.v63121ActivityCopy p{font-size:10px}.v63121QuickCta{height:50px;font-size:12.5px}}@media(prefers-reduced-motion:reduce){.v63121ActivityCard,.v63121ActivityPulse span{animation:none!important}}.v63121SecurityPanel{border-color:rgba(217,163,61,.42)!important;background:linear-gradient(145deg,rgba(255,252,245,.98),rgba(250,244,232,.92))!important}.v63121SecurityRows{display:grid;grid-gap:10px;gap:10px;margin-top:15px}.v63121SecurityRow{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:16px;gap:16px;padding:12px 13px;border:1px solid rgba(201,156,76,.2);border-radius:12px;background:rgba(255,255,255,.65)}.v63121SecurityRow>div{min-width:0}.v63121SecurityRow small{display:block;color:#8A6A34;font-size:10px;font-weight:900;letter-spacing:.8px}.v63121SecurityRow strong{display:block;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;color:#141A22}.v63121SecurityRow button{border:1px solid rgba(179,77,52,.26);background:#FFF2EE;color:#9D3325;border-radius:10px;padding:9px 11px;font-weight:900;font-size:11px}.v63121SecurityRow button.unblock{border-color:rgba(57,132,96,.25);background:#ECF8F1;color:#1E7852}.v63121SecurityReason{margin-top:13px;display:grid;grid-gap:6px;gap:6px}.v63121SecurityReason span{font-size:11px;font-weight:900;color:#5D6268}.v63121SecurityReason input{border:1px solid #dccfb8;border-radius:11px;background:#fff;padding:11px 12px;outline:none}.v63121SecurityReason input:focus{border-color:#C78A28;box-shadow:0 0 0 3px rgba(199,138,40,.1)}.v63121DangerZone{margin-top:18px!important;border:1px solid rgba(185,48,38,.34)!important;background:linear-gradient(145deg,#FFF9F8,#FFF1EF)!important}.v63121DangerZone header span{color:#A93029!important}.v63121DangerGrid{display:grid;grid-template-columns:1fr 210px;grid-gap:14px;gap:14px;margin-top:15px;align-items:end}.v63121DangerGrid label{display:grid;grid-gap:6px;gap:6px}.v63121DangerGrid label>span{font-size:11px;font-weight:900;color:#5D6268}.v63121DangerGrid input[type=text]{border:1px solid #e3b9b4;border-radius:11px;padding:11px 12px;background:#fff}.v63121DangerChecks{display:flex;gap:14px;flex-wrap:wrap;margin:12px 0}.v63121DangerChecks label{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:800;color:#5B5E62}.v63121DeleteButton{height:43px;border:0;border-radius:11px;background:#A72E27!important;color:white!important;font-weight:950!important;box-shadow:0 9px 20px rgba(167,46,39,.18)}.v63121DeleteButton:disabled{opacity:.45;cursor:not-allowed}.v63121AdminBadge{display:inline-flex!important;align-items:center;gap:6px;width:max-content;padding:5px 8px;border-radius:999px;background:#17120A;color:#E3AF4C!important;border:1px solid rgba(218,163,61,.27);font-size:9px!important;font-weight:950;letter-spacing:.8px}@media(max-width:760px){.v63121SecurityRow{grid-template-columns:1fr}.v63121SecurityRow button{width:100%}.v63121DangerGrid{grid-template-columns:1fr}}.v614Success{margin:0 0 16px;padding:12px 14px;border:1px solid rgba(42,133,89,.22);border-radius:12px;background:#ECF8F1;color:#1E6E4C;font-size:12px;font-weight:850}.v63121DangerZone .v63121DeleteButton{margin-top:14px;padding:0 18px}.tpHeroSearchWrap{position:relative!important;z-index:16!important}.tpHeroSearch{position:relative!important;min-height:64px!important;display:grid!important;grid-template-columns:48px minmax(0,1fr) auto!important;align-items:center!important;padding:6px 6px 6px 7px!important;border:1px solid rgba(232,181,82,.54)!important;border-radius:16px!important;background:linear-gradient(112deg,rgba(4,10,16,.94),rgba(10,17,24,.9) 58%,rgba(25,19,11,.76))!important;box-shadow:0 20px 50px rgba(0,0,0,.38),0 0 0 1px rgba(232,181,82,.05),0 0 28px rgba(218,151,35,.08),inset 0 1px 0 rgba(255,244,215,.07)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;overflow:visible!important;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease!important}.tpHeroSearch:before{content:"";position:absolute;left:12%;right:36%;top:-1px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,213,125,.78),transparent);box-shadow:0 0 8px rgba(255,194,77,.34);pointer-events:none}.tpHeroSearch:focus-within{border-color:rgba(244,194,93,.82)!important;box-shadow:0 22px 54px rgba(0,0,0,.42),0 0 0 3px rgba(222,160,48,.09),0 0 34px rgba(226,157,39,.13),inset 0 1px 0 rgba(255,244,215,.09)!important}.tpHeroSearchIcon{width:40px!important;height:40px!important;border-radius:12px!important;display:grid!important;place-items:center!important;color:#E3AC43!important;border:1px solid rgba(226,169,60,.28)!important;background:linear-gradient(145deg,rgba(230,173,68,.09),rgba(255,255,255,.012))!important;box-shadow:inset 0 1px 0 rgba(255,241,204,.04)!important;font-size:0!important}.tpHeroSearchIcon svg{width:18px;height:18px}.tpHeroSearch input{width:100%!important;min-width:0!important;height:50px!important;padding:0 16px!important;border:0!important;color:#F7F2E8!important;border-radius:0!important;font-size:13px!important;font-weight:650!important;letter-spacing:.01em!important;-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important}.tpHeroSearch input,.tpHeroSearch input:focus{outline:0!important;background:transparent!important;box-shadow:none!important}.tpHeroSearch input:focus{border:0!important}.tpHeroSearch input::placeholder{color:#87919D!important;opacity:1!important;font-weight:550!important}.tpHeroSearch button{position:relative!important;overflow:hidden!important;min-width:164px!important;height:50px!important;padding:0 20px!important;border:1px solid rgba(255,229,164,.54)!important;border-radius:12px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;background:linear-gradient(135deg,#F7DA95,#E2AC48 56%,#C68526)!important;color:#130D05!important;box-shadow:0 10px 24px rgba(195,126,30,.24),inset 0 1px 0 rgba(255,249,226,.58)!important;font-size:12px!important;font-weight:950!important;letter-spacing:.01em!important;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important}.tpHeroSearch button:before{content:"";position:absolute;inset:-80% auto -80% -25%;width:38%;transform:rotate(16deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .45s ease}.tpHeroSearch button:hover{transform:translateY(-1px)!important;filter:brightness(1.04)!important;box-shadow:0 14px 30px rgba(195,126,30,.31),0 0 18px rgba(229,170,59,.12),inset 0 1px 0 rgba(255,249,226,.68)!important}.tpHeroSearch button:hover:before{left:105%}.tpHeroSearch button b,.tpHeroSearch button span{position:relative;z-index:1}.tpHeroSearch button b{font-size:15px;line-height:1}.tpHeroSuggest{border:1px solid rgba(224,170,66,.3)!important;background:rgba(4,10,16,.985)!important;box-shadow:0 28px 64px rgba(0,0,0,.5),0 0 24px rgba(218,151,35,.07)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}.tpHeroSuggest a{border-bottom-color:rgba(222,167,66,.1)!important;color:#F4EFE6!important}.tpHeroSuggest a:hover{background:rgba(217,163,61,.07)!important}.tpHeroSuggest a>span{color:#D7A544!important}.tpHeroSuggest .empty,.tpHeroSuggest .loading,.tpHeroSuggest a small{color:#9199A2!important}.tpGlobalSiteHeader.has-search .tpGlobalSiteInner{max-width:1820px!important;grid-template-columns:minmax(405px,auto) minmax(250px,430px) auto 104px!important;gap:16px!important}.tpGlobalSiteHeader.has-search .tpGlobalSiteLeft{min-width:405px!important;gap:24px!important}.tpGlobalSiteHeader.has-search .tpGlobalSiteActions{grid-column:3!important}.tpGlobalSiteHeader.has-search .tpGlobalSiteInner>.tpGlobalAccountHost{grid-column:4!important;grid-row:1!important}.tpGlobalHeaderSearchWrap{position:relative;width:100%;min-width:0;justify-self:center;z-index:170}.tpGlobalHeaderSearch{width:100%;height:46px;display:grid;grid-template-columns:38px minmax(0,1fr) auto auto;align-items:center;padding:4px 5px;border-radius:13px;border:1px solid rgba(221,169,70,.32);background:linear-gradient(110deg,rgba(7,14,21,.94),rgba(15,19,22,.88));box-shadow:0 10px 28px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,242,207,.035);transition:border-color .18s ease,box-shadow .18s ease}.tpGlobalHeaderSearch:focus-within{border-color:rgba(236,184,81,.66);box-shadow:0 12px 30px rgba(0,0,0,.31),0 0 0 3px rgba(219,159,46,.075),0 0 18px rgba(221,153,36,.08),inset 0 1px 0 rgba(255,242,207,.055)}.tpGlobalHeaderSearchIcon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:#D9A33D;background:rgba(217,163,61,.055);border:1px solid rgba(217,163,61,.14)}.tpGlobalHeaderSearch input{width:100%!important;min-width:0!important;height:38px!important;padding:0 10px!important;border:0!important;color:#F4EFE6!important;border-radius:0!important;font-size:12px!important;font-weight:650!important;-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important}.tpGlobalHeaderSearch input,.tpGlobalHeaderSearch input:focus{outline:0!important;background:transparent!important;box-shadow:none!important}.tpGlobalHeaderSearch input:focus{border:0!important}.tpGlobalHeaderSearch input::placeholder{color:#7F8994!important;opacity:1!important}.tpGlobalHeaderSearchClear{width:28px;height:28px;border-radius:8px;background:transparent;color:#8E969E;font-size:18px;line-height:1;display:grid;place-items:center}.tpGlobalHeaderSearchClear:hover{background:rgba(255,255,255,.04);color:#E8E2D8}.tpGlobalHeaderSearchSubmit{height:36px;min-width:68px;padding:0 11px;border-radius:9px;display:flex;align-items:center;justify-content:center;gap:7px;background:linear-gradient(135deg,#EBC76F,#CF9331)!important;color:#120C04!important;border:1px solid rgba(255,229,165,.4)!important;font-size:11px;font-weight:950;box-shadow:0 6px 16px rgba(181,113,25,.16)}.tpGlobalHeaderSearchSubmit:hover{filter:brightness(1.05)}.tpGlobalHeaderSearchSubmit span{font-size:13px}.tpGlobalHeaderSuggest{position:absolute;top:calc(100% + 9px);left:0;right:0;z-index:400;padding:8px;border-radius:16px;border:1px solid rgba(220,164,61,.27);background:rgba(4,10,16,.985);box-shadow:0 26px 65px rgba(0,0,0,.52),0 0 24px rgba(211,145,33,.06);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);overflow:hidden}.tpGlobalHeaderSuggestTitle{height:30px;padding:0 8px;display:flex;align-items:center;justify-content:space-between}.tpGlobalHeaderSuggestTitle span{font-size:9px;font-weight:950;letter-spacing:1.35px;color:#D9A33D}.tpGlobalHeaderSuggestTitle small{font-size:9px;color:#7D8792}.tpGlobalHeaderSuggest>a{min-height:54px;padding:7px 8px;border-top:1px solid rgba(220,164,61,.09);display:grid;grid-template-columns:auto minmax(0,1fr) 18px;grid-gap:9px;gap:9px;align-items:center;color:#F3EEE5;text-decoration:none}.tpGlobalHeaderSuggest>a:hover{background:rgba(217,163,61,.055);border-radius:10px}.tpGlobalHeaderSuggest>a>span{padding:4px 6px;border-radius:999px;background:rgba(217,163,61,.08);border:1px solid rgba(217,163,61,.15);color:#D9A33D;font-size:8px;font-weight:900;text-transform:uppercase}.tpGlobalHeaderSuggest>a>div{min-width:0;display:grid;grid-gap:2px;gap:2px}.tpGlobalHeaderSuggest b{font-size:11px}.tpGlobalHeaderSuggest b,.tpGlobalHeaderSuggest small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tpGlobalHeaderSuggest small{font-size:9px;color:#89939D}.tpGlobalHeaderSuggest em{font-style:normal;color:#D8A33D;font-weight:900}.tpGlobalHeaderSuggestState{padding:18px 10px;color:#8E98A2;font-size:10.5px;text-align:center}@media(max-width:1420px){.tpGlobalSiteHeader.has-search .tpGlobalSiteInner{grid-template-columns:minmax(250px,1fr) minmax(250px,370px) auto 100px!important;padding-left:24px!important;padding-right:24px!important}.tpGlobalSiteHeader.has-search .tpGlobalSiteLeft{min-width:0!important}.tpGlobalSiteHeader.has-search .tpGlobalSiteNav{display:none!important}.tpGlobalSiteHeader.has-search .tpGlobalSiteLogo{width:190px!important}.tpGlobalSiteHeader.has-search .tpGlobalSiteActions a{padding:0 13px!important}}@media(max-width:1040px){.tpGlobalSiteHeader.has-search .tpGlobalSiteInner{height:132px!important;grid-template-columns:minmax(0,1fr) auto auto!important;grid-template-rows:68px 52px!important;gap:0 10px!important;padding-top:0!important;padding-bottom:10px!important}.tpGlobalSiteHeader.has-search .tpGlobalSiteLeft{grid-column:1;grid-row:1}.tpGlobalSiteHeader.has-search .tpGlobalSiteActions{grid-column:2!important;grid-row:1!important}.tpGlobalSiteHeader.has-search .tpGlobalSiteInner>.tpGlobalAccountHost{grid-column:3!important;grid-row:1!important}.tpGlobalHeaderSearchWrap{grid-column:1/4;grid-row:2;width:100%!important;max-width:none!important}.tpGlobalHeaderSearch{height:48px}}@media(max-width:720px){.tpGlobalSiteHeader.has-search .tpGlobalSiteInner{height:128px!important;grid-template-columns:minmax(0,1fr) auto auto!important;grid-template-rows:66px 50px!important;padding:0 14px 10px!important}.tpGlobalSiteHeader.has-search .tpGlobalSiteActions{display:none!important}.tpGlobalSiteHeader.has-search .tpGlobalMobileUser,.tpGlobalSiteHeader.has-search .tpGlobalSiteInner>.tpGlobalAccountHost{grid-column:2!important;grid-row:1!important}.tpGlobalSiteHeader.has-search .tpGlobalMobileMenuBtn{grid-column:3!important;grid-row:1!important}.tpGlobalHeaderSearchWrap{grid-column:1/4!important;grid-row:2!important}.tpGlobalHeaderSearch{grid-template-columns:36px minmax(0,1fr) auto!important}.tpGlobalHeaderSearchClear{display:none}.tpGlobalHeaderSearchSubmit{min-width:58px;padding:0 9px}.tpGlobalHeaderSearchSubmit span{display:none}.tpGlobalHeaderSuggest{position:fixed;left:10px;right:10px;top:123px;max-height:55vh;overflow:auto}.tpHeroSearch{grid-template-columns:44px minmax(0,1fr) 138px!important;min-height:60px!important;padding:5px!important}.tpHeroSearchIcon{width:38px!important;height:38px!important}.tpHeroSearch button{min-width:138px!important;height:48px!important;padding:0 12px!important}.tpHeroSearch input{padding:0 9px!important;font-size:12px!important}}@media(max-width:430px){.tpGlobalSiteHeader.has-search .tpGlobalSiteLogo{width:166px!important}.tpHeroSearch{grid-template-columns:40px minmax(0,1fr) 122px!important}.tpHeroSearch button{min-width:122px!important}.tpHeroSearch button b{display:none}.tpHeroSearch input::placeholder{font-size:11px}}.tpHeroSuggest{top:72px!important}.tpGlobalAccountMenuPortal.tpPremiumProfileMenu,.tpPremiumProfileMenu{border:1px solid rgba(220,164,60,.52)!important;background:linear-gradient(155deg,rgba(4,9,14,.985),rgba(7,12,17,.985) 57%,rgba(17,14,10,.985))!important;box-shadow:0 30px 78px rgba(0,0,0,.56),0 0 30px rgba(217,155,46,.12),inset 0 1px 0 rgba(255,231,177,.07)!important;color:#F6F1E8!important}.tpGlobalAccountMenuPortal.tpPremiumProfileMenu:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;background:radial-gradient(circle at 86% 4%,rgba(237,177,67,.15),transparent 26%),radial-gradient(circle at 12% 78%,rgba(201,132,27,.06),transparent 31%)}.tpGlobalAccountMenuPortal.tpPremiumProfileMenu>*{position:relative;z-index:1}.tpPremiumMenuScroll::-webkit-scrollbar-thumb,.tpPremiumProfileMenu::-webkit-scrollbar-thumb{background:rgba(215,164,72,.34)!important}.tpPremiumMenuScroll,.tpPremiumProfileMenu{scrollbar-color:rgba(215,164,72,.38) transparent!important}.tpPremiumProfileHero{background-image:linear-gradient(100deg,rgba(2,7,12,.97),rgba(5,10,15,.88) 58%,rgba(18,14,9,.7)),url(/talurio-gold-bg-v63115-desktop.jpg)!important;background-size:cover!important;background-position:center 44%!important;border-bottom:1px solid rgba(221,166,66,.22)!important}.tpPremiumProfileHero:after{background-image:linear-gradient(rgba(232,179,83,.035) 1px,transparent 0),linear-gradient(90deg,rgba(232,179,83,.035) 1px,transparent 0)!important}.tpPremiumProfileAura{background:radial-gradient(circle,rgba(234,170,54,.28),rgba(194,124,20,.08) 54%,transparent 73%)!important}.tpPremiumAvatar{background:linear-gradient(145deg,#F0C76E,#D99B2F 56%,#A96B16)!important;color:#120D06!important;border-color:rgba(255,231,171,.48)!important;box-shadow:0 14px 34px rgba(202,136,31,.25),0 0 20px rgba(224,164,55,.14),inset 0 1px 0 rgba(255,248,224,.55)!important}.tpPremiumEyebrow{color:#E8B557!important}.tpPremiumProfileCopy>strong{color:#FFF9ED!important}.tpPremiumProfileCopy>em{color:#B8B5AD!important}.tpPremiumProfileStatus{border-top-color:rgba(226,174,78,.17)!important}.tpPremiumProfileStatus>span{color:#DAD5CA!important}.tpPremiumProfileStatus>a{color:#E3B253!important}.tpPremiumProfileStatus>a:hover{color:#F6D993!important}.tpPremiumQuickActions{background:linear-gradient(180deg,rgba(8,13,18,.98),rgba(5,10,14,.98))!important;border-bottom:1px solid rgba(219,165,66,.18)!important}.tpPremiumQuickActions>a{border-color:rgba(216,163,62,.23)!important;background:linear-gradient(145deg,rgba(15,20,24,.92),rgba(8,13,17,.96))!important;color:#D8D4CC!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important}.tpPremiumQuickActions>a.active,.tpPremiumQuickActions>a:hover{border-color:rgba(232,178,74,.58)!important;background:linear-gradient(145deg,rgba(32,26,16,.94),rgba(12,15,17,.98))!important;color:#F3CC79!important;box-shadow:0 10px 24px rgba(0,0,0,.28),0 0 18px rgba(218,153,42,.08),inset 0 1px 0 rgba(255,236,194,.05)!important}.tpPremiumQuickActions>a>span{background:linear-gradient(145deg,rgba(226,167,58,.16),rgba(172,104,13,.08))!important;border:1px solid rgba(219,160,52,.2)!important;color:#E3AD47!important}.tpPremiumQuickActions>a>span>i{border-color:#080D12!important}.tpPremiumMenuScroll{background:linear-gradient(180deg,rgba(5,10,14,.98),rgba(7,11,14,.99))!important}.tpPremiumMenuSection>header>span{color:#B88940!important}.tpPremiumMenuSection>header>i{background:linear-gradient(90deg,rgba(220,165,66,.23),rgba(220,165,66,.02))!important}.tpPremiumMenuList>a{color:#ECE7DE!important}.tpPremiumMenuList>a.active,.tpPremiumMenuList>a:hover{background:linear-gradient(90deg,rgba(221,161,51,.1),rgba(221,161,51,.035))!important;border-color:rgba(220,164,60,.15)!important}.tpPremiumMenuList>a.active{box-shadow:inset 3px 0 #D9A33D,0 0 18px rgba(216,151,38,.035)!important}.tpPremiumMenuList>a>div>b{color:#F4EFE7!important}.tpPremiumMenuList>a>div>small{color:#8F959A!important}.tpPremiumMenuList>a>em{color:#66583F!important}.tpPremiumMenuList>a.active>em,.tpPremiumMenuList>a:hover>em{color:#DDA843!important}.tpPremiumMenuIcon{border:1px solid rgba(217,163,61,.16)!important}.tpPremiumMenuIcon,.tpPremiumMenuIcon.amber,.tpPremiumMenuIcon.blue,.tpPremiumMenuIcon.cyan,.tpPremiumMenuIcon.rose,.tpPremiumMenuIcon.slate,.tpPremiumMenuIcon.violet{background:linear-gradient(145deg,rgba(217,163,61,.13),rgba(151,91,10,.055))!important;color:#DDA843!important}.tpGlobalAccountMenuPortal .tpPremiumMenuFooter,.tpPremiumMenuFooter{background:linear-gradient(180deg,rgba(6,10,14,.99),rgba(4,8,12,.995))!important;border-top:1px solid rgba(219,165,66,.2)!important;box-shadow:0 -12px 26px rgba(0,0,0,.23)!important}.tpPremiumLogout{border-color:rgba(205,72,58,.32)!important;background:linear-gradient(145deg,rgba(76,18,15,.3),rgba(28,10,10,.54))!important;color:#F29686!important}.tpPremiumLogout:hover{background:linear-gradient(145deg,rgba(103,24,20,.38),rgba(37,11,10,.62))!important;border-color:rgba(227,87,68,.48)!important;box-shadow:0 8px 22px rgba(0,0,0,.22)!important}.tpPremiumLogout>span{background:rgba(193,54,40,.14)!important;color:#F0705C!important;border:1px solid rgba(215,73,55,.2)!important}.tpPremiumLogout b{color:#F18A79!important}.tpPremiumLogout small{color:#A86D65!important}@media(max-width:520px){.tpPremiumProfileHero{background-image:linear-gradient(180deg,rgba(2,7,12,.95),rgba(10,10,8,.82)),url(/talurio-gold-bg-v63115-mobile.jpg)!important;background-position:top!important}}body.tpHasGlobalSiteHeader .tpDashNavWrap,body.tpHasGlobalSiteHeader .v610Header,body.tpHasGlobalSiteHeader .v611SellerHeader,body.tpHasGlobalSiteHeader .v612AccountHeader,body.tpHasGlobalSiteHeader .v613Header,body.tpHasGlobalSiteHeader .v614Topbar,body.tpHasGlobalSiteHeader .v620EditHeader,body.tpHasGlobalSiteHeader .v623MarketHeader,body.tpHasGlobalSiteHeader .v6343SalesHeader,body.tpHasGlobalSiteHeader .v65Header,body.tpHasGlobalSiteHeader .v66CreateHeader,body.tpHasGlobalSiteHeader .v67Header,body.tpHasGlobalSiteHeader .v68Header,body.tpHasGlobalSiteHeader .wizardHeader,body.tpHasGlobalSiteHeader header.homeHeader,body.tpHasGlobalSiteHeader main>header.header{display:none!important}.tpGlobalSiteHeader{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:500!important}.tpGlobalAccount,.tpGlobalAccountHost{min-width:0!important}.tpGlobalAccount{max-width:100%!important}.tpGlobalAccountTrigger{width:clamp(150px,10.2vw,202px)!important;max-width:202px!important;min-width:150px!important;display:grid!important;grid-template-columns:minmax(0,1fr) 14px 34px!important;align-items:center!important;grid-gap:8px!important;gap:8px!important;padding:0 11px 0 15px!important;overflow:visible!important}.tpGlobalAccountName{display:block!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#F5F0E8!important;font-size:12px!important;font-weight:900!important;letter-spacing:.01em!important;line-height:1.1!important}.tpGlobalAccountTrigger>i{margin:0!important;text-align:center!important}.tpGlobalAccountUserGlyph{margin:0!important;width:34px!important;height:32px!important;padding-left:9px!important;box-sizing:border-box!important}.tpGlobalSiteHeader.has-search .tpGlobalSiteInner{grid-template-columns:minmax(360px,1fr) minmax(260px,430px) auto minmax(150px,202px)!important}.tpGlobalSiteHeader.has-search .tpGlobalSiteInner>.tpGlobalAccountHost{width:100%!important;min-width:150px!important}.tpGlobalSiteHeader.has-search .tpGlobalAccountTrigger{width:100%!important;max-width:202px!important}@media(max-width:1420px){.tpGlobalSiteHeader.has-search .tpGlobalSiteInner{grid-template-columns:minmax(225px,1fr) minmax(235px,350px) auto minmax(145px,170px)!important;gap:11px!important}.tpGlobalAccountTrigger{width:100%!important;min-width:145px!important;max-width:170px!important}.tpGlobalAccountName{font-size:11.5px!important}}@media(max-width:1180px){.tpGlobalSiteHeader.has-search .tpGlobalSiteActions a{padding:0 10px!important;font-size:11px!important}.tpGlobalSiteHeader.has-search .tpGlobalSiteInner{grid-template-columns:minmax(205px,1fr) minmax(220px,310px) auto minmax(138px,156px)!important}.tpGlobalAccountTrigger{min-width:138px!important;max-width:156px!important}.tpGlobalAccountUserGlyph{width:30px!important;padding-left:7px!important}}@media(max-width:1040px){.tpGlobalSiteHeader.has-search .tpGlobalSiteInner{grid-template-columns:minmax(0,1fr) auto minmax(138px,156px)!important;grid-template-rows:68px 52px!important}.tpGlobalSiteHeader.has-search .tpGlobalSiteInner>.tpGlobalAccountHost{grid-column:3!important;width:auto!important;min-width:138px!important}.tpGlobalHeaderSearchWrap{grid-column:1/4!important}}@media(max-width:720px){.tpGlobalSiteHeader.has-search .tpGlobalSiteInner{grid-template-columns:minmax(0,1fr) minmax(118px,145px) auto!important}.tpGlobalSiteHeader.has-search .tpGlobalSiteInner>.tpGlobalAccountHost{grid-column:2!important;min-width:118px!important}.tpGlobalAccountTrigger{min-width:118px!important;max-width:145px!important;height:50px!important;padding:0 10px 0 12px!important;grid-template-columns:minmax(0,1fr) 12px!important}.tpGlobalAccountUserGlyph{display:none!important}.tpGlobalAccountName{font-size:11px!important}}@media(max-width:430px){.tpGlobalSiteHeader.has-search .tpGlobalSiteInner{grid-template-columns:minmax(0,1fr) 112px auto!important}.tpGlobalAccountTrigger,.tpGlobalSiteHeader.has-search .tpGlobalSiteInner>.tpGlobalAccountHost{min-width:112px!important}.tpGlobalAccountTrigger{max-width:112px!important}}@media(min-width:1181px){.v6Top{min-height:500px!important}.v6Hero{min-height:420px!important;padding:26px 42px 28px!important;align-items:center!important}.v6Eyebrow{margin-top:0!important}.v6Hero h1{font-size:56px!important;line-height:.99!important;letter-spacing:-3px!important;margin:14px 0!important}.v6HeroCopy>p{font-size:14.5px!important;line-height:1.52!important}.tpHeroSearchWrap{margin-top:18px!important}.v63121RightRail{gap:9px!important}.v63121RightRail .v63116ReferenceStats{min-height:136px!important}.v63121RightRail .v63116ReferenceStats>div{min-height:136px!important;padding:0 22px!important}.v63121RightRail .v63116ReferenceStats .v6LuxuryStatIcon{width:42px!important;height:42px!important}.v63121RightRail .v63116ReferenceStats strong{font-size:26px!important}.v63121RightRail .v63116ReferenceStats small{font-size:10.5px!important}.v63121Activity{min-height:116px!important;padding:11px 13px 9px!important}.v63121Activity>header{margin-bottom:6px!important}.v63121ActivityCard{min-height:64px!important;padding:6px 9px 6px 7px!important}.v63121ActivityDots{margin-top:5px!important}.v63121QuickCta{height:44px!important;border-radius:12px!important}}.v6343SalesHeader,.v6HeroActions{display:none!important}.tpGlobalSiteHeader.has-search .tpGlobalHeaderSearchWrap{width:100%!important;max-width:440px!important;min-width:280px!important;justify-self:center!important;align-self:center!important}.tpGlobalSiteHeader.has-search .tpGlobalHeaderSearch{position:relative!important;box-sizing:border-box!important;width:100%!important;height:48px!important;min-height:48px!important;margin:0!important;padding:4px!important;display:grid!important;grid-template-columns:38px minmax(0,1fr) 76px!important;grid-template-rows:40px!important;align-items:center!important;grid-column-gap:6px!important;column-gap:6px!important;border-radius:14px!important;overflow:visible!important}.tpGlobalSiteHeader.has-search .tpGlobalHeaderSearchIcon{box-sizing:border-box!important;width:36px!important;height:36px!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;justify-self:center!important;align-self:center!important;border-radius:10px!important;line-height:0!important}.tpGlobalSiteHeader.has-search .tpGlobalHeaderSearchIcon svg{display:block!important;width:17px!important;height:17px!important;margin:0!important;flex:0 0 auto!important}.tpGlobalSiteHeader.has-search .tpGlobalHeaderSearch input{box-sizing:border-box!important;width:100%!important;min-width:0!important;height:40px!important;margin:0!important;padding:0 36px 0 6px!important;display:block!important;align-self:center!important;line-height:40px!important;border:0!important;border-radius:0!important}.tpGlobalSiteHeader.has-search .tpGlobalHeaderSearchClear{position:absolute!important;z-index:3!important;right:86px!important;top:50%!important;transform:translateY(-50%)!important;width:26px!important;height:26px!important;padding:0!important;border-radius:8px!important}.tpGlobalSiteHeader.has-search .tpGlobalHeaderSearchClear,.tpGlobalSiteHeader.has-search .tpGlobalHeaderSearchSubmit{box-sizing:border-box!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}.tpGlobalSiteHeader.has-search .tpGlobalHeaderSearchSubmit{width:76px!important;min-width:76px!important;height:40px!important;min-height:40px!important;padding:0 10px!important;justify-self:end!important;align-self:center!important;gap:7px!important;border-radius:10px!important;white-space:nowrap!important}.tpGlobalSiteHeader.has-search .tpGlobalHeaderSearchSubmit span{display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;transform:translateY(-.25px)!important}@media(max-width:1420px){.tpGlobalSiteHeader.has-search .tpGlobalHeaderSearchWrap{max-width:380px!important;min-width:235px!important}}@media(max-width:1180px){.tpGlobalSiteHeader.has-search .tpGlobalHeaderSearchWrap{max-width:330px!important;min-width:220px!important}}@media(max-width:1040px){.tpGlobalSiteHeader.has-search .tpGlobalHeaderSearchWrap{max-width:none!important;min-width:0!important;width:100%!important}.tpGlobalSiteHeader.has-search .tpGlobalHeaderSearch{height:48px!important;grid-template-columns:38px minmax(0,1fr) 76px!important}}@media(max-width:720px){.tpGlobalSiteHeader.has-search .tpGlobalHeaderSearch{grid-template-columns:36px minmax(0,1fr) 62px!important;column-gap:5px!important}.tpGlobalSiteHeader.has-search .tpGlobalHeaderSearchIcon{width:34px!important;height:34px!important}.tpGlobalSiteHeader.has-search .tpGlobalHeaderSearch input{padding-left:5px!important;padding-right:30px!important}.tpGlobalSiteHeader.has-search .tpGlobalHeaderSearchSubmit{width:62px!important;min-width:62px!important;padding:0 8px!important}.tpGlobalSiteHeader.has-search .tpGlobalHeaderSearchSubmit span{display:none!important}.tpGlobalSiteHeader.has-search .tpGlobalHeaderSearchClear{right:70px!important;width:24px!important;height:24px!important}}.v66BuyTheme{--tp-accent:#A83245;--tp-accent-2:#C65364;--tp-accent-dark:#7E2130;--tp-accent-soft:#FAEFF1;--tp-accent-soft-2:#F6E2E6;--tp-accent-border:#E8BCC4;--tp-accent-shadow:rgba(168,50,69,.16)}.v66BuyTheme .v616SectionLabel>span,.v66BuyTheme .v619SellerTitle span,.v66BuyTheme .v622QualityTop span,.v66BuyTheme .v66AltGrid article header>span,.v66BuyTheme .v66CreateKicker,.v66BuyTheme .v66FormTop>div span,.v66BuyTheme .v66GeneratedTitle small,.v66BuyTheme .v66InsightHead>div>span,.v66BuyTheme .v66PreviewLabel span,.v66BuyTheme .v66SectionHead small,.v66BuyTheme .v66StepRailHead span,.v66BuyTheme .v66Suggestions>div>span{color:var(--tp-accent)!important}.v66BuyTheme .v66CreateKicker i{background:var(--tp-accent-2)!important;box-shadow:0 0 0 6px rgba(198,83,100,.13)!important}.v66BuyTheme .v622QualityBar i,.v66BuyTheme .v66CreateHero aside>div span{background:linear-gradient(90deg,var(--tp-accent-2),var(--tp-accent-dark))!important}.v66BuyTheme .v66Steps button.active{background:var(--tp-accent-soft)!important;color:var(--tp-accent-dark)!important}.v66BuyTheme .v616CriteriaIntro>span,.v66BuyTheme .v66BudgetIntro>span,.v66BuyTheme .v66GenericActions button,.v66BuyTheme .v66InfoBanner>span,.v66BuyTheme .v66Next,.v66BuyTheme .v66Ready>span,.v66BuyTheme .v66Steps button.active>span{background:linear-gradient(135deg,var(--tp-accent),var(--tp-accent-dark))!important;color:#fff!important;box-shadow:0 10px 24px var(--tp-accent-shadow)!important}.v66BuyTheme .v66Steps button i{background:var(--tp-accent)!important}.v66BuyTheme .v66Help>span{background:rgba(168,50,69,.13)!important;color:#E78998!important}.v66BuyTheme .v66FormTop>b{color:var(--tp-accent-dark)!important;background:var(--tp-accent-soft)!important;border-color:var(--tp-accent-border)!important}.v66BuyTheme .v66BudgetIntro,.v66BuyTheme .v66InfoBanner,.v66BuyTheme .v66Ready{background:linear-gradient(135deg,var(--tp-accent-soft),#FFF9F9)!important;border-color:var(--tp-accent-border)!important}.v66BuyTheme .v617VehicleCascade select:focus,.v66BuyTheme .v617VersionText input:focus,.v66BuyTheme .v619Package input:focus,.v66BuyTheme .v6311ManualTitleInput input:focus,.v66BuyTheme .v6311ModelDetailField input:focus,.v66BuyTheme .v66Description textarea:focus,.v66BuyTheme .v66Fields2 input:focus,.v66BuyTheme .v66Fields2 select:focus,.v66BuyTheme .v66Fields2 textarea:focus{border-color:var(--tp-accent)!important;box-shadow:0 0 0 4px rgba(168,50,69,.1)!important}.v66BuyTheme .v617VehicleCascade label>span i{color:var(--tp-accent)!important}.v66BuyTheme .v66Toggle input:checked+span{background:var(--tp-accent)!important}.v66BuyTheme .v616BodyGrid button.active,.v66BuyTheme .v616FuelGrid button.active,.v66BuyTheme .v619ColorGrid button.active,.v66BuyTheme .v619EquipmentGrid button.active{border-color:var(--tp-accent-border)!important;background:var(--tp-accent-soft)!important;color:var(--tp-accent-dark)!important;box-shadow:0 0 0 3px rgba(168,50,69,.055)!important}.v66BuyTheme .v616BodyGrid button.active span,.v66BuyTheme .v616FuelGrid button.active>span,.v66BuyTheme .v619ColorGrid button.active span,.v66BuyTheme .v619EquipmentGrid button.active span{background:var(--tp-accent)!important;color:#fff!important}.v66BuyTheme .v616FuelAny:hover{color:var(--tp-accent)!important}.v66BuyTheme .v619SellerEquipment input{accent-color:var(--tp-accent)!important}.v66BuyTheme .v66GeneratedTitle{border-color:var(--tp-accent-border)!important;background:#FFF9FA!important}.v66BuyTheme .v66InsightHead button{border-color:var(--tp-accent-border)!important}.v66BuyTheme .v66AltGrid button,.v66BuyTheme .v66InsightHead button{background:var(--tp-accent-soft)!important;color:var(--tp-accent-dark)!important}.v66BuyTheme .v66PreviewTip>span,.v66BuyTheme .v66Why>span{background:var(--tp-accent-soft)!important;color:var(--tp-accent)!important}.v66BuyTheme .v66GenericPreviewCard,.v66BuyTheme .v66PreviewCard{background:linear-gradient(155deg,#171014,#241218 58%,#321720)!important;border-color:rgba(198,83,100,.22)!important}.v66BuyTheme .v66GenericPreviewCard:after,.v66BuyTheme .v66PreviewCard:after{background:radial-gradient(circle,rgba(198,83,100,.32),transparent 68%)!important}.v66BuyTheme .v66PreviewCat{background:rgba(198,83,100,.15)!important;color:#F1A7B3!important}.v66BuyTheme .v66GenericPreviewCard>footer span,.v66BuyTheme .v66PreviewCard>footer span{color:#F1A7B3!important}.v66BuyTheme .v6328SpotlightField,.v66BuyTheme .v66GenericSection{border-color:#E9D4D8!important;background:linear-gradient(180deg,#FFFDFC,#FCF5F6)!important}.v66BuyTheme .v66SectionHead>span{background:var(--tp-accent-soft)!important;color:var(--tp-accent)!important;border-color:var(--tp-accent-border)!important}.v66BuyTheme .v6328PlanCard:hover{border-color:#D995A1!important;box-shadow:0 16px 28px rgba(168,50,69,.09)!important}.v66BuyTheme .v6328PlanCard.active{border-color:var(--tp-accent)!important;background:linear-gradient(180deg,var(--tp-accent-soft),#FFF9FA)!important;box-shadow:0 18px 32px rgba(168,50,69,.14)!important}.v66BuyTheme .v6328PlanCard small{background:var(--tp-accent-soft)!important;color:var(--tp-accent)!important}.v66BuyTheme .v6346PaymentSummary span{color:#F1A7B3!important}.v66BuyTheme .v6346SpecialBoost{border-color:#F0C3CA!important;background:linear-gradient(135deg,#FFF5F6,#FFFDFD)!important}.v66BuyTheme .v6346SpecialBoost.active,.v66BuyTheme .v6346SpecialBoost:not(:disabled):hover{border-color:#F2384F!important;box-shadow:0 0 0 3px rgba(242,56,79,.08),0 14px 30px rgba(242,56,79,.14)!important}.v66BuyTheme .v6346SpecialBoost.active{background:linear-gradient(135deg,#FFF0F2,#FFF)!important}.v66BuyTheme .v6346SpecialBoost .neonDot{background:#FF3048!important;box-shadow:0 0 8px #FF3048,0 0 18px #E01936,0 0 30px rgba(255,48,72,.55)!important}.v66BuyTheme .v6346SpecialBoost small{color:#E5253E!important}.v66BuyTheme .v6346SpecialBoost strong{color:#B71E33!important}.v66BuyTheme .v66GenericPreviewCard.special-neon,.v66BuyTheme .v66PreviewCard.special-neon{border-color:#FF3048!important;box-shadow:0 0 0 2px rgba(255,48,72,.95),0 0 20px rgba(255,48,72,.75),0 0 42px rgba(224,25,54,.38),0 22px 55px rgba(15,23,42,.18)!important}.tpSellTheme,.v66SellTheme{--tp-accent:#237A5A;--tp-accent-2:#3A9A72;--tp-accent-dark:#155C43;--tp-accent-soft:#EDF8F2;--tp-accent-soft-2:#E2F3EA;--tp-accent-border:#B9DDCE;--tp-accent-shadow:rgba(35,122,90,.16)}.tpSellTheme .eyebrow,.v66SellTheme .v616SectionLabel>span,.v66SellTheme .v619SellerTitle span,.v66SellTheme .v622QualityTop span,.v66SellTheme .v66AltGrid article header>span,.v66SellTheme .v66CreateKicker,.v66SellTheme .v66FormTop>div span,.v66SellTheme .v66GeneratedTitle small,.v66SellTheme .v66InsightHead>div>span,.v66SellTheme .v66PreviewLabel span,.v66SellTheme .v66SectionHead small,.v66SellTheme .v66StepRailHead span,.v66SellTheme .v66Suggestions>div>span{color:var(--tp-accent)!important}.v66SellTheme .v66CreateKicker i{background:var(--tp-accent-2)!important;box-shadow:0 0 0 6px rgba(58,154,114,.13)!important}.v66SellTheme .v622QualityBar i,.v66SellTheme .v66CreateHero aside>div span{background:linear-gradient(90deg,var(--tp-accent-2),var(--tp-accent-dark))!important}.v66SellTheme .v66Steps button.active{background:var(--tp-accent-soft)!important;color:var(--tp-accent-dark)!important}.tpSellTheme .button.primary,.v66SellTheme .v616CriteriaIntro>span,.v66SellTheme .v66BudgetIntro>span,.v66SellTheme .v66GenericActions button,.v66SellTheme .v66InfoBanner>span,.v66SellTheme .v66Next,.v66SellTheme .v66Ready>span,.v66SellTheme .v66Steps button.active>span{background:linear-gradient(135deg,var(--tp-accent),var(--tp-accent-dark))!important;color:#fff!important;box-shadow:0 10px 24px var(--tp-accent-shadow)!important}.v66SellTheme .v66Steps button i{background:var(--tp-accent)!important}.v66SellTheme .v66Help>span{background:rgba(35,122,90,.13)!important;color:#72C7A3!important}.v66SellTheme .v66FormTop>b{color:var(--tp-accent-dark)!important;background:var(--tp-accent-soft)!important;border-color:var(--tp-accent-border)!important}.v66SellTheme .v66BudgetIntro,.v66SellTheme .v66InfoBanner,.v66SellTheme .v66Ready{background:linear-gradient(135deg,var(--tp-accent-soft),#FBFFFD)!important;border-color:var(--tp-accent-border)!important}.tpSellTheme input:focus,.tpSellTheme select:focus,.tpSellTheme textarea:focus,.v66SellTheme .v617VehicleCascade select:focus,.v66SellTheme .v617VersionText input:focus,.v66SellTheme .v619Package input:focus,.v66SellTheme .v6311ManualTitleInput input:focus,.v66SellTheme .v6311ModelDetailField input:focus,.v66SellTheme .v66Description textarea:focus,.v66SellTheme .v66Fields2 input:focus,.v66SellTheme .v66Fields2 select:focus,.v66SellTheme .v66Fields2 textarea:focus{border-color:var(--tp-accent)!important;box-shadow:0 0 0 4px rgba(35,122,90,.1)!important}.v66SellTheme .v617VehicleCascade label>span i{color:var(--tp-accent)!important}.v66SellTheme .v66Toggle input:checked+span{background:var(--tp-accent)!important}.v66SellTheme .v616BodyGrid button.active,.v66SellTheme .v616FuelGrid button.active,.v66SellTheme .v619ColorGrid button.active,.v66SellTheme .v619EquipmentGrid button.active{border-color:var(--tp-accent-border)!important;background:var(--tp-accent-soft)!important;color:var(--tp-accent-dark)!important;box-shadow:0 0 0 3px rgba(35,122,90,.055)!important}.v66SellTheme .v616BodyGrid button.active span,.v66SellTheme .v616FuelGrid button.active>span,.v66SellTheme .v619ColorGrid button.active span,.v66SellTheme .v619EquipmentGrid button.active span{background:var(--tp-accent)!important;color:#fff!important}.v66SellTheme .v616FuelAny:hover{color:var(--tp-accent)!important}.v66SellTheme .v619SellerEquipment input{accent-color:var(--tp-accent)!important}.v66SellTheme .v66GeneratedTitle{border-color:var(--tp-accent-border)!important;background:#FAFFFC!important}.v66SellTheme .v66InsightHead button{border-color:var(--tp-accent-border)!important}.v66SellTheme .v66AltGrid button,.v66SellTheme .v66InsightHead button{background:var(--tp-accent-soft)!important;color:var(--tp-accent-dark)!important}.v66SellTheme .v66PreviewTip>span,.v66SellTheme .v66Why>span{background:var(--tp-accent-soft)!important;color:var(--tp-accent)!important}.v66SellTheme .v66GenericPreviewCard,.v66SellTheme .v66PreviewCard{background:linear-gradient(155deg,#0D1814,#10241C 58%,#153327)!important;border-color:rgba(58,154,114,.22)!important}.v66SellTheme .v66GenericPreviewCard:after,.v66SellTheme .v66PreviewCard:after{background:radial-gradient(circle,rgba(58,154,114,.3),transparent 68%)!important}.v66SellTheme .v66PreviewCat{background:rgba(58,154,114,.15)!important;color:#8ED5B5!important}.v66SellTheme .v66GenericPreviewCard>footer span,.v66SellTheme .v66PreviewCard>footer span{color:#8ED5B5!important}.tpSellTheme .v6328SpotlightField,.v66SellTheme .v6328SpotlightField,.v66SellTheme .v66GenericSection{border-color:#CFE5DA!important;background:linear-gradient(180deg,#FFFDFC,#F3FAF6)!important}.v66SellTheme .v66SectionHead>span{background:var(--tp-accent-soft)!important;color:var(--tp-accent)!important;border-color:var(--tp-accent-border)!important}.tpSellTheme .v6328PlanCard:hover,.v66SellTheme .v6328PlanCard:hover{border-color:#86C7AA!important;box-shadow:0 16px 28px rgba(35,122,90,.09)!important}.tpSellTheme .v6328PlanCard.active,.v66SellTheme .v6328PlanCard.active{border-color:var(--tp-accent)!important;background:linear-gradient(180deg,var(--tp-accent-soft),#FAFFFC)!important;box-shadow:0 18px 32px rgba(35,122,90,.14)!important}.tpSellTheme .v6328PlanCard small,.v66SellTheme .v6328PlanCard small{background:var(--tp-accent-soft)!important;color:var(--tp-accent)!important}.v66SellTheme .v6346PaymentSummary span{color:#8ED5B5!important}.tpSellTheme .v6346SpecialBoost,.v66SellTheme .v6346SpecialBoost{border-color:#BDE4D1!important;background:linear-gradient(135deg,#F1FBF6,#FFF)!important}.tpSellTheme .v6346SpecialBoost.active,.tpSellTheme .v6346SpecialBoost:not(:disabled):hover,.v66SellTheme .v6346SpecialBoost.active,.v66SellTheme .v6346SpecialBoost:not(:disabled):hover{border-color:#20C979!important;box-shadow:0 0 0 3px rgba(32,201,121,.09),0 14px 30px rgba(32,201,121,.15)!important}.tpSellTheme .v6346SpecialBoost.active,.v66SellTheme .v6346SpecialBoost.active{background:linear-gradient(135deg,#E9FAF1,#FFF)!important}.tpSellTheme .v6346SpecialBoost .neonDot,.v66SellTheme .v6346SpecialBoost .neonDot{background:#25E28B!important;box-shadow:0 0 8px #25E28B,0 0 18px #17B96D,0 0 30px rgba(37,226,139,.55)!important}.tpSellTheme .v6346SpecialBoost small,.v66SellTheme .v6346SpecialBoost small{color:#138B55!important}.tpSellTheme .v6346SpecialBoost strong,.v66SellTheme .v6346SpecialBoost strong{color:#11623F!important}.v66SellTheme .v66GenericPreviewCard.special-neon,.v66SellTheme .v66PreviewCard.special-neon{border-color:#25E28B!important;box-shadow:0 0 0 2px rgba(37,226,139,.95),0 0 20px rgba(37,226,139,.72),0 0 42px rgba(23,185,109,.36),0 22px 55px rgba(15,23,42,.18)!important}.v6334MiniAd.buy.special-highlight{animation:tpNeonRedPulse 2.2s ease-in-out infinite!important}.v6334MiniAd.buy.special-highlight:before{background:#E5253E!important;box-shadow:0 0 14px rgba(229,37,62,.72)!important}.v6334MiniAd.sell.special-highlight{box-shadow:0 0 0 2px rgba(37,226,139,.94),0 0 18px rgba(37,226,139,.72),0 0 38px rgba(23,185,109,.34),0 18px 46px rgba(15,23,42,.13)!important;animation:tpNeonGreenPulse 2.2s ease-in-out infinite!important}.v6334MiniAd.sell.special-highlight:before{background:#17A866!important;box-shadow:0 0 14px rgba(37,226,139,.7)!important}@keyframes tpNeonGreenPulse{0%,to{box-shadow:0 0 0 2px rgba(37,226,139,.88),0 0 16px rgba(37,226,139,.58),0 0 34px rgba(23,185,109,.26),0 18px 46px rgba(15,23,42,.13)}50%{box-shadow:0 0 0 2px rgba(37,226,139,1),0 0 24px rgba(37,226,139,.86),0 0 50px rgba(23,185,109,.46),0 18px 46px rgba(15,23,42,.13)}}.v623MarketToolbar{min-width:0}.v623ToolbarActions,.v6343SalesTools{display:grid;grid-template-columns:minmax(158px,180px) 136px;grid-gap:9px;gap:9px;align-items:end;justify-content:end;min-width:0;max-width:100%}.v623ToolbarActions .v65Sort,.v6343SalesTools .v65Sort{min-width:0;width:100%}.v623ToolbarActions .v65Sort select,.v6343SalesTools .v65Sort select{width:100%;min-width:0;box-sizing:border-box}.v623ViewToggle{width:136px;min-width:136px;max-width:136px;height:43px;padding:3px;box-sizing:border-box;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;overflow:hidden;flex:0 0 136px}.v623ViewToggle button{min-width:0;width:100%;padding:0 5px!important;display:flex;align-items:center;justify-content:center;gap:4px;white-space:nowrap;overflow:hidden;box-sizing:border-box;line-height:1}.v6343SalesTitleToolbar{align-items:end;gap:22px}.v6343SalesTitleToolbar>div:first-child{min-width:0}.v6343SalesTitleToolbar>div:first-child>small{display:block;margin-top:5px;color:#64748B}.v6343SalesTools .v65Sort span{color:#64748B}.v6343SalesList{display:grid;grid-gap:0;gap:0;border:1px solid #dde7e2;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 10px 28px rgba(15,23,42,.045)}.v6343SalesListHead,.v6343SalesListRow{display:grid;grid-template-columns:minmax(360px,1.7fr) minmax(130px,.65fr) minmax(120px,.58fr) minmax(145px,.65fr) minmax(105px,.48fr);align-items:center;grid-gap:12px;gap:12px}.v6343SalesListHead{min-height:38px;padding:0 14px;background:#F7FAF8;border-bottom:1px solid #e4ece8;color:#64748B;font-size:11px;font-weight:900;letter-spacing:.02em}.v6343SalesListRow{min-height:86px;padding:10px 14px;border-bottom:1px solid #e7eee9;transition:.16s ease}.v6343SalesListRow:last-child{border-bottom:0}.v6343SalesListRow:hover{background:#F8FCFA}.v6343SalesListIdentity{display:grid;grid-template-columns:72px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center;min-width:0}.v6343SalesListThumb{width:72px;height:58px;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#E8F3ED,#F8FCFA);display:grid;place-items:center;border:1px solid #d9e7df}.v6343SalesListThumb img{width:100%;height:100%;object-fit:cover;display:block}.v6343SalesListThumb>span{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,#237A5A,#155C43);color:#fff;font-weight:950}.v6343SalesListIdentity>div:last-child{min-width:0}.v6343SalesListIdentity small{display:block;color:#237A5A;font-size:9px;font-weight:950;letter-spacing:.11em}.v6343SalesListIdentity strong{display:block;margin:4px 0 2px;font-size:14px}.v6343SalesListIdentity p,.v6343SalesListIdentity strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v6343SalesListIdentity p{margin:0;color:#64748B;font-size:11px}.v6343SalesListCategory,.v6343SalesListDate,.v6343SalesListLocation,.v6343SalesListPrice{display:grid;grid-gap:3px;gap:3px;min-width:0}.v6343SalesListCategory small,.v6343SalesListDate small,.v6343SalesListLocation small,.v6343SalesListPrice small{display:none;color:#94A3B8;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.05em}.v6343SalesListCategory b,.v6343SalesListDate b,.v6343SalesListLocation b{font-size:12px;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v6343SalesListPrice strong{font-size:14px;color:#0F172A;white-space:nowrap}.v6343SalesListSkeleton{height:86px;border-bottom:1px solid #e7eee9;background:linear-gradient(90deg,#F3F7F5,#FBFDFC,#F3F7F5);background-size:200% 100%;animation:v6328shine 1.5s linear infinite}.v6343SalesListSkeleton:last-child{border-bottom:0}@media(max-width:1050px){.v623MarketToolbar,.v6343SalesTitleToolbar{align-items:start}.v623ToolbarActions,.v6343SalesTools{grid-template-columns:minmax(145px,1fr) 136px}.v6343SalesListHead,.v6343SalesListRow{grid-template-columns:minmax(300px,1.5fr) minmax(110px,.6fr) minmax(125px,.62fr) minmax(100px,.5fr)}.v6343SalesListHead span:nth-child(3),.v6343SalesListLocation{display:none}}@media(max-width:760px){.v623ToolbarActions,.v6343SalesTools{width:100%;grid-template-columns:minmax(0,1fr) 136px;justify-content:stretch}.v6343SalesTitleToolbar{display:grid;grid-template-columns:1fr;align-items:start}.v6343SalesList{border-radius:14px}.v6343SalesListHead{display:none}.v6343SalesListRow{grid-template-columns:minmax(0,1fr) auto;gap:8px 14px;padding:12px;min-height:0}.v6343SalesListIdentity{grid-column:1/3;grid-template-columns:64px minmax(0,1fr)}.v6343SalesListThumb{width:64px;height:54px}.v6343SalesListCategory{grid-column:1}.v6343SalesListPrice{grid-column:2;grid-row:2;text-align:right}.v6343SalesListDate{grid-column:1/3;grid-row:3}.v6343SalesListCategory small,.v6343SalesListDate small,.v6343SalesListPrice small{display:block}}@media(max-width:430px){.v623ToolbarActions,.v6343SalesTools{grid-template-columns:1fr;gap:8px}.v623ViewToggle{width:100%;min-width:0;max-width:none;flex-basis:auto}}body,button,html,input,select,textarea{font-family:Inter,Segoe UI Variable,Segoe UI,Arial,Helvetica,sans-serif!important}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"kern" 1,"liga" 1,"calt" 1}.v6Top{background-color:#02070C!important;background-image:linear-gradient(90deg,rgba(2,7,12,.99),rgba(2,7,12,.96) 31%,rgba(2,7,12,.72) 53%,rgba(2,7,12,.14) 77%,rgba(2,7,12,.02)),url(/talurio-gold-clean-desktop.jpg)!important;background-repeat:no-repeat,no-repeat!important;background-size:100% 100%,auto 116%!important;background-position:50%,100%!important;border-bottom:1px solid rgba(219,169,76,.24)!important}.v6Top:before{display:none!important}.v6Top:after{content:""!important;display:block!important;position:absolute!important;inset:0!important;z-index:2!important;pointer-events:none!important;opacity:1!important;background:radial-gradient(ellipse at 76% 48%,rgba(255,207,111,.055) 0,transparent 33%),linear-gradient(180deg,rgba(0,0,0,.08),transparent 20%,transparent 84%,rgba(0,0,0,.14))!important}.v6Hero h1{font-family:Inter,Segoe UI Variable,Segoe UI,Arial,sans-serif!important;font-weight:800!important;letter-spacing:-2.8px!important;text-wrap:balance}.v6HeroCopy>p{font-weight:400!important;letter-spacing:-.08px!important}.v6Eyebrow{font-weight:800!important;letter-spacing:.19em!important}.tpGlobalSiteLogo{width:224px!important;overflow:visible!important}.tpGlobalSiteLogo img{image-rendering:auto!important;filter:brightness(1.18) contrast(1.1) saturate(1.12) drop-shadow(0 0 5px rgba(245,190,79,.15)) drop-shadow(0 8px 18px rgba(0,0,0,.32))!important;transform:translateZ(0)}.tpGlobalSiteHeader{background:#030A10!important;border-bottom-color:rgba(218,168,73,.22)!important}.v63116ReferenceStats,.v63121Activity{border-color:rgba(218,165,67,.48)!important;background:linear-gradient(112deg,rgba(5,11,16,.94),rgba(8,14,19,.91) 56%,rgba(18,16,12,.82))!important;box-shadow:0 22px 52px rgba(0,0,0,.38),0 0 16px rgba(219,157,43,.1),inset 0 1px 0 rgba(255,238,195,.075)!important}.v63121QuickCta{background:linear-gradient(135deg,#F3D38E,#DDA844 56%,#BD7D25)!important;box-shadow:0 10px 26px rgba(183,119,31,.18)!important}.v6334Market{background:#FFFFFF!important;background-image:none!important;color:#0A1730!important;border-top:1px solid #eee7dc!important;box-shadow:inset 0 1px 0 #fff!important}.v6334Market:before{display:none!important}.v6334MarketHead span{color:#B77C27!important}.v6334MarketHead h2{color:#071629!important;font-weight:800!important;letter-spacing:-1.25px!important}.v6334MarketMeta span{background:#fff!important;border-color:#E7DFD3!important;color:#717B89!important}.v6334MiniAd,.v6334MiniAd.sell{background:linear-gradient(180deg,#FFFFFF,#FCFBF8)!important;color:#0A1730!important;border-color:#E7E0D5!important;box-shadow:0 12px 30px rgba(15,23,42,.075)!important}.v6334MiniAd:hover{border-color:#D6B36E!important;box-shadow:0 19px 40px rgba(15,23,42,.105),0 0 0 1px rgba(208,158,67,.08)!important}.v6334MiniBody h3,.v6334MiniPrice strong{color:#09172A!important}.v6334MiniAd>footer span,.v6334MiniBody p{color:#727C89!important}.v6334MiniPrice{background:#F8F5EF!important;border-color:#EAE2D6!important}.v6334MiniAd.buy.special-highlight{border-color:#FF3048!important}.v6334MiniAd.sell.special-highlight{border-color:#25E28B!important}@media(min-width:1181px){.v6Hero{max-width:1500px!important;grid-template-columns:minmax(0,650px) minmax(560px,1fr)!important;gap:72px!important}}@media(max-width:1180px){.v6Top{background-image:linear-gradient(90deg,rgba(2,7,12,.98),rgba(2,7,12,.89) 43%,rgba(2,7,12,.42) 75%,rgba(2,7,12,.12)),url(/talurio-gold-clean-desktop.jpg)!important;background-size:100% 100%,auto 108%!important;background-position:50%,100%!important}.tpGlobalSiteLogo{width:190px!important}}@media(max-width:720px){.v6Top{background-image:linear-gradient(180deg,rgba(2,7,12,.78),rgba(2,7,12,.56)),url(/talurio-gold-clean-mobile.jpg)!important;background-size:100% 100%,cover!important;background-position:50%,50%!important}.tpGlobalSiteLogo{width:170px!important}.v6Hero h1{letter-spacing:-2.15px!important}}@media(min-width:1181px){.v6Top{min-height:0!important;padding-bottom:0!important;background-color:#02070C!important;background-image:linear-gradient(90deg,rgba(2,7,12,.995),rgba(2,7,12,.97) 30%,rgba(2,7,12,.84) 47%,rgba(2,7,12,.3) 65%,rgba(2,7,12,.07) 82%,rgba(2,7,12,.015)),url(/talurio-gold-clean-desktop.jpg)!important;background-repeat:no-repeat,no-repeat!important;background-size:100% 100%,auto 126%!important;background-position:50%,right 48%!important}.v6Top:after{background:radial-gradient(ellipse at 72% 51%,rgba(255,205,105,.085) 0,transparent 31%),radial-gradient(ellipse at 91% 27%,rgba(255,198,82,.045) 0,transparent 24%),linear-gradient(180deg,rgba(0,0,0,.035),transparent 17%,transparent 88%,rgba(0,0,0,.1))!important}.v6341HeroCompact,.v6Hero{min-height:0!important;padding-top:24px!important;padding-bottom:17px!important;align-items:center!important}.v63121RightRail{align-self:center!important}.tpHeroSearchWrap,.v63121QuickCta,.v63121RightRail{margin-bottom:0!important}}@media(min-width:721px) and (max-width:1180px){.v6Top{min-height:0!important;padding-bottom:0!important;background-image:linear-gradient(90deg,rgba(2,7,12,.985),rgba(2,7,12,.88) 42%,rgba(2,7,12,.32) 72%,rgba(2,7,12,.06)),url(/talurio-gold-clean-desktop.jpg)!important;background-size:100% 100%,auto 116%!important;background-position:50%,100%!important}.v6341HeroCompact,.v6Hero{min-height:0!important;padding-bottom:20px!important}}@media(max-width:720px){.v6Top{min-height:0!important;padding-bottom:0!important}.v6341HeroCompact,.v6Hero{min-height:0!important;padding-bottom:22px!important}}@media(min-width:1181px){.tpGlobalSiteHeader.is-home .tpGlobalSiteInner{height:86px!important;max-width:1680px!important;padding-left:42px!important;padding-right:42px!important}.tpGlobalSiteHeader.is-home .tpGlobalSiteLeft{gap:34px!important}.tpGlobalSiteHeader.is-home .tpGlobalSiteLogo{width:238px!important}.tpGlobalSiteHeader.is-home .tpGlobalSiteNav{padding:5px 8px!important;border-color:rgba(220,169,73,.27)!important}.tpGlobalSiteHeader.is-home .tpGlobalNavItem>button{min-height:44px!important;padding:0 20px!important;font-size:12.5px!important}.tpGlobalSiteHeader.is-home .tpGlobalSiteActions{gap:13px!important}.tpGlobalSiteHeader.is-home .tpGlobalSiteActions a{min-height:50px!important;padding:0 21px!important;border-radius:13px!important}.tpGlobalSiteHeader.is-home .tpGlobalAccountTrigger{height:50px!important;min-width:152px!important;border-radius:13px!important}.v6Top{position:relative!important;isolation:isolate!important;min-height:410px!important;padding-bottom:0!important;overflow:hidden!important;background:#02070C!important;border-bottom:1px solid rgba(221,170,73,.24)!important}.v6Top:before{inset:-4% 0 -6% 0!important;width:auto!important;height:auto!important;z-index:0!important;border:0!important;border-radius:0!important;transform:none!important;opacity:.98!important;background-color:transparent!important;background-image:url(/talurio-gold-flow.svg)!important;background-repeat:no-repeat!important;background-position:right 49%!important;background-size:auto 146%!important;filter:brightness(1.16) saturate(1.08)!important;box-shadow:none!important}.v6Top:after,.v6Top:before{content:""!important;display:block!important;position:absolute!important;pointer-events:none!important}.v6Top:after{inset:0!important;z-index:1!important;opacity:1!important;background:radial-gradient(ellipse at 72% 52%,rgba(255,202,93,.075) 0,rgba(217,147,32,.025) 26%,transparent 48%),linear-gradient(90deg,rgba(2,7,12,1),rgba(2,7,12,.985) 24%,rgba(2,7,12,.9) 41%,rgba(2,7,12,.52) 56%,rgba(2,7,12,.15) 70%,rgba(2,7,12,.025) 84%,rgba(2,7,12,0)),linear-gradient(180deg,rgba(0,0,0,.06),transparent 18%,transparent 86%,rgba(0,0,0,.12))!important}.v6341HeroCompact,.v6Hero{min-height:410px!important;max-width:1500px!important;padding-top:30px!important;padding-bottom:24px!important;align-items:center!important;position:relative!important;z-index:3!important}.v63121RightRail{align-self:center!important}.v6334Market{padding-top:50px!important}.v6334CardGrid{column-gap:15px!important;row-gap:24px!important}}@media(min-width:721px) and (max-width:1180px){.v6Top{background:#02070C!important;position:relative!important;isolation:isolate!important}.v6Top:before{content:""!important;display:block!important;position:absolute!important;inset:0!important;z-index:0!important;pointer-events:none!important;background:url(/talurio-gold-flow.svg) 100%/auto 118% no-repeat!important;opacity:.82!important;filter:brightness(1.1)!important}.v6Top:after{z-index:1!important;background:linear-gradient(90deg,rgba(2,7,12,.99),rgba(2,7,12,.86) 46%,rgba(2,7,12,.28) 76%,rgba(2,7,12,.06))!important}.v6341HeroCompact,.v6Hero{position:relative!important;z-index:3!important}}@media(min-width:1181px){.v6Top:before{inset:-12% -4% -14% -10%!important;opacity:.96!important;background-image:url(/talurio-gold-flow.svg)!important;background-repeat:no-repeat!important;background-position:center 52%!important;background-size:118% 154%!important;filter:brightness(1.3) saturate(1.28) sepia(.05)!important}.v6Top:after{background:radial-gradient(ellipse at 58% 58%,rgba(255,190,55,.105) 0,rgba(219,143,24,.055) 23%,transparent 50%),radial-gradient(ellipse at 82% 34%,rgba(255,213,116,.115) 0,rgba(222,149,35,.035) 28%,transparent 53%),linear-gradient(90deg,rgba(2,7,12,.965),rgba(2,7,12,.93) 18%,rgba(2,7,12,.79) 33%,rgba(2,7,12,.54) 47%,rgba(2,7,12,.27) 61%,rgba(2,7,12,.1) 76%,rgba(2,7,12,.025) 90%,rgba(2,7,12,0)),linear-gradient(180deg,rgba(0,0,0,.045),transparent 18%,transparent 87%,rgba(0,0,0,.11))!important}.v6HeroCopy{position:relative!important;z-index:4!important}.v6HeroCopy:before{content:""!important;position:absolute!important;inset:-22px -46px -22px -34px!important;z-index:-1!important;pointer-events:none!important;background:radial-gradient(ellipse at 30% 48%,rgba(2,7,12,.72) 0,rgba(2,7,12,.47) 48%,transparent 79%)!important;filter:blur(2px)!important}}@media(min-width:721px) and (max-width:1180px){.v6Top:before{inset:-8% -6% -10% -14%!important;background-position:center 52%!important;background-size:126% 142%!important;opacity:.9!important;filter:brightness(1.24) saturate(1.22)!important}.v6Top:after{background:radial-gradient(ellipse at 62% 58%,rgba(255,190,55,.085),transparent 48%),linear-gradient(90deg,rgba(2,7,12,.97),rgba(2,7,12,.84) 34%,rgba(2,7,12,.48) 58%,rgba(2,7,12,.15) 80%,rgba(2,7,12,.04))!important}}.v63139GoldenBg{--bg-0:#050403;--bg-1:#0b0806;overflow:hidden;background:radial-gradient(120% 140% at 8% 15%,rgba(120,85,30,.16),transparent 55%),radial-gradient(90% 120% at 100% 20%,rgba(232,163,61,.14),transparent 60%),linear-gradient(135deg,var(--bg-0) 0,var(--bg-1) 45%,#100b07 100%)}.v63139GoldenBg,.v63139GoldenBg:before{position:absolute;inset:0;z-index:0;pointer-events:none}.v63139GoldenBg:before{content:"";opacity:.05;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");mix-blend-mode:overlay}.v63139GoldenBg canvas{position:absolute;inset:0;display:block;width:100%;height:100%}.v63139Streaks{z-index:1}.v63139Particles{z-index:2}.v63139GoldenBg:after{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;background:radial-gradient(120% 90% at 20% 40%,transparent 40%,rgba(0,0,0,.35) 100%),linear-gradient(90deg,rgba(2,7,12,.42),rgba(2,7,12,.18) 31%,rgba(2,7,12,.03) 58%,transparent)}@media(max-width:720px){.v63139GoldenBg:after{background:linear-gradient(90deg,rgba(2,7,12,.5),rgba(2,7,12,.12) 72%,transparent)!important}}.v6Top{position:relative!important;isolation:isolate!important;background:#050403!important}.v6Top:after,.v6Top:before{display:none!important}.v63140GoldenBg{--bg-0:#050403;--bg-1:#0b0806;overflow:hidden;background:radial-gradient(120% 140% at 8% 15%,rgba(120,85,30,.16),transparent 55%),radial-gradient(90% 120% at 100% 20%,rgba(232,163,61,.14),transparent 60%),linear-gradient(135deg,var(--bg-0) 0,var(--bg-1) 45%,#100b07 100%)}.v63140GoldenBg,.v63140GoldenBg:before{position:absolute;inset:0;z-index:0;pointer-events:none}.v63140GoldenBg:before{content:"";opacity:.05;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");mix-blend-mode:overlay}.v63140GoldenBg canvas{position:absolute;inset:0;z-index:2;display:block;width:100%;height:100%}.v63140GoldenBg:after{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;background:radial-gradient(120% 90% at 20% 40%,transparent 40%,rgba(0,0,0,.35) 100%)}.v6Top>.v6Header,.v6Top>.v6Hero{position:relative!important;z-index:4!important}.v6HeroCopy:before{display:none!important}.adminSidebar,.tpDashNav,.tpGlobalSiteHeader.has-search,.v610Header,.v611SellerHeader,.v612AccountHeader,.v613Header,.v614Side,.v614Topbar,.v620EditHeader,.v623MarketHeader,.v65Header,.v66CreateHeader,.v67Header,.v68Header,.wizardHeader{background-color:#050403!important;background-image:url(/talurio-golden-static-v2.svg)!important;background-size:cover!important;background-position:50%!important;background-repeat:no-repeat!important;border-bottom-color:rgba(232,163,61,.18)!important}.tpGlobalMobileDrawer,.tpGlobalNavDrop,.v6341Dropdown{background-color:#07100f!important;background-image:url(/talurio-golden-static-v2.svg)!important;background-size:900px auto!important;background-position:100%!important;background-repeat:no-repeat!important;border-color:rgba(232,163,61,.22)!important}.tpGlobalNavDrop:before{background:#0b0806!important;border-color:rgba(232,163,61,.22)!important}.tpGlobalAccountMenu,.tpPremiumProfileHero{background-color:#070b0e!important;background-image:url(/talurio-golden-static-v2.svg)!important;background-size:cover!important;background-position:50%!important;background-repeat:no-repeat!important}@media(max-width:720px){.v63140GoldenBg:after{background:linear-gradient(90deg,rgba(2,7,12,.42),rgba(2,7,12,.08) 74%,transparent)!important}.tpGlobalMobileDrawer,.tpGlobalSiteHeader.has-search{background-position:68%!important}}@media(min-width:1181px){.v63121RightRail{gap:6px!important;row-gap:6px!important}.v63121RightRail .v63116ReferenceStats,.v63121RightRail .v63121Activity,.v63121RightRail .v63121QuickCta{margin-top:0!important;margin-bottom:0!important}}.adminSidebar,.tpDashNav,.tpGlobalSiteHeader.has-search,.v610Header,.v611SellerHeader,.v612AccountHeader,.v613Header,.v614Side,.v614Topbar,.v620EditHeader,.v623MarketHeader,.v65Header,.v66CreateHeader,.v67Header,.v68Header,.wizardHeader{background-image:none!important;background-color:#030A10!important;border-bottom-color:rgba(218,168,73,.22)!important}.tpGlobalMobileDrawer,.tpGlobalNavDrop,.v6341Dropdown{background-image:none!important;background-color:rgba(4,11,17,.985)!important;border-color:rgba(214,168,79,.24)!important;box-shadow:0 24px 64px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.025)!important}.tpGlobalNavDrop:before{background:#07100F!important;border-color:rgba(214,168,79,.24)!important}.tpGlobalAccountMenuPortal.tpPremiumProfileMenu:before{background:radial-gradient(circle at 92% 3%,rgba(232,176,72,.13),transparent 28%),radial-gradient(circle at 5% 88%,rgba(218,162,58,.055),transparent 32%)!important}.tpPremiumProfileHero{background:radial-gradient(circle at 88% 5%,rgba(224,166,62,.15),transparent 31%),linear-gradient(135deg,#FFFDF8,#FFF9EE 54%,#F8E7C4 120%)!important;background-image:radial-gradient(circle at 88% 5%,rgba(224,166,62,.15),transparent 31%),linear-gradient(135deg,#FFFDF8,#FFF9EE 54%,#F8E7C4 120%)!important;color:#15202B!important;border-bottom:1px solid rgba(201,151,62,.22)!important}.tpPremiumProfileHero:after{background-image:linear-gradient(rgba(183,133,45,.038) 1px,transparent 0),linear-gradient(90deg,rgba(183,133,45,.038) 1px,transparent 0)!important;background-size:28px 28px!important}.tpPremiumProfileAura{background:radial-gradient(circle,rgba(229,176,77,.23),rgba(207,147,45,.07) 54%,transparent 73%)!important}.tpPremiumAvatar{background:linear-gradient(145deg,#F6D991,#E5B557 55%,#C68A28)!important;color:#201306!important;border-color:rgba(174,119,33,.25)!important;box-shadow:0 12px 28px rgba(183,126,37,.18),inset 0 1px 0 rgba(255,255,255,.72)!important}.tpPremiumEyebrow{color:#A66C16!important}.tpPremiumProfileCopy>strong{color:#111A25!important}.tpPremiumProfileCopy>em{color:#7D8794!important}.tpPremiumProfileStatus{border-top-color:rgba(190,141,54,.18)!important}.tpPremiumProfileStatus>span{color:#4E5967!important}.tpPremiumProfileStatus>a{color:#A66C16!important}.tpPremiumProfileStatus>a:hover{color:#7E4B08!important}.tpPremiumQuickActions{background:linear-gradient(180deg,#FFFDF8,#FFFFFF)!important;border-bottom:1px solid #eee5d5!important}.tpPremiumQuickActions>a{border-color:#E8DDC9!important;background:#FFFFFF!important;color:#344050!important;box-shadow:0 4px 14px rgba(15,23,42,.035)!important}.tpPremiumQuickActions>a.active,.tpPremiumQuickActions>a:hover{border-color:#D8B56F!important;background:#FFF9ED!important;color:#8E5B10!important;box-shadow:0 8px 22px rgba(173,119,31,.09)!important}.tpPremiumQuickActions>a>span{background:#FFF4D9!important;border:1px solid #ecd7ab!important;color:#B57918!important}.tpPremiumMenuScroll{background:#FFFEFB!important;background-image:none!important}.tpPremiumMenuSection>header>span{color:#A77B37!important}.tpPremiumMenuSection>header>i{background:linear-gradient(90deg,#EADFCB,rgba(234,223,203,.08))!important}.tpPremiumMenuList>a{color:#1A2532!important;border:1px solid transparent!important}.tpPremiumMenuList>a.active,.tpPremiumMenuList>a:hover{background:linear-gradient(90deg,#FFF8E9,#FFFDF7)!important;border-color:rgba(208,166,91,.22)!important}.tpPremiumMenuList>a.active{box-shadow:inset 3px 0 #C9912E!important}.tpPremiumMenuList>a>div>b{color:#17202B!important}.tpPremiumMenuList>a>div>small{color:#8A94A2!important}.tpPremiumMenuList>a>em{color:#D0B37C!important}.tpPremiumMenuList>a.active>em,.tpPremiumMenuList>a:hover>em{color:#B87B1B!important}.tpPremiumMenuIcon,.tpPremiumMenuIcon.amber,.tpPremiumMenuIcon.blue,.tpPremiumMenuIcon.cyan,.tpPremiumMenuIcon.rose,.tpPremiumMenuIcon.slate,.tpPremiumMenuIcon.violet{background:#FFF5DF!important;border:1px solid #ecd9b4!important;color:#B67616!important}.tpGlobalAccountMenuPortal .tpPremiumMenuFooter,.tpPremiumMenuFooter{box-shadow:0 -10px 24px rgba(15,23,42,.045)!important}.tpPremiumLogout{border-color:#F0D9D3!important;background:#FFF8F6!important;color:#B74332!important}.tpPremiumLogout:hover{background:#FFF1EE!important;border-color:#E9BEB5!important}.tpPremiumLogout>span{background:#FDE7E2!important;color:#C84B38!important;border-color:#F3CEC6!important}.tpPremiumLogout b{color:#B74332!important}.tpPremiumLogout small{color:#C98276!important}@media(max-width:520px){.tpPremiumProfileHero{background:radial-gradient(circle at 88% 4%,rgba(224,166,62,.13),transparent 32%),linear-gradient(180deg,#FFFDF8,#FFF7E8)!important}}@media (min-width:1181px){.v63121RightRail{gap:0!important;row-gap:0!important}.v63121RightRail>.v63116ReferenceStats,.v63121RightRail>.v63121Activity,.v63121RightRail>.v6LuxuryStats{margin:0 0 6px!important}.v63121RightRail>.v63121QuickCta{margin:0!important}}.tpGlobalAccountMenuPortal .tpPremiumProfileHero,.tpPremiumProfileHero{background:#F2CE78!important;background-image:linear-gradient(135deg,#F9E7B3,#F2CE78 48%,#E3AE45)!important;color:#1B160D!important;border-bottom:1px solid rgba(151,100,20,.3)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.6)!important}.tpGlobalAccountMenuPortal .tpPremiumProfileHero:after,.tpPremiumProfileHero:after{opacity:.55!important;background-image:linear-gradient(rgba(143,93,18,.045) 1px,transparent 0),linear-gradient(90deg,rgba(143,93,18,.045) 1px,transparent 0)!important}.tpGlobalAccountMenuPortal .tpPremiumProfileAura,.tpPremiumProfileAura{background:radial-gradient(circle,rgba(255,249,220,.46),rgba(214,151,46,.16) 54%,transparent 73%)!important}.tpGlobalAccountMenuPortal .tpPremiumAvatar,.tpPremiumAvatar{background:linear-gradient(145deg,#FFE8A5,#EDBC52 58%,#C9871D)!important;color:#211608!important;border-color:rgba(137,88,15,.28)!important;box-shadow:0 10px 24px rgba(150,95,16,.17),inset 0 1px 0 rgba(255,255,255,.74)!important}.tpGlobalAccountMenuPortal .tpPremiumEyebrow,.tpPremiumEyebrow{color:#8A570D!important}.tpGlobalAccountMenuPortal .tpPremiumProfileCopy>strong,.tpPremiumProfileCopy>strong{color:#15120D!important}.tpGlobalAccountMenuPortal .tpPremiumProfileCopy>em,.tpPremiumProfileCopy>em{color:#6F6048!important}.tpGlobalAccountMenuPortal .tpPremiumProfileStatus,.tpPremiumProfileStatus{border-top-color:rgba(134,87,18,.22)!important}.tpGlobalAccountMenuPortal .tpPremiumProfileStatus>span,.tpPremiumProfileStatus>span{color:#4F4535!important}.tpGlobalAccountMenuPortal .tpPremiumProfileStatus>a,.tpPremiumProfileStatus>a{color:#7D4D08!important}.tpGlobalAccountMenuPortal .tpPremiumProfileStatus>a:hover,.tpPremiumProfileStatus>a:hover{color:#4F2E02!important}@media(max-width:520px){.tpGlobalAccountMenuPortal .tpPremiumProfileHero,.tpPremiumProfileHero{background:#F2CE78!important;background-image:linear-gradient(145deg,#F9E7B3,#F2CE78 52%,#E3AE45)!important}}.tpGlobalAccountMenuPortal.tpPremiumProfileMenu,.tpPremiumProfileMenu{background:#FFFEFB!important;color:#17202B!important;border:1px solid rgba(197,147,58,.38)!important;box-shadow:0 30px 78px rgba(15,23,42,.22),0 0 0 1px rgba(236,205,143,.2),0 0 28px rgba(198,142,42,.08)!important}.tpGlobalAccountMenuPortal.tpPremiumProfileMenu:before,.tpPremiumProfileMenu:before{background:radial-gradient(circle at 92% 3%,rgba(232,176,72,.13),transparent 28%),radial-gradient(circle at 5% 88%,rgba(218,162,58,.055),transparent 32%)!important}.tpGlobalAccountMenuPortal .tpPremiumProfileHero,.tpPremiumProfileHero{background:radial-gradient(circle at 88% 5%,rgba(224,166,62,.15),transparent 31%),linear-gradient(135deg,#FFFDF8,#FFF9EE 54%,#F8E7C4 120%)!important;background-image:radial-gradient(circle at 88% 5%,rgba(224,166,62,.15),transparent 31%),linear-gradient(135deg,#FFFDF8,#FFF9EE 54%,#F8E7C4 120%)!important;border-bottom:1px solid rgba(201,151,62,.22)!important}.tpGlobalAccountMenuPortal .tpPremiumProfileHero:after,.tpPremiumProfileHero:after{opacity:1!important;background-image:linear-gradient(rgba(183,133,45,.038) 1px,transparent 0),linear-gradient(90deg,rgba(183,133,45,.038) 1px,transparent 0)!important}.tpGlobalAccountMenuPortal .tpPremiumProfileAura,.tpPremiumProfileAura{background:radial-gradient(circle,rgba(229,176,77,.23),rgba(207,147,45,.07) 54%,transparent 73%)!important}.tpGlobalAccountMenuPortal .tpPremiumAvatar,.tpPremiumAvatar{background:linear-gradient(145deg,#F6D991,#E5B557 55%,#C68A28)!important;color:#201306!important;border-color:rgba(174,119,33,.25)!important;box-shadow:0 12px 28px rgba(183,126,37,.18),inset 0 1px 0 rgba(255,255,255,.72)!important}.tpGlobalAccountMenuPortal .tpPremiumEyebrow,.tpPremiumEyebrow{color:#A66C16!important}.tpGlobalAccountMenuPortal .tpPremiumProfileCopy>em,.tpPremiumProfileCopy>em{color:#7D8794!important}.tpGlobalAccountMenuPortal .tpPremiumProfileStatus,.tpPremiumProfileStatus{border-top-color:rgba(190,141,54,.18)!important}.tpGlobalAccountMenuPortal .tpPremiumProfileStatus>span,.tpPremiumProfileStatus>span{color:#4E5967!important}.tpGlobalAccountMenuPortal .tpPremiumProfileStatus>a,.tpPremiumProfileStatus>a{color:#A66C16!important}.tpGlobalAccountMenuPortal .tpPremiumProfileStatus>a:hover,.tpPremiumProfileStatus>a:hover{color:#7E4B08!important}@media(max-width:520px){.tpGlobalAccountMenuPortal .tpPremiumProfileHero,.tpPremiumProfileHero{background:radial-gradient(circle at 88% 4%,rgba(224,166,62,.13),transparent 32%),linear-gradient(180deg,#FFFDF8,#FFF7E8)!important;background-image:radial-gradient(circle at 88% 4%,rgba(224,166,62,.13),transparent 32%),linear-gradient(180deg,#FFFDF8,#FFF7E8)!important}}@media (min-width:1181px){.v63121RightRail{gap:0!important;row-gap:0!important;overflow:visible!important}.v63121RightRail>.v63116ReferenceStats,.v63121RightRail>.v6LuxuryStats{position:relative!important;top:-16px!important;margin:0!important;z-index:3!important}.v63121RightRail>.v63121Activity{position:relative!important;top:-8px!important;margin:0!important;z-index:2!important}.v63121RightRail>.v63121QuickCta{position:relative!important;top:0!important;margin:0!important;z-index:1!important}.v63121RightRail{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:118px 116px 44px!important;grid-gap:9px!important;gap:9px!important;grid-row-gap:9px!important;row-gap:9px!important;align-content:center!important;overflow:visible!important}.v63121RightRail>.v63116ReferenceStats,.v63121RightRail>.v63121Activity,.v63121RightRail>.v63121QuickCta,.v63121RightRail>.v6LuxuryStats{position:relative!important;top:0!important;transform:none!important;margin:0!important;width:100%!important;min-width:0!important;box-sizing:border-box!important}.v63121RightRail>.v63116ReferenceStats,.v63121RightRail>.v6LuxuryStats{height:118px!important;min-height:118px!important;max-height:118px!important;align-self:stretch!important}.v63121RightRail>.v63116ReferenceStats>div,.v63121RightRail>.v6LuxuryStats>div{height:118px!important;min-height:118px!important;max-height:118px!important;padding-top:0!important;padding-bottom:0!important}.v63121RightRail>.v63121Activity{height:116px!important;min-height:116px!important;max-height:116px!important;align-self:stretch!important}.v63121RightRail>.v63121QuickCta{height:44px!important;min-height:44px!important;max-height:44px!important;align-self:stretch!important}}.tpGlobalSiteHeader.tpPremiumHeaderV63149{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:500!important;background:radial-gradient(780px 120px at 12% -80%,rgba(226,173,77,.085),transparent 66%),linear-gradient(180deg,#030a10,#02080d)!important;border-bottom:1px solid rgba(221,169,70,.46)!important;box-shadow:0 12px 34px rgba(0,0,0,.28),inset 0 -1px 0 rgba(255,220,142,.035)!important}.tpGlobalSiteHeader.tpPremiumHeaderV63149:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;pointer-events:none;background:linear-gradient(90deg,transparent 2%,rgba(234,181,78,.46) 18%,rgba(251,216,136,.82) 50%,rgba(234,181,78,.46) 82%,transparent 98%);box-shadow:0 0 12px rgba(218,160,55,.1)}.tpPremiumHeaderV63149 .tpGlobalSiteInner{width:min(100%,1720px)!important;max-width:1720px!important;height:82px!important;margin:0 auto!important;padding:0 34px!important;display:grid!important;grid-template-columns:minmax(455px,520px) minmax(330px,620px) auto minmax(155px,188px)!important;grid-gap:18px!important;gap:18px!important;align-items:center!important}.tpPremiumHeaderV63149 .tpGlobalSiteLeft{display:flex!important;align-items:center!important;gap:30px!important;min-width:0!important}.tpPremiumHeaderV63149 .tpGlobalSiteLogo{width:210px!important;min-width:210px!important;max-width:210px!important;height:52px!important;overflow:visible!important;display:flex!important;align-items:center!important}.tpPremiumHeaderV63149 .tpGlobalSiteLogo img{width:100%!important;height:auto!important;max-height:52px!important;object-fit:contain!important;filter:brightness(1.06) contrast(1.04) drop-shadow(0 0 7px rgba(229,169,62,.16))!important;transform:none!important}.tpPremiumHeaderV63149 .tpGlobalSiteNav{height:50px!important;min-width:198px!important;padding:4px!important;gap:2px!important;border-radius:999px!important;border:1px solid rgba(218,166,69,.42)!important;background:linear-gradient(180deg,rgba(11,18,23,.94),rgba(5,11,16,.94))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 10px 24px rgba(0,0,0,.18)!important}.tpPremiumHeaderV63149 .tpGlobalNavItem{flex:1 1!important;position:relative!important}.tpPremiumHeaderV63149 .tpGlobalNavItem>button{width:100%!important;min-width:92px!important;min-height:40px!important;height:40px!important;padding:0 18px!important;border-radius:999px!important;color:#eee8de!important;font-size:12px!important;font-weight:900!important;letter-spacing:.01em!important;transition:background .18s ease,color .18s ease,box-shadow .18s ease!important}.tpPremiumHeaderV63149 .tpGlobalNavItem.active>button,.tpPremiumHeaderV63149 .tpGlobalNavItem:hover>button,.tpPremiumHeaderV63149 .tpGlobalNavItem>button:focus-visible{color:#171006!important;background:linear-gradient(135deg,#f3d688,#dda844 58%,#bd7f27)!important;box-shadow:0 7px 18px rgba(192,126,32,.2),inset 0 1px 0 rgba(255,248,220,.66)!important}.tpPremiumHeaderV63149 .tpGlobalNavDrop{top:calc(100% + 14px)!important;width:318px!important;padding:9px!important;border-radius:18px!important;background:linear-gradient(180deg,rgba(5,13,19,.992),rgba(3,10,15,.992))!important;background-image:none!important;border:1px solid rgba(213,165,75,.3)!important;box-shadow:0 28px 70px rgba(0,0,0,.55),inset 0 0 0 1px rgba(255,226,162,.025)!important}.tpPremiumHeaderV63149 .tpGlobalNavDrop:before{background:#071017!important;border-color:rgba(213,165,75,.3)!important}.tpPremiumHeaderV63149 .tpGlobalNavDrop a{color:#f4efe6!important;border-bottom-color:rgba(211,166,79,.1)!important}.tpPremiumHeaderV63149 .tpGlobalNavDrop a:hover{background:rgba(219,165,67,.07)!important}.tpPremiumHeaderV63149 .tpGlobalNavDrop a>i{background:rgba(218,164,67,.055)!important;border-color:rgba(218,164,67,.18)!important;color:#dbaa49!important}.tpPremiumHeaderV63149 .tpGlobalNavDrop span{color:#8e99a4!important}.tpPremiumHeaderV63149 .tpGlobalNavDrop em{color:#e1ad4b!important}.tpPremiumHeaderV63149 .tpGlobalHeaderSearchWrap{grid-column:2!important;grid-row:1!important;width:100%!important;max-width:620px!important;min-width:0!important;justify-self:center!important;align-self:center!important;z-index:170!important}.tpPremiumHeaderV63149 .tpGlobalHeaderSearch{width:100%!important;height:52px!important;min-height:52px!important;padding:4px 5px 4px 6px!important;margin:0!important;display:grid!important;grid-template-columns:40px minmax(0,1fr) 86px!important;grid-template-rows:44px!important;grid-column-gap:6px!important;column-gap:6px!important;align-items:center!important;border-radius:16px!important;overflow:visible!important;background:linear-gradient(180deg,rgba(8,15,20,.93),rgba(4,10,15,.96))!important;border:1px solid rgba(220,169,73,.5)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.028),0 10px 28px rgba(0,0,0,.18)!important}.tpPremiumHeaderV63149 .tpGlobalHeaderSearch:focus-within{border-color:rgba(241,193,91,.82)!important;box-shadow:0 0 0 3px rgba(221,161,49,.07),0 12px 32px rgba(0,0,0,.25),0 0 18px rgba(221,161,49,.08)!important}.tpPremiumHeaderV63149 .tpGlobalHeaderSearchIcon{width:36px!important;height:36px!important;border-radius:11px!important;background:rgba(218,164,67,.045)!important;border:1px solid rgba(218,164,67,.16)!important;color:#e0ad4a!important}.tpPremiumHeaderV63149 .tpGlobalHeaderSearch input{height:42px!important;line-height:42px!important;padding:0 34px 0 4px!important;color:#f1ede6!important;background:transparent!important;border:0!important;box-shadow:none!important;font-size:12px!important}.tpPremiumHeaderV63149 .tpGlobalHeaderSearch input::placeholder{color:#8d969e!important}.tpPremiumHeaderV63149 .tpGlobalHeaderSearchClear{right:96px!important;top:50%!important;transform:translateY(-50%)!important;color:#929aa1!important}.tpPremiumHeaderV63149 .tpGlobalHeaderSearchSubmit{width:86px!important;min-width:86px!important;height:42px!important;min-height:42px!important;border-radius:12px!important;color:#150e05!important;background:linear-gradient(135deg,#f4d98f,#dfa946 58%,#c1832b)!important;border:1px solid rgba(255,232,171,.48)!important;box-shadow:0 8px 18px rgba(186,117,25,.17),inset 0 1px 0 rgba(255,250,224,.62)!important;font-size:11.5px!important}.tpPremiumHeaderV63149 .tpGlobalHeaderSearchSubmit:hover{filter:brightness(1.045)!important}.tpPremiumHeaderV63149 .tpGlobalSiteActions{grid-column:3!important;grid-row:1!important;display:flex!important;align-items:center!important;justify-self:end!important;gap:10px!important;white-space:nowrap!important}.tpGlobalCreateMenu{position:relative;display:flex;align-items:center}.tpGlobalCreateMenu:after{content:"";position:absolute;right:0;top:100%;width:318px;height:18px;z-index:219}.tpGlobalCreateTrigger{height:50px;min-width:132px;padding:0 20px;border:1px solid rgba(255,231,171,.48);border-radius:15px;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;color:#160f06;background:linear-gradient(135deg,#f4d98e,#dfa945 58%,#bd7c24);font-size:12px;font-weight:950;box-shadow:0 10px 26px rgba(180,111,24,.19),inset 0 1px 0 rgba(255,249,219,.68);transition:.18s ease}.tpGlobalCreateMenu:focus-within .tpGlobalCreateTrigger,.tpGlobalCreateTrigger:hover{transform:translateY(-1px);filter:brightness(1.045);box-shadow:0 14px 30px rgba(180,111,24,.24),0 0 18px rgba(222,165,61,.08)}.tpGlobalCreateTrigger span{font-size:14px;line-height:1;transform:translateY(-1px)}.tpGlobalCreateDrop{position:absolute;right:0;top:calc(100% + 8px);z-index:220;width:318px;padding:8px;border-radius:18px;background:linear-gradient(180deg,rgba(5,13,19,.995),rgba(3,9,14,.995));border:1px solid rgba(213,165,75,.3);box-shadow:0 28px 70px rgba(0,0,0,.55);opacity:0;visibility:hidden;transform:translateY(7px);transition:.16s ease}.tpGlobalCreateMenu:focus-within .tpGlobalCreateDrop,.tpGlobalCreateMenu:hover .tpGlobalCreateDrop{opacity:1;visibility:visible;transform:none}.tpGlobalCreateDrop:before{content:"";position:absolute;right:42px;top:-7px;width:14px;height:14px;transform:rotate(45deg);background:#071017;border-left:1px solid rgba(213,165,75,.3);border-top:1px solid rgba(213,165,75,.3)}.tpGlobalCreateDrop a{min-height:68px;padding:10px 11px;border-radius:12px;display:grid;grid-template-columns:38px minmax(0,1fr) 18px;align-items:center;grid-gap:11px;gap:11px;color:#f5efe6;border:1px solid transparent}.tpGlobalCreateDrop a+a{margin-top:3px}.tpGlobalCreateDrop a:hover{background:rgba(219,165,67,.07);border-color:rgba(219,165,67,.12)}.tpGlobalCreateDrop a>i{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;font-style:normal;color:#e1ad4b;background:rgba(218,164,67,.06);border:1px solid rgba(218,164,67,.18)}.tpGlobalCreateDrop a>div{display:grid;grid-gap:4px;gap:4px}.tpGlobalCreateDrop b{font-size:12px}.tpGlobalCreateDrop small{font-size:10px;color:#89949f;font-weight:650}.tpGlobalCreateDrop em{font-style:normal;color:#e1ad4b;font-weight:900}.tpGlobalLoginLink{height:46px;padding:0 8px!important;color:#d8d2c8!important;background:transparent!important;box-shadow:none!important;font-size:11.5px!important}.tpGlobalJoinCompact{height:46px;padding:0 13px!important;border-radius:12px!important;color:#160f06!important;background:linear-gradient(135deg,#ead083,#c58b31)!important;font-size:11.5px!important}.tpPremiumHeaderV63149 .tpGlobalSiteInner>.tpGlobalAccountHost{grid-column:4!important;grid-row:1!important;justify-self:end!important;width:100%!important;min-width:155px!important;position:static!important}.tpPremiumHeaderV63149 .tpGlobalAccountTrigger{width:100%!important;min-width:155px!important;max-width:188px!important;height:50px!important;padding:0 11px 0 15px!important;display:grid!important;grid-template-columns:minmax(0,1fr) 12px 35px!important;align-items:center!important;grid-gap:7px!important;gap:7px!important;border-radius:15px!important;background:linear-gradient(180deg,rgba(10,17,22,.91),rgba(5,11,16,.94))!important;border:1px solid rgba(218,166,69,.48)!important;color:#f5f0e8!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 10px 24px rgba(0,0,0,.17)!important;transform:none!important;filter:none!important}.tpPremiumHeaderV63149 .tpGlobalAccount.open .tpGlobalAccountTrigger,.tpPremiumHeaderV63149 .tpGlobalAccountTrigger:hover{border-color:rgba(237,184,79,.76)!important;background:rgba(9,17,23,.98)!important;box-shadow:0 0 0 1px rgba(230,172,67,.08),0 12px 28px rgba(0,0,0,.24)!important;transform:none!important}.tpPremiumHeaderV63149 .tpGlobalAccountName{font-size:11.5px!important;color:#f4efe7!important;font-weight:900!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.tpPremiumHeaderV63149 .tpGlobalAccountTrigger>i{color:#dca847!important;font-size:12px!important;margin:0!important}.tpPremiumHeaderV63149 .tpGlobalAccountUserGlyph{width:35px!important;height:30px!important;margin:0!important;padding-left:9px!important;border-left:1px solid rgba(218,166,69,.18)!important;color:#e1ad4b!important;display:grid!important;place-items:center!important}.tpPremiumHeaderV63149 .tpGlobalAccountUserGlyph svg{width:18px!important;height:18px!important}.tpPremiumHeaderV63149 .tpGlobalHeaderSuggest{background:#071017!important;border-color:rgba(213,165,75,.28)!important;box-shadow:0 26px 68px rgba(0,0,0,.52)!important}.tpPremiumHeaderV63149 .tpGlobalHeaderSuggest a{color:#f5efe6!important;border-color:rgba(213,165,75,.1)!important}.tpPremiumHeaderV63149 .tpGlobalHeaderSuggest a:hover{background:rgba(219,165,67,.07)!important}@media(max-width:1380px) and (min-width:1041px){.tpPremiumHeaderV63149 .tpGlobalSiteInner{grid-template-columns:minmax(390px,470px) minmax(280px,430px) auto minmax(145px,168px)!important;padding:0 24px!important;gap:12px!important}.tpPremiumHeaderV63149 .tpGlobalSiteLogo{width:188px!important;min-width:188px!important;max-width:188px!important}.tpPremiumHeaderV63149 .tpGlobalSiteLeft{gap:18px!important}.tpPremiumHeaderV63149 .tpGlobalSiteNav{min-width:178px!important}.tpPremiumHeaderV63149 .tpGlobalNavItem>button{min-width:82px!important;padding:0 14px!important}.tpGlobalCreateTrigger{min-width:116px;padding:0 16px}.tpPremiumHeaderV63149 .tpGlobalAccountTrigger{min-width:145px!important;max-width:168px!important}}@media(max-width:1040px) and (min-width:721px){.tpPremiumHeaderV63149 .tpGlobalSiteInner{height:134px!important;grid-template-columns:minmax(0,1fr) auto minmax(145px,170px)!important;grid-template-rows:72px 52px!important;padding:0 20px 10px!important;gap:0 12px!important}.tpPremiumHeaderV63149 .tpGlobalSiteLeft{grid-column:1;grid-row:1}.tpPremiumHeaderV63149 .tpGlobalSiteNav{display:none!important}.tpPremiumHeaderV63149 .tpGlobalSiteActions{grid-column:2!important;grid-row:1!important}.tpPremiumHeaderV63149 .tpGlobalSiteInner>.tpGlobalAccountHost{grid-column:3!important;grid-row:1!important;min-width:145px!important}.tpPremiumHeaderV63149 .tpGlobalHeaderSearchWrap{grid-column:1/4!important;grid-row:2!important;max-width:none!important;width:100%!important}}@media(max-width:720px){.tpGlobalSiteHeader.tpPremiumHeaderV63149{position:-webkit-sticky!important;position:sticky!important}.tpPremiumHeaderV63149 .tpGlobalSiteInner{height:128px!important;grid-template-columns:minmax(0,1fr) auto auto!important;grid-template-rows:66px 50px!important;padding:0 14px 10px!important;gap:0 9px!important}.tpPremiumHeaderV63149 .tpGlobalSiteLeft{grid-column:1!important;grid-row:1!important;gap:0!important}.tpPremiumHeaderV63149 .tpGlobalSiteLogo{width:172px!important;min-width:172px!important;max-width:172px!important;height:44px!important}.tpPremiumHeaderV63149 .tpGlobalSiteLogo img{max-height:44px!important}.tpPremiumHeaderV63149 .tpGlobalSiteActions,.tpPremiumHeaderV63149 .tpGlobalSiteNav{display:none!important}.tpPremiumHeaderV63149 .tpGlobalSiteInner>.tpGlobalAccountHost{grid-column:2!important;grid-row:1!important;width:auto!important;min-width:112px!important}.tpPremiumHeaderV63149 .tpGlobalAccountTrigger{min-width:112px!important;max-width:126px!important;height:48px!important;padding:0 10px!important;grid-template-columns:minmax(0,1fr) 12px!important}.tpPremiumHeaderV63149 .tpGlobalAccountUserGlyph{display:none!important}.tpPremiumHeaderV63149 .tpGlobalAccountName{font-size:10.5px!important}.tpPremiumHeaderV63149 .tpGlobalMobileUser{grid-column:2!important;grid-row:1!important}.tpPremiumHeaderV63149 .tpGlobalMobileMenuBtn{grid-column:3!important;grid-row:1!important}.tpPremiumHeaderV63149 .tpGlobalHeaderSearchWrap{grid-column:1/4!important;grid-row:2!important;max-width:none!important;min-width:0!important;width:100%!important}.tpPremiumHeaderV63149 .tpGlobalHeaderSearch{height:48px!important;min-height:48px!important;grid-template-columns:36px minmax(0,1fr) 62px!important;grid-template-rows:40px!important;padding:4px!important;border-radius:14px!important}.tpPremiumHeaderV63149 .tpGlobalHeaderSearchIcon{width:34px!important;height:34px!important}.tpPremiumHeaderV63149 .tpGlobalHeaderSearchSubmit{width:62px!important;min-width:62px!important;height:40px!important}.tpPremiumHeaderV63149 .tpGlobalHeaderSearchSubmit span{display:none!important}.tpPremiumHeaderV63149 .tpGlobalHeaderSearchClear{right:69px!important}}@media(max-width:430px){.tpPremiumHeaderV63149 .tpGlobalSiteLogo{width:156px!important;min-width:156px!important;max-width:156px!important}.tpPremiumHeaderV63149 .tpGlobalAccountTrigger{min-width:104px!important;max-width:104px!important}}.tpPremiumHeaderV63150 .tpGlobalSiteInner{grid-template-columns:minmax(420px,500px) minmax(320px,620px) auto minmax(155px,188px)!important}.tpPremiumHeaderV63150.is-home .tpGlobalSiteInner{grid-template-columns:minmax(420px,500px) minmax(120px,1fr) auto minmax(155px,188px)!important}.tpPremiumHeaderV63150 .tpGlobalSiteLeft{gap:26px!important}.tpPremiumHeaderV63150 .tpGlobalSiteLogo{width:210px!important;min-width:210px!important;max-width:210px!important}.tpGlobalCategoryNav{min-width:0;z-index:210}.tpGlobalCategoryMenu,.tpGlobalCategoryNav{display:flex;align-items:center;position:relative}.tpGlobalCategoryTrigger{height:50px;min-width:154px;padding:0 17px;border-radius:999px;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;color:#f3eee6;background:linear-gradient(180deg,rgba(11,18,23,.96),rgba(5,11,16,.96));border:1px solid rgba(218,166,69,.42);font-size:12px;font-weight:900;letter-spacing:.01em;box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 10px 24px rgba(0,0,0,.18);transition:.18s ease}.tpGlobalCategoryMenu:focus-within .tpGlobalCategoryTrigger,.tpGlobalCategoryTrigger:hover{color:#171006;border-color:rgba(241,193,91,.82);background:linear-gradient(135deg,#f3d688,#dda844 58%,#bd7f27);box-shadow:0 9px 22px rgba(192,126,32,.2),inset 0 1px 0 rgba(255,248,220,.66)}.tpGlobalCategoryTrigger>em{font-style:normal;font-size:13px;line-height:1;transform:translateY(-1px);opacity:.88}.tpGlobalCategoryTriggerIcon{width:18px;height:18px;display:grid;grid-template-columns:repeat(2,6px);grid-template-rows:repeat(2,6px);grid-gap:3px;gap:3px;flex:0 0 auto}.tpGlobalCategoryTriggerIcon i{width:6px;height:6px;border-radius:2px;border:1px solid;background:rgba(217,166,71,.07)}.tpGlobalCategoryMega{position:absolute;left:0;top:calc(100% + 12px);z-index:230;width:610px;padding:12px;border-radius:20px;background:linear-gradient(180deg,rgba(5,13,19,.995),rgba(3,9,14,.995));border:1px solid rgba(213,165,75,.31);box-shadow:0 30px 78px rgba(0,0,0,.58),inset 0 1px 0 rgba(255,226,162,.025);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .16s ease,transform .16s ease,visibility .16s}.tpGlobalCategoryMenu:focus-within .tpGlobalCategoryMega,.tpGlobalCategoryMenu:hover .tpGlobalCategoryMega{opacity:1;visibility:visible;transform:none}.tpGlobalCategoryMega:before{content:"";position:absolute;left:60px;top:-7px;width:14px;height:14px;transform:rotate(45deg);background:#071017;border-left:1px solid rgba(213,165,75,.31);border-top:1px solid rgba(213,165,75,.31)}.tpGlobalCategoryQuick{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-bottom:12px}.tpGlobalCategoryQuick>a{min-height:72px;padding:12px 13px;border-radius:14px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:11px;gap:11px;align-items:center;color:#f6f0e7;border:1px solid rgba(218,166,69,.13);background:linear-gradient(135deg,rgba(218,166,69,.08),rgba(255,255,255,.015));transition:.16s ease}.tpGlobalCategoryQuick>a:hover{transform:translateY(-1px);border-color:rgba(234,184,85,.33);background:linear-gradient(135deg,rgba(218,166,69,.13),rgba(255,255,255,.025))}.tpGlobalCategoryQuick>a>span{height:27px;padding:0 9px;border-radius:999px;display:flex;align-items:center;color:#161006;background:linear-gradient(135deg,#f1d584,#c78b31);font-size:8px;font-weight:950;letter-spacing:.1em}.tpGlobalCategoryQuick>a.sell>span{color:#efe9df;background:rgba(255,255,255,.055);border:1px solid rgba(218,166,69,.22)}.tpGlobalCategoryQuick>a>div{display:grid;grid-gap:3px;gap:3px;min-width:0}.tpGlobalCategoryQuick b{font-size:12px}.tpGlobalCategoryQuick small{font-size:9.5px;color:#8f99a2;line-height:1.35}.tpGlobalCategoryQuick em{font-style:normal;color:#e1ad4b;font-weight:900}.tpGlobalCategoryMegaHead{padding:2px 4px 9px;display:flex;align-items:end;justify-content:space-between;gap:20px;border-bottom:1px solid rgba(213,165,75,.11)}.tpGlobalCategoryMegaHead b{font-size:10px;color:#e4b45a;letter-spacing:.13em;text-transform:uppercase}.tpGlobalCategoryMegaHead span{font-size:9.5px;color:#77838e}.tpGlobalCategoryGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:5px 7px;gap:5px 7px;padding-top:8px}.tpGlobalCategoryCard{min-height:68px;padding:9px;border-radius:13px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;grid-gap:9px;gap:9px;align-items:center;border:1px solid transparent;transition:.15s ease}.tpGlobalCategoryCard:hover{background:rgba(219,165,67,.055);border-color:rgba(219,165,67,.1)}.tpGlobalCategoryCard>i{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;color:#dca847;background:rgba(218,164,67,.055);border:1px solid rgba(218,164,67,.16);font-style:normal}.tpGlobalCategoryCard>i svg{width:18px;height:18px}.tpGlobalCategoryCard>div:nth-child(2){min-width:0;display:grid;grid-gap:3px;gap:3px}.tpGlobalCategoryCard b{font-size:11.5px;color:#f2ede5}.tpGlobalCategoryCard>div:nth-child(2)>span{font-size:9px;color:#7e8993;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tpGlobalCategorySideActions{display:flex;align-items:center;gap:4px}.tpGlobalCategorySideActions a{height:27px;min-width:39px;padding:0 7px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:8.5px;font-weight:900;color:#cfd5da;border:1px solid rgba(218,166,69,.15);background:rgba(255,255,255,.018)}.tpGlobalCategorySideActions a:first-child{color:#151006;background:linear-gradient(135deg,#edd181,#c88c32);border-color:rgba(255,232,171,.32)}.tpGlobalCategorySideActions a:hover{filter:brightness(1.08);border-color:rgba(234,184,85,.34)}.tpPremiumHeaderV63150.is-home .tpGlobalHeaderSearchWrap{display:none!important}.tpPremiumHeaderV63150.is-home .tpGlobalSiteActions{grid-column:3!important;grid-row:1!important}.tpPremiumHeaderV63150.is-home .tpGlobalSiteInner>.tpGlobalAccountHost{grid-column:4!important;grid-row:1!important}@media(max-width:1380px) and (min-width:1041px){.tpPremiumHeaderV63150 .tpGlobalSiteInner{grid-template-columns:minmax(365px,420px) minmax(270px,430px) auto minmax(145px,168px)!important;padding:0 22px!important;gap:12px!important}.tpPremiumHeaderV63150.is-home .tpGlobalSiteInner{grid-template-columns:minmax(365px,420px) minmax(80px,1fr) auto minmax(145px,168px)!important}.tpPremiumHeaderV63150 .tpGlobalSiteLogo{width:186px!important;min-width:186px!important;max-width:186px!important}.tpPremiumHeaderV63150 .tpGlobalSiteLeft{gap:16px!important}.tpGlobalCategoryTrigger{min-width:136px;padding:0 14px}.tpGlobalCategoryMega{width:570px}}@media(max-width:1040px) and (min-width:721px){.tpPremiumHeaderV63150 .tpGlobalCategoryNav{display:none!important}.tpPremiumHeaderV63150.is-home .tpGlobalSiteInner{height:72px!important;grid-template-columns:minmax(0,1fr) auto minmax(145px,170px)!important;grid-template-rows:72px!important;padding:0 20px!important;gap:0 12px!important}.tpPremiumHeaderV63150.is-home .tpGlobalSiteLeft{grid-column:1!important;grid-row:1!important}.tpPremiumHeaderV63150.is-home .tpGlobalSiteActions{grid-column:2!important;grid-row:1!important}.tpPremiumHeaderV63150.is-home .tpGlobalSiteInner>.tpGlobalAccountHost{grid-column:3!important;grid-row:1!important}}@media(max-width:720px){.tpPremiumHeaderV63150 .tpGlobalCategoryNav{display:none!important}.tpPremiumHeaderV63150.is-home .tpGlobalSiteInner{height:66px!important;grid-template-columns:minmax(0,1fr) auto auto!important;grid-template-rows:66px!important;padding:0 14px!important;gap:0 9px!important}.tpPremiumHeaderV63150.is-home .tpGlobalSiteLeft{grid-column:1!important;grid-row:1!important}.tpPremiumHeaderV63150.is-home .tpGlobalSiteActions{display:none!important}.tpPremiumHeaderV63150.is-home .tpGlobalMobileUser,.tpPremiumHeaderV63150.is-home .tpGlobalSiteInner>.tpGlobalAccountHost{grid-column:2!important;grid-row:1!important}.tpPremiumHeaderV63150.is-home .tpGlobalMobileMenuBtn{grid-column:3!important;grid-row:1!important}}.tpGlobalCategoryMenu:after{content:"";position:absolute;left:0;top:100%;width:100%;height:14px;z-index:229}.tpPremiumHeaderV63150 .tpGlobalSiteInner>.tpGlobalAccountHost{min-width:178px!important}.tpPremiumHeaderV63150 .tpGlobalAccountTrigger{width:100%!important;min-width:178px!important;max-width:205px!important;height:54px!important;padding:0 17px!important;display:grid!important;grid-template-columns:34px minmax(0,1fr) 14px!important;align-items:center!important;grid-column-gap:11px!important;column-gap:11px!important;border-radius:18px!important;border:1px solid rgba(222,171,70,.58)!important;background:radial-gradient(circle at 72% 0,rgba(231,178,70,.08),transparent 34%),linear-gradient(180deg,rgba(10,17,22,.98),rgba(5,11,16,.985))!important;color:#f7f1e8!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.035),inset 0 -1px 0 rgba(0,0,0,.42),0 9px 24px rgba(0,0,0,.18)!important;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important}.tpPremiumHeaderV63150 .tpGlobalAccount.open .tpGlobalAccountTrigger,.tpPremiumHeaderV63150 .tpGlobalAccountTrigger:hover{border-color:rgba(246,197,92,.86)!important;background:radial-gradient(circle at 72% 0,rgba(239,186,78,.12),transparent 38%),linear-gradient(180deg,rgba(12,20,26,.99),rgba(6,12,17,.99))!important;box-shadow:0 0 0 1px rgba(232,177,69,.07),0 0 20px rgba(218,164,67,.07),0 12px 28px rgba(0,0,0,.24)!important}.tpPremiumHeaderV63150 .tpGlobalAccountUserGlyph{grid-column:1!important;grid-row:1!important;width:34px!important;height:34px!important;margin:0!important;padding:0!important;border:0!important;display:grid!important;place-items:center!important;color:#e3ad45!important}.tpPremiumHeaderV63150 .tpGlobalAccountUserGlyph svg{width:23px!important;height:23px!important;stroke-width:1.7!important}.tpPremiumHeaderV63150 .tpGlobalAccountName{grid-column:2!important;grid-row:1!important;display:block!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#f6f0e8!important;font-size:13px!important;font-weight:850!important;line-height:1!important;text-align:left!important;letter-spacing:-.01em!important}.tpPremiumHeaderV63150 .tpGlobalAccountTrigger>i{grid-column:3!important;grid-row:1!important;width:14px!important;margin:0!important;padding:0!important;color:#e2ac46!important;font-size:14px!important;font-style:normal!important;line-height:1!important;text-align:center!important;transform:translateY(-1px)!important}.tpPremiumHeaderV63150 .tpGlobalAccountTrigger>b{position:absolute!important;top:5px!important;left:29px!important;right:auto!important;z-index:2!important}@media(max-width:1380px) and (min-width:1041px){.tpPremiumHeaderV63150 .tpGlobalSiteInner>.tpGlobalAccountHost{min-width:165px!important}.tpPremiumHeaderV63150 .tpGlobalAccountTrigger{min-width:165px!important;max-width:185px!important;height:52px!important;padding:0 14px!important;grid-template-columns:32px minmax(0,1fr) 13px!important;column-gap:9px!important}.tpPremiumHeaderV63150 .tpGlobalAccountUserGlyph{width:32px!important;height:32px!important}.tpPremiumHeaderV63150 .tpGlobalAccountUserGlyph svg{width:21px!important;height:21px!important}.tpPremiumHeaderV63150 .tpGlobalAccountName{font-size:12px!important}}@media(max-width:1040px) and (min-width:721px){.tpPremiumHeaderV63150 .tpGlobalSiteInner>.tpGlobalAccountHost{min-width:158px!important}.tpPremiumHeaderV63150 .tpGlobalAccountTrigger{min-width:158px!important;max-width:174px!important;height:50px!important;padding:0 13px!important;grid-template-columns:30px minmax(0,1fr) 12px!important;column-gap:8px!important}.tpPremiumHeaderV63150 .tpGlobalAccountUserGlyph{width:30px!important;height:30px!important}.tpPremiumHeaderV63150 .tpGlobalAccountUserGlyph svg{width:20px!important;height:20px!important}.tpPremiumHeaderV63150 .tpGlobalAccountName{font-size:11.5px!important}}@media(max-width:720px){.tpPremiumHeaderV63150 .tpGlobalSiteInner>.tpGlobalAccountHost{min-width:118px!important}.tpPremiumHeaderV63150 .tpGlobalAccountTrigger{min-width:118px!important;max-width:132px!important;height:48px!important;padding:0 11px!important;grid-template-columns:24px minmax(0,1fr) 11px!important;column-gap:7px!important;border-radius:15px!important}.tpPremiumHeaderV63150 .tpGlobalAccountUserGlyph{display:grid!important;width:24px!important;height:24px!important}.tpPremiumHeaderV63150 .tpGlobalAccountUserGlyph svg{width:18px!important;height:18px!important}.tpPremiumHeaderV63150 .tpGlobalAccountName{font-size:10.5px!important}.tpPremiumHeaderV63150 .tpGlobalAccountTrigger>i{font-size:11px!important}}@media(max-width:430px){.tpPremiumHeaderV63150 .tpGlobalAccountTrigger{min-width:112px!important;max-width:118px!important;padding:0 9px!important;grid-template-columns:22px minmax(0,1fr) 10px!important;column-gap:6px!important}.tpPremiumHeaderV63150 .tpGlobalAccountUserGlyph{width:22px!important;height:22px!important}.tpPremiumHeaderV63150 .tpGlobalAccountUserGlyph svg{width:17px!important;height:17px!important}.tpPremiumHeaderV63150 .tpGlobalAccountName{font-size:10px!important}}.tpPremiumHeaderV63152 .tpGlobalSiteActions{gap:14px!important}.tpPremiumHeaderV63152 .tpGlobalGuestAuth{height:52px;min-width:210px;padding:4px;display:grid;grid-template-columns:minmax(0,1fr) 1px minmax(0,.88fr);align-items:center;grid-column-gap:4px;column-gap:4px;border-radius:18px;border:1px solid rgba(222,171,70,.52);background:radial-gradient(circle at 82% 0,rgba(231,178,70,.075),transparent 36%),linear-gradient(180deg,rgba(10,17,22,.97),rgba(5,11,16,.985));box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 10px 26px rgba(0,0,0,.19);overflow:hidden}.tpPremiumHeaderV63152 .tpGlobalGuestAuth:hover{border-color:rgba(241,191,87,.76);box-shadow:0 0 0 1px rgba(232,177,69,.06),0 0 19px rgba(218,164,67,.06),0 12px 28px rgba(0,0,0,.23)}.tpPremiumHeaderV63152 .tpGlobalGuestAuth .tpGlobalJoinCompact,.tpPremiumHeaderV63152 .tpGlobalGuestAuth .tpGlobalLoginLink{height:42px!important;min-height:42px!important;width:100%!important;margin:0!important;padding:0 13px!important;border:0!important;border-radius:13px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;font-size:11.5px!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important;transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease!important}.tpPremiumHeaderV63152 .tpGlobalGuestAuth .tpGlobalLoginLink{color:#f1ece4!important;background:transparent!important;box-shadow:none!important}.tpPremiumHeaderV63152 .tpGlobalGuestAuth .tpGlobalLoginLink svg{width:18px!important;height:18px!important;color:#dfaa43!important;flex:0 0 auto!important}.tpPremiumHeaderV63152 .tpGlobalGuestAuth .tpGlobalLoginLink:hover{color:#fff9ed!important;background:rgba(222,171,70,.075)!important}.tpPremiumHeaderV63152 .tpGlobalGuestDivider{width:1px;height:24px;justify-self:center;background:linear-gradient(180deg,transparent,rgba(222,171,70,.42),transparent)}.tpPremiumHeaderV63152 .tpGlobalGuestAuth .tpGlobalJoinCompact{color:#160f06!important;background:linear-gradient(135deg,#f5da91,#dfa945 58%,#bd7c24)!important;border:1px solid rgba(255,232,171,.36)!important;box-shadow:inset 0 1px 0 rgba(255,249,219,.62),0 5px 14px rgba(180,111,24,.12)!important}.tpPremiumHeaderV63152 .tpGlobalGuestAuth .tpGlobalJoinCompact:hover{filter:brightness(1.045)!important;transform:translateY(-1px)!important;box-shadow:inset 0 1px 0 rgba(255,249,219,.68),0 8px 18px rgba(180,111,24,.18)!important}.tpPremiumHeaderV63152 .tpGlobalCreateTrigger{height:52px!important;min-width:138px!important;border-radius:17px!important}@media(max-width:1380px) and (min-width:1041px){.tpPremiumHeaderV63152 .tpGlobalSiteActions{gap:10px!important}.tpPremiumHeaderV63152 .tpGlobalGuestAuth{height:50px;min-width:190px;border-radius:16px}.tpPremiumHeaderV63152 .tpGlobalGuestAuth .tpGlobalJoinCompact,.tpPremiumHeaderV63152 .tpGlobalGuestAuth .tpGlobalLoginLink{height:40px!important;min-height:40px!important;padding:0 10px!important;font-size:10.5px!important}.tpPremiumHeaderV63152 .tpGlobalCreateTrigger{height:50px!important;min-width:124px!important}}@media(max-width:1120px) and (min-width:1041px){.tpPremiumHeaderV63152 .tpGlobalGuestAuth{min-width:178px}.tpPremiumHeaderV63152 .tpGlobalGuestAuth .tpGlobalJoinCompact,.tpPremiumHeaderV63152 .tpGlobalGuestAuth .tpGlobalLoginLink{padding:0 8px!important;font-size:10px!important}.tpPremiumHeaderV63152 .tpGlobalGuestAuth .tpGlobalLoginLink svg{width:16px!important;height:16px!important}}@media(max-width:1040px){.tpPremiumHeaderV63152 .tpGlobalGuestAuth{display:none!important}}.tpPremiumHeaderV63152.is-guest .tpGlobalSiteInner{grid-template-columns:minmax(420px,500px) minmax(320px,1fr) auto!important}.tpPremiumHeaderV63152.is-home.is-guest .tpGlobalSiteInner{grid-template-columns:minmax(420px,500px) minmax(100px,1fr) auto!important}.tpPremiumHeaderV63152.is-guest .tpGlobalSiteActions{grid-column:3!important}@media(max-width:1380px) and (min-width:1041px){.tpPremiumHeaderV63152.is-guest .tpGlobalSiteInner{grid-template-columns:minmax(350px,410px) minmax(240px,1fr) auto!important;gap:12px!important}.tpPremiumHeaderV63152.is-home.is-guest .tpGlobalSiteInner{grid-template-columns:minmax(350px,410px) minmax(70px,1fr) auto!important}}.tpPremiumHeaderV63153 .tpGlobalGuestAuth{grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr)!important}.tpPremiumHeaderV63153 .tpGlobalGuestAuth .tpGlobalJoinCompact,.tpPremiumHeaderV63153 .tpGlobalGuestAuth .tpGlobalLoginLink{color:#f1ece4!important;background:transparent!important;border:0!important;box-shadow:none!important;filter:none!important;transform:none!important}.tpPremiumHeaderV63153 .tpGlobalGuestAuth .tpGlobalJoinCompact svg,.tpPremiumHeaderV63153 .tpGlobalGuestAuth .tpGlobalLoginLink svg{width:18px!important;height:18px!important;color:#dfaa43!important;flex:0 0 auto!important}.tpPremiumHeaderV63153 .tpGlobalGuestAuth .tpGlobalJoinCompact:hover,.tpPremiumHeaderV63153 .tpGlobalGuestAuth .tpGlobalLoginLink:hover{color:#fff9ed!important;background:rgba(222,171,70,.075)!important;box-shadow:none!important;filter:none!important;transform:none!important}.tpPremiumHeaderV63153 .tpGlobalGuestAuth .tpGlobalJoinCompact span{display:inline-block!important}@media(max-width:1380px) and (min-width:1041px){.tpPremiumHeaderV63153 .tpGlobalGuestAuth .tpGlobalJoinCompact svg,.tpPremiumHeaderV63153 .tpGlobalGuestAuth .tpGlobalLoginLink svg{width:16px!important;height:16px!important}}.tpGlobalAccountMenuPortal .tpPremiumProfileHero,.tpPremiumProfileHero{background-image:linear-gradient(100deg,#FFFDF8,#FBF4E7 28%,#F7E9CC 52%,#F1DCAE 74%,#E9C982)!important}.tpGlobalAccountMenuPortal .tpPremiumProfileHero:after,.tpPremiumProfileHero:after{opacity:.72!important;background-image:linear-gradient(rgba(183,133,45,.032) 1px,transparent 0),linear-gradient(90deg,rgba(183,133,45,.032) 1px,transparent 0)!important;background-position:0 0!important}.tpGlobalAccountMenuPortal .tpPremiumProfileAura,.tpPremiumProfileAura{right:-26px!important;top:-54px!important;width:185px!important;height:185px!important;background:radial-gradient(circle,rgba(255,246,213,.23) 0,rgba(214,157,58,.1) 48%,transparent 72%)!important}@media(max-width:520px){.tpGlobalAccountMenuPortal .tpPremiumProfileHero,.tpPremiumProfileHero{background-image:linear-gradient(100deg,#FFFDF8,#F8ECD3 55%,#EBCB86)!important}}.tpGlobalAccountMenuPortal .tpPremiumProfileHero,.tpPremiumProfileHero{border-bottom:0!important}.tpGlobalAccountMenuPortal .tpPremiumQuickActions,.tpPremiumQuickActions{background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.18) 18%,rgba(255,255,255,.64) 48%,rgba(255,255,255,.94) 78%,#FFFFFF),linear-gradient(100deg,#FFFDF8,#FBF4E7 28%,#F7E9CC 52%,#F1DCAE 74%,#E9C982)!important;background-size:100% 100%!important;background-repeat:no-repeat!important;box-shadow:inset 0 1px 0 rgba(201,151,62,.1)!important}.tpGlobalAccountMenuPortal .tpPremiumQuickActions:before,.tpPremiumQuickActions:before{content:""!important;position:absolute!important;left:0!important;right:0!important;top:0!important;height:22px!important;pointer-events:none!important;background:linear-gradient(180deg,rgba(231,196,126,.18),transparent)!important;opacity:.75!important}.tpGlobalAccountMenuPortal .tpPremiumQuickActions>a,.tpPremiumQuickActions>a{position:relative!important;z-index:1!important}@media(max-width:520px){.tpGlobalAccountMenuPortal .tpPremiumQuickActions,.tpPremiumQuickActions{background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.72) 52%,#fff),linear-gradient(100deg,#FFFDF8,#F8ECD3 55%,#EBCB86)!important}}@media(min-width:521px){.tpGlobalAccountMenuPortal.tpPremiumProfileMenu,.tpPremiumProfileMenu{width:376px!important;max-width:376px!important}}.tpGlobalAccountMenuPortal.tpPremiumProfileMenu,.tpPremiumProfileMenu{width:356px!important;max-width:min(356px,calc(100vw - 18px))!important;box-sizing:border-box!important;padding:0!important;overflow:hidden!important;overflow-y:hidden!important;overflow-x:hidden!important;scrollbar-gutter:auto!important;background:#FFFFFF!important;background-image:none!important;border:1px solid rgba(201,151,62,.42)!important;border-radius:22px!important;box-shadow:0 28px 72px rgba(10,15,24,.24),0 0 0 1px rgba(242,211,151,.2)!important}.tpGlobalAccountMenuPortal.tpPremiumProfileMenu:before,.tpPremiumProfileMenu:before{content:none!important;display:none!important}.tpGlobalAccountMenuPortal .tpPremiumProfileHero,.tpPremiumProfileHero{position:relative!important;width:100%!important;box-sizing:border-box!important;flex:0 0 auto!important;margin:0!important;padding:18px 18px 15px!important;overflow:hidden!important;background-color:#F0D79E!important;background-image:linear-gradient(105deg,#FFFDF8,#FCF6E9 24%,#F7EACD 50%,#F0D9A7 73%,#E7C476)!important;background-size:100% 100%!important;background-position:0 0!important;background-repeat:no-repeat!important;color:#15202B!important;border:0!important;border-bottom:1px solid rgba(186,132,39,.2)!important;box-shadow:none!important}.tpGlobalAccountMenuPortal .tpPremiumProfileHero:after,.tpPremiumProfileHero:after{content:""!important;position:absolute!important;inset:0!important;pointer-events:none!important;opacity:.42!important;background-image:linear-gradient(rgba(165,112,28,.032) 1px,transparent 0),linear-gradient(90deg,rgba(165,112,28,.032) 1px,transparent 0)!important;background-size:28px 28px!important;-webkit-mask-image:linear-gradient(180deg,#000 0,rgba(0,0,0,.65) 68%,transparent)!important;mask-image:linear-gradient(180deg,#000 0,rgba(0,0,0,.65) 68%,transparent)!important}.tpGlobalAccountMenuPortal .tpPremiumProfileAura,.tpPremiumProfileAura{right:-54px!important;top:-68px!important;width:210px!important;height:210px!important;opacity:.62!important;background:radial-gradient(circle,rgba(255,248,224,.5) 0,rgba(209,147,38,.1) 50%,transparent 72%)!important}.tpGlobalAccountMenuPortal .tpPremiumProfileIdentity,.tpGlobalAccountMenuPortal .tpPremiumProfileStatus,.tpPremiumProfileIdentity,.tpPremiumProfileStatus{position:relative!important;z-index:2!important}.tpGlobalAccountMenuPortal .tpPremiumAvatar,.tpPremiumAvatar{width:52px!important;height:52px!important;min-width:52px!important;border-radius:15px!important;background:linear-gradient(145deg,#F8DE9A,#E7B64E 58%,#C98B22)!important;color:#211609!important;border:1px solid rgba(164,106,19,.25)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 8px 20px rgba(164,106,19,.13)!important}.tpGlobalAccountMenuPortal .tpPremiumEyebrow,.tpPremiumEyebrow{color:#9A6614!important}.tpGlobalAccountMenuPortal .tpPremiumProfileCopy>strong,.tpPremiumProfileCopy>strong{color:#111A25!important}.tpGlobalAccountMenuPortal .tpPremiumProfileCopy>em,.tpPremiumProfileCopy>em{color:#77818D!important}.tpGlobalAccountMenuPortal .tpPremiumProfileStatus,.tpPremiumProfileStatus{margin-top:13px!important;padding-top:12px!important;background:transparent!important;border-top:1px solid rgba(174,120,30,.17)!important}.tpGlobalAccountMenuPortal .tpPremiumProfileStatus>span,.tpPremiumProfileStatus>span{color:#4D5866!important}.tpGlobalAccountMenuPortal .tpPremiumProfileStatus>a,.tpPremiumProfileStatus>a{color:#9D6814!important}.tpGlobalAccountMenuPortal .tpPremiumQuickActions,.tpPremiumQuickActions{position:relative!important;width:100%!important;box-sizing:border-box!important;flex:0 0 auto!important;margin:0!important;padding:12px 13px!important;background:#FFFFFF!important;background-image:none!important;border-top:0!important;border-bottom:1px solid #eee5d5!important;box-shadow:none!important}.tpGlobalAccountMenuPortal .tpPremiumQuickActions:before,.tpPremiumQuickActions:before{content:none!important;display:none!important}.tpGlobalAccountMenuPortal .tpPremiumQuickActions>a,.tpPremiumQuickActions>a{min-width:0!important;border-color:#E7DAC3!important;background:#FFFDF9!important;box-shadow:0 3px 10px rgba(18,24,33,.025)!important}.tpGlobalAccountMenuPortal .tpPremiumMenuScroll,.tpPremiumMenuScroll{min-height:0!important;flex:1 1 auto!important;width:100%!important;box-sizing:border-box!important;overflow-y:auto!important;overflow-x:hidden!important;scrollbar-gutter:auto!important;background:#FFFFFF!important;background-image:none!important}.tpGlobalAccountMenuPortal .tpPremiumMenuScroll::-webkit-scrollbar,.tpPremiumMenuScroll::-webkit-scrollbar{width:5px!important}.tpGlobalAccountMenuPortal .tpPremiumMenuScroll::-webkit-scrollbar-track,.tpPremiumMenuScroll::-webkit-scrollbar-track{background:transparent!important}.tpGlobalAccountMenuPortal .tpPremiumMenuScroll::-webkit-scrollbar-thumb,.tpPremiumMenuScroll::-webkit-scrollbar-thumb{background:rgba(190,145,61,.28)!important;border-radius:999px!important}.tpGlobalAccountMenuPortal .tpPremiumMenuFooter,.tpPremiumMenuFooter{width:100%!important;box-sizing:border-box!important;flex:0 0 auto!important;margin:0!important;padding:10px 13px 13px!important;background:#FFFFFF!important;border-top:1px solid #eee5d8!important;box-shadow:0 -8px 20px rgba(15,23,42,.035)!important}.tpGlobalAccountMenuPortal.tpGlobalAccountMenu{scrollbar-gutter:auto!important;padding-bottom:0!important}@media(min-width:521px){.tpGlobalAccountMenuPortal.tpPremiumProfileMenu,.tpPremiumProfileMenu{width:356px!important;max-width:356px!important}}@media(max-width:520px){.tpGlobalAccountMenuPortal.tpPremiumProfileMenu,.tpPremiumProfileMenu{right:8px!important;width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;border-radius:20px!important}.tpGlobalAccountMenuPortal .tpPremiumProfileHero,.tpPremiumProfileHero{padding:16px 16px 14px!important;background-image:linear-gradient(105deg,#FFFDF8,#F8ECD3 56%,#EBCB86)!important}}.v63158MarketSurface{--mkt-accent:#B83246;--mkt-accent-strong:#98283A;--mkt-accent-soft:#FFF1F3;--mkt-accent-softer:#FFF8F8;--mkt-border:#E9D9D7;min-width:0}.v63158SellSurface{--mkt-accent:#237A5A;--mkt-accent-strong:#155C43;--mkt-accent-soft:#ECF8F2;--mkt-accent-softer:#F7FCF9;--mkt-border:#D8E7DF}.v63158MarketSwitch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;width:min(460px,100%);margin:0 0 18px;padding:5px;border:1px solid #e6ddce;border-radius:18px;background:linear-gradient(180deg,#FFFFFF,#FBF8F2);box-shadow:0 8px 24px rgba(21,27,35,.055),inset 0 1px 0 rgba(255,255,255,.85)}.v63158MarketSwitch a{min-width:0;min-height:48px;padding:8px 13px;display:grid;align-content:center;grid-gap:2px;gap:2px;border-radius:13px;color:#485160;transition:.18s ease}.v63158MarketSwitch a>span{font-size:10px;color:#8C96A4;font-weight:650}.v63158MarketSwitch a:not(.active):hover{background:#F8F5EF;color:#18212D}.v63158MarketSwitch a.active{color:#fff;box-shadow:0 8px 18px rgba(22,28,36,.12)}.v63158MarketSwitch a.active.buy{background:linear-gradient(135deg,#C4495B,#9F293C)}.v63158MarketSwitch a.active.sell{background:linear-gradient(135deg,#2D8B68,#176048)}.v63158MarketSwitch a.active>span{color:rgba(255,255,255,.72)}.v63158MarketSignals{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:16px 0 15px;border:1px solid var(--mkt-border);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.045)}.v63158MarketSignals>div{min-width:0;padding:14px 16px 13px;display:grid;grid-gap:3px;gap:3px;border-right:1px solid var(--mkt-border);background:linear-gradient(180deg,#fff,var(--mkt-accent-softer))}.v63158MarketSignals>div:last-child{border-right:0}.v63158MarketSignals span{font-size:9px;font-weight:950;letter-spacing:.11em;color:var(--mkt-accent)}.v63158MarketSignals strong{font-size:19px;line-height:1.15;color:#111A25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v63158MarketSignals small{font-size:10px;line-height:1.35;color:#8A94A2}.v65Discover{background:#F8F5F0!important}.v65DiscoverLayout{gap:24px!important;padding-top:38px!important}.v65Discover .v65Filters{top:92px!important;border-color:#E8DDD5!important;border-radius:20px!important;box-shadow:0 16px 42px rgba(30,24,25,.065)!important}.v65Discover .v623MarketToolbar>div:first-child>span,.v65Discover .v65FilterTitle span{color:#B83246!important}.v65Discover .v65FilterTitle>b{background:#FFF0F2!important;color:#B83246!important}.v65Discover .v65Filters input:focus,.v65Discover .v65Filters select:focus{border-color:#C44B5D!important;box-shadow:0 0 0 4px rgba(184,50,70,.08)!important}.v65Discover .v65FilterButton{background:linear-gradient(135deg,#C74C5E,#A12A3E)!important;box-shadow:0 12px 24px rgba(168,42,60,.15)!important}.v65Discover .v65Reset:hover{color:#A12A3E!important}.v65Discover .v65SellerHint{background:linear-gradient(145deg,#17100F,#28191A)!important;border:1px solid rgba(208,160,76,.22)!important}.v65Discover .v65SellerHint>span{background:rgba(224,174,79,.1)!important;color:#E2B45B!important}.v65Discover .v65SellerHint a{color:#EBC77A!important}.v65Discover .v65CategoryRail{gap:10px!important}.v65Discover .v65CategoryRail button{border-color:#E7DED4!important;border-radius:16px!important;background:linear-gradient(180deg,#fff,#FCFAF6)!important;box-shadow:0 9px 22px rgba(26,30,37,.045)!important}.v65Discover .v65CategoryRail button.active{border-color:rgba(184,50,70,.42)!important;background:linear-gradient(180deg,#FFF9F9,#FFF0F2)!important;box-shadow:0 11px 26px rgba(165,42,60,.1)!important}.v65Discover .v65CategoryRail button.active b{color:#9F293C!important}.v63158BuySurface .v623MarketCrumb a:hover{color:#B83246!important}.v63158BuySurface .v623MarketToolbar{padding:15px 16px!important;border:1px solid #e7ded5!important;border-radius:18px!important;background:rgba(255,255,255,.94)!important;box-shadow:0 10px 28px rgba(15,23,42,.04)!important}.v63158BuySurface .v623ViewToggle{border-color:#E7D9D8!important}.v63158BuySurface .v623ViewToggle button.active{background:#A82D40!important;color:#fff!important}.v63158BuySurface .v65Sort select{border-color:#E7D9D8!important}.v63158BuyList{margin-top:0!important;border-color:#E8DAD8!important;border-radius:18px!important;box-shadow:0 12px 32px rgba(27,20,22,.045)!important}.v63158BuyList .v623TableHead{background:#FBF7F6!important;border-color:#EEE1DF!important}.v63158BuyList .v623RequestRow{position:relative;border-color:#F0E5E3!important;transition:.18s ease!important}.v63158BuyList .v623RequestRow:hover{background:#FFFAFA!important;box-shadow:inset 3px 0 rgba(184,50,70,.5)!important}.v63158BuyList .v623RequestRow.featured{background:#FFF7F8!important;box-shadow:inset 4px 0 #D93E56!important}.v63158BuyList .v623ReqIdentity a:hover{color:#A92E41!important}.v63158BuyList .v623ReqIcon{background:#FFF0F2!important;color:#A72D40!important;border:1px solid #f2d8dc!important}.v63158BuyList .v623ReqBudget strong{font-size:13px!important;color:#8F2737!important}.v63158BuyList .v623ReqGo a{background:#FFF0F2!important;color:#A52C3F!important;border:1px solid #f1d5da!important}.v63158BuyList .v623ReqGo a:hover{background:#A72D40!important;color:#fff!important;border-color:#A72D40!important}.v63158BuyGrid{gap:16px!important}.v63158BuyGrid .v65DemandCard{border-color:#E8DCDA!important;border-radius:20px!important;box-shadow:0 10px 28px rgba(28,20,22,.05)!important}.v63158BuyGrid .v65DemandCard:hover{border-color:#E2A9B2!important;box-shadow:0 18px 40px rgba(155,40,57,.095)!important}.v63158BuyGrid .v65DemandCard.featured:before{width:4px!important;background:linear-gradient(#F44F67,#A82D40)!important}.v63158BuyGrid .v65DemandTitle:hover{color:#A82D40!important}.v63158BuyGrid .v65BudgetBox{background:linear-gradient(135deg,#FFF8F8,#FFF0F2)!important;border-color:#F0D7DB!important}.v63158BuyGrid .v65BudgetBox small{color:#A72D40!important}.v63158BuyGrid .v65DemandBottom>a{background:#25191B!important}.v63158BuyGrid .v65DemandBottom>a:hover{background:#A82D40!important}.v6343SalesPage{background:#F8F5F0!important}.v6343SalesHero>div>span,.v6343SalesTitle span{color:#2D8B68!important}.v6343SalesCats button{border-color:#E5DED2!important;background:#fff!important;color:#4C5963!important}.v6343SalesCats button.active{color:#fff!important;border-color:transparent!important;background:linear-gradient(135deg,#2D8B68,#176047)!important;box-shadow:0 14px 30px rgba(35,122,90,.16)!important}.v6343SalesContent{padding-top:38px!important}.v6343SalesTitleToolbar{padding:15px 16px!important;border:1px solid #dce8e1!important;border-radius:18px!important;background:#fff!important;box-shadow:0 10px 28px rgba(15,23,42,.04)!important;margin-bottom:0!important}.v6343SalesTools{display:grid!important;grid-template-columns:minmax(190px,1.15fr) minmax(150px,.75fr) 136px!important;grid-gap:8px!important;gap:8px!important;align-items:end!important;min-width:min(590px,52vw)!important}.v63158SalesSearch{display:grid;grid-gap:5px;gap:5px;min-width:0}.v63158SalesSearch>span{font-size:11px!important;font-weight:850!important;letter-spacing:0!important;color:#64748B!important}.v63158SalesSearch>div{position:relative;min-width:0}.v63158SalesSearch i{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-style:normal;color:#6F9A87;font-size:15px}.v63158SalesSearch input{width:100%;height:40px;box-sizing:border-box;padding:0 11px 0 34px;border:1px solid #d9e5de;border-radius:10px;background:#fff;color:#17202B;font-size:12px;outline:none}.v63158SalesSearch input:focus{border-color:#4B9879;box-shadow:0 0 0 4px rgba(35,122,90,.08)}.v63158SellSurface .v623ViewToggle,.v63158SellSurface .v65Sort select{border-color:#D9E5DE!important}.v63158SellSurface .v623ViewToggle button.active{background:#1E6B50!important;color:#fff!important}.v63158SalesList{margin-top:0!important;border-color:#D9E7DF!important;border-radius:18px!important}.v63158SalesList .v6343SalesListHead,.v63158SalesList .v6343SalesListRow{grid-template-columns:minmax(320px,1.6fr) minmax(110px,.58fr) minmax(105px,.52fr) minmax(130px,.62fr) 90px 108px!important}.v63158SalesList .v6343SalesListHead{background:#F5FAF7!important}.v63158SalesList .v6343SalesListRow{min-height:90px!important}.v63158SalesList .v6343SalesListRow:hover{background:#F7FCF9!important;box-shadow:inset 3px 0 #2A8060}.v63158SalesList .v6343SalesListPrice strong{color:#176047!important}.v63158SalesRowAction{text-align:right}.v63158SalesRowAction button{min-height:34px;padding:0 10px;border:1px solid #cfe2d8;border-radius:9px;background:#F1F9F5;color:#176047;font-size:11px;font-weight:900;white-space:nowrap;cursor:pointer}.v63158SalesRowAction button:hover{background:#176047;color:#fff;border-color:#176047}.v63158SalesGrid{gap:16px!important}.v63158SalesGrid .v6343SalesCard{border-color:#DCE9E2!important;border-radius:20px!important;transition:.18s ease!important}.v63158SalesGrid .v6343SalesCard:hover{transform:translateY(-3px);border-color:#A8D1BE!important;box-shadow:0 18px 38px rgba(27,105,76,.1)!important}.v63158SalesGrid .v6343SalesMedia>span{background:linear-gradient(135deg,#2D8B68,#176047)!important}.v63158SalesGrid .v6343SalesMedia em{background:rgba(13,71,52,.9)!important}.v63158SalesGrid .v6343SalesBody strong{color:#176047!important}.v63158SalesGrid .v6343SalesCard footer button{border:0;background:transparent;color:#176047;font-size:11px;font-weight:900;display:flex;align-items:center;gap:6px;cursor:pointer}.v63158SalesGrid .v6343SalesCard footer button:hover{color:#0F4B38}.v63158ClearSearch{margin-top:12px;min-height:38px;padding:0 14px;border:1px solid #cfe2d8;border-radius:10px;background:#F4FAF7;color:#176047;font-size:12px;font-weight:900}.v63158QuickBackdrop{position:fixed;inset:0;z-index:12000;padding:24px;display:grid;place-items:center;background:rgba(4,9,13,.68);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.v63158QuickPanel{position:relative;width:min(760px,calc(100vw - 32px));max-height:min(780px,calc(100vh - 32px));overflow:auto;display:grid;grid-template-columns:minmax(250px,.82fr) minmax(0,1.18fr);border:1px solid rgba(223,183,94,.38);border-radius:24px;background:#fff;box-shadow:0 36px 100px rgba(0,0,0,.34)}.v63158QuickClose{position:absolute;right:13px;top:13px;z-index:3;width:36px;height:36px;border-radius:11px;border:1px solid rgba(255,255,255,.24);background:rgba(7,16,14,.76);color:#fff;font-size:22px;line-height:1;cursor:pointer}.v63158QuickMedia{min-height:420px;position:relative;display:grid;place-items:center;background:linear-gradient(145deg,#10251E,#07130F);overflow:hidden}.v63158QuickMedia img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.v63158QuickMedia>span{width:82px;height:82px;border-radius:24px;display:grid;place-items:center;background:linear-gradient(135deg,#3A9A74,#176047);color:#fff;font-size:30px;font-weight:950;box-shadow:0 18px 40px rgba(24,96,71,.28)}.v63158QuickMedia em{position:absolute;left:16px;top:16px;padding:7px 9px;border-radius:999px;background:rgba(7,42,31,.88);color:#fff;font-size:9px;font-weight:950;font-style:normal;letter-spacing:.12em}.v63158QuickBody{padding:28px 26px 24px;min-width:0}.v63158QuickKicker{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:10px}.v63158QuickKicker span{font-size:10px;font-weight:950;letter-spacing:.12em;color:#237A5A}.v63158QuickKicker b{font-size:11px;color:#8A94A2}.v63158QuickBody h2{font-size:27px;line-height:1.16;letter-spacing:-.7px;margin:0;color:#111A25}.v63158QuickSub{margin:9px 0 18px;color:#687483;font-size:12px;line-height:1.55}.v63158QuickPrice{padding:14px 15px;border-radius:15px;background:linear-gradient(135deg,#F4FAF7,#EAF7F1);border:1px solid #d5e8de;display:grid;grid-gap:4px;gap:4px}.v63158QuickPrice small{font-size:9px;font-weight:950;letter-spacing:.12em;color:#237A5A}.v63158QuickPrice strong{font-size:23px;color:#14543F}.v63158QuickFacts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0;gap:0;margin-top:16px;border:1px solid #e7ede9;border-radius:14px;overflow:hidden}.v63158QuickFacts>div{padding:11px 12px;display:grid;grid-gap:3px;gap:3px;border-right:1px solid #e7ede9;border-bottom:1px solid #e7ede9}.v63158QuickFacts>div:nth-child(2n){border-right:0}.v63158QuickFacts>div:nth-last-child(-n+2){border-bottom:0}.v63158QuickFacts small{font-size:9px;font-weight:850;color:#929BA6;text-transform:uppercase}.v63158QuickFacts b{font-size:12px;color:#2A3440}.v63158QuickDescription{padding:13px 0 0;margin:14px 0 0;border-top:1px solid #edf1ef;color:#5C6875;font-size:12px;line-height:1.65;white-space:pre-wrap;overflow-wrap:anywhere}.v63158QuickActions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.v63158QuickActions a,.v63158QuickActions button{min-height:40px;padding:0 13px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:11px;font-weight:900}.v63158QuickActions button{border:1px solid #dde5e0;background:#fff;color:#52606B}.v63158QuickActions a{background:#176047;color:#fff;border:1px solid #176047}@media(max-width:1180px){.v63158MarketSignals{grid-template-columns:repeat(2,minmax(0,1fr))}.v63158MarketSignals>div:nth-child(2){border-right:0}.v63158MarketSignals>div:nth-child(-n+2){border-bottom:1px solid var(--mkt-border)}.v6343SalesTools{min-width:0!important;grid-template-columns:minmax(170px,1fr) minmax(145px,.75fr) 132px!important}.v63158SalesList .v6343SalesListHead,.v63158SalesList .v6343SalesListRow{grid-template-columns:minmax(280px,1.45fr) minmax(105px,.58fr) minmax(125px,.65fr) 88px 102px!important}.v63158SalesList .v6343SalesListHead span:nth-child(3),.v63158SalesList .v6343SalesListLocation{display:none!important}}@media(max-width:900px){.v65Discover .v65Filters{top:auto!important}.v63158MarketSwitch{width:100%}.v6343SalesTools{width:100%!important;grid-template-columns:minmax(0,1fr) minmax(145px,.65fr) 132px!important}}@media(max-width:760px){.v63158MarketSignals{grid-template-columns:1fr 1fr;border-radius:15px}.v63158MarketSignals>div{padding:12px}.v63158MarketSignals strong{font-size:16px}.v63158MarketSignals small{font-size:9px}.v63158BuySurface .v623MarketToolbar,.v6343SalesTitleToolbar{padding:13px!important}.v6343SalesTools{grid-template-columns:1fr 136px!important}.v63158SalesSearch{grid-column:1/3}.v63158SalesList .v6343SalesListRow{grid-template-columns:minmax(0,1fr) auto!important;gap:8px 14px!important}.v63158SalesList .v6343SalesListIdentity{grid-column:1/3!important}.v63158SalesList .v6343SalesListCategory{grid-column:1!important}.v63158SalesList .v6343SalesListPrice{grid-column:2!important;grid-row:2!important}.v63158SalesList .v6343SalesListDate{grid-column:1!important;grid-row:3!important}.v63158SalesRowAction{grid-column:2!important;grid-row:3!important;align-self:end}.v63158QuickPanel{grid-template-columns:1fr;max-height:calc(100vh - 20px)}.v63158QuickMedia{min-height:240px;max-height:280px}.v63158QuickBody{padding:22px 18px 18px}.v63158QuickBody h2{font-size:22px}}@media(max-width:480px){.v63158MarketSwitch a{padding:7px 9px}.v63158MarketSwitch a>span{font-size:9px}.v63158MarketSignals>div{min-height:78px}.v63158MarketSignals strong{font-size:15px}.v63158MarketSignals span{font-size:8px}.v6343SalesTools{grid-template-columns:1fr!important}.v63158SalesSearch{grid-column:1!important}.v6343SalesTools .v623ViewToggle,.v6343SalesTools .v65Sort{width:100%!important}.v63158QuickBackdrop{padding:10px}.v63158QuickPanel{width:100%;border-radius:18px}.v63158QuickMedia{min-height:210px}.v63158QuickFacts{grid-template-columns:1fr}.v63158QuickFacts>div{border-right:0!important}.v63158QuickFacts>div:nth-last-child(-n+2){border-bottom:1px solid #e7ede9}.v63158QuickFacts>div:last-child{border-bottom:0}.v63158QuickActions{display:grid}.v63158QuickActions a,.v63158QuickActions button{width:100%}}.tpAuthPremium{grid-template-columns:minmax(520px,1fr) minmax(600px,1fr)!important;background:#050B12!important;color:#111820!important}.tpAuthPremium .tpAuthBrandPanel{padding:42px clamp(38px,4.2vw,72px) 36px!important;background-image:radial-gradient(circle at 82% 30%,rgba(222,158,43,.12),transparent 26rem),linear-gradient(90deg,rgba(2,8,14,.98),rgba(3,10,17,.74)),url(/talurio-gold-bg-v63115-desktop.jpg)!important;background-size:cover!important;background-position:50%!important;border-right:1px solid rgba(224,170,68,.12)!important}.tpAuthPremium .tpAuthBrandPanel:after{content:""!important;position:absolute!important;inset:0!important;pointer-events:none!important;background:linear-gradient(135deg,transparent 0 24%,rgba(235,176,61,.24) 24.2%,transparent 24.45%),linear-gradient(160deg,transparent 0 64%,rgba(235,176,61,.16) 64.2%,transparent 64.45%),radial-gradient(circle at 9% 38%,rgba(238,181,70,.1),transparent 24rem)!important;opacity:.9!important}.tpAuthPremium .tpAuthLogo{width:220px!important;z-index:4!important}.tpAuthPremium .tpAuthLogo img{filter:drop-shadow(0 8px 24px rgba(231,171,58,.18))!important}.tpAuthPremium .tpAuthBrandCopy{padding:58px 0 40px!important;max-width:720px!important}.tpAuthPremium .tpAuthKicker{color:#E5AF49!important;font-size:12px!important;letter-spacing:2.4px!important}.tpAuthPremium .tpAuthKicker i{width:7px!important;height:7px!important;background:#F0B742!important;box-shadow:0 0 14px rgba(240,183,66,.5)!important}.tpAuthPremium .tpAuthBrandCopy h1{font-size:clamp(50px,4.55vw,74px)!important;line-height:1.02!important;letter-spacing:-3.8px!important;margin:26px 0 20px!important;max-width:760px!important;background:none!important;-webkit-background-clip:initial!important;background-clip:initial!important;color:#FAF7F0!important}.tpAuthPremium .tpAuthBrandCopy h1 em{display:block;font-style:normal;color:#E0A63B!important;text-shadow:0 8px 32px rgba(214,153,43,.12)}.tpAuthPremium .tpAuthBrandCopy>p{max-width:620px!important;color:#C8CDD2!important;font-size:16px!important;line-height:1.72!important}.tpAuthPremium .tpAuthFeatureGrid{gap:14px!important;margin-top:42px!important}.tpAuthPremium .tpAuthFeatureCard{min-height:192px!important;padding:20px 20px 18px!important;border-radius:18px!important;background:linear-gradient(145deg,rgba(5,13,20,.84),rgba(10,17,21,.62))!important;border:1px solid rgba(224,166,56,.3)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 16px 38px rgba(0,0,0,.13)!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:8px!important}.tpAuthPremium .tpAuthFeatureIcon{width:46px!important;height:46px!important;border-radius:50%!important;display:grid!important;place-items:center!important;border:1px solid rgba(228,169,55,.7)!important;background:rgba(7,14,19,.7)!important;color:#E6AC3E!important;margin-bottom:6px!important}.tpAuthPremium .tpAuthFeatureIcon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.tpAuthPremium .tpAuthFeatureCard>b{color:#E5AA39!important;font-size:13px!important;letter-spacing:.08em!important;margin-top:2px!important}.tpAuthPremium .tpAuthFeatureCard>strong{color:#F4F1EA!important;font-size:16px!important;line-height:1.25!important}.tpAuthPremium .tpAuthFeatureCard>span:last-child{color:#B6BEC6!important;font-size:12px!important;line-height:1.55!important}.tpAuthPremium .tpAuthTrust{gap:0!important;color:#D5D9DD!important;font-size:12px!important;align-items:center!important}.tpAuthPremium .tpAuthTrust span{display:flex!important;align-items:center!important;gap:8px!important;padding-right:22px!important;margin-right:22px!important;border-right:1px solid rgba(225,168,62,.3)!important}.tpAuthPremium .tpAuthTrust span:last-child{border-right:0!important;margin-right:0!important;padding-right:0!important}.tpAuthPremium .tpAuthTrust i{font-style:normal;color:#E4A93B;font-weight:900}.tpAuthPremium .tpAuthFormSide{position:relative;min-height:100vh!important;padding:30px clamp(34px,5vw,86px) 44px!important;background:radial-gradient(circle at 92% 0,rgba(219,157,48,.09),transparent 22rem),linear-gradient(145deg,#07111B,#08131E 58%,#050B12)!important;animation:none!important}.tpAuthPremium .tpAuthFormSide:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(rgba(255,255,255,.012) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 0);background-size:54px 54px;opacity:.4}.tpAuthPremium .tpAuthTop{position:relative;z-index:2;color:#B9C0C8!important;font-size:12px!important;min-height:42px!important}.tpAuthPremium .tpAuthTop>a{display:inline-flex;align-items:center;gap:5px;color:#F4E8CE!important;font-weight:800!important}.tpAuthPremium .tpAuthInlineLink,.tpAuthPremium .tpAuthTop>a:hover{color:#E7AD42!important}.tpAuthPremium .tpAuthTop>div{color:#C7CDD3}.tpAuthPremium .tpAuthHelp{display:inline-flex;align-items:center;gap:9px}.tpAuthPremium .tpAuthHelp:first-letter{color:#E5AA3B}.tpAuthPremium .tpAuthCard{position:relative;z-index:2;width:min(610px,100%)!important;margin:auto!important;padding:38px 42px 34px!important;border-radius:26px!important;border:1px solid rgba(222,172,76,.78)!important;background:radial-gradient(circle at 96% 8%,rgba(229,180,94,.07),transparent 18rem),rgba(255,253,248,.985)!important;box-shadow:0 32px 88px rgba(0,0,0,.34),0 0 32px rgba(223,163,53,.09),inset 0 1px 0 rgba(255,255,255,.9)!important}.tpAuthPremium .tpAuthLoginCard{max-width:610px!important}.tpAuthPremium .tpAuthRegisterCard{max-width:650px!important;margin:30px auto!important;padding-top:30px!important;padding-bottom:28px!important}.tpAuthPremium .tpAuthCardHead{margin-bottom:28px!important}.tpAuthPremium .tpAuthMiniLabel{font-size:11px!important;letter-spacing:1.9px!important;color:#A76A11!important;background:#FFF9ED!important;border:1px solid #e7d5b4!important;padding:7px 11px!important}.tpAuthPremium .tpAuthCardHead h2{font-family:Georgia,Times New Roman,serif!important;font-size:40px!important;line-height:1.04!important;letter-spacing:-1.4px!important;color:#121923!important;margin:20px 0 9px!important}.tpAuthPremium .tpAuthRegisterCard .tpAuthCardHead h2{font-size:36px!important;margin-top:16px!important}.tpAuthPremium .tpAuthCardHead p{color:#6C7581!important;font-size:14px!important}.tpAuthPremium .tpAuthForm{gap:17px!important}.tpAuthPremium .tpAuthRegisterForm{gap:12px!important}.tpAuthPremium .tpAuthForm label:not(.tpAuthCheck){gap:7px!important}.tpAuthPremium .tpAuthForm label>span{color:#222B35!important;font-size:12px!important;font-weight:850!important}.tpAuthPremium .tpAuthInput{position:relative;display:flex;align-items:center;width:100%;height:58px;border:1px solid #d8cdba;border-radius:12px;background:#FFFEFC;transition:.18s ease;box-shadow:inset 0 1px 0 rgba(16,23,32,.015)}.tpAuthPremium .tpAuthRegisterForm .tpAuthInput{height:48px}.tpAuthPremium .tpAuthInput:hover{border-color:#CDB583}.tpAuthPremium .tpAuthInput:focus-within{border-color:#C68A22;box-shadow:0 0 0 4px rgba(202,145,37,.1)}.tpAuthPremium .tpAuthInput>i{width:52px;height:100%;display:grid;place-items:center;color:#8A857C;font-style:normal;flex:0 0 auto}.tpAuthPremium .tpAuthEye svg,.tpAuthPremium .tpAuthInput>i svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.tpAuthPremium .tpAuthInput input{height:100%!important;border:0!important;border-radius:0!important;background:transparent!important;padding:0 8px 0 0!important;box-shadow:none!important;outline:none!important;color:#19212A!important;font-size:13px!important;min-width:0!important}.tpAuthPremium .tpAuthInput input::placeholder{color:#9399A1}.tpAuthPremium .tpAuthEye{width:48px;height:100%;border:0;background:transparent;color:#8A857C;display:grid;place-items:center;cursor:pointer;flex:0 0 auto}.tpAuthPremium .tpAuthEye:hover{color:#B37616}.tpAuthPremium .tpAuthFormMeta{margin-top:-6px!important}.tpAuthPremium .tpAuthFormMeta a{color:#9E6510!important;font-weight:850!important}.tpAuthPremium .tpAuthSubmit{min-height:58px!important;border-radius:11px!important;background:linear-gradient(105deg,#D28D19,#F0C35B 52%,#D6911E)!important;color:#11130F!important;font-size:16px!important;font-weight:950!important;box-shadow:0 13px 30px rgba(196,130,18,.22)!important;border:1px solid rgba(174,112,16,.22)!important}.tpAuthPremium .tpAuthRegisterForm .tpAuthSubmit{min-height:52px!important;margin-top:1px!important}.tpAuthPremium .tpAuthSubmit:hover:not(:disabled){transform:translateY(-1px)!important;filter:brightness(1.03);box-shadow:0 17px 36px rgba(196,130,18,.27)!important}.tpAuthPremium .tpAuthDivider{color:#9B8E79!important;margin:20px 0!important}.tpAuthPremium .tpAuthDivider:after,.tpAuthPremium .tpAuthDivider:before{background:#E5D7BD!important}.tpAuthPremium .tpAuthSecondaryAction{min-height:58px;border:1px solid #ddd2c0;border-radius:11px;background:#FFFEFB;color:#59616C;display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:650;text-decoration:none;transition:.18s ease}.tpAuthPremium .tpAuthSecondaryAction:hover{border-color:#CDAE74;color:#222}.tpAuthPremium .tpAuthSecondaryAction b{color:#A56911}.tpAuthPremium .tpAuthSecondaryAction>span{color:#B67613;font-size:18px}.tpAuthPremium .tpAuthTwo{gap:10px!important}.tpAuthPremium .tpAuthCheck{grid-template-columns:18px 1fr!important;gap:9px!important}.tpAuthPremium .tpAuthCheck input{width:17px;height:17px;accent-color:#D59A32}.tpAuthPremium .tpAuthCheck span{font-size:11px!important;color:#5F6670!important}.tpAuthPremium .tpAuthCheck a{color:#9F6610!important}.tpAuthPremium .errorBox{border-radius:10px!important;font-size:12px!important}@media(max-width:1180px){.tpAuthPremium{grid-template-columns:45% 55%!important}.tpAuthPremium .tpAuthBrandPanel{padding-left:34px!important;padding-right:34px!important}.tpAuthPremium .tpAuthBrandCopy h1{font-size:52px!important;letter-spacing:-2.8px!important}.tpAuthPremium .tpAuthFeatureGrid{grid-template-columns:1fr!important;gap:8px!important;margin-top:28px!important}.tpAuthPremium .tpAuthFeatureCard{min-height:92px!important;display:grid!important;grid-template-columns:42px 34px 1fr!important;grid-template-rows:auto auto!important;align-items:center!important;padding:12px 14px!important}.tpAuthPremium .tpAuthFeatureIcon{grid-row:1/3;width:38px!important;height:38px!important;margin:0!important}.tpAuthPremium .tpAuthFeatureCard>b{grid-column:2!important;grid-row:1/3!important}.tpAuthPremium .tpAuthFeatureCard>strong{grid-column:3!important;grid-row:1!important}.tpAuthPremium .tpAuthFeatureCard>span:last-child{grid-column:3!important;grid-row:2!important}.tpAuthPremium .tpAuthTrust{display:none!important}.tpAuthPremium .tpAuthCard{padding:34px 30px!important}}@media(max-width:820px){.tpAuthPremium{display:block!important;background:#07111B!important}.tpAuthPremium .tpAuthBrandPanel{min-height:330px!important;padding:24px 22px 36px!important;background-position:center 36%!important}.tpAuthPremium .tpAuthLogo{width:174px!important}.tpAuthPremium .tpAuthBrandCopy{padding:42px 0 12px!important}.tpAuthPremium .tpAuthBrandCopy h1{font-size:42px!important;letter-spacing:-2.2px!important;margin:18px 0 12px!important}.tpAuthPremium .tpAuthBrandCopy>p{font-size:14px!important;line-height:1.6!important}.tpAuthPremium .tpAuthFeatureGrid,.tpAuthPremium .tpAuthTrust{display:none!important}.tpAuthPremium .tpAuthFormSide{min-height:auto!important;padding:17px 14px 38px!important}.tpAuthPremium .tpAuthTop>div{font-size:11px!important}.tpAuthPremium .tpAuthCard,.tpAuthPremium .tpAuthRegisterCard{width:100%!important;margin:18px auto!important;padding:26px 20px!important;border-radius:20px!important}.tpAuthPremium .tpAuthCardHead h2,.tpAuthPremium .tpAuthRegisterCard .tpAuthCardHead h2{font-size:32px!important}.tpAuthPremium .tpAuthTwo{grid-template-columns:1fr!important}.tpAuthPremium .tpAuthInput{height:52px}.tpAuthPremium .tpAuthRegisterForm .tpAuthInput{height:50px}}@media(max-width:480px){.tpAuthPremium .tpAuthBrandPanel{min-height:292px!important}.tpAuthPremium .tpAuthBrandCopy h1{font-size:36px!important}.tpAuthPremium .tpAuthHelp span,.tpAuthPremium .tpAuthTop span>span{display:none!important}.tpAuthPremium .tpAuthCard{padding:24px 16px!important}.tpAuthPremium .tpAuthSecondaryAction{font-size:12px}.tpAuthPremium .tpAuthInput>i{width:44px}}.tpAuthPremium .tpAuthInput,.tpAuthPremium .tpAuthInput:focus-within{background:#FFFEFC!important}.tpAuthPremium .tpAuthInput input,.tpAuthPremium .tpAuthInput input:active,.tpAuthPremium .tpAuthInput input:focus,.tpAuthPremium .tpAuthInput input:hover{background:transparent!important;background-color:transparent!important;color:#19212A!important;caret-color:#B97915!important;-webkit-text-fill-color:#19212A!important}.tpAuthPremium .tpAuthInput input:-webkit-autofill,.tpAuthPremium .tpAuthInput input:-webkit-autofill:active,.tpAuthPremium .tpAuthInput input:-webkit-autofill:focus,.tpAuthPremium .tpAuthInput input:-webkit-autofill:hover{-webkit-text-fill-color:#19212A!important;caret-color:#B97915!important;box-shadow:inset 0 0 0 1000px #FFFEFC!important;border:0!important;outline:0!important;-webkit-transition:background-color 999999s ease-out 0s!important;transition:background-color 999999s ease-out 0s!important}.tpAuthPremium .tpAuthInput input:-webkit-autofill{background:#FFFEFC!important;background-color:#FFFEFC!important;color:#19212A!important;box-shadow:inset 0 0 0 1000px #FFFEFC!important}.tpAuthPremium .tpAuthInput input:autofill{background:#FFFEFC!important;background-color:#FFFEFC!important;color:#19212A!important;box-shadow:inset 0 0 0 1000px #FFFEFC!important}.tpAuthPremium .tpAuthInput:has(input:-webkit-autofill){background:#FFFEFC!important;border-color:#D8CDBA!important}.tpAuthPremium .tpAuthInput:has(input:-webkit-autofill):focus-within{border-color:#C68A22!important;box-shadow:0 0 0 4px rgba(202,145,37,.1)!important}.tpAuthConsentGroup{grid-gap:8px!important;margin:1px 0 0!important}.tpAuthCheck,.tpAuthConsentGroup{display:grid!important;gap:8px!important}.tpAuthCheck{grid-template-columns:15px minmax(0,1fr)!important;grid-gap:8px!important;align-items:start!important;padding:1px 0!important;margin:0!important;cursor:pointer}.tpAuthCheck input[type=checkbox]{-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;box-sizing:border-box!important;width:15px!important;min-width:15px!important;max-width:15px!important;height:15px!important;min-height:15px!important;max-height:15px!important;padding:0!important;margin:1px 0 0!important;border:1.5px solid #cdbb99!important;border-radius:4px!important;background:#FFFEFB!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)!important;display:grid!important;place-items:center!important;line-height:1!important;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease!important}.tpAuthCheck:hover input[type=checkbox]{border-color:#B9862E!important;background:#FFF9EC!important}.tpAuthCheck input[type=checkbox]:focus-visible{outline:none!important;border-color:#B67A19!important;box-shadow:0 0 0 3px rgba(201,151,62,.13)!important}.tpAuthCheck input[type=checkbox]:checked{border-color:#B97E1E!important;background:linear-gradient(135deg,#F2CE78,#D99E35)!important;box-shadow:0 3px 9px rgba(185,126,30,.18)!important}.tpAuthCheck input[type=checkbox]:checked:after{content:"✓"!important;color:#11151A!important;font-size:10px!important;line-height:1!important;font-weight:950!important;transform:translateY(-.2px)}.tpAuthCheck>span{display:block!important;min-width:0!important;padding:0!important;font-size:11.5px!important;line-height:1.38!important;font-weight:650!important;color:#59616B!important}.tpAuthCheck a{color:#9A620D!important;font-weight:850!important;text-decoration:none!important;text-underline-offset:2px}.tpAuthCheck a:hover{text-decoration:underline!important}.tpAuthPremium .tpAuthConsentGroup{gap:8px!important}.tpAuthPremium .tpAuthCheck{grid-template-columns:15px minmax(0,1fr)!important;gap:8px!important;padding:1px 0!important}.tpAuthPremium .tpAuthCheck input[type=checkbox]{width:15px!important;min-width:15px!important;max-width:15px!important;height:15px!important;min-height:15px!important;max-height:15px!important;border-radius:4px!important}.tpAuthPremium .tpAuthCheck>span{font-size:11.5px!important;line-height:1.38!important;color:#59616B!important}@media(max-width:640px){.tpAuthConsentGroup,.tpAuthPremium .tpAuthConsentGroup{gap:9px!important}.tpAuthCheck,.tpAuthPremium .tpAuthCheck{grid-template-columns:16px minmax(0,1fr)!important;gap:9px!important}.tpAuthCheck input[type=checkbox],.tpAuthPremium .tpAuthCheck input[type=checkbox]{width:16px!important;min-width:16px!important;max-width:16px!important;height:16px!important;min-height:16px!important;max-height:16px!important}.tpAuthCheck>span,.tpAuthPremium .tpAuthCheck>span{font-size:12px!important;line-height:1.42!important}}.tpMarketCategoryRail{position:relative;z-index:8;width:min(1320px,calc(100% - 48px));margin:-30px auto 0;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:10px;gap:10px}.tpMarketCategoryRail button{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:0;min-height:78px;padding:12px 14px;border:1px solid #e4ddd2;border-radius:17px;background:linear-gradient(180deg,#ffffff,#fdfbf8);display:grid;grid-template-columns:40px minmax(0,1fr);grid-gap:11px;gap:11px;align-items:center;text-align:left;color:#18202a;cursor:pointer;box-shadow:0 10px 24px rgba(26,31,38,.055),inset 0 1px 0 rgba(255,255,255,.9);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.tpMarketCategoryRail button:hover{transform:translateY(-2px);border-color:#d7b764;box-shadow:0 16px 34px rgba(114,83,24,.1),inset 0 0 0 1px rgba(218,175,67,.06)}.tpMarketCategoryRail button.active{border-color:#d5a93c;background:linear-gradient(145deg,#fffdf8,#fff6df 62%,#f7e7b7);box-shadow:0 16px 36px rgba(183,133,25,.15),inset 0 0 0 1px rgba(225,181,67,.1)}.tpMarketCategoryIcon{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;border:1px solid #eee3cf;background:#fffaf0;color:#b07a13;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.tpMarketCategoryIcon svg{width:21px;height:21px;display:block}.tpMarketCategoryIcon.icon-all{background:#f8f7f4;color:#4f5964;border-color:#e6e3de}.tpMarketCategoryIcon.icon-car{background:#fff8e8;color:#a86d07;border-color:#eeddb7}.tpMarketCategoryIcon.icon-moto{background:#fff8ed;color:#a56819;border-color:#efdfc6}.tpMarketCategoryIcon.icon-home{background:#effafb;color:#16839a;border-color:#d5eef1}.tpMarketCategoryIcon.icon-tech{background:#f2f7fb;color:#2e718b;border-color:#dcebf2}.tpMarketCategoryIcon.icon-living{background:#fff8ed;color:#99631c;border-color:#eedfc8}.tpMarketCategoryCopy{min-width:0;display:grid;grid-gap:4px;gap:4px}.tpMarketCategoryCopy b{font-size:12px;line-height:1.2;font-weight:900;color:#20262d}.tpMarketCategoryCopy b,.tpMarketCategoryCopy small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tpMarketCategoryCopy small{font-size:10px;line-height:1.25;color:#7f8995}.tpMarketCategoryRail button.active .tpMarketCategoryCopy b{color:#8d5d08}.tpMarketCategoryRail button.active .tpMarketCategoryIcon{border-color:#e3bf67;background:linear-gradient(145deg,#fffaf0,#f8e7b4);color:#9e6708;box-shadow:0 7px 16px rgba(174,119,15,.1)}.tpMarketCategoryRail.tone-buy button.active,.tpMarketCategoryRail.tone-sell button.active{border-color:#d5a93c}.v65Discover>.tpMarketCategoryRail{margin-top:-30px}.v6343SalesPage>.tpMarketCategoryRail{margin-top:-22px}@media(max-width:1180px){.tpMarketCategoryRail{grid-template-columns:repeat(6,180px);overflow-x:auto;overflow-y:visible;padding:0 2px 10px;scroll-snap-type:x proximity;scrollbar-width:none}.tpMarketCategoryRail::-webkit-scrollbar{display:none}.tpMarketCategoryRail button{scroll-snap-align:start}}@media(max-width:760px){.tpMarketCategoryRail{width:calc(100% - 24px);margin-top:-20px!important;grid-template-columns:repeat(6,164px);gap:8px}.tpMarketCategoryRail button{min-height:70px;padding:10px 11px;grid-template-columns:36px minmax(0,1fr);gap:9px;border-radius:15px}.tpMarketCategoryIcon{width:36px;height:36px;border-radius:11px}.tpMarketCategoryIcon svg{width:19px;height:19px}.tpMarketCategoryCopy b{font-size:11px}.tpMarketCategoryCopy small{font-size:9px}}.tpGlobalCreateTrigger .tpCreatePlus{width:19px!important;height:19px!important;display:inline-grid!important;place-items:center!important;transform:none!important;opacity:.88!important}.tpGlobalCreateTrigger .tpCreatePlus svg{width:18px!important;height:18px!important;display:block!important}.tpGlobalCreateDrop a{grid-template-columns:42px minmax(0,1fr)!important}.tpGlobalCreateDrop a>i{width:42px!important;height:42px!important;border-radius:13px!important;color:#efbd55!important;background:linear-gradient(180deg,rgba(218,164,67,.075),rgba(218,164,67,.025))!important;border:1px solid rgba(231,181,81,.22)!important}.tpGlobalCreateDrop a>i svg{width:21px!important;height:21px!important;display:block!important}.tpGlobalCreateDrop a>em{width:22px!important;height:22px!important;display:grid!important;place-items:center!important;color:#efb73f!important;opacity:.92!important}.tpGlobalCreateDrop a>em svg{width:17px!important;height:17px!important;display:block!important}.tpGlobalCreateDrop a:hover>em{filter:drop-shadow(0 0 7px rgba(238,181,62,.48));transform:scale(1.06)}.tpGlobalCreateDrop a:hover>i{border-color:rgba(239,189,85,.38)!important;box-shadow:inset 0 0 16px rgba(220,165,65,.045)}.tpGlobalHeaderSearchSubmit .tpSearchSparkle{display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:15px!important;line-height:1!important;transform:none!important;margin-left:3px!important}.v63171NormalDelete{margin-top:18px!important;border:1px solid rgba(203,154,63,.34)!important;background:linear-gradient(145deg,#fffdf8,#faf3e5)!important}.v63171NormalDelete header span{color:#a46c12!important}.v63171NormalDeleteInfo{margin-top:14px;padding:12px 14px;border:1px solid rgba(201,156,76,.2);border-radius:12px;background:rgba(255,255,255,.68);display:grid;grid-gap:4px;gap:4px}.v63171NormalDeleteInfo b{font-size:11px;color:#7f5819}.v63171NormalDeleteInfo span{font-size:11px;line-height:1.55;color:#6b6f75}.v63171NormalDeleteReason{display:grid;grid-gap:6px;gap:6px;margin-top:13px}.v63171NormalDeleteReason>span{font-size:11px;font-weight:900;color:#5d6268}.v63171NormalDeleteReason input{height:43px;border:1px solid #decaa4;border-radius:11px;padding:0 12px;background:#fff;color:#17202b;outline:none}.v63171NormalDeleteReason input:focus{border-color:#c78a28;box-shadow:0 0 0 3px rgba(199,138,40,.1)}.v63171NormalDeleteButton{height:43px;margin-top:14px;padding:0 18px;border:1px solid rgba(176,119,27,.25);border-radius:11px;background:linear-gradient(135deg,#e7b34e,#c98724)!important;color:#171006!important;font-weight:950!important;box-shadow:0 9px 20px rgba(177,116,26,.16)}.v63171NormalDeleteButton:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.v63121ActivityCard{animation:v63173ActivitySlideUp .58s cubic-bezier(.22,.78,.24,1) both!important;will-change:transform,opacity!important}.v63121ActivityPulse{position:relative!important;isolation:isolate!important;animation:v63173PulseShell 1.35s ease-in-out infinite!important;will-change:box-shadow,border-color!important}.v63121ActivityPulse:before{content:""!important;position:absolute!important;inset:4px!important;border-radius:50%!important;border:1px solid rgba(239,181,67,.62)!important;box-shadow:0 0 8px rgba(239,181,67,.3)!important;pointer-events:none!important;z-index:-1!important;animation:v63173PulseRing 1.35s ease-out infinite!important}.v63121ActivityPulse span{position:relative!important;z-index:1!important;animation:v63173PulseDot 1.35s ease-in-out infinite!important;will-change:transform,opacity,box-shadow!important}@keyframes v63173ActivitySlideUp{0%{opacity:0;transform:translate3d(0,18px,0)}24%{opacity:.32}to{opacity:1;transform:translateZ(0)}}@keyframes v63173PulseShell{0%,to{border-color:rgba(226,164,53,.26);box-shadow:0 0 0 rgba(232,173,63,0)}50%{border-color:rgba(239,181,67,.72);box-shadow:0 0 12px rgba(232,173,63,.3)}}@keyframes v63173PulseRing{0%{opacity:.78;transform:scale(.72)}72%,to{opacity:0;transform:scale(1.58)}}@keyframes v63173PulseDot{0%,to{opacity:.55;transform:scale(.82);box-shadow:0 0 5px rgba(231,170,61,.45)}50%{opacity:1;transform:scale(1.22);box-shadow:0 0 13px rgba(245,190,76,.98)}}@media(prefers-reduced-motion:reduce){.v63121ActivityCard{animation:v63173ActivitySlideUp .58s cubic-bezier(.22,.78,.24,1) both!important}.v63121ActivityPulse{animation:v63173PulseShell 1.35s ease-in-out infinite!important}.v63121ActivityPulse:before{animation:v63173PulseRing 1.35s ease-out infinite!important}.v63121ActivityPulse span{animation:v63173PulseDot 1.35s ease-in-out infinite!important}}.v63174CategoryShowcaseField{margin-top:24px;padding:20px;border:1px solid #e6d7b7;border-radius:24px;background:linear-gradient(180deg,#fffdf9,#fbf6eb);box-shadow:0 10px 28px rgba(122,86,21,.055)}.v63174CategoryShowcaseHead{display:grid;grid-gap:5px;gap:5px;margin-bottom:13px}.v63174CategoryShowcaseHead>span{font-size:10px;font-weight:950;letter-spacing:.15em;color:#a56e12}.v63174CategoryShowcaseHead>b{font-size:18px;line-height:1.3;font-weight:950;color:#201a11}.v63174CategoryShowcaseHead>p{margin:0;font-size:12px;line-height:1.55;color:#766b58}.v63174CategoryShowcaseChoice{width:100%;min-height:92px;padding:15px 17px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;grid-gap:13px;gap:13px;align-items:center;border:1px solid #dfcfad;border-radius:18px;background:#fff;color:#1f1a12;text-align:left;cursor:pointer;box-shadow:0 7px 20px rgba(79,58,20,.045);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease}.v63174CategoryShowcaseChoice:hover{transform:translateY(-1px);border-color:#c99a35;box-shadow:0 11px 26px rgba(126,89,20,.1)}.v63174CategoryShowcaseChoice.active{border-color:#c89528;background:linear-gradient(145deg,#fffdf8,#fff5d9);box-shadow:0 0 0 1px rgba(201,149,40,.08),0 14px 32px rgba(129,91,21,.12)}.v63174Check{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;border:1px solid #e3d4b3;background:#fffaf0;color:#a56e12;font-size:19px;font-weight:950}.v63174CategoryShowcaseChoice.active .v63174Check{background:linear-gradient(145deg,#e9bd59,#c98e23);border-color:#bd811b;color:#1b1408}.v63174CategoryShowcaseChoice>div{min-width:0;display:grid;grid-gap:3px;gap:3px}.v63174CategoryShowcaseChoice>div>small{font-size:9px;font-weight:950;letter-spacing:.13em;color:#a56e12}.v63174CategoryShowcaseChoice>div>b{font-size:15px;line-height:1.3;font-weight:950;color:#17140f}.v63174CategoryShowcaseChoice>div>p{margin:0;font-size:11px;line-height:1.4;color:#7a7060}.v63174CategoryShowcaseChoice>strong{white-space:nowrap;font-size:21px;font-weight:1000;letter-spacing:-.02em;color:#8e5b08}.v63174CategoryShowcase{position:relative;margin:14px 0 24px;padding:18px;border:1px solid #e3d3b2;border-radius:22px;background:linear-gradient(135deg,#fffdf9,#fbf5e8 52%,#fff);box-shadow:0 12px 32px rgba(85,61,18,.065);overflow:hidden}.v63174CategoryShowcase:before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,#b87913,#edc66f,#c89227);pointer-events:none}.v63174CategoryShowcase>header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:14px}.v63174CategoryShowcase>header>div{display:grid;grid-gap:3px;gap:3px;min-width:0}.v63174CategoryShowcase>header span{font-size:9px;font-weight:1000;letter-spacing:.15em;color:#9b6813}.v63174CategoryShowcase>header h2{margin:0;font-size:21px;line-height:1.2;font-weight:950;color:#1d1a14}.v63174CategoryShowcase>header p{margin:0;font-size:11px;line-height:1.45;color:#7c715f}.v63174CategoryShowcase>header>small{flex:0 0 auto;padding:7px 9px;border:1px solid #eadbbd;border-radius:999px;background:rgba(255,255,255,.74);font-size:9px;font-weight:900;color:#8b651c}.v63174CategoryShowcaseGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:11px;gap:11px}.v63174CategoryShowcaseCard{min-width:0;border:1px solid #e5d8bd;border-radius:17px;background:#fff;color:#1b1d20;text-decoration:none;overflow:hidden;box-shadow:0 7px 18px rgba(70,51,17,.05);transition:transform .17s ease,border-color .17s ease,box-shadow .17s ease}.v63174CategoryShowcaseCard:hover{transform:translateY(-2px);border-color:#cfa64f;box-shadow:0 13px 27px rgba(105,75,17,.11)}.v63174CategoryShowcaseCard.buy{display:block;padding:14px}.v63174CategoryBadge{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.v63174CategoryBadge span{padding:5px 7px;border-radius:999px;background:#f4e6c7;color:#8a5908;font-size:8px;font-weight:1000;letter-spacing:.12em}.v63174CategoryBadge b{font-size:8px;font-weight:950;letter-spacing:.1em;color:#9b8a6c}.v63174CategoryShowcaseCard.buy h3{margin:0 0 7px;font-size:14px;line-height:1.35;font-weight:950;color:#1c1b18}.v63174CategoryShowcaseCard.buy p{margin:0 0 13px;font-size:10px;line-height:1.4;color:#7a7265}.v63174CategoryShowcaseCard.buy footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:11px;border-top:1px solid #f0eadf}.v63174CategoryShowcaseCard.buy footer strong{font-size:14px;color:#83560c}.v63174CategoryShowcaseCard.buy footer span{font-size:9px;font-weight:950;color:#9b6813}.v63174CategoryShowcaseCard.sell{display:grid;grid-template-columns:94px minmax(0,1fr);min-height:116px}.v63174CategoryMedia{position:relative;min-height:116px;background:linear-gradient(145deg,#f2eadb,#fbf7ef);display:grid;place-items:center;overflow:hidden}.v63174CategoryMedia img{width:100%;height:100%;object-fit:cover}.v63174CategoryMedia>span{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#e9d7b3;color:#84540a;font-size:18px;font-weight:950}.v63174CategoryMedia em{position:absolute;left:7px;top:7px;padding:4px 6px;border-radius:999px;background:rgba(28,22,13,.88);color:#f2c765;font-size:7px;font-weight:950;font-style:normal;letter-spacing:.11em}.v63174CategoryShowcaseCard.sell>div:last-child{min-width:0;padding:11px;display:flex;flex-direction:column}.v63174CategoryShowcaseCard.sell>div:last-child>small{font-size:8px;font-weight:950;letter-spacing:.1em;color:#9a6b1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v63174CategoryShowcaseCard.sell h3{margin:5px 0 4px;font-size:13px;line-height:1.3;font-weight:950;color:#1d1c18;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.v63174CategoryShowcaseCard.sell p{margin:0;font-size:9px;line-height:1.35;color:#7b7468;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v63174CategoryShowcaseCard.sell footer{margin-top:auto;padding-top:8px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-top:1px solid #f0eadf}.v63174CategoryShowcaseCard.sell footer strong{font-size:12px;color:#80530b;white-space:nowrap}.v63174CategoryShowcaseCard.sell footer a,.v63174CategoryShowcaseCard.sell footer button{border:0;background:transparent;padding:0;color:#906114;font-size:8px;font-weight:950;cursor:pointer;white-space:nowrap;text-decoration:none}.v63174CategoryShowcaseEmpty{padding:16px;border:1px dashed #dfcfac;border-radius:14px;background:rgba(255,255,255,.58);text-align:center;font-size:11px;font-weight:750;color:#897a61}.tpSellTheme .v63174CategoryShowcaseField,.v66BuyTheme .v63174CategoryShowcaseField,.v66SellTheme .v63174CategoryShowcaseField{border-color:#e6d7b7!important;background:linear-gradient(180deg,#fffdf9,#fbf6eb)!important}@media(max-width:1120px){.v63174CategoryShowcaseGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.v63174CategoryShowcaseField{padding:15px;border-radius:19px}.v63174CategoryShowcaseChoice{grid-template-columns:38px minmax(0,1fr);padding:13px;min-height:88px}.v63174Check{width:38px;height:38px;border-radius:12px}.v63174CategoryShowcaseChoice>strong{grid-column:2;margin-top:2px;font-size:19px}.v63174CategoryShowcase{margin:10px 0 18px;padding:14px;border-radius:18px}.v63174CategoryShowcase>header{align-items:flex-start;flex-direction:column;gap:8px}.v63174CategoryShowcase>header h2{font-size:18px}.v63174CategoryShowcaseGrid{grid-template-columns:1fr}.v63174CategoryShowcaseCard.sell{grid-template-columns:100px minmax(0,1fr)}}@media(min-width:1041px){.tpGlobalCategoryMega{width:700px!important;padding:16px!important;border-radius:22px!important}.tpGlobalCategoryQuick{gap:10px!important;margin-bottom:14px!important}.tpGlobalCategoryQuick>a{min-height:84px!important;padding:14px 15px!important;gap:13px!important;border-radius:16px!important}.tpGlobalCategoryQuick>a>span{height:32px!important;padding:0 11px!important;font-size:9.5px!important;letter-spacing:.11em!important}.tpGlobalCategoryQuick>a>div{gap:4px!important}.tpGlobalCategoryQuick b{font-size:14px!important;line-height:1.2!important}.tpGlobalCategoryQuick small{font-size:11px!important;line-height:1.4!important}.tpGlobalCategoryQuick em{font-size:16px!important;line-height:1!important}.tpGlobalCategoryMegaHead{padding:4px 5px 11px!important;gap:22px!important}.tpGlobalCategoryMegaHead b{font-size:11.5px!important}.tpGlobalCategoryMegaHead span{font-size:10.5px!important}.tpGlobalCategoryGrid{gap:7px 9px!important;padding-top:10px!important}.tpGlobalCategoryCard{min-height:78px!important;padding:11px!important;grid-template-columns:44px minmax(0,1fr) auto!important;gap:11px!important;border-radius:15px!important}.tpGlobalCategoryCard>i{width:44px!important;height:44px!important;border-radius:12px!important}.tpGlobalCategoryCard>i svg{width:22px!important;height:22px!important;stroke-width:2!important}.tpGlobalCategoryCard>div:nth-child(2){gap:4px!important}.tpGlobalCategoryCard b{font-size:13px!important;line-height:1.2!important}.tpGlobalCategoryCard>div:nth-child(2)>span{font-size:10.5px!important;line-height:1.35!important}.tpGlobalCategorySideActions{gap:5px!important}.tpGlobalCategorySideActions a{height:32px!important;min-width:46px!important;padding:0 9px!important;border-radius:9px!important;font-size:9.5px!important}}@media(max-width:1380px) and (min-width:1041px){.tpGlobalCategoryMega{width:650px!important}}.v63158MarketSurface>.v623MarketToolbar,.v63158MarketSurface>.v6343SalesTitleToolbar{margin-top:0!important}.v63158MarketSurface>.v63158MarketSignals+.v63174CategoryShowcase{margin-top:16px!important}