:root{
  --dx-bg:#f4f8ff;
  --dx-surface:#ffffff;
  --dx-surface-2:#f7faff;
  --dx-surface-3:#eef5ff;
  --dx-text:#0d1730;
  --dx-muted:#74819a;
  --dx-line:#dce6f5;
  --dx-blue:#1468ff;
  --dx-blue-2:#4aa1ff;
  --dx-cyan:#72c8ff;
  --dx-green:#22b573;
  --dx-orange:#f5a623;
  --dx-red:#ef5a72;
  --dx-shadow:0 12px 38px rgba(41,76,130,.10);
  --dx-shadow-lg:0 24px 70px rgba(35,75,145,.16);
  --dx-radius:16px;
  --dx-radius-sm:11px;
}
*{box-sizing:border-box}
html{background:var(--dx-bg);color-scheme:light}
body.public-shell,body.dashboard-shell,body.auth-shell,body.minimal-shell{
  margin:0;
  color:var(--dx-text)!important;
  background:
    radial-gradient(circle at 12% 0%,rgba(89,157,255,.14),transparent 23rem),
    radial-gradient(circle at 88% 8%,rgba(111,188,255,.12),transparent 28rem),
    linear-gradient(180deg,#f9fbff 0,#f1f6fd 52%,#f7faff 100%)!important;
  font-family:Inter,"Segoe UI",Arial,sans-serif;
}
body::before{background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(246,250,255,.4))!important}
a{color:inherit}.container{width:min(1440px,calc(100% - 52px));margin:0 auto}
.icon,.feature-icon,.category-icon,.model-placeholder-icon,.promo-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}

/* Brand */
.logo{display:inline-flex;align-items:center;gap:9px;text-decoration:none;color:#111a32!important;font-weight:900;letter-spacing:-.5px}
.logo-mark{width:31px!important;height:31px!important;border:0!important;border-radius:8px!important;background:linear-gradient(145deg,#5db5ff,#1268ff)!important;color:#fff!important;box-shadow:0 7px 18px rgba(20,104,255,.24)!important;font-size:0;position:relative}
.logo-mark::before{content:"";position:absolute;inset:7px 8px;border:2px solid rgba(255,255,255,.95);border-radius:2px;transform:rotate(30deg)}
.logo-text{font-size:23px!important;font-weight:950;letter-spacing:-1px}.logo-text b{color:var(--dx-blue)!important}.brand-pro{color:#111a32;font-weight:900}
.logo-tagline{display:none;color:#8490a5;font-size:10px;text-transform:uppercase;letter-spacing:.14em;line-height:1.25}

/* Public header */
.site-header{position:sticky!important;top:0;z-index:80!important;background:rgba(250,252,255,.88)!important;border-bottom:1px solid rgba(191,208,232,.75)!important;backdrop-filter:blur(18px)!important;box-shadow:0 3px 18px rgba(40,71,112,.04)}
.header-inner{height:68px!important;gap:18px!important}.main-nav{display:flex;align-items:center;gap:23px!important;margin-right:auto}
.main-nav a{position:relative;color:#42506a!important;font-size:13px!important;font-weight:700!important;padding:25px 0 22px}
.main-nav a:hover,.main-nav a.active{color:var(--dx-blue)!important}.main-nav a.active::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:3px 3px 0 0;background:var(--dx-blue)}
.header-actions{gap:9px!important}.header-actions .search-box{width:280px;height:40px;background:#fff!important;border:1px solid var(--dx-line)!important;border-radius:11px!important;box-shadow:0 4px 14px rgba(54,83,125,.04)}
.search-box input{color:var(--dx-text)!important}.search-box input::placeholder{color:#9aa5b8}.search-box button{color:#66758d!important;cursor:pointer}
.icon-btn{display:grid;place-items:center;background:transparent!important;border:0!important;color:#42516c!important;width:39px!important;height:39px!important;border-radius:10px!important}.icon-btn:hover{background:#eaf2ff!important;color:var(--dx-blue)!important}
.cart-button{position:relative}.cart-button>span,.notification-button>span{position:absolute;top:1px;right:0;min-width:15px;height:15px;padding:0 3px;border-radius:999px;display:grid;place-items:center;background:var(--dx-blue);color:#fff;font-size:9px;font-weight:900;border:2px solid #fff}
.header-profile{display:flex;align-items:center;gap:8px;padding:4px 8px 4px 4px;border-radius:11px;color:#25324b}.header-profile img,.header-profile>span{width:31px;height:31px;border-radius:9px;object-fit:cover;display:grid;place-items:center;background:#e7f0ff;color:var(--dx-blue);font-size:11px;font-weight:900}.header-profile b{font-size:12px}
.btn{border-radius:9px!important;font-weight:800!important;box-shadow:none!important;transition:.18s ease;text-decoration:none}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,#0b63f4,#247cff)!important;color:#fff!important;box-shadow:0 9px 22px rgba(20,104,255,.19)!important}.btn-outline{background:#fff!important;border:1px solid #cdd9e9!important;color:#2d3d59!important}.btn-purple{background:linear-gradient(135deg,#6b50ee,#8f6cff)!important;color:#fff!important}.big{padding:13px 20px!important}.burger span{background:#1d2b44!important}

/* Generic panels / typography */
.panel{background:#fff!important;border:1px solid var(--dx-line)!important;border-radius:var(--dx-radius)!important;box-shadow:0 8px 24px rgba(43,77,126,.055)!important;color:var(--dx-text)!important}
.section{padding-top:34px!important}.section-head{margin-bottom:16px!important}.section-head h2,.section h2{font-size:22px!important;letter-spacing:-.4px;color:#121d36!important}.section-head a,.text-link{color:var(--dx-blue)!important;font-weight:700}
.badge,.category-pill{background:#e9f2ff!important;border:1px solid #d2e4ff!important;color:var(--dx-blue)!important;border-radius:999px!important;font-size:11px!important;font-weight:800!important}

/* Homepage */
.market-hero{padding:34px 0 12px}.market-hero-card{position:relative;min-height:480px;display:grid;grid-template-columns:1.02fr .98fr;gap:30px;align-items:center;padding:48px 46px;overflow:hidden;border:1px solid #dce7f6;border-radius:20px;background:linear-gradient(116deg,#fff 0%,#fbfdff 43%,#edf5ff 100%);box-shadow:var(--dx-shadow-lg)}
.market-hero-card::before{content:"";position:absolute;width:480px;height:480px;right:-80px;top:-145px;border-radius:50%;background:radial-gradient(circle,rgba(74,148,255,.21),rgba(74,148,255,.02) 62%,transparent 70%)}
.market-kicker{display:flex;gap:15px;align-items:center;color:#7786a1;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.13em}.market-kicker span+span::before{content:"•";margin-right:15px;color:#aab7ca}
.market-hero-copy{position:relative;z-index:3}.market-hero-copy h1{font-size:48px!important;line-height:1.03!important;margin:18px 0 16px!important;max-width:700px;letter-spacing:-2.4px!important;color:#0e1931!important}.market-hero-copy h1 em{font-style:normal;color:var(--dx-blue)}.market-hero-copy>p{max-width:620px;margin:0;color:#728098;font-size:15px;line-height:1.62}.market-hero-actions{display:flex;gap:11px;margin:25px 0 31px}.market-hero-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border-top:1px solid #e2ebf7;padding-top:20px}.market-hero-stats div{padding-right:18px}.market-hero-stats div+div{padding-left:18px;border-left:1px solid #dce6f4}.market-hero-stats strong{display:block;font-size:20px;letter-spacing:-.5px;color:#0e1b34}.market-hero-stats span{display:block;margin-top:2px;color:#8a96a9;font-size:10px}
.market-hero-visual{position:relative;z-index:2;min-height:360px;display:flex;align-items:center;justify-content:center}.hero-showcase{position:relative;width:min(610px,100%);height:350px;border-radius:20px;background:linear-gradient(145deg,#d7e7fb 0%,#f6f9fc 44%,#b9d1ed 100%);overflow:hidden;box-shadow:inset 0 0 0 1px rgba(44,83,133,.08),0 26px 55px rgba(41,87,150,.15)}
.hero-showcase::before{content:"";position:absolute;left:5%;right:4%;bottom:2%;height:44%;background:linear-gradient(165deg,rgba(31,62,98,.18),rgba(255,255,255,.7));clip-path:polygon(0 86%,20% 38%,39% 74%,56% 12%,72% 67%,88% 31%,100% 82%,100% 100%,0 100%)}
.hero-product-art{position:absolute;inset:20px 78px 30px 24px;display:grid;place-items:center}.hero-product-art .hero-cube{width:190px;height:190px;color:#304b70;stroke-width:.85;filter:drop-shadow(0 25px 23px rgba(46,80,123,.20))}.hero-showcase-badge{position:absolute;left:20px;top:20px;padding:8px 11px;border-radius:9px;background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.9);font-size:10px;font-weight:800;color:#3f536e;backdrop-filter:blur(8px)}.hero-showcase-label{position:absolute;right:21px;bottom:22px;color:#fff;text-align:right;text-shadow:0 2px 10px rgba(26,46,76,.34)}.hero-showcase-label b{display:block;font-size:14px;letter-spacing:.19em}.hero-showcase-label span{font-size:9px;letter-spacing:.3em;text-transform:uppercase}.hero-thumbs{position:absolute;right:12px;top:20px;display:grid;gap:8px}.hero-thumb{width:54px;height:54px;border:2px solid rgba(255,255,255,.9);background:#dbe7f5;border-radius:9px;display:grid;place-items:center;color:#5e7697;box-shadow:0 7px 18px rgba(33,69,119,.12)}.hero-thumb .icon{width:24px;height:24px}

.home-category-strip{margin-top:15px;padding:11px 12px;display:grid;grid-template-columns:repeat(10,1fr);gap:5px;border:1px solid #dce7f6;border-radius:15px;background:#fff;box-shadow:0 7px 24px rgba(43,78,128,.05)}.home-category-strip a{min-width:0;padding:8px 5px;border-radius:10px;display:flex;flex-direction:column;align-items:center;gap:5px;color:#506079;font-size:10px;font-weight:700;text-align:center}.home-category-strip a:hover{background:#edf5ff;color:var(--dx-blue)}.home-category-strip .category-icon{width:25px;height:25px;color:#4d8be9;margin:0}

.home-assets-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px}.home-tabs{display:flex;align-items:center;gap:6px}.home-tabs a{padding:7px 12px;border-radius:999px;color:#6e7b90;font-size:11px;font-weight:800}.home-tabs a.active{background:#e9f2ff;color:var(--dx-blue)}

/* Model cards */
.models-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}.model-card{position:relative;background:#fff!important;border:1px solid #dce6f3!important;border-radius:13px!important;overflow:hidden!important;box-shadow:0 7px 22px rgba(44,79,127,.055)!important;transform:none!important;transition:.18s ease!important}.model-card:hover{transform:translateY(-2px)!important;border-color:#b8d2f6!important;box-shadow:0 13px 30px rgba(34,82,150,.11)!important}.model-card-link{display:block}.model-img{height:198px!important;background:linear-gradient(145deg,#eef3f8,#dbe5f1)!important;position:relative!important}.model-img img{width:100%;height:100%;object-fit:cover;display:block}.model-placeholder-icon{width:62px!important;height:62px!important;color:#7e8ea5!important;opacity:.75!important;filter:none!important}.model-card-badges{position:absolute;left:9px;top:9px;display:flex;gap:5px;z-index:2}.asset-badge{padding:4px 7px;border-radius:6px;background:rgba(255,255,255,.91);color:#536179;font-size:8px;font-weight:900;box-shadow:0 2px 8px rgba(33,61,98,.06)}.asset-badge.blue{background:#e4f0ff;color:#1565e9}.asset-badge.green{background:#e5f8ee;color:#168458}.asset-discount{background:#eef7f1!important;color:#23855d!important}.favorite-overlay{position:absolute!important;right:8px!important;top:8px!important;left:auto!important;bottom:auto!important;width:31px!important;height:31px!important;border-radius:50%!important;background:rgba(255,255,255,.86)!important;border:1px solid rgba(194,209,229,.8)!important;color:#64728a!important;display:grid!important;place-items:center!important;z-index:4!important}.favorite-overlay.is-active{color:#e9536d!important}.favorite-overlay .icon{width:16px;height:16px}.model-info{padding:10px 11px 11px!important;display:grid;grid-template-rows:auto minmax(38px,auto) auto auto;gap:4px;min-height:132px}.model-info small{font-size:9px!important;color:#8e99aa!important}.model-info h3{font-size:13px!important;line-height:1.25!important;margin:0!important;color:#16223a!important;font-weight:850!important}.model-meta-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.model-price{font-size:14px;font-weight:900;color:#0f1b32}.model-price del{margin-left:5px;color:#98a3b4;font-size:9px;font-weight:500}.free-label{color:#188b5f!important;font-size:12px}.model-rating{display:inline-flex;align-items:center;gap:3px;color:#75829a;font-size:9px}.model-rating .icon{width:12px;height:12px;color:#f3aa22;fill:currentColor;stroke:currentColor}.model-author-row{display:flex;align-items:center;gap:6px;color:#7a8699;font-size:9px}.model-author-avatar{width:17px;height:17px;border-radius:50%;display:grid;place-items:center;background:#deebfb;color:#2a6ac5;font-weight:900;font-size:7px}.model-card .model-info button{position:static!important;width:auto!important;height:auto!important;border:0!important;background:none!important;padding:0!important}

/* Home additional blocks */
.trust-strip{margin-top:22px;border-top:1px solid #dde7f4;border-bottom:1px solid #dde7f4;background:rgba(255,255,255,.72)}.trust-strip .container{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;padding:18px 0}.trust-item{display:flex;align-items:center;justify-content:center;gap:9px;color:#62718b}.trust-item .icon{width:21px;height:21px;color:#2876e8}.trust-item strong{display:block;font-size:11px;color:#33445f}.trust-item span{display:block;font-size:8px;color:#91a0b4}
.order-teaser-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}.order-list-preview,.creator-preview{background:#fff;border:1px solid var(--dx-line);border-radius:16px;box-shadow:var(--dx-shadow);padding:18px}.order-preview-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:13px;align-items:center;padding:13px 0;border-bottom:1px solid #e7eef8}.order-preview-row:last-child{border-bottom:0}.order-preview-row h4{margin:0 0 4px;font-size:12px}.order-preview-row p{margin:0;color:#8793a6;font-size:10px}.order-preview-row .budget{font-size:12px;font-weight:900;color:#14305d}.status-pill{padding:5px 8px;border-radius:999px;background:#e9f8f1;color:#16885a;font-size:8px;font-weight:900}.creator-mini{display:flex;align-items:center;gap:11px;padding:11px 0;border-bottom:1px solid #e7eef8}.creator-mini:last-child{border-bottom:0}.creator-mini-avatar{width:42px;height:42px;border-radius:12px;background:linear-gradient(145deg,#e1edff,#c9dcf8);display:grid;place-items:center;color:#2f6fcd;font-weight:950}.creator-mini strong{display:block;font-size:12px}.creator-mini small{display:block;color:#8b98ab;font-size:9px}.creator-mini b{margin-left:auto;color:#f2a826;font-size:10px}

/* Catalog */
.catalog-page{padding-bottom:45px}.catalog-toolbar-wrap{padding-top:24px}.catalog-toolbar{padding:16px;border:1px solid #dce6f3;background:#fff;border-radius:15px;box-shadow:var(--dx-shadow)}.catalog-search-wide{display:grid;grid-template-columns:minmax(0,1fr) 190px 110px;gap:9px}.catalog-search-wide .search-input-wrap{height:44px;display:flex;align-items:center;gap:9px;border:1px solid #d2deed;border-radius:9px;padding:0 12px;background:#fbfdff}.catalog-search-wide input,.catalog-search-wide select{width:100%;border:0;outline:0;background:transparent;color:#24324a}.catalog-search-wide select{height:44px;border:1px solid #d2deed;background:#fbfdff;border-radius:9px;padding:0 10px}.catalog-filter-chips{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:11px}.catalog-filter-chips a,.catalog-filter-chips button{padding:7px 10px;border:1px solid #d9e4f2;border-radius:999px;background:#fff;color:#68768d;font-size:10px;font-weight:800}.catalog-filter-chips a.active{border-color:#bad4fa;background:#eaf3ff;color:#1468ff}.catalog-layout{display:grid!important;grid-template-columns:210px minmax(0,1fr)!important;gap:23px!important;padding-top:18px}.catalog-sidebar{box-shadow:none!important;padding:15px!important;position:sticky;top:88px;align-self:start}.catalog-sidebar h3{font-size:12px;margin:0 0 10px}.category-filter-list{display:grid;gap:2px}.category-filter-list a{display:flex;justify-content:space-between;gap:10px;padding:7px 8px;border-radius:7px;color:#66748a;font-size:10px}.category-filter-list a:hover,.category-filter-list a.active{background:#eaf3ff;color:#1468ff}.category-filter-list b{font-weight:500;color:#a0aaba}.filter-section{padding-top:14px;margin-top:14px;border-top:1px solid #e7edf6}.filter-section label{display:block;margin:6px 0;color:#6c788b;font-size:10px}.filter-section select{width:100%;height:36px;border:1px solid #d8e2ef;background:#fff;border-radius:8px;color:#33425b;padding:0 9px}.results-head{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:12px}.results-head h1,.results-head h2{font-size:20px!important;margin:0!important}.results-head p{margin:3px 0 0;color:#8793a6;font-size:10px}.catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.results-tools{display:flex;gap:7px}.results-tools a{width:31px;height:31px;border:1px solid #d9e4f2;border-radius:8px;display:grid;place-items:center;color:#7d8a9e}.results-tools a.active{background:#e9f2ff;color:#1468ff;border-color:#c6dcfc}.pagination a,.pagination span{background:#fff!important;color:#526178!important;border:1px solid #d9e3ef!important}.pagination .active{background:#1268ff!important;color:#fff!important;border-color:#1268ff!important}

/* Product detail */
.breadcrumbs{padding-top:20px!important;color:#8c97aa!important;font-size:10px!important}.breadcrumbs b{color:#56647a}.model-detail-grid{display:grid!important;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr)!important;gap:16px!important;align-items:start}.model-gallery{padding:10px!important}.model-main-preview{min-height:470px!important;border:0!important;border-radius:12px!important;background:linear-gradient(145deg,#e8eef6,#d7e0eb)!important}.model-main-preview img{border-radius:12px}.model-detail-cube{color:#8090a7!important}.model-gallery-thumbs{display:flex!important;gap:8px!important;margin-top:8px}.model-gallery-thumb{width:68px!important;height:60px!important;border:2px solid transparent!important;border-radius:8px!important;background:#edf2f8!important;padding:0!important;overflow:hidden}.model-gallery-thumb.is-active{border-color:#2d79e9!important}.preview-meta{color:#8592a6!important;font-size:9px!important;border-top:1px solid #e6edf6!important}.model-purchase{padding:20px!important;box-shadow:none!important}.model-title-row h1{font-size:26px!important;color:#121e36!important;line-height:1.1!important}.model-title-row p,.model-short{color:#7d899d!important}.model-title-row .square-action{background:#f6f9fd!important;border:1px solid #d9e3ef!important;color:#74839a!important}.author-box{display:flex;align-items:center;gap:10px;padding:10px 0;margin:9px 0 5px;border-bottom:1px solid #e6edf6}.author-box-avatar{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:#dceaff;color:#236fd7;font-size:10px;font-weight:900}.author-box strong{display:block;font-size:11px}.author-box small{display:block;font-size:9px;color:#8c99aa}.rating-line{display:flex;gap:9px;align-items:center;margin:8px 0;color:#6c7a90;font-size:10px}.rating-line b{color:#f3a71e}.purchase-form label,.review-form label{color:#5f6c80!important}.purchase-form select,.review-form select,.review-form textarea{background:#fff!important;border:1px solid #d7e2ef!important;color:#24324a!important}.purchase-price{color:#14213a!important;font-size:27px!important}.free-price{color:#19875c!important}.purchase-note{color:#7e8ba0!important}.model-spec-mini{border-top:1px solid #e4ebf5!important}.model-spec-mini span{color:#778499!important}.model-spec-mini b{color:#26344d!important}.detail-sections{display:grid!important;grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr)!important;gap:16px!important}.model-description,.model-specs{box-shadow:none!important}.prose{color:#59677e!important}.model-specs dl>div{border-bottom:1px solid #e5ecf5!important}.model-specs dt{color:#8794a8!important}.model-specs dd{color:#26354e!important}.review-list,.review-form,.review-login{box-shadow:none!important}.review-item{border-bottom:1px solid #e6edf6!important}.review-avatar{background:#e5effd!important;color:#2a6dc9!important}.review-head time,.review-item p{color:#7f8c9f!important}

/* Public orders */
.jobs-hero{padding:34px 0 8px}.jobs-hero-card{padding:30px 32px;border-radius:17px;background:linear-gradient(115deg,#fff,#edf5ff);border:1px solid #dce7f5;box-shadow:var(--dx-shadow);display:flex;align-items:center;justify-content:space-between;gap:25px}.jobs-hero h1{margin:0 0 8px;font-size:30px;letter-spacing:-1px}.jobs-hero p{margin:0;color:#79879b;max-width:720px}.jobs-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:16px;padding-top:18px}.job-list{display:grid;gap:10px}.job-card{padding:17px 18px;background:#fff;border:1px solid #dde6f2;border-radius:13px;box-shadow:0 6px 18px rgba(42,77,128,.04)}.job-card-top{display:flex;justify-content:space-between;gap:12px}.job-card h3{margin:0 0 5px;font-size:15px}.job-card p{margin:0;color:#7b899d;font-size:11px;line-height:1.55}.job-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px}.job-meta span{padding:5px 8px;border-radius:999px;background:#f2f6fb;color:#65748a;font-size:9px}.job-meta .budget{background:#e8f3ff;color:#1468ff;font-weight:900}.jobs-aside{padding:17px;align-self:start;position:sticky;top:86px}.jobs-aside h3{margin:0 0 9px;font-size:15px}.jobs-aside p{color:#7d899c;font-size:11px}.jobs-aside .btn{width:100%}.job-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:16px;padding-top:24px}.job-detail-main,.job-detail-aside{padding:22px}.job-detail-main h1{margin:8px 0 11px;font-size:28px}.job-detail-main .prose{line-height:1.75}.bid-list{display:grid;gap:9px}.bid-card{padding:12px;border:1px solid #e0e8f3;border-radius:10px;background:#fbfdff}.bid-card strong{font-size:11px}.bid-card p{color:#7b889b;font-size:10px}.bid-card footer{display:flex;justify-content:space-between;color:#66758b;font-size:9px}.order-create-form{max-width:850px;margin:24px auto;padding:24px}.order-create-form .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.order-create-form label{display:grid;gap:6px;color:#59677e;font-size:11px;font-weight:700}.order-create-form input,.order-create-form select,.order-create-form textarea{width:100%;border:1px solid #d7e2ef;border-radius:9px;background:#fff;color:#24324a;padding:11px}.order-create-form .full{grid-column:1/-1}

/* Authors directory */
.authors-hero{padding:34px 0 8px}.authors-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;padding-top:18px}.author-card-public{padding:17px;background:#fff;border:1px solid #dce6f2;border-radius:14px;box-shadow:0 7px 22px rgba(43,77,126,.05)}.author-card-public-top{display:flex;gap:11px;align-items:center}.author-card-public-avatar{width:48px;height:48px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(145deg,#e7f1ff,#cfe2ff);color:#276fce;font-weight:950}.author-card-public h3{margin:0 0 3px;font-size:13px}.author-card-public small{color:#8a96a8;font-size:9px}.author-card-public p{min-height:44px;color:#77859a;font-size:10px;line-height:1.5}.author-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;border-top:1px solid #e6edf6;padding-top:10px}.author-stats span{text-align:center;color:#8793a5;font-size:8px}.author-stats b{display:block;color:#24324b;font-size:11px}

/* Footer */
.site-footer{margin-top:42px!important;padding:0!important;background:#fff!important;border-top:1px solid #dce6f2!important;color:#42516b!important}.footer-main{display:grid!important;grid-template-columns:1.25fr repeat(3,.72fr) 1.15fr!important;gap:28px!important;padding:30px 0 24px!important}.footer-logo{margin-bottom:10px}.footer-brand p,.footer-column a,.footer-subscribe p{color:#7c899d!important;font-size:10px!important}.footer-column{display:grid;align-content:start;gap:6px}.footer-column h4,.footer-subscribe h4{margin:0 0 8px;color:#283750;font-size:11px}.footer-column a{margin:0!important}.social-links{display:flex;gap:7px;margin-top:10px}.social-links a{width:29px;height:29px;border-radius:8px;background:#edf3fb;color:#52647e;display:grid;place-items:center}.social-links .icon{width:14px;height:14px}.subscribe{height:40px;background:#f7faff!important;border:1px solid #d7e2ef!important;border-radius:9px!important}.subscribe input{color:#25334c!important}.subscribe button{background:#1468ff!important;color:#fff!important;border:0;padding:0 14px;font-size:10px;font-weight:800}.footer-bottom{border-top:1px solid #e5ecf5!important;background:#f8faff!important}.footer-bottom-inner{min-height:38px;display:flex;align-items:center;gap:24px;color:#8a96a8;font-size:9px}.footer-legal{margin-left:auto;display:flex;gap:18px}.language{border:0;background:transparent;color:#718096;font-size:9px;display:flex;align-items:center;gap:5px}

/* Cursor glow for light theme */
.cursor-glow{width:520px!important;height:520px!important;background:radial-gradient(circle,rgba(60,140,255,.10),rgba(60,140,255,.045) 35%,transparent 70%)!important;filter:blur(28px)!important;z-index:-1!important}
.fx-card::after{display:none!important}

/* Dashboard/account */
.dashboard-shell{background:#f4f8ff!important}.dashboard-topbar{position:sticky!important;top:0!important;z-index:70!important;height:66px!important;padding:0 26px!important;display:flex!important;align-items:center!important;gap:14px!important;background:rgba(255,255,255,.92)!important;border-bottom:1px solid #dce6f2!important;backdrop-filter:blur(16px)}
.topbar-catalog{height:38px!important;padding:0 12px!important;border:1px solid #dce5f1!important;border-radius:9px!important;background:#f8faff!important;color:#485872!important;font-size:11px!important;display:inline-flex!important;align-items:center!important;gap:7px!important}.dashboard-search{margin-left:auto!important;width:min(440px,37vw)!important;height:39px!important;border:1px solid #d9e3ef!important;background:#fbfdff!important;border-radius:9px!important;display:flex!important;align-items:center!important}.dashboard-search input{color:#24324a!important;background:transparent!important}.dashboard-search input::placeholder{color:#9aa5b6}.dashboard-search button{color:#718096!important}.topbar-actions{display:flex!important;align-items:center!important;gap:5px!important}.topbar-user{display:flex!important;align-items:center!important;gap:7px!important;color:#2d3c56!important}.topbar-user img,.topbar-user>span{width:31px!important;height:31px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:#e5effd!important;color:#286dce!important;font-size:9px!important;font-weight:900!important}.topbar-user b{font-size:10px!important}.dashboard-layout{display:grid!important;grid-template-columns:220px minmax(0,1fr)!important;min-height:calc(100vh - 66px)!important}.dashboard-sidebar{position:sticky!important;top:66px!important;height:calc(100vh - 66px)!important;overflow:auto!important;background:#fff!important;border-right:1px solid #dce6f2!important;padding:16px 12px!important}.account-card{padding:13px!important;border:1px solid #e0e8f3!important;border-radius:12px!important;background:#fbfdff!important;display:grid!important;grid-template-columns:40px minmax(0,1fr)!important;gap:9px!important}.account-avatar{width:40px!important;height:40px!important;border-radius:12px!important;background:#e1edff!important;color:#2871d3!important}.account-card strong{color:#26354e!important;font-size:11px!important}.account-card small{color:#8a96a8!important;font-size:9px!important}.balance-card{grid-column:1/-1!important;margin-top:8px!important;padding-top:9px!important;border-top:1px solid #e4ebf4!important;display:flex!important;align-items:center!important;gap:8px!important}.balance-card span{color:#8490a3!important;font-size:9px!important}.balance-card strong{font-size:13px!important}.balance-card a{margin-left:auto;color:#1468ff!important;font-size:9px!important}.dashboard-nav{display:grid!important;gap:2px!important;margin-top:13px!important}.dashboard-nav a,.dashboard-nav button{width:100%!important;min-height:37px!important;padding:0 10px!important;border-radius:8px!important;color:#657389!important;background:transparent!important;border:0!important;display:flex!important;align-items:center!important;gap:9px!important;font-size:10px!important;text-align:left!important}.dashboard-nav a:hover,.dashboard-nav button:hover,.dashboard-nav a.active{background:#eaf3ff!important;color:#1468ff!important}.dashboard-nav .icon{width:16px!important;height:16px!important}.dashboard-main{padding:24px 26px 46px!important;min-width:0!important;background:transparent!important}.dashboard-page-head{margin-bottom:16px!important}.dashboard-page-head h1{margin:0!important;color:#121e36!important;font-size:22px!important;letter-spacing:-.5px!important}.dashboard-page-head p{margin:5px 0 0!important;color:#8995a7!important;font-size:10px!important}.account-stats{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}.stat-card{padding:14px!important;border:1px solid #dce6f2!important;border-radius:12px!important;background:#fff!important;box-shadow:0 7px 20px rgba(42,76,124,.04)!important;display:grid!important;grid-template-columns:40px minmax(0,1fr) 15px!important;align-items:center!important;gap:10px!important;color:#25334c!important}.stat-icon{width:40px!important;height:40px!important;border-radius:10px!important;display:grid!important;place-items:center!important}.stat-icon.blue{background:#e6f0ff!important;color:#1468ff!important}.stat-icon.green{background:#e7f7ef!important;color:#1a9a65!important}.stat-icon.purple{background:#f0eaff!important;color:#7c57ed!important}.stat-icon.gold{background:#fff4dc!important;color:#dc9423!important}.stat-card small{color:#7f8c9f!important;font-size:9px!important}.stat-card strong{color:#15213a!important;font-size:19px!important}.stat-card p{margin:0!important;color:#97a2b3!important;font-size:8px!important}.stat-arrow{color:#9aa7b8!important;width:13px!important}.dashboard-two-column{display:grid!important;grid-template-columns:minmax(0,1.45fr) minmax(310px,.75fr)!important;gap:12px!important;margin-top:12px!important}.dashboard-panel{padding:16px!important;border:1px solid #dce6f2!important;border-radius:12px!important;background:#fff!important;box-shadow:0 7px 20px rgba(42,76,124,.04)!important}.panel-head{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-bottom:8px!important}.panel-head h2{margin:0!important;color:#1c2942!important;font-size:13px!important}.panel-head a{color:#1468ff!important;font-size:9px!important;font-weight:800!important}.account-list article{display:grid!important;grid-template-columns:58px minmax(0,1fr) 80px 70px 31px!important;gap:10px!important;align-items:center!important;padding:9px 0!important;border-bottom:1px solid #e6edf6!important}.list-thumb{background:#edf2f8!important;border-radius:8px!important;overflow:hidden!important}.list-main a{color:#28364f!important;font-size:10px!important;font-weight:800!important}.list-main span,.account-list time{color:#8794a8!important;font-size:8px!important}.account-list article>strong{font-size:10px!important}.square-action{border:1px solid #d6e2f0!important;background:#f8fbff!important;color:#1468ff!important;border-radius:8px!important}.license-mini-list>a,.download-mini-list>a{border-bottom:1px solid #e6edf6!important;color:#2d3a52!important}.license-mini-list small,.download-mini-list small{color:#8c98aa!important}.status-badge.active{background:#e8f8f0!important;color:#158b5c!important}.premium-banner{margin-top:12px!important;padding:15px!important;border:1px solid #d8e5f6!important;border-radius:12px!important;background:linear-gradient(105deg,#f8fbff,#ecf4ff)!important;color:#24324b!important}.premium-banner h2{font-size:14px!important}.premium-banner p{color:#8090a4!important;font-size:9px!important}.dashboard-stack{gap:12px!important}.admin-label{color:#63728a!important}.admin-shell .dashboard-main{background:#f4f8ff!important}

/* Author dashboard refresh */
.author-overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.author-metric{padding:13px 14px;border:1px solid #dde6f2;border-radius:11px;background:#fff}.author-metric small{display:block;color:#8793a6;font-size:9px}.author-metric strong{display:block;margin-top:4px;font-size:18px;color:#16233b}.author-metric b{font-size:8px;color:#1b9a66}.author-analytics-grid{display:grid;grid-template-columns:minmax(0,1.45fr) 240px;gap:12px;margin-top:12px}.author-chart-card,.author-source-card{padding:15px;border:1px solid #dce6f2;border-radius:12px;background:#fff}.author-chart{height:180px;display:flex;align-items:end;gap:5px;padding:14px 4px 0;border-top:1px solid #eef3f8;background:linear-gradient(180deg,rgba(241,247,255,.5),transparent)}.author-chart i{display:block;flex:1;min-width:4px;border-radius:5px 5px 0 0;background:linear-gradient(180deg,#5ca6ff,#1c6cf2);opacity:.8}.donut{width:110px;height:110px;margin:18px auto;border-radius:50%;background:conic-gradient(#1468ff 0 68%,#80b7ff 68% 91%,#d8e8ff 91% 100%);position:relative}.donut::after{content:"";position:absolute;inset:22px;background:#fff;border-radius:50%}.donut-value{position:absolute;inset:0;display:grid;place-items:center;z-index:2;font-size:13px;font-weight:900}.source-legend{display:grid;gap:6px}.source-legend span{display:flex;justify-content:space-between;color:#7a879a;font-size:8px}.source-legend b{color:#30405b}

/* Auth/minimal */
.auth-shell{min-height:100vh!important;display:grid!important;place-items:center!important;padding:80px 20px 30px!important}.auth-logo{position:fixed!important;left:26px!important;top:20px!important}.auth-card{background:#fff!important;border:1px solid #dce6f2!important;box-shadow:var(--dx-shadow-lg)!important;color:#26354e!important}.auth-card h1{color:#13213a!important}.auth-card p{color:#7d8a9e!important}.auth-card input,.auth-card select,.auth-card textarea{background:#fff!important;border:1px solid #d7e2ef!important;color:#26344d!important}.minimal-card,.error-card{background:#fff!important;border:1px solid #dce6f2!important;color:#26354d!important}

/* Responsive */
@media(max-width:1250px){
  .container{width:min(1180px,calc(100% - 36px))}.main-nav{gap:14px!important}.header-actions .search-box{width:220px}.market-hero-card{grid-template-columns:1fr .9fr;padding:38px 34px}.market-hero-copy h1{font-size:42px!important}.home-category-strip{grid-template-columns:repeat(5,1fr)}.catalog-grid,.models-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.authors-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-main{grid-template-columns:1.2fr repeat(3,.7fr)!important}.footer-subscribe{grid-column:1/-1}.account-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:980px){
  .main-nav{position:fixed;left:18px;right:18px;top:76px;display:none!important;padding:14px;border:1px solid #dce6f2;border-radius:13px;background:#fff;box-shadow:var(--dx-shadow-lg);flex-direction:column;align-items:stretch}.main-nav.open{display:flex!important}.main-nav a{padding:9px 11px}.main-nav a.active::after{display:none}.burger{display:flex!important}.header-actions .search-box{display:none}.market-hero-card{grid-template-columns:1fr;padding:32px}.market-hero-visual{min-height:300px}.market-hero-copy h1{font-size:39px!important}.home-category-strip{grid-template-columns:repeat(5,1fr)}.models-grid,.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.order-teaser-grid,.jobs-grid,.job-detail-grid{grid-template-columns:1fr}.jobs-aside{position:static}.catalog-layout{grid-template-columns:1fr!important}.catalog-sidebar{position:static;display:none}.catalog-search-wide{grid-template-columns:1fr 150px 100px}.model-detail-grid,.detail-sections{grid-template-columns:1fr!important}.authors-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-layout{grid-template-columns:78px minmax(0,1fr)!important}.dashboard-sidebar{padding:12px 8px!important}.account-card{display:none!important}.dashboard-nav a,.dashboard-nav button{justify-content:center!important;padding:0!important;font-size:0!important}.dashboard-nav .icon{width:18px!important;height:18px!important}.dashboard-two-column,.author-analytics-grid{grid-template-columns:1fr!important}.footer-main{grid-template-columns:1fr 1fr 1fr!important}.footer-brand,.footer-subscribe{grid-column:1/-1}.trust-strip .container{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:700px){
  .container{width:calc(100% - 24px)}.site-header .header-inner{height:61px!important}.logo-text{font-size:19px!important}.header-actions .btn{display:none}.market-hero{padding-top:18px}.market-hero-card{padding:24px 18px;min-height:0}.market-hero-copy h1{font-size:33px!important;letter-spacing:-1.5px!important}.market-hero-copy>p{font-size:13px}.market-hero-actions{flex-direction:column}.market-hero-actions .btn{width:100%}.market-hero-stats{grid-template-columns:1fr 1fr;gap:15px}.market-hero-stats div:nth-child(3){padding-left:0;border-left:0}.market-hero-visual{min-height:245px}.hero-showcase{height:245px}.hero-product-art{inset:10px 50px 20px 14px}.hero-product-art .hero-cube{width:130px;height:130px}.hero-thumbs{display:none}.home-category-strip{grid-template-columns:repeat(2,1fr)}.home-assets-head{align-items:flex-start;flex-direction:column}.home-tabs{max-width:100%;overflow:auto}.models-grid,.catalog-grid{grid-template-columns:1fr 1fr!important;gap:9px!important}.model-img{height:145px!important}.model-info{padding:9px!important;min-height:124px}.catalog-search-wide{grid-template-columns:1fr}.catalog-search-wide select{display:none}.catalog-filter-chips{overflow:auto;flex-wrap:nowrap;padding-bottom:3px}.jobs-hero-card{align-items:flex-start;flex-direction:column}.authors-grid{grid-template-columns:1fr}.trust-strip .container{grid-template-columns:1fr 1fr}.footer-main{grid-template-columns:1fr 1fr!important}.footer-brand,.footer-subscribe{grid-column:1/-1}.footer-bottom-inner{flex-wrap:wrap;padding:8px 0}.footer-legal{margin-left:0;order:3;width:100%}.dashboard-topbar{padding:0 11px!important}.topbar-catalog,.dashboard-search{display:none!important}.dashboard-layout{grid-template-columns:1fr!important}.dashboard-sidebar{position:fixed!important;left:0;right:0;bottom:0;top:auto!important;height:59px!important;z-index:80;padding:5px 8px!important;border-right:0!important;border-top:1px solid #dce6f2!important;overflow:hidden!important}.dashboard-nav{display:flex!important;margin:0!important;justify-content:space-around!important}.dashboard-nav a,.dashboard-nav button{width:48px!important;min-height:46px!important}.dashboard-nav a:nth-child(n+6),.dashboard-nav form{display:none!important}.dashboard-main{padding:18px 12px 76px!important}.account-stats,.author-overview-grid{grid-template-columns:1fr 1fr!important}.account-list article{grid-template-columns:48px minmax(0,1fr) 31px!important}.account-list article time,.account-list article>strong{display:none}.author-analytics-grid{grid-template-columns:1fr!important}.order-create-form .form-grid{grid-template-columns:1fr}.order-create-form .full{grid-column:auto}
}
@media(max-width:470px){.models-grid,.catalog-grid{grid-template-columns:1fr!important}.model-img{height:210px!important}.account-stats,.author-overview-grid{grid-template-columns:1fr!important}.trust-strip .container{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr!important}.footer-brand,.footer-subscribe{grid-column:auto}.market-hero-copy h1{font-size:29px!important}}

/* Compatibility overrides for legacy service components */
.model-img{flex:0 0 198px!important}
.model-info{display:grid!important;grid-template-rows:auto minmax(38px,44px) auto auto!important;min-height:132px!important}
.model-info h3{margin:0!important;min-height:38px!important;max-height:44px!important}
.stack-form label,.form-grid label,.filter-form label,.purchase-form label,.inline-topup label{color:#5c6a80!important}
.stack-form input,.stack-form select,.stack-form textarea,.form-grid input,.form-grid select,.form-grid textarea,.filter-form input,.filter-form select,.purchase-form select,.inline-topup input,.admin-search input,.category-admin-row input,.user-role-form select,.balance-adjust-form input{
  border-color:#d7e2ef!important;background:#fff!important;color:#26354d!important;box-shadow:none!important
}
.checkbox-field span{color:#46556e!important}.form-divider{background:#e5edf7!important}.form-divider span{background:#fff!important;color:#8a96a8!important}
.flash{background:rgba(255,255,255,.97)!important;border-color:#dce6f2!important;color:#35435b!important;box-shadow:0 15px 40px rgba(38,74,127,.15)!important}.flash-success{border-color:#bfe8d3!important}.flash-error{border-color:#f3c6cd!important}.flash-close{color:#8692a4!important}
.static-page{padding-top:52px!important}.static-hero h1{color:#111d35!important}.static-hero p,.license-explain-grid p,.legal-copy p,.contact-card p{color:#77859a!important}.license-explain-grid h2,.legal-copy h2,.contact-card h2{color:#26354d!important}.api-doc>code{background:#f3f7fd!important;border-color:#d7e5f7!important;color:#246ed3!important}
.cart-list,.order-summary{background:#fff!important}.cart-item{border-bottom-color:#e5edf6!important}.cart-thumb{background:#eef3f8!important;color:#7c8da5!important}.cart-info a{color:#27364e!important}.cart-info span,.order-summary>div,.order-summary>p{color:#7c899d!important}.order-summary>div strong{color:#17233c!important}.order-summary>p{border-top-color:#e5edf6!important}
.model-purchase{position:sticky!important;top:86px!important}.model-main-preview img{background:#edf2f7!important}
.review-stars{color:#f3aa22!important}
.setup-card{background:#fff!important;border:1px solid #dce6f2!important;color:#293850!important}.setup-heading p,.db-status span,.setup-note{color:#7d8b9f!important}.setup-heading code,.setup-note code{background:#f2f6fc!important;border-color:#dce5f0!important;color:#246ed3!important}
.error-page h1{color:#16233c!important}.error-page p{color:#7d8a9e!important}.error-cube{stroke:#7890ac!important}
@media(max-width:700px){.model-img{flex-basis:145px!important}.model-info{min-height:124px!important}}
@media(max-width:470px){.model-img{flex-basis:210px!important}}

/* Light dashboard internals */
.data-table th{color:#7c899c!important;border-bottom-color:#e2eaf4!important}.data-table td{color:#506079!important;border-bottom-color:#e6edf6!important}.table-model>span{background:#eef3f8!important;color:#788aa2!important}.table-model strong,.table-model a{color:#26354e!important}.table-model small{color:#8794a7!important}
.license-card,.form-panel,.settings-panel,.wallet-balance,.revenue-panel,.project-list>article,.payment-list>article,.user-admin-list>article,.admin-form-layout>section,.admin-summary-grid>article,.application-status-card,.author-rules article,.author-admin-list>article,.admin-review-list>article{
  background:#fff!important;border-color:#dce6f2!important;color:#2a3951!important;box-shadow:0 7px 20px rgba(42,76,124,.04)!important
}
.license-card>p,.application-status-card p,.author-rules p,.author-admin-list>article>p,.admin-review-list>article>p,.review-account-copy p,.review-account-copy small{color:#7d8a9d!important}
.license-key,.order-license-key{background:#f3f7fc!important;border-color:#dce6f2!important;color:#2c70cc!important}.license-card dl dt,.license-card dl span{color:#7d899c!important}.license-card dl dd,.license-card dl strong{color:#2d3b53!important}
.notification-item{border-bottom-color:#e6edf6!important}.notification-item.unread{background:linear-gradient(90deg,rgba(46,121,232,.07),transparent 65%)!important}.notification-icon{background:#eaf3ff!important;border-color:#d3e4fb!important;color:#2c76da!important}.notification-copy strong{color:#293850!important}.notification-copy p{color:#7d8a9e!important}.notification-copy small{color:#9aa5b5!important}
.existing-gallery-editor{background:#f8fbff!important;border-color:#dce6f2!important}.existing-gallery-item{background:#edf3f9!important;border-color:#dce6f2!important}.existing-gallery-item>span{color:#5f6e84!important}.field-title{color:#526178!important}
.order-detail-item{border-bottom-color:#e6edf6!important}.order-summary-card dl>div{color:#77859a!important}.order-summary-card dd{color:#27364e!important}.order-summary-card .total{border-top-color:#e5edf6!important}.order-summary-card p{color:#7b899d!important}
.account-review-list>article{border-bottom-color:#e6edf6!important}.admin-filter-form input,.admin-filter-form select{border-color:#d8e3f0!important;background:#fff!important;color:#26354e!important}.admin-review-head>div small,.admin-review-footer>small,.reviewed-by{color:#8793a6!important}.admin-review-head>a{color:#2c3b54!important}
.author-review-form{border-top-color:#e5edf6!important}.author-rules article,.author-admin-list>article,.admin-review-list>article{background:#fbfdff!important}.review-note{background:#fff8e9!important;color:#9a7a37!important}.reviewed-by{border-top-color:#e5edf6!important}
.audit-table code{background:#f0f5fb!important;color:#296fcf!important}.audit-context{color:#8290a4!important}
.wallet-header,.wallet-columns,.projects-layout,.admin-form-layout{color:#29384f!important}.transaction-list>article,.downloads-full>article{border-bottom-color:#e6edf6!important}.transaction-list small,.downloads-full small{color:#8794a7!important}.transaction-icon{background:#eef4fb!important}.positive-text{color:#168b5c!important}.negative-text{color:#d9586c!important}
.category-admin-row,.user-admin-list>article{border-color:#dce6f2!important}.category-admin-row{background:#fbfdff!important}.user-identity strong{color:#27364e!important}.user-identity small{color:#8491a4!important}
.security-intro{background:#f7faff!important;border-color:#dce6f2!important;color:#56657b!important}.mini-check{background:#e8f4ff!important;color:#1c73dc!important}

/* DEX3D.PRO marketplace filters + public author profile */
.catalog-advanced-filter{display:grid;gap:0}.catalog-advanced-filter .filter-section{padding:15px 0;border-top:1px solid #e7eef7}.catalog-advanced-filter .filter-section:first-of-type{margin-top:12px}.catalog-advanced-filter h3{margin:0 0 9px;font-size:11px;color:#25324a}.catalog-advanced-filter input,.catalog-advanced-filter select{width:100%;height:36px;border:1px solid #dbe5f1;border-radius:9px;background:#fff;color:#27344a;padding:0 10px;outline:none}.catalog-advanced-filter input:focus,.catalog-advanced-filter select:focus{border-color:#65a5ff;box-shadow:0 0 0 3px rgba(50,126,231,.09)}.filter-price-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.filter-apply,.filter-reset{width:100%;justify-content:center;margin-top:9px}.reset-chip{color:#7a8ca6!important;background:#f5f8fc!important}.results-tools span{display:grid;place-items:center;width:32px;height:32px;border:1px solid #dce6f2;border-radius:8px;color:#98a5b8}.results-tools span.active{background:#edf5ff;color:#2876dd;border-color:#cfe1fa}.authors-directory-section{padding-top:18px}.authors-search{grid-template-columns:minmax(0,1fr) 110px}.author-card-public{display:block;color:inherit;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.author-card-public:hover{transform:translateY(-3px);border-color:#c9ddf7;box-shadow:0 14px 34px rgba(56,93,148,.11)}.author-card-public-top{position:relative}.author-card-public-avatar img{width:100%;height:100%;object-fit:cover;border-radius:13px}.author-verified{display:inline-block;width:13px;height:13px;color:#2674dd;vertical-align:-2px}.author-card-arrow{margin-left:auto;width:16px;height:16px;color:#9aacbf}.author-empty{grid-column:1/-1}.author-profile-page{padding-bottom:34px}.author-profile-hero{padding-top:28px}.author-profile-card{display:grid;grid-template-columns:100px minmax(0,1fr) 370px;gap:26px;align-items:center;padding:27px}.author-profile-avatar{width:96px;height:96px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(145deg,#e6f0ff,#cfe2ff);border:1px solid #cbdcf1;color:#2d74cf;font-size:27px;font-weight:900;overflow:hidden}.author-profile-avatar img{width:100%;height:100%;object-fit:cover}.author-profile-title{display:flex;align-items:center;gap:8px}.author-profile-title h1{margin:0;font-size:27px;letter-spacing:-.7px;color:#17233a}.author-profile-title .icon{width:18px;height:18px;color:#2a79df}.author-handle{margin:5px 0 10px;color:#8996a9;font-size:10px}.author-profile-bio{max-width:650px;margin:0;color:#65758e;line-height:1.55;font-size:11px}.author-profile-actions{display:flex;gap:9px;margin-top:15px}.author-profile-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px}.author-profile-stats div{padding:14px;border:1px solid #e0e9f4;border-radius:12px;background:#f9fbff}.author-profile-stats strong{display:block;color:#18243a;font-size:20px}.author-profile-stats span{color:#8795a8;font-size:9px}.section-head>div>p{margin:4px 0 0;color:#8997aa;font-size:10px}.author-job-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.author-job-card{display:block;color:inherit;text-decoration:none;padding:16px;transition:transform .18s ease,border-color .18s ease}.author-job-card:hover{transform:translateY(-2px);border-color:#cbdff8}.author-job-card h3{margin:12px 0 5px;font-size:13px;color:#26344d}.author-job-card p{margin:0 0 12px;color:#8391a4;font-size:10px}.author-job-card strong{color:#1d68c7;font-size:12px}.status-pill.done{background:#ecf9f2;color:#1c9b64}
@media(max-width:1050px){.author-profile-card{grid-template-columns:88px minmax(0,1fr)}.author-profile-stats{grid-column:1/-1;grid-template-columns:repeat(4,1fr)}.author-job-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.authors-search{grid-template-columns:1fr}.author-profile-card{grid-template-columns:1fr;gap:16px}.author-profile-avatar{width:78px;height:78px}.author-profile-stats{grid-template-columns:1fr 1fr}.author-job-grid{grid-template-columns:1fr}.filter-price-row{grid-template-columns:1fr 1fr}}
