:root{--green:#14b86b;--green2:#0aa85e;--ink:#17211b;--muted:#6f7a73;--line:#e4ebe7;--bg:#f7faf8;--card:#fff;--soft:#eff8f3;--shadow:0 14px 45px rgba(22,53,38,.08);--radius:20px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font:15px/1.55 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 32px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.header-row{height:76px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:10px;font-weight:850;font-size:22px}.brand-mark{width:34px;height:34px;border-radius:12px;background:var(--green);display:grid;place-items:center;color:#fff;box-shadow:0 8px 18px rgba(20,184,107,.24)}.nav{display:flex;gap:24px;color:#39453e;font-weight:620}.header-actions{margin-left:auto;display:flex;align-items:center;gap:10px}.btn{border:0;border-radius:12px;padding:11px 16px;font-weight:750;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.2s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--green);color:#fff;box-shadow:0 8px 20px rgba(20,184,107,.22)}.btn-secondary{background:#fff;border:1px solid var(--line)}.btn-soft{background:var(--soft);color:#087945}.btn-danger{background:#fff1f1;color:#b22525}.icon-btn{width:42px;height:42px;border-radius:12px;border:1px solid var(--line);background:#fff;display:grid;place-items:center;position:relative}.badge-count{position:absolute;right:-5px;top:-5px;background:#ef4444;color:#fff;border-radius:20px;min-width:20px;height:20px;font-size:11px;display:grid;place-items:center;padding:0 5px}.hero{padding:70px 0 32px}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:center}.eyebrow{color:var(--green2);font-weight:800;letter-spacing:.02em}.hero h1{font-size:54px;line-height:1.04;margin:12px 0 18px;letter-spacing:-.045em}.hero p{font-size:19px;color:var(--muted);max-width:650px}.hero-actions{display:flex;gap:12px;margin-top:28px}.hero-art{background:linear-gradient(145deg,#ecfff5,#f7fbf9);min-height:390px;border-radius:34px;border:1px solid #dcefe4;position:relative;overflow:hidden;box-shadow:var(--shadow)}.hero-art svg{width:100%;height:100%}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:34px 0 62px}.stat-card,.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 7px 28px rgba(22,53,38,.04)}.stat-card{padding:22px}.stat-card b{display:block;font-size:28px}.stat-card span{color:var(--muted)}.section{padding:34px 0 58px}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:22px}.section-head h2{font-size:32px;margin:0;letter-spacing:-.03em}.section-head p{color:var(--muted);margin:6px 0 0}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category-card{padding:18px;background:#fff;border:1px solid var(--line);border-radius:18px;min-height:140px;display:flex;flex-direction:column;justify-content:space-between}.cat-icon{width:48px;height:48px;border-radius:16px;background:linear-gradient(145deg,#e8fff2,#dff5e9);display:grid;place-items:center;color:var(--green);font-size:22px}.category-card b{font-size:16px}.category-card small{color:var(--muted)}.lot-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.lot-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 7px 24px rgba(22,53,38,.04);position:relative}.lot-card.highlight{outline:2px solid #ffd66b}.lot-img{height:165px;background:linear-gradient(145deg,#eaf7ef,#f8fbf9);object-fit:cover;width:100%}.lot-img.placeholder{display:grid;place-items:center}.lot-body{padding:16px}.lot-meta{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:12px}.pill{display:inline-flex;align-items:center;gap:5px;padding:5px 9px;border-radius:999px;background:var(--soft);color:#087945;font-size:12px;font-weight:760}.pill.pro{background:#171c19;color:#fff}.pill.flag{background:#fff4ce;color:#8b6500}.lot-title{font-size:17px;font-weight:800;margin:10px 0 6px;min-height:52px}.lot-price{font-size:22px;font-weight:900;margin-top:12px}.lot-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;margin:12px 0;color:#536058;font-size:12px}.seller-mini{display:flex;align-items:center;gap:8px;border-top:1px solid var(--line);padding-top:12px;margin-top:12px}.avatar{width:38px;height:38px;border-radius:50%;background:#dff5e9;display:grid;place-items:center;font-weight:800;color:#087945;object-fit:cover}.avatar.lg{width:72px;height:72px}.breadcrumbs{padding:20px 0;color:#7b857f;font-size:13px}.catalog-layout{display:grid;grid-template-columns:270px 1fr;gap:20px}.filter-card{padding:18px;position:sticky;top:94px;height:max-content}.field{display:grid;gap:7px;margin-bottom:14px}.field label{font-size:13px;font-weight:750}.field input,.field select,.field textarea,form input,form select,form textarea{width:100%;border:1px solid #dce4df;border-radius:11px;padding:11px 12px;background:#fff;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:#68ce9a;box-shadow:0 0 0 3px rgba(20,184,107,.09)}.lot-detail-grid{display:grid;grid-template-columns:1fr 360px;gap:24px}.gallery-main{height:440px;background:#eef7f2;border-radius:24px;overflow:hidden;border:1px solid var(--line)}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-thumbs{display:flex;gap:10px;margin-top:10px}.gallery-thumbs img{width:80px;height:62px;object-fit:cover;border-radius:12px;border:1px solid var(--line)}.buy-card{padding:22px;position:sticky;top:94px}.buy-card .price{font-size:34px;font-weight:900}.trust-row{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.tabs{margin-top:24px}.tab-nav{display:flex;gap:6px;overflow:auto;border-bottom:1px solid var(--line)}.tab-nav button{background:none;border:0;padding:14px 15px;font-weight:730;color:#66736b;cursor:pointer}.tab-nav button.active{color:#087945;border-bottom:2px solid var(--green)}.tab-panel{padding:22px 0}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.metric{padding:16px;background:#fff;border:1px solid var(--line);border-radius:15px}.metric b{display:block;font-size:21px}.metric span{color:var(--muted);font-size:12px}.dashboard-shell{display:grid;grid-template-columns:240px 1fr;gap:24px;padding:26px 0 60px}.sidebar{background:#fff;border:1px solid var(--line);border-radius:20px;padding:14px;height:max-content;position:sticky;top:96px}.side-link{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:11px;color:#57635c}.side-link:hover,.side-link.active{background:var(--soft);color:#087945}.dash-main h1{font-size:30px;margin:0 0 18px}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.kpi{padding:18px}.kpi small{color:var(--muted)}.kpi b{font-size:25px;display:block;margin-top:6px}.chart-card{padding:20px;margin-top:16px}.chart-wrap{height:260px}.chart-wrap svg{width:100%;height:100%}.chart-labels{display:flex;justify-content:space-between;color:#869089;font-size:11px}.table-card{padding:0;overflow:hidden}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:13px 15px;border-bottom:1px solid var(--line);vertical-align:middle}.table th{background:#fafcfb;color:#6c7871;font-size:12px}.chat-layout{display:grid;grid-template-columns:1fr 330px;gap:18px}.chat-card{display:flex;flex-direction:column;height:670px}.chat-head{padding:16px 18px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.chat-messages{padding:18px;flex:1;overflow:auto;background:#fbfdfc}.bubble{max-width:78%;margin:9px 0;padding:11px 13px;border-radius:14px;background:#fff;border:1px solid var(--line)}.bubble.mine{margin-left:auto;background:#e8fff2;border-color:#c7efd8}.bubble.system{max-width:90%;margin:12px auto;background:#f2f6f3;color:#67736c;text-align:center;font-size:12px}.bubble-meta{font-size:11px;color:#839087;margin-top:4px}.chat-form{display:flex;gap:8px;padding:12px;border-top:1px solid var(--line);background:#fff}.chat-form textarea{resize:none;min-height:46px}.deal-card{padding:18px}.status-steps{display:grid;gap:8px}.step{padding:10px;border-radius:10px;background:#f4f7f5}.step.active{background:#e7fff1;color:#087945;font-weight:800}.notice{padding:12px 14px;border-radius:12px;background:#eff8f3;color:#176840;margin:10px 0}.notice.warn{background:#fff8e5;color:#765900}.messages{padding-top:14px}.flash{padding:12px 14px;border-radius:12px;background:#eefaf3;margin-bottom:8px}.footer{margin-top:55px;background:#17211b;color:#d8e2dc;padding:46px 0}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:36px}.footer h4{color:#fff}.footer a{display:block;color:#aebcb4;margin:7px 0}.legal-copy{max-width:830px}.legal-copy h2{margin-top:30px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.article-card{padding:22px}.promo-banner{background:linear-gradient(120deg,#17211b,#244a37);color:#fff;border-radius:26px;padding:28px;display:flex;justify-content:space-between;align-items:center;overflow:hidden}.promo-banner strong{font-size:28px}.pro-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.plan{padding:25px}.plan.featured{border:2px solid var(--green);transform:translateY(-5px)}.price-big{font-size:34px;font-weight:900}.empty{padding:50px 20px;text-align:center;color:var(--muted)}.toast-stack{position:fixed;right:18px;top:88px;z-index:1000;width:330px}.toast{display:block;background:#fff;border:1px solid var(--line);border-radius:14px;padding:13px 15px;box-shadow:var(--shadow);margin-bottom:8px}.toast strong,.toast span{display:block}.toast span{color:var(--muted);font-size:13px;margin-top:3px}.mobile-only{display:none}.site-search{flex:1;max-width:330px}.site-search input{width:100%;border:1px solid var(--line);background:#f7faf8;border-radius:12px;padding:10px 13px}.user-menu{display:flex;align-items:center;gap:8px}.hero-visual-card{position:absolute;background:#fff;border:1px solid #dbe9e1;border-radius:18px;box-shadow:0 16px 40px rgba(13,76,42,.12);padding:15px}.hero-visual-card.c1{left:8%;top:13%;width:56%}.hero-visual-card.c2{right:6%;bottom:10%;width:48%}.mini-bars{display:flex;align-items:end;gap:6px;height:65px}.mini-bars i{width:13px;background:#22bc70;border-radius:6px 6px 2px 2px}.verified{color:#0aa85e;font-weight:800}.admin-link{background:#17211b;color:#fff!important}
@media(max-width:980px){.nav,.site-search{display:none}.mobile-only{display:block}.hero-grid,.lot-detail-grid,.chat-layout{grid-template-columns:1fr}.hero h1{font-size:42px}.stats-row,.kpi-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(3,1fr)}.lot-grid{grid-template-columns:repeat(2,1fr)}.catalog-layout,.dashboard-shell{grid-template-columns:1fr}.sidebar{position:static;display:grid;grid-template-columns:repeat(3,1fr)}.buy-card{position:static}.metric-grid{grid-template-columns:repeat(2,1fr)}.article-grid,.pro-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.container{width:min(100% - 20px,1180px)}.header-row{height:64px;gap:10px}.header-actions .btn-secondary{display:none}.hero{padding-top:38px}.hero h1{font-size:36px}.hero-art{min-height:290px}.stats-row,.category-grid,.lot-grid,.kpi-grid,.metric-grid{grid-template-columns:1fr 1fr}.catalog-layout{display:block}.filter-card{position:static;margin-bottom:14px}.sidebar{grid-template-columns:1fr 1fr}.chat-card{height:600px}.footer-grid{grid-template-columns:1fr}.promo-banner{display:block}.promo-banner .btn{margin-top:15px}}
/* DigLot launch v6 polish */
.page-title{font-size:42px;letter-spacing:-.035em;margin:8px 0 10px}.page-lead{font-size:18px;color:var(--muted);max-width:720px}.sell-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:start}.lot-form{padding:28px;margin-top:26px}.form-section{display:flex;gap:14px;align-items:flex-start;margin:30px 0 18px;padding-top:28px;border-top:1px solid var(--line)}.form-section:first-of-type{margin-top:0;padding-top:0;border-top:0}.form-section-num{width:34px;height:34px;border-radius:12px;background:var(--soft);color:#07834a;display:grid;place-items:center;font-weight:850}.form-section h2{margin:0;font-size:21px}.form-section p{margin:3px 0 0;color:var(--muted);font-size:13px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.form-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.upload-zone{border:1.5px dashed #bdd9ca;background:#fbfefc;border-radius:18px;padding:25px;text-align:center;position:relative}.upload-zone input[type=file]{margin:14px auto 0;max-width:520px}.upload-zone b,.upload-zone span{display:block}.upload-zone span{color:var(--muted);font-size:12px}.upload-icon{width:52px;height:52px;margin:0 auto 10px;border-radius:17px;background:#e9fff3;color:#0b9f5a;display:grid;place-items:center;font-size:28px}.image-preview{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:14px}.image-preview img{width:100%;height:82px;object-fit:cover;border-radius:10px}.form-submit{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-top:24px;padding-top:22px;border-top:1px solid var(--line)}.form-submit b,.form-submit span{display:block}.form-submit span{font-size:12px;color:var(--muted)}.btn-lg{padding:14px 20px}.sell-side{position:sticky;top:95px;display:grid;gap:14px;margin-top:110px}.sell-tip{padding:20px}.sell-tip ul{list-style:none;padding:0;margin:14px 0 0;display:grid;gap:10px}.pro-tip{background:linear-gradient(145deg,#17211b,#254a38);color:#fff}.pro-tip p{color:#c2d3ca}.pro-tip a{color:#74e8ae;font-weight:800}.pro-hero h1{font-size:50px;margin:10px auto;max-width:800px}.pro-hero p{margin:auto}.pro-active{display:inline-flex;margin-top:20px;padding:10px 14px;border-radius:999px;background:#e8fff2;color:#087945;font-weight:800}.pro-benefits{display:grid;gap:7px;background:#f6faf8;border-radius:14px;padding:13px;margin:15px 0}.pro-benefits span{display:flex;justify-content:space-between}.pro-buy-grid{display:grid;gap:8px}.pro-buy-grid .btn{width:100%}.deal-page{display:grid;gap:16px}.deal-topline{padding:22px 24px;display:flex;justify-content:space-between;align-items:center}.deal-topline h1{margin:4px 0;font-size:26px}.deal-topline p{margin:0;color:var(--muted)}.deal-status-box{display:flex;align-items:center;gap:9px;padding:10px 13px;border:1px solid var(--line);border-radius:999px;font-weight:750}.deal-live-dot{width:9px;height:9px;border-radius:50%;background:#18bd6f;box-shadow:0 0 0 5px rgba(24,189,111,.12)}.guarantor-state{display:flex;align-items:center;gap:14px;padding:16px 18px;border:1px solid #f1d595;background:#fff9ea;border-radius:16px}.guarantor-state.active{border-color:#9eddbb;background:#effcf5}.guarantor-state p{margin:2px 0 0;color:#675b3f}.guarantor-icon{width:42px;height:42px;border-radius:14px;background:#fff;display:grid;place-items:center}.section-mini-title{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#7a867e;font-weight:850}.deal-amount{font-size:30px;font-weight:900;margin-top:4px}.deal-sidebar{display:grid;gap:12px}.deal-progress{display:grid;margin:18px 0}.progress-item{display:grid;grid-template-columns:30px 1fr;align-items:center;gap:9px;position:relative;padding:8px 0;color:#819087}.progress-item:not(:last-child):after{content:"";position:absolute;left:14px;top:32px;width:2px;height:20px;background:#e1e8e4}.progress-item i{width:30px;height:30px;border-radius:50%;background:#f0f4f2;display:grid;place-items:center;font-style:normal;font-size:12px;font-weight:800}.progress-item.active{color:#0a8d50;font-weight:800}.progress-item.active i,.progress-item.done i{background:#dff8ea;color:#07834a}.ready-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:10px}.ready-grid span{background:#f6f9f7;border-radius:10px;padding:9px;font-size:12px}.payment-summary{display:grid;grid-template-columns:1fr auto;gap:6px 12px;padding:12px;background:#f6faf8;border-radius:12px;margin:10px 0}.support-status{display:grid;gap:3px;padding:12px;border-radius:12px;background:#effaf4}.support-status span{font-size:12px;color:var(--muted)}.deal-timeline{display:grid;gap:12px}.deal-timeline>div{position:relative;padding-left:18px}.deal-timeline i{position:absolute;left:0;top:5px;width:8px;height:8px;border-radius:50%;background:#27bc72}.deal-timeline b,.deal-timeline span{display:block}.deal-timeline span{font-size:11px;color:var(--muted)}.deal-timeline p{font-size:12px;margin:3px 0;color:#657168}.bubble.admin{background:#edf3ff;border-color:#c9d8ff}.bubble.guarantor{background:#fff7df;border-color:#f0d68a}.bubble-author{display:flex;align-items:center;gap:7px;margin-bottom:4px}.bubble-author span{font-size:9px;font-weight:900;letter-spacing:.07em;padding:3px 6px;border-radius:999px;background:#19241e;color:#fff}.bubble.admin .bubble-author b{color:#2c5bb6}.bubble.guarantor .bubble-author b{color:#8b6500}.notif-wrap{position:relative}.notif-popover{display:none;position:absolute;right:0;top:50px;width:360px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);overflow:hidden;z-index:100}.notif-popover.open{display:block}.notif-pop-head{display:flex;justify-content:space-between;padding:13px 15px;border-bottom:1px solid var(--line)}.notif-pop-head a{color:#0b9354;font-size:12px}.notif-row{display:block;padding:12px 15px;border-bottom:1px solid #eef2ef}.notif-row:hover{background:#f8fbf9}.notif-row b,.notif-row span{display:block}.notif-row span{font-size:12px;color:var(--muted);margin-top:2px}.notif-empty{padding:25px;text-align:center;color:var(--muted)}
@media(max-width:980px){.sell-layout{grid-template-columns:1fr}.sell-side{position:static;margin-top:0}.form-grid-3{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.form-grid,.form-grid-3{grid-template-columns:1fr}.lot-form{padding:18px}.form-submit,.deal-topline{align-items:flex-start;flex-direction:column}.image-preview{grid-template-columns:repeat(3,1fr)}.notif-popover{position:fixed;left:10px;right:10px;top:70px;width:auto}}
.notification-item{display:grid;grid-template-columns:12px 1fr;gap:10px;padding:15px 18px;border-bottom:1px solid var(--line)}.notification-item p{margin:2px 0;color:var(--muted)}.notification-item small{color:#89948d}.notification-dot{width:8px;height:8px;border-radius:50%;margin-top:7px;background:#d7dfda}.notification-item.unread .notification-dot{background:var(--green);box-shadow:0 0 0 5px rgba(20,184,107,.1)}
.auth-section{padding-top:70px}.auth-card{max-width:900px;margin:auto;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.auth-copy{padding:38px;background:linear-gradient(145deg,#17211b,#244a37);color:#fff}.auth-copy h1{font-size:34px;line-height:1.08}.auth-copy p{color:#c2d3ca}.auth-copy ul{list-style:none;padding:0;display:grid;gap:10px;margin-top:25px}.auth-form{padding:38px}.auth-form h2{margin-top:0;font-size:27px}.auth-form a{color:#078b50;font-weight:750}@media(max-width:700px){.auth-card{grid-template-columns:1fr}.auth-copy,.auth-form{padding:24px}}

/* DigLot Launch V7 — responsive production polish */
html,body{max-width:100%;overflow-x:hidden}.wide{width:100%}.muted{color:var(--muted)}.rich-text,.legal-body,.lot-title,.lot-card,.tab-panel{overflow-wrap:anywhere;word-break:normal}.lot-detail-grid{grid-template-columns:minmax(0,1fr) 360px;align-items:start}.lot-main-col,.lot-side-col{min-width:0}.gallery-card{padding:12px}.gallery-main{height:460px;border-radius:17px}.gallery-thumbs{overflow-x:auto;padding-bottom:2px}.thumb-btn{padding:0;border:0;background:none;cursor:pointer;flex:0 0 auto}.thumb-btn img{width:88px;height:66px;border-radius:10px}.lot-title-mobile{display:none}.lot-summary-strip{margin-top:14px;padding:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden}.lot-summary-strip>div{padding:16px;border-right:1px solid var(--line);min-width:0}.lot-summary-strip>div:last-child{border-right:0}.lot-summary-strip small,.seller-facts small{display:block;color:var(--muted);font-size:11px}.lot-summary-strip b{display:block;margin-top:4px;font-size:17px}.detail-tabs{margin-top:14px;padding:0;overflow:hidden}.detail-tabs .tab-nav{padding:0 14px}.detail-tabs .tab-content{padding:0 22px}.buy-card h1{font-size:24px;line-height:1.2;margin:12px 0}.trust-list{display:grid;gap:10px;margin:18px 0}.trust-list>div{display:flex;gap:10px;padding:11px;border-radius:12px;background:#f8fbf9}.trust-list span,.trust-list b,.trust-list small{display:block}.trust-list small{color:var(--muted);font-size:11px;margin-top:1px}.offer-box{margin-top:12px;padding-top:12px;border-top:1px solid var(--line)}.seller-card{padding:20px;margin-top:14px}.seller-card h3{margin-top:0}.seller-profile-row{display:flex;gap:12px;align-items:center}.seller-rating{font-size:12px;color:var(--muted);margin:3px 0}.seller-facts{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.seller-facts>div{padding:11px;background:#f8fbf9;border-radius:12px}.page-heading{display:flex;justify-content:space-between;gap:22px;align-items:end}.page-heading h1{margin:3px 0 7px}.page-heading p{color:var(--muted);max-width:720px}.balance-hero{min-width:220px;background:linear-gradient(145deg,#0e9e59,#17bd70);color:#fff;padding:18px 22px;border-radius:18px;box-shadow:0 16px 34px rgba(20,184,107,.18)}.balance-hero small,.balance-hero strong{display:block}.balance-hero strong{font-size:28px;margin-top:4px}.wallet-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:18px}.finance-card{padding:22px}.finance-card h2{margin:8px 0}.finance-card p{color:var(--muted)}.finance-icon{width:42px;height:42px;border-radius:13px;background:var(--soft);color:#087945;display:grid;place-items:center;font-weight:900;font-size:20px}.stack-form{display:grid;gap:8px;margin-top:15px}.stack-form label{font-size:12px;font-weight:800}.form-hint{display:block;color:var(--muted);margin-top:10px}.compact-section{padding:28px 0 0}.money-positive{color:#087945;font-weight:800}.money-negative{color:#9b3333;font-weight:800}.status-chip{display:inline-flex;padding:5px 9px;border-radius:999px;background:#eef8f2;color:#087945;font-size:11px;font-weight:800}.legal-hero{padding:62px 0 32px;background:linear-gradient(180deg,#f1faf5,#f7faf8)}.legal-hero h1{font-size:44px;line-height:1.05;letter-spacing:-.04em;margin:10px 0}.legal-hero p{max-width:760px;color:var(--muted);font-size:17px}.legal-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:22px;align-items:start}.legal-nav{padding:12px;position:sticky;top:92px}.legal-nav a{display:block;padding:10px 12px;border-radius:10px;color:#56635b}.legal-nav a:hover{background:var(--soft);color:#087945}.legal-copy{max-width:none!important;padding:36px!important;min-width:0}.legal-body p{margin:0 0 16px}.legal-body p:first-child{font-weight:800;font-size:18px}.legal-updated{margin-top:32px;padding-top:18px;border-top:1px solid var(--line);color:var(--muted);font-size:12px}.mobile-menu{position:relative}.mobile-menu summary{list-style:none;width:42px;height:42px;border:1px solid var(--line);border-radius:11px;background:#fff;display:grid;place-items:center;cursor:pointer;font-size:19px}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu>div{position:absolute;right:0;top:50px;width:250px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:8px;box-shadow:var(--shadow)}.mobile-menu a{display:block;padding:11px 12px;border-radius:9px}.mobile-menu a:hover{background:var(--soft)}
@media(max-width:980px){.lot-detail-grid{grid-template-columns:1fr}.lot-title-mobile{display:block;margin-bottom:12px}.lot-side-col{display:grid;grid-template-columns:1fr 1fr;gap:14px}.buy-card,.seller-card{position:static;margin:0}.lot-summary-strip{grid-template-columns:repeat(3,1fr)}.legal-layout{grid-template-columns:1fr}.legal-nav{position:static;display:flex;overflow-x:auto;gap:4px}.legal-nav a{white-space:nowrap}.wallet-grid{grid-template-columns:1fr}.page-heading{align-items:stretch}.balance-hero{align-self:flex-end}.header-actions .admin-link{display:none}}
@media(max-width:700px){.container{width:calc(100% - 24px)}.site-header .header-row{height:66px}.brand{font-size:19px}.header-actions>a.btn{display:none}.header-actions .notif-wrap{display:block}.lot-page{padding-top:8px}.gallery-card{border-radius:16px}.gallery-main{height:auto;aspect-ratio:16/10}.lot-side-col{grid-template-columns:1fr}.lot-summary-strip{grid-template-columns:1fr 1fr}.lot-summary-strip>div{border-bottom:1px solid var(--line)}.detail-tabs .tab-nav{gap:0}.detail-tabs .tab-nav button{padding:12px 11px;font-size:12px;white-space:nowrap}.detail-tabs .tab-content{padding:0 16px}.metric-grid{grid-template-columns:1fr 1fr}.page-heading{display:block}.balance-hero{margin-top:12px;min-width:0}.responsive-table{overflow-x:auto}.table{min-width:620px}.legal-hero{padding:38px 0 22px}.legal-hero h1{font-size:34px}.legal-copy{padding:22px!important}.dashboard-shell{padding-top:14px}.sidebar{display:flex;overflow-x:auto;gap:4px;padding:8px}.side-link{white-space:nowrap;min-width:max-content}.footer{margin-top:35px}.footer-grid{gap:22px}}
@media(max-width:440px){.brand-mark{width:32px;height:32px}.header-row{gap:8px}.header-actions{gap:6px}.lot-summary-strip{grid-template-columns:1fr 1fr}.lot-summary-strip>div{padding:12px}.gallery-thumbs img{width:72px;height:54px}.buy-card,.seller-card,.finance-card{padding:16px}.hero h1{font-size:33px}.stats-row,.category-grid,.lot-grid,.kpi-grid,.metric-grid{grid-template-columns:1fr}.legal-hero h1{font-size:30px}}

/* DigLot Launch V8 — complete product redesign */
:root{--green:#16b96d;--green-dark:#087c4b;--green-soft:#eaf9f1;--ink:#142019;--muted:#718078;--line:#e1e9e4;--bg:#f5f8f6;--card:#fff;--radius:18px;--shadow:0 12px 38px rgba(18,55,35,.075);--shadow-lg:0 28px 80px rgba(16,61,37,.12)}
body{background:radial-gradient(circle at 50% -300px,#edfdf4 0,transparent 700px),var(--bg)}
.site-header{border-bottom:1px solid rgba(219,230,223,.85);box-shadow:0 4px 18px rgba(20,50,32,.025)}
.header-row{height:72px}.brand-mark{border-radius:11px;background:linear-gradient(145deg,#21ca7d,#0d9c59)}
.nav a{position:relative}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--green);transition:.2s}.nav a:hover:after{right:0}
.site-search input{background:#f8faf9;border-color:#e1e8e4}.btn{min-height:42px;border-radius:11px}.btn-lg{min-height:50px;padding:0 21px}.btn-block{width:100%}.mt8{margin-top:8px}
.v8-hero{padding:54px 0 22px;overflow:hidden}.v8-hero-grid{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(430px,.97fr);gap:54px;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border:1px solid #d8ebe0;border-radius:999px;background:#fff;color:#386047;font-size:12px;font-weight:800}.hero-badge span{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(22,185,109,.1)}.v8-hero h1{font-size:59px;line-height:.99;letter-spacing:-.055em;margin:18px 0;color:#122019}.v8-hero h1 em{font-style:normal;color:var(--green-dark)}.v8-hero-copy>p{font-size:18px;line-height:1.7;color:#637168;max-width:690px}.hero-search-v8{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #dbe7e0;border-radius:15px;padding:7px 7px 7px 15px;box-shadow:0 13px 38px rgba(21,60,37,.08);margin:25px 0 14px;max-width:680px}.hero-search-v8 svg{width:22px;color:#7d8a82}.hero-search-v8 input{border:0!important;box-shadow:none!important;padding:10px 2px!important;min-width:0;flex:1}.hero-search-v8 button{border:0;background:#15231b;color:#fff;border-radius:10px;padding:11px 20px;font-weight:800;cursor:pointer}.hero-actions-v8,.hero-trust{display:flex;gap:10px;flex-wrap:wrap}.hero-trust{margin-top:18px;color:#6e7c74;font-size:12px}.hero-trust span{padding-right:9px}.v8-hero-stage{min-height:480px;position:relative;display:grid;place-items:center}.stage-glow{position:absolute;width:390px;height:390px;border-radius:50%;background:radial-gradient(circle,#bdf4d6 0,#e4f9ed 46%,transparent 70%);filter:blur(4px)}.stage-window{position:absolute;background:rgba(255,255,255,.94);border:1px solid #dce9e1;border-radius:17px;box-shadow:var(--shadow-lg);backdrop-filter:blur(10px)}.main-window{width:370px;z-index:3;transform:rotate(-1deg)}.stage-top{display:flex;align-items:center;gap:5px;padding:12px;border-bottom:1px solid #edf1ee;color:#647269;font-size:11px;font-weight:700}.stage-top i{width:7px;height:7px;border-radius:50%;background:#dbe4df}.stage-top span{margin-left:7px}.stage-body{padding:28px}.stage-price{font-size:35px;font-weight:900;letter-spacing:-.04em}.stage-status{display:inline-flex;align-items:center;gap:7px;padding:7px 9px;background:#edf9f2;color:#08794a;border-radius:9px;font-size:11px;font-weight:800;margin:10px 0 28px}.stage-status span{width:7px;height:7px;background:#18b96d;border-radius:50%}.stage-flow{display:flex;align-items:center}.stage-flow b{flex:0 0 30px;height:30px;border:1px solid #d6e1db;border-radius:50%;display:grid;place-items:center;font-size:11px}.stage-flow b.done{background:#19b86c;border-color:#19b86c;color:#fff}.stage-flow i{height:2px;background:#dce5df;flex:1}.stage-labels{display:flex;justify-content:space-between;color:#7c8981;font-size:10px;margin-top:7px}.floating-card{padding:18px;width:185px;z-index:4}.floating-card small,.floating-card strong,.floating-card p{display:block}.floating-card small{color:#77847c}.floating-card strong{font-size:22px;margin:5px 0}.floating-card strong span{font-size:10px;color:#e2a914}.floating-card p{margin:0;color:#77847c;font-size:11px}.fc-left{left:0;bottom:52px;transform:rotate(3deg)}.fc-right{right:-2px;top:58px;transform:rotate(4deg)}.stage-shape{position:absolute;right:-30px;bottom:10px;width:250px}.v8-proof-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:24px;background:#fff;border:1px solid var(--line);border-radius:17px;box-shadow:0 8px 28px rgba(21,56,36,.04);overflow:hidden}.v8-proof-grid div{padding:18px 24px;border-right:1px solid var(--line)}.v8-proof-grid div:last-child{border:0}.v8-proof-grid strong,.v8-proof-grid span{display:block}.v8-proof-grid strong{font-size:24px;letter-spacing:-.03em}.v8-proof-grid span{font-size:11px;color:var(--muted);margin-top:2px}
.v8-section{padding-top:52px}.v8-section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:23px}.v8-section-head h2{font-size:34px;letter-spacing:-.04em;margin:5px 0}.v8-section-head p{margin:0;color:var(--muted)}.section-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:#0b9255}.section-kicker.light{color:#9ff0c5}.link-arrow{font-weight:800;color:#0b8950}.v8-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.v8-category{display:grid;grid-template-columns:48px 1fr auto;gap:12px;align-items:center;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff;transition:.2s}.v8-category:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:#c9dfd2}.v8-cat-icon{width:48px;height:48px;border-radius:14px;background:#eff9f4;display:grid;place-items:center}.v8-cat-icon img{width:30px;height:30px}.v8-category b,.v8-category small{display:block}.v8-category small{color:var(--muted);font-size:11px;margin-top:3px}.cat-arrow{color:#8e9a93}.soft-section{background:linear-gradient(180deg,rgba(238,246,241,.72),rgba(247,250,248,0))}.v8-lot-grid .lot-card{border-radius:17px;transition:.2s}.v8-lot-grid .lot-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.v8-safe-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.safe-copy h2{font-size:41px;line-height:1.08;letter-spacing:-.045em;margin:7px 0 15px}.safe-copy>p{color:var(--muted);font-size:16px}.safe-points{display:grid;gap:14px;margin:25px 0}.safe-points>div{display:flex;gap:12px}.safe-points i{flex:0 0 34px;height:34px;border-radius:10px;background:#e7f8ef;color:#087c4b;display:grid;place-items:center;font-style:normal;font-weight:900}.safe-points b,.safe-points small{display:block}.safe-points small{color:var(--muted);margin-top:3px}.safe-dashboard{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:var(--shadow-lg);position:relative}.safe-dashboard:before{content:"";position:absolute;inset:-18px;z-index:-1;background:linear-gradient(145deg,#e8faef,#f8fbf9);border-radius:30px}.safe-dash-head{display:flex;justify-content:space-between;color:#65736a}.safe-dash-head b{color:#0b8a51;background:#edf9f2;padding:5px 9px;border-radius:999px;font-size:10px}.safe-money{padding:25px 0}.safe-money small,.safe-money strong{display:block}.safe-money strong{font-size:32px}.safe-track{display:flex;align-items:center;margin:8px 0 30px}.safe-track>span{width:35px;height:35px;border:1px solid #d8e1dc;border-radius:50%;display:grid;place-items:center;position:relative;font-size:11px}.safe-track>span small{position:absolute;top:42px;white-space:nowrap;color:#7b8780}.safe-track span.done{background:#17b76b;border-color:#17b76b;color:#fff}.safe-track span.active{border:2px solid #17b76b;color:#087d4b}.safe-track>i{height:2px;background:#dfe7e2;flex:1}.safe-chat{margin-top:48px;display:grid;gap:8px}.safe-chat>div{background:#f7faf8;border-radius:12px;padding:11px 13px}.safe-chat b{font-size:11px}.safe-chat p{font-size:12px;margin:3px 0;color:#65736a}.safe-chat .admin-note{background:#edf7ff}.safe-chat .admin-note b{color:#27609c}.v8-pro-banner{min-height:190px;padding:34px 38px;border-radius:25px;background:radial-gradient(circle at 80% 0,#1f7b51 0,transparent 350px),#12271c;color:#fff;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;overflow:hidden}.v8-pro-banner h2{font-size:32px;margin:4px 0}.v8-pro-banner p{color:#b7c8be;margin:0}.pro-orbit{width:112px;height:112px;border-radius:50%;border:1px solid #365143;display:grid;place-items:center;background:radial-gradient(circle,#224a34,#14291e)}.pro-orbit span{width:68px;height:68px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(145deg,#30d78b,#0ba65f);font-size:21px;font-weight:900;box-shadow:0 13px 35px rgba(29,205,119,.25);transform:rotate(-7deg)}.pro-features{display:flex;gap:15px;flex-wrap:wrap;margin-top:14px;color:#d6e4dc;font-size:11px}.pro-cta{background:#fff;color:#183122}.article-cards-v8{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.article-cards-v8 a{background:#fff;border:1px solid var(--line);border-radius:17px;padding:22px;transition:.2s}.article-cards-v8 a:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.article-cards-v8 span{font-size:10px;text-transform:uppercase;color:#0b8e53;font-weight:900}.article-cards-v8 h3{font-size:19px;margin:9px 0}.article-cards-v8 p{color:var(--muted);font-size:13px}.article-cards-v8 b{font-size:12px;color:#0b8e53}.launch-cta{display:flex;justify-content:space-between;align-items:center;gap:25px;background:#fff;border:1px solid var(--line);border-radius:21px;padding:30px 34px}.launch-cta h2{font-size:30px;margin:0}.launch-cta p{margin:7px 0 0;color:var(--muted);max-width:700px}
/* dashboard */.v8-dashboard{gap:18px}.dash-welcome{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.dash-welcome h1{font-size:32px;margin:4px 0}.dash-welcome p{margin:0;color:var(--muted)}.v8-kpis .kpi{padding:20px}.v8-kpis .kpi b{font-size:28px}.v8-kpis .kpi span{display:block;color:var(--muted);font-size:11px;margin-top:4px}.balance-kpi{background:linear-gradient(145deg,#0f9e5b,#19bd70);color:#fff;border:0}.balance-kpi small,.balance-kpi span{color:#d9f6e7!important}.balance-actions{display:flex;gap:6px;margin-top:12px}.balance-actions a{padding:6px 9px;border-radius:8px;background:rgba(255,255,255,.14);font-size:11px;font-weight:800}.dashboard-grid-v8{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:16px}.quick-card{padding:20px}.quick-card h3{margin-top:0}.quick-card>a{display:flex;gap:11px;align-items:center;padding:11px 0;border-top:1px solid #edf1ee}.quick-card>a>span{width:35px;height:35px;border-radius:10px;background:#eef9f3;display:grid;place-items:center;color:#0a8a50;font-weight:900}.quick-card b,.quick-card small{display:block}.quick-card small{color:var(--muted);font-size:10px}.dash-list-head{margin-top:24px}
/* profile */.profile-page-v8{padding:28px 0 70px}.profile-cover-v8{height:220px;border-radius:24px;overflow:hidden;background:linear-gradient(120deg,#dff8e9,#eefaf4 45%,#e4f5ff);position:relative}.profile-cover-v8 img{width:100%;height:100%;object-fit:cover}.cover-mesh{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 30%,rgba(22,185,109,.2) 0 2px,transparent 3px);background-size:24px 24px;opacity:.3}.profile-head-v8{margin:-50px 24px 0;position:relative;z-index:2;padding:21px 24px;display:flex;align-items:center;justify-content:space-between}.profile-ident{display:flex;gap:16px;align-items:center}.profile-avatar-v8{width:88px;height:88px;border-radius:22px;object-fit:cover;border:5px solid #fff;box-shadow:0 8px 24px rgba(20,55,35,.13)}.profile-avatar-v8.placeholder{display:grid;place-items:center;background:#dff7e9;color:#087c4b;font-size:23px;font-weight:900}.profile-name-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.profile-name-line h1{margin:0;font-size:28px}.profile-ident p{margin:3px 0;color:var(--muted)}.verified-badge,.pro-badge{font-size:10px;font-weight:900;padding:5px 8px;border-radius:999px;background:#eaf8f1;color:#087e4b}.pro-badge{background:#17231c;color:#fff}.profile-rating-big{text-align:right}.profile-rating-big strong,.profile-rating-big span,.profile-rating-big small{display:block}.profile-rating-big strong{font-size:32px}.stars-static,.review-stars{color:#e5aa1d;letter-spacing:1px}.profile-rating-big small{color:var(--muted)}.profile-layout-v8{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:20px;margin-top:22px}.profile-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.profile-stat-grid .card{padding:17px}.profile-stat-grid small,.profile-stat-grid b{display:block}.profile-stat-grid small{color:var(--muted);font-size:10px}.profile-stat-grid b{font-size:23px;margin-top:5px}.profile-about{padding:22px;margin-top:12px}.profile-links{display:flex;gap:8px;flex-wrap:wrap}.profile-links>*{padding:6px 9px;background:#f2f7f4;border-radius:8px;font-size:11px}.profile-section-head{margin-top:30px}.profile-trust-card{padding:22px;position:sticky;top:92px}.profile-trust-card h3{margin-top:0}.trust-score b{font-size:38px}.trust-score span{color:var(--muted)}.trust-meter{height:7px;background:#edf2ef;border-radius:99px;overflow:hidden;margin:12px 0}.trust-meter i{display:block;height:100%;background:linear-gradient(90deg,#0b9e5a,#2fd080)}.profile-trust-card p,.profile-trust-card li{font-size:12px;color:var(--muted)}.profile-trust-card ul{padding-left:18px}.reviews-v8{display:grid;gap:10px}.review-card-v8{padding:18px}.review-top{display:flex;justify-content:space-between;gap:14px}.review-top small{display:block;color:var(--muted)}.review-stars span{color:#dfe4e1}.review-stars span.on{color:#e5aa1d}.review-card-v8>p{margin-bottom:0}
/* deal realtime */.v8-deal-head{border-radius:18px}.v8-chat-layout{grid-template-columns:minmax(0,1fr) 380px}.deal-live-panel{margin-top:14px}.deal-progress.compact{margin:14px 0 18px}.live-action-card,.review-box{padding:15px;background:#f7faf8;border:1px solid #e8efeb;border-radius:13px;margin-top:10px}.live-action-card h4,.review-box h4{margin:0 0 5px}.live-action-card p,.review-box p{color:var(--muted);font-size:12px;margin:0 0 12px}.state-ok{background:#effaf4;border-color:#d3eedf}.state-wait{background:#f5f8ff;border-color:#e0e7f5}.state-warn{background:#fff8e8;border-color:#efe0b6}.star-picker{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:2px;margin:10px 0}.star-picker input{display:none}.star-picker span{font-size:28px;color:#d9dfdb;cursor:pointer}.star-picker label:hover span,.star-picker label:hover~label span,.star-picker input:checked~span,.star-picker label:has(input:checked)~label span{color:#e1a819}.chat-form textarea{min-height:52px;max-height:150px}
@media(max-width:1100px){.v8-hero-grid{grid-template-columns:1fr 440px;gap:25px}.v8-hero h1{font-size:50px}.v8-category-grid{grid-template-columns:repeat(3,1fr)}.profile-layout-v8{grid-template-columns:1fr}.profile-trust-card{position:static}.dashboard-grid-v8{grid-template-columns:1fr}.v8-chat-layout{grid-template-columns:minmax(0,1fr) 350px}}
@media(max-width:900px){.v8-hero-grid,.v8-safe-grid{grid-template-columns:1fr}.v8-hero-stage{min-height:390px;max-width:600px;width:100%;margin:auto}.v8-proof-grid{grid-template-columns:1fr 1fr}.v8-proof-grid div:nth-child(2){border-right:0}.v8-proof-grid div:nth-child(-n+2){border-bottom:1px solid var(--line)}.v8-category-grid{grid-template-columns:1fr 1fr}.v8-pro-banner{grid-template-columns:auto 1fr}.v8-pro-banner .pro-cta{grid-column:2}.article-cards-v8{grid-template-columns:1fr 1fr}.profile-head-v8{margin:-35px 12px 0}.v8-chat-layout{grid-template-columns:1fr}.deal-sidebar{display:grid;grid-template-columns:1fr 1fr}.deal-sidebar .deal-card:first-child{grid-column:1/-1}}
@media(max-width:650px){.v8-hero{padding-top:35px}.v8-hero h1{font-size:39px}.v8-hero-copy>p{font-size:15px}.hero-search-v8{padding-left:11px}.hero-search-v8 button{padding:10px 13px}.v8-hero-stage{min-height:330px}.main-window{width:300px}.floating-card{width:150px;padding:13px}.fc-left{left:-5px;bottom:20px}.fc-right{right:-4px;top:25px}.stage-shape{display:none}.v8-proof-grid{margin-top:10px}.v8-proof-grid div{padding:14px}.v8-proof-grid strong{font-size:20px}.v8-section-head{align-items:flex-start}.v8-section-head h2{font-size:28px}.v8-category-grid,.article-cards-v8{grid-template-columns:1fr}.v8-safe-grid{gap:35px}.safe-copy h2{font-size:32px}.v8-pro-banner{grid-template-columns:1fr;padding:25px}.pro-orbit{width:82px;height:82px}.v8-pro-banner .pro-cta{grid-column:auto}.launch-cta{display:block;padding:23px}.launch-cta h2{font-size:25px}.launch-cta .btn{margin-top:15px}.profile-cover-v8{height:150px;border-radius:17px}.profile-head-v8{display:block;padding:16px}.profile-ident{align-items:flex-end}.profile-avatar-v8{width:70px;height:70px;border-radius:18px}.profile-name-line h1{font-size:22px}.profile-rating-big{text-align:left;margin:14px 0 0;display:flex;gap:8px;align-items:center}.profile-rating-big strong{font-size:22px}.profile-rating-big span,.profile-rating-big small{display:inline}.profile-stat-grid{grid-template-columns:1fr 1fr}.review-top{display:block}.review-stars{margin-top:8px}.dash-welcome{display:block}.dash-welcome .btn{margin-top:12px}.v8-kpis{grid-template-columns:1fr 1fr!important}.deal-sidebar{display:block}.deal-sidebar .deal-card{margin-bottom:10px}.v8-chat-layout .chat-card{min-height:560px}}
@media(max-width:420px){.v8-hero h1{font-size:34px}.v8-hero-stage{min-height:300px}.main-window{width:270px}.floating-card{display:none}.v8-proof-grid,.v8-kpis,.profile-stat-grid{grid-template-columns:1fr!important}.v8-proof-grid div{border-right:0!important;border-bottom:1px solid var(--line)}.v8-category{grid-template-columns:44px 1fr auto}.v8-cat-icon{width:44px;height:44px}.profile-head-v8{margin:-28px 8px 0}.profile-ident{gap:10px}.profile-avatar-v8{width:60px;height:60px}.profile-name-line h1{font-size:19px}.balance-actions{flex-direction:column}.v8-deal-head h1{font-size:23px}.chat-head{padding:12px}.chat-messages{padding:12px}.chat-form{padding:10px}}

/* DigLot V9 — marketplace polish */
:root{--v9-green:#16b86d;--v9-green-dark:#0c8f52;--v9-ink:#122019;--v9-muted:#6f7f76;--v9-line:#dfe9e3;--v9-soft:#f5faf7;--v9-shadow:0 18px 50px rgba(20,56,38,.09)}
.page-shell{padding:56px 0 90px}.eyebrow{display:inline-flex;color:var(--v9-green-dark);font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:10px}.lead{font-size:19px;line-height:1.65;color:var(--v9-muted)}
.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}.contact-intro{background:linear-gradient(145deg,#fff,#f0fff7)}.contact-email{padding:22px;border:1px solid #ccebdd;background:#fff;border-radius:18px;margin:26px 0}.contact-email span{display:block;font-size:13px;color:var(--v9-muted)}.contact-email a{font-size:25px;font-weight:800;color:var(--v9-green-dark)}
.lot-grid-v9{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.lot-card-v9{background:#fff;border:1px solid var(--v9-line);border-radius:22px;overflow:hidden;box-shadow:0 4px 18px rgba(20,56,38,.035);transition:.22s ease;cursor:pointer;min-width:0}.lot-card-v9:hover{transform:translateY(-5px);box-shadow:var(--v9-shadow);border-color:#bfe5d1}.lot-card-media{height:205px;position:relative;background:#ecf7f1;overflow:hidden}.lot-card-cover,.lot-card-cover img{display:block;width:100%;height:100%}.lot-card-cover img{object-fit:cover}.lot-placeholder{height:100%;display:grid;place-items:center;font-size:30px;font-weight:900;color:#16985e}.lot-badges{position:absolute;left:14px;top:14px;display:flex;gap:6px;flex-wrap:wrap}.fav-form{position:absolute;right:12px;top:12px}.fav-btn{width:38px;height:38px;border-radius:12px;border:0;background:rgba(255,255,255,.93);font-size:22px;box-shadow:0 6px 20px rgba(0,0,0,.08)}.lot-card-body{padding:18px}.lot-card-category{font-size:12px;color:var(--v9-green-dark);font-weight:800;margin-bottom:7px}.lot-card-v9 h3{font-size:19px;line-height:1.25;margin:0 0 8px}.lot-card-v9 h3 a{color:var(--v9-ink);text-decoration:none}.lot-card-v9 p{color:var(--v9-muted);font-size:14px;line-height:1.5;min-height:42px}.lot-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:14px 0;border-top:1px solid #eef3f0;border-bottom:1px solid #eef3f0;margin:14px 0}.lot-metrics span{min-width:0}.lot-metrics b{display:block;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lot-metrics small{font-size:10px;color:#829088}.lot-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.seller-mini{display:flex;gap:8px;align-items:center;text-decoration:none;color:var(--v9-ink);min-width:0}.seller-avatar-mini{width:32px;height:32px;border-radius:10px;background:#dff8eb;display:grid;place-items:center;color:#0d8f53;font-weight:800}.seller-mini span:last-child{display:flex;flex-direction:column;min-width:0}.seller-mini b,.seller-mini small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.seller-mini small{font-size:10px;color:var(--v9-muted)}.lot-price{font-size:18px;white-space:nowrap}
.profile-page-v9{padding:28px 0 90px}.profile-hero-v9{position:relative;margin-bottom:22px}.profile-cover-v9{height:220px;border-radius:28px;background:radial-gradient(circle at 20% 0,#d9ffeb 0,transparent 40%),linear-gradient(135deg,#edfff5,#e8f7ff);overflow:hidden}.profile-cover-v9 img{width:100%;height:100%;object-fit:cover}.profile-head-v9{margin:-58px 22px 0;position:relative;background:#fff;border:1px solid var(--v9-line);border-radius:24px;padding:22px;display:flex;align-items:center;gap:18px;box-shadow:var(--v9-shadow)}.profile-avatar-v9{width:92px;height:92px;border-radius:24px;background:#dff8eb;border:6px solid #fff;display:grid;place-items:center;font-size:30px;font-weight:900;color:#138b52;overflow:hidden;flex:0 0 auto}.profile-avatar-v9 img{width:100%;height:100%;object-fit:cover}.profile-title{flex:1;min-width:0}.profile-name-row{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.profile-name-row h1{margin:0;font-size:28px}.profile-title p{color:var(--v9-muted);margin:6px 0}.profile-links{display:flex;gap:12px;font-size:13px}.profile-rating-v9{text-align:right;display:flex;flex-direction:column}.profile-rating-v9 strong{font-size:22px;color:#f0a100}.profile-rating-v9 span{color:var(--v9-muted);font-size:12px}.profile-kpis-v9{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin:24px 0}.profile-kpis-v9>div{background:#fff;border:1px solid var(--v9-line);border-radius:18px;padding:17px}.profile-kpis-v9 span{display:block;font-size:11px;color:var(--v9-muted);margin-bottom:8px}.profile-kpis-v9 strong{font-size:20px}.profile-grid-v9{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px}.profile-bio{font-size:16px;line-height:1.75}.reputation-card{position:sticky;top:100px}.rating-big{display:block;font-size:28px;margin:7px 0;color:#e89a00}.reviews-v9{display:grid;gap:12px}.review-v9{padding:18px;background:var(--v9-soft);border-radius:16px}.review-stars{color:#f0a100;letter-spacing:2px}.review-v9 p{font-size:15px;line-height:1.6}.review-v9 footer{display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:11px;color:var(--v9-muted)}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:20px;margin-top:22px;display:flex;justify-content:space-between;gap:16px}.footer-mail{display:inline-block;margin-top:8px;font-weight:800}
@media(max-width:1100px){.lot-grid-v9{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-kpis-v9{grid-template-columns:repeat(3,1fr)}.profile-grid-v9{grid-template-columns:1fr}.reputation-card{position:static}}
@media(max-width:720px){.contact-layout{grid-template-columns:1fr}.lot-grid-v9{grid-template-columns:1fr}.lot-card-media{height:220px}.profile-cover-v9{height:145px;border-radius:20px}.profile-head-v9{margin:-34px 10px 0;padding:16px;align-items:flex-start;flex-wrap:wrap}.profile-avatar-v9{width:72px;height:72px;border-radius:20px}.profile-rating-v9{text-align:left;margin-left:90px;margin-top:-28px;width:100%}.profile-kpis-v9{grid-template-columns:repeat(2,1fr)}.profile-kpis-v9>div{padding:14px}.footer-bottom{flex-direction:column}}


/* DigLot V10 — professional Russian SaaS UI */
.lot-card-v10{background:#fff;border:1px solid #dfe9e3;border-radius:22px;overflow:hidden;box-shadow:0 4px 18px rgba(20,56,38,.035);transition:.22s;cursor:pointer;min-width:0}.lot-card-v10:hover{transform:translateY(-5px);box-shadow:0 18px 50px rgba(20,56,38,.10);border-color:#bfe5d1}.lot-card-v10 .lot-card-media{height:215px}.lot-card-topline{display:flex;justify-content:space-between;gap:10px;color:#0c8f52;font-size:12px;font-weight:800}.lot-card-topline small{color:#77877e;font-weight:650}.lot-card-topline .link-open{color:#0c8f52}.lot-card-v10 h3{font-size:19px;margin:8px 0}.lot-card-v10 p{color:#6f7f76;min-height:42px}.asset-link-box{margin:16px 0;padding:15px 16px;border:1px solid #dfe9e3;border-radius:15px;background:#f7fbf9;display:grid;gap:3px}.asset-link-box span,.asset-link-box small{font-size:11px;color:#748178}.asset-link-box a{font-weight:800;color:#0b9154}
.contact-page-v10{padding:46px 0 90px}.contact-hero-v10{padding:34px;border:1px solid #dcebe3;border-radius:28px;background:radial-gradient(circle at 80% 0,#dffcf0 0,transparent 34%),linear-gradient(135deg,#fff,#f4fbf7);display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:24px}.contact-hero-v10 h1{font-size:44px;letter-spacing:-.04em;margin:6px 0 10px}.contact-hero-v10 p{max-width:720px;color:#65756c;font-size:17px}.support-status{background:#fff;border:1px solid #dce9e2;border-radius:16px;padding:13px 16px;display:flex;gap:10px;align-items:center;min-width:260px}.support-status>span{width:10px;height:10px;background:#16b86d;border-radius:50%;box-shadow:0 0 0 5px #e3f8ed}.support-status b,.support-status small{display:block}.support-status small{color:#76847c;font-size:11px}.contact-grid-v10{display:grid;grid-template-columns:.92fr 1.08fr;gap:24px}.support-mail-card{padding:24px;border-radius:20px;background:#13221a;color:#fff}.support-mail-card small,.support-mail-card span{display:block;color:#aebdb5}.support-mail-card a{display:block;color:#66e6aa;font-size:27px;font-weight:850;margin:5px 0}.support-topics{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.support-topics article{padding:18px;background:#fff;border:1px solid #dfe9e3;border-radius:18px}.support-topics p{margin:5px 0 0;color:#6e7d75;font-size:13px}.support-note{margin-top:14px;padding:20px;border:1px solid #cdebdc;background:#effbf5;border-radius:18px}.support-note p{color:#607269}.support-note a{font-weight:800;color:#0b9154}.contact-form-v10{padding:28px}.form-card-head{border-bottom:1px solid #e8efeb;margin:-2px -2px 22px;padding-bottom:18px}.form-card-head span{font-size:12px;color:#0b9154;font-weight:800}.form-card-head h2{font-size:28px;margin:4px 0}.form-card-head p{color:#718077}.privacy-hint{color:#89958f}.contact-faq-v10{display:grid;grid-template-columns:300px 1fr;gap:28px;margin-top:50px}.faq-mini{display:grid;gap:10px}.faq-mini details{background:#fff;border:1px solid #dfe9e3;border-radius:16px;padding:17px 18px}.faq-mini summary{font-weight:800;cursor:pointer}.faq-mini p{color:#68776f;margin-bottom:0}
.sell-v10{padding:12px 0 80px}.sell-head-v10{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.sell-head-v10 h1{font-size:38px;letter-spacing:-.035em;margin:4px 0}.sell-head-v10 p{color:#6e7c74}.draft-state{padding:10px 13px;border-radius:12px;background:#effaf4;color:#087c49;font-size:12px;font-weight:750}.wizard-shell{display:grid;grid-template-columns:230px minmax(0,1fr) 250px;gap:18px;align-items:start}.wizard-sidebar{position:sticky;top:96px;background:#12231a;color:#fff;border-radius:22px;padding:15px}.wizard-brand{padding:10px 10px 14px;font-weight:850;border-bottom:1px solid rgba(255,255,255,.10);margin-bottom:8px}.wizard-step{display:flex;width:100%;gap:11px;align-items:center;text-align:left;background:transparent;color:#c9d6cf;border:0;padding:11px 9px;border-radius:13px;cursor:pointer}.wizard-step:hover,.wizard-step.active{background:rgba(86,229,161,.11);color:#fff}.wizard-step i{font-style:normal;width:29px;height:29px;display:grid;place-items:center;border-radius:9px;background:rgba(255,255,255,.08);font-size:12px}.wizard-step.active i{background:#16b86d}.wizard-step span{display:grid}.wizard-step b{font-size:13px}.wizard-step small{font-size:10px;color:#93a69b}.wizard-content{padding:32px;min-height:610px}.wizard-panel{display:none}.wizard-panel.active{display:block}.step-kicker{font-size:12px;color:#0b9154;font-weight:850}.wizard-panel h2{font-size:29px;margin:5px 0 6px}.wizard-lead{color:#748178;margin-bottom:24px}.switch-row{display:flex;gap:12px;padding:15px;border:1px solid #dfe8e3;border-radius:14px;margin:14px 0;align-items:flex-start}.switch-row input{width:18px!important;height:18px;margin-top:2px}.switch-row span{display:grid}.switch-row small{color:#78867e}.wizard-tip{padding:15px;border-left:3px solid #16b86d;background:#f1faf6;border-radius:10px;color:#53655b}.upload-zone-v10{min-height:300px;border:1.5px dashed #b9d9c8;border-radius:20px;background:#f8fcfa;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px;position:relative}.upload-zone-v10 input[type=file]{margin-top:16px;max-width:440px}.upload-symbol{width:56px;height:56px;border-radius:18px;background:#e2f8ed;color:#0c8e52;display:grid;place-items:center;font-size:28px;margin-bottom:12px}.image-preview{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;width:100%;margin-top:18px}.image-preview img{height:90px;width:100%;object-fit:cover;border-radius:10px}.wizard-actions{display:flex;align-items:center;border-top:1px solid #e9efec;margin-top:28px;padding-top:20px}.wizard-spacer{flex:1}.wizard-help{position:sticky;top:96px;display:grid;gap:12px}.help-card{padding:18px;border-radius:18px;border:1px solid #dfe9e3;background:#fff}.help-card>span{color:#0c8e52;font-size:11px;font-weight:850}.help-card h3{margin:4px 0}.help-card p,.help-card li{font-size:12px;color:#6d7c74}.help-card ul{padding-left:18px}.preview-lot-v10{display:grid;grid-template-columns:230px 1fr;gap:20px;padding:17px;border:1px solid #dfe9e3;border-radius:18px;background:#fbfdfc}.preview-cover{height:150px;border-radius:14px;background:#eaf5ef;display:grid;place-items:center;color:#718077;overflow:hidden}.preview-cover img{width:100%;height:100%;object-fit:cover}.preview-lot-v10 h3{font-size:23px;margin:9px 0}.preview-lot-v10 strong{font-size:24px}.review-checklist{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.review-checklist div{padding:13px;background:#f1faf6;border-radius:12px;color:#426052;font-size:13px}
@media(max-width:1100px){.wizard-shell{grid-template-columns:200px minmax(0,1fr)}.wizard-help{display:none}.contact-grid-v10{grid-template-columns:1fr}.contact-info-v10{order:2}.contact-form-v10{order:1}}@media(max-width:760px){.contact-hero-v10{display:block;padding:24px}.contact-hero-v10 h1{font-size:34px}.support-status{margin-top:18px;min-width:0}.support-topics{grid-template-columns:1fr}.contact-faq-v10{grid-template-columns:1fr}.wizard-shell{display:block}.wizard-sidebar{position:static;display:flex;overflow:auto;margin-bottom:12px;gap:5px}.wizard-brand,.wizard-step span{display:none}.wizard-step{width:auto;flex:0 0 auto}.wizard-content{padding:20px;min-height:0}.sell-head-v10{display:block}.draft-state{display:inline-flex;margin-top:8px}.form-grid,.form-grid-2{grid-template-columns:1fr!important}.preview-lot-v10{grid-template-columns:1fr}.review-checklist{grid-template-columns:1fr}.image-preview{grid-template-columns:repeat(3,1fr)}}

/* DIGLOT_SAFE_UI_V11_START */

/* ---------------------------------------------------
   CARD
--------------------------------------------------- */

.lot-card-v10{
  display:flex;
  flex-direction:column;
  height:100%;
  border-radius:20px;
  border:1px solid #dfe9e3;
  background:#fff;
  box-shadow:
    0 4px 14px rgba(21,52,38,.045);
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease;
}

.lot-card-v10:hover{
  transform:translateY(-3px);
  border-color:#c8e2d4;
  box-shadow:
    0 16px 38px rgba(21,52,38,.095);
}

.lot-card-v10 .lot-card-media{
  height:218px;
  position:relative;
  overflow:hidden;
  background:#edf6f1;
}

.lot-card-cover{
  width:100%;
  height:100%;
  display:block;
}

.lot-card-cover>img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .3s ease;
}

.lot-card-v10:hover .lot-card-cover>img{
  transform:scale(1.018);
}

.lot-card-v10 .lot-card-body{
  padding:17px;
  display:flex;
  flex-direction:column;
  flex:1;
}

.lot-card-v10 h3{
  margin:8px 0 8px;
  min-height:48px;
  font-size:18px;
  line-height:1.3;
  letter-spacing:-.015em;
}

.lot-card-v10 p{
  min-height:43px;
  margin:0 0 13px;
  color:#718078;
  font-size:13px;
  line-height:1.52;
}


/* ---------------------------------------------------
   BADGES
--------------------------------------------------- */

.lot-badges{
  position:absolute;
  top:12px;
  left:12px;
  right:58px;
  z-index:10;

  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;

  pointer-events:none;
}

.chip{
  width:auto!important;
  min-width:0!important;
  height:27px!important;

  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;

  padding:0 10px!important;

  border:1px solid rgba(215,231,222,.96)!important;
  border-radius:999px!important;

  background:rgba(255,255,255,.94)!important;
  color:#287553!important;

  font-size:10px!important;
  line-height:1!important;
  font-weight:850!important;

  white-space:nowrap!important;

  box-shadow:
    0 3px 10px rgba(16,45,32,.065)!important;

  backdrop-filter:blur(11px);
  -webkit-backdrop-filter:blur(11px);
}

.chip i{
  width:14px;
  height:14px;
  display:grid;
  place-items:center;

  border-radius:50%;

  background:rgba(20,184,107,.11);

  font-style:normal;
  font-size:9px;
}

.chip-ok{
  background:rgba(239,252,245,.96)!important;
  color:#087e48!important;
  border-color:#bce5cc!important;
}

.chip-pro{
  background:rgba(18,32,25,.94)!important;
  border-color:transparent!important;
  color:#fff!important;
}

.chip-stats{
  color:#256d4c!important;
}


/* ---------------------------------------------------
   FAVORITE
--------------------------------------------------- */

.lot-card-v10 .fav-form{
  position:absolute;
  right:11px;
  top:11px;
  z-index:15;
}

.lot-card-v10 .fav-btn{
  width:38px;
  height:38px;

  padding:0;

  display:grid;
  place-items:center;

  border:1px solid #dde8e2;
  border-radius:12px;

  background:rgba(255,255,255,.95);

  color:#26352e;

  font-size:22px;

  box-shadow:
    0 4px 12px rgba(16,40,28,.07);
}

.lot-card-v10 .fav-btn:hover{
  transform:none;
  background:#fff;
  color:#0d9655;
}


/* ---------------------------------------------------
   CARD INFO
--------------------------------------------------- */

.lot-card-topline{
  min-height:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:9px;

  color:#0b9555;

  font-size:10.5px;
  font-weight:850;
}

.lot-card-topline small{
  color:#7d8b84;
  font-size:9.5px;
  font-weight:700;
}

.lot-card-topline .link-open{
  color:#0b9555;
}

.lot-card-v10 .lot-metrics{
  margin-top:auto;

  padding:12px 0;

  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;

  border-top:1px solid #edf2ef;
  border-bottom:1px solid #edf2ef;
}

.lot-card-v10 .lot-metrics span{
  min-width:0;
}

.lot-card-v10 .lot-metrics b{
  display:block;

  overflow:hidden;

  color:#27342e;

  font-size:12px;
  line-height:1.2;

  white-space:nowrap;
  text-overflow:ellipsis;
}

.lot-card-v10 .lot-metrics small{
  display:block;

  margin-top:5px;

  overflow:hidden;

  color:#8a9891;

  font-size:9px;

  white-space:nowrap;
  text-overflow:ellipsis;
}

.lot-card-v10 .lot-card-footer{
  margin-top:13px;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.lot-card-v10 .seller-mini{
  min-width:0;

  display:flex;
  align-items:center;
  gap:8px;

  padding:0;
  margin:0;

  border:0;
}

.lot-card-v10 .seller-avatar-mini{
  width:34px;
  height:34px;
  flex:0 0 34px;

  display:grid;
  place-items:center;

  overflow:hidden;

  border-radius:11px;

  background:#ddf7e8;

  color:#0d8d51;

  font-size:11px;
  font-weight:900;
}

.lot-card-v10 .seller-avatar-mini img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.lot-card-v10 .seller-mini b{
  max-width:115px;
  font-size:11.5px;
}

.lot-card-v10 .seller-mini small{
  max-width:125px;
  margin-top:1px;
  color:#89968f;
  font-size:8.7px;
}

.lot-card-v10 .lot-price{
  margin:0;

  color:#17231d;

  font-size:17px;
  line-height:1;
  font-weight:900;

  letter-spacing:-.025em;

  white-space:nowrap;
}


/* ---------------------------------------------------
   AUTOMATIC COVERS
--------------------------------------------------- */

.auto-cover{
  width:100%;
  height:100%;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;

  overflow:hidden;

  text-align:center;
}

.auto-cover strong{
  margin-top:11px;
  font-size:16px;
  font-weight:850;
}

.auto-cover>span{
  margin-top:3px;
  font-size:10px;
  opacity:.72;
}


/* TELEGRAM */

.auto-cover-telegram{
  color:#fff;

  background:
    radial-gradient(
      circle at 76% 14%,
      rgba(255,255,255,.18),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      #35b2ec,
      #229ed9
    );
}

.telegram-logo-v11{
  width:76px;
  height:76px;

  filter:
    drop-shadow(0 12px 20px rgba(0,91,145,.16));
}

.telegram-logo-v11 svg{
  width:100%;
  height:100%;
}


/* WEB / SAAS */

.auto-cover-browser{
  padding:18px;

  background:
    radial-gradient(
      circle at 80% 15%,
      rgba(30,190,105,.07),
      transparent 33%
    ),
    linear-gradient(
      145deg,
      #edf6f1,
      #f8fbf9
    );
}

.browser-preview-v11{
  width:92%;
  height:82%;

  overflow:hidden;

  border:1px solid #d9e5df;
  border-radius:14px;

  background:#fff;

  box-shadow:
    0 12px 30px rgba(24,56,41,.09);
}

.browser-preview-head{
  height:32px;

  padding:0 9px;

  display:flex;
  align-items:center;
  gap:5px;

  background:#eef4f1;
  border-bottom:1px solid #e5ece8;
}

.browser-preview-head>span{
  width:7px;
  height:7px;

  flex:0 0 7px;

  border-radius:50%;

  background:#b9c9c1;
}

.browser-url-v11{
  min-width:0;

  margin-left:5px;
  padding:4px 8px;

  flex:1;

  overflow:hidden;

  border-radius:6px;

  background:#fff;

  color:#819087;

  font-size:8px;

  white-space:nowrap;
  text-overflow:ellipsis;
}

.browser-preview-body{
  height:calc(100% - 32px);

  padding:16px;

  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;

  text-align:left;
}

.browser-preview-logo{
  margin-bottom:8px;
  padding:5px 8px;

  border-radius:7px;

  background:#e5f8ed;

  color:#0b9255;

  font-size:8px;
  font-weight:900;
}

.browser-preview-body strong{
  max-width:100%;

  margin:0;

  overflow:hidden;

  color:#203129;

  font-size:13px;

  white-space:nowrap;
  text-overflow:ellipsis;
}

.browser-lines{
  width:100%;
  margin-top:12px;
}

.browser-lines i{
  display:block;

  height:7px;
  margin-top:6px;

  border-radius:4px;

  background:#e6efea;
}

.browser-lines i:nth-child(1){
  width:78%;
}

.browser-lines i:nth-child(2){
  width:94%;
}

.browser-lines i:nth-child(3){
  width:58%;
}


/* DOMAIN */

.auto-cover-domain{
  color:#fff;

  background:
    radial-gradient(
      circle at 70% 20%,
      rgba(46,218,133,.12),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      #123d2b,
      #095232
    );
}

.domain-globe-v11{
  width:68px;
  height:68px;

  position:relative;

  border:2px solid #59c88e;
  border-radius:50%;
}

.domain-globe-v11:before,
.domain-globe-v11:after,
.domain-globe-v11 span{
  content:"";

  position:absolute;

  border:1px solid #59c88e;
}

.domain-globe-v11:before{
  left:50%;
  top:0;

  width:26px;
  height:64px;

  transform:translateX(-50%);

  border-top:0;
  border-bottom:0;

  border-radius:50%;
}

.domain-globe-v11:after{
  left:6px;
  right:6px;
  top:50%;

  border-left:0;
  border-right:0;
}

.auto-cover-domain strong{
  max-width:90%;

  overflow:hidden;

  font-size:15px;

  white-space:nowrap;
  text-overflow:ellipsis;
}


/* GENERIC CATEGORY */

.auto-cover-category{
  background:
    radial-gradient(
      circle at 75% 15%,
      rgba(20,184,107,.08),
      transparent 35%
    ),
    linear-gradient(
      145deg,
      #eef8f3,
      #fbfdfc
    );
}

.category-cover-icon{
  min-width:68px;
  height:68px;

  padding:0 15px;

  display:grid;
  place-items:center;

  border-radius:19px;

  background:
    linear-gradient(
      145deg,
      #21c370,
      #12a95b
    );

  color:#fff;

  font-size:18px;
  font-weight:900;

  box-shadow:
    0 12px 26px rgba(20,184,107,.17);
}

.auto-cover-category strong{
  color:#1d2c25;
}


/* ---------------------------------------------------
   DETAIL GALLERY FALLBACK
--------------------------------------------------- */

.gallery-main{
  position:relative;
}

.lot-detail-fallback{
  width:100%;
  height:100%;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;

  padding:30px;

  text-align:center;
}

.telegram-detail-fallback{
  color:#fff;

  background:
    radial-gradient(
      circle at 75% 12%,
      rgba(255,255,255,.17),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      #35b2ec,
      #229ed9
    );
}

.telegram-logo-detail{
  width:105px;
  height:105px;
}

.telegram-logo-detail svg{
  width:100%;
  height:100%;
}

.lot-detail-fallback strong{
  margin-top:16px;

  font-size:25px;
  font-weight:900;
}

.lot-detail-fallback span{
  margin-top:5px;
  opacity:.75;
}


/* DETAIL BROWSER */

.browser-detail-fallback{
  background:
    linear-gradient(
      145deg,
      #edf6f1,
      #f8fbf9
    );
}

.detail-browser{
  width:min(720px,88%);
  height:74%;

  overflow:hidden;

  border:1px solid #d6e4dc;
  border-radius:20px;

  background:#fff;

  box-shadow:
    0 20px 50px rgba(20,55,38,.10);
}

.detail-browser-bar{
  height:44px;

  padding:0 14px;

  display:flex;
  align-items:center;
  gap:7px;

  background:#eef4f1;
  border-bottom:1px solid #e2eae6;
}

.detail-browser-bar i{
  width:9px;
  height:9px;

  flex:0 0 9px;

  border-radius:50%;

  background:#b6c6be;
}

.detail-browser-bar span{
  min-width:0;

  margin-left:8px;
  padding:6px 12px;

  flex:1;

  overflow:hidden;

  border-radius:8px;

  background:#fff;

  color:#7d8c84;

  font-size:11px;

  white-space:nowrap;
  text-overflow:ellipsis;
}

.detail-browser-page{
  height:calc(100% - 44px);

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;

  padding:30px;
}

.detail-browser-page small{
  color:#0b9255;

  font-size:11px;
  font-weight:850;

  text-transform:uppercase;
  letter-spacing:.08em;
}

.detail-browser-page strong{
  max-width:100%;

  margin-top:8px;

  color:#1b2a23;

  font-size:27px;
}

.detail-browser-page span{
  max-width:90%;

  color:#78867f;

  font-size:12px;

  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}


/* GENERIC DETAIL */

.category-detail-fallback{
  background:
    linear-gradient(
      145deg,
      #edf7f2,
      #fafcfb
    );
}

.category-detail-symbol{
  width:90px;
  height:90px;

  display:grid;
  place-items:center;

  border-radius:25px;

  background:
    linear-gradient(
      145deg,
      #20c06c,
      #11a65a
    );

  color:#fff;

  font-size:36px;
  font-weight:900;

  box-shadow:
    0 14px 32px rgba(20,184,107,.18);
}


/* ---------------------------------------------------
   THUMBNAILS
--------------------------------------------------- */

.gallery-thumbs{
  padding:11px;

  display:flex;
  gap:9px;

  overflow-x:auto;

  border-top:1px solid #e7eeea;
  background:#fff;
}

.thumb-btn{
  width:86px;
  height:64px;

  flex:0 0 86px;

  padding:0;

  overflow:hidden;

  border:2px solid transparent;
  border-radius:11px;

  background:#eef5f1;

  cursor:pointer;
}

.thumb-btn:hover{
  transform:none;

  border-color:#76d3a2;
}

.thumb-btn img{
  width:100%;
  height:100%;

  object-fit:cover;

  border:0;
  border-radius:8px;
}


/* ---------------------------------------------------
   WIZARD — НЕ МЕНЯЕМ ЛОГИКУ
--------------------------------------------------- */

.wizard-actions{
  min-height:64px;
}

#submitLot{
  background:
    linear-gradient(
      180deg,
      #20c06c,
      #11a65a
    );

  color:#fff;

  box-shadow:
    0 8px 20px rgba(20,184,107,.18);
}

#submitLot[hidden],
#nextStep[hidden],
#prevStep[hidden]{
  display:none!important;
}


/* ---------------------------------------------------
   FULL CARD CLICK UX
--------------------------------------------------- */

.lot-card-v10[data-href]{
  cursor:pointer;
}

.lot-card-v10:focus-visible{
  outline:3px solid rgba(20,184,107,.22);
  outline-offset:3px;
}


/* ---------------------------------------------------
   RESPONSIVE
--------------------------------------------------- */

@media(max-width:950px){

  .lot-card-v10 .lot-card-media{
    height:205px;
  }

}

@media(max-width:700px){

  .lot-card-v10{
    border-radius:17px;
  }

  .lot-card-v10 .lot-card-media{
    height:210px;
  }

  .lot-badges{
    top:9px;
    left:9px;
    right:52px;

    gap:4px;
  }

  .chip{
    height:24px!important;

    padding:0 8px!important;

    font-size:9px!important;
  }

  .chip i{
    width:12px;
    height:12px;

    font-size:8px;
  }

  .lot-card-v10 h3{
    min-height:auto;
  }

  .detail-browser{
    width:94%;
    height:72%;
  }

  .detail-browser-page strong{
    font-size:21px;
  }

}

@media(max-width:430px){

  .lot-card-v10 .lot-metrics{
    grid-template-columns:1fr 1fr;
  }

  .lot-card-v10 .lot-metrics span:nth-child(3){
    display:none;
  }

}

/* DIGLOT_SAFE_UI_V11_END */


/* =========================================================
   DIGLOT V12 — OWNERSHIP / LOT MANAGEMENT / MOBILE
   ========================================================= */

.trust-ok{
  background:#eaf9f1!important;
  color:#087b48!important;
  border:1px solid #c1e8d2!important;
}

.trust-neutral{
  background:#f5f7f6!important;
  color:#66766e!important;
  border:1px solid #e1e8e4!important;
}

.lot-trust-badges{
  flex-wrap:wrap;
}

.owner-lot-actions{
  margin:12px 0;
}


/* MY LOTS */

.my-lots-head h1{
  margin:4px 0;
  font-size:38px;
}

.my-lots-list{
  display:grid;
  gap:14px;
}

.my-lot-card{
  display:grid;
  grid-template-columns:150px minmax(0,1fr) 190px;
  gap:18px;
  padding:14px;
  align-items:center;
}

.my-lot-preview{
  height:110px;
  border-radius:14px;
  overflow:hidden;
  background:#edf6f1;
}

.my-lot-preview img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.my-lot-no-image{
  width:100%;
  height:100%;
  padding:14px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:linear-gradient(145deg,#edf8f2,#f8fbf9);
}

.my-lot-no-image b{
  color:#168c53;
}

.my-lot-no-image span{
  margin-top:4px;
  color:#7c8982;
  font-size:11px;
  word-break:break-all;
}

.my-lot-content h3{
  margin:8px 0;
  font-size:20px;
}

.my-lot-statuses{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
}

.trust-chip{
  display:inline-flex;
  align-items:center;
  padding:5px 9px;
  border-radius:999px;
  background:#f1f4f2;
  color:#65756d;
  font-size:10px;
  font-weight:800;
}

.trust-chip-success{
  background:#e8f8ef;
  color:#087b48;
}

.trust-chip-warn{
  background:#fff8df;
  color:#826500;
}

.trust-chip-danger{
  background:#fff0f0;
  color:#a53232;
}

.my-lot-meta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  color:#728079;
  font-size:12px;
}

.my-lot-url{
  margin-top:7px;
  color:#7b8982;
  font-size:11px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.my-lot-actions{
  display:grid;
  gap:7px;
}

.my-lot-actions form{
  margin:0;
}

.my-lot-actions .btn{
  width:100%;
}


/* EDIT */

.lot-edit-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:20px;
  align-items:start;
}

.lot-edit-form{
  padding:26px;
}

.edit-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0 16px;
}

.edit-field-description,
.edit-field-short_description,
.edit-field-transfer_terms,
.edit-field-after_sale_support,
.edit-field-images{
  grid-column:1/-1;
}

.lot-edit-side{
  display:grid;
  gap:14px;
  position:sticky;
  top:95px;
}

.ownership-card,
.edit-help-card{
  padding:20px;
}

.ownership-success{
  padding:14px;
  border-radius:13px;
  background:#eafaf2;
  color:#087a47;
}

.ownership-success strong,
.ownership-success span{
  display:block;
}

.ownership-success span{
  margin-top:3px;
  font-size:11px;
  opacity:.75;
}

.verification-code{
  margin:14px 0;
  padding:13px;
  border-radius:13px;
  background:#12231a;
  color:#fff;
}

.verification-code small{
  display:block;
  margin-bottom:6px;
  color:#9db2a7;
}

.verification-code code{
  display:block;
  overflow:auto;
  color:#63e4a7;
  word-break:break-all;
}

.verification-help{
  margin:12px 0;
  padding:13px;
  border-radius:12px;
  background:#f4f9f6;
  color:#52635a;
  font-size:12px;
}

.verification-help code{
  word-break:break-all;
}

.ownership-error{
  margin-top:12px;
  padding:12px;
  border-radius:11px;
  background:#fff1f1;
  color:#a43838;
  font-size:12px;
}


/* DEAL TRUST */

.deal-trust-list{
  display:grid;
  gap:9px;
  margin-top:10px;
}

.deal-trust-list>div{
  display:flex;
  gap:10px;
  padding:10px;
  border-radius:12px;
  background:#f8fbf9;
}

.deal-trust-list span,
.deal-trust-list b,
.deal-trust-list small{
  display:block;
}

.deal-trust-list small{
  margin-top:2px;
  color:#7d8982;
  font-size:10px;
}

.trust-dot{
  width:27px;
  height:27px;
  flex:0 0 27px;
  display:grid;
  place-items:center;
  border-radius:9px;
  font-style:normal;
  font-weight:900;
}

.trust-dot.success{
  background:#dff7e9;
  color:#09844b;
}

.trust-dot.neutral{
  background:#f0f3f1;
  color:#748279;
}


/* =========================================================
   MOBILE UX FIX
   ========================================================= */

@media(max-width:760px){

  html,
  body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }

  body{
    font-size:14px;
  }

  .container{
    width:calc(100% - 20px)!important;
  }


  /* HEADER */

  .site-header{
    position:sticky;
    top:0;
    z-index:100;
  }

  .header-row{
    height:64px!important;
    min-height:64px;
    gap:8px!important;
  }

  .brand{
    font-size:18px!important;
    gap:7px!important;
    white-space:nowrap;
  }

  .brand-mark{
    width:32px!important;
    height:32px!important;
    border-radius:10px!important;
  }

  .nav,
  .site-search{
    display:none!important;
  }

  .header-actions{
    display:none!important;
  }

  .mobile-only{
    display:block!important;
  }

  .mobile-menu{
    margin-left:auto!important;
  }

  .mobile-menu summary{
    width:42px!important;
    height:42px!important;
    font-size:0!important;
  }

  .mobile-menu summary:after{
    content:"☰";
    font-size:20px;
    color:#17211b;
  }

  .mobile-menu[open] summary:after{
    content:"×";
    font-size:25px;
  }

  .mobile-menu>div{
    position:fixed!important;
    top:70px!important;
    left:10px!important;
    right:10px!important;
    width:auto!important;
    max-height:calc(100vh - 82px);
    overflow:auto;
    padding:10px!important;
    border-radius:17px!important;
  }

  .mobile-menu a{
    padding:13px 14px!important;
    font-size:14px;
  }


  /* GLOBAL */

  .section{
    padding:24px 0 38px!important;
  }

  .breadcrumbs{
    padding:12px 0!important;
    overflow:auto;
    white-space:nowrap;
  }

  .section-head{
    display:block!important;
    margin-bottom:16px!important;
  }

  .section-head .btn{
    margin-top:12px;
  }

  h1{
    overflow-wrap:anywhere;
  }


  /* HOME */

  .v8-hero,
  .hero{
    padding-top:28px!important;
  }

  .v8-hero-grid,
  .hero-grid{
    display:block!important;
  }

  .v8-hero h1,
  .hero h1{
    font-size:34px!important;
    line-height:1.05!important;
  }

  .v8-hero-copy>p,
  .hero p{
    font-size:14px!important;
  }

  .v8-hero-stage,
  .hero-art{
    margin-top:24px!important;
    min-height:260px!important;
  }

  .v8-proof-grid,
  .stats-row{
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
  }


  /* CATALOG */

  .lot-grid,
  .lot-grid-v9{
    grid-template-columns:1fr!important;
    gap:13px!important;
  }

  .lot-card-v10{
    max-width:100%;
  }

  .lot-card-v10 .lot-card-media{
    height:205px!important;
  }

  .lot-card-v10 .lot-card-body{
    padding:14px!important;
  }

  .lot-card-v10 h3{
    min-height:auto!important;
    font-size:18px!important;
  }


  /* LOT DETAIL */

  .lot-detail-grid{
    display:flex!important;
    flex-direction:column!important;
    gap:12px!important;
  }

  .lot-main-col,
  .lot-side-col{
    width:100%!important;
  }

  .lot-side-col{
    order:-1;
  }

  .buy-card{
    position:static!important;
  }

  .buy-card h1{
    font-size:22px!important;
  }

  .buy-card .price{
    font-size:29px!important;
  }

  .gallery-main{
    height:260px!important;
  }

  .gallery-card{
    padding:8px!important;
  }

  .lot-summary-strip{
    grid-template-columns:1fr 1fr!important;
  }

  .lot-summary-strip>div{
    padding:11px!important;
    border-bottom:1px solid var(--line);
  }

  .detail-tabs .tab-nav{
    padding:0 5px!important;
    overflow-x:auto;
  }

  .detail-tabs .tab-content{
    padding:0 14px!important;
  }


  /* DASHBOARD */

  .dashboard-shell{
    display:block!important;
  }

  .sidebar{
    position:static!important;
    display:flex!important;
    overflow-x:auto;
    gap:5px;
    padding:7px!important;
    margin-bottom:12px;
  }

  .side-link{
    flex:0 0 auto;
    white-space:nowrap;
    padding:9px 11px!important;
  }

  .kpi-grid,
  .v8-kpis{
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
  }

  .table-card{
    overflow-x:auto!important;
  }

  .table{
    min-width:650px;
  }


  /* MY LOTS */

  .my-lots-head h1{
    font-size:29px;
  }

  .my-lot-card{
    grid-template-columns:92px minmax(0,1fr);
    gap:11px;
    padding:10px;
  }

  .my-lot-preview{
    width:92px;
    height:92px;
  }

  .my-lot-actions{
    grid-column:1/-1;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:7px;
  }

  .my-lot-actions form{
    width:100%;
  }

  .my-lot-actions .btn{
    min-height:42px;
    padding:9px 8px;
    font-size:12px;
  }

  .my-lot-meta{
    gap:7px;
    font-size:10px;
  }


  /* EDIT */

  .lot-edit-grid{
    display:block!important;
  }

  .lot-edit-form{
    padding:16px!important;
  }

  .edit-form-grid{
    grid-template-columns:1fr!important;
  }

  .edit-form-grid>*{
    grid-column:auto!important;
  }

  .lot-edit-side{
    position:static!important;
    margin-top:12px;
  }


  /* WIZARD */

  .sell-head-v10 h1{
    font-size:29px!important;
  }

  .wizard-shell{
    display:block!important;
  }

  .wizard-sidebar{
    position:static!important;
    display:flex!important;
    overflow-x:auto!important;
    gap:6px!important;
    padding:7px!important;
    border-radius:14px!important;
    margin-bottom:10px!important;
  }

  .wizard-brand{
    display:none!important;
  }

  .wizard-step{
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
    flex:0 0 42px!important;
    padding:6px!important;
    justify-content:center!important;
  }

  .wizard-step span{
    display:none!important;
  }

  .wizard-step i{
    width:29px!important;
    height:29px!important;
  }

  .wizard-content{
    min-height:0!important;
    padding:17px!important;
    border-radius:16px!important;
  }

  .wizard-panel h2{
    font-size:24px!important;
  }

  .wizard-help{
    display:none!important;
  }

  .wizard-actions{
    position:sticky;
    bottom:8px;
    z-index:30;
    padding:10px!important;
    margin:18px -5px -5px!important;
    border:1px solid #e1e9e5!important;
    border-radius:14px!important;
    background:rgba(255,255,255,.97)!important;
    box-shadow:0 10px 28px rgba(15,40,27,.12);
  }

  .wizard-actions .btn{
    min-height:44px;
  }

  .upload-zone-v10{
    min-height:200px!important;
    padding:18px!important;
  }

  .image-preview{
    grid-template-columns:repeat(2,1fr)!important;
  }


  /* DEAL */

  .v8-chat-layout,
  .chat-layout{
    display:block!important;
  }

  .chat-card{
    height:560px!important;
  }

  .deal-sidebar{
    display:block!important;
    margin-top:12px;
  }

  .deal-card{
    margin-bottom:10px;
  }

  .chat-form{
    align-items:flex-end;
  }

  .chat-form textarea{
    min-width:0;
  }


  /* CONTACTS / LEGAL */

  .contact-layout,
  .contact-grid-v10,
  .legal-layout{
    display:block!important;
  }

  .contact-form-v10,
  .contact-info-v10,
  .legal-copy{
    padding:17px!important;
  }

  .contact-hero-v10{
    padding:20px!important;
  }

  .contact-hero-v10 h1{
    font-size:30px!important;
  }

  .legal-nav{
    display:none;
  }


  /* FOOTER */

  .footer{
    padding:32px 0!important;
  }

  .footer-grid{
    grid-template-columns:1fr 1fr!important;
    gap:20px 12px!important;
  }

}


@media(max-width:430px){

  .container{
    width:calc(100% - 16px)!important;
  }

  .v8-proof-grid,
  .stats-row,
  .kpi-grid,
  .v8-kpis{
    grid-template-columns:1fr!important;
  }

  .my-lot-card{
    grid-template-columns:1fr!important;
  }

  .my-lot-preview{
    width:100%;
    height:150px;
  }

  .my-lot-actions{
    grid-template-columns:1fr!important;
  }

  .lot-card-v10 .lot-card-media{
    height:190px!important;
  }

  .footer-grid{
    grid-template-columns:1fr!important;
  }

  .profile-kpis-v9{
    grid-template-columns:1fr 1fr!important;
  }

}


/* DIGLOT_BITRIX_FORMS_START */

/* ==========================================================
   FORM DESIGN SYSTEM
   Bitrix24-inspired / DigLot colors
   ========================================================== */

:root{
  --form-bg:#ffffff;
  --form-page:#f4f7f8;
  --form-border:#cfd8dc;
  --form-border-soft:#e4e9ec;
  --form-text:#273238;
  --form-muted:#8b979d;
  --form-label:#6f7b81;

  --form-focus:#20b96a;
  --form-focus-ring:rgba(32,185,106,.13);

  --form-section:#fbfcfd;
  --form-hover:#f8fafb;

  --form-radius:4px;
  --form-section-radius:10px;
}


/* ==========================================================
   FORM CARDS / SECTIONS
   ========================================================== */

.wizard-content,
.wizard-panel,
.lot-edit-form,
.contact-form-v10,
.contact-form-card,
.auth-card,
.settings-card,
.form-card,
.control-form,
.admin-form-card{
  background:#fff!important;
}

.wizard-panel,
.form-section,
.settings-section,
.edit-section{
  border:0!important;
  box-shadow:none!important;
}

.wizard-panel h2,
.form-section h2,
.settings-section h2{
  margin-bottom:6px!important;

  color:#2c373d!important;

  font-size:22px!important;
  line-height:1.25!important;
  font-weight:600!important;

  letter-spacing:-.015em!important;
}

.wizard-panel>p,
.form-section>p,
.settings-section>p{
  margin-bottom:24px!important;

  color:#89959b!important;

  font-size:13px!important;
  line-height:1.55!important;
}


/* ==========================================================
   FIELD
   ========================================================== */

.field,
.form-group,
.form-field{
  margin-bottom:18px!important;
}

.field label,
.form-group label,
.form-field label,
.edit-form-grid label{
  display:block!important;

  margin:0 0 6px!important;

  color:#717d83!important;

  font-size:12px!important;
  line-height:1.35!important;
  font-weight:500!important;
}

.field label b,
.form-group label b{
  color:#49545a!important;
  font-weight:600!important;
}


/* ==========================================================
   INPUTS
   ========================================================== */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="date"],
input[type="datetime-local"],
select,
textarea{

  width:100%!important;

  min-height:42px!important;

  padding:9px 11px!important;

  border:1px solid #cbd5da!important;
  border-radius:4px!important;

  background:#fff!important;

  color:#273238!important;

  font-family:inherit!important;
  font-size:14px!important;
  line-height:20px!important;
  font-weight:400!important;

  box-shadow:none!important;

  outline:none!important;

  transition:
    border-color .15s ease,
    box-shadow .15s ease,
    background .15s ease!important;
}


textarea{
  min-height:115px!important;

  padding:10px 11px!important;

  resize:vertical!important;
}


input::placeholder,
textarea::placeholder{
  color:#a8b1b6!important;
  opacity:1!important;
}


/* Hover */

input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="url"]:hover,
input[type="tel"]:hover,
input[type="number"]:hover,
input[type="search"]:hover,
select:hover,
textarea:hover{
  border-color:#aebcc3!important;
}


/* Focus */

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus{
  border-color:#20b96a!important;

  box-shadow:
    0 0 0 2px rgba(32,185,106,.11)!important;

  background:#fff!important;
}


/* Disabled */

input:disabled,
select:disabled,
textarea:disabled{
  background:#f3f5f6!important;
  border-color:#dce2e5!important;
  color:#9aa5aa!important;
  cursor:not-allowed!important;
}


/* ==========================================================
   SELECT — BITRIX-LIKE
   ========================================================== */

select{
  appearance:none!important;
  -webkit-appearance:none!important;

  padding-right:38px!important;

  background-color:#fff!important;

  background-image:
    linear-gradient(45deg,transparent 50%,#77858c 50%),
    linear-gradient(135deg,#77858c 50%,transparent 50%)!important;

  background-position:
    calc(100% - 16px) 17px,
    calc(100% - 11px) 17px!important;

  background-size:
    5px 5px,
    5px 5px!important;

  background-repeat:no-repeat!important;
}


/* ==========================================================
   HELP TEXT / ERROR
   ========================================================== */

.field small,
.form-group small,
.help-text,
.form-help,
.field-help{
  display:block!important;

  margin-top:5px!important;

  color:#929da2!important;

  font-size:11px!important;
  line-height:1.45!important;
}


.errorlist{
  margin:5px 0 0!important;
  padding:0!important;

  list-style:none!important;

  color:#d94a4a!important;

  font-size:11px!important;
}

.errorlist li{
  margin:0!important;
}


.field:has(.errorlist) input,
.field:has(.errorlist) select,
.field:has(.errorlist) textarea{
  border-color:#e47474!important;
}


/* ==========================================================
   CHECKBOX / SWITCH
   ========================================================== */

input[type="checkbox"],
input[type="radio"]{
  accent-color:#20b96a!important;
}


.switch-row{
  display:flex!important;
  align-items:flex-start!important;
  gap:10px!important;

  margin-top:8px!important;
  padding:12px!important;

  border:1px solid #e1e7ea!important;
  border-radius:6px!important;

  background:#fafcfc!important;
}

.switch-row:hover{
  background:#f7faf9!important;
}

.switch-row input{
  width:18px!important;
  height:18px!important;
  min-height:0!important;

  margin-top:2px!important;

  flex:0 0 18px!important;
}

.switch-row span{
  display:block!important;
}

.switch-row b{
  display:block!important;

  color:#3d484e!important;

  font-size:13px!important;
  font-weight:600!important;
}

.switch-row small{
  margin-top:3px!important;

  color:#8e999e!important;

  font-size:11px!important;
}


/* ==========================================================
   FIELD GROUP — CRM BLOCK
   ========================================================== */

.crm-form-block,
.wizard-block,
.form-block{
  margin-bottom:18px!important;
  padding:16px!important;

  border:1px solid #e0e6e9!important;
  border-radius:7px!important;

  background:#fff!important;
}


.crm-form-block-title,
.form-block-title{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;

  margin-bottom:14px!important;
  padding-bottom:9px!important;

  border-bottom:1px solid #edf0f2!important;

  color:#5e696f!important;

  font-size:11px!important;
  font-weight:700!important;
  text-transform:uppercase!important;
}


/* ==========================================================
   TWO COLUMNS
   ========================================================== */

.form-grid,
.edit-form-grid,
.wizard-grid,
.form-row{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:0 14px!important;
}


.form-grid .wide,
.edit-form-grid .wide,
.wizard-grid .wide,
.field-wide{
  grid-column:1/-1!important;
}


/* ==========================================================
   BUTTONS
   Bitrix-like flatter controls
   ========================================================== */

.btn,
.button,
button{
  border-radius:4px!important;

  font-size:13px!important;
  font-weight:600!important;

  box-shadow:none!important;
}


.btn-primary,
button.btn-primary,
input[type="submit"]{
  min-height:40px!important;

  padding:0 18px!important;

  border:1px solid #18a95d!important;

  background:#20b96a!important;

  color:#fff!important;

  text-shadow:none!important;
}


.btn-primary:hover,
button.btn-primary:hover,
input[type="submit"]:hover{
  background:#19aa60!important;

  border-color:#169e58!important;

  transform:none!important;

  box-shadow:none!important;
}


.btn-secondary,
button.btn-secondary{
  min-height:40px!important;

  padding:0 18px!important;

  border:1px solid #cbd5da!important;

  background:#fff!important;

  color:#59656b!important;
}


.btn-secondary:hover{
  border-color:#aebbc1!important;

  background:#f7f9fa!important;

  transform:none!important;
}


/* ==========================================================
   WIZARD — CRM CARD
   ========================================================== */

.wizard-shell{
  gap:14px!important;
}


.wizard-content{
  padding:20px!important;

  border:1px solid #dfe5e8!important;
  border-radius:8px!important;

  box-shadow:
    0 3px 12px rgba(30,45,55,.05)!important;
}


.wizard-sidebar{
  border-radius:8px!important;

  box-shadow:none!important;
}


.wizard-step{
  border-radius:5px!important;
}


.wizard-step.active{
  background:#eefaf4!important;

  border-color:#bfe6cf!important;

  color:#11834b!important;
}


/* ==========================================================
   BOTTOM ACTION BAR
   Similar to Bitrix save footer
   ========================================================== */

.wizard-actions,
.form-actions{
  position:sticky!important;

  left:0!important;
  right:0!important;
  bottom:0!important;

  z-index:50!important;

  min-height:62px!important;

  margin:24px -20px -20px!important;
  padding:10px 20px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;

  border-top:1px solid #e0e6e8!important;
  border-radius:0 0 8px 8px!important;

  background:rgba(255,255,255,.97)!important;

  backdrop-filter:blur(10px)!important;

  box-shadow:
    0 -7px 20px rgba(30,45,55,.04)!important;
}


/* Previous button left */

.wizard-actions #prevStep,
.wizard-actions [data-wizard-prev]{
  margin-right:auto!important;
}


/* ==========================================================
   UPLOAD
   ========================================================== */

.upload-zone-v10,
.upload-zone,
.file-upload{
  min-height:170px!important;

  padding:26px!important;

  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;

  border:1px dashed #b8c5cb!important;
  border-radius:7px!important;

  background:#fafcfc!important;

  text-align:center!important;

  transition:.15s ease!important;
}


.upload-zone-v10:hover,
.upload-zone:hover,
.file-upload:hover{
  border-color:#62c98f!important;

  background:#f5fbf8!important;
}


.upload-zone-v10 strong,
.upload-zone strong{
  color:#4d595f!important;

  font-size:14px!important;
}


.upload-zone-v10 small,
.upload-zone small{
  margin-top:5px!important;

  color:#96a0a5!important;

  font-size:11px!important;
}


/* ==========================================================
   INLINE INFO BOX
   ========================================================== */

.wizard-tip,
.info-box,
.form-info{
  margin:12px 0!important;
  padding:11px 13px!important;

  border:1px solid #d9e9df!important;
  border-radius:5px!important;

  background:#f5fbf7!important;

  color:#567168!important;

  font-size:11px!important;
  line-height:1.55!important;
}


/* ==========================================================
   CONTACT FORM
   ========================================================== */

.contact-form-v10 label,
.contact-form-card label{
  color:#707c82!important;

  font-size:12px!important;
  font-weight:500!important;
}

.contact-form-v10 input,
.contact-form-v10 textarea{
  border-radius:4px!important;
}


/* ==========================================================
   ADMIN FORMS
   ========================================================== */

.control-page input,
.control-page select,
.control-page textarea,
.admin-main input,
.admin-main select,
.admin-main textarea{
  border-radius:4px!important;
}


.control-page .card,
.admin-main .card{
  border-radius:8px!important;
}


/* ==========================================================
   MOBILE FORM UX
   ========================================================== */

@media(max-width:760px){

  .form-grid,
  .edit-form-grid,
  .wizard-grid,
  .form-row{
    grid-template-columns:1fr!important;
  }

  .field,
  .form-group,
  .form-field{
    margin-bottom:15px!important;
  }

  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="url"],
  input[type="tel"],
  input[type="number"],
  input[type="search"],
  select{
    min-height:46px!important;

    font-size:16px!important;
  }

  textarea{
    min-height:125px!important;

    font-size:16px!important;
  }

  .wizard-content{
    padding:15px!important;
  }

  .wizard-panel h2{
    font-size:22px!important;
  }

  .wizard-actions{
    margin:
      18px -15px -15px!important;

    padding:
      9px 12px calc(9px + env(safe-area-inset-bottom))!important;

    min-height:64px!important;

    gap:7px!important;
  }

  .wizard-actions .btn{
    min-height:44px!important;

    padding:0 13px!important;

    font-size:12px!important;
  }

  .wizard-actions #nextStep,
  .wizard-actions #submitLot{
    margin-left:auto!important;
  }

  .switch-row{
    padding:11px!important;
  }

  .upload-zone-v10,
  .upload-zone{
    min-height:155px!important;

    padding:20px 14px!important;
  }

}


/* Extra narrow phone */

@media(max-width:390px){

  .wizard-actions{
    flex-wrap:wrap!important;
  }

  .wizard-actions .btn{
    flex:1!important;
  }

  .wizard-actions #prevStep{
    margin-right:0!important;
  }

}

/* DIGLOT_BITRIX_FORMS_END */


/* DIGLOT_PROFILE_V14_START */

/* =========================================================
   PUBLIC PROFILE — PREMIUM MARKETPLACE UI
   ========================================================= */


/* PAGE */

.profile-page-v9,
.profile-page-v13,
.seller-page,
.profile-page{
  padding-top:22px!important;
  padding-bottom:70px!important;
}


/* =========================================================
   COVER
   ========================================================= */

.profile-cover-v9,
.profile-cover,
.seller-cover{
  height:165px!important;

  position:relative!important;
  overflow:hidden!important;

  border:1px solid #d9e8e0!important;
  border-radius:22px!important;

  background:
    radial-gradient(
      circle at 13% 30%,
      rgba(22,184,100,.15),
      transparent 28%
    ),
    radial-gradient(
      circle at 86% 24%,
      rgba(52,173,233,.10),
      transparent 32%
    ),
    linear-gradient(
      115deg,
      #eaf9f1 0%,
      #effaf5 48%,
      #eef8fb 100%
    )!important;
}


/* subtle decoration */

.profile-cover-v9:before,
.profile-cover:before,
.seller-cover:before{
  content:""!important;

  position:absolute!important;
  width:280px!important;
  height:280px!important;

  right:9%!important;
  top:-150px!important;

  border:55px solid rgba(255,255,255,.34)!important;
  border-radius:50%!important;
}


.profile-cover-v9:after,
.profile-cover:after,
.seller-cover:after{
  content:""!important;

  position:absolute!important;
  width:120px!important;
  height:120px!important;

  left:8%!important;
  bottom:-77px!important;

  border:28px solid rgba(26,184,104,.07)!important;
  border-radius:50%!important;
}


/* =========================================================
   PROFILE HEADER CARD
   ========================================================= */

.profile-head-v9,
.profile-header-card,
.seller-head-card{
  min-height:116px!important;

  margin:-58px 18px 0!important;
  padding:20px 22px!important;

  position:relative!important;
  z-index:5!important;

  display:flex!important;
  align-items:center!important;
  gap:17px!important;

  border:1px solid #dce7e1!important;
  border-radius:20px!important;

  background:rgba(255,255,255,.98)!important;

  box-shadow:
    0 18px 45px rgba(18,52,34,.085)!important;

  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
}


/* AVATAR */

.profile-avatar-v9,
.profile-avatar,
.seller-avatar{
  width:72px!important;
  height:72px!important;
  min-width:72px!important;

  display:grid!important;
  place-items:center!important;

  overflow:hidden!important;

  border:4px solid #fff!important;
  border-radius:19px!important;

  background:
    linear-gradient(
      145deg,
      #16b868,
      #0d9854
    )!important;

  color:#fff!important;

  font-size:25px!important;
  font-weight:900!important;

  box-shadow:
    0 8px 20px rgba(16,153,84,.18)!important;
}


.profile-avatar-v9 img,
.profile-avatar img,
.seller-avatar img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}


/* IDENTITY */

.profile-identity-v9,
.profile-identity{
  min-width:0!important;
  flex:1!important;
}


.profile-identity-v9 h1,
.profile-head-v9 h1,
.profile-header-card h1,
.seller-head-card h1{
  margin:0!important;

  color:#17251e!important;

  font-size:25px!important;
  line-height:1.15!important;
  font-weight:850!important;

  letter-spacing:-.025em!important;
}


.profile-username-v9,
.profile-username{
  margin-top:4px!important;

  color:#849089!important;

  font-size:11px!important;
}


/* BADGES */

.profile-badges-v9,
.profile-badges{
  margin-top:9px!important;

  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:5px!important;
}


.profile-badges-v9 .pill,
.profile-badges .pill,
.profile-badges-v9 .chip{
  min-height:26px!important;

  padding:0 9px!important;

  display:inline-flex!important;
  align-items:center!important;

  border:1px solid #cce6d8!important;
  border-radius:999px!important;

  background:#edf9f3!important;

  color:#0d8550!important;

  font-size:9px!important;
  font-weight:800!important;
}


/* HEADER RATING */

.profile-head-rating-v9,
.profile-rating-head{
  min-width:115px!important;

  margin-left:auto!important;

  padding-left:18px!important;

  border-left:1px solid #edf1ef!important;

  text-align:right!important;
}


.profile-head-rating-v9 strong,
.profile-rating-head strong{
  display:block!important;

  color:#e89c00!important;

  font-size:27px!important;
  line-height:1!important;
  font-weight:900!important;
}


.profile-head-rating-v9 span,
.profile-rating-head span{
  display:block!important;

  margin-top:5px!important;

  color:#8a9690!important;

  font-size:9px!important;
}


/* =========================================================
   KPI CARDS
   ========================================================= */

.profile-kpis-v9,
.profile-stats{
  margin-top:14px!important;

  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:8px!important;
}


.profile-kpis-v9>div,
.profile-stats>div{
  min-width:0!important;

  padding:14px 15px!important;

  border:1px solid #e0e9e4!important;
  border-radius:13px!important;

  background:#fff!important;

  box-shadow:
    0 3px 10px rgba(20,50,35,.035)!important;

  transition:
    border-color .18s ease,
    box-shadow .18s ease,
    transform .18s ease!important;
}


.profile-kpis-v9>div:hover,
.profile-stats>div:hover{
  transform:translateY(-2px)!important;

  border-color:#cce3d6!important;

  box-shadow:
    0 9px 22px rgba(20,50,35,.07)!important;
}


.profile-kpis-v9 small,
.profile-stats small{
  display:block!important;

  margin-bottom:7px!important;

  overflow:hidden!important;

  color:#87938d!important;

  font-size:9px!important;
  line-height:1.25!important;

  white-space:nowrap!important;
  text-overflow:ellipsis!important;
}


.profile-kpis-v9 strong,
.profile-stats strong{
  display:block!important;

  color:#19261f!important;

  font-size:18px!important;
  line-height:1.1!important;
  font-weight:850!important;

  white-space:nowrap!important;
}


/* =========================================================
   BODY LAYOUT
   ========================================================= */

.profile-grid-v9,
.profile-body-grid,
.seller-body-grid{
  margin-top:16px!important;

  display:grid!important;
  grid-template-columns:minmax(0,1fr) 280px!important;
  gap:16px!important;

  align-items:start!important;
}


/* =========================================================
   CARDS
   ========================================================= */

.profile-main-v9{
  display:grid!important;
  gap:13px!important;
}


.profile-main-v9>.card,
.profile-grid-v9 .card,
.profile-about-card,
.profile-lots-card,
.profile-reviews-card,
.profile-reputation-card{
  padding:18px!important;

  border:1px solid #e0e9e4!important;
  border-radius:16px!important;

  background:#fff!important;

  box-shadow:
    0 3px 12px rgba(20,50,35,.035)!important;
}


.profile-main-v9 .card h2,
.profile-grid-v9 .card h2,
.profile-about-card h2,
.profile-lots-card h2,
.profile-reviews-card h2{
  margin:0 0 12px!important;

  color:#17251e!important;

  font-size:17px!important;
  line-height:1.25!important;
  font-weight:800!important;

  letter-spacing:-.015em!important;
}


/* =========================================================
   ABOUT
   ========================================================= */

.profile-about-card p,
.profile-main-v9>.card>p{
  color:#65746c!important;

  font-size:12px!important;
  line-height:1.65!important;
}


/* =========================================================
   ACTIVE LOTS
   ========================================================= */

.profile-lot-grid,
.profile-main-v9 .lot-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}


/* Slightly more compact cards inside profile */

.profile-main-v9 .lot-card-v10 .lot-card-media,
.profile-lot-grid .lot-card-v10 .lot-card-media{
  height:150px!important;
}


.profile-main-v9 .lot-card-v10 .lot-card-body,
.profile-lot-grid .lot-card-v10 .lot-card-body{
  padding:12px!important;
}


.profile-main-v9 .lot-card-v10 h3,
.profile-lot-grid .lot-card-v10 h3{
  min-height:auto!important;

  margin:5px 0 6px!important;

  font-size:14px!important;
}


.profile-main-v9 .lot-card-v10 p,
.profile-lot-grid .lot-card-v10 p{
  min-height:36px!important;

  font-size:10px!important;
}


.profile-main-v9 .lot-card-v10 .lot-price,
.profile-lot-grid .lot-card-v10 .lot-price{
  font-size:14px!important;
}


/* =========================================================
   REPUTATION SIDEBAR
   ========================================================= */

.profile-side-v9,
.profile-reputation{
  position:sticky!important;
  top:86px!important;

  display:grid!important;
  gap:11px!important;
}


.profile-reputation-card{
  position:relative!important;

  overflow:hidden!important;
}


.profile-reputation-card:before{
  content:""!important;

  position:absolute!important;
  top:0!important;
  left:0!important;
  right:0!important;

  height:3px!important;

  background:
    linear-gradient(
      90deg,
      #17b668,
      #35d186
    )!important;
}


.profile-reputation-card h3{
  margin:0 0 14px!important;

  color:#1b2922!important;

  font-size:15px!important;
  font-weight:800!important;
}


/* seller/buyer rating */

.profile-reputation-role{
  padding:12px 0!important;

  border-bottom:1px solid #edf1ef!important;
}


.profile-reputation-role:last-child{
  border-bottom:0!important;
}


.profile-reputation-role small{
  display:block!important;

  color:#829089!important;

  font-size:9px!important;
}


.profile-reputation-role strong{
  display:block!important;

  margin-top:4px!important;

  color:#e99c00!important;

  font-size:23px!important;
  line-height:1!important;
  font-weight:900!important;
}


.profile-reputation-role span{
  display:block!important;

  margin-top:5px!important;

  color:#74827a!important;

  font-size:10px!important;
}


/* =========================================================
   TRUST LIST
   ========================================================= */

.profile-trust-list{
  display:grid!important;
  gap:7px!important;
}


.profile-trust-row{
  padding:9px!important;

  display:flex!important;
  align-items:flex-start!important;
  gap:8px!important;

  border:1px solid #edf2ef!important;
  border-radius:10px!important;

  background:#f9fbfa!important;
}


.profile-trust-icon{
  width:25px!important;
  height:25px!important;
  min-width:25px!important;

  display:grid!important;
  place-items:center!important;

  border-radius:8px!important;

  background:#e2f8ec!important;

  color:#09864d!important;

  font-size:10px!important;
  font-weight:900!important;
}


.profile-trust-row b{
  display:block!important;

  color:#34423b!important;

  font-size:10px!important;
}


.profile-trust-row small{
  display:block!important;

  margin-top:2px!important;

  color:#88948e!important;

  font-size:8.5px!important;
  line-height:1.4!important;
}


/* =========================================================
   REVIEWS
   ========================================================= */

.profile-reviews-list{
  display:grid!important;
  gap:8px!important;
}


.profile-review,
.review-card,
.profile-reviews-card .review{
  padding:13px 14px!important;

  border:1px solid #e5ece8!important;
  border-radius:12px!important;

  background:#fbfdfc!important;

  transition:
    border-color .15s ease,
    background .15s ease!important;
}


.profile-review:hover,
.review-card:hover,
.profile-reviews-card .review:hover{
  border-color:#cfe3d8!important;

  background:#fff!important;
}


.profile-review-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
}


.profile-review-author{
  min-width:0!important;

  display:flex!important;
  align-items:center!important;
  gap:8px!important;
}


.profile-review-avatar{
  width:31px!important;
  height:31px!important;
  min-width:31px!important;

  display:grid!important;
  place-items:center!important;

  overflow:hidden!important;

  border-radius:9px!important;

  background:#def6e8!important;

  color:#0a8c50!important;

  font-size:10px!important;
  font-weight:900!important;
}


.profile-review-author b{
  display:block!important;

  color:#34413a!important;

  font-size:11px!important;
}


.profile-review-date{
  color:#929d98!important;

  font-size:8.5px!important;

  white-space:nowrap!important;
}


.profile-review-stars{
  margin:7px 0 5px!important;

  color:#efa000!important;

  font-size:11px!important;

  letter-spacing:.7px!important;
}


.profile-review p,
.review-card p,
.profile-reviews-card .review p{
  margin:0!important;

  color:#5d6d65!important;

  font-size:10.5px!important;
  line-height:1.55!important;
}


.profile-review-deal{
  margin-top:7px!important;

  display:inline-flex!important;
  align-items:center!important;

  padding:4px 7px!important;

  border-radius:999px!important;

  background:#edf9f3!important;

  color:#118550!important;

  font-size:8px!important;
  font-weight:750!important;
}


/* =========================================================
   SECTION HEADER
   ========================================================= */

.profile-section-head{
  margin-bottom:12px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
}


.profile-section-head h2{
  margin:0!important;
}


.profile-section-head span{
  padding:4px 8px!important;

  border-radius:999px!important;

  background:#f0f5f2!important;

  color:#738078!important;

  font-size:8.5px!important;
  font-weight:700!important;
}


/* =========================================================
   EMPTY AREA REDUCTION
   ========================================================= */

.profile-main-v9>.card:empty,
.profile-grid-v9>.card:empty{
  display:none!important;
}


/* =========================================================
   DESKTOP WIDTH
   ========================================================= */

@media(min-width:1100px){

  .profile-page-v9 .container,
  .profile-page-v13 .container,
  .seller-page .container{
    max-width:1160px!important;
  }

}


/* =========================================================
   TABLET
   ========================================================= */

@media(max-width:950px){

  .profile-kpis-v9,
  .profile-stats{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  .profile-grid-v9,
  .profile-body-grid,
  .seller-body-grid{
    grid-template-columns:1fr!important;
  }

  .profile-side-v9,
  .profile-reputation{
    position:static!important;

    grid-template-columns:1fr 1fr!important;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media(max-width:700px){

  .profile-page-v9,
  .profile-page-v13,
  .seller-page,
  .profile-page{
    padding-top:10px!important;
  }


  .profile-cover-v9,
  .profile-cover,
  .seller-cover{
    height:105px!important;

    border-radius:14px!important;
  }


  .profile-head-v9,
  .profile-header-card,
  .seller-head-card{
    min-height:0!important;

    margin:-28px 7px 0!important;
    padding:13px!important;

    display:grid!important;
    grid-template-columns:55px minmax(0,1fr)!important;
    gap:10px!important;

    border-radius:14px!important;
  }


  .profile-avatar-v9,
  .profile-avatar,
  .seller-avatar{
    width:55px!important;
    height:55px!important;
    min-width:55px!important;

    border-radius:15px!important;

    font-size:19px!important;
  }


  .profile-identity-v9 h1,
  .profile-head-v9 h1,
  .profile-header-card h1,
  .seller-head-card h1{
    font-size:19px!important;
  }


  .profile-badges-v9,
  .profile-badges{
    gap:4px!important;
  }


  .profile-badges-v9 .pill,
  .profile-badges .pill,
  .profile-badges-v9 .chip{
    min-height:23px!important;

    padding:0 7px!important;

    font-size:8px!important;
  }


  .profile-head-rating-v9,
  .profile-rating-head{
    grid-column:1/-1!important;

    min-width:0!important;

    margin-left:65px!important;
    padding:8px 0 0!important;

    display:flex!important;
    align-items:center!important;
    gap:7px!important;

    border-left:0!important;
    border-top:1px solid #edf1ef!important;

    text-align:left!important;
  }


  .profile-head-rating-v9 strong,
  .profile-rating-head strong{
    font-size:19px!important;
  }


  .profile-head-rating-v9 span,
  .profile-rating-head span{
    margin:0!important;
  }


  .profile-kpis-v9,
  .profile-stats{
    margin-top:9px!important;

    grid-template-columns:repeat(2,minmax(0,1fr))!important;

    gap:6px!important;
  }


  .profile-kpis-v9>div,
  .profile-stats>div{
    padding:11px!important;

    border-radius:11px!important;
  }


  .profile-kpis-v9 strong,
  .profile-stats strong{
    font-size:16px!important;
  }


  .profile-grid-v9,
  .profile-body-grid,
  .seller-body-grid{
    margin-top:10px!important;

    gap:10px!important;
  }


  .profile-main-v9>.card,
  .profile-grid-v9 .card,
  .profile-about-card,
  .profile-lots-card,
  .profile-reviews-card,
  .profile-reputation-card{
    padding:13px!important;

    border-radius:13px!important;
  }


  .profile-main-v9 .card h2,
  .profile-grid-v9 .card h2{
    font-size:15px!important;
  }


  .profile-lot-grid,
  .profile-main-v9 .lot-grid{
    grid-template-columns:1fr!important;
  }


  .profile-main-v9 .lot-card-v10 .lot-card-media,
  .profile-lot-grid .lot-card-v10 .lot-card-media{
    height:180px!important;
  }


  .profile-side-v9,
  .profile-reputation{
    grid-template-columns:1fr!important;
  }


  .profile-review,
  .review-card,
  .profile-reviews-card .review{
    padding:11px!important;
  }

}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media(max-width:390px){

  .profile-kpis-v9,
  .profile-stats{
    grid-template-columns:1fr 1fr!important;
  }


  .profile-head-v9,
  .profile-header-card,
  .seller-head-card{
    margin-left:4px!important;
    margin-right:4px!important;
  }

}

/* DIGLOT_PROFILE_V14_END */




/* DIGLOT_LOTS_FILTER_V16 */

.my-lots-filter{
  display:flex;
  align-items:center;
  gap:5px;
  width:max-content;
  margin:0 0 14px;
  padding:4px;
  border:1px solid #dfe8e3;
  border-radius:10px;
  background:#f4f7f5;
}

.my-lots-filter-btn{
  min-height:34px;
  padding:0 13px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:7px;
  color:#718078;
  font-size:11px;
  font-weight:700;
  text-decoration:none;
}

.my-lots-filter-btn:hover{
  color:#26352e;
  background:#fff;
}

.my-lots-filter-btn.active{
  background:#fff;
  color:#0b8f51;
  box-shadow:0 2px 7px rgba(20,50,35,.08);
}

@media(max-width:700px){

  .my-lots-filter{
    width:100%;
  }

  .my-lots-filter-btn{
    flex:1;
  }

}

/* =========================================================
   DIGLOT REAL STATISTICS V18
   ========================================================= */

.dg-real-stats-card{
  padding:20px!important;
}

.dg-real-stats{
  width:100%;
}

.dg-real-stats-head{
  margin-bottom:14px;

  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}

.dg-real-stats-kicker{
  display:block;

  margin-bottom:3px;

  color:#0b9153;

  font-size:9px;
  font-weight:850;

  text-transform:uppercase;
  letter-spacing:.07em;
}

.dg-real-stats-head h3{
  margin:0!important;

  color:#18261f;

  font-size:17px!important;
  font-weight:820!important;
}

.dg-stat-verified,
.dg-stat-unverified{
  min-height:26px;

  padding:0 9px;

  display:inline-flex;
  align-items:center;

  border-radius:999px;

  font-size:9px;
  font-weight:800;

  white-space:nowrap;
}

.dg-stat-verified{
  border:1px solid #bfe5cf;

  background:#eaf9f1;

  color:#087d49;
}

.dg-stat-unverified{
  border:1px solid #e3e8e5;

  background:#f5f7f6;

  color:#75827b;
}


.dg-real-stats-grid{
  display:grid;

  grid-template-columns:
    repeat(4,minmax(0,1fr));

  gap:8px;
}


.dg-stat-item{
  min-width:0;

  padding:12px 13px;

  border:1px solid #e1e9e5;
  border-radius:11px;

  background:#fafcfb;
}


.dg-stat-item small{
  display:block;

  margin-bottom:5px;

  overflow:hidden;

  color:#839089;

  font-size:9px;
  line-height:1.3;

  white-space:nowrap;
  text-overflow:ellipsis;
}


.dg-stat-item strong{
  display:block;

  overflow:hidden;

  color:#19271f;

  font-size:14px;
  line-height:1.25;
  font-weight:820;

  white-space:nowrap;
  text-overflow:ellipsis;
}


.dg-stat-wide{
  grid-column:span 2;
}


/* deal sidebar variant */

.dg-deal-asset-stats{
  padding:16px!important;
}

.dg-deal-asset-stats .dg-real-stats-head{
  display:none;
}

.dg-deal-asset-stats .dg-real-stats-grid{
  grid-template-columns:
    repeat(2,minmax(0,1fr));
}

.dg-deal-asset-stats .dg-stat-item{
  padding:9px 10px;
}

.dg-deal-asset-stats .dg-stat-item strong{
  font-size:12px;
}


/* responsive */

@media(max-width:950px){

  .dg-real-stats-grid{
    grid-template-columns:
      repeat(3,minmax(0,1fr));
  }

}


@media(max-width:700px){

  .dg-real-stats-card{
    padding:14px!important;
  }

  .dg-real-stats-head{
    display:block;
  }

  .dg-stat-verified,
  .dg-stat-unverified{
    margin-top:8px;
  }

  .dg-real-stats-grid{
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }

  .dg-stat-wide{
    grid-column:1/-1;
  }

  .dg-stat-item{
    padding:10px;
  }

  .dg-stat-item strong{
    font-size:13px;
  }

}


@media(max-width:390px){

  .dg-real-stats-grid{
    grid-template-columns:
      1fr 1fr;
  }

}

/* =========================================================
   DIGLOT STATS V19
   ========================================================= */

.dg-stats-v19{
  width:100%;
}

.dg-stats-v19-head{
  margin-bottom:16px;

  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}

.dg-stats-v19-head>div>span{
  display:block;
  margin-bottom:4px;

  color:#0b9255;

  font-size:9px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.07em;
}

.dg-stats-v19-head h3{
  margin:0!important;

  color:#17251e!important;

  font-size:19px!important;
  font-weight:820!important;
}

.dg-stats-status{
  min-height:26px;

  padding:0 9px;

  display:inline-flex;
  align-items:center;

  border:1px solid #e0e7e3;
  border-radius:999px;

  background:#f5f7f6;

  color:#748179;

  font-size:9px;
  font-weight:800;

  white-space:nowrap;
}

.dg-stats-status.ok{
  border-color:#bce4cd;

  background:#eaf9f1;

  color:#087d49;
}

.dg-stats-v19-grid{
  display:grid;

  grid-template-columns:
    repeat(4,minmax(0,1fr));

  gap:9px;
}

.dg-stat-v19{
  min-width:0;

  padding:13px 14px;

  border:1px solid #dee8e3;
  border-radius:12px;

  background:#fafcfb;
}

.dg-stat-v19 small{
  display:block;

  margin-bottom:6px;

  overflow:hidden;

  color:#829089;

  font-size:9px;
  line-height:1.3;

  white-space:nowrap;
  text-overflow:ellipsis;
}

.dg-stat-v19 strong{
  display:block;

  overflow:hidden;

  color:#17251e;

  font-size:15px;
  line-height:1.2;
  font-weight:850;

  white-space:nowrap;
  text-overflow:ellipsis;
}

.dg-stat-v19.wide{
  grid-column:span 2;
}


/* deal version */

.dg-deal-stats-v19 .dg-stats-v19-head{
  margin-bottom:11px;
}

.dg-deal-stats-v19 .dg-stats-v19-head h3{
  font-size:14px!important;
}

.dg-deal-stats-v19 .dg-stats-v19-head>div>span{
  display:none;
}

.dg-deal-stats-v19 .dg-stats-v19-grid{
  grid-template-columns:1fr 1fr;
}

.dg-deal-stats-v19 .dg-stat-v19{
  padding:9px 10px;
}

.dg-deal-stats-v19 .dg-stat-v19 strong{
  font-size:12px;
}

.dg-deal-stats-v19 .dg-stats-status{
  font-size:8px;
}


/* mobile */

@media(max-width:800px){

  .dg-stats-v19-grid{
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }

}

@media(max-width:520px){

  .dg-stats-v19-head{
    display:block;
  }

  .dg-stats-status{
    margin-top:8px;
  }

  .dg-stat-v19{
    padding:11px;
  }

  .dg-stat-v19 strong{
    font-size:13px;
  }

  .dg-stat-v19.wide{
    grid-column:1/-1;
  }

}

/* =========================================================
   DIGLOT STATS V19
   ========================================================= */

.dg-stats-v19{
  width:100%;
}

.dg-stats-v19-head{
  margin-bottom:16px;

  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}

.dg-stats-v19-head>div>span{
  display:block;
  margin-bottom:4px;

  color:#0b9255;

  font-size:9px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.07em;
}

.dg-stats-v19-head h3{
  margin:0!important;

  color:#17251e!important;

  font-size:19px!important;
  font-weight:820!important;
}

.dg-stats-status{
  min-height:26px;

  padding:0 9px;

  display:inline-flex;
  align-items:center;

  border:1px solid #e0e7e3;
  border-radius:999px;

  background:#f5f7f6;

  color:#748179;

  font-size:9px;
  font-weight:800;

  white-space:nowrap;
}

.dg-stats-status.ok{
  border-color:#bce4cd;

  background:#eaf9f1;

  color:#087d49;
}

.dg-stats-v19-grid{
  display:grid;

  grid-template-columns:
    repeat(4,minmax(0,1fr));

  gap:9px;
}

.dg-stat-v19{
  min-width:0;

  padding:13px 14px;

  border:1px solid #dee8e3;
  border-radius:12px;

  background:#fafcfb;
}

.dg-stat-v19 small{
  display:block;

  margin-bottom:6px;

  overflow:hidden;

  color:#829089;

  font-size:9px;
  line-height:1.3;

  white-space:nowrap;
  text-overflow:ellipsis;
}

.dg-stat-v19 strong{
  display:block;

  overflow:hidden;

  color:#17251e;

  font-size:15px;
  line-height:1.2;
  font-weight:850;

  white-space:nowrap;
  text-overflow:ellipsis;
}

.dg-stat-v19.wide{
  grid-column:span 2;
}


/* deal version */

.dg-deal-stats-v19 .dg-stats-v19-head{
  margin-bottom:11px;
}

.dg-deal-stats-v19 .dg-stats-v19-head h3{
  font-size:14px!important;
}

.dg-deal-stats-v19 .dg-stats-v19-head>div>span{
  display:none;
}

.dg-deal-stats-v19 .dg-stats-v19-grid{
  grid-template-columns:1fr 1fr;
}

.dg-deal-stats-v19 .dg-stat-v19{
  padding:9px 10px;
}

.dg-deal-stats-v19 .dg-stat-v19 strong{
  font-size:12px;
}

.dg-deal-stats-v19 .dg-stats-status{
  font-size:8px;
}


/* mobile */

@media(max-width:800px){

  .dg-stats-v19-grid{
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }

}

@media(max-width:520px){

  .dg-stats-v19-head{
    display:block;
  }

  .dg-stats-status{
    margin-top:8px;
  }

  .dg-stat-v19{
    padding:11px;
  }

  .dg-stat-v19 strong{
    font-size:13px;
  }

  .dg-stat-v19.wide{
    grid-column:1/-1;
  }

}
