:root{--bg:#f8fafc;--surface:#fff;--surface-hover:#f1f5f9;--text:#0f172a;--text-muted:#64748b;--text-light:#94a3b8;--primary:#3999f9;--primary-hover:#2a7fd9;--primary-light:#d9ecff;--success:#10b981;--success-bg:#ecfdf5;--warning:#f59e0b;--warning-bg:#fffbeb;--danger:#ef4444;--border:#e2e8f0;--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 10px 25px -5px #0000001a;--shadow-xl:0 20px 40px -10px #6366f14d;--radius:16px;--radius-sm:10px;--transition:all .25s cubic-bezier(.4, 0, .2, 1)}@media (prefers-color-scheme:dark){:root{--bg:#0b1120;--surface:#111827;--surface-hover:#1f2937;--text:#f8fafc;--text-muted:#94a3b8;--text-light:#64748b;--primary:#3999f9;--primary-hover:#2a7fd9;--primary-light:#1a2a4b;--success-bg:#064e3b;--warning-bg:#78350f;--border:#1f2937;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 10px 25px -5px #00000080}}html,body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.5}body{font-family:var(--font-pt-mono,"PT Mono"), monospace;flex-direction:column;min-height:100vh;display:flex}main{flex:1}a{color:inherit}.ds-container{max-width:1280px;margin:0 auto;padding:0 24px}.ds-container-sm{max-width:940px;margin:0 auto;padding:32px 24px}.ds-container-wide{max-width:1320px;margin:0 auto;padding:32px 24px}@media (max-width:768px){.ds-container-sm{padding:24px 16px}}@media (max-width:480px){.ds-container-sm{padding:16px 12px}.ds-container{padding:0 16px}.ds-container-wide{padding:24px 16px}}.ds-nav{background:var(--surface);border-bottom:1px solid var(--border);z-index:50;position:sticky;top:0}.ds-nav .inner{justify-content:space-between;align-items:center;gap:16px;max-width:1280px;height:64px;margin:0 auto;padding:0 24px;display:flex}@media (max-width:480px){.ds-nav .inner{gap:8px;padding:0 12px}.ds-nav .logo img{height:32px}}.ds-nav .logo{color:var(--text);flex-shrink:0;align-items:center;gap:10px;font-size:18px;font-weight:700;text-decoration:none;display:flex}.ds-nav .logo img{object-fit:contain;width:auto;height:40px}.ds-nav-links{gap:4px;display:flex}.ds-nav-links a{color:var(--text-muted);transition:var(--transition);border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none}.ds-nav-links a:hover{color:var(--text);background:var(--surface-hover)}.ds-nav-links a.active{color:var(--primary);background:var(--primary-light);font-weight:600}.ds-nav-actions{align-items:center;gap:12px;display:flex}.ds-nav-actions a{transition:var(--transition);font-size:13px;font-weight:600;text-decoration:none}.ds-nav-actions .login{color:var(--text-muted)}.ds-nav-actions .login:hover{color:var(--text)}.ds-nav-actions .register{background:var(--primary);color:#fff;border-radius:8px;padding:8px 18px}.ds-nav-actions .register:hover{background:var(--primary-hover)}.ds-nav-user{align-items:center;gap:12px;display:flex}@media (max-width:900px){.ds-nav-links,.ds-nav-actions{display:none}}.ds-mobile-toggle{cursor:pointer;color:var(--text);transition:var(--transition);background:0 0;border:none;flex-shrink:0;padding:8px;display:none}.ds-mobile-toggle:hover{color:var(--primary)}@media (max-width:900px){.ds-mobile-toggle{justify-content:center;align-items:center;display:flex}}.ds-mobile-backdrop{z-index:100;opacity:0;visibility:hidden;background:#00000080;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.ds-mobile-backdrop.open{opacity:1;visibility:visible}.ds-mobile-panel{background:var(--surface);z-index:101;flex-direction:column;width:min(300px,80vw);padding:20px;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-4px 0 20px #00000026}.ds-mobile-panel.open{transform:translate(0)}.ds-mobile-panel-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;display:flex}.ds-mobile-panel-header .logo-img{width:auto;height:32px}.ds-mobile-close{cursor:pointer;color:var(--text-muted);transition:var(--transition);background:0 0;border:none;border-radius:8px;padding:8px}.ds-mobile-close:hover{color:var(--text);background:var(--surface-hover)}.ds-mobile-links{flex-direction:column;flex:1;gap:4px;display:flex}.ds-mobile-links a{color:var(--text);transition:var(--transition);border-radius:10px;padding:12px 16px;font-size:16px;font-weight:500;text-decoration:none;display:block}.ds-mobile-links a:hover{background:var(--surface-hover)}.ds-mobile-links a.active{color:var(--primary);background:var(--primary-light);font-weight:600}.ds-mobile-actions{border-top:1px solid var(--border);flex-direction:column;gap:8px;margin-top:auto;padding-top:16px;display:flex}.ds-mobile-actions .ds-btn{justify-content:center;width:100%}.ds-mobile-user{background:var(--surface-hover);color:var(--text);transition:var(--transition);border-radius:10px;align-items:center;gap:12px;padding:12px 16px;text-decoration:none;display:flex}.ds-mobile-user:hover{background:var(--border)}.ds-mobile-user .name{font-size:14px;font-weight:600}.ds-mobile-user .email{color:var(--text-muted);font-size:12px}.ds-mobile-logout{border:1px solid var(--border);color:var(--danger);cursor:pointer;transition:var(--transition);text-align:center;background:0 0;border-radius:8px;padding:10px;font-family:inherit;font-size:14px;font-weight:500}.ds-mobile-logout:hover{background:var(--danger);color:#fff;border-color:var(--danger)}.ds-footer{color:#fff;background-color:#0f172a}.ds-footer a{color:#fff!important}.ds-footer a:hover{color:#94a3b8!important}.ds-footer ul{color:#fff;padding:0;list-style:none}.ds-footer-inner{max-width:1280px;margin-left:auto;margin-right:auto;padding:48px 24px}.ds-footer-grid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.ds-footer h4{text-transform:uppercase;letter-spacing:.05em;color:#cbd5e1;margin-bottom:12px;font-size:14px;font-weight:600}.ds-footer li{margin-bottom:6px}.ds-footer-bottom{text-align:center;color:#64748b;border-top:1px solid #1e293b;margin-top:32px;padding-top:32px;font-size:14px}.ds-footer .text-blue-400{color:#60a5fa}.ds-footer .text-slate-400{color:#94a3b8;font-size:14px;line-height:1.625}.ds-footer .text-slate-500{color:#64748b;font-size:12px}@media (max-width:768px){.ds-footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.ds-footer-grid{grid-template-columns:1fr}.ds-footer-inner{padding:32px 16px}.ds-footer-bottom{font-size:12px}}.ds-section{padding:80px 0}.ds-section:nth-child(2n){background:var(--surface)}@media (max-width:768px){.ds-section{padding:48px 0}}@media (max-width:480px){.ds-section{padding:36px 0}}.ds-section-title{margin-bottom:8px;font-size:32px;font-weight:700}.ds-section-sub{color:var(--text-muted);margin-bottom:48px}@media (max-width:768px){.ds-section-title{font-size:24px}.ds-section-sub{margin-bottom:32px}}@media (max-width:480px){.ds-section-title{font-size:20px}.ds-section-sub{margin-bottom:24px}}.ds-section-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:40px;display:flex}.ds-btn{cursor:pointer;transition:var(--transition);background:var(--surface);color:var(--text);border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.ds-btn:hover{background:var(--surface-hover)}.ds-btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.ds-btn-primary:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.ds-btn-ghost{color:var(--text);border-color:var(--border);background:0 0}.ds-btn-ghost:hover{border-color:var(--primary);color:var(--primary)}.ds-btn-white{color:#0f172a;background:#fff}.ds-btn-white:hover{background:#e2e8f0}.ds-btn-dark{color:#fff;background:#0f172a}.ds-btn-dark:hover{background:#1e293b}.ds-btn-block{width:100%}.ds-btn-lg{padding:14px 28px;font-size:15px}.ds-btn-sm{padding:6px 12px;font-size:13px}.ds-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition)}.ds-card-hover:hover{box-shadow:var(--shadow-md);border-color:var(--primary);transform:translateY(-3px)}.ds-badge{border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.ds-badge-new{background:var(--primary);color:#fff}.ds-badge-used{background:var(--warning);color:#fff}.ds-badge-hot{background:var(--danger);color:#fff}.ds-badge-success{background:var(--success-bg);color:var(--success)}.ds-badge-warning{background:var(--warning-bg);color:var(--warning)}.ds-stock{border-radius:6px;align-items:center;gap:6px;width:fit-content;padding:4px 8px;font-size:11px;font-weight:600;display:inline-flex}.ds-stock .dot{background:currentColor;border-radius:50%;width:6px;height:6px}.ds-stock-in{background:var(--success-bg);color:var(--success)}.ds-stock-order{background:var(--warning-bg);color:var(--warning)}.ds-filter-btns{flex-wrap:wrap;gap:8px;display:flex}.ds-filter-btn{cursor:pointer;transition:var(--transition);background:var(--surface-hover);color:var(--text-muted);border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500}.ds-filter-btn:hover{background:var(--border)}.ds-filter-btn.active{background:var(--primary);color:#fff}.ds-fade-in{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(20px)}.ds-fade-in.visible{opacity:1;transform:translateY(0)}.ds-text-center{text-align:center}.ds-flex{display:flex}.ds-flex-col{flex-direction:column}.ds-items-center{align-items:center}.ds-justify-center{justify-content:center}.ds-justify-between{justify-content:space-between}.ds-gap-2{gap:8px}.ds-gap-3{gap:12px}.ds-gap-4{gap:16px}.ds-gap-6{gap:24px}.ds-gap-8{gap:32px}.ds-hidden{display:none}.ds-mt-2{margin-top:8px}.ds-mt-4{margin-top:16px}.ds-mt-8{margin-top:32px}.ds-mt-12{margin-top:48px}.ds-mb-4{margin-bottom:16px}.ds-mb-8{margin-bottom:32px}.ds-text-sm{font-size:14px}.ds-text-xs{font-size:12px}.ds-text-lg{font-size:18px}.ds-text-xl{font-size:20px}.ds-text-2xl{font-size:24px}.ds-text-3xl{font-size:30px}.ds-font-bold{font-weight:700}.ds-font-semibold{font-weight:600}.ds-uppercase{text-transform:uppercase}.ds-tracking-wider{letter-spacing:.05em}.ds-leading-relaxed{line-height:1.625}.ds-rounded-lg{border-radius:8px}.ds-rounded-xl{border-radius:12px}.ds-rounded-full{border-radius:9999px}.ds-w-full{width:100%}.ds-shrink-0{flex-shrink:0}.ds-truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ds-line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ds-grid{display:grid}.ds-grid-products{grid-template-columns:repeat(4,1fr);justify-content:stretch;gap:20px;display:grid}.ds-grid-products.ds-grid-3col{grid-template-columns:repeat(3,1fr)}.ds-grid-products.ds-grid-2col{grid-template-columns:repeat(2,1fr)}.ds-grid-products.ds-grid-1col{grid-template-columns:1fr}@media (max-width:1024px){.ds-grid-products{grid-template-columns:repeat(3,1fr)}.ds-grid-products.ds-grid-2col,.ds-grid-products.ds-grid-3col{grid-template-columns:repeat(2,1fr)}.ds-grid-products.ds-grid-1col{grid-template-columns:1fr}}@media (max-width:768px){.ds-grid-products,.ds-grid-products.ds-grid-2col,.ds-grid-products.ds-grid-3col{grid-template-columns:repeat(2,1fr)}.ds-grid-products.ds-grid-1col{grid-template-columns:1fr}}@media (max-width:480px){.ds-grid-products,.ds-grid-products.ds-grid-2col,.ds-grid-products.ds-grid-3col,.ds-grid-products.ds-grid-1col{grid-template-columns:1fr}}.ds-transition-colors{transition:color .2s}.ds-hover-white:hover{color:#fff}.ds-cursor-pointer{cursor:pointer}.ds-back-link{color:var(--text-muted);transition:var(--transition);align-items:center;gap:8px;margin-bottom:24px;font-size:14px;text-decoration:none;display:inline-flex}.ds-page-header{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 50%,#0f172a 100%);padding:48px 0}.ds-page-header.compact{padding:36px 0}.ds-page-header h1.compact-title{font-size:28px}.ds-page-header h1{margin-bottom:12px;font-size:36px;font-weight:800}.ds-page-header p{color:#94a3b8;max-width:700px}@media (max-width:768px){.ds-page-header{padding:32px 0}.ds-page-header h1{font-size:28px}.ds-page-header.compact{padding:24px 0}.ds-page-header h1.compact-title{font-size:22px}}@media (max-width:480px){.ds-page-header{padding:24px 0}.ds-page-header h1{font-size:22px}.ds-page-header p{font-size:14px}}.ds-breadcrumb{color:#94a3b8;margin-bottom:16px;font-size:13px}.ds-breadcrumb a{color:#94a3b8;text-decoration:none}.ds-breadcrumb a:hover{color:#fff}.ds-breadcrumb span{margin:0 8px}@media (max-width:480px){.ds-breadcrumb{font-size:11px}}.ds-toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;top:80px;right:24px}.ds-toast{pointer-events:auto;border-radius:8px;min-width:280px;max-width:400px;padding:12px 20px;font-size:14px;font-weight:500;animation:.3s ease-out slideIn;box-shadow:0 4px 12px #00000026}.ds-toast-success{color:#fff;background:#10b981}.ds-toast-error{color:#fff;background:#ef4444}@keyframes slideIn{0%{opacity:0;transform:translate(120%)}to{opacity:1;transform:translate(0)}}@media (max-width:600px){.ds-toast-container{top:72px;left:12px;right:12px}.ds-toast{min-width:0;max-width:100%}}.ds-form-group{margin-bottom:16px}.ds-form-row{gap:16px;display:grid}@media (max-width:600px){.ds-form-row{grid-template-columns:1fr}}.ds-label{color:var(--text);margin-bottom:6px;font-size:13px;font-weight:600;display:block}.ds-input{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);transition:var(--transition);box-sizing:border-box;border-radius:8px;padding:10px 12px;font-family:inherit;font-size:14px}.ds-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 15%, transparent);outline:none}.ds-input:disabled{background:var(--surface-hover);cursor:not-allowed}.ds-textarea{resize:vertical;min-height:120px;line-height:1.5}.ds-file-drop{transition:var(--transition)}.ds-file-drop:hover{border-color:var(--primary);color:var(--primary)}.ds-back-link{color:var(--text-muted);align-items:center;gap:4px;margin-bottom:12px;font-size:13px;text-decoration:none;display:inline-flex}.ds-back-link:hover{color:var(--primary)}.ds-listing-actions{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.ds-listing-actions .ds-btn{align-items:center;gap:6px;text-decoration:none;display:inline-flex}
.ds-hero{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 50%,#0f172a 100%);position:relative;overflow:hidden}.ds-hero-track{transition:transform .6s;display:flex}.ds-hero-slide{min-width:100%;padding:64px 0;position:relative}.ds-hero-slide:before{content:"";background:linear-gradient(135deg,#0f172ad9 0%,#1e3a5fbf 50%,#0f172ad9 100%);position:absolute;inset:0}.ds-hero-slide>*{z-index:1;position:relative}.ds-hero-slide-1{background:url(/design/Главная.webp) 50%/cover no-repeat}.ds-hero-slide-2{background:url(/design/hero-slide-2.webp) 50%/cover no-repeat}.ds-hero-arrow{z-index:2;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:44px;height:44px;transition:var(--transition);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;place-items:center;font-size:24px;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.ds-hero-arrow:hover{background:#fff3}@media (max-width:480px){.ds-hero-arrow{width:32px;height:32px;font-size:16px}.ds-hero-arrow-left{left:8px}.ds-hero-arrow-right{right:8px}}.ds-hero-arrow-left{left:20px}.ds-hero-arrow-right{right:20px}.ds-hero-progress{z-index:2;background:#0006;height:6px;position:absolute;bottom:0;left:0;right:0}.ds-hero-progress-bar{background:#fff;width:0%;height:100%}.ds-hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}.ds-hero-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border-radius:999px;margin-bottom:24px;padding:8px 16px;font-size:14px;font-weight:500;display:inline-block}.ds-hero h1{margin-bottom:24px;font-size:48px;font-weight:800;line-height:1.2}.ds-hero p{color:#94a3b8;margin-bottom:32px;font-size:18px}.ds-hero-btns{flex-wrap:wrap;gap:16px;display:flex}.ds-hero-stats{flex-wrap:wrap;gap:24px;margin-top:48px;display:flex}.ds-hero-stats .label{color:#64748b;font-size:14px}.ds-hero-stats .num{color:#fff;font-size:30px;font-weight:700}@media (max-width:480px){.ds-hero-stats{gap:16px;margin-top:32px}.ds-hero-stats .num{font-size:22px}.ds-hero-stats .label{font-size:12px}}@media (max-width:900px){.ds-hero-grid{grid-template-columns:1fr}.ds-hero h1{font-size:32px}}@media (max-width:480px){.ds-hero h1{font-size:24px}.ds-hero p{font-size:15px}.ds-hero-slide{padding:40px 0}}.ds-banner{border-radius:var(--radius);isolation:isolate;width:100%;max-width:100%;margin-bottom:32px;position:relative;overflow:hidden;box-shadow:0 4px 24px #0f172a14}.ds-banner-track{will-change:transform;transition:transform .6s cubic-bezier(.4,0,.2,1);display:flex}.ds-banner-slide{flex-direction:column;flex-shrink:0;min-width:100%;display:flex;position:relative;overflow:hidden}.ds-banner-bg{z-index:0;position:absolute;inset:0}.ds-banner-bg:after{content:"";pointer-events:none;opacity:.6;background-image:radial-gradient(circle at 1px 1px,#ffffff12 1px,#0000 0);background-size:18px 18px;position:absolute;inset:0}.ds-banner-bg:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000002e 0%,#0000 60%);position:absolute;inset:0}.ds-banner-bg-1{background:linear-gradient(135deg,#2563eb 0%,#1e3a5f 100%)}.ds-banner-bg-2{background:linear-gradient(135deg,#f97316 0%,#b91c1c 100%)}.ds-banner-bg-3{background:linear-gradient(135deg,#059669 0%,#064e3b 100%)}.ds-banner-content{z-index:1;color:#fff;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;width:100%;min-width:0;max-width:70%;padding:20px 72px;display:flex;position:relative;overflow:hidden}.ds-banner-tag{-webkit-backdrop-filter:blur(8px);letter-spacing:.04em;text-transform:uppercase;background:#ffffff2e;border:1px solid #ffffff38;border-radius:999px;align-items:center;gap:6px;margin-bottom:12px;padding:5px 14px;font-size:11px;font-weight:700;display:inline-flex}.ds-banner-title{letter-spacing:-.01em;text-shadow:0 2px 8px #00000026;overflow-wrap:break-word;word-break:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:100%;margin-bottom:10px;font-size:28px;font-weight:800;line-height:1.2;display:-webkit-box;overflow:hidden}.ds-banner-desc{color:#ffffffeb;text-shadow:0 1px 4px #00000026;margin-bottom:18px;font-size:14px;line-height:1.5}.ds-banner-btn{color:#0f172a;letter-spacing:.01em;background:#fff;border-radius:10px;align-items:center;gap:6px;padding:10px 20px;font-size:13px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;box-shadow:0 2px 8px #0000001f}.ds-banner-btn:hover{background:#f1f5f9;transform:translateY(-1px);box-shadow:0 6px 18px #0000002e}.ds-banner-btn:active{transform:translateY(0)}.ds-banner-arrow{z-index:2;-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#0000002e;border:1px solid #ffffff4d;border-radius:50%;place-items:center;width:40px;height:40px;font-size:20px;line-height:1;transition:background .2s,transform .2s,border-color .2s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.ds-banner-arrow:hover{background:#0006;border-color:#ffffff80}.ds-banner-arrow:active{transform:translateY(-50%)scale(.95)}.ds-banner-arrow-prev{left:14px}.ds-banner-arrow-next{right:14px}.ds-banner-dots{z-index:2;-webkit-backdrop-filter:blur(8px);background:#0000001f;border-radius:999px;justify-content:center;align-self:center;gap:8px;margin-bottom:10px;padding:6px 12px;display:flex}.ds-banner-dots .dot{cursor:pointer;background:#ffffff80;border-radius:50%;width:8px;height:8px;transition:background .2s,width .2s,border-radius .2s}.ds-banner-dots .dot:hover{background:#fffc}.ds-banner-dots .dot.active{background:#fff;border-radius:4px;width:22px}@media (max-width:900px){.ds-banner{margin-bottom:24px}.ds-banner-content{max-width:80%;padding:20px 56px}.ds-banner-title{font-size:22px}}@media (max-width:768px){.ds-banner-arrow{display:none}.ds-banner{margin-bottom:20px}.ds-banner-content{max-width:100%;padding:20px 40px}.ds-banner-title{margin-bottom:8px;font-size:20px}.ds-banner-desc{margin-bottom:12px;font-size:13px}.ds-banner-tag{margin-bottom:10px}}@media (max-width:600px){.ds-banner{margin-bottom:16px}.ds-banner-content{padding:20px 24px}.ds-banner-title{font-size:18px}.ds-banner-desc{margin-bottom:10px;font-size:12px}.ds-banner-btn{padding:8px 14px;font-size:11px}.ds-banner-tag{margin-bottom:8px;padding:3px 10px;font-size:10px}.ds-banner-dots{gap:5px;margin-bottom:6px;padding:3px 9px}.ds-banner-dots .dot{width:6px;height:6px}.ds-banner-dots .dot.active{width:18px}}@media (max-width:480px){.ds-banner{margin-bottom:12px}.ds-banner-content{padding:20px 16px}.ds-banner-title{margin-bottom:4px;font-size:16px}.ds-banner-desc{margin-bottom:8px;font-size:11px;line-height:1.35}.ds-banner-tag{margin-bottom:6px;padding:2px 8px;font-size:9px}.ds-banner-btn{padding:6px 10px;font-size:10px}}@media (max-width:360px){.ds-banner{margin-bottom:10px}.ds-banner-content{padding:20px 14px}.ds-banner-title{font-size:15px}.ds-banner-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:10px;display:-webkit-box;overflow:hidden}}.ds-about-wrap{position:relative;overflow:hidden}.ds-about-track{width:100%;transition:transform .5s;display:flex}.ds-about-slide{box-sizing:border-box;flex:0 0 100%;min-width:0;min-height:340px;overflow:hidden}.ds-about-card>div{min-width:0;overflow:hidden}.ds-about-arrow{z-index:20;border:1px solid var(--border);background:var(--surface);width:40px;height:40px;color:var(--text);cursor:pointer;transition:var(--transition);border-radius:50%;place-items:center;font-size:22px;line-height:1;display:grid;position:absolute;bottom:12px;box-shadow:0 2px 8px #0000001a}.ds-about-arrow:hover{background:var(--primary);color:#fff;border-color:var(--primary)}@media (max-width:480px){.ds-about-arrow{width:32px;height:32px;font-size:16px}}.ds-about-arrow-left{right:52px}.ds-about-arrow-right{right:4px}.ds-about-card{grid-template-columns:600px 1fr;align-items:center;gap:40px;min-height:344px;display:grid}.ds-about-image{background:var(--surface-hover);border:2px solid var(--border);border-radius:12px;flex-shrink:0;width:600px;height:344px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001a}.ds-about-image-img{object-fit:cover}.ds-about-image img{object-fit:cover;width:100%;height:100%;display:block}.ds-about-image div{width:100%;height:100%}.ds-about-text{flex-direction:column;justify-content:center;display:flex}.ds-about-eyebrow{color:#475569;letter-spacing:.2em;text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:500}.ds-about-title{color:var(--text);margin-bottom:12px;font-size:28px;font-weight:700;line-height:1.2}.ds-about-desc{color:var(--text-muted);margin-bottom:24px;font-size:14px;line-height:1.6}@media (max-width:900px){.ds-about-card{grid-template-columns:1fr;gap:20px;min-height:auto}.ds-about-image{aspect-ratio:600/344;width:100%;height:auto}}.ds-product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);width:calc(25% - 16px);min-width:220px;max-width:320px;color:inherit;cursor:pointer;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.ds-grid-products>.ds-product-card,.ds-grid-products>.ds-performer-pro,.ds-grid-products>.ds-listing-card{width:100%;min-width:0;max-width:none}.ds-product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.ds-product-img{aspect-ratio:4/3;background:var(--surface-hover);position:relative}.ds-product-img img{object-fit:cover;width:100%;height:100%}.ds-product-img .ds-badge{position:absolute;top:12px;left:12px}.ds-product-info{flex-direction:column;flex:1;gap:8px;padding:16px;display:flex}.ds-product-name{font-size:15px;font-weight:600;line-height:1.4}.ds-product-meta{color:var(--text-muted);font-size:12px}.ds-product-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.ds-price{color:var(--text);font-size:18px;font-weight:700}.ds-price small{color:var(--text-light);font-size:12px;font-weight:500}.ds-price-old{color:var(--text-light);margin-right:4px;font-size:13px;text-decoration:line-through}.ds-btn-cart{background:var(--primary);color:#fff;cursor:pointer;transition:var(--transition);border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600}.ds-btn-cart:hover{background:var(--primary-hover)}@media (max-width:1024px){.ds-product-card{width:calc(33.33% - 14px)}}@media (max-width:768px){.ds-product-card{width:calc(50% - 10px)}}@media (max-width:480px){.ds-product-card{width:100%;max-width:400px}}.ds-category-card{background:var(--surface);border:1px solid var(--border);cursor:pointer;transition:var(--transition);color:inherit;border-radius:12px;text-decoration:none;display:block;overflow:hidden}.ds-category-card:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-3px)}.ds-category-card .cat-img{aspect-ratio:4/3;background:var(--surface-hover);border-bottom:1px solid var(--border)}.ds-category-card .cat-body{text-align:center;padding:14px}.ds-category-card h3{margin-bottom:4px;font-size:14px;font-weight:600;line-height:1.3}.ds-category-card .count{color:var(--text-light);font-size:12px}.ds-categories-grid{grid-template-columns:repeat(auto-fill,180px);justify-content:center;gap:16px;display:grid}@media (max-width:600px){.ds-categories-grid{grid-template-columns:repeat(3,1fr);gap:10px}}@media (max-width:400px){.ds-categories-grid{grid-template-columns:repeat(2,1fr)}}.ds-sidebar{flex-direction:column;gap:24px;height:fit-content;display:flex;position:sticky;top:24px}.ds-filters{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px}.ds-filter-title{justify-content:space-between;align-items:center;margin-bottom:20px;font-size:16px;font-weight:700;display:flex}.ds-filter-section{border-bottom:1px solid var(--border);margin-bottom:20px;padding-bottom:16px}.ds-filter-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.ds-filter-header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.ds-filter-header h3{font-size:14px;font-weight:600}.ds-filter-arrow{transition:var(--transition);color:var(--text-light);font-size:12px}.ds-filter-section.collapsed .ds-filter-arrow{transform:rotate(-90deg)}.ds-filter-section.collapsed .ds-filter-body{display:none}.ds-price-inputs{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px;display:grid}.ds-price-input{border:1px solid var(--border);background:var(--bg);min-width:0;color:var(--text);transition:var(--transition);box-sizing:border-box;border-radius:8px;outline:none;padding:8px 10px;font-family:inherit;font-size:13px}.ds-price-input:focus{border-color:var(--primary)}@media (max-width:480px){.ds-price-inputs{grid-template-columns:1fr}}.ds-checkbox-group{flex-direction:column;gap:8px;display:flex}.ds-checkbox-item{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:13px;display:flex}.ds-checkbox-item input{cursor:pointer}.ds-checkbox-item .count{color:var(--text-light);margin-left:auto;font-size:12px}.ds-layout{grid-template-columns:280px 1fr;gap:28px;display:grid}.ds-layout>*{min-width:0}.ds-layout>section{width:100%;min-width:0}@media (max-width:900px){.ds-layout{grid-template-columns:1fr}.ds-sidebar{position:static}}.ds-mobile-filters-toggle{display:none}.ds-mobile-filters-wrap{display:contents}@media (max-width:900px){.ds-mobile-filters-toggle{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);cursor:pointer;transition:var(--transition);border-radius:10px;justify-content:center;align-items:center;gap:8px;margin-bottom:12px;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:600;display:inline-flex}.ds-mobile-filters-toggle:hover{border-color:var(--primary);color:var(--primary)}.ds-mobile-filters-wrap{display:none}.ds-mobile-filters-wrap[data-open=true]{margin-bottom:16px;display:block}}.ds-marketplace-actions{flex-wrap:wrap;align-items:center;gap:12px;width:100%;min-width:0;max-width:100%;margin-bottom:16px;display:flex}.ds-marketplace-actions .ds-search{flex:1;min-width:0;max-width:360px}@media (max-width:600px){.ds-marketplace-actions{flex-direction:column;align-items:stretch;gap:8px;margin-bottom:8px}.ds-marketplace-actions .ds-search{max-width:100%}.ds-marketplace-actions .ds-btn{width:100%}.ds-marketplace-actions .ds-search input{height:38px}.ds-marketplace-actions .ds-btn{min-height:38px;padding:9px 14px}}.ds-product-detail{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.ds-product-layout{grid-template-columns:1fr 1fr;gap:0;display:grid}.ds-product-gallery-wrap{position:relative}.ds-product-gallery-main{aspect-ratio:1;background:var(--surface-hover);cursor:pointer;transition:var(--transition);position:relative}.ds-product-gallery-main img{object-fit:contain;width:100%;height:100%}.ds-product-gallery-main:hover{filter:brightness(1.05)}.ds-product-gallery-main .ds-badge{position:absolute;top:16px;left:16px}.ds-gallery-thumbs{background:var(--bg);border-top:1px solid var(--border);scrollbar-width:thin;-webkit-overflow-scrolling:touch;touch-action:pan-x;gap:8px;padding:10px 16px;display:flex;overflow:auto hidden}.ds-gallery-thumbs::-webkit-scrollbar{height:4px}.ds-gallery-thumbs::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.ds-thumb{background:var(--surface-hover);cursor:pointer;width:64px;height:48px;transition:var(--transition);border:2px solid #0000;border-radius:8px;flex-shrink:0;padding:0;overflow:hidden}.ds-thumb img{object-fit:cover;width:100%;height:100%}.ds-thumb:hover{border-color:var(--primary);opacity:.85}.ds-thumb.active{border-color:var(--primary)}.ds-product-info-wrap{flex-direction:column;gap:16px;min-width:0;padding:32px;display:flex}.ds-product-info-wrap h1{word-wrap:break-word;overflow-wrap:break-word;font-size:22px;font-weight:700;line-height:1.3}.ds-product-meta-line{color:var(--text-muted);font-size:13px}.ds-price-block{border-top:1px solid var(--border);border-bottom:1px solid var(--border);align-items:baseline;gap:12px;padding:16px 0;display:flex}.ds-price-current{color:var(--primary);font-size:28px;font-weight:700}.ds-price-current small{color:var(--text-muted);font-size:14px;font-weight:500}.ds-specs-table{border-collapse:collapse;width:100%;font-size:13px}.ds-specs-table tr{border-bottom:1px solid var(--border)}.ds-specs-table td{padding:8px 0}.ds-specs-table td:first-child{color:var(--text-muted);width:40%}.ds-action-row{gap:12px;margin-top:auto;padding-top:8px;display:flex}.ds-description-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-top:24px;padding:28px 32px}.ds-description-section h2{margin-bottom:12px;font-size:18px;font-weight:700}.ds-description-section p{color:var(--text-muted);font-size:14px;line-height:1.7}.ds-attributes-section{border:1px solid var(--border);border-radius:var(--radius);background:#f8fafc;margin-top:20px;padding:20px 24px}.ds-attributes-section h2{color:var(--text);margin-bottom:12px;font-size:16px;font-weight:700}.ds-attributes-table{border-collapse:collapse;width:100%}.ds-attributes-table td{vertical-align:top;padding:6px 0;font-size:13px}.ds-attributes-table td:first-child{color:var(--text-muted);width:40%;padding-right:12px}.ds-attributes-table td:last-child{color:var(--text);font-weight:500}.ds-attributes-table tr{border-bottom:1px solid #e2e8f0}.ds-attributes-table tr:last-child{border-bottom:none}.ds-similar-title{margin:40px 0 20px;font-size:18px;font-weight:700}.ds-similar-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.ds-similar-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;color:inherit;transition:var(--transition);text-decoration:none;overflow:hidden}.ds-similar-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.ds-similar-card .sim-img{aspect-ratio:4/3;background:var(--surface-hover)}.ds-similar-card .sim-img img{object-fit:cover;width:100%;height:100%}.ds-similar-card .sim-body{padding:12px 14px}.ds-similar-card .sim-price{font-size:16px;font-weight:700}.ds-similar-card .sim-name{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:2px;font-size:13px;display:-webkit-box;overflow:hidden}@media (max-width:700px){.ds-product-layout{grid-template-columns:1fr}.ds-product-info-wrap{padding:20px}.ds-product-info-wrap h1{font-size:18px}.ds-price-current{font-size:24px}.ds-similar-grid{grid-template-columns:1fr}.ds-gallery-thumbs{gap:6px;padding:8px 12px}.ds-thumb{width:56px;height:42px}}@media (max-width:480px){.ds-action-row{flex-direction:column}.ds-action-row .ds-btn{justify-content:center;width:100%}}@media (max-width:400px){.ds-product-info-wrap{padding:16px}.ds-product-info-wrap h1{font-size:16px}.ds-price-current{font-size:20px}.ds-description-section{padding:20px}}@media (max-width:380px){.ds-product-info-wrap{gap:12px;padding:12px}.ds-product-info-wrap h1{font-size:15px;line-height:1.25}.ds-product-meta-line{font-size:12px}.ds-price-block{padding:12px 0}.ds-price-current{font-size:18px}.ds-price-current small{font-size:12px}.ds-gallery-thumbs{gap:4px;padding:6px 8px}.ds-thumb{border-width:1.5px;border-radius:6px;width:44px;height:32px}.ds-description-section{margin-top:16px;padding:16px 12px}.ds-description-section h2{font-size:16px}.ds-description-section p{font-size:13px}.ds-attributes-section{margin-top:12px;padding:14px 12px}.ds-attributes-section h2{margin-bottom:8px;font-size:15px}.ds-attributes-table td{padding:4px 0;font-size:12px}.ds-action-row{gap:8px}.ds-action-row .ds-btn{padding:12px 16px;font-size:14px}.ds-breadcrumb{padding:8px 0;font-size:12px}.ds-similar-title{margin:24px 0 12px;font-size:16px}.ds-similar-card .sim-body{padding:10px 12px}.ds-similar-card .sim-price{font-size:14px}.ds-similar-card .sim-name{font-size:12px}}@media (max-width:320px){.ds-product-info-wrap{padding:10px}.ds-product-info-wrap h1{font-size:14px}.ds-thumb{width:40px;height:30px}}.ds-files-count{background:var(--surface-hover,#f1f5f9);min-width:22px;height:22px;color:var(--text-muted,#64748b);vertical-align:middle;border-radius:11px;justify-content:center;align-items:center;margin-left:8px;padding:0 8px;font-size:12px;font-weight:700;display:inline-flex}.ds-files-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;display:grid}.ds-file-tile{border:1px solid var(--border,#e2e8f0);background:var(--surface,#fff);color:var(--text);border-radius:10px;flex-direction:column;align-items:stretch;gap:6px;min-width:0;padding:8px;text-decoration:none;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex}.ds-file-tile:hover{border-color:var(--primary,#4f46e5);transform:translateY(-1px);box-shadow:0 4px 12px #0f172a14}.ds-file-thumb{aspect-ratio:1;background:var(--surface-hover,#f1f5f9);width:100%;color:var(--text-muted,#64748b);border-radius:6px;justify-content:center;align-items:center;display:flex;overflow:hidden}.ds-file-thumb img{object-fit:cover;width:100%;height:100%;display:block}.ds-file-thumb-doc{color:var(--primary,#4f46e5);background:linear-gradient(135deg,#4f46e514,#4f46e505)}.ds-file-name{color:var(--text);-webkit-line-clamp:2;word-break:break-all;-webkit-box-orient:vertical;font-size:12px;line-height:1.3;display:-webkit-box;overflow:hidden}.ds-files-empty{text-align:center;color:var(--text-muted,#64748b);background:var(--bg,#f8fafc);border:1px dashed var(--border,#e2e8f0);border-radius:10px;padding:16px;font-size:13px}@media (max-width:480px){.ds-files-grid{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:8px}.ds-file-tile{padding:6px}.ds-file-name{font-size:11px}}.ds-order-card{color:inherit;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative}.ds-order-card.is-in-progress{background:linear-gradient(#10b9810d 0%,#fff 70%);border-color:#10b981;box-shadow:0 0 0 1px #10b9812e}.ds-order-card.is-in-progress:hover{box-shadow:0 0 0 2px #10b98140}.ds-upload-dropzone{outline:none;position:relative}.ds-upload-dropzone:hover{border-color:var(--primary,#4f46e5)!important;color:var(--text)!important;background:#4f46e50a!important}.ds-upload-dropzone:focus-visible{box-shadow:0 0 0 3px #4f46e52e;border-color:var(--primary,#4f46e5)!important}.ds-attachment-list{flex-direction:column;gap:8px;margin-top:12px;display:flex}.ds-attachment-item{background:var(--surface,#fff);border:1px solid var(--border,#e2e8f0);border-radius:10px;align-items:center;gap:12px;min-width:0;padding:8px 10px;display:flex}.ds-attachment-thumb{background:var(--surface-hover,#f1f5f9);width:44px;height:44px;color:var(--text-muted,#64748b);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.ds-attachment-thumb img{object-fit:cover;width:100%;height:100%;display:block}.ds-attachment-meta{flex:1;min-width:0}.ds-attachment-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;word-break:break-all;font-size:13px;font-weight:500;overflow:hidden}.ds-attachment-size{color:var(--text-muted,#64748b);align-items:center;gap:4px;margin-top:2px;font-size:11px;display:flex}.ds-attachment-remove{border:1px solid var(--border,#e2e8f0);width:28px;height:28px;color:var(--text-muted,#64748b);cursor:pointer;background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s,border-color .15s;display:flex}.ds-attachment-remove:hover{color:#b91c1c;background:#fee2e2;border-color:#fca5a5}@media (max-width:480px){.ds-upload-dropzone{min-height:72px;padding:12px!important;font-size:13px!important}.ds-attachment-item{gap:10px;padding:6px 8px}.ds-attachment-thumb{width:40px;height:40px}.ds-attachment-name{font-size:12px}}.ds-order-card-banner{color:#fff;letter-spacing:.01em;border-radius:var(--radius) var(--radius) 0 0;background:linear-gradient(135deg,#10b981 0%,#059669 100%);align-items:center;gap:6px;margin:-16px -16px 12px;padding:8px 14px;font-size:12px;font-weight:600;display:flex}.ds-order-card-banner svg{flex-shrink:0}.ds-badge-success{color:#047857;letter-spacing:.02em;text-transform:uppercase;background:#10b9811f;border:1px solid #10b98140;border-radius:999px;align-items:center;padding:3px 10px;font-size:11px;font-weight:700;display:inline-flex}.ds-badge-muted{color:#475569;letter-spacing:.02em;text-transform:uppercase;background:#64748b1f;border:1px solid #64748b40;border-radius:999px;align-items:center;padding:3px 10px;font-size:11px;font-weight:700;display:inline-flex}.ds-proposals-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-top:24px;padding:24px}.ds-proposals-section h2{align-items:center;gap:8px;margin-bottom:16px;font-size:18px;font-weight:700;display:flex}.ds-proposals-count{background:var(--primary);color:#fff;border-radius:12px;justify-content:center;align-items:center;min-width:24px;height:24px;margin-left:auto;padding:0 8px;font-size:12px;font-weight:700;display:inline-flex}.ds-proposals-empty{text-align:center;color:var(--text-muted);background:var(--bg);border:1px dashed var(--border);border-radius:10px;padding:24px 16px;font-size:14px}.ds-proposals-list{flex-direction:column;gap:12px;display:flex}.ds-proposal-card{background:var(--bg);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:12px;padding:16px;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex}.ds-proposal-card:hover{border-color:var(--primary);transform:translateY(-1px);box-shadow:0 4px 14px #0f172a0f}.ds-proposal-card.is-accepted{background:linear-gradient(135deg,#10b9810d,#10b98105);border-color:#10b981;box-shadow:0 0 0 2px #10b98126}.ds-proposal-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.ds-proposal-master{align-items:center;gap:12px;min-width:0;display:flex}.ds-proposal-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:700;display:flex}.ds-proposal-name{color:var(--text);word-wrap:break-word;font-size:15px;font-weight:600}.ds-proposal-meta{color:var(--text-muted);margin-top:2px;font-size:12px}.ds-proposal-price{color:var(--primary);flex-shrink:0;align-items:baseline;gap:4px;font-size:22px;font-weight:800;display:flex}.ds-proposal-price small{color:var(--text-muted);font-size:12px;font-weight:500}.ds-proposal-comment{color:var(--text);background:var(--surface);white-space:pre-wrap;word-wrap:break-word;border-radius:8px;padding:12px 14px;font-size:14px;line-height:1.5}.ds-proposal-foot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.ds-proposal-actions{flex-wrap:wrap;gap:8px;display:flex}.ds-prop-status{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;align-items:center;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.ds-prop-status-pending{color:#b45309;background:#f59e0b1f}.ds-prop-status-accepted{color:#047857;background:#10b98126}.ds-prop-status-rejected{color:#4b5563;background:#6b728026}.ds-proposal-card .ds-btn-sm{align-items:center;gap:6px;padding:8px 14px;font-size:13px;display:inline-flex}.ds-proposal-card .ds-btn-sm:disabled{opacity:.6;cursor:not-allowed}@media (max-width:480px){.ds-proposals-section{padding:16px}.ds-proposal-card{gap:10px;padding:12px}.ds-proposal-head{gap:8px}.ds-proposal-price{font-size:18px}.ds-proposal-comment{padding:10px 12px;font-size:13px}.ds-proposal-actions{width:100%}.ds-proposal-actions .ds-btn-sm{flex:1;justify-content:center}.ds-proposal-card .ds-btn-sm{padding:9px 10px;font-size:12px}}.ds-sticky-buy{display:none}@media (max-width:700px){.ds-sticky-buy{z-index:50;padding:10px 14px calc(10px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--border);background:#fffffff5;justify-content:space-between;align-items:center;gap:12px;display:flex;position:sticky;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #0f172a0f}.ds-sticky-buy-price{color:var(--primary);font-size:20px;font-weight:700;line-height:1.1}.ds-sticky-buy-price small{color:var(--text-muted);margin-left:2px;font-size:12px;font-weight:500}.ds-sticky-buy .ds-btn{flex:1;justify-content:center;max-width:60%;padding:12px 18px;font-size:14px}.ds-similar-grid{padding-bottom:8px}}@media (max-width:380px){.ds-sticky-buy{padding:8px 10px calc(8px + env(safe-area-inset-bottom,0px))}.ds-sticky-buy-price{font-size:18px}.ds-sticky-buy .ds-btn{padding:11px 14px;font-size:13px}}.ds-assigned-master{background:linear-gradient(135deg,#10b98114 0%,#10b98105 100%);border:1px solid #10b9814d;border-radius:12px;flex-direction:column;gap:6px;margin:20px 0;padding:14px 18px;display:flex}.ds-assigned-master-label{color:#047857;text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:6px;font-size:12px;font-weight:600;display:inline-flex}.ds-assigned-master-name{color:var(--text);word-wrap:break-word;font-size:18px;font-weight:700}.ds-assigned-master .ds-btn{align-self:flex-start}@media (max-width:480px){.ds-assigned-master{padding:12px 14px}.ds-assigned-master-name{font-size:16px}}.ds-order-detail{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.ds-order-header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;padding:24px 28px;display:flex}.ds-order-header h1{flex:1;font-size:22px;font-weight:700;line-height:1.3}.ds-order-budget-big{color:var(--primary);font-size:28px;font-weight:700}.ds-order-budget-big small{color:var(--text-muted);font-size:14px;font-weight:500}.ds-order-meta-bar{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:8px;padding:16px 28px;display:flex}.ds-order-meta-tag{background:var(--surface-hover);color:var(--text-muted);border-radius:999px;align-items:center;gap:4px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.ds-order-body{padding:28px}.ds-order-body h2{margin-bottom:12px;font-size:18px;font-weight:700}.ds-order-body p{color:var(--text-muted);white-space:pre-wrap;font-size:14px;line-height:1.7}@media (max-width:480px){.ds-section [style*="display: flex"].ds-order-meta-bar{gap:4px}}.ds-performer-pro{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:inherit;transition:var(--transition);gap:0;width:100%;margin-bottom:0;text-decoration:none;display:flex;overflow:hidden}.ds-performer-pro:hover{box-shadow:var(--shadow-md);border-color:var(--primary);transform:translateY(-3px)}.ds-performer-pro .pro-left{background:var(--surface-hover);text-align:center;border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;justify-content:flex-start;align-items:center;width:200px;padding:24px 16px;display:flex}.ds-performer-pro .pro-avatar{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:72px;height:72px;margin-bottom:12px;font-size:28px;font-weight:700;display:grid;overflow:hidden}.ds-performer-pro .pro-avatar img{object-fit:cover;width:100%;height:100%}.ds-performer-pro .pro-name{width:100%;margin-bottom:4px;font-size:15px;font-weight:700;line-height:1.3}.ds-performer-pro .pro-specialty{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;margin-bottom:0;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.ds-performer-pro .pro-body{flex-direction:column;flex:1;min-width:0;padding:20px;display:flex}.ds-performer-pro .pro-description{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 12px;font-size:14px;line-height:1.55;display:-webkit-box;overflow:hidden}.ds-performer-pro .pro-meta{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:12px;margin-top:12px;padding-top:12px;font-size:10px;display:flex}.ds-performer-pro .pro-meta .ds-product-meta{white-space:nowrap;align-items:center;gap:4px;font-size:10px;display:inline-flex}.ds-performer-pro .pro-meta svg{flex-shrink:0;width:10px;height:10px}@media (max-width:1200px) and (min-width:901px){.ds-performer-pro .pro-left{width:180px;padding:20px 12px}}@media (max-width:900px){.ds-performer-pro{flex-direction:column;width:100%;min-width:0}.ds-performer-pro .pro-left{border-right:none;border-bottom:1px solid var(--border);flex-direction:row;justify-content:flex-start;gap:16px;width:100%;min-width:auto;min-height:auto;padding:16px}.ds-performer-pro .pro-avatar{width:48px;height:48px;margin-bottom:0;font-size:20px}}@media (max-width:480px){.ds-performer-pro .pro-left{text-align:center;flex-direction:column}.ds-performer-pro .pro-body{flex:none;padding:16px}.ds-performer-pro .pro-body h2{font-size:14px}.ds-performer-pro .pro-name,.ds-performer-pro .pro-description{word-break:break-word}}@media (max-width:360px){.ds-performer-pro .pro-left{gap:10px;padding:12px}.ds-performer-pro .pro-avatar{width:40px;height:40px;font-size:18px}.ds-performer-pro .pro-name{font-size:14px}.ds-performer-pro .pro-specialty{font-size:11px}.ds-performer-pro .pro-body{padding:12px}.ds-performer-pro .pro-body h2{font-size:13px}.ds-performer-pro .pro-body p{font-size:12px}.ds-performer-pro .pro-meta{gap:6px;font-size:11px}}.ds-listing-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:inherit;transition:var(--transition);flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.ds-listing-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary);transform:translateY(-3px)}.ds-listing-img{aspect-ratio:4/3;background:var(--surface-hover);flex-shrink:0;min-height:200px;max-height:240px;position:relative;overflow:hidden}.ds-listing-img img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.ds-listing-status{background:var(--success-bg);color:var(--success);border-radius:20px;padding:4px 12px;font-size:11px;font-weight:700;position:absolute;top:12px;left:12px}.ds-listing-body{flex-direction:column;flex:1;gap:8px;padding:16px;display:flex}.ds-listing-title{font-size:15px;font-weight:600;line-height:1.4}.ds-listing-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:4px 12px;font-size:12px;display:flex}.ds-listing-meta>span{white-space:nowrap;align-items:center;gap:3px;display:inline-flex}.ds-listing-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.ds-tabs{background:var(--surface-hover);border-radius:10px;gap:4px;width:fit-content;min-width:0;max-width:100%;margin-bottom:24px;padding:4px;display:flex;overflow-x:auto}.ds-tab-btn{cursor:pointer;color:var(--text-muted);transition:var(--transition);white-space:nowrap;background:0 0;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600}.ds-tab-btn:hover{color:var(--text)}.ds-tab-btn.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}@media (max-width:600px){.ds-tabs{width:100%;margin-bottom:12px}.ds-tab-btn{text-align:center;flex:1;padding:10px 12px;font-size:13px}}@media (max-width:400px){.ds-tab-btn{padding:8px;font-size:11px}}.ds-sort-select{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:8px;padding:8px 12px;font-family:inherit;font-size:13px}.ds-step{align-items:center;gap:40px;padding:40px 0;display:flex}.ds-step:nth-child(2n){flex-direction:row-reverse}.ds-step-img-box{background:var(--surface-hover);border:2px solid var(--border);border-radius:12px;flex-shrink:0;width:460px;height:300px;position:relative;overflow:hidden;box-shadow:0 4px 16px #0000000f}.ds-step-img-box img{object-fit:cover;width:100%;height:100%;display:block}.ds-step-content{flex:1}.ds-step-badge{background:var(--primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:16px;font-size:14px;font-weight:700;display:inline-flex}.ds-step-content h3{margin-bottom:12px;font-size:20px;font-weight:700}.ds-step-content p{color:var(--text-muted);max-width:520px;font-size:14px;line-height:1.7}@media (max-width:768px){.ds-step{gap:20px;padding:28px 0;flex-direction:column!important}.ds-step-img-box{width:100%;height:240px}}@media (max-width:480px){.ds-step-img-box{height:180px;min-height:180px}.ds-step-content h3{font-size:17px}.ds-step-content p{font-size:13px}}.ds-pagination{justify-content:center;gap:6px;margin-top:32px;display:flex}.ds-page-btn{border:1px solid var(--border);background:var(--surface);min-width:36px;height:36px;color:var(--text);cursor:pointer;transition:var(--transition);border-radius:8px;flex-shrink:0;padding:0 12px;font-size:13px}.ds-page-btn:hover{background:var(--surface-hover)}.ds-page-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}@media (max-width:600px){.ds-pagination{-webkit-overflow-scrolling:touch;scrollbar-width:thin;flex-wrap:nowrap;justify-content:flex-start;margin-left:-16px;margin-right:-16px;padding:4px 16px 8px;overflow-x:auto}}.ds-article{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.ds-article-cover{aspect-ratio:21/9;background:var(--surface-hover);overflow:hidden}.ds-article-cover img{object-fit:cover;width:100%;height:100%}.ds-article-body{padding:32px 36px 36px}.ds-article-tag{background:var(--primary-light);color:var(--primary);border-radius:6px;margin-bottom:12px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-block}.ds-article-body h1{margin-bottom:12px;font-size:32px;font-weight:800}.ds-article-meta{color:var(--text-muted);margin-bottom:24px;font-size:13px}.ds-article-content h2{margin:24px 0 12px;font-size:22px;font-weight:700}.ds-article-content h3{margin:20px 0 8px;font-size:18px;font-weight:700}.ds-article-content p{margin-bottom:12px;font-size:15px;line-height:1.7}.ds-article-content ul,.ds-article-content ol{margin-bottom:12px;padding-left:24px}.ds-article-content li{margin-bottom:6px;line-height:1.6}.ds-article-content .highlight{background:var(--primary-light);border-radius:10px;margin:16px 0;padding:16px 20px}.ds-article-content .highlight strong{color:var(--primary)}.ds-article-content table{border-collapse:collapse;width:100%;margin:16px 0}.ds-article-content th,.ds-article-content td{border:1px solid var(--border);text-align:left;padding:10px 12px;font-size:14px}.ds-article-content th{background:var(--surface-hover);font-weight:600}.ds-article-content td{color:var(--text-muted)}.ds-article-share{border-top:1px solid var(--border);gap:8px;margin-top:24px;padding-top:24px;display:flex}@media (max-width:768px){.ds-article-body{padding:20px}.ds-article-body h1{font-size:20px}}.ds-map-wrap{border-radius:var(--radius);border:1px solid var(--border);overflow:hidden}.ds-map{width:100%;height:400px}@media (max-width:900px){.ds-map{height:320px}}@media (max-width:480px){.ds-map{height:240px}}.ds-search{flex:1;max-width:320px;position:relative}.ds-search input{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);transition:var(--transition);border-radius:8px;outline:none;padding:8px 12px 8px 36px;font-family:inherit;font-size:14px}.ds-search input:focus{border-color:var(--primary)}.ds-search svg{color:var(--text-light);pointer-events:none;position:absolute;top:50%;left:10px;transform:translateY(-50%)}@media (max-width:480px){.ds-search{max-width:100%}}.tools-layout{grid-template-columns:230px 1fr;gap:24px;margin-bottom:40px;display:grid}.tools-sidebar{flex-direction:column;gap:16px;height:fit-content;display:flex;position:sticky;top:88px}.tools-sidebar .sb-block{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px 18px}.tools-sidebar .sb-title{text-transform:uppercase;letter-spacing:.5px;color:var(--text-light);margin-bottom:10px;font-size:12px;font-weight:700}.tools-sidebar .sb-list{flex-direction:column;gap:2px;display:flex}.sb-item{color:var(--text-muted);transition:var(--transition);cursor:pointer;border-radius:6px;align-items:center;gap:8px;padding:7px 10px;font-size:13px;text-decoration:none;display:flex}.sb-item:hover{background:var(--surface-hover);color:var(--text)}.sb-item.active{background:var(--primary-light);color:var(--primary);font-weight:600}.sb-item .sb-icon{width:24px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.sb-item.active .sb-icon{color:var(--primary)}.tools-sidebar .sb-promo{border-radius:var(--radius);text-align:center;background:linear-gradient(135deg,#f0f7ff,#d8e9fe);border:1px solid #7ab7f0;padding:16px}.tools-sidebar .sb-promo .promo-icon{color:var(--primary);justify-content:center;align-items:center;margin-bottom:6px;display:flex}.tools-sidebar .sb-promo h4{margin-bottom:4px;font-size:13px;font-weight:700}.tools-sidebar .sb-promo p{color:var(--text-muted);font-size:11px;line-height:1.4}.tools-grid{flex-wrap:wrap;align-content:flex-start;gap:16px;display:flex}.tools-grid .tool-card{width:calc(50% - 8px);min-width:220px}.tool-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);cursor:pointer;color:inherit;flex-direction:column;padding:24px;text-decoration:none;display:flex;position:relative}.tool-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary);transform:translateY(-4px)}.tool-card .tool-icon{background:var(--primary-light);width:48px;height:48px;color:var(--primary);border-radius:12px;justify-content:center;align-items:center;margin-bottom:12px;display:inline-flex}.tool-card h3{margin-bottom:6px;font-size:16px;font-weight:700}.tool-card p{color:var(--text-muted);flex:1;font-size:13px;line-height:1.5}.tool-card .tool-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:16px;padding-top:14px;display:flex}.tool-card .tool-footer .tool-link{color:var(--primary);align-items:center;gap:4px;font-size:13px;font-weight:600;display:inline-flex}.blog-grid{flex-wrap:wrap;gap:20px;margin-bottom:40px;display:flex}.blog-grid .blog-card{width:calc(33.33% - 14px);min-width:240px;max-width:360px}.blog-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);cursor:pointer;color:inherit;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.blog-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.blog-card .blog-img{aspect-ratio:16/9;background:var(--surface-hover)}.blog-card .blog-body{padding:18px 20px 20px}.blog-card .blog-tag{text-transform:uppercase;letter-spacing:.5px;color:var(--primary);margin-bottom:6px;font-size:10px;font-weight:700}.blog-card h3{margin-bottom:6px;font-size:15px;font-weight:600;line-height:1.4}.blog-card p{color:var(--text-muted);font-size:12px;line-height:1.5}.blog-card .blog-date{color:var(--text-light);margin-top:10px;font-size:11px}@media (max-width:900px){.tools-layout{grid-template-columns:1fr}.tools-sidebar{grid-template-columns:1fr 1fr;gap:12px;display:grid;position:static}.tools-sidebar .sb-promo{display:none}.tools-grid .tool-card{width:calc(50% - 8px)}.blog-grid .blog-card{width:calc(50% - 10px);max-width:100%}}@media (max-width:600px){.tools-sidebar{grid-template-columns:1fr}.tools-grid .tool-card,.blog-grid .blog-card{width:100%;max-width:100%}}.profile-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:24px;overflow:hidden}.profile-cover{aspect-ratio:21/9;background:#1e3a5f linear-gradient(135deg,#3999f9 0%,#1e3a5f 50%,#3999f9 100%);min-height:120px;position:relative}.profile-avatar-wrap{position:absolute;bottom:-48px;left:32px}.profile-avatar{background:var(--primary);color:#fff;border:4px solid var(--surface);width:96px;height:96px;box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;font-size:32px;font-weight:700;display:flex;overflow:hidden}.profile-avatar img{object-fit:cover;width:100%;height:100%}.profile-main{padding:64px 32px 28px}.profile-name-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.profile-name{color:var(--text);font-size:24px;font-weight:700;line-height:1.2}.profile-verified{background:var(--success-bg);color:var(--success);text-transform:uppercase;letter-spacing:.3px;border-radius:20px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.profile-title{color:var(--text-muted);margin-top:6px;font-size:14px}.profile-rating-row{flex-wrap:wrap;align-items:center;gap:16px;margin-top:14px;display:flex}.profile-stars{color:#ffb33b;align-items:center;gap:2px;display:inline-flex}.profile-reviews{color:var(--text-muted);align-items:center;gap:4px;font-size:13px;display:inline-flex}.profile-reviews strong{color:var(--text);font-weight:700}.profile-response{background:var(--bg);border-radius:var(--radius-sm);color:var(--text-muted);flex-wrap:wrap;gap:20px;margin-top:14px;padding:12px 16px;font-size:12px;display:flex}.profile-response span{align-items:center;gap:6px;display:inline-flex}.profile-response span strong{color:var(--text);font-weight:700}.profile-section{border-top:1px solid var(--border);margin-top:22px;padding-top:22px}.profile-section h3{color:var(--text);align-items:center;gap:8px;margin-bottom:12px;font-size:16px;font-weight:700;display:flex}.profile-section p{color:var(--text-muted);white-space:pre-wrap;font-size:14px;line-height:1.7}.profile-tags{flex-wrap:wrap;gap:8px;display:flex}.profile-tag{background:var(--primary-light);color:var(--primary);border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600;line-height:1.2}.profile-portfolio{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.profile-port-item{aspect-ratio:4/3;background:var(--surface-hover);border:1px solid var(--border);cursor:pointer;transition:var(--transition);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:12px;align-items:flex-end;padding:10px;display:flex;position:relative;overflow:hidden}.profile-port-item:hover{box-shadow:var(--shadow-md);transform:scale(1.02)}.profile-port-item span{color:#fff;-webkit-backdrop-filter:blur(4px);text-overflow:ellipsis;white-space:nowrap;background:#0000008c;border-radius:6px;max-width:100%;padding:4px 10px;font-size:11px;font-weight:600;overflow:hidden}.profile-reviews-section{border-top:1px solid var(--border);margin-top:22px;padding-top:22px}.profile-reviews-section h3{color:var(--text);align-items:center;gap:8px;margin-bottom:12px;font-size:16px;font-weight:700;display:flex}.review-card{background:var(--bg);border:1px solid var(--border);border-radius:12px;margin-bottom:12px;padding:16px}.review-card:last-child{margin-bottom:0}.review-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.review-author{color:var(--primary);align-items:center;gap:8px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.review-author:hover{text-decoration:underline}.mini-avatar{background:var(--primary-light);width:32px;height:32px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:inline-flex}.review-text{color:var(--text-muted);margin:0;font-size:13px;line-height:1.6}.review-date{color:var(--text-light);margin-top:8px;font-size:12px}.profile-actions{border-top:1px solid var(--border);flex-wrap:wrap;gap:12px;margin-top:24px;padding-top:20px;display:flex}@media (max-width:900px){.profile-main{padding:56px 20px 24px}.profile-avatar-wrap{left:50%;transform:translate(-50%)}.profile-portfolio{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.profile-portfolio{grid-template-columns:1fr}.profile-name{font-size:20px}.profile-avatar{width:80px;height:80px;font-size:26px}.profile-avatar-wrap{bottom:-40px}.profile-main{padding:48px 16px 20px}}.order-detail{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.order-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;padding:28px 28px 0;display:flex}.order-header h1{flex:1;margin:0;font-size:22px;font-weight:700;line-height:1.3}.order-budget-big{color:var(--primary);white-space:nowrap;font-size:28px;font-weight:700}.order-budget-big small{color:var(--text-light);font-size:14px;font-weight:500}.order-meta-bar{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:8px;padding:16px 28px;display:flex}.order-meta-tag{background:var(--surface-hover);color:var(--text-muted);border-radius:20px;align-items:center;gap:4px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.order-meta-tag.cat{background:var(--primary-light);color:var(--primary)}.order-meta-tag.deadline{background:var(--warning-bg);color:var(--warning)}.order-meta-tag.location{background:var(--bg);color:var(--text-muted)}.order-meta-tag.success{background:var(--success-bg);color:var(--success)}.order-customer-info{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:16px 28px;display:flex}.customer-avatar{background:var(--primary-light);width:48px;height:48px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:flex}.customer-details{flex:1;min-width:0}.customer-details .name{font-size:14px;font-weight:600}.customer-details .date{color:var(--text-light);font-size:12px}.order-body-text{border-bottom:1px solid var(--border);padding:28px}.order-body-text h2{margin:0 0 12px;font-size:18px;font-weight:700}.order-body-text p{color:var(--text-muted);white-space:pre-wrap;margin:0;font-size:14px;line-height:1.7}.order-files{border-bottom:1px solid var(--border);padding:20px 28px 28px}.order-files h3{align-items:center;gap:6px;margin:0 0 12px;font-size:16px;font-weight:700;display:flex}.file-list{flex-direction:column;gap:8px;display:flex}.file-item{border:1px solid var(--border);color:inherit;background:var(--bg);transition:var(--transition);border-radius:8px;align-items:center;gap:8px;padding:10px 12px;font-size:13px;text-decoration:none;display:flex}.file-item:hover{border-color:var(--primary);color:var(--primary)}.response-section{border-top:1px solid var(--border);padding:28px}.response-section h2{align-items:center;gap:6px;margin:0 0 16px;font-size:18px;font-weight:700;display:flex}.form-group{margin-bottom:12px}.form-group label{color:var(--text);margin-bottom:6px;font-size:13px;font-weight:600;display:block}.form-textarea,.form-input{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);transition:var(--transition);box-sizing:border-box;border-radius:8px;outline:none;padding:10px 12px;font-family:inherit;font-size:14px}.form-textarea:focus,.form-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.form-textarea{resize:vertical;min-height:100px}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.btn-submit{background:var(--primary);color:#fff;cursor:pointer;width:100%;transition:var(--transition);border:none;border-radius:10px;margin-top:4px;padding:14px;font-family:inherit;font-size:15px;font-weight:600}.btn-submit:hover:not(:disabled){background:var(--primary-hover)}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.response-success{text-align:center;padding:24px;display:none}.response-success.show{background:var(--success-bg);display:block}.response-success h3{margin:0 0 8px;font-size:18px;font-weight:700}.response-success p{color:var(--text-muted);margin:0;font-size:14px}@media (max-width:700px){.form-row{grid-template-columns:1fr}.order-header{flex-direction:column;padding:20px 20px 0}.order-header h1{font-size:18px}.order-meta-bar,.order-customer-info,.order-body-text,.order-files,.response-section{padding-left:20px;padding-right:20px}}.listing-detail{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.listing-gallery{position:relative}.listing-gallery-main{aspect-ratio:16/9;background:var(--surface-hover);cursor:pointer;transition:var(--transition);position:relative;overflow:hidden}.listing-gallery-main img{object-fit:cover;width:100%;height:100%;display:block}.listing-gallery-main:hover{filter:brightness(1.05)}.listing-gallery-main .listing-status{z-index:1;border-radius:20px;padding:4px 14px;font-size:12px;font-weight:700;position:absolute;top:16px;left:16px}.listing-status.used{background:var(--warning-bg);color:var(--warning)}.listing-status.new{background:var(--success-bg);color:var(--success)}.gallery-thumbs{background:var(--bg);border-bottom:1px solid var(--border);gap:8px;padding:10px 28px;display:flex;overflow-x:auto}.gallery-thumbs .thumb{background:var(--surface-hover);cursor:pointer;width:72px;height:54px;transition:var(--transition);border:2px solid #0000;border-radius:8px;flex-shrink:0;overflow:hidden}.gallery-thumbs .thumb img{object-fit:cover;width:100%;height:100%;display:block}.gallery-thumbs .thumb:hover{border-color:var(--primary);opacity:.85}.gallery-thumbs .thumb.active{border-color:var(--primary);opacity:1}.gallery-thumbs .thumb-count{color:#fff;cursor:pointer;background:#0000008c;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:54px;font-size:12px;font-weight:700;display:flex}.listing-body{padding:28px}.listing-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.listing-head h1{flex:1;margin:0;font-size:22px;font-weight:700;line-height:1.3}.listing-price-big{color:var(--primary);white-space:nowrap;font-size:28px;font-weight:700}.listing-price-big small{color:var(--text-light);font-size:14px;font-weight:500}.listing-meta-bar{background:var(--bg);color:var(--text-muted);border-radius:10px;flex-wrap:wrap;gap:8px 20px;margin-top:16px;padding:12px 16px;font-size:13px;display:flex}.listing-meta-bar span{align-items:center;gap:4px;display:inline-flex}.listing-section{border-top:1px solid var(--border);margin-top:24px;padding-top:24px}.listing-section h3{align-items:center;gap:8px;margin:0 0 12px;font-size:16px;font-weight:700;display:flex}.listing-section p{color:var(--text-muted);margin:0;font-size:14px;line-height:1.7}.listing-seller{background:var(--bg);border-radius:10px;align-items:center;gap:16px;padding:16px;display:flex}.seller-avatar{background:var(--primary-light);width:48px;height:48px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:flex}.seller-info{flex:1;min-width:0}.seller-info .name{font-size:14px;font-weight:600}.seller-info .meta{color:var(--text-light);font-size:12px}.listing-actions{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.btn-chat,.btn-phone,.btn-fav{cursor:pointer;transition:var(--transition);border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.btn-chat{background:var(--primary);color:#fff}.btn-chat:hover{background:var(--primary-hover)}.btn-phone{background:var(--success);color:#fff}.btn-phone:hover{filter:brightness(.95)}.btn-fav{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-fav:hover{border-color:var(--danger);color:var(--danger)}.similar-title{align-items:center;gap:8px;margin:40px 0 20px;font-size:18px;font-weight:700;display:flex}.similar-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.similar-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;color:inherit;transition:var(--transition);text-decoration:none;overflow:hidden}.similar-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.similar-card .sim-img{aspect-ratio:4/3;background:var(--surface-hover)}.similar-card .sim-body{padding:12px 14px}.similar-card .sim-price{font-size:16px;font-weight:700}.similar-card .sim-name{color:var(--text-muted);margin-top:2px;font-size:13px}@media (max-width:700px){.listing-body{padding:20px}.listing-head h1{font-size:18px}.similar-grid{grid-template-columns:1fr}.listing-actions{flex-direction:column}.btn-chat,.btn-phone,.btn-fav{justify-content:center;width:100%}.gallery-thumbs{padding:8px 16px}.gallery-thumbs .thumb,.gallery-thumbs .thumb-count{width:60px;height:44px}}.ds-lightbox{z-index:1000;background:#000000eb;justify-content:center;align-items:center;animation:.18s ds-lightbox-in;display:flex;position:fixed;inset:0}@keyframes ds-lightbox-in{0%{opacity:0}to{opacity:1}}.ds-lightbox-img{object-fit:contain;-webkit-user-select:none;user-select:none;max-width:92vw;max-height:88vh}.ds-lightbox-arrow{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;width:56px;height:56px;font-size:36px;transition:background .2s;position:absolute;top:50%;transform:translateY(-50%)}.ds-lightbox-arrow:hover{background:#ffffff40}.ds-lightbox-arrow.left{left:24px}.ds-lightbox-arrow.right{right:24px}.ds-lightbox-close{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;width:44px;height:44px;font-size:24px;position:absolute;top:20px;right:20px}.ds-lightbox-close:hover{background:#ffffff40}.ds-lightbox-counter{color:#fff;background:#00000080;border-radius:16px;padding:6px 16px;font-size:13px;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}@media (max-width:360px){html,body,main{overflow-x:hidden}.ds-banner-content{padding:20px 38px}.ds-banner-title{word-break:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:4px;font-size:12px;line-height:1.2;display:-webkit-box;overflow:hidden}.ds-banner-desc{display:none}.ds-banner-btn{margin-top:4px;padding:5px 10px;font-size:10px}.ds-banner-arrow{width:24px;height:24px;font-size:12px}.ds-banner-arrow-prev{left:2px}.ds-banner-arrow-next{right:2px}.ds-tab-btn{padding:7px 9px;font-size:11px}.ds-tab-btn span{font-size:11px}.ds-marketplace-actions{gap:8px}.ds-marketplace-actions .ds-search{max-width:100%}.ds-marketplace-actions .ds-search input{font-size:13px}.ds-marketplace-actions .ds-btn{padding:9px 14px;font-size:13px}.ds-section-title{font-size:17px}.ds-performer-pro{border-radius:12px}.ds-performer-pro .pro-left{gap:8px;padding:10px 12px}.ds-performer-pro .pro-avatar{width:36px;height:36px;margin-bottom:0;font-size:16px}.ds-performer-pro .pro-name{font-size:13px}.ds-performer-pro .pro-specialty{font-size:11px}.ds-performer-pro .pro-body{padding:12px}.ds-performer-pro .pro-description{font-size:12px;line-height:1.45}.ds-performer-pro .pro-meta{gap:5px;padding-top:8px;font-size:10px}.ds-performer-pro .pro-meta .ds-product-meta{font-size:10px}.ds-mobile-filters-toggle{padding:8px 12px;font-size:13px}.ds-search,.ds-search input{font-size:13px}.ds-page-btn{padding:6px 10px;font-size:12px}.ds-product-card .ds-product-name{font-size:13px}.ds-product-card .ds-product-info{gap:6px;padding:12px}.ds-product-card .ds-product-meta{font-size:11px}.ds-product-card .ds-price{font-size:16px}.ds-product-card .ds-btn-cart{padding:6px 10px;font-size:11px}.ds-map{height:220px}.ds-map-wrap{margin-bottom:12px}.ds-navbar-container{padding:0 12px}.ds-logo{font-size:14px}.ds-nav-link{padding:6px 8px;font-size:12px}.ds-footer-container{gap:24px;padding:32px 16px}.ds-footer-col h4{font-size:13px}.ds-footer-col p,.ds-footer-col a{font-size:12px}.ds-page-header{padding:24px 0}.ds-page-header h1{font-size:22px}.ds-page-header p{font-size:13px}.ds-container,.ds-container-wide{padding-left:12px;padding-right:12px}.ds-container-sm{padding:20px 12px}}.ds-chat-shell{background:var(--bg);flex-direction:column;height:calc(100dvh - 4rem);padding:16px;display:flex}@media (max-width:900px){.ds-chat-shell{height:calc(100dvh - 4rem);padding:0}}.ds-chat-page{background:var(--bg);border-radius:var(--radius);border:1px solid var(--border);min-height:0;box-shadow:var(--shadow-sm);flex:1;grid-template-columns:320px 1fr;display:grid;overflow:hidden}@media (max-width:900px){.ds-chat-page{border:none;border-radius:0;grid-template-columns:1fr}.ds-chat-page.show-thread .ds-chat-conversations{display:none}.ds-chat-page.show-thread .ds-chat-thread{display:flex}.ds-chat-page:not(.show-thread) .ds-chat-thread{display:none}}.ds-chat-conversations{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;min-width:0;display:flex;overflow-y:auto}.ds-chat-conversations-header{border-bottom:1px solid var(--border);background:var(--surface);z-index:1;padding:14px 16px;position:sticky;top:0}.ds-chat-conversations-header h2{color:var(--text);margin:0;font-size:16px;font-weight:700}.ds-chat-conversations-search{border-bottom:1px solid var(--border);padding:10px 12px;position:relative}.ds-chat-conversations-search input{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);transition:var(--transition);border-radius:8px;outline:none;padding:8px 10px 8px 32px;font-family:inherit;font-size:13px}.ds-chat-conversations-search input:focus{border-color:var(--primary);background:var(--surface)}.ds-chat-conversations-search svg{width:14px;height:14px;color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:22px;transform:translateY(-50%)}.ds-chat-conversations-filters{border-bottom:1px solid var(--border);background:var(--surface);gap:6px;padding:8px 12px;display:flex}.ds-chat-filter-pill{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;transition:var(--transition);border-radius:999px;padding:5px 12px;font-family:inherit;font-size:12px}.ds-chat-filter-pill:hover{background:var(--surface-hover)}.ds-chat-filter-pill.active{background:var(--primary);color:#fff;border-color:var(--primary);font-weight:600}.ds-chat-conversations-list{flex:1;overflow-y:auto}.ds-chat-conversation-item{border-bottom:1px solid var(--border);cursor:pointer;background:var(--surface);text-align:left;width:100%;color:inherit;border-left:3px solid #0000;align-items:center;gap:12px;padding:12px 16px;font-family:inherit;transition:background .15s;display:flex}.ds-chat-conversation-item:hover{background:var(--surface-hover)}.ds-chat-conversation-item.active{background:var(--primary-light,#d9ecff);border-left-color:var(--primary)}.ds-chat-conversation-item .avatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;flex-shrink:0;place-items:center;width:48px;height:48px;font-size:18px;font-weight:700;display:grid;position:relative;overflow:hidden}.ds-chat-conversation-item .avatar img{object-fit:cover;width:100%;height:100%}.ds-chat-conversation-item .avatar .online-dot{border:2px solid var(--surface);background:#10b981;border-radius:50%;width:12px;height:12px;position:absolute;bottom:0;right:0}.ds-chat-conversation-item .meta{flex:1;min-width:0}.ds-chat-conversation-item .row1{justify-content:space-between;align-items:center;gap:8px;display:flex}.ds-chat-conversation-item .name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.ds-chat-conversation-item .time{color:var(--text-muted);flex-shrink:0;font-size:11px}.ds-chat-conversation-item .row2{align-items:center;gap:6px;margin-top:3px;display:flex}.ds-chat-conversation-item .preview{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:12px;overflow:hidden}.ds-chat-conversation-item .preview.typing{color:var(--primary);font-style:italic}.ds-chat-conversation-item .badge{background:var(--primary);color:#fff;text-align:center;border-radius:10px;flex-shrink:0;min-width:20px;padding:2px 7px;font-size:11px;font-weight:700}.ds-chat-conversation-item .tag{background:var(--primary-light,#d9ecff);color:var(--primary);border-radius:4px;flex-shrink:0;padding:1px 6px;font-size:10px;font-weight:600}.ds-chat-conversation-item .tag.amber{color:#b45309;background:#fef3c7}.ds-chat-conversation-item .empty-state{text-align:center;color:var(--text-muted);padding:40px 16px;font-size:13px}.ds-chat-thread{background:var(--surface);flex-direction:column;min-width:0;min-height:0;animation:.25s ds-chat-slide-in;display:flex;overflow:hidden}@keyframes ds-chat-slide-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.ds-chat-thread-header{border-bottom:1px solid var(--border);color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 100%);flex-shrink:0;align-items:center;gap:12px;padding:12px 16px;display:flex;position:relative;overflow:hidden}.ds-chat-thread-header:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 30%,#667eea2e,#0000 50%),radial-gradient(circle at 80% 70%,#764ba226,#0000 50%);position:absolute;inset:0}.ds-chat-thread-header>*{z-index:1;position:relative}.ds-chat-thread-header .back-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s;display:none}.ds-chat-thread-header .back-btn:hover{background:#fff3}@media (max-width:900px){.ds-chat-thread-header .back-btn{display:inline-flex}}.ds-chat-thread-header .avatar{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:15px;font-weight:700;display:grid;position:relative;overflow:hidden}.ds-chat-thread-header .avatar img{object-fit:cover;width:100%;height:100%}.ds-chat-thread-header .avatar .online-dot{background:#10b981;border:2px solid #1e3a5f;border-radius:50%;width:11px;height:11px;position:absolute;bottom:0;right:0}.ds-chat-thread-header .info{flex:1;min-width:0}.ds-chat-thread-header .name{font-size:15px;font-weight:600}.ds-chat-thread-header .status{opacity:.75;font-size:12px}.ds-chat-thread-header .status.typing{color:#93c5fd;opacity:1}.ds-chat-thread-header .status.online{color:#6ee7b7}.ds-chat-thread-header .status.offline{opacity:.6}.ds-chat-messages{scroll-behavior:smooth;background-color:#f8fafc;background-image:radial-gradient(circle at 20% 80%,#3999f90a,#0000 50%),radial-gradient(circle at 80% 20%,#667eea0a,#0000 50%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;flex-direction:column;flex:1;gap:6px;padding:16px;display:flex;overflow-y:auto}.ds-chat-day-sep{justify-content:center;align-items:center;margin:12px 0;display:flex}.ds-chat-day-sep span{color:var(--text-muted);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:999px;padding:4px 12px;font-size:11px;font-weight:600}.ds-chat-empty{text-align:center;color:var(--text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:40px 20px;display:flex}.ds-chat-empty .icon{width:96px;height:96px;color:var(--primary);background:linear-gradient(135deg,#d9ecff,#eef2ff);border-radius:50%;place-items:center;display:grid}.ds-chat-empty h3{color:var(--text);margin:0;font-size:18px;font-weight:600}.ds-chat-empty p{max-width:280px;margin:0;font-size:14px;line-height:1.5}.ds-msg-row{align-items:flex-end;gap:8px;margin-top:6px;display:flex}.ds-msg-row.own{justify-content:flex-end}.ds-msg-row.other{justify-content:flex-start}.ds-msg-row .avatar-spacer{flex-shrink:0;width:28px}.ds-msg{word-wrap:break-word;border-radius:16px;max-width:70%;padding:10px 14px;font-size:14px;line-height:1.5;animation:.18s ease-out ds-msg-pop;position:relative}@keyframes ds-msg-pop{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.ds-msg.own{background:var(--primary);color:#fff;border-bottom-right-radius:4px;box-shadow:0 1px 2px #3999f933}.ds-msg.other{background:var(--surface);color:var(--text);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-bottom-left-radius:4px;align-self:flex-start}.ds-msg.deleted{background:var(--surface-hover);color:var(--text-muted);border:1px dashed var(--border);font-size:12px;font-style:italic}.ds-msg.failed{color:#7f1d1d;background:#fee2e2;border:1px solid #fca5a5}.ds-msg .content{white-space:pre-wrap}.ds-msg .footer{opacity:.75;align-items:center;gap:4px;margin-top:4px;font-size:10px;display:flex}.ds-msg.own .footer{color:#ffffffd9;justify-content:flex-end}.ds-msg.other .footer{color:var(--text-muted)}.ds-msg .footer .edited{font-style:italic}.ds-msg .footer .check{align-items:center;display:inline-flex}.ds-msg .attachment-image{cursor:pointer;border-radius:10px;max-width:280px;margin:-4px -4px 6px;overflow:hidden}.ds-msg .attachment-image img{width:100%;height:auto;display:block}.ds-msg .attachment-file{align-items:center;gap:6px;margin-bottom:4px;font-size:13px;text-decoration:underline;display:inline-flex}.ds-msg .actions{opacity:0;transition:opacity .15s;position:absolute;top:-8px;right:8px}.ds-msg-row.own .ds-msg .actions{left:auto;right:8px}.ds-msg-row.own:hover .ds-msg .actions,.ds-msg-row.own:focus-within .ds-msg .actions{opacity:1}.ds-msg .actions button{background:var(--surface);border:1px solid var(--border);width:24px;height:24px;color:var(--text-muted);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:50%;place-items:center;font-size:14px;display:grid}.ds-msg .actions button:hover{color:var(--text)}.ds-msg .menu{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-md);z-index:20;border-radius:8px;min-width:140px;padding:4px 0;font-size:13px;position:absolute;top:0;right:36px}.ds-msg .menu button{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;padding:6px 12px;font-family:inherit;display:block}.ds-msg .menu button:hover{background:var(--surface-hover)}.ds-msg .menu button.danger{color:var(--danger)}.ds-msg .menu button.danger:hover{background:#fef2f2}.ds-msg .edit-area{background:var(--surface);border:2px solid var(--primary);border-radius:12px;min-width:200px;padding:8px}.ds-msg .edit-area textarea{resize:none;width:100%;font:inherit;color:var(--text);background:0 0;border:none;outline:none;min-height:40px}.ds-msg .edit-area .edit-actions{justify-content:flex-end;gap:8px;margin-top:6px;display:flex}.ds-msg .edit-area .edit-actions button{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:6px;padding:4px 10px;font-family:inherit;font-size:12px}.ds-msg .edit-area .edit-actions .save{background:var(--primary);color:#fff;border-color:var(--primary)}.ds-chat-scroll-btn{background:var(--surface);width:40px;height:40px;box-shadow:var(--shadow-md);border:1px solid var(--border);color:var(--text);cursor:pointer;z-index:5;transition:var(--transition);border-radius:50%;place-items:center;display:grid;position:absolute;bottom:16px;right:16px}.ds-chat-scroll-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.ds-chat-typing{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:16px 16px 16px 4px;align-items:center;gap:6px;padding:10px 14px;display:inline-flex}.ds-chat-typing span{background:var(--text-muted);border-radius:50%;width:7px;height:7px;animation:1.2s infinite ds-typing-bounce}.ds-chat-typing span:nth-child(2){animation-delay:.2s}.ds-chat-typing span:nth-child(3){animation-delay:.4s}@keyframes ds-typing-bounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.ds-chat-composer{border-top:1px solid var(--border);background:var(--surface);flex-shrink:0;align-items:flex-end;gap:8px;padding:12px 16px;display:flex;position:relative}.ds-chat-composer.drag-over:after{content:"Отпустите файл";border:2px dashed var(--primary);color:var(--primary);pointer-events:none;z-index:4;background:#3999f914;border-radius:12px;place-items:center;font-size:14px;font-weight:600;display:grid;position:absolute;inset:6px}.ds-chat-composer-attach{background:var(--surface-hover);border:1px solid var(--border);width:40px;height:40px;color:var(--text-muted);cursor:pointer;transition:var(--transition);border-radius:12px;flex-shrink:0;place-items:center;display:grid}.ds-chat-composer-attach:hover{background:var(--primary-light,#d9ecff);color:var(--primary);border-color:var(--primary)}.ds-chat-composer textarea{border:1px solid var(--border);background:var(--bg);min-height:40px;max-height:120px;color:var(--text);resize:none;transition:var(--transition);border-radius:12px;outline:none;flex:1;padding:10px 14px;font-family:inherit;font-size:14px;line-height:1.4}.ds-chat-composer textarea:focus{border-color:var(--primary);background:var(--surface)}.ds-chat-composer textarea:disabled{opacity:.6}.ds-chat-composer-send{background:var(--primary);color:#fff;cursor:pointer;width:40px;height:40px;transition:var(--transition);border:none;border-radius:12px;flex-shrink:0;place-items:center;display:grid}.ds-chat-composer-send:hover{background:var(--primary-hover);transform:scale(1.05)}.ds-chat-composer-send:active{transform:scale(.95)}.ds-chat-composer-send:disabled{background:var(--surface-hover);color:var(--text-light);cursor:not-allowed;transform:none}.ds-chat-composer-send.spinner:before{content:"";border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite ds-spin}@keyframes ds-spin{to{transform:rotate(360deg)}}.ds-chat-pending-file{background:var(--surface-hover);border-top:1px solid var(--border);align-items:center;gap:10px;padding:8px 12px;font-size:13px;display:flex}.ds-chat-pending-file .thumb{background:var(--surface);border:1px solid var(--border);border-radius:8px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid;overflow:hidden}.ds-chat-pending-file .thumb img{object-fit:cover;width:100%;height:100%}.ds-chat-pending-file .info{flex:1;min-width:0}.ds-chat-pending-file .info .name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.ds-chat-pending-file .info .size{color:var(--text-muted);font-size:11px}.ds-chat-pending-file .remove{width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;place-items:center;display:grid}.ds-chat-pending-file .remove:hover{color:var(--danger);background:#fee2e2}@media (max-width:900px){.ds-chat-conversations{border-right:none}.ds-chat-thread-header{padding:10px 12px}.ds-chat-thread-header .name{font-size:14px}.ds-chat-messages{padding:12px}.ds-msg{max-width:80%;font-size:14px}.ds-chat-composer{gap:6px;padding:8px 10px}.ds-chat-composer textarea{padding:8px 12px;font-size:15px}}@media (max-width:480px){.ds-chat-conversation-item{padding:10px 12px}.ds-chat-conversation-item .avatar{width:44px;height:44px;font-size:16px}.ds-msg{max-width:85%}}
.chat-launcher{z-index:9999;color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:14px 22px;font-family:inherit;font-size:15px;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 24px #2563eb73,0 2px 6px #00000026}.chat-launcher:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 12px 28px #2563eb8c,0 2px 8px #0000002e}.chat-launcher:active{transform:translateY(0)}.chat-launcher:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width:640px){.chat-launcher{padding:12px 18px;font-size:14px;bottom:16px;right:16px}}
