/* FollowersssBuy buyer studio: visual layer only; public and admin views stay untouched. */
.buyer-shell {
  --buyer-ink: #172b2a;
  --buyer-muted: #647370;
  --buyer-line: #dce5df;
  --buyer-accent: #b7ed67;
  --buyer-soft: #f4f7f1;
  background: #f4f7f1 !important;
  color: var(--buyer-ink);
}
.buyer-shell .buyer-side {
  background: #102c2b !important;
  border-right: 1px solid #33504b;
}
.buyer-side .brand { padding-bottom: 30px !important; letter-spacing: -.045em; }
.buyer-side .brand small { color: #9dc3b8; }
.buyer-side .side-group { color: #8db0a7 !important; }
.buyer-side .ico { color: #9bbab0 !important; }
.buyer-side a:not(.brand):not(.buyer-new-order) { color: #d0e1dc !important; }
.buyer-side nav a:not(.brand) { position: relative; font-weight: 780 !important; transition: transform .22s ease,background-color .22s ease,box-shadow .22s ease,color .22s ease !important; }
.buyer-side a:not(.brand):not(.buyer-new-order):hover { background: #ffffff13 !important; transform: translateX(4px); }
.buyer-side a.active:not(.brand) {
  background: #d8f5a9 !important;
  border-color: #d8f5a9 !important;
  box-shadow: 0 6px 18px #0000001a !important;
  color: #17312b !important;
  animation: buyer-nav-arrive .32s ease-out both;
}
.buyer-side nav a:not(.brand) .ico { transition: transform .22s ease,color .22s ease !important; }
.buyer-side nav a:not(.brand):hover .ico,.buyer-side nav a.active .ico { transform: scale(1.13); }
@keyframes buyer-nav-arrive { from { opacity: .68; transform: translateX(-5px); } to { opacity: 1; transform: translateX(0); } }
.buyer-side a.active .ico { color: #17312b !important; }
.buyer-new-order {
  background: #bcf176 !important;
  color: #19312a !important;
  box-shadow: 0 12px 24px #071d1855 !important;
  border-radius: 14px;
}
.buyer-new-order:hover { background: #d7ffa5 !important; transform: translateY(-2px); }
.buyer-side-balance {
  background: linear-gradient(145deg,#214c43,#173b37);
  border-color: #467566;
  border-radius: 19px;
}
.buyer-side-balance > span { color: #bbd8cd; }
.buyer-side-balance a { color: #d6f6a6 !important; }
.buyer-shell .buyer-topbar {
  background: #fcfdf9 !important;
  border-bottom-color: #dce7df;
  box-shadow: none;
}
.buyer-top-kicker { color: #66867c; }
.buyer-top-context strong { color: #16322e; }
.buyer-help { color: #286353; }
.buyer-help:hover { color: #0b3e2f; }
.buyer-top-funds { background: #eff7e7; border-color: #d9e9cd; color: #214b38; }
.buyer-top-funds span { background: #1e5c49; }
.buyer-currency { background: #eff7e8; border-color: #d7e8d1; color: #235642; }
.buyer-shell .avatar-round { background: #dcf3c7 !important; color: #23503e !important; }
.buyer-shell .buyer-content {
  position: relative;
  max-width: 1580px !important;
  padding-top: 18px !important;
  background-image: radial-gradient(#b5c9bd3f .7px, transparent .7px);
  background-size: 18px 18px;
}
.buyer-page-head {
  position: relative;
  isolation: isolate;
  min-height: 108px;
  display: flex;
  align-items: center !important;
  justify-content: space-between;
  overflow: hidden;
  padding: 16px 24px;
  margin-bottom: 17px !important;
  border-radius: 18px;
  background: radial-gradient(circle at 80% 20%,#3e7761 0,#21483e 31%,transparent 55%),#17332f;
  box-shadow: 0 17px 30px #15392d22;
}
.buyer-page-head::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 420px;
  height: 420px;
  right: -90px;
  top: -215px;
  border: 1px solid #c6ecb652;
  border-radius: 50%;
  box-shadow: 0 0 0 50px #d2f7be0a, 0 0 0 100px #d2f7be09;
}
.buyer-page-head > div:first-child { max-width: 760px; position: relative; z-index: 1; }
.buyer-eyebrow {
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid #c8edab78;
  border-radius: 99px;
  color: #d4f8b9 !important;
  font-size: 9px;
  letter-spacing: .13em;
}
.buyer-page-head h1 {
  color: #fff !important;
  font-size: clamp(24px, 2.5vw, 29px) !important;
  letter-spacing: -.055em;
  margin: 5px 0 2px;
}
.buyer-page-head p { max-width: 580px; color: #d1e6dd; font-size: 12px; line-height: 1.4; }
.buyer-page-head-side { display: flex; align-items: center; gap: 16px; z-index: 1; }
.buyer-page-glyph {
  display: grid;
  place-items: center;
  width: 57px;
  height: 57px;
  border: 1px solid #c7eab570;
  border-radius: 16px;
  background: #ffffff19;
  color: #d6fba5;
  font-size: 31px;
  line-height: 1;
  transform: rotate(-9deg);
}
.buyer-head-action { background: #c6f18d; border-color: #c6f18d; color: #1a3930; border-radius: 99px; }
.buyer-head-action span { color: #1a3930; }
.buyer-head-action:hover { background: #e0ffb5; border-color: #e0ffb5; color: #1a3930; transform: translateY(-2px); }
.buyer-page-new-order .buyer-head-action { display: none; }
.buyer-page-dashboard .buyer-page-head,.buyer-page-tickets .buyer-page-head {
  min-height: 108px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.buyer-page-dashboard .buyer-page-head h1,.buyer-page-tickets .buyer-page-head h1 {
  font-size: 27px !important;
  margin: 5px 0 2px;
}
.buyer-page-dashboard .buyer-page-glyph,.buyer-page-tickets .buyer-page-glyph { width: 57px; height: 57px; font-size: 31px; }
.buyer-overline { color: #317861 !important; }
.buyer-shell .panel,.buyer-shell .stat {
  background: #fff !important;
  border-color: #dbe6dd !important;
  border-radius: 19px !important;
  box-shadow: 0 7px 25px #1d3e310b !important;
}
.buyer-shell .panel h3 { color: #183a33 !important; letter-spacing: -.04em; }
.buyer-shell .btn-main {
  background: #195541 !important;
  border-color: #195541 !important;
  color: #fff !important;
  border-radius: 11px !important;
  box-shadow: 0 9px 18px #1b6d4a22 !important;
}
.buyer-shell .btn-main:hover { background: #0c3e30 !important; transform: translateY(-2px); }
.buyer-shell .btn-quiet { background: #f2f8ed; border-color: #d8e7d4; color: #234e3e; }
.buyer-shell .btn-quiet:hover { background: #e3f1d8; }
.buyer-shell .field input,.buyer-shell .field select,.buyer-shell .field textarea,.buyer-shell .search,
.buyer-shell .buyer-referral-link input {
  background: #fbfdf9;
  border-color: #d7e5da;
  color: #203d34;
  border-radius: 11px;
}
.buyer-shell .field input:focus,.buyer-shell .field select:focus,.buyer-shell .field textarea:focus,
.buyer-shell .search:focus,.buyer-shell .buyer-referral-link input:focus {
  border-color: #498867 !important;
  box-shadow: 0 0 0 3px #8fca8f55 !important;
}
.buyer-shell .table th { background: #edf5ec !important; color: #486c5c !important; }
.buyer-shell .table td { border-color: #e3ece5 !important; }
.buyer-shell .table tr:hover td { background: #f5faf1 !important; }
.buyer-shell .badge-soft.blue { background: #e5f6e0; color: #286747; }
.buyer-shell .badge-soft.warn { background: #fff0d7; color: #8c621e; }
.buyer-shell .badge-soft.gray { background: #edf2ee; color: #5f756a; }
.buyer-shell .notice.warn { background: #fff8e9; border-color: #eddcae; }
.buyer-shell a,.buyer-shell button,.buyer-shell .panel,.buyer-shell .stat { transition: background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease,color .2s ease; }
.buyer-shell :focus-visible { outline: 3px solid #e5a968 !important; outline-offset: 2px; }
.buyer-welcome {
  background: radial-gradient(circle at 88% 20%,#d8f5a8,transparent 38%),linear-gradient(120deg,#e7f5d8,#f7f8e8 70%,#f9e8d9);
  border: 1px solid #c9debc;
  color: #163a2c;
  box-shadow: 0 8px 30px #24452e12;
}
.buyer-welcome:before { border-color: #286a3e2e; box-shadow: 0 0 0 55px #2d7b3909,0 0 0 110px #2d7b3908; }
.buyer-welcome-kicker { color: #367453; }
.buyer-welcome h2,.buyer-welcome h2 em { color: #174031 !important; }
.buyer-welcome h2 em { text-decoration: underline; text-decoration-color: #f29a75; text-decoration-thickness: 5px; text-underline-offset: 7px; }
.buyer-welcome p { color: #4c6c57; }
.buyer-welcome-orb { color: #1d6844; border-color: #70aa73; background: #ffffff72; box-shadow: 0 0 0 22px #ffffff47; }
.buyer-welcome-actions .btn-quiet { background: #ffffffa8; border-color: #b8cdb7; color: #1c4934; }
.buyer-metrics .stat:nth-child(1) { background: #e1f4d4 !important; border-color: #b6dcae !important; }
.buyer-metrics .stat:nth-child(3) { background: #fff0e5 !important; border-color: #f3d4c2 !important; }
.buyer-chart-panel,.buyer-shortcuts,.buyer-recent { min-width: 0; }
.buyer-shortcuts a:hover { transform: translateX(4px); }
.buyer-chart-bar { background: #58aa78 !important; }
.buyer-chart-col:nth-child(2n) .buyer-chart-bar { background: #f0aa81; }
.buyer-panel-heading > a,.buyer-fx-note a { color: #267552; }
.buyer-shortcuts > a > span { background: #e2f3d5; color: #286743; }
.buyer-shortcuts > a:hover strong { color: #276747; }
.buyer-catalog-intro,.buyer-support-intro,.child-panel-intro {
  background: linear-gradient(120deg,#ecf8e6,#f7f8ed 65%,#ffefe2);
  border-color: #d4e7ce;
}
.buyer-support-intro > span { color: #2e8462; }
.buyer-catalog-intro h2 { color: #1a4033; }
.buyer-catalog-intro h2 em { color: #2b875b; }
.buyer-catalog-intro:after { color: #74b87c4d; }
.buyer-service-icon { background: #e8f5e0; }
.buyer-service-name strong,.buyer-orders-table td:first-child strong,.buyer-orders-table td:nth-child(2) strong { color: #1c4535; }
.buyer-rate { color: #216d47; }
.buyer-progress i { background: #4caa76; box-shadow: 0 0 0 1px #d7ebd7; }
.buyer-funds-head,.buyer-earn-hero {
  background: radial-gradient(circle at 88% 12%,#5a8968,transparent 37%),linear-gradient(110deg,#143e35,#27634e);
  border: 1px solid #40765d;
}
.buyer-funds-head .buyer-overline,.buyer-earn-hero .buyer-overline { color: #d8f7b5 !important; }
.buyer-funds-head > span,.buyer-earn-hero > span,.buyer-earn-hero h2 em { color: #bdeb8e; }
.buyer-earn-stat > strong { color: #226445; }
.buyer-tabbar {
  gap: 8px;
  border: 0;
  margin-bottom: 20px;
  padding: 5px;
  background: #e7f0e6;
  border-radius: 14px;
}
.buyer-tabbar > * { border: 0; border-radius: 10px; padding: 11px 17px; color: #507260; }
.buyer-tabbar .active { background: #fff; color: #184d37; box-shadow: 0 3px 11px #22452b18; }
.buyer-order-tabs a.active { color: #184d37; border-color: transparent; }
.buyer-tabbar a:hover { color: #184d37; background: #ffffff9c; }
.buyer-order-form { border-top: 4px solid #b0e57a !important; }
.buyer-order-summary { background: #ecf7e5; border-color: #d0e8c3; }
.buyer-order-summary .metric { color: #1b6544; }
.buyer-service-preview .buyer-preview-icon { background: #e7f5df; }
.buyer-mass-modes .active { background: #daf2c4 !important; color: #23563d !important; }
.buyer-mass-modes button { border-color: #d9e6d6; color: #476c58; }
.buyer-ticket-pills span { border-color: #d9e6d6; color: #476c58; }
.buyer-ticket-pills input:checked + span { background: #225f44; border-color: #225f44; color: #fff; }
.buyer-ticket-pills input:focus-visible + span { outline-color: #e5a968; }
.buyer-api-endpoint,.child-panel-dns { background: #f2f8f0; border-color: #dbe9d7; }
.buyer-api-endpoint code,.child-panel-dns code { color: #206345; }
.child-panel-application-note { display: grid; gap: 7px; padding: 15px 17px; margin: 4px 0 18px; background: #f1f7eb; border: 1px solid #d7e7cf; border-radius: 13px; color: #476251; font-size: 12px; line-height: 1.55; }
.child-panel-application-note strong { color: #17432f; font-size: 13px; }
.child-panel-settings { grid-template-columns: repeat(2,minmax(0,1fr)); }
.child-panel-settings > button { align-self: end; }
.buyer-fx-note { color: #668076; }
@media (max-width: 1050px) {
  .buyer-shell .buyer-side { border-right: 0; border-bottom: 1px solid #33504b; }
  .buyer-shell .buyer-content { padding-top: 18px !important; }
}
@media (max-width: 760px) {
  .buyer-page-head { min-height: 96px; padding: 14px 18px; align-items: center !important; }
  .buyer-page-head-side { display: none; }
  .buyer-page-head h1,.buyer-page-dashboard .buyer-page-head h1,.buyer-page-tickets .buyer-page-head h1 { font-size: 24px !important; }
  .buyer-page-head p { font-size: 12px; }
  .buyer-shell .buyer-content { padding-top: 14px !important; }
  .buyer-tabbar > * { padding: 10px 12px; font-size: 11px; }
  .child-panel-settings { grid-template-columns: 1fr; }
}
@media (max-width: 470px) {
  .buyer-page-head { padding: 13px 16px; border-radius: 15px; }
  .buyer-welcome { min-height: 220px; }
}
@media (prefers-reduced-motion: reduce) {
  .buyer-shell a,.buyer-shell button,.buyer-shell .panel,.buyer-shell .stat { transition: none !important; }
  .buyer-side a.active:not(.brand) { animation: none !important; }
  .buyer-side nav a:not(.brand):hover,.buyer-side nav a:not(.brand) .ico { transform: none !important; }
}

/* Keep budget and sorting beside the service field; only the results drop down. */
.buyer-order-form .service-picker-fixed-filters {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
  margin: 0 0 16px;
}
.buyer-order-form .service-picker-fixed-filters label {
  display: grid;
  gap: 7px;
  color: #49695b;
  font-size: 11px;
  font-weight: 750;
}
.buyer-shell .buyer-order-form .service-picker-fixed-filters select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cfe3d0;
  border-radius: 12px;
  background: #f8fcf6;
  color: #254438;
  font-size: 13px;
  padding: 10px 13px;
}
.buyer-shell .buyer-order-form .service-picker-fixed-filters select:focus-visible {
  outline: 3px solid #b8e997;
  outline-offset: 2px;
}

/* Service-type thumbnails are vector images, not letter or emoji substitutes. */
.buyer-order-filter-grid .service-type-icon {
  display: inline-grid;
  place-items: center;
  flex: none;
  width: 29px;
  height: 29px;
  border: 1px solid #d8ead5;
  border-radius: 9px;
  background: #ebf7e6;
}
.buyer-order-filter-grid .service-type-icon svg { display: block; width: 19px; height: 19px; }
.buyer-order-filter-grid .service-type-picker .platform-picker-options { top: calc(100% + 6px); bottom: auto; }

/* Site-matched near-black service results with crisp white text. */
.buyer-shell .buyer-order-form .service-picker-popover {
  top: calc(100% + 8px);
  padding: 14px;
  border: 1px solid #355448;
  border-radius: 16px;
  background: #14221e;
  color: #f6faf6;
  box-shadow: 0 24px 56px #10231d52;
  animation: service-dropdown-in .16s ease-out;
}
.buyer-order-form .service-picker-heading strong { color: #f6faf6; font-size: 13px; }
.buyer-order-form .service-picker-clear { color: #b8ee94; }
.buyer-order-form .service-picker-clear:hover { color: #e0ffc6; text-decoration: underline; }
.buyer-shell .buyer-order-form .service-picker-search {
  border: 1px solid #476555;
  border-radius: 10px;
  background: #20352d;
  color: #fff;
  font-size: 13px;
}
.buyer-order-form .service-picker-search::placeholder { color: #adbfaf; }
.buyer-shell .buyer-order-form .service-picker-search:focus {
  border-color: #b7ec8c !important;
  box-shadow: 0 0 0 3px #b7ec8c36;
  outline: none;
}
.buyer-order-form .service-picker-count {
  margin-top: 12px;
  border-radius: 10px 10px 0 0;
  background: #20372e;
  color: #d5e5d8;
}
.buyer-order-form .service-picker-list {
  max-height: min(365px,48vh);
  border-color: #385247;
  background: #14221e;
  scrollbar-color: #6e9680 #14221e;
}
.buyer-order-form .service-picker-group {
  background: #21392e;
  color: #d1f1bd;
}
.buyer-order-form .service-picker-list button {
  border-top-color: #31443c;
  background: #172722;
  color: #f7faf7;
}
.buyer-order-form .service-picker-list button:hover,
.buyer-order-form .service-picker-list button:focus-visible { background: #294439; }
.buyer-order-form .service-picker-list button[aria-selected="true"] {
  border-left-color: #baf488;
  background: #294938;
}
.buyer-order-form .service-picker-row-main strong { color: #fff; }
.buyer-order-form .service-picker-row-sub { color: #c4d5ca; }
.buyer-order-form .service-picker-row-sub b { color: #d1f59e; }
.buyer-order-form .service-picker-row-sub em { color: #a5e7c6; }
.buyer-order-form .service-picker-empty { color: #d0ded2; }
@keyframes service-dropdown-in {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 530px) {
  .buyer-order-form .service-picker-fixed-filters { grid-template-columns: 1fr; }
  .buyer-shell .buyer-order-form .service-picker-popover { padding: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  .buyer-shell .buyer-order-form .service-picker-popover { animation: none; }
}

/* Keep the primary New order action in place while fitting navigation on shorter screens. */
@media (min-width: 1051px) {
  .buyer-side .brand { padding-bottom: 42px !important; }
  .buyer-side .side-group { margin: 10px 14px 4px !important; }
  .buyer-side nav a:not(.brand):not(.buyer-new-order) { padding: 7px 12px !important; margin: 1px 0 !important; }
  .buyer-side .ico { font-size: 15px !important; }
  .buyer-side-balance { margin-top: 10px; padding: 12px; gap: 3px; }
  .buyer-side-balance strong { font-size: 22px; }
}
.buyer-account-logout { margin-top: 14px; }

/* Keep the approved wordmark visible even when the sidebar is short. */
.buyer-side .brand {
  flex: 0 0 54px;
  width: min(100%, 230px);
  height: 54px;
  min-height: 54px;
  padding: 0 !important;
  overflow: hidden;
}
.buyer-side .brand > .buyer-brand-image {
  display: block;
  flex: none;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
}

/* Reference-inspired service details, using this site's forest/lime palette. */
.buyer-shell .buyer-service-preview {
  background: #1b2422 !important;
  border: 1px solid #354b41 !important;
  color: #f5faf4;
  box-shadow: 0 18px 44px #12261e1c !important;
}
.buyer-shell .buyer-service-preview .buyer-overline { color: #b9d8ba !important; }
.buyer-detail-heading { display: flex; align-items: flex-start; gap: 13px; margin: 17px 0 18px; }
.buyer-detail-platform { display: grid; place-items: center; flex: none; width: 42px; height: 42px; border-radius: 12px; background: #e9f8df; }
.buyer-detail-platform .platform-icon { background: transparent; }
.buyer-shell .buyer-service-preview .buyer-detail-heading h3 { margin: 0 0 5px !important; color: #fff !important; font-size: 18px !important; line-height: 1.35; }
.buyer-service-preview .buyer-detail-heading p { margin: 0; color: #b8cbc0; font-size: 12px; }
.buyer-detail-price { padding: 17px; border: 1px solid #426849; border-radius: 17px; background: #2a3b30; }
.buyer-detail-price > div { display: flex; align-items: baseline; gap: 5px; }
.buyer-detail-price strong { color: #c8fa8d; font-size: 26px; letter-spacing: -.04em; }
.buyer-detail-price span { color: #e2efdc; font-size: 12px; }
.buyer-detail-price small { display: block; margin-top: 5px; color: #b5cbb8; }
.buyer-detail-price .buyer-detail-range { display: inline-block; margin-top: 13px; padding: 4px 9px; border: 1px solid #7a9e73; border-radius: 99px; color: #effbe8; }
.buyer-detail-pills { display: flex; flex-wrap: wrap; gap: 7px; margin: 14px 0 18px; }
.buyer-detail-pills span { border: 1px solid #526457; border-radius: 99px; padding: 5px 9px; color: #e4ede1; font-size: 11px; }
.buyer-detail-delivery { padding: 16px; border-radius: 17px; background: #26342b; }
.buyer-detail-section-title { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 4px; margin-bottom: 11px; }
.buyer-detail-section-title strong { color: #f7fbf5; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.buyer-detail-section-title small { color: #acc5ad; font-size: 11px; }
.buyer-detail-stat-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.buyer-detail-stat { min-width: 0; padding: 11px; border-radius: 11px; background: #17251e; }
.buyer-detail-stat span,.buyer-detail-stat small { display: block; color: #b6c9b6; font-size: 10px; }
.buyer-detail-stat strong { display: block; margin: 5px 0; color: #d9f9aa; font-size: 15px; }
.buyer-detail-facts { margin-top: 12px; }
.buyer-detail-facts > div { display: flex; justify-content: space-between; gap: 14px; padding: 10px 0; border-bottom: 1px solid #35483d; font-size: 12px; }
.buyer-detail-facts > div:last-child { border-bottom: 0; }
.buyer-detail-facts span { color: #b4c8b9; }
.buyer-detail-facts strong { color: #f2faf0; text-align: right; }
.buyer-service-preview .buyer-detail-description,.buyer-service-preview .buyer-detail-footnote { color: #aac1ac; font-size: 11px; line-height: 1.5; }
.buyer-service-preview .buyer-detail-footnote { margin: 12px 0 0; }

/* Reference-like tonal layering, translated into the site's forest/lime palette. */
.buyer-shell { background: #101b19 !important; color-scheme: dark; }
.buyer-shell .main { background: #101b19; }
.buyer-shell .buyer-content {
  color: #e7f1e9;
  background-image: radial-gradient(#88a7911a .7px, transparent .7px);
}
.buyer-shell .buyer-topbar { background: #17231f !important; border-color: #30463b; }
.buyer-shell .buyer-top-kicker { color: #9fbbaa; }
.buyer-shell .buyer-top-context strong,.buyer-shell .buyer-help,.buyer-shell .top-user { color: #f2f7f0; }
.buyer-shell .buyer-currency,.buyer-shell .buyer-top-funds { background: #22342b; border-color: #3b5946; color: #f0f8eb; }
.buyer-shell .buyer-page-head {
  background: radial-gradient(circle at 84% 12%,#355a42 0,transparent 38%),linear-gradient(110deg,#1c3029,#244638);
  border: 1px solid #3c5f48;
  box-shadow: 0 15px 32px #07110d66;
}
.buyer-shell .buyer-page-head::before { border-color: #b6ef9870; box-shadow: 0 0 0 50px #b5ee950a,0 0 0 100px #b5ee9508; }
.buyer-shell .buyer-page-head h1 { color: #f7faf3 !important; }
.buyer-shell .buyer-page-head p { color: #bfd2c2; }
.buyer-shell .buyer-eyebrow { color: #c7f4a4 !important; border-color: #9bcb847a; }
.buyer-shell .buyer-page-glyph { color: #cbf6a8; background: #ffffff14; border-color: #a1d28a7a; }
.buyer-shell .buyer-head-action { background: #c2f28b; border-color: #c2f28b; }
.buyer-shell .panel,.buyer-shell .stat {
  background: #1c2926 !important;
  border-color: #35443d !important;
  color: #f3f7f1;
  box-shadow: 0 16px 38px #050d0a42 !important;
}
.buyer-shell .panel h3 { color: #f4f8f1 !important; }
.buyer-shell .panel p,.buyer-shell .panel .muted,.buyer-shell .buyer-order-form > p { color: #b8c9bd; }
.buyer-shell .buyer-overline { color: #bce59d !important; }
.buyer-shell .buyer-tabbar { background: #1d2b27; border: 1px solid #34483c; box-shadow: 0 10px 26px #050d0a35; }
.buyer-shell .buyer-tabbar > * { color: #b6d1b7; }
.buyer-shell .buyer-tabbar .active { background: #bdf18a; color: #173427; box-shadow: 0 5px 16px #a6eb7230; }
.buyer-shell .buyer-tabbar a:hover { color: #e5f7d6; background: #355142; }
.buyer-shell .buyer-order-form .field label,.buyer-shell .buyer-order-form .field small { color: #c4d9c8; }
.buyer-shell .field input,.buyer-shell .field select,.buyer-shell .field textarea,.buyer-shell .search,
.buyer-shell .buyer-referral-link input {
  background: #14211d;
  border-color: #405447;
  color: #f3f7f1;
}
.buyer-shell .field input::placeholder,.buyer-shell .field textarea::placeholder,.buyer-shell .search::placeholder { color: #9db1a4; }
.buyer-shell .field input:disabled,.buyer-shell .field select:disabled { opacity: 1; color: #dbe9dc; }
.buyer-shell .buyer-order-filter-grid label,.buyer-shell .service-picker-fixed-filters label { color: #c4d9c8; }
.buyer-shell .buyer-order-filter-grid .platform-picker summary,
.buyer-shell .buyer-order-form .service-picker summary {
  background: #14211d;
  border-color: #405447;
  color: #f3f7f1;
}
.buyer-shell .buyer-order-filter-grid .platform-picker-chevron,
.buyer-shell .buyer-order-form .service-picker-chevron { color: #bdd8bd; }
.buyer-shell .buyer-order-filter-grid .platform-picker-options { background: #1c2b25; border-color: #44604c; }
.buyer-shell .buyer-order-filter-grid .platform-picker-options button { color: #f1f7ef; }
.buyer-shell .buyer-order-filter-grid .platform-picker-options button:hover,
.buyer-shell .buyer-order-filter-grid .platform-picker-options button:focus-visible { background: #304c39; }
.buyer-shell .buyer-order-filter-grid .platform-picker-options button[aria-selected="true"] { background: #35573e; }
.buyer-shell .buyer-order-form .service-picker-choice strong { color: #f5f8f2; }
.buyer-shell .buyer-order-form .service-picker-choice small { color: #afc4b4; }
.buyer-shell .buyer-order-form .service-picker-fixed-filters select { background: #14211d; border-color: #405447; color: #f3f7f1; }
.buyer-shell .buyer-order-summary { background: #273b2d; border-color: #426348; }
.buyer-shell .buyer-order-summary span { color: #d9e8d7; }
.buyer-shell .buyer-order-summary small { color: #adc6af; }
.buyer-shell .buyer-order-summary .metric { color: #c5f293; }
.buyer-shell .buyer-service-preview {
  background: #1c2926 !important;
  border-color: #35443d !important;
  color: #f3f7f1;
  box-shadow: 0 16px 38px #050d0a42 !important;
}
.buyer-shell .buyer-service-preview .buyer-overline { color: #bce59d !important; }
.buyer-shell .buyer-service-preview .buyer-detail-heading h3 { color: #f7faf3 !important; }
.buyer-shell .buyer-service-preview .buyer-detail-heading p { color: #b8cbbd; }
.buyer-shell .buyer-detail-price { background: #2b3d31; border-color: #4c7150; }
.buyer-shell .buyer-detail-price strong { color: #c6f28d; }
.buyer-shell .buyer-detail-price span,.buyer-shell .buyer-detail-price small { color: #d2e2d0; }
.buyer-shell .buyer-detail-price .buyer-detail-range { color: #e5f4dc; border-color: #83a57a; }
.buyer-shell .buyer-detail-pills span { color: #e2eee0; border-color: #607663; background: #22332a; }
.buyer-shell .buyer-detail-delivery { background: #293831; }
.buyer-shell .buyer-detail-section-title strong { color: #f5faf3; }
.buyer-shell .buyer-detail-section-title small { color: #b1cab4; }
.buyer-shell .buyer-detail-stat { background: #192820; border: 1px solid #3a5140; }
.buyer-shell .buyer-detail-stat span,.buyer-shell .buyer-detail-stat small { color: #b1c9b5; }
.buyer-shell .buyer-detail-stat strong { color: #c7ef9c; }
.buyer-shell .buyer-detail-facts > div { border-color: #3b5140; }
.buyer-shell .buyer-detail-facts span { color: #b3cbbb; }
.buyer-shell .buyer-detail-facts strong { color: #f0f8ed; }
.buyer-shell .buyer-service-preview .buyer-detail-description,
.buyer-shell .buyer-service-preview .buyer-detail-footnote { color: #b0c6b4; }
.buyer-shell .table th { background: #25382d !important; color: #bdd8c0 !important; }
.buyer-shell .table td { color: #e8f1e8; border-color: #35493c !important; }
.buyer-shell .table td strong,.buyer-shell .buyer-orders-table td:first-child strong,
.buyer-shell .buyer-orders-table td:nth-child(2) strong { color: #f4f8f1; }
.buyer-shell .table tr:hover td { background: #253a2d !important; }
.buyer-shell .buyer-mass-modes button,.buyer-shell .buyer-ticket-pills span { background: #203129; color: #d4e6d4; border-color: #48624e; }
.buyer-shell .buyer-mass-modes button.active { background: #bdf18a !important; border-color: #bdf18a; color: #19382a !important; }
.buyer-shell .buyer-ticket-types legend { color: #d5e9d4; }
.buyer-shell .buyer-welcome { background: linear-gradient(120deg,#264733,#1d3029 75%); border-color: #527457; color: #f3f8ef; }
.buyer-shell .buyer-welcome h2,.buyer-shell .buyer-welcome h2 em { color: #f3f8ef !important; }
.buyer-shell .buyer-welcome-kicker { color: #c8efa7; }

/* Swipeable promotions sit below the single-order form, not inside its controls. */
.buyer-order-main { display: grid; align-content: start; gap: 18px; min-width: 0; }
.buyer-order-main > .buyer-order-form { margin: 0; min-width: 0; }
.buyer-promo { min-width: 0; overflow: hidden; border: 1px solid #3d5c47; border-radius: 18px; background: #172820; box-shadow: 0 16px 36px #050d0a35; transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease; }
.buyer-promo:hover { border-color: #354652; transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,.24); }
.buyer-promo:focus-within { border-color: #22d3a7; }
.buyer-promo-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; touch-action: pan-y; }
.buyer-promo-track::-webkit-scrollbar { display: none; }
.buyer-promo-slide { flex: 0 0 100%; min-width: 0; aspect-ratio: 3 / 1; scroll-snap-align: start; position: relative; }
.buyer-promo-image-link,.buyer-promo-image-link img { display: block; width: 100%; height: 100%; }
.buyer-promo-image-link img { object-fit: cover; }
.buyer-promo-buyaccx { background: #0b1014; }
.buyer-promo-buyaccx img { object-fit: contain; }
.buyer-promo > .buyer-promo-buyaccx { aspect-ratio: 3 / 1; }
.buyer-referral-card { display: block; margin-top: 48px; overflow: hidden; aspect-ratio: 3 / 2; border: 1px solid #26333d; border-radius: 18px; background: #0b1014; box-shadow: 0 8px 30px rgba(0,0,0,.18); transition: border-color 180ms ease, transform 180ms ease; }
.buyer-referral-card:hover { border-color: #354652; transform: translateY(-1px); }
.buyer-referral-card:focus-visible { outline: 2px solid #22d3a7; outline-offset: 3px; }
.buyer-referral-card img { display: block; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 760px) { .buyer-referral-card { margin-top: 18px; } }
@media (prefers-reduced-motion: reduce) {
  .buyer-promo-track { scroll-behavior: auto; }
  .buyer-promo { transition: none; }
  .buyer-referral-card { transition: none; }
}
