  body.sb { font-size: 16px; color: var(--foreground); }
  .wrap { max-width: 1344px; margin: 0 auto; padding: 0 24px; }
  a { color: inherit; text-decoration: none; }

  /* ===== header (утверждён, из проекта «Заказы») ===== */
  .sb-header { position: sticky; top: 0; z-index: 40; }
  .hdr-inner { display: flex; align-items: center; gap: 28px; width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
  .hdr-city { display: inline-flex; align-items: center; gap: 7px; background: transparent; border: none; cursor: pointer; font-family: inherit; font-size: 14px; font-weight: 600; color: var(--foreground); padding: 8px 10px; border-radius: calc(var(--radius) - 4px); }
  .hdr-city:hover { background: var(--muted); }
  .hdr-city > i:first-child { width: 16px; height: 16px; color: var(--primary-hover); }
  .hdr-city .chev { width: 15px; height: 15px; color: var(--muted-foreground); }
  .hdr-lang { display: inline-flex; align-items: center; gap: 6px; background: transparent; border: none; cursor: pointer; font-family: inherit; font-size: 14px; font-weight: 600; color: var(--foreground); padding: 8px 6px; border-radius: calc(var(--radius) - 4px); }
  .hdr-lang:hover { background: var(--muted); }
  .hdr-lang i { width: 16px; height: 16px; }
  .hdr-lang .chev { width: 15px; height: 15px; color: var(--muted-foreground); }

  /* ===== breadcrumb ===== */
  .crumb { display: flex; align-items: center; gap: 8px; font-size: var(--text-xs); color: var(--muted-foreground); padding: 18px 0 14px; flex-wrap: wrap; }
  .crumb a:hover { color: var(--foreground); }
  .crumb i { width: 13px; height: 13px; }
  .crumb .here { color: var(--foreground); }

  /* ===== hero (dark) ===== */
  .phero { background: #111; color: #fff; border-radius: 20px; padding: 30px; display: flex; gap: 26px; align-items: center; flex-wrap: wrap; }
  .phero .pic { width: 132px; height: 132px; border-radius: 22px; background: #1d1d1d; flex: none; display: grid; place-items: center; color: #6f6f6f; overflow: hidden; border: 2px solid #2a2a2a; font-size: 40px; font-weight: 800; letter-spacing: -.02em; }
  .phero-main { flex: 1; min-width: 260px; }
  .phero-name { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
  .phero-name h1 { font-size: 32px; font-weight: 800; letter-spacing: -0.02em; margin: 0; }
  .ver-badge { display: none; align-items: center; gap: 6px; background: rgba(255,204,53,.16); color: var(--primary); font-size: 13px; font-weight: 700; padding: 5px 11px; border-radius: 999px; }
  .is-verified .ver-badge { display: inline-flex; }
  .ver-badge i { width: 15px; height: 15px; }
  .status-pill { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700; padding: 5px 12px; border-radius: 999px; }
  .status-pill .dot { width: 8px; height: 8px; border-radius: 50%; }
  .pill-free { background: rgba(64,180,120,.16); color: #5fd39a; }
  .pill-free .dot { background: #5fd39a; }
  .pill-busy { background: rgba(255,255,255,.1); color: #c9c9c9; }
  .pill-busy .dot { background: #c9c9c9; }
  .is-free .pill-busy { display: none; }
  body:not(.is-free) .pill-free { display: none; }
  .phero-spec { font-size: 17px; color: #cfcfcf; margin: 9px 0 16px; }
  .phero-meta { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
  .phero-meta .m { display: inline-flex; align-items: center; gap: 7px; font-size: 15px; color: #e6e6e6; }
  .phero-meta .m i { width: 17px; height: 17px; color: #9a9a9a; }
  .phero-meta .rate { color: var(--primary); font-weight: 700; font-variant-numeric: tabular-nums; }
  .phero-meta .rate i { color: var(--primary); }
  .phero-meta .m a { color: #cfcfcf; text-decoration: underline; text-underline-offset: 3px; }
  .new-meta { display: none; }
  .is-new .new-meta { display: inline-flex; }
  .is-new .exp-meta { display: none; }

  /* ===== layout ===== */
  .layout { display: grid; grid-template-columns: 1fr 360px; gap: 28px; padding: 24px 0 80px; align-items: start; }
  @media (max-width: 940px){ .layout { grid-template-columns: 1fr; } }
  main { display: flex; flex-direction: column; gap: 20px; min-width: 0; }

  /* ===== card section ===== */
  .card { padding: 26px; }
  .card-h { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
  .card-h h2 { font-size: 21px; font-weight: 700; margin: 0; letter-spacing: -0.01em; }
  .card-h .cnt { font-size: 14px; color: var(--muted-foreground); font-weight: 500; }
  .card-h .all { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--foreground); }
  .card-h .all i { width: 16px; height: 16px; }

  .about-text { font-size: 17px; line-height: 1.62; color: var(--foreground); margin: 0; text-wrap: pretty; }
  .tag-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
  .tag { display: inline-flex; align-items: center; gap: 7px; height: 38px; padding: 0 15px; border-radius: 999px; background: var(--muted); font-size: 14px; font-weight: 600; }
  .tag i { width: 15px; height: 15px; color: var(--primary-hover); }

  /* ===== specialties (skills) ===== */
  .skill-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  @media (max-width: 620px){ .skill-grid { grid-template-columns: 1fr; } }
  .skill { display: flex; align-items: center; gap: 13px; padding: 14px 16px; border: 1px solid var(--border); border-radius: 14px; }
  .skill .sk-ic { width: 44px; height: 44px; border-radius: 11px; background: var(--muted); display: grid; place-items: center; flex: none; }
  .skill .sk-ic i { width: 21px; height: 21px; color: var(--foreground); }
  .skill .sk-nm { font-size: 16px; font-weight: 600; }
  .skill .sk-lv { font-size: 13px; color: var(--muted-foreground); margin-top: 2px; display: inline-flex; align-items: center; gap: 6px; }
  .skill .sk-lv .yr { color: var(--primary-hover); font-weight: 600; }

  /* ===== rates ===== */
  .rate-top { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 6px; }
  @media (max-width: 620px){ .rate-top { grid-template-columns: 1fr; } }
  .rate-box { border: 1px solid var(--border); border-radius: 14px; padding: 18px; }
  .rate-box .rb-lbl { font-size: 13px; color: var(--muted-foreground); display: inline-flex; align-items: center; gap: 7px; }
  .rate-box .rb-lbl i { width: 15px; height: 15px; color: var(--primary-hover); }
  .rate-box .rb-v { font-size: 28px; font-weight: 800; letter-spacing: -.02em; margin-top: 8px; font-variant-numeric: tabular-nums; }
  .rate-box .rb-v .u { font-size: 15px; font-weight: 600; color: var(--muted-foreground); }
  .rate-box .rb-market { font-size: 13px; color: var(--muted-foreground); margin-top: 6px; display: inline-flex; align-items: center; gap: 6px; }
  .rate-box .rb-market i { width: 13px; height: 13px; color: oklch(0.55 0.12 149); }

  .svc-note { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--muted-foreground); line-height: 1.5; margin: 20px 0 6px; }
  .svc-note i { width: 16px; height: 16px; color: var(--primary-hover); flex: none; margin-top: 1px; }
  .svc-row { display: grid; grid-template-columns: 1fr auto auto; gap: 22px; align-items: center; padding: 15px 0; border-top: 1px solid var(--border); }
  .svc-row:first-of-type { border-top: none; }
  @media (max-width: 620px){ .svc-row { grid-template-columns: 1fr auto; } .svc-row .svc-market { display: none; } }
  .svc-work .nm { font-size: 16px; font-weight: 600; }
  .svc-work .un { font-size: 13px; color: var(--muted-foreground); margin-top: 2px; }
  .svc-market { text-align: right; }
  .svc-market .lbl { font-size: 11px; color: var(--muted-foreground); text-transform: uppercase; letter-spacing: .04em; margin-bottom: 3px; }
  .svc-market .v { font-size: 14px; color: var(--muted-foreground); font-variant-numeric: tabular-nums; white-space: nowrap; }
  .svc-price { text-align: right; min-width: 130px; }
  .svc-price .lbl { font-size: 11px; color: var(--muted-foreground); text-transform: uppercase; letter-spacing: .04em; margin-bottom: 3px; }
  .svc-price .pp { font-size: 18px; font-weight: 700; font-variant-numeric: tabular-nums; white-space: nowrap; }

  /* locked pattern */
  .lockable { position: relative; display: inline-flex; align-items: center; gap: 7px; }
  .lockable .lk { display: none; width: 15px; height: 15px; color: var(--muted-foreground); }
  .is-guest .lockable .lv { filter: blur(6px); user-select: none; }
  .is-guest .lockable .lk { display: inline-block; }

  .svc-unlock { margin-top: 18px; display: none; align-items: center; gap: 11px; background: oklch(0.99 0.03 95); border: 1px solid var(--primary); border-radius: 12px; padding: 13px 16px; font-size: 14px; color: var(--foreground); }
  .is-guest .svc-unlock { display: flex; }
  .svc-unlock i { width: 18px; height: 18px; color: #b8860b; flex: none; }
  .svc-unlock b { font-weight: 700; }
  .svc-unlock .lnk { margin-left: auto; }

  /* ===== experience timeline ===== */
  .xp { display: flex; flex-direction: column; }
  .xp-row { display: flex; gap: 16px; padding: 4px 0; }
  .xp-rail { display: flex; flex-direction: column; align-items: center; flex: none; }
  .xp-dot { width: 13px; height: 13px; border-radius: 50%; border: 2.5px solid var(--primary); background: var(--card); margin-top: 5px; }
  .xp-line { width: 2px; flex: 1; background: var(--border); margin: 4px 0; }
  .xp-row:last-child .xp-line { display: none; }
  .xp-body { padding-bottom: 22px; }
  .xp-row:last-child .xp-body { padding-bottom: 0; }
  .xp-period { font-size: 13px; color: var(--muted-foreground); font-variant-numeric: tabular-nums; }
  .xp-role { font-size: 16px; font-weight: 600; margin-top: 2px; }
  .xp-where { font-size: 14px; color: var(--muted-foreground); margin-top: 2px; }
  .xp-where a { color: var(--primary-hover); text-decoration: underline; text-underline-offset: 3px; }

  /* ===== brigades ===== */
  .brig-grid { display: flex; flex-direction: column; gap: 12px; }
  .brig { display: flex; align-items: flex-start; gap: 14px; padding: 15px 16px; border: 1px solid var(--border); border-radius: 14px; transition: box-shadow .15s ease; }
  .brig:hover { box-shadow: var(--shadow-sm); }
  .brig .bav { width: 50px; height: 50px; border-radius: 13px; background: var(--secondary); color: var(--secondary-foreground); display: grid; place-items: center; flex: none; }
  .brig .bav i { width: 22px; height: 22px; }
  .brig .bbody { flex: 1; min-width: 0; }
  .brig .bn { font-size: 16px; font-weight: 600; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
  .brig .bn > i { width: 15px; height: 15px; color: var(--primary); }
  .brig-role { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 700; padding: 2px 9px; border-radius: 999px; background: var(--muted); color: var(--muted-foreground); }
  .brig-role.lead { background: rgba(255,204,53,.2); color: #7a6000; }
  .brig-role i { width: 12px; height: 12px; }
  .brig .bper { font-size: 12.5px; color: var(--muted-foreground); margin-top: 4px; font-variant-numeric: tabular-nums; display: inline-flex; align-items: center; gap: 6px; }
  .brig .bper i { width: 13px; height: 13px; }
  .brig .bm { font-size: 13.5px; color: var(--foreground); margin-top: 6px; }

  /* ===== portfolio ===== */
  .pf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
  @media (max-width: 620px){ .pf-grid { grid-template-columns: 1fr 1fr; } }
  .pf { border-radius: 14px; overflow: hidden; border: 1px solid var(--border); cursor: pointer; background: var(--card); transition: box-shadow .15s ease, transform .12s ease; text-align: left; font-family: inherit; color: inherit; }
  .pf:hover { box-shadow: var(--shadow-md); }
  .pf:hover .pf-img { color: var(--muted-foreground); }
  .pf-img { height: 156px; background: var(--muted); display: grid; place-items: center; color: oklch(0.78 0 0); }
  .pf-img i { width: 30px; height: 30px; }
  .pf-cap { padding: 12px 14px; }
  .pf-cap .t { font-size: 15px; font-weight: 600; }
  .pf-cap .s { font-size: 13px; color: var(--muted-foreground); margin-top: 2px; }

  /* lightbox */
  .lb-overlay { position: fixed; inset: 0; background: oklch(0.145 0 0 / 0.78); backdrop-filter: blur(2px); z-index: 90; display: none; place-items: center; padding: 32px; }
  .lb-overlay.show { display: grid; }
  .lb { width: min(820px, 92vw); }
  .lb-stage { aspect-ratio: 16/10; background: #1a1a1a; border-radius: 16px; display: grid; place-items: center; color: #4a4a4a; position: relative; overflow: hidden; }
  .lb-stage i { width: 56px; height: 56px; }
  .lb-cap { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 16px; color: #fff; }
  .lb-cap .t { font-size: 18px; font-weight: 700; }
  .lb-cap .s { font-size: 14px; color: #b8b8b8; margin-top: 2px; }
  .lb-count { font-size: 14px; color: #b8b8b8; font-variant-numeric: tabular-nums; }
  .lb-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; border: none; background: rgba(255,255,255,.12); color: #fff; display: grid; place-items: center; cursor: pointer; transition: background-color .15s ease; }
  .lb-nav:hover { background: rgba(255,255,255,.22); }
  .lb-nav i { width: 22px; height: 22px; }
  .lb-prev { left: 14px; } .lb-next { right: 14px; }
  .lb-close { position: absolute; top: -14px; right: -14px; width: 40px; height: 40px; border-radius: 50%; border: none; background: #fff; color: #111; display: grid; place-items: center; cursor: pointer; }
  .lb-close i { width: 20px; height: 20px; }

  /* ===== availability ===== */
  .av-card { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
  .av-ic { width: 52px; height: 52px; border-radius: 13px; display: grid; place-items: center; flex: none; }
  .av-free .av-ic { background: oklch(0.95 0.06 149); color: oklch(0.45 0.15 149); }
  .av-busy .av-ic { background: var(--muted); color: var(--muted-foreground); }
  .av-ic i { width: 24px; height: 24px; }
  .av-main { flex: 1; min-width: 200px; }
  .av-main .at { font-size: 17px; font-weight: 700; }
  .av-main .as { font-size: 14px; color: var(--muted-foreground); margin-top: 3px; }
  .av-cond { display: flex; gap: 26px; flex-wrap: wrap; }
  .av-cond .c .cl { font-size: 12px; color: var(--muted-foreground); }
  .av-cond .c .cv { font-size: 15px; font-weight: 600; margin-top: 2px; }
  .av-free-only { display: none; }
  .is-free .av-free-only { display: flex; }
  .is-free .av-busy-only { display: none; }

  /* ===== documents ===== */
  .doc-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  @media (max-width: 620px){ .doc-list { grid-template-columns: 1fr; } }
  .doc { display: flex; align-items: center; gap: 12px; padding: 13px 15px; border: 1px solid var(--border); border-radius: 13px; }
  .doc .di { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; flex: none; background: oklch(0.95 0.06 149); }
  .doc .di i { width: 19px; height: 19px; color: oklch(0.45 0.15 149); }
  .doc.pending .di { background: var(--muted); }
  .doc.pending .di i { color: var(--muted-foreground); }
  .doc .dn { font-size: 15px; font-weight: 600; }
  .doc .ds { font-size: 12.5px; color: var(--muted-foreground); margin-top: 2px; }
  body:not(.is-verified) .doc:not(.always) { opacity: .5; }
  body:not(.is-verified) .doc:not(.always) .di { background: var(--muted); }
  body:not(.is-verified) .doc:not(.always) .di i { color: var(--muted-foreground); }
  body:not(.is-verified) .doc-unver { display: flex; }
  .doc-unver { display: none; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--muted-foreground); margin-top: 14px; line-height: 1.5; }
  .doc-unver i { width: 16px; height: 16px; color: var(--muted-foreground); flex: none; margin-top: 1px; }

  /* ===== reviews ===== */
  .rev-sum { display: flex; align-items: center; gap: 26px; padding-bottom: 20px; margin-bottom: 4px; border-bottom: 1px solid var(--border); flex-wrap: wrap; }
  .rev-score { text-align: center; }
  .rev-score .big { font-size: 48px; font-weight: 800; line-height: 1; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
  .rev-score .stars { display: inline-flex; gap: 2px; color: var(--primary); margin-top: 7px; }
  .rev-score .stars i { width: 16px; height: 16px; }
  .rev-score .cnt { font-size: 13px; color: var(--muted-foreground); margin-top: 6px; }
  .rev-bars { flex: 1; min-width: 220px; display: flex; flex-direction: column; gap: 6px; }
  .rev-bar { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--muted-foreground); }
  .rev-bar .n { width: 12px; text-align: right; font-variant-numeric: tabular-nums; }
  .rev-bar .track { flex: 1; height: 8px; border-radius: 999px; background: var(--muted); overflow: hidden; }
  .rev-bar .track > span { display: block; height: 100%; background: var(--primary); border-radius: 999px; }
  .rev-bar .c { width: 26px; text-align: right; font-variant-numeric: tabular-nums; }
  .rev-filters { display: flex; gap: 8px; flex-wrap: wrap; margin: 18px 0; }
  .rev-filters button { display: inline-flex; align-items: center; gap: 6px; height: 38px; padding: 0 15px; border-radius: 999px; border: 1px solid var(--border); background: var(--card); font-family: inherit; font-size: 14px; font-weight: 600; color: var(--foreground); cursor: pointer; transition: all .12s ease; }
  .rev-filters button span { color: var(--muted-foreground); font-variant-numeric: tabular-nums; }
  .rev-filters button i { width: 14px; height: 14px; color: var(--primary); }
  .rev-filters button[data-active="true"] { background: #111; color: #fff; border-color: #111; }
  .rev-filters button[data-active="true"] span { color: #bbb; }
  .review { padding: 18px 0; border-top: 1px solid var(--border); display: flex; gap: 14px; }
  .review .rav { width: 46px; height: 46px; border-radius: 50%; background: var(--secondary); color: var(--secondary-foreground); display: grid; place-items: center; font-weight: 700; flex: none; }
  .review .rav.brig { background: var(--primary); color: #000; }
  .review .rtop { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
  .review .rn { font-size: 16px; font-weight: 600; }
  .review .who-tag { font-size: 11px; font-weight: 700; color: var(--muted-foreground); background: var(--muted); padding: 2px 8px; border-radius: 999px; }
  .review .stars { display: inline-flex; gap: 2px; color: var(--primary); }
  .review .stars i { width: 15px; height: 15px; }
  .review .rd { font-size: 13px; color: var(--muted-foreground); margin-left: auto; }
  .review .rp { font-size: 13px; color: var(--muted-foreground); margin: 5px 0 7px; display: inline-flex; align-items: center; gap: 6px; }
  .review .rp i { width: 13px; height: 13px; }
  .review .rtext { font-size: 16px; line-height: 1.55; margin: 0; text-wrap: pretty; }

  .rev-sort { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; color: var(--muted-foreground); }
  .rev-sort > i { width: 15px; height: 15px; }
  .rev-sort select { font-family: inherit; font-size: 13px; font-weight: 600; color: var(--foreground); border: 1px solid var(--border); border-radius: calc(var(--radius) - 4px); padding: 7px 10px; background: var(--card); cursor: pointer; }
  .rev-all { display: inline-flex; align-items: center; gap: 7px; margin-top: 20px; font-size: 14px; font-weight: 600; color: var(--foreground); padding: 11px 16px; border: 1px solid var(--border); border-radius: calc(var(--radius) - 2px); transition: background-color .12s ease; }
  .rev-all:hover { background: var(--muted); }
  .rev-all i { width: 16px; height: 16px; }

  /* portfolio "view all" popup */
  .pfall-overlay { position: fixed; inset: 0; background: oklch(0.145 0 0 / 0.55); backdrop-filter: blur(2px); z-index: 92; display: none; place-items: start center; padding: 48px 24px; overflow-y: auto; }
  .pfall-overlay.show { display: grid; }
  .pfall { width: min(900px, 94vw); background: var(--card); border-radius: 18px; box-shadow: var(--shadow-lg); padding: 24px; }
  .pfall-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
  .pfall-head h3 { font-size: 20px; font-weight: 700; margin: 0 0 2px; letter-spacing: -.01em; }
  .pfall-head .s { font-size: 13px; color: var(--muted-foreground); }
  .pfall-close { width: 38px; height: 38px; border-radius: 10px; border: 1px solid var(--border); background: var(--card); display: grid; place-items: center; cursor: pointer; flex: none; }
  .pfall-close i { width: 19px; height: 19px; }
  .pfall-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
  @media (max-width: 620px){ .pfall-grid { grid-template-columns: 1fr 1fr; } }

  /* footer */
  .site-footer { background: #111; color: #cfcfcf; margin-top: 56px; padding: 76px 0 44px; }
  .site-footer .wrap { padding: 0 24px; }
  .ft-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; padding-bottom: 56px; }
  @media (max-width: 760px){ .ft-cols { grid-template-columns: 1fr 1fr; row-gap: 44px; } }
  .ft-col { display: flex; flex-direction: column; gap: 16px; }
  .ft-h { font-size: 13px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 6px; }
  .ft-col a { font-size: 14px; color: #b2b2b2; width: fit-content; transition: color .12s ease; }
  .ft-col a:hover { color: #fff; }
  .ft-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
  .ft-social { display: flex; align-items: center; gap: 14px; }
  .ft-logo { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; color: #fff; font-size: 17px; margin-right: 8px; }
  .ft-social a { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.08); display: grid; place-items: center; color: #cfcfcf; transition: background-color .12s ease, color .12s ease; }
  .ft-social a:hover { background: rgba(255,255,255,.16); color: #fff; }
  .ft-social a i { width: 18px; height: 18px; }
  .ft-legal { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; font-size: 13px; color: #8a8a8a; }
  .ft-legal a { color: #8a8a8a; transition: color .12s ease; }
  .ft-legal a:hover { color: #fff; }

  /* ===== sticky sidebar ===== */
  .aside { position: sticky; top: 88px; display: flex; flex-direction: column; gap: 16px; }
  @media (max-width: 940px){ .aside { position: static; } }
  .contact-card { padding: 22px; }
  .cc-price { display: flex; align-items: baseline; gap: 8px; }
  .cc-price .from { font-size: 14px; color: var(--muted-foreground); }
  .cc-price .v { font-size: 26px; font-weight: 800; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
  .cc-price .u { font-size: 14px; color: var(--muted-foreground); }

  .cc-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 4px; }
  .cc-actions .sb-btn { height: 3.1rem; font-size: 16px; }
  .cc-contact { margin: 18px 0; padding: 16px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .cc-locked .cl-head { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 13px; }
  .cc-locked .cl-ic { width: 38px; height: 38px; border-radius: 10px; background: var(--muted); display: grid; place-items: center; flex: none; }
  .cc-locked .cl-ic i { width: 18px; height: 18px; color: var(--muted-foreground); }
  .cc-locked .cl-t { font-size: 15px; font-weight: 700; }
  .cc-locked .cl-s { font-size: 13px; color: var(--muted-foreground); margin-top: 2px; line-height: 1.45; }
  .cc-locked .buy { width: 100%; height: 3rem; font-size: 15px; }
  .cc-locked .cl-note { font-size: 12px; color: var(--muted-foreground); margin-top: 9px; text-align: center; }
  .cc-unlocked { display: none; }
  .cc-unlocked .lbl { font-size: 13px; color: oklch(0.45 0.15 149); margin-bottom: 6px; display: inline-flex; align-items: center; gap: 6px; font-weight: 600; }
  .cc-unlocked .lbl i { width: 14px; height: 14px; }
  .cc-unlocked .num { font-size: 22px; font-weight: 700; font-variant-numeric: tabular-nums; display: flex; align-items: center; gap: 9px; margin-bottom: 12px; }
  .cc-unlocked .num i { width: 18px; height: 18px; color: var(--muted-foreground); }
  .cc-unlocked .call { width: 100%; }
  .has-contact .cc-locked { display: none; }
  .has-contact .cc-unlocked { display: block; }
  .cc-facts { display: flex; flex-direction: column; gap: 12px; }
  .cc-fact { display: flex; align-items: center; gap: 11px; font-size: 14px; }
  .cc-fact i { width: 18px; height: 18px; color: var(--muted-foreground); flex: none; }
  .cc-fact b { font-weight: 600; }

  .trust-card { padding: 18px 20px; background: oklch(0.99 0.03 95); border: 1px solid var(--primary); display: none; }
  .is-verified .trust-card { display: block; }
  .trust-top { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
  .trust-top .ti { width: 34px; height: 34px; border-radius: 9px; background: var(--primary); color: #000; display: grid; place-items: center; flex: none; }
  .trust-top .ti i { width: 19px; height: 19px; }
  .trust-top h3 { font-size: 16px; font-weight: 700; margin: 0; }
  .trust-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
  .trust-list li { display: flex; align-items: center; gap: 9px; font-size: 14px; }
  .trust-list li i { width: 16px; height: 16px; color: oklch(0.45 0.15 149); flex: none; }

  .report-link { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; color: var(--muted-foreground); padding: 4px; align-self: center; }
  .report-link:hover { color: var(--foreground); }
  .report-link i { width: 14px; height: 14px; }

  /* toast */
  .toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(20px); background: #111; color: #fff; font-size: 15px; padding: 13px 20px; border-radius: 12px; box-shadow: var(--shadow-lg); opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; display: flex; align-items: center; gap: 10px; z-index: 95; }
  .toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
  .toast i { width: 18px; height: 18px; color: var(--primary); }

  #tweaks-root { position: fixed; z-index: 100; }
