/* Canonical surface bundle. Generated by bin/rebuild_product_css.py. */

/* Source: resources/css/platform-base.css */
/* Canonical platform foundation source. */

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--op-bg);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  font-family: -apple-system,BlinkMacSystemFont,"Inter","Segoe UI",system-ui,Roboto,Arial,sans-serif;
  color: var(--op-text);
  background: var(--op-bg);
  font-size: 14px;
  line-height: 1.34;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Shared application header */
.app-shell-header {
  width: 100%;
  min-height: 64px;
  background: #fff;
  border-bottom: 1px solid #dce6f2;
}

.shell-topbar {
  width: 100%;
}

.shell-topbar__inner {
  width: 100%;
  min-height: 64px;
  padding: 10px 18px 9px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.topbar-title--brand {
  min-width: 0;
  display: flex;
  align-items: center;
}

.brand-slot--lockup {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-logo-img {
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
}

.topbar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 auto;
}

.topbar-btn,
.topbar-icon-btn {
  min-height: 42px;
  border: 1px solid #dce6f2;
  border-radius: 14px;
  background: #fff;
  color: #071225;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.topbar-btn {
  padding: 0 14px;
  font-size: 16px;
  line-height: 1;
}

.topbar-icon-btn {
  width: 42px;
  padding: 0;
  position: relative;
}

.topbar-icon-btn svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 420px) {
  .shell-topbar__inner {
    padding-inline: 20px 18px;
  }

  .brand-logo-img {
    width: 190px;
  }
}

button,input,select,textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

img,svg {
  display: block;
  max-width: 100%;
}

[hidden],.is-hidden {
  display: none !important;
}

.op-surface-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}

.op-surface-body {
  background: var(--op-bg);
}

.op-surface-page {
  width: 100%;
  min-height: 100svh;
  background: var(--op-bg);
  padding: 0 0 calc(154px + env(safe-area-inset-bottom));
}

.op-surface-safe-bottom .op-surface-shell {
  padding-bottom: calc(176px + env(safe-area-inset-bottom));
}

.op-surface-shell--wide {
  width: min(100% - 28px,940px);
}

.op-surface-shell--requisites {
  width: min(100% - 28px,404px);
}

.op-surface-section {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.op-surface-section + .op-surface-section {
  margin-top: 0;
}

.op-surface-header {
  display: block;
}

.op-surface-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.op-surface-header-brand {
  display: flex;
  align-items: center;
  min-width: 0;
}

.op-surface-home-logo {
  width: 154px;
  height: auto;
  margin: 5px auto 7px;
}

.op-surface-home-logo--large {
  width: 168px;
}

.op-surface-icon-button i,.op-surface-header-bell-dot {
  position: absolute;
  right: 7px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--op-blue);
  box-shadow: 0 0 0 2px #fff;
}

.op-surface-card,.op-surface-order-card,.op-surface-notification-card,.op-surface-dispute-card,.op-surface-client-order-stage-card,.op-surface-master-order-card,.op-surface-master-repair-stage-card,.op-surface-master-profile-card,.op-surface-master-payouts,.op-surface-master-requisites-card,.op-surface-payment-card,.op-surface-support-tile {
  background: var(--op-card);
  border: 1px solid rgba(222,231,242,.82);
  border-radius: var(--op-radius);
  box-shadow: var(--op-shadow);
  color: var(--op-text);
}

.op-surface-card,.op-surface-order-card,.op-surface-notification-card,.op-surface-dispute-card,.op-surface-client-order-stage-card,.op-surface-master-order-card,.op-surface-master-repair-stage-card,.op-surface-master-profile-card,.op-surface-master-requisites-card,.op-surface-payment-card,.op-surface-master-payouts {
  padding: 12px;
  display: grid;
  gap: 9px;
  overflow: hidden;
}

.op-surface-title {
  margin: 0;
  font-size: 19px;
  line-height: 1.08;
  font-weight: 620;
  letter-spacing: -.025em;
}

.op-surface-section-title {
  margin: 0;
  font-size: 13.8px;
  line-height: 1.15;
  font-weight: 590;
  letter-spacing: -.012em;
}

.op-surface-subtitle {
  margin: 0;
  color: var(--op-muted);
  font-size: 12.2px;
  line-height: 1.3;
  font-weight: 420;
}

.op-surface-text {
  margin: 0;
  font-size: 12.8px;
  line-height: 1.34;
}

.op-surface-text-muted,.op-surface-muted {
  color: var(--op-muted);
}

.op-surface-card-headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
}

.op-surface-order-num {
  font-size: 10.8px;
  color: #7B8798;
}

.op-surface-card-row {
  display: grid;
  grid-template-columns: 28px minmax(0,1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 0;
  padding: 8px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.op-surface-card-row+.op-surface-card-row,.op-surface-card-row:not(:first-child) {
  border-top: 1px solid rgba(222,231,242,.72);
}

.op-surface-card-row-title,.op-surface-card-row strong {
  font-size: 12.7px;
  font-weight: 560;
  line-height: 1.16;
  min-width: 0;
}

.op-surface-card-row-subtitle,.op-surface-card-row .op-surface-text-muted {
  display: block;
  margin-top: 1px;
  font-size: 11.2px;
  color: #748095;
  line-height: 1.2;
  font-weight: 390;
}

.op-surface-card-row svg {
  width: 15px;
  height: 15px;
}

.op-surface-card-row>svg:last-child {
  display: none;
}

.op-surface-icon-tile--warning {
  background: var(--op-soft-blue);
  color: var(--op-blue);
}

.op-surface-icon-tile--success {
  background: var(--op-success-soft);
  color: var(--op-success);
}

.op-surface-icon-tile--neutral {
  background: #F4F7FB;
  color: #607087;
}

.op-surface-button-primary,.op-surface-button-outline,.op-surface-button-danger-outline,.op-surface-button-ghost {
  width: 100%;
  min-height: 41px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6px;
  padding: 0 12px;
  font-size: 12.8px;
  font-weight: 560;
  line-height: 1.1;
  text-decoration: none;
  appearance: none;
}

.op-surface-button-outline {
  background: #fff;
  color: #0060F4;
  border: 1px solid rgba(0,96,244,.25);
}

.op-surface-button-danger-outline {
  background: #fff;
  color: var(--op-danger);
  border: 1px solid rgba(212,58,58,.28);
}

.op-surface-button-ghost {
  background: transparent;
  color: var(--op-blue);
  border: 0;
}

.op-surface-button-primary svg,.op-surface-button-outline svg,.op-surface-button-danger-outline svg,.op-surface-button-ghost svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.op-surface-button-row,.op-surface-card-actions {
  display: grid;
  gap: 8px;
}

.op-surface-card-actions--split,.op-surface-button-row--split {
  grid-template-columns: 1fr 1fr;
}

.op-surface-inline-action {
  width: auto;
  min-height: 30px;
  border-radius: 10px;
  padding: 0 9px;
  font-size: 11px;
}

.op-surface-inline-form {
  display: grid;
  gap: 8px;
  margin: 0;
  width: 100%;
}

.op-surface-status-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  min-height: 22px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #EEF5FF;
  color: var(--op-blue);
  font-size: 10.6px;
  font-weight: 560;
  line-height: 1;
  border: 1px solid rgba(0,96,244,.08);
}

.op-surface-status-chip--blue {
  background: #EEF5FF;
  color: var(--op-blue);
}

.op-surface-status-chip--green {
  background: var(--op-success-soft);
  color: var(--op-success);
}

.op-surface-status-chip--red {
  background: var(--op-danger-soft);
  color: var(--op-danger);
}

.op-surface-status-chip--warning {
  background: #EEF5FF;
  color: var(--op-blue);
}

.op-surface-status-chip--neutral {
  background: #F3F6FA;
  color: #677386;
}

.op-surface-meta-row {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  color: #667287;
  font-size: 11.2px;
  line-height: 1.15;
  font-weight: 400;
}

.op-surface-meta-row svg {
  width: 13px;
  height: 13px;
  color: #7F8A9E;
  flex: 0 0 auto;
}

.op-surface-meta-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 10px;
  padding: 0;
  margin: 0;
}

.op-surface-search-card {
  min-height: 39px;
  border: 1px solid rgba(222,231,242,.84);
  border-radius: 15px;
  background: rgba(255,255,255,.74);
  box-shadow: none;
  display: grid;
  grid-template-columns: 18px minmax(0,1fr) auto;
  gap: 7px;
  align-items: center;
  padding: 0 9px;
}

.op-surface-search-card svg {
  width: 14px;
  height: 14px;
  color: #7B8798;
}

.op-surface-search-card input {
  border: 0;
  background: transparent;
  outline: 0;
  font-size: 11.6px;
  color: var(--op-text);
  min-width: 0;
}

.op-surface-search-card button {
  min-height: 27px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  color: #071225;
  padding: 0 10px;
  font-size: 11.2px;
  font-weight: 520;
}

.op-surface-order-card {
  grid-template-columns: 94px minmax(0,1fr);
  gap: 9px;
  align-items: start;
}

.op-surface-order-photo {
  width: 94px;
  height: 104px;
  min-height: 104px;
  border-radius: 17px;
  background: #EEF3FA;
  overflow: hidden;
  color: var(--op-blue);
  display: block;
}

.op-surface-order-photo img,.op-surface-order-photo svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
  background: transparent;
  display: block;
  transform: none;
}

.op-surface-order-content {
  display: grid;
  gap: 4px;
  min-width: 0;
  align-content: start;
}

.op-surface-order-content h2 {
  margin: 0;
  font-size: 14.3px;
  line-height: 1.11;
  font-weight: 600;
  letter-spacing: -.018em;
}

.op-surface-order-content p {
  display: none;
}

.op-surface-order-content .op-surface-meta-row:nth-of-type(n+2) {
  display: none;
}

.op-surface-order-action {
  grid-column: 1/-1;
  min-height: 39px;
  margin-top: 0;
}

.op-surface-photo-preview,.op-surface-hero-photo {
  width: 100%;
  height: 170px;
  border-radius: 18px;
  background: #EEF3FA;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: var(--op-blue);
}

.op-surface-photo-preview img,.op-surface-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
}

.op-surface-hero-photo>svg {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
}

.op-surface-object-stage-card {
  grid-template-columns: 96px minmax(0,1fr);
  gap: 9px;
  align-items: start;
}

.op-surface-object-preview {
  width: 96px;
  min-height: 106px;
  height: 106px;
  border-radius: 17px;
  background: #EEF3FA;
  overflow: hidden;
  display: block;
}

.op-surface-object-preview img,.op-surface-object-preview svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
  background: transparent;
  display: block;
  transform: none;
}

.op-surface-object-main {
  display: grid;
  gap: 4px;
  min-width: 0;
  align-content: start;
}

.op-surface-object-main h1 {
  margin: 0;
  font-size: 15.3px;
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -.018em;
}

.op-surface-object-main p {
  display: none;
}

.op-surface-object-stage-card>.op-surface-card-row,.op-surface-object-stage-card>.op-surface-card-actions,.op-surface-object-stage-card>.op-surface-master-action-grid,.op-surface-object-stage-card>.op-surface-fault-decode,.op-surface-object-stage-card>.op-surface-button-primary,.op-surface-object-stage-card>.op-surface-button-outline,.op-surface-object-stage-card>.op-surface-panel {
  grid-column: 1/-1;
}

.op-surface-stage-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.op-surface-stage-copy h2 {
  margin: 0;
  font-size: 15.2px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -.018em;
}

.op-surface-stage-copy p {
  display: none;
}

.op-surface-stage-panel {
  display: grid;
  grid-template-columns: 28px minmax(0,1fr);
  gap: 8px;
  align-items: start;
  padding: 8px 0;
  border-top: 1px solid rgba(222,231,242,.72);
  background: transparent;
  border-radius: 0;
}

.op-surface-stage-panel h2 {
  margin: 0;
  font-size: 13.1px;
  line-height: 1.16;
  font-weight: 560;
}

.op-surface-stage-panel p {
  display: none;
}

.op-surface-panel {
  display: grid;
  gap: 8px;
  padding: 8px 0;
  background: transparent;
  border-top: 1px solid rgba(222,231,242,.72);
  border-radius: 0;
  box-shadow: none;
}

.op-surface-panel summary {
  cursor: pointer;
  list-style: none;
}

.op-surface-panel summary::-webkit-details-marker {
  display: none;
}

.op-surface-panel[open]>summary {
  margin-bottom: 0;
}

.op-surface-master-repair-monolith {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}

.op-surface-master-repair-photo img,.op-surface-master-repair-photo svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
  background: transparent;
  display: block;
  transform: none;
}

.op-surface-master-repair-summary {
  display: grid;
  gap: 4px;
}

.op-surface-master-repair-summary h1 {
  margin: 0;
  font-size: 16.3px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -.018em;
}

.op-surface-master-repair-summary p {
  display: none;
}

.op-surface-master-action-grid,.op-surface-compact-action-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(222,231,242,.72);
  background: transparent;
  padding-top: 0;
  margin-top: 0;
}

.op-surface-master-action-grid a {
  min-height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0;
  color: var(--op-text);
  text-decoration: none;
  min-width: 0;
}

.op-surface-master-action-grid a+a {
  border-left: 1px solid rgba(222,231,242,.72);
}

.op-surface-master-action-grid strong {
  font-size: 11.8px;
  font-weight: 520;
  line-height: 1.1;
}

.op-surface-master-action-grid small {
  display: none;
}

.op-surface-fault-decode p:not(.op-surface-fault-decode-hint) {
  display: none;
}

.op-surface-support-tile>svg:last-child {
  display: none;
}

.op-surface-support-tile strong {
  display: block;
  font-size: 12.6px;
  font-weight: 560;
  line-height: 1.15;
}

.op-surface-support-tile span span,.op-surface-support-tile div>span {
  display: block;
  margin-top: 1px;
  font-size: 11.1px;
  color: #69758A;
  line-height: 1.22;
}

.op-surface-support-tile[data-visual-support-tile] {
  margin-bottom: 0;
}

.op-surface-master-repair-stage-card>.op-surface-support-tile {
  border: 0;
  border-top: 1px solid rgba(222,231,242,.72);
  border-radius: 0;
  padding: 9px 0;
  box-shadow: none;
  background: transparent;
}

.op-surface-profile-head {
  display: grid;
  grid-template-columns: 48px minmax(0,1fr);
  gap: 9px;
  align-items: center;
}

.op-surface-avatar {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: var(--op-soft-blue);
  color: var(--op-blue);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.op-surface-avatar svg {
  width: 21px;
  height: 21px;
}

.op-surface-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.op-surface-master-profile-card .op-surface-subtitle {
  display: none;
}

.op-surface-kpi-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 0;
  border-top: 1px solid rgba(222,231,242,.72);
  border-bottom: 1px solid rgba(222,231,242,.72);
}

.op-surface-kpi,.op-surface-kpi-item {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 8px 6px;
  min-width: 0;
}

.op-surface-kpi+.op-surface-kpi,.op-surface-kpi-item+.op-surface-kpi-item {
  border-left: 1px solid rgba(222,231,242,.72);
}

.op-surface-kpi-value {
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: -.015em;
}

.op-surface-kpi-label {
  margin-top: 2px;
  font-size: 9.8px;
  line-height: 1.15;
  color: #758197;
  font-weight: 420;
}

.op-surface-kpi-note {
  display: none;
}

.op-surface-dispute-card {
  gap: 8px;
}

.op-surface-dispute-card>p.op-surface-subtitle {
  display: none;
}

.op-surface-dispute-card h1 {
  margin: 0;
  font-size: 17.8px;
  line-height: 1.08;
  font-weight: 610;
  letter-spacing: -.02em;
}

.op-surface-dispute-status {
  display: grid;
  grid-template-columns: 28px minmax(0,1fr);
  gap: 8px;
  align-items: start;
  border-top: 1px solid rgba(222,231,242,.72);
  padding-top: 8px;
}

.op-surface-dispute-status .op-surface-subtitle {
  display: none;
}

.op-surface-dispute-card .op-surface-card-row[data-action-row="back"] {
  padding-top: 0;
  border-top: 0;
}

.op-surface-dispute-card .op-surface-card-row-subtitle {
  display: none;
}

.op-surface-dispute-card .op-surface-button-outline {
  min-height: 36px;
}

.op-surface-dispute-card .op-surface-card-row:last-child {
  display: none;
}

.op-surface-payout-card {
  gap: 8px;
}

.op-surface-payout-card .op-surface-stage-panel {
  border-top: 0;
  padding-top: 0;
}

.op-surface-payout-card .op-surface-card-headline {
  padding-top: 8px;
  border-top: 1px solid rgba(222,231,242,.72);
}

.op-surface-payout-card .op-surface-card-headline h2 {
  margin: 0;
  font-size: 13px;
  font-weight: 560;
}

.op-surface-payout-card .op-surface-card-headline b {
  font-size: 15px;
  font-weight: 610;
}

.op-surface-payout-row {
  display: grid;
  grid-template-columns: 28px minmax(0,1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  background: transparent;
  border-top: 1px solid rgba(222,231,242,.72);
  border-radius: 0;
  font-size: 12.4px;
}

.op-surface-payout-amount {
  font-size: 12.4px;
  font-weight: 600;
}

.op-surface-payout-card .op-surface-status-chip+ .op-surface-status-chip {
  margin-left: 5px;
}

.op-surface-payout-card .op-surface-icon-tile--warning,.op-surface-payout-monolith .op-surface-icon-tile--warning {
  background: #EEF5FF;
  color: var(--op-blue);
}

.op-surface-payout-monolith [class*="warning"],.op-surface-master-payouts [class*="warning"] {
  --op-warning: var(--op-blue);
  --op-warning-soft: #EEF5FF;
}

.op-surface-payout-monolith .op-surface-status-chip--warning,.op-surface-master-payouts .op-surface-status-chip--warning {
  background: #F3F7FC;
  color: #627086;
  border-color: rgba(222,231,242,.86);
}

.op-surface-requisites-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.op-surface-payout-illustration {
  height: 104px;
  border-radius: 18px;
  background: linear-gradient(135deg,#EFF6FF,#F8FBFF);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.op-surface-ill-wallet {
  width: 58px;
  height: 58px;
  border-radius: 19px;
  background: #0060F4;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 14px 30px rgba(0,96,244,.18);
}

.op-surface-ill-wallet svg {
  width: 27px;
  height: 27px;
}

.op-surface-ill-orbit,.op-surface-ill-card,.op-surface-ill-coin {
  position: absolute;
}

.op-surface-ill-orbit {
  inset: 18px 52px;
  border-radius: 999px;
  border: 1px solid rgba(0,96,244,.16);
}

.op-surface-ill-card {
  left: 62px;
  bottom: 27px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #DCEBFF;
  color: var(--op-blue);
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 13px;
}

.op-surface-ill-coin {
  right: 62px;
  bottom: 27px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #DCEBFF;
  color: var(--op-blue);
  display: grid;
  place-items: center;
  font-weight: 600;
}

.op-surface-requisites-copy h1 {
  margin: 0;
  font-size: 20px;
  line-height: 1.08;
  font-weight: 610;
  letter-spacing: -.02em;
}

.op-surface-requisites-copy p {
  margin: 2px 0 0;
  color: var(--op-muted);
  font-size: 12.4px;
  line-height: 1.28;
}

.op-surface-requisites-chip {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 0;
  border-top: 1px solid rgba(222,231,242,.72);
  font-size: 12.5px;
}

.op-surface-requisites-chip svg {
  width: 15px;
  height: 15px;
  color: var(--op-blue);
}

.op-surface-requisites-fields {
  display: grid;
  gap: 7px;
  border-top: 1px solid rgba(222,231,242,.72);
  padding-top: 8px;
}

.op-surface-requisites-fields label {
  display: grid;
  gap: 4px;
}

.op-surface-requisites-fields label span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #5D697A;
  font-size: 11.8px;
}

.op-surface-requisites-fields label svg {
  width: 13px;
  height: 13px;
}

.op-surface-input,.op-surface-textarea,.op-surface-select {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(222,231,242,.95);
  border-radius: 13px;
  background: #fff;
  color: var(--op-text);
  padding: 0 12px;
  outline: 0;
  font-size: 12.8px;
}

.op-surface-textarea {
  min-height: 92px;
  padding: 11px;
  resize: vertical;
}

.op-surface-input:focus,.op-surface-textarea:focus,.op-surface-select:focus {
  border-color: rgba(0,96,244,.44);
  box-shadow: 0 0 0 3px rgba(0,96,244,.08);
}

.op-surface-payment-success {
  margin-top: 18px;
  padding: 20px 16px;
  gap: 10px;
  text-align: center;
}

.op-surface-payment-success h1 {
  margin: 0;
  font-size: 20px;
  line-height: 1.08;
  font-weight: 620;
  letter-spacing: -.02em;
}

.op-surface-payment-success p {
  margin: 0;
  color: #667285;
  font-size: 12.5px;
  line-height: 1.32;
}

.op-surface-success-mark {
  width: 58px;
  height: 58px;
  margin: 0 auto;
  border-radius: 999px;
  background: #F0F7FF;
  color: var(--op-blue);
  display: grid;
  place-items: center;
}

.op-surface-success-mark svg {
  width: 27px;
  height: 27px;
}

.op-surface-hero-img {
  width: 100%;
  height: 205px;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}

.op-surface-home-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.op-surface-home-primary {
  min-height: 42px;
}

.op-surface-home-order {
  gap: 8px;
}

.op-surface-home-order .op-surface-title {
  font-size: 17px;
}

.op-surface-home-order .op-surface-button-outline svg {
  display: none;
}

.op-surface-home-order .op-surface-card-actions--split {
  display: flex;
  gap: 9px;
}

.op-surface-upload {
  min-height: 86px;
  border: 1px dashed rgba(0,96,244,.26);
  border-radius: 17px;
  background: #F8FBFF;
  color: var(--op-blue);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 12px;
}

.op-surface-upload strong {
  font-size: 13px;
  font-weight: 570;
}

.op-surface-field {
  display: grid;
  gap: 5px;
}

.op-surface-field label,.op-surface-field-label {
  font-size: 11.8px;
  font-weight: 520;
  color: #536176;
}

.op-surface-form {
  display: grid;
  gap: 9px;
}

.op-surface-support-monolith .op-surface-title,.op-surface-notifications-monolith .op-surface-title {
  font-size: 18px;
}

.op-surface-support-monolith .op-surface-card-row {
  border-top: 1px solid rgba(222,231,242,.72);
}

.op-surface-notification-row {
  grid-template-columns: auto minmax(0,1fr) auto;
}

.op-surface-notification-row .op-surface-card-row-subtitle {
  display: none;
}

.op-surface-notification-card h2 {
  margin: 0;
  font-size: 14px;
}

.op-surface-notification-card p {
  margin: 0;
  color: var(--op-muted);
}

.op-surface-key-values {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(222,231,242,.72);
  border-bottom: 1px solid rgba(222,231,242,.72);
}

.op-surface-key-values>div {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 8px;
  align-items: center;
  padding: 7px 0;
}

.op-surface-key-values>div+div {
  border-top: 1px solid rgba(222,231,242,.62);
}

.op-surface-key-values span {
  color: #738095;
  font-size: 11.4px;
  line-height: 1.16;
}

.op-surface-key-values b {
  font-size: 11.8px;
  line-height: 1.16;
  font-weight: 560;
  text-align: right;
}

.op-surface-key-values--flat {
  grid-column: 1/-1;
}

.op-surface-scenario-proof-card .op-surface-button-danger-outline {
  min-height: 39px;
}

.op-surface-scenario-proof-card .op-surface-fault-decode {
  padding: 8px 0;
}

.op-surface-scenario-state {
  display: grid;
  grid-template-columns: 36px minmax(0,1fr);
  align-items: center;
  gap: 9px;
  padding: 2px 0 8px;
  border-bottom: 1px solid rgba(222,231,242,.72);
}

.op-surface-scenario-state h1 {
  margin: 0;
  font-size: 17px;
  line-height: 1.08;
  font-weight: 610;
  letter-spacing: -.02em;
}

.op-surface-scenario-state p {
  margin: 2px 0 0;
  color: #667285;
  font-size: 11.8px;
  line-height: 1.28;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 18px;
  background: rgba(7,18,37,.38);
}

.modal-overlay.is-hidden {
  display: none;
}

.modal {
  width: 100%;
  max-width: 430px;
  background: #fff;
  border-radius: 28px 28px 22px 22px;
  box-shadow: 0 24px 60px rgba(7,18,37,.25);
  padding: 18px;
  display: grid;
  gap: 12px;
  position: relative;
}

.modal:before {
  content: "";
  width: 52px;
  height: 5px;
  border-radius: 999px;
  background: #DDE4EF;
  justify-self: center;
  margin: -3px 0 4px;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.modal-title {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 620;
  letter-spacing: -.02em;
}

.modal-close {
  border: 1px solid rgba(222,231,242,.9);
  background: #F7FAFE;
  border-radius: 13px;
  width: 36px;
  height: 36px;
  color: #071225;
  font-size: 22px;
  line-height: 1;
}

.modal-body {
  color: #566174;
  line-height: 1.34;
  font-size: 12.8px;
}

.modal-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.op-surface-modal-proof .modal {
  max-width: 404px;
}

.op-surface-modal-hero {
  height: 112px;
  border-radius: 20px;
  background: linear-gradient(135deg,#EFF6FF,#FFFFFF);
  display: grid;
  place-items: center;
  color: var(--op-blue);
}

.op-surface-modal-hero svg {
  width: 68px;
  height: 68px;
}

.op-surface-modal-steps {
  display: grid;
  gap: 6px;
}

.op-surface-modal-step {
  display: grid;
  grid-template-columns: 26px 30px minmax(0,1fr);
  align-items: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid rgba(222,231,242,.86);
  border-radius: 13px;
  padding: 7px 9px;
  background: #fff;
}

.op-surface-modal-step b {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #0060F4;
  color: #fff;
  font-size: 11px;
}

.op-surface-modal-step svg {
  width: 19px;
  height: 19px;
  color: #0060F4;
}

.op-surface-modal-step span {
  font-size: 12.4px;
  font-weight: 520;
}

.op-surface-modal-page {
  padding: 0;
}

.op-surface-modal-page .op-surface-shell {
  padding-bottom: 0;
}

.op-surface-modal-proof-bg {
  min-height: 100svh;
  display: grid;
  align-content: start;
  gap: 10px;
  filter: brightness(.82);
}

.op-surface-chat-thread {
  display: grid;
  gap: 7px;
}

.op-surface-chat-bubble.is-own {
  background: #EEF5FF;
  color: #071225;
  margin-left: 36px;
}

.op-surface-photo-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 8px;
}

.op-surface-photo-grid .op-surface-photo-preview {
  height: 96px;
}

.op-surface-modal-hero--install {
  position: relative;
  min-height: 136px;
  overflow: hidden;
}

.op-surface-modal-hero--install .op-surface-install-phone {
  width: 82px;
  height: 112px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  color: var(--op-blue);
  background: #fff;
  box-shadow: 0 16px 44px rgba(0,96,244,.10);
  border: 2px solid rgba(0,96,244,.20);
}

.op-surface-modal-hero--install .op-surface-install-phone svg {
  width: 62px;
  height: 62px;
  stroke-width: 1.35;
}

.op-surface-modal-hero--install .op-surface-install-share {
  position: absolute;
  left: calc(50% - 18px);
  top: 45px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #EAF3FF;
  color: var(--op-blue);
}

.op-surface-modal-hero--install .op-surface-install-share svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.25;
}

.op-surface-modal-hero--install .op-surface-install-plus {
  position: absolute;
  left: calc(50% + 42px);
  top: 73px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--op-blue);
  border: 4px solid var(--op-blue);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.op-surface-requisites-fields .op-surface-button-primary {
  margin-bottom: 104px;
}

.op-surface-screen-master-requisites .op-surface-card {
  padding: 12px;
  gap: 7px;
}

.op-surface-screen-master-requisites .op-surface-payout-illustration {
  height: 78px;
  border-radius: 16px;
}

.op-surface-screen-master-requisites .op-surface-ill-wallet {
  width: 46px;
  height: 46px;
  border-radius: 16px;
}

.op-surface-screen-master-requisites .op-surface-ill-wallet svg {
  width: 22px;
  height: 22px;
}

.op-surface-screen-master-requisites .op-surface-ill-orbit {
  inset: 13px 58px;
}

.op-surface-screen-master-requisites .op-surface-ill-card {
  left: 66px;
  right: auto;
  bottom: 21px;
  top: auto;
  width: 29px;
  height: 29px;
  font-size: 12px;
}

.op-surface-screen-master-requisites .op-surface-ill-coin {
  right: 66px;
  bottom: 21px;
  width: 29px;
  height: 29px;
  font-size: 12px;
}

.op-surface-screen-master-requisites .op-surface-requisites-copy h1 {
  font-size: 18px;
}

.op-surface-screen-master-requisites .op-surface-requisites-copy p {
  font-size: 11.6px;
  line-height: 1.22;
}

.op-surface-screen-master-requisites .op-surface-requisites-chip {
  padding: 6px 0;
  font-size: 12px;
}

.op-surface-screen-master-requisites .op-surface-requisites-fields {
  gap: 5px;
  padding-top: 6px;
}

.op-surface-screen-master-requisites .op-surface-requisites-fields label {
  gap: 2px;
}

.op-surface-screen-master-requisites .op-surface-requisites-fields label span {
  font-size: 10.8px;
}

.op-surface-screen-master-requisites .op-surface-input {
  min-height: 34px;
  border-radius: 11px;
  font-size: 11.8px;
  padding: 0 10px;
}

.op-surface-screen-master-requisites .op-surface-requisites-fields .op-surface-button-primary {
  min-height: 38px;
  border-radius: 12px;
  margin-bottom: 0;
}

.op-surface-bottom-nav svg :where(path,circle,rect,line,polyline,polygon,ellipse),.op-surface-icon-tile svg :where(path,circle,rect,line,polyline,polygon,ellipse) {
  stroke-width: .86px;
}

.op-surface-scenario-proof-card>* {
  grid-column: 1/-1;
  min-width: 0;
}

.op-surface-scenario-proof-card .op-surface-object-preview img,.op-surface-scenario-proof-card .op-surface-master-repair-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: none;
}

.op-surface-scenario-copy {
  display: grid;
  gap: 4px;
  padding: 0;
}

.op-surface-scenario-copy h1,.op-surface-scenario-proof-card .op-surface-object-main h1 {
  font-size: 17px;
  line-height: 1.1;
  font-weight: 610;
  letter-spacing: -.02em;
}

.op-surface-scenario-copy p,.op-surface-scenario-proof-card .op-surface-object-main p {
  display: block;
  margin: 0;
  color: #657185;
  font-size: 12.4px;
  line-height: 1.34;
}

.op-surface-return-flow {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border-top: 1px solid rgba(222,231,242,.72);
  border-bottom: 1px solid rgba(222,231,242,.72);
  border: 1px solid rgba(222,231,242,.86);
  border-radius: 18px;
  overflow: hidden;
  background: #F8FBFF;
  box-shadow: none;
}

.op-surface-return-flow span {
  display: grid;
  gap: 3px;
  justify-items: center;
  text-align: center;
  color: #7A8494;
  min-height: 48px;
  padding: 8px 3px;
  background: transparent;
  font-size: 10.8px;
  line-height: 1.05;
}

.op-surface-return-flow span+span {
  border-left: 1px solid rgba(222,231,242,.74);
}

.op-surface-return-flow b {
  display: grid;
  place-items: center;
  border-radius: 999px;
  width: 24px;
  height: 24px;
  font-size: 11px;
  font-weight: 650;
  background: #EAF3FF;
  color: var(--op-blue);
}

.op-surface-return-flow .is-current {
  background: #FFFFFF;
  color: #071225;
  font-weight: 560;
}

.op-surface-return-flow .is-current b {
  background: var(--op-blue);
  color: #fff;
  box-shadow: 0 8px 18px rgba(0,96,244,.16);
}

.op-surface-scenario-strip {
  display: grid;
  align-items: start;
  border-top: 1px solid rgba(222,231,242,.72);
  background: transparent;
  grid-template-columns: 30px minmax(0,1fr);
  padding: 9px 0;
  gap: 9px;
}

.op-surface-scenario-strip strong {
  display: block;
  line-height: 1.15;
  font-size: 13.4px;
  font-weight: 590;
}

.op-surface-scenario-strip span span,.op-surface-scenario-strip div>span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.32;
  color: #657185;
}

.op-surface-scenario-proof-card .op-surface-key-values {
  border-top: 1px solid rgba(222,231,242,.72);
  border-bottom: 1px solid rgba(222,231,242,.72);
}

.op-surface-scenario-proof-card .op-surface-key-values>div {
  grid-template-columns: minmax(0,.9fr) minmax(0,1.35fr);
  padding: 8px 0;
}

.op-surface-scenario-proof-card .op-surface-key-values span {
  font-size: 11.6px;
}

.op-surface-scenario-proof-card .op-surface-key-values b {
  font-size: 12.2px;
  line-height: 1.22;
  text-align: right;
}

.op-surface-master-action-grid.op-surface-compact-action-grid {
  min-height: 44px;
  border-top: 1px solid rgba(222,231,242,.72);
  margin-top: 1px;
}

.op-surface-master-action-grid.op-surface-compact-action-grid a {
  min-height: 42px;
  padding: 6px 8px;
}

.op-surface-master-action-grid.op-surface-compact-action-grid strong {
  font-size: 12.8px;
  font-weight: 560;
}

.op-surface-master-action-grid.op-surface-compact-action-grid .op-surface-icon-tile {
  width: 26px;
  height: 26px;
  border-radius: 10px;
}

.op-surface-master-action-grid.op-surface-compact-action-grid .op-surface-icon-tile svg {
  width: 13px;
  height: 13px;
}

.op-surface-screen-support .op-surface-card {
  padding: 14px;
  gap: 9px;
  border-radius: 24px;
}

.op-surface-screen-support .op-surface-title {
  font-size: 20px;
}

.op-surface-screen-support .op-surface-input {
  min-height: 44px;
}

.op-surface-screen-support .op-surface-textarea {
  min-height: 116px;
}

.op-surface-screen-support .op-surface-card-row-title {
  font-size: 13px;
}

.op-surface-screen-support .op-surface-shell {
  padding-bottom: calc(96px + env(safe-area-inset-bottom));
}

.op-surface-scenario-proof-card .op-surface-master-action-grid {
  grid-column: 1/-1;
  display: none;
}

.op-surface-icon-tile {
  color: var(--op-blue);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 29px;
  height: 29px;
  border-radius: 12px;
  background: #F3F8FF;
}

.op-surface-icon-tile svg {
  width: 13.5px;
  height: 13.5px;
}

.op-surface-icon-tile--small {
  width: 23px;
  height: 23px;
  border-radius: 9px;
}

.op-surface-icon-tile--small svg {
  width: 11.5px;
  height: 11.5px;
}

.op-surface-card-row svg,.op-surface-meta-row svg,.op-surface-button-primary svg,.op-surface-button-outline svg,.op-surface-button-danger-outline svg {
  stroke-width: .72px;
}

.op-surface-bottom-nav-item.is-active {
  color: var(--op-blue);
  background: #EEF5FF;
}

.op-surface-scenario-proof-card {
  grid-template-columns: 1fr;
  border-radius: 26px;
  padding-bottom: 14px;
  gap: 8px;
  padding: 13px;
}

.op-surface-scenario-proof-card .op-surface-scenario-state {
  display: grid;
  align-items: center;
  padding: 0 0 9px;
  border-bottom: 1px solid rgba(222,231,242,.72);
  grid-template-columns: 30px minmax(0,1fr);
  gap: 8px;
  padding-bottom: 8px;
}

.op-surface-scenario-proof-card .op-surface-scenario-state h1 {
  letter-spacing: -.025em;
  white-space: normal;
  font-size: 16px;
  font-weight: 590;
  line-height: 1.08;
}

.op-surface-scenario-proof-card .op-surface-scenario-state p {
  line-height: 1.24;
  font-size: 11.2px;
}

.op-surface-scenario-proof-card .op-surface-status-chip {
  line-height: 1.05;
  white-space: normal;
  text-align: left;
  font-size: 9.8px;
  min-height: 20px;
  padding: 3px 7px;
  font-weight: 540;
}

.op-surface-scenario-proof-card .op-surface-object-preview,.op-surface-scenario-proof-card .op-surface-master-repair-photo {
  width: 100%;
  overflow: hidden;
  background: #EEF3FA;
  box-shadow: inset 0 0 0 1px rgba(222,231,242,.54);
  height: 132px;
  min-height: 132px;
  border-radius: 19px;
}

.op-surface-simple-flow span {
  display: grid;
  grid-template-columns: 24px minmax(0,1fr);
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 7px 10px;
  color: #748095;
  font-size: 11px;
  line-height: 1.05;
  font-weight: 500;
}

.op-surface-simple-flow span+span {
  border-left: 1px solid rgba(222,231,242,.72);
}

.op-surface-simple-flow b {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #EEF5FF;
  color: var(--op-blue);
  font-size: 10px;
  font-weight: 620;
}

.op-surface-simple-flow .is-done b {
  background: #F3F7FC;
  color: #667285;
}

.op-surface-simple-flow .is-current {
  background: #fff;
  color: #071225;
  font-weight: 570;
}

.op-surface-simple-flow .is-current b {
  background: var(--op-blue);
  color: #fff;
}

.op-surface-scenario-proof-card .op-surface-return-flow {
  display: none;
}

.op-surface-scenario-strip--simple {
  padding: 8px 0;
}

.op-surface-scenario-strip--simple strong {
  font-size: 12.8px;
  font-weight: 570;
}

.op-surface-scenario-strip--simple span span,.op-surface-scenario-strip--simple div>span {
  font-size: 11.6px;
  line-height: 1.26;
}

.op-surface-key-values--compact>div {
  padding: 6px 0;
}

.op-surface-key-values--compact span {
  font-size: 11px;
}

.op-surface-key-values--compact b {
  font-size: 11.6px;
  font-weight: 540;
}

.op-surface-scenario-proof-card .op-surface-button-primary,.op-surface-scenario-proof-card .op-surface-button-outline,.op-surface-scenario-proof-card .op-surface-button-danger-outline {
  min-height: 38px;
  border-radius: 13px;
  font-size: 12.2px;
  font-weight: 540;
}

.op-surface-icon-tile svg,.op-master-icon-tile svg {
  stroke-width: .68px;
}

.op-surface-icon-tile--danger {
  background: #FFF5F5;
  color: #D43A3A;
}

.op-master-icon-tile--fault,.op-surface-fault-decode .op-surface-icon-tile {
  background: #F6FAFF;
  color: var(--op-blue);
}

.op-surface-stage-head {
  display: grid;
  grid-template-columns: 32px minmax(0,1fr);
  align-items: center;
  gap: 8px;
}

.op-surface-stage-copy h1,.op-surface-stage-copy h2,.op-surface-object-main h1,.op-surface-order-content h2 {
  font-weight: 580;
  letter-spacing: -.018em;
}

body[class*="op-surface-screen-client"] .op-surface-fault-decode,body[class*="op-surface-screen-client"] .op-master-order-fault-link {
  display: none;
}

.op-surface-visual-note {
  margin: 0;
  color: #657185;
  font-size: 12px;
  line-height: 1.3;
  display: none;
}

.op-surface-fault-decode .op-surface-icon-tile,.op-master-icon-tile--fault {
  background: #F3F8FF;
  color: #0060F4;
  border-color: rgba(0,96,244,.10);
}

.op-surface-fault-decode .op-surface-icon-tile svg,.op-master-icon-tile--fault svg {
  width: 12px;
  height: 12px;
  stroke-width: .64px;
}

.op-master-order-code-row {
  gap: 2px;
}

.op-master-order-code {
  font-weight: 570;
  font-size: 12.3px;
  letter-spacing: -.01em;
  color: #071225;
}

.op-master-order-fault-title {
  font-weight: 540;
  font-size: 11.8px;
  color: #0060F4;
}

.op-master-order-fault-copy,.op-master-order-fault-scope {
  font-size: 10.6px;
  line-height: 1.22;
  color: #687386;
}

.op-surface-object-stage-card,.op-surface-client-order-stage-card,.op-surface-master-order-card,.op-surface-master-repair-stage-card {
  box-shadow: 0 10px 28px rgba(7,18,37,.055);
  border-color: rgba(222,231,242,.76);
}

body[class*="op-surface-screen-client"] .op-surface-fault-decode, body[class*="op-surface-screen-client"] .op-master-order-fault-link, body[class*="op-surface-screen-client"] .op-master-order-fault-title, body[class*="op-surface-screen-client"] .op-master-order-fault-copy, body[class*="op-surface-screen-client"] .op-master-order-fault-scope {
  display: none;
}

.op-surface-staff-screen {
  display: grid;
  gap: 12px;
  padding-bottom: calc(84px + env(safe-area-inset-bottom));
}

.op-surface-staff-hero {
  display: grid;
  grid-template-columns: 34px minmax(0,1fr);
  gap: 10px;
  align-items: start;
  padding: 15px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(222,231,242,.78);
  box-shadow: 0 10px 30px rgba(7,18,37,.055);
}

.op-surface-staff-hero h1 {
  margin: 5px 0 2px;
  font-size: 22px;
  line-height: 1.04;
  font-weight: 610;
  letter-spacing: -.03em;
  color: #071225;
}

.op-surface-staff-hero p {
  margin: 0;
  font-size: 12.4px;
  line-height: 1.3;
  color: #687386;
}

.op-surface-staff-kpis {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 8px;
}

.op-surface-staff-kpis article {
  padding: 10px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(222,231,242,.78);
  box-shadow: 0 8px 22px rgba(7,18,37,.04);
}

.op-surface-staff-kpis span {
  display: block;
  font-size: 10.5px;
  color: #687386;
  line-height: 1.15;
}

.op-surface-staff-kpis b {
  display: block;
  margin-top: 5px;
  font-size: 15px;
  color: #071225;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -.02em;
}

.op-surface-staff-table {
  gap: 0;
  padding: 14px;
  border-radius: 24px;
}

.op-surface-staff-table .op-surface-card-headline {
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(222,231,242,.72);
}

.op-surface-staff-table .op-surface-card-headline h2 {
  font-size: 16px;
  font-weight: 590;
  margin: 0;
}

.op-surface-staff-row {
  display: grid;
  grid-template-columns: 28px minmax(0,1fr) auto;
  gap: 9px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(222,231,242,.62);
}

.op-surface-staff-row:last-child {
  border-bottom: 0;
}

.op-surface-staff-row strong {
  display: block;
  font-size: 12.8px;
  font-weight: 560;
  line-height: 1.18;
  color: #071225;
}

.op-surface-staff-row span {
  display: block;
  font-size: 11px;
  line-height: 1.22;
  color: #6B7586;
}

.op-surface-staff-row b {
  font-size: 11.2px;
  font-weight: 560;
  color: #0060F4;
}

.pn-wrap {
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(7,18,37,.94);
  backdrop-filter: blur(14px);
  border-top: 1px solid rgba(255,255,255,.10);
}

.pn-btn,.pn-switch {
  border-radius: 13px;
  font-weight: 600;
}

svg :where(path,circle,rect,line,polyline,polygon,ellipse) {
  stroke-width: .76px;
  vector-effect: non-scaling-stroke;
}

.op-surface-icon-tile svg,.op-master-icon-tile svg,.op-master-order-fault-icon svg {
  stroke-width: .76px;
}

.op-surface-order-card, .op-surface-client-order-stage-card, .op-surface-master-order-card, .op-surface-master-repair-stage-card {
  border-color: var(--op-card-edge);
  box-shadow: 0 10px 26px rgba(7,18,37,.048);
}

.op-surface-hero-photo, .op-surface-order-photo, .op-surface-object-preview, .op-surface-master-repair-photo, .op-master-order-media, .uix-media-shell {
  background: var(--op-media-bg);
  border: 0;
  box-shadow: inset 0 0 0 1px var(--op-media-edge);
  overflow: hidden;
  display: block;
  isolation: isolate;
}

.op-surface-hero-photo img, .op-surface-order-photo img, .op-surface-object-preview img, .op-surface-master-repair-photo img, .op-master-order-media img, .uix-media-shell .uix-media-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  padding: 0;
  margin: 0;
  background: transparent;
  filter: none;
}

[data-media-source="client-photo"] img, [data-order-image-source="client-photo"] img, .uix-media-shell--has-real-photo .uix-media-image {
  object-fit: cover;
  transform: none;
}

[data-media-source="appliance-fallback"] img, [data-order-image-source="fallback"] img, [data-order-image-source="appliance-fallback"] img, .uix-media-shell--support-fallback .uix-media-image, .op-surface-hero-photo--fallback img {
  object-fit: cover;
  object-position: center;
  transform: none;
}

.op-surface-order-card[data-visual-order-card] .op-surface-order-content {
  align-self: center;
}

.op-surface-object-stage-card, .op-surface-scenario-proof-card {
  padding: 10px;
  border-radius: 24px;
  gap: 9px;
}

.op-surface-object-stage-card .op-surface-object-preview {
  border-radius: 18px;
}

.op-surface-scenario-proof-card .op-surface-object-preview, .op-surface-scenario-proof-card .op-surface-master-repair-photo, .op-surface-master-repair-photo {
  height: 142px;
  min-height: 142px;
  border-radius: 18px;
}

.op-surface-scenario-proof-card--simple .op-surface-simple-flow, .op-surface-scenario-proof-card--simple .op-surface-key-values {
  display: none;
}

.op-surface-scenario-proof-card--simple .op-surface-scenario-state {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(222,231,242,.58);
}

.op-surface-scenario-proof-card--simple .op-surface-scenario-state h1 {
  font-size: 18px;
  line-height: 1.06;
  font-weight: 600;
}

.op-surface-scenario-proof-card--simple .op-surface-scenario-state p {
  font-size: 11.6px;
  color: #6B7586;
}

.op-surface-scenario-proof-card--simple .op-surface-scenario-strip {
  border-top: 1px solid rgba(222,231,242,.58);
  border-bottom: 0;
  padding: 9px 0;
  background: transparent;
}

.op-surface-scenario-proof-card--simple .op-surface-scenario-strip strong {
  font-size: 13px;
  font-weight: 560;
}

.op-surface-scenario-proof-card--simple .op-surface-scenario-strip span span, .op-surface-scenario-proof-card--simple .op-surface-scenario-strip div>span {
  font-size: 11.6px;
  line-height: 1.26;
}

.op-surface-scenario-proof-card--simple .op-surface-button-primary, .op-surface-scenario-proof-card--simple .op-surface-button-outline, .op-surface-scenario-proof-card--simple .op-surface-button-danger-outline {
  min-height: 40px;
  border-radius: 14px;
  font-size: 12.4px;
  font-weight: 550;
}

.op-surface-client-order-stage-card.op-surface-object-stage-card:not(.op-surface-scenario-proof-card) {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 10px;
  border-radius: 24px;
}

.op-surface-client-order-stage-card.op-surface-object-stage-card:not(.op-surface-scenario-proof-card)>.op-surface-object-main, .op-surface-client-order-stage-card.op-surface-object-stage-card:not(.op-surface-scenario-proof-card)>.op-surface-card-row, .op-surface-client-order-stage-card.op-surface-object-stage-card:not(.op-surface-scenario-proof-card)>.op-surface-card-actions, .op-surface-client-order-stage-card.op-surface-object-stage-card:not(.op-surface-scenario-proof-card)>.op-surface-master-action-grid {
  grid-column: 1/-1;
}

.op-surface-auth-proof,.op-surface-master-pending-proof,.op-surface-chat-proof,.op-surface-fault-search-proof,.op-surface-flow-proof,.op-surface-push-proof {
  gap: 10px;
}

.op-surface-chat-proof {
  display: grid;
}

.op-surface-chat-bubble {
  max-width: 86%;
  padding: 9px 11px;
  border-radius: 16px;
  font-size: 12.8px;
  line-height: 1.28;
  background: #F2F6FB;
  color: #071225;
}

.op-surface-chat-bubble--master {
  justify-self: end;
  background: #0060F4;
  color: #fff;
}

.op-surface-chat-composer {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 8px;
  align-items: center;
  border-top: 1px solid rgba(222,231,242,.62);
  padding-top: 9px;
}

.op-surface-chat-composer .op-surface-button-primary {
  width: auto;
  min-width: 88px;
  min-height: 38px;
  padding: 0 12px;
}

.op-surface-push-proof>.op-surface-icon-tile {
  width: 44px;
  height: 44px;
  border-radius: 15px;
}

.op-surface-fault-decode-hint {
  color: #556172;
  font-weight: 430;
  font-size: 11.1px;
}

.op-surface-order-card,.op-surface-object-stage-card,.op-surface-master-repair-stage-card {
  box-shadow: 0 8px 24px rgba(7,18,37,.042);
  border-color: rgba(222,231,242,.70);
}

.op-surface-order-card[data-visual-order-card] {
  border-radius: 23px;
  align-items: stretch;
  grid-template-columns: 102px minmax(0,1fr);
  padding: 10px;
  gap: 10px;
}

.op-surface-order-card[data-visual-order-card] .op-surface-order-photo {
  border-radius: 17px;
  align-self: stretch;
  width: 102px;
  min-width: 102px;
  height: 102px;
}

.op-surface-master-order-card.op-surface-object-stage-card {
  align-items: stretch;
  grid-template-columns: 102px minmax(0,1fr);
}

.op-surface-master-order-card.op-surface-object-stage-card .op-surface-object-preview {
  width: 102px;
  height: 102px;
  min-height: 102px;
}

.op-surface-client-order-stage-card.op-surface-object-stage-card:not(.op-surface-scenario-proof-card)>.op-surface-object-preview {
  width: 100%;
  min-height: 136px;
  order: 0;
  height: 144px;
  border-radius: 20px;
}

.op-surface-master-repair-photo {
  background: #EEF3FA;
  overflow: hidden;
  border: 0;
  display: block;
  height: 152px;
  border-radius: 20px;
}

.op-surface-flow-proof .op-surface-simple-flow {
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

.op-surface-flow-proof .op-surface-stage-panel {
  border-top: 0;
  padding-top: 0;
}

.op-surface-flow-proof .op-surface-card-row {
  border-top: 1px solid var(--op-line-subtle);
}

.op-surface-route-proof-card {
  gap: 10px;
  border-radius: 24px;
}

.op-surface-route-proof-card .op-surface-card-row {
  border-top: 1px solid rgba(222,231,242,.58);
  padding-top: 9px;
}

body[class*="op-surface-screen-client"] .op-surface-card-row-subtitle:has(+ .__never__) {
  display: initial;
}

.op-surface-client-order-stage-card.op-surface-object-stage-card:not(.op-surface-scenario-proof-card)>.op-surface-object-preview, .op-surface-master-repair-photo {
  border-radius: 18px;
  overflow: hidden;
}

.op-surface-client-order-stage-card.op-surface-object-stage-card:not(.op-surface-scenario-proof-card), .op-surface-master-repair-stage-card, .op-surface-master-order-card, .op-surface-order-card[data-visual-order-card] {
  box-shadow: 0 10px 26px rgba(7,18,37,.038);
  border-color: rgba(222,231,242,.66);
}

.op-surface-staff-card,.op-surface-admin-card {
  border-radius: 22px;
  box-shadow: 0 9px 24px rgba(7,18,37,.035);
}

.op-surface-fault-decode .op-surface-icon-tile, .op-master-icon-tile--fault, .op-master-order-fault-icon, .op-surface-icon-tile--fault {
  width: 24px;
  height: 24px;
  border-radius: 9px;
  background: #F7FAFE;
  color: #0060F4;
  border: 1px solid rgba(222,231,242,.72);
  box-shadow: none;
}

.op-surface-fault-decode .op-surface-icon-tile svg, .op-master-icon-tile--fault svg, .op-master-order-fault-icon svg, .op-surface-icon-tile--fault svg {
  width: 13px;
  height: 13px;
  stroke-width: .78px;
}

body[class*="op-surface-screen-client"] .op-surface-fault-decode, body[class*="op-surface-screen-client"] [class*="fault"], body[class*="op-surface-screen-client"] [data-fault-decode], body[class*="op-surface-screen-client"] [data-error-decode] {
  display: none;
}

.op-surface-client-order-stage-card,.op-surface-master-repair-stage-card,.op-surface-scenario-proof-card,.op-surface-master-order-card,.op-surface-order-card[data-visual-order-card] {
  border-color: rgba(222,231,242,.64);
  box-shadow: 0 9px 24px rgba(7,18,37,.038);
}

.op-surface-route-proof-card .op-surface-card-row-subtitle,.op-surface-flow-proof .op-surface-subtitle {
  font-size: 11.5px;
  line-height: 1.28;
}

.op-surface-flow-proof .op-surface-scenario-strip div>span {
  font-size: 11.4px;
}

.op-master-order-card .op-master-icon-tile--fault {
  background: #F7FAFE;
  border-color: rgba(222,231,242,.72);
  color: #0060F4;
}

.op-surface-icon-tile,.op-master-icon-tile,.op-client-orders-meta-icon,.op-surface-meta-row svg {
  color: #0060F4;
}

.op-surface-icon-tile svg,.op-master-icon-tile svg,.op-client-orders-meta-icon svg,.op-surface-meta-row svg {
  stroke-width: .92px;
  vector-effect: non-scaling-stroke;
}

.op-surface-icon-tile--fault,.op-master-icon-tile--fault,.op-master-order-fault-icon,.op-surface-fault-decode .op-surface-icon-tile {
  background: var(--op-surface-muted);
  border: 1px solid var(--op-line-default);
  color: #0060F4;
  box-shadow: none;
}

.op-surface-icon-tile--fault svg,.op-master-icon-tile--fault svg,.op-master-order-fault-icon svg,.op-surface-fault-decode .op-surface-icon-tile svg {
  width: 14px;
  height: 14px;
  stroke-width: .92px;
}

.op-surface-fault-decode {
  display: grid;
  gap: 7px;
  background: transparent;
  border-top: 1px solid rgba(225,234,245,.86);
  border-radius: 0;
  box-shadow: none;
  padding: 9px 0;
}

.op-surface-fault-decode-head {
  display: grid;
  align-items: center;
  grid-template-columns: 26px minmax(0,1fr);
  gap: 8px;
}

.op-surface-fault-decode-head strong {
  display: block;
  line-height: 1.14;
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 560;
  color: #071225;
}

.op-surface-fault-decode-head span {
  display: block;
  margin-top: 1px;
  line-height: 1.2;
  font-size: 10.7px;
  color: #667285;
}

.op-surface-fault-decode p {
  margin: 0;
  font-size: 11.2px;
  line-height: 1.28;
  color: #5F6B7B;
}

body[class*="op-surface-screen-client"] .op-surface-fault-decode, body[class*="op-surface-screen-client"] .op-master-order-fault-link, body[class*="op-surface-screen-client"] .op-master-order-fault-title, body[class*="op-surface-screen-client"] .op-master-order-fault-copy, body[class*="op-surface-screen-client"] .op-master-order-fault-scope, body[class*="op-surface-screen-client"] [data-fault-decode], body[class*="op-surface-screen-client"] [data-error-decode] {
  display: none;
}

.op-surface-object-stage-card,.op-surface-client-order-stage-card,.op-surface-master-repair-stage-card,.op-surface-master-order-card,.op-client-orders-list-card {
  box-shadow: 0 8px 24px rgba(7,18,37,.05);
  border: 1px solid rgba(222,231,242,.82);
}

.op-surface-card-row,.op-surface-meta-grid,.op-surface-key-values {
  border-color: rgba(225,234,245,.86);
}

.op-surface-button-primary {
  background: #0060F4;
  color: #FFFFFF;
  border: 0;
  box-shadow: none;
}

.op-surface-simple-flow {
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(222,231,242,.82);
  border-radius: 16px;
  overflow: hidden;
  background: #F8FBFF;
  display: none;
}

.op-surface-flow-proof .op-surface-subtitle {
  font-size: 12.2px;
  line-height: 1.3;
}

.op-surface-icon-tile,.op-master-icon-tile {
  box-shadow: none;
  border: 1px solid rgba(222,231,242,.72);
  background: #F6FAFF;
  color: var(--op-blue);
  overflow: visible;
}

.op-surface-button-primary .platform-icon-img,.op-surface-button-outline .platform-icon-img,.op-surface-button-danger-outline .platform-icon-img,.op-client-button-primary .platform-icon-img,.op-client-button-secondary .platform-icon-img {
  width: 19px;
  height: 19px;
}

.op-surface-meta-row .platform-icon-img,.op-surface-card-row .platform-icon-img {
  width: 18px;
  height: 18px;
}

.op-surface-bottom-nav-item .platform-icon-img,.bn-ic .platform-icon-img,.op-staff-bottom-nav-item .platform-icon-img {
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 auto;
}

.pwa-install-step-img {
  width: 24px;
  height: 24px;
  display: block;
}

.platform-icon-img {
  display: inline-block;
  vertical-align: -0.18em;
  width: 1.2em;
  height: 1.2em;
  max-width: 100%;
  max-height: 100%;
  flex: 0 0 auto;
  image-rendering: auto;
  object-fit: contain;
  object-position: center;
  overflow: visible;
  background: transparent;
}

.op-surface-icon-tile,.op-master-icon-tile,.op-client-orders-meta-icon,.op-client-orders-filter-icon,.op-client-orders-search-icon,.op-surface-meta-row,.op-surface-card-row,.bn-ic,.op-surface-bottom-nav-item,.op-staff-bottom-nav-item {
  overflow: visible;
}

.op-surface-icon-tile--appliance {
  background: #EEF6FF;
  border: 1px solid rgba(0,102,245,.10);
  color: #0066F5;
  overflow: visible;
}

.op-surface-icon-tile--appliance .platform-icon-img {
  width: 28px;
  height: 28px;
  max-width: 28px;
  max-height: 28px;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: auto;
  overflow: visible;
}

.op-client-orders-card-title {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.op-client-orders-card-title>span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.op-surface-stage-head>.op-surface-icon-tile--appliance {
  align-self: start;
  margin-top: 2px;
}

.op-surface-object-stage-card .op-surface-stage-head,.op-surface-master-repair-stage-card .op-surface-stage-head {
  grid-template-columns: 44px minmax(0,1fr);
  gap: 10px;
  align-items: start;
}

.op-surface-object-stage-card .op-surface-stage-copy h1,.op-surface-master-repair-stage-card .op-surface-stage-copy h2 {
  margin-top: 3px;
}

.op-surface-icon-tile .platform-icon-img,.op-master-icon-tile .platform-icon-img,.op-client-orders-meta-icon .platform-icon-img,.op-surface-meta-row .platform-icon-img,.op-client-orders-filter-icon .platform-icon-img,.op-client-orders-search-icon .platform-icon-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  overflow: visible;
}

.op-surface-stage-head--appliance-title {
  display: block;
  grid-template-columns: 1fr;
  gap: 0;
}

.op-surface-stage-head--appliance-title>.op-surface-stage-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.op-surface-appliance-title {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  margin: 0;
}

.op-surface-appliance-title>span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.op-surface-appliance-title-icon {
  width: 31px;
  height: 31px;
  min-width: 31px;
  border-radius: 10px;
  display: inline-grid;
  place-items: center;
  background: #EEF6FF;
  border: 1px solid rgba(0,102,245,.10);
  color: #0066F5;
  overflow: visible;
}

.op-surface-appliance-title-icon .platform-icon-img {
  width: 25px;
  height: 25px;
  display: block;
  object-fit: contain;
  object-position: center;
  overflow: visible;
}

.op-client-orders-title-icon {
  display: inline-grid;
  place-items: center;
  overflow: visible;
  color: #0066F5;
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 10px;
  background: #EEF6FF;
  border: 1px solid rgba(0,102,245,.10);
}

.op-client-orders-title-icon .platform-icon-img {
  display: block;
  object-fit: contain;
  object-position: center;
  overflow: visible;
  width: 24px;
  height: 24px;
}

.op-client-orders-title-icon, .op-surface-appliance-title-icon, .op-master-order-card [data-master-appliance-icon] {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 10px;
  background: #EEF6FF;
  border: 1px solid rgba(0,102,245,.10);
  color: #0066F5;
  display: inline-grid;
  place-items: center;
  overflow: visible;
  box-shadow: none;
}

.op-client-orders-title-icon .platform-icon-img, .op-surface-appliance-title-icon .platform-icon-img, .op-master-order-card [data-master-appliance-icon] .platform-icon-img {
  width: 21px;
  height: 21px;
  max-width: 21px;
  max-height: 21px;
  display: block;
  object-fit: contain;
  object-position: center;
  overflow: visible;
  margin: auto;
  image-rendering: auto;
}

.op-master-icon-tile--fault, .op-master-order-fault-icon, .op-surface-icon-tile--fault, .op-surface-fault-decode .op-surface-icon-tile {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 9px;
  display: inline-grid;
  place-items: center;
  overflow: visible;
  background: #F6FAFF;
  border: 1px solid #E1EAF5;
  color: #0060F4;
  box-shadow: none;
}

.op-master-icon-tile--fault .platform-icon-img, .op-master-order-fault-icon .platform-icon-img, .op-surface-icon-tile--fault .platform-icon-img, .op-surface-fault-decode .op-surface-icon-tile .platform-icon-img {
  width: 15px;
  height: 15px;
  max-width: 15px;
  max-height: 15px;
  object-fit: contain;
  object-position: center;
  display: block;
  overflow: visible;
  margin: auto;
}

.op-surface-support-tile {
  display: grid;
  padding: 10px 12px;
  border-radius: 18px;
  box-shadow: none;
  overflow: hidden;
  grid-template-columns: 42px minmax(0,1fr);
  align-items: center;
  gap: 10px;
}

.op-surface-support-tile .op-surface-icon-tile, .op-client-orders-support-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  overflow: visible;
}

.op-surface-support-tile .op-surface-icon-tile .platform-icon-img, .op-client-orders-support-icon .platform-icon-img {
  width: 25px;
  height: 25px;
  max-width: 25px;
  max-height: 25px;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: auto;
}

.op-client-orders-support-card {
  grid-template-columns: 42px minmax(0,1fr);
  align-items: center;
}

.op-client-orders-support-copy {
  min-width: 0;
}

.op-surface-hero-photo--fallback > .op-surface-media-appliance-icon {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  margin: auto;
  background: #F3F8FF;
  color: #0060F4;
}

.op-surface-hero-photo--fallback > .op-surface-media-appliance-icon svg, .op-surface-hero-photo--fallback > .op-surface-media-appliance-icon .platform-icon-img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

body[class~="op-surface-screen-master-profile"] .op-surface-master-profile-card {
  gap: 10px;
  padding: 12px;
  border-radius: 22px;
}

body[class~="op-surface-screen-master-profile"] .op-surface-master-profile-card .op-surface-stage-head {
  grid-template-columns: 56px minmax(0,1fr);
  align-items: start;
  gap: 12px;
}

body[class~="op-surface-screen-master-profile"] .op-surface-master-profile-card .op-surface-avatar {
  width: 56px;
  height: 56px;
  border-radius: 18px;
}

body[class~="op-surface-screen-master-profile"] .op-surface-master-profile-card .op-surface-stage-copy {
  gap: 5px;
  align-content: start;
}

body[class~="op-surface-screen-master-profile"] .op-surface-master-profile-card .op-surface-stage-copy h2 {
  font-size: 15.5px;
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -.018em;
}

body[class~="op-surface-screen-master-profile"] .op-surface-master-profile-card .op-surface-stage-copy p {
  display: block;
  margin: 0;
  color: var(--op-muted);
  font-size: 12.2px;
  line-height: 1.3;
  font-weight: 420;
}

body[class~="op-surface-screen-master-profile"] .op-surface-master-profile-card .op-surface-stage-copy .op-surface-button-row--split {
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 4px;
}

body[class~="op-surface-screen-master-profile"] .op-surface-master-profile-card [data-profile-photo-pick] {
  width: 100%;
  min-height: 38px;
}

body[class~="op-surface-screen-master-profile"] .op-surface-master-profile-card .op-surface-card-row {
  grid-template-columns: 36px minmax(0,1fr);
  align-items: start;
  gap: 10px;
  padding: 10px 0;
}

body[class~="op-surface-screen-master-profile"] .op-surface-master-profile-card .op-surface-card-row>.op-surface-button-primary, body[class~="op-surface-screen-master-profile"] .op-surface-master-profile-card .op-surface-card-row>.op-surface-button-outline, body[class~="op-surface-screen-master-profile"] .op-surface-master-profile-card .op-surface-card-row>button {
  grid-column: 1/-1;
  width: 100%;
  min-height: 39px;
  margin-top: 2px;
}

body[class~="op-surface-screen-master-profile"] .op-surface-master-profile-card .op-surface-kpi-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
}

body[class~="op-surface-screen-master-profile"] .op-surface-master-profile-card .op-surface-kpi-item {
  padding: 8px 5px;
}

body[class~="op-surface-screen-master-profile"] .op-surface-master-profile-card .op-surface-kpi-value {
  font-size: 15px;
  font-weight: 600;
}

body[class~="op-surface-screen-master-profile"] .op-surface-master-profile-card .op-surface-kpi-label {
  font-size: 9.5px;
}

body.op-surface-screen-client-order-detail #master-choices.op-surface-card {
  gap: 10px;
  padding: 14px;
}

body.op-surface-screen-client-order-detail #master-choices .op-surface-master-list {
  display: grid;
  gap: 10px;
}

body.op-surface-screen-client-order-detail #master-choices .op-surface-master-card {
  display: grid;
  gap: 10px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.op-surface-screen-client-order-detail #master-choices .op-surface-master-card-head {
  display: grid;
  grid-template-columns: 56px minmax(0,1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
}

body.op-surface-screen-client-order-detail #master-choices .op-surface-avatar {
  width: 56px;
  height: 56px;
  border-radius: 16px;
}

body.op-surface-screen-client-order-detail #master-choices .op-surface-master-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.12;
  font-weight: 620;
  letter-spacing: -.02em;
}

body.op-surface-screen-client-order-detail #master-choices .op-surface-master-card p {
  margin: 3px 0 0;
  font-size: 14px;
  line-height: 1.25;
}

body.op-surface-screen-client-order-detail #master-choices .op-surface-master-card .op-surface-inline-form {
  margin-top: 2px;
}

#platformConfirmModal.platform-payment-confirm {
  background: rgba(7,18,37,.46);
  backdrop-filter: blur(2px);
}

#platformConfirmModal.platform-payment-confirm .modal {
  width: min(calc(100% - 32px),366px);
  max-width: 366px;
  padding: 0;
  gap: 0;
  border-radius: 28px;
  border: 1px solid rgba(216,224,234,.95);
  background: #fff;
  box-shadow: 0 26px 74px rgba(7,18,37,.25);
  overflow: hidden;
}

#platformConfirmModal.platform-payment-confirm .modal::before {
  width: 52px;
  height: 5px;
  margin: 14px auto 2px;
  background: #DDE4EF;
}

#platformConfirmModal.platform-payment-confirm .modal-header {
  padding: 14px 18px 8px;
  border: 0;
  align-items: flex-start;
}

#platformConfirmModal.platform-payment-confirm .modal-title {
  color: #071225;
  font-size: 21px;
  line-height: 1.12;
  font-weight: 720;
  letter-spacing: -.03em;
}

#platformConfirmModal.platform-payment-confirm .modal-close {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 14px;
  background: #F7FAFE;
  border: 1px solid #DCE6F2;
  color: #071225;
  font-size: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  appearance: none;
}

#platformConfirmModal.platform-payment-confirm .modal-close:focus-visible {
  outline: 3px solid rgba(0,96,244,.22);
  outline-offset: 2px;
}

#platformConfirmModal.platform-payment-confirm .modal-body {
  padding: 2px 18px 16px;
  display: grid;
  gap: 10px;
  color: #6B7586;
  font-size: 14px;
  line-height: 1.38;
}

#platformConfirmModal.platform-payment-confirm .platform-confirm-trust {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

#platformConfirmModal.platform-payment-confirm .platform-confirm-trust::before, #platformConfirmModal.platform-payment-confirm .platform-confirm-trust__logo {
  display: none;
  content: none;
}

#platformConfirmModal.platform-payment-confirm .platform-confirm-trust__text {
  color: #071225;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 650;
}

#platformConfirmModal.platform-payment-confirm .platform-confirm-trust__caption {
  color: #6B7586;
  font-size: 13px;
  line-height: 1.32;
  font-weight: 450;
}

#platformConfirmModal.platform-payment-confirm #platform_confirm_message {
  color: #6B7586;
  font-size: 14px;
  line-height: 1.38;
  font-weight: 450;
}

#platformConfirmModal.platform-payment-confirm .modal-footer {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 10px;
  padding: 0 18px 18px;
  margin: 0;
  border: 0;
}

#platformConfirmModal.platform-payment-confirm :is(#platformConfirmOk,#platformConfirmCancel) {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  border-radius: 15px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  font-weight: 680;
  appearance: none;
}

#platformConfirmModal.platform-payment-confirm #platformConfirmOk {
  background: #0060F4;
  border: 1px solid #0060F4;
  color: #fff;
  box-shadow: 0 12px 24px rgba(0,96,244,.20);
}

#platformConfirmModal.platform-payment-confirm #platformConfirmCancel {
  background: #F5F8FC;
  color: #071225;
  border: 1px solid #DCE6F2;
  box-shadow: none;
}

@media (max-width:370px) {
  .op-surface-shell {
    width: min(100% - 22px,404px);
  }

  .op-surface-header,.op-surface-topbar {
    padding-left: max(11px,calc(50vw - 202px));
    padding-right: max(11px,calc(50vw - 202px));
  }

  .op-surface-logo {
    width: 138px;
  }

  .op-surface-hero-img {
    height: 198px;
  }

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

  .op-surface-order-card {
    grid-template-columns: 98px minmax(0,1fr);
  }

  .op-surface-order-photo {
    min-height: 98px;
    width: 98px;
    height: 106px;
  }

  .op-surface-object-stage-card {
    grid-template-columns: 98px minmax(0,1fr);
  }

  .op-surface-object-preview {
    width: 98px;
    height: 106px;
    min-height: 106px;
  }

  #platformConfirmModal.platform-payment-confirm .modal-footer {
    grid-template-columns: 1fr;
  }
}

#platformConfirmModal:not(.platform-payment-confirm) {
  padding: 14px;
  background: rgba(7,18,37,.34);
}

#platformConfirmModal:not(.platform-payment-confirm) .modal {
  max-width: 404px;
  padding: 17px;
  border: 1px solid rgba(220,230,242,.86);
  border-radius: 26px 26px 22px 22px;
  gap: 13px;
  box-shadow: 0 26px 64px rgba(7,18,37,.22);
}

#platformConfirmModal:not(.platform-payment-confirm) .modal::before {
  width: 46px;
  height: 4px;
  background: #DCE5F0;
  margin: -2px 0 3px;
}

#platformConfirmModal:not(.platform-payment-confirm) .modal-header {
  align-items: center;
}

#platformConfirmModal:not(.platform-payment-confirm) .modal-title {
  font-size: 20px;
  line-height: 1.12;
  font-weight: 680;
  letter-spacing: -.025em;
  color: #071225;
}

#platformConfirmModal:not(.platform-payment-confirm) .modal-close {
  width: 38px;
  height: 38px;
  border-color: #DDE6F1;
  border-radius: 12px;
  background: #F7FAFE;
  color: #4C596D;
  font-size: 20px;
}

#platformConfirmModal:not(.platform-payment-confirm) .modal-body {
  font-size: 14px;
  line-height: 1.45;
  color: #5F6B7D;
}

#platformConfirmModal:not(.platform-payment-confirm) #platform_confirm_message {
  padding: 2px 0 3px;
}

#platformConfirmModal:not(.platform-payment-confirm) .modal-footer {
  grid-template-columns: 1fr 1.2fr;
  gap: 9px;
}

#platformConfirmModal:not(.platform-payment-confirm) :is(#platformConfirmCancel,#platformConfirmOk) {
  min-height: 50px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 650;
  box-shadow: none;
}

#platformConfirmModal:not(.platform-payment-confirm) #platformConfirmCancel {
  background: #F5F8FC;
  color: #435168;
  border: 1px solid #DDE6F1;
}

#platformConfirmModal:not(.platform-payment-confirm) #platformConfirmOk {
  background: #0060F4;
  color: #fff;
  border: 1px solid #0060F4;
  box-shadow: 0 10px 22px rgba(0,96,244,.16);
}

.op-surface-state-page {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: clamp(10px,3vw,22px) 0 26px;
}

.op-surface-state-card {
  --op-state-accent: #2E67B1;
  --op-state-soft: #EDF4FD;
  width: 100%;
  max-width: 620px;
  min-width: 0;
  box-sizing: border-box;
  padding: clamp(22px,6vw,32px);
  border: 1px solid rgba(220,230,242,.94);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(7,18,37,.08);
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 15px;
  text-align: center;
  color: #071225;
}

.op-surface-state-card--compact {
  max-width: none;
  min-height: 174px;
  padding: 24px 20px;
  gap: 12px;
}

.op-surface-state-card--inline {
  max-width: none;
  min-height: 0;
  padding: 18px;
  grid-template-columns: auto minmax(0,1fr);
  justify-items: stretch;
  align-items: start;
  text-align: left;
}

.op-surface-state-card--empty {
  --op-state-accent: #2E67B1;
  --op-state-soft: #EDF4FD;
}

.op-surface-state-card--error {
  --op-state-accent: #B64A52;
  --op-state-soft: #FFF0F1;
}

.op-surface-state-card--forbidden {
  --op-state-accent: #9A651B;
  --op-state-soft: #FFF5E5;
}

.op-surface-state-card--missing {
  --op-state-accent: #526177;
  --op-state-soft: #EEF2F7;
}

.op-surface-state-card--failure {
  --op-state-accent: #B63B48;
  --op-state-soft: #FFF0F2;
}

.op-surface-state-card--locked {
  --op-state-accent: #3766A6;
  --op-state-soft: #EDF4FF;
}

.op-surface-state-card--success {
  --op-state-accent: #23835B;
  --op-state-soft: #EAF8F1;
}

.op-surface-state-card--pending {
  --op-state-accent: #98701D;
  --op-state-soft: #FFF7E2;
}

.op-surface-state-card__icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--op-state-soft);
  color: var(--op-state-accent);
  border: 1px solid color-mix(in srgb,var(--op-state-accent) 13%,transparent);
}

.op-surface-state-card__icon img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  opacity: .88;
}

.op-surface-state-card__content {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 9px;
  width: 100%;
}

.op-surface-state-card--inline .op-surface-state-card__content {
  justify-items: start;
}

.op-surface-state-card__meta {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border: 0;
  border-radius: 999px;
  background: var(--op-state-soft);
  color: var(--op-state-accent);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .01em;
}

.op-surface-state-card__title {
  margin: 0;
  max-width: 520px;
  color: #071225;
  font-size: clamp(1.5rem,7vw,2rem);
  line-height: 1.08;
  font-weight: 720;
  letter-spacing: -.035em;
}

.op-surface-state-card__title--compact {
  font-size: 1.25rem;
  line-height: 1.15;
  letter-spacing: -.02em;
}

.op-surface-state-card__copy,.op-surface-state-card__detail {
  margin: 0;
  max-width: 520px;
  color: #5F6B7D;
  font-size: 15px;
  line-height: 1.48;
  font-weight: 450;
}

.op-surface-state-card__detail {
  font-size: 14px;
  color: #718096;
}

.op-surface-state-card__actions {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
}

.op-surface-state-card__action {
  min-height: 48px;
  min-width: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.op-surface-state-card :is(.btn,.badge,.muted,.state-title-lg) {
  margin-top: 0;
  margin-bottom: 0;
}

.op-surface-state-card.op-client-orders-empty,.op-surface-state-card.op-master-orders-empty,.op-surface-state-card.op-client-notifications-empty,.op-surface-state-card.op-master-ip-empty {
  color: #071225;
}

.op-master-ip-screen[data-access-state="locked"] .op-master-ip-primary-action {
  background: #F5F8FC;
  color: #435168;
  border: 1px solid #DCE6F2;
  box-shadow: none;
}

.op-master-ip-screen[data-access-state="locked"] .op-master-ip-primary-action:hover {
  background: #EDF3FA;
  color: #20304A;
}

.op-master-ip-screen .op-surface-state-card--locked {
  padding: 16px 16px 18px;
  gap: 8px;
}

.op-master-ip-screen .op-surface-state-card--locked .op-surface-state-card__content {
  gap: 6px;
}

.op-master-ip-screen .op-surface-state-card--locked .op-surface-state-card__icon {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
  border-radius: 15px;
}

.op-master-ip-screen .op-surface-state-card--locked .op-surface-state-card__icon img {
  width: 22px;
  height: 22px;
}

.op-master-ip-screen .op-surface-state-card--locked .op-surface-state-card__meta {
  min-height: 25px;
  padding: 4px 9px;
}

.op-master-ip-screen .op-surface-state-card--locked .op-surface-state-card__title {
  font-size: 1.125rem;
  line-height: 1.14;
}

.op-master-ip-screen .op-surface-state-card--locked .op-surface-state-card__copy {
  font-size: 13.5px;
  line-height: 1.38;
}

.op-master-ip-screen .op-surface-state-card--locked .op-surface-state-card__detail {
  font-size: 12.5px;
  line-height: 1.34;
}

.op-master-ip-screen .op-surface-state-card--locked .op-surface-state-card__actions {
  margin-top: 2px;
  gap: 6px;
}

.op-master-ip-screen .op-surface-state-card--locked .op-surface-state-card__action {
  min-height: 44px;
}

.op-surface-header,.op-surface-topbar {
  margin: 0 calc(50% - 50vw) 4px;
  position: relative;
  z-index: 25;
  min-height: var(--op-header-height);
  margin-bottom: 8px;
  padding: 0 max(var(--op-shell-side),calc(50vw - 202px));
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(220,230,242,.88);
  box-shadow: 0 6px 18px rgba(7,18,37,.04);
  backdrop-filter: saturate(140%) blur(12px);
}

.op-surface-header-inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--op-header-height);
  width: min(100%,var(--op-shell-max));
  gap: 8px;
}

.op-surface-logo {
  height: auto;
  object-fit: contain;
  width: var(--op-header-logo-width);
  max-height: 20px;
}

.op-surface-header-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
}

.op-surface-icon-button,.op-surface-header-bell {
  border: 1px solid rgba(222,231,242,.92);
  background: #fff;
  display: grid;
  place-items: center;
  position: relative;
  color: #424D5F;
  width: var(--op-header-control);
  height: var(--op-header-control);
  border-radius: 13px;
  box-shadow: none;
}

.op-surface-icon-button svg,.op-surface-header-bell svg {
  width: 18px;
  height: 18px;
}

.op-surface-logout,.op-surface-header-logout {
  border: 1px solid rgba(0,96,244,.34);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--op-header-control);
  padding: 0 13px;
  border-color: #DCE6F2;
  border-radius: 13px;
  color: #314158;
  font-size: 14px;
  font-weight: 620;
  box-shadow: none;
}

.op-surface-shell {
  width: min(100% - 28px,404px);
  margin: 0 auto;
  padding: 10px 0 calc(164px + env(safe-area-inset-bottom));
  display: grid;
}

.op-surface-bottom-nav {
  position: fixed;
  left: 50%;
  right: auto;
  z-index: 40;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 3px;
  border: 1px solid rgba(222,231,242,.92);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(16px);
  bottom: calc(10px + env(safe-area-inset-bottom));
  width: min(calc(100% - 24px),404px);
  min-height: var(--op-bottom-nav-height);
  height: var(--op-bottom-nav-height);
  padding: 6px 8px;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(7,18,37,.10);
}

.op-surface-bottom-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #6E7889;
  min-width: 0;
  min-height: 54px;
  border-radius: 17px;
  font-size: 10.5px;
  font-weight: 560;
  gap: 3px;
}

.op-surface-bottom-nav-item svg {
  stroke-width: .68px;
  width: 17px;
  height: 17px;
}

@media (max-width: 520px) {
  body:not(.home-page) .state-title-lg, body:not(.home-page) .op-surface-page-title, body:not(.home-page) .op-master-page-title, body:not(.home-page) .op-client-page-title {
    font-size: clamp(22px, 6.2vw, 27px);
    line-height: 1.08;
    letter-spacing: -.025em;
    text-wrap: balance;
  }

  body:not(.home-page) .op-surface-card, body:not(.home-page) .card, body:not(.home-page) .op-master-card-panel, body:not(.home-page) .op-client-card {
    border-color: rgba(216, 226, 239, .78);
    box-shadow: 0 8px 24px rgba(27, 52, 89, .045);
  }

  body:not(.home-page) .op-surface-button, body:not(.home-page) .btn, body:not(.home-page) button[type="submit"] {
    min-height: 46px;
    border-radius: 15px;
    font-weight: 690;
    letter-spacing: -.01em;
  }

  body:not(.home-page) input:not([type="checkbox"]):not([type="radio"]), body:not(.home-page) select, body:not(.home-page) textarea {
    min-height: 46px;
    border-radius: 15px;
    border-color: #d9e3ef;
    background: #fff;
  }

  body:not(.home-page) .op-surface-status-chip, body:not(.home-page) .badge {
    max-width: 100%;
    line-height: 1.15;
  }

  body:not(.home-page) .op-surface-support-tile {
    min-height: 62px;
    padding: 11px 13px;
    border: 1px solid rgba(216, 226, 239, .76);
    background: rgba(255,255,255,.92);
  }

  body:not(.home-page) .op-surface-state-card {
    min-height: min(560px, calc(100svh - 116px));
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  body:not(.home-page) .op-surface-state-card__content {
    width: 100%;
  }

  body:not(.home-page) .modal {
    border-radius: 26px 26px 20px 20px;
    padding: 22px 18px calc(18px + env(safe-area-inset-bottom));
  }
}

body.staff-app, body.accountant-app, body[data-surface="staff"], body[data-surface="accountant"] {
  background: #f4f8ff;
}

body.staff-app .card, body.accountant-app .card, body[data-surface="staff"] .card, body[data-surface="accountant"] .card {
  border-radius: 20px;
  border-color: rgba(216, 226, 239, .78);
  box-shadow: 0 8px 24px rgba(27, 52, 89, .045);
}

body.staff-app table, body.accountant-app table, body[data-surface="staff"] table, body[data-surface="accountant"] table {
  border-collapse: separate;
  border-spacing: 0;
}

body.staff-app th, body.accountant-app th, body[data-surface="staff"] th, body[data-surface="accountant"] th {
  background: #f7f9fc;
  color: #667085;
  font-size: 12px;
  font-weight: 720;
}

body.staff-app td, body.accountant-app td, body[data-surface="staff"] td, body[data-surface="accountant"] td {
  border-color: #edf1f6;
}

:root {
  --op-blue: #0060F4;
  --op-bg: #F5F8FC;
  --op-card: #FFFFFF;
  --op-soft: #F7FAFE;
  --op-soft-blue: #EEF5FF;
  --op-danger: #D43A3A;
  --op-danger-soft: #FFF2F2;
  --op-success: #18A85A;
  --op-success-soft: #ECFAF2;
  --op-neutral-soft: #F3F7FC;
  --op-radius: 22px;
  --op-radius-sm: 14px;
  --op-shadow: 0 8px 24px rgba(7,18,37,.05);
  --op-master-nav-h: 64px;
  --op-media-line: rgba(222,231,242,.58);
  --op-card-edge: rgba(220,229,240,.78);
  --op-media-bg: #F6F9FD;
  --op-media-edge: rgba(218,228,240,.38);
  --op-line-subtle: rgba(222,231,242,.56);
  --op-blue-soft: #F6FAFF;
  --op-surface-soft: #F7FAFE;
  --op-line-default: #E1EAF5;
  --op-surface-muted: #F6FAFF;
  --op-shell-side: 14px;
  --op-shell-max: 404px;
  --op-header-height: 64px;
  --op-header-logo-width: 156px;
  --op-header-control: 40px;
  --op-bottom-nav-height: 68px;
  --op-canvas: #ffffff;
  --op-page: #f3f7fd;
  --op-line: #e4ebf4;
  --op-line-soft: #edf2f7;
  --op-text: #0b1628;
  --op-muted: #667085;
  --op-shell-radius: 28px;
  --op-section-radius: 20px;
  --op-gap: 12px;
}

body.staff-app :is(.card,.op-surface-card),body.accountant-app :is(.card,.op-surface-card) {
  padding: 14px;
}

body.staff-app :is(th,td),body.accountant-app :is(th,td) {
  padding-block: 10px;
}

.op-surface-semantic-redundant {
  display: none;
}

@media (max-width:520px) {
  .op-surface-state-page {
    padding-top: 4px;
  }

  .op-surface-state-card {
    border-radius: 22px;
    padding: 24px 18px;
  }

  .op-surface-state-card--compact {
    min-height: 168px;
    padding: 22px 17px;
  }

  .op-surface-state-card__title {
    font-size: 1.6875rem;
  }

  .op-surface-state-card__title--compact {
    font-size: 1.1875rem;
  }

  .op-surface-state-card__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .op-surface-state-card__action {
    width: 100%;
    min-width: 0;
  }

  .op-surface-state-card--inline {
    grid-template-columns: auto minmax(0,1fr);
    text-align: left;
  }

  .op-surface-state-card--inline .op-surface-state-card__actions {
    display: flex;
  }

  body:not(.home-page) :is(.op-surface-shell,.op-client-shell,.op-master-shell,.staff-shell,main) {
    max-width: 430px;
    margin-inline: auto;
  }

  body:not(.home-page) :is(.op-surface-page-title,.op-client-page-title,.op-master-page-title,.state-title-lg,h1) {
    letter-spacing: -.032em;
  }

  body:not(.home-page) :is(.op-surface-page-title,.op-client-page-title,.op-master-page-title,.state-title-lg) {
    font-size: 25px;
    line-height: 1.08;
    font-weight: 740;
  }

  body:not(.home-page) h2 {
    font-size: 18px;
    line-height: 1.18;
    letter-spacing: -.02em;
  }

  body:not(.home-page) :is(.op-surface-page-subtitle,.op-client-page-subtitle,.op-master-page-subtitle,.muted) {
    font-size: 14px;
    line-height: 1.45;
    color: var(--op-muted);
  }

  body:not(.home-page) :is(.op-surface-card,.card,.op-client-card,.op-master-card-panel,.op-surface-state-card) {
    border-radius: var(--op-section-radius);
    border: 1px solid var(--op-line);
    box-shadow: none;
    background: #fff;
  }

  body:not(.home-page) .op-surface-support-tile {
    border: 1px solid var(--op-line);
    border-radius: 18px;
    box-shadow: none;
    background: #fff;
  }

  body:not(.home-page) .op-surface-bottom-nav {
    border: 1px solid rgba(216,226,239,.95);
    box-shadow: 0 12px 32px rgba(11,22,40,.12);
  }

  body.staff-app :is(.card,.op-surface-card),body.accountant-app :is(.card,.op-surface-card) {
    border-radius: var(--op-section-radius);
    box-shadow: none;
  }

  body.staff-app table,body.accountant-app table {
    font-size: 12.5px;
  }

  body.staff-app th,body.accountant-app th {
    background: #f6f8fb;
  }

  body:not(.home-page) {
    background: var(--op-page);
    color: var(--op-text)--op-pad:14px;
    --op-gap: 10px;
    --op-line: #e7edf5;
    --op-soft: #f7f9fc;
  }

  body:not(.home-page) :is(.op-surface-card,.card,.op-client-card,.op-master-card-panel) {
    padding: var(--op-pad);
  }

  body:not(.home-page) :is(.op-surface-card,.card,.op-client-card,.op-master-card-panel)+:is(.op-surface-card,.card,.op-client-card,.op-master-card-panel) {
    margin-top: var(--op-gap);
  }

  body:not(.home-page) :is(.op-surface-status-chip,.badge) {
    font-size: 10px;
    line-height: 1.15;
    padding: 4px 7px;
    border-radius: 999px;
    font-weight: 700;
  }

  body:not(.home-page) :is(.op-surface-button,.btn,button[type="submit"]) {
    border-radius: 14px;
    font-weight: 700;
    min-height: 44px;
    padding-inline: 15px;
  }

  body:not(.home-page) :is(input:not([type="checkbox"]):not([type="radio"]),select,textarea) {
    border-radius: 14px;
    border-color: #dce5f0;
    box-shadow: none;
    min-height: 44px;
    padding: 11px 12px;
  }

  body:not(.home-page) :is(label,.op-surface-field-label) {
    font-size: 12.5px;
    line-height: 1.25;
  }

  body:not(.home-page) :is(.muted,.op-surface-muted,.op-surface-page-subtitle,.op-client-page-subtitle,.op-master-page-subtitle) {
    line-height: 1.42;
  }

  body:not(.home-page) :is(dl,.op-surface-facts,.op-client-facts,.op-master-facts)>div {
    min-height: 34px;
  }

  body:not(.home-page) :is(.op-surface-support-tile,.op-surface-notification-row) {
    padding: 12px 13px;
  }

  body:not(.home-page) .op-surface-bottom-nav-item {
    font-size: 10px;
  }

  body:not(.home-page) [data-client-order-detail] .op-surface-client-order-stage-card > .op-surface-stage-head .op-surface-status-chip, body:not(.home-page) .proof-stage .proof-row > .op-surface-status-chip, body:not(.home-page) .proof-device .proof-row > .op-surface-status-chip {
    display: none;
  }

  body:not(.home-page) :is(.op-client-orders-list-card,.proof-list-card,.proof-master-order,.op-surface-payout-row,table) .op-surface-status-chip {
    display: inline-flex;
    max-width: 132px;
    white-space: normal;
    text-align: right;
    font-size: 9.5px;
    font-weight: 650;
    line-height: 1.18;
    padding: 4px 7px;
    background: #f3f7fc;
    color: #52627a;
    border-color: #e5ebf3;
  }

  body:not(.home-page) :is(.op-surface-stage-copy,.proof-stage>div:last-child) {
    min-width: 0;
  }

  body:not(.home-page) :is(.op-surface-stage-copy,.proof-stage>div:last-child) > :is(h1,h2) {
    margin: 0;
  }

  body:not(.home-page) :is(.op-surface-stage-copy,.proof-stage>div:last-child) > :is(h1,h2) + p {
    margin-top: 5px;
  }

  body:not(.home-page) .proof-stage {
    grid-template-columns: 34px minmax(0,1fr);
    gap: 10px;
    padding-block: 15px;
  }

  body:not(.home-page) :is(.proof-details,.op-surface-support-tile) {
    background: rgba(255,255,255,.68);
    border-color: #e9eef5;
  }

  body:not(.home-page) .proof-details {
    padding-block: 11px;
  }

  body:not(.home-page) .proof-main > .op-surface-card:not(.proof-device):not(.proof-stage), body:not(.home-page) [data-client-order-detail] .op-surface-page .op-surface-card:not(.op-surface-client-order-stage-card) {
    box-shadow: none;
  }

  body:not(.home-page) .proof-stage .op-surface-button, body:not(.home-page) .op-surface-stage-panel .op-surface-button {
    margin-top: 12px;
    width: 100%;
  }

  body:not(.home-page) .proof-actions {
    gap: 8px;
    margin-top: 11px;
  }

  body:not(.home-page) :is(.proof-facts,.op-surface-key-values) dt, body:not(.home-page) .op-surface-key-values span {
    color: #8792a3;
    font-size: 10.5px;
    font-weight: 520;
  }

  body:not(.home-page) :is(.proof-facts,.op-surface-key-values) dd, body:not(.home-page) .op-surface-key-values b {
    color: #162238;
    font-weight: 620;
  }

  body.staff-app :is(.op-staff-status,.op-surface-status-chip), body.accountant-app :is(.op-staff-status,.op-surface-status-chip) {
    font-size: 10px;
    font-weight: 620;
    padding: 4px 7px;
    box-shadow: none;
  }

  body:not(.home-page) :is([data-client-order-detail],.proof-main,.op-surface-order-detail) {
    --op-workspace: #fff;
    --op-line: #e5ebf3;
    --op-muted: #657185;
  }

  body:not(.home-page) .proof-main {
    gap: 0;
    padding: 10px;
    background: #f3f7fc;
  }

  body:not(.home-page) .proof-main > :is(.proof-device,.proof-stage,.op-surface-card) {
    margin: 0;
    box-shadow: none;
  }

  body:not(.home-page) .proof-main > .proof-device {
    border-radius: 24px 24px 0 0;
    border-bottom: 0;
    padding-bottom: 12px;
  }

  body:not(.home-page) .proof-main > .proof-device + .proof-stage {
    border-radius: 0 0 24px 24px;
    border-top: 1px solid var(--op-line);
    padding-top: 15px;
    margin-bottom: 12px;
  }

  body:not(.home-page) .proof-main > .proof-stage + .op-surface-card, body:not(.home-page) .proof-main > .proof-stage + section {
    margin-top: 0;
  }

  body:not(.home-page) :is(.proof-stage,.op-surface-stage-head) {
    background: #fff;
  }

  body:not(.home-page) :is(.proof-stage,.op-surface-stage-head) :is(h1,h2) {
    font-size: 18px;
    line-height: 1.16;
    font-weight: 680;
    letter-spacing: -.025em;
  }

  body:not(.home-page) :is(.proof-stage,.op-surface-stage-head) p {
    color: var(--op-muted);
    font-size: 12.5px;
    line-height: 1.38;
  }

  body:not(.home-page) .proof-stage__icon {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: #edf5ff;
  }

  body:not(.home-page) .proof-main > :is(.op-surface-card,.proof-master,.proof-details,.proof-support):not(.proof-device):not(.proof-stage) {
    border-radius: 20px;
    border-color: var(--op-line);
    background: #fff;
    box-shadow: none;
    margin-bottom: 10px;
  }

  body:not(.home-page) :is(.proof-details,.op-surface-key-values,.op-surface-facts) > div {
    min-height: 32px;
  }

  body:not(.home-page) :is(.proof-details,.op-surface-key-values,.op-surface-facts) :is(span,dt) {
    color: #8390a3;
    font-size: 10.5px;
    font-weight: 500;
  }

  body:not(.home-page) :is(.proof-details,.op-surface-key-values,.op-surface-facts) :is(b,dd) {
    color: #17243a;
    font-size: 11.5px;
    font-weight: 620;
  }

  body:not(.home-page) :is(.proof-stage,.op-surface-client-order-stage-card) .op-surface-button-primary {
    min-height: 46px;
    border-radius: 15px;
    font-weight: 720;
    box-shadow: 0 8px 18px rgba(0,96,244,.16);
  }

  body:not(.home-page) :is(.proof-stage,.op-surface-client-order-stage-card) .op-surface-button-outline {
    box-shadow: none;
    background: #fff;
  }

  body:not(.home-page) :is(.op-client-orders-list-card,.proof-list-card,.op-surface-order-card) .op-surface-status-chip {
    font-size: 9px;
    line-height: 1.15;
    font-weight: 620;
    color: #607087;
    background: #f2f6fb;
    border-color: #e5ebf3;
    padding: 4px 7px;
  }

  body.staff-app :is(.op-staff-status,.op-surface-status-chip), body.accountant-app :is(.op-finance-status-pill,.op-surface-status-chip) {
    font-size: 10px;
    font-weight: 620;
    background: #f2f6fb;
    color: #607087;
    border-color: #e5ebf3;
  }
}

body:not(.home-page) .op-master-master-diagnostic-payout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  margin-top: 2px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #F4F7FB;
  border: 1px solid rgba(222,231,242,.82);
  color: #748094;
  font-size: 12px;
  line-height: 1.2;
}

body:not(.home-page) .op-master-master-diagnostic-payout strong {
  color: var(--op-text);
  font-size: 18px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: -.02em;
  white-space: nowrap;
}

body:not(.home-page) :is(.op-surface-status-chip,.op-client-card-chip,.op-staff-status,.op-finance-status-pill,.badge) {
  font-weight: 560;
  letter-spacing: 0;
}

body:not(.home-page) :is(.op-surface-stage-panel,.op-surface-client-order-stage-card,.op-surface-master-repair-stage-card) :is(.op-surface-status-chip,.badge) {
  font-size: 10px;
  min-height: 20px;
  padding: 3px 7px;
  font-weight: 540;
}

body:not(.home-page) .op-surface-support-tile :is(.platform-icon-img--action-show,.platform-icon-img--eye), body:not(.home-page) .op-surface-support-tile > svg:not(:first-child), body:not(.home-page) .op-surface-support-tile > img:not(.platform-icon-img--nav-support) {
  display: none;
}

body:not(.home-page) .op-surface-support-tile .op-surface-icon-tile {
  color: var(--op-blue);
}

body.op-surface-screen-master-profile .op-surface-master-profile-card .op-surface-stage-head {
  grid-template-columns: 56px minmax(0,1fr);
}

body.op-surface-screen-master-profile .op-surface-master-profile-card .op-surface-stage-copy .op-surface-button-row--split {
  grid-template-columns: 1fr;
}

body.op-surface-screen-master-profile .op-surface-master-profile-card [data-profile-photo-pick] {
  width: 100%;
}

body.op-surface-screen-master-profile .op-surface-master-profile-card .op-surface-card-row>.op-surface-button-primary {
  width: 100%;
}

body:not(.home-page) {
  background: #fbfcfe;
}

.op-card, .op-surface-card, .op-surface-object-stage-card, .op-surface-master-repair-stage-card, .op-surface-section, .op-product-panel, .op-master-order-card, .op-client-orders-card, .op-finance-card, .op-shell-main .card {
  box-shadow: 0 14px 36px rgba(16,24,40,.045);
}

.op-button, .op-shell-header__logout, .op-ui-iconified {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.op-button {
  letter-spacing: -0.01em;
}

.op-ui-decor-icon {
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0,96,244,.08);
  background: #EEF4FF;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
  flex: 0 0 auto;
}

.op-ui-decor-icon__img {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
}

.op-ui-decor-icon--inverse {
  background: rgba(255,255,255,.15);
  border-color: rgba(255,255,255,.18);
}

.op-ui-decor-icon--inverse .op-ui-decor-icon__img, .op-button--primary .op-ui-decor-icon__img, .op-shell-header__logout .op-ui-decor-icon__img {
  filter: brightness(0) invert(1);
}

.op-ui-decor-icon--danger {
  background: #FFF4F3;
  border-color: rgba(217,45,32,.12);
}

.op-button--primary .op-ui-decor-icon, .op-surface-button-primary .op-ui-decor-icon, .op-client-button-primary .op-ui-decor-icon, .op-shell-header__logout .op-ui-decor-icon {
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.18);
}

.op-button--danger, .op-button--danger:visited, .op-button--secondary[data-ui-tone="danger"], .op-ui-iconified[data-ui-tone="danger"] {
  color: #D92D20;
}

.op-button--danger .op-ui-decor-icon, .op-ui-iconified .op-ui-decor-icon--danger, .op-ui-iconified[data-ui-tone="danger"] .op-ui-decor-icon {
  background: #FFF4F3;
  border-color: rgba(217,45,32,.14);
}

.op-shell-header__logout {
  justify-content: center;
}

.op-shell-header__logout .op-ui-decor-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 9px;
}

.op-shell-header__logout .op-ui-decor-icon__img {
  width: 16px;
  height: 16px;
}

a.op-ui-iconified:not(.op-button), summary.op-ui-iconified, button.op-ui-iconified:not(.op-button) {
  text-decoration: none;
}

a.op-ui-iconified:not(.op-button):not(.op-shell-header__logout), summary.op-ui-iconified, button.op-ui-iconified:not(.op-button) {
  gap: 12px;
}

a.op-ui-iconified:not(.op-button) .op-ui-decor-icon, summary.op-ui-iconified .op-ui-decor-icon, button.op-ui-iconified:not(.op-button) .op-ui-decor-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 12px;
}

.op-button--secondary, .op-button--ghost, .op-surface-button-outline, .op-surface-button-danger-outline {
  background: #FFFFFF;
}

.op-button--primary, .op-surface-button-primary, .op-client-button-primary {
  box-shadow: none;
}

.op-surface-button-outline, .op-surface-button-danger-outline, .op-button--secondary {
  border-width: 1.5px;
}

@media (max-width: 640px) {
  .op-ui-decor-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 9px;
  }

  .op-ui-decor-icon__img {
    width: 16px;
    height: 16px;
  }

  a.op-ui-iconified:not(.op-button) .op-ui-decor-icon, summary.op-ui-iconified .op-ui-decor-icon, button.op-ui-iconified:not(.op-button) .op-ui-decor-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 11px;
  }
}

/* Security: POST logout wrappers preserve the existing visual geometry. */
.op-shell-header__logout-form,.topbar-logout-form{display:contents}
.op-shell-header__logout,button.topbar-btn{font-family:inherit;cursor:pointer}

/* Source: resources/css/product-public-screens.css */
/* Canonical public screen source. */

* {
  box-sizing: border-box;
}

html {
  background: var(--op-soft);
  -webkit-text-size-adjust: 100%;
}

.op-public-icon {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.op-public-icon * {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.op-public-create-file-input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.is-hidden {
  display: none !important;
}

a {
  text-decoration: none;
}

.op-public-home-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.op-public-home-action {
  height: 48px;
  min-height: 48px;
  border-radius: 14px;
  font-size: 17px;
  font-weight: 560;
}

.op-public-home-action-icon {
  width: 24px;
  height: 24px;
}

.op-public-home-create {
  grid-column: 1/-1;
  height: 56px;
  min-height: 56px;
  border-radius: 14px;
  font-weight: 580;
}

.op-public-home-create-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  color: var(--op-blue);
  display: grid;
  place-items: center;
  flex: 0 0 28px;
}

.op-public-home-create-plus {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  color: inherit;
}

.op-public-home-create-plus::before, .op-public-home-create-plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentColor;
  border-radius: 999px;
  transform: translate(-50%,-50%);
}

.op-public-home-create-plus::before {
  width: 12px;
  height: 2.2px;
}

.op-public-home-create-plus::after {
  width: 2.2px;
  height: 12px;
}

.op-public-home-create-icon .op-public-icon {
  width: 22px;
  height: 22px;
}

.op-public-home-photo {
  margin: 0;
  border-radius: 17px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(216,224,234,.86);
  box-shadow: 0 12px 30px rgba(15,34,64,.08);
}

.op-public-home-order {
  display: grid;
  gap: 10px;
  background: #fff;
  border: 1px solid rgba(216,224,234,.90);
  border-radius: 20px;
  padding: 16px;
  box-shadow: 0 16px 36px rgba(15,34,64,.10);
}

.op-public-home-order-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.op-public-home-status {
  min-height: 34px;
  padding: 0 13px;
  border-radius: 10px;
  background: #DDF6E8;
  color: #08783F;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  font-weight: 560;
}

.op-public-home-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #14B866;
}

.op-public-home-order-id {
  color: #6F7786;
  font-size: 16px;
  font-weight: 500;
}

.op-public-home-order-title {
  margin: 0;
  color: var(--op-ink);
  font-size: 24px;
  line-height: 1.08;
  font-weight: 580;
  letter-spacing: -.04em;
}

.op-public-home-order-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #E5EBF3;
  border-bottom: 1px solid #E5EBF3;
}

.op-public-home-meta-item {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #697386;
  font-size: 16px;
}

.op-public-home-meta-item+.op-public-home-meta-item {
  border-left: 1px solid #E5EBF3;
  padding-left: 16px;
}

.op-public-home-meta-icon {
  width: 23px;
  height: 23px;
  color: #697386;
}

.op-public-home-detail {
  min-height: 48px;
  border: 1.5px solid var(--op-blue);
  border-radius: 12px;
  color: var(--op-blue);
  font-weight: 560;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}

.op-public-home-detail::after {
  content: "→";
  font-size: 25px;
  line-height: 1;
}

.op-public-create-head {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 16px;
}

.op-public-create-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(216,224,234,.96);
  background: #fff;
  color: var(--op-ink);
  display: grid;
  place-items: center;
}

.op-public-create-title, .op-public-master-title, .op-public-auth-tail-title {
  margin: 0;
  color: var(--op-ink);
  font-size: 30px;
  line-height: 1.04;
  font-weight: 760;
  letter-spacing: -.035em;
  text-align: center;
}

.op-public-create-fields, .op-public-login-phone-form, .op-public-login-password-form, .op-public-master-form, .op-public-auth-tail-form, .op-public-register-fields {
  display: grid;
  gap: 8px;
}

.op-public-create-field, .op-public-master-field, .op-public-auth-tail-field {
  display: grid;
  gap: 7px;
  position: relative;
}

.op-public-select, .op-public-textarea {
  width: 100%;
  min-height: 56px;
  border: 1.5px solid #CED8E7;
  border-radius: 15px;
  background: #fff;
  color: var(--op-ink);
  font-size: 16px;
  padding: 0 14px;
  appearance: none;
  outline: 0;
}

.op-public-textarea {
  height: 96px;
  min-height: 96px;
  padding-top: 12px;
  resize: vertical;
}

.op-public-textarea::placeholder {
  color: #A8B2C1;
}

.op-public-select-wrap {
  position: relative;
}

.op-public-select {
  padding-right: 48px;
}

.op-public-create-select-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  color: var(--op-ink);
  pointer-events: none;
}

.op-public-create-upload {
  min-height: 114px;
  border: 1.6px dashed rgba(0,96,244,.50);
  border-radius: 18px;
  background: #FBFCFF;
  color: var(--op-blue);
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 4px;
  text-align: center;
  cursor: pointer;
}

.op-public-create-photo-icon {
  width: 36px;
  height: 36px;
}

.op-public-create-upload-title {
  font-size: 18px;
  font-weight: 760;
}

.op-public-create-upload-note {
  font-size: 14px;
  color: #667085;
}

.op-public-master-login-link, .op-public-register-login-link {
  color: var(--op-blue);
  font-weight: 700;
}

.op-public-master-consent, .op-public-register-consent {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 8px;
  color: var(--op-ink);
  font-size: 13px;
  line-height: 1.35;
}

.op-public-check-shell {
  display: block;
  align-self: start;
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  line-height: 0;
}

.op-public-check-input {
  display: block;
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  accent-color: var(--op-blue);
}

.op-public-check-box {
  display: none;
}

.city-autocomplete-results {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 20;
  max-height: 260px;
  overflow: auto;
  border: 1px solid var(--op-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--op-shadow);
  padding: 8px;
}

.city-autocomplete-results[hidden] {
  display: none;
}

.city-autocomplete-item {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  border-radius: 10px;
  padding: 10px;
  color: var(--op-ink);
  font-size: 14px;
}

.city-autocomplete-item:hover, .city-autocomplete-item.is-active {
  background: #EEF6FF;
}

.op-public-login-segment-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 12px 0;
}

.op-public-login-segment-links a {
  min-height: 44px;
  border: 1px solid var(--op-line);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--op-blue);
  font-weight: 700;
  text-decoration: none;
  background: #fff;
}

.op-public-create-consent {
  overflow-wrap: anywhere;
}

.op-public-icon :where(path,circle,rect,line,polyline,polygon,ellipse) {
  stroke-width: 1.55px !important;
  vector-effect: non-scaling-stroke;
}

.op-public-home-title, .op-public-create-title, .op-public-master-title, .op-public-auth-tail-title, .op-public-home-order-title {
  font-weight: 700 !important;
}

.op-public-create-submit, .op-public-login-submit, .op-public-login-enter, .op-public-master-submit, .op-public-auth-tail-submit {
  width: 100%;
  height: 56px;
  min-height: 56px;
  border: 0;
  border-radius: 16px;
  background: var(--op-blue);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  font-weight: 660 !important;
}

.op-public-home-photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

body.op-public-direct:is(.public-screen-login,.public-screen-auth-tail,.public-screen-register-master,.public-screen-create-order) {
  background: #F4F8FF;
}

body.op-public-direct:is(.public-screen-login,.public-screen-auth-tail,.public-screen-register-master) .op-public-brand-strip {
  min-height: 92px;
  padding: 18px 16px 14px;
  border-bottom-color: #E5ECF5;
  background: rgba(255,255,255,.95);
}

body.op-public-direct:is(.public-screen-login,.public-screen-auth-tail,.public-screen-register-master) .op-public-brand-logo, body.public-screen-login.op-public-direct .op-public-login-brand-logo {
  width: 198px;
  height: auto;
}

body.op-public-direct:is(.public-screen-login,.public-screen-auth-tail,.public-screen-register-master) :is(.op-public-login,.op-public-auth-tail,.op-public-master) {
  padding: 22px 14px max(34px,env(safe-area-inset-bottom));
}

body.op-public-direct:is(.public-screen-login,.public-screen-auth-tail,.public-screen-register-master) :is(.op-public-login-card,.op-public-auth-tail-panel,.op-public-master-card) {
  border-color: rgba(220,230,242,.92);
  border-radius: 24px;
  padding: 20px 16px 18px;
  box-shadow: 0 16px 38px rgba(7,18,37,.07);
}

body.op-public-direct:is(.public-screen-login,.public-screen-auth-tail,.public-screen-register-master) :is(.op-public-login-phone-form,.op-public-login-password-form,.op-public-auth-tail-form,.op-public-master-form,.op-public-register-fields) {
  gap: 10px;
}

body.op-public-direct:is(.public-screen-login,.public-screen-auth-tail,.public-screen-register-master) .op-public-textarea {
  min-height: 96px;
}

body.op-public-direct:is(.public-screen-login,.public-screen-auth-tail,.public-screen-register-master) :is(.op-public-login-submit,.op-public-login-enter,.op-public-auth-tail-submit,.op-public-master-submit) {
  height: 52px;
  min-height: 52px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 660;
  box-shadow: 0 10px 24px rgba(0,96,244,.16);
}

body.public-screen-register-master.op-public-direct input[type="file"] {
  width: 100%;
  min-height: 52px;
  border: 1px dashed rgba(0,96,244,.34);
  border-radius: 14px;
  background: #F8FBFF;
  padding: 6px;
  color: #667085;
  font-size: 12px;
}

body.public-screen-register-master.op-public-direct input[type="file"]::file-selector-button {
  height: 38px;
  margin-right: 9px;
  border: 0;
  border-radius: 10px;
  background: #EAF3FF;
  color: #0060F4;
  padding: 0 12px;
  font-weight: 560;
  cursor: pointer;
}

body.public-screen-create-order.op-public-direct {
  --op-create-ink: #101828;
  --op-create-muted: #667085;
  --op-create-line: #e2e8f0;
  --op-create-blue: #075ee8;
  --op-create-blue-soft: #eaf2ff;
  background: #f3f6fa;
}

body.public-screen-create-order.op-public-direct .op-public-create {
  display: block;
  width: 100%;
  padding: 16px 14px max(26px, env(safe-area-inset-bottom));
}

body.public-screen-create-order.op-public-direct .op-public-create-card {
  width: min(100%, 680px);
  max-width: 680px;
  margin: 0 auto;
  padding: 16px 16px 18px;
  overflow: hidden;
  border: 1px solid var(--op-create-line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(16, 24, 40, .07);
}

body.public-screen-create-order.op-public-direct .op-public-create-head {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: start;
  gap: 8px;
  min-height: 0;
  margin: 0 0 10px;
}

body.public-screen-create-order.op-public-direct .op-public-create-back {
  position: static;
  grid-column: 1;
  width: 46px;
  height: 46px;
  border-color: var(--op-create-line);
  border-radius: 14px;
  color: #344054;
  box-shadow: 0 4px 14px rgba(16, 24, 40, .04);
}

body.public-screen-create-order.op-public-direct .op-public-create-heading-copy {
  grid-column: 2;
  min-width: 0;
  text-align: center;
}

body.public-screen-create-order.op-public-direct .op-public-create-title {
  margin: 1px 0 0;
  color: var(--op-create-ink);
  font-size: 24px !important;
  line-height: 1.04 !important;
  font-weight: 620 !important;
  letter-spacing: -.04em !important;
  text-align: center;
}

body.public-screen-create-order.op-public-direct .op-public-create-subtitle {
  max-width: 470px;
  margin: 6px auto 0;
  color: var(--op-create-muted);
  font-size: 14px;
  line-height: 1.4;
}

body.public-screen-create-order.op-public-direct .op-public-create-confidence {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin: 0 0 4px;
}

body.public-screen-create-order.op-public-direct .op-public-create-confidence span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid #dbe6f6;
  border-radius: 999px;
  background: #f8fbff;
  color: #40536b;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 560;
}

body.public-screen-create-order.op-public-direct .op-public-create-confidence svg {
  width: 15px;
  height: 15px;
  color: var(--op-create-blue);
}

body.public-screen-create-order.op-public-direct .op-public-create-fields {
  display: grid;
  gap: 0;
  margin-top: 2px;
  border-top: 1px solid var(--op-create-line);
}

body.public-screen-create-order.op-public-direct .op-public-create-section {
  position: relative;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 14px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.public-screen-create-order.op-public-direct .op-public-create-section + .op-public-create-section {
  border-top: 1px solid var(--op-create-line);
}

body.public-screen-create-order.op-public-direct .op-public-create-section .op-form-section__head {
  position: relative;
  display: grid;
  gap: 5px;
  padding-left: 42px;
}

body.public-screen-create-order.op-public-direct .op-public-create-section .op-form-section__head::before {
  content: attr(data-step-label);
}

body.public-screen-create-order.op-public-direct .op-public-create-section::before {
  content: attr(data-create-step);
  position: absolute;
  top: 14px;
  left: 0;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 10px;
  background: var(--op-create-blue-soft);
  color: var(--op-create-blue);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

body.public-screen-create-order.op-public-direct .op-public-create-section .op-form-section__head h2 {
  margin: 0;
  color: var(--op-create-ink);
  font-size: 17px;
  line-height: 1.15;
  letter-spacing: -.025em;
  font-weight: 580;
}

body.public-screen-create-order.op-public-direct .op-public-create-section .op-form-section__head p {
  margin: 0;
  color: var(--op-create-muted);
  font-size: 13px;
  line-height: 1.4;
}

body.public-screen-create-order.op-public-direct .op-public-create-section .op-form-section__content {
  display: grid;
  gap: 10px;
}

body.public-screen-create-order.op-public-direct .op-public-create-field {
  position: relative;
  display: grid;
  min-width: 0;
  gap: 4px;
  margin: 0;
}

body.public-screen-create-order.op-public-direct .op-public-create-field .op-field__label {
  color: #344054;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 560;
}

body.public-screen-create-order.op-public-direct .op-public-create-field .op-field__hint {
  color: #667085;
  font-size: 12px;
  line-height: 1.35;
}

body.public-screen-create-order.op-public-direct :is(.op-control, .op-public-select, .op-public-textarea) {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d3dce8;
  border-radius: 14px;
  background: #fff;
  color: var(--op-create-ink);
  padding: 10px 13px;
  font-size: 16px;
  line-height: 1.35;
  outline: 0;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .02);
}

body.public-screen-create-order.op-public-direct :is(.op-control, .op-public-select, .op-public-textarea):focus {
  border-color: #76a7f5;
  box-shadow: 0 0 0 4px rgba(7, 94, 232, .10);
}

body.public-screen-create-order.op-public-direct .op-public-textarea {
  min-height: 88px;
  resize: vertical;
}

body.public-screen-create-order.op-public-direct .op-public-create-upload {
  min-height: 84px;
  border: 1.5px dashed #9bbcf1;
  border-radius: 16px;
  background: #f7faff;
  color: var(--op-create-blue);
}

body.public-screen-create-order.op-public-direct .op-public-create-upload-title {
  font-size: 16px;
  font-weight: 580;
}

body.public-screen-create-order.op-public-direct .op-public-create-upload-note {
  color: #6f7f92;
  font-size: 12px;
}

body.public-screen-create-order.op-public-direct .op-public-create-photo-icon {
  width: 30px;
  height: 30px;
}

body.public-screen-create-order.op-public-direct .op-public-create-submit-note {
  margin: 0;
  padding: 12px 0 8px;
  border-top: 1px solid var(--op-create-line);
  color: #6b7788;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

body.public-screen-create-order.op-public-direct .op-public-create-actions {
  margin: 0;
  padding: 0;
  background: transparent;
}

body.public-screen-create-order.op-public-direct .op-public-create-actions .op-order-action-bar__primary {
  width: 100%;
}

body.public-screen-create-order.op-public-direct .op-public-create-submit {
  width: 100%;
  min-height: 50px;
  height: 50px;
  margin: 0;
  border: 0;
  border-radius: 15px;
  background: var(--op-create-blue);
  color: #fff;
  font-size: 16px;
  font-weight: 580 !important;
  letter-spacing: -.01em;
  box-shadow: 0 10px 22px rgba(7, 94, 232, .18);
  cursor: pointer;
}

@media (min-width: 620px) {
  body.public-screen-create-order.op-public-direct .op-public-create {
    padding-top: 30px;
  }

  body.public-screen-create-order.op-public-direct .op-public-create-card {
    padding: 22px;
  }

  body.public-screen-create-order.op-public-direct .op-public-create-section {
    padding: 22px 0;
  }

  body.public-screen-create-order.op-public-direct .op-public-create-section::before {
    top: 22px;
    left: 0;
  }
}

@media (max-width: 430px) {
  body.public-screen-create-order.op-public-direct .op-public-create-head {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
  }

  body.public-screen-create-order.op-public-direct .op-public-create-back {
    width: 44px;
    height: 44px;
  }

  body.public-screen-create-order.op-public-direct .op-public-create-title {
    font-size: 27px !important;
  }

  body.public-screen-create-order.op-public-direct .op-public-create-subtitle {
    font-size: 13px;
  }

  body.public-screen-create-order.op-public-direct .op-public-create-card {
    padding: 17px 14px 15px;
    border-radius: 23px;
  }

  body.public-screen-create-order.op-public-direct .op-public-create-section {
    padding: 17px 0;
    border-radius: 0;
  }

  body.public-screen-create-order.op-public-direct .op-public-create-section::before {
    top: 17px;
    left: 0;
  }

  body.public-screen-create-order.op-public-direct .op-public-create-section .op-form-section__head {
    padding-left: 36px;
  }
}

body.op-public-direct {
  margin: 0;
  min-height: 100svh;
  color: var(--op-ink);
  font-family: -apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Inter","Segoe UI",Roboto,Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.35;
  background: #F5F8FC;
}

.op-public-home {
  width: 100%;
  min-height: 100svh;
  display: flex;
  justify-content: center;
  padding: 28px var(--op-side) 32px;
  background: #F5F8FC;
}

.op-public-home-panel {
  width: min(100%,var(--op-max));
  display: grid;
  justify-items: stretch;
  gap: 10px;
}

.op-public-home-brand {
  display: grid;
  justify-items: center;
  gap: 7px;
}

.op-public-home-logo {
  object-fit: contain;
  width: 72px;
  height: 72px;
}

.op-public-home-title {
  margin: 0;
  color: var(--op-blue);
  font-weight: 760;
  text-align: center;
  font-size: 32px;
  line-height: 1.04;
  letter-spacing: -.045em;
}

.op-public-brand-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(216,224,234,.74);
  min-height: 78px;
  padding: 17px 16px 15px;
  background: rgba(255,255,255,.97);
  border-bottom-color: rgba(220,230,242,.88);
}

.op-public-brand-logo {
  height: auto !important;
  object-fit: contain !important;
  width: 168px !important;
}

.op-public-login-brand-logo {
  display: block;
  height: auto;
  width: 168px !important;
  margin: 0 auto 14px;
}

.op-public-create, .op-public-login, .op-public-master, .op-public-auth-tail {
  display: flex;
  justify-content: center;
  padding: 18px 14px max(30px,env(safe-area-inset-bottom));
}

.op-public-create-card, .op-public-login-card, .op-public-master-card, .op-public-auth-tail-panel, .op-public-email-verify-panel {
  width: min(100%,var(--op-max));
  background: #fff;
  border: 1px solid rgba(216,224,234,.92);
  border-radius: 22px;
  padding: 22px 14px 18px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(7,18,37,.07);
}

@media (max-width:374px) {
  .op-public-home-action {
    font-size: 15px;
  }

  .op-public-home-order-title {
    font-size: 22px;
  }

  .op-public-create-title {
    font-size: 28px;
  }

  .op-public-brand-logo {
    width: 196px !important;
  }

  .op-public-home-logo {
    width: 66px;
    height: 66px;
  }

  .op-public-home-title {
    font-size: 30px;
  }

  .op-public-brand-logo, .op-public-login-brand-logo {
    width: 156px !important;
  }
}

body.op-public-direct :is(.op-public-create-card,.op-public-login-card,.op-public-master-card,.op-public-auth-tail-panel,.op-public-email-verify-panel) {
  border-radius: 20px;
  padding: 20px 16px 18px;
  border-color: rgba(220,230,242,.90);
  box-shadow: 0 10px 28px rgba(7,18,37,.065);
}

body.public-screen-home.op-public-direct .op-public-home-order {
  border-radius: 20px;
  padding: 16px;
  gap: 8px;
  box-shadow: 0 10px 28px rgba(7,18,37,.065);
}

body.public-screen-home.op-public-direct .op-public-home-status {
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 620;
}

body.public-screen-home.op-public-direct .op-public-home-order-title {
  font-size: 22px;
  line-height: 1.12;
  font-weight: 680;
}

body.public-screen-home.op-public-direct :is(.op-public-home-order-id,.op-public-home-meta-item) {
  font-size: 14px;
}

body.op-public-direct .op-public-icon, body.op-public-direct svg.op-public-icon {
  stroke-width: 1.6 !important;
}

body.op-public-direct :is(.op-public-create-title,.op-public-master-title,.op-public-auth-tail-title) {
  font-size: 26px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  letter-spacing: -.03em !important;
}

@media (max-width:560px) {
  body.op-product--public main :where(input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),select,textarea) {
    min-height: 46px;
    border-radius: 14px;
    padding: 10px 13px;
    font-size: 16px;
    line-height: 1.35;
  }

  body.op-product--public main textarea {
    min-height: 112px;
  }
}

body.op-public-direct:is( .public-screen-login, .public-screen-auth-tail, .public-screen-register, .public-screen-register-client, .public-screen-register-master, .public-screen-phone-verify, .public-screen-email-verify, .public-screen-forgot-password, .public-screen-reset-password, .public-screen-twofa, .public-screen-admin-2fa, .public-screen-master-pending, .public-screen-master-rejected ) :is(.op-public-login,.op-public-auth-tail,.op-public-master) {
  box-sizing: border-box;
  min-height: calc(100svh - 92px);
  align-items: center;
  padding-block: clamp(22px, 6svh, 56px) max(34px, env(safe-area-inset-bottom));
}

body.op-public-direct:is( .public-screen-login, .public-screen-auth-tail, .public-screen-register, .public-screen-register-client, .public-screen-register-master, .public-screen-phone-verify, .public-screen-email-verify, .public-screen-forgot-password, .public-screen-reset-password, .public-screen-twofa, .public-screen-admin-2fa, .public-screen-master-pending, .public-screen-master-rejected ) :is(.op-public-login-card,.op-public-auth-tail-panel,.op-public-master-card,.op-public-email-verify-panel) {
  width: min(100%, 460px);
  margin-inline: auto;
}

.op-proof-auth-back {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin: -4px 0 10px;
  color: var(--op-blue);
  font-weight: 560;
  text-decoration: none;
}

body.op-product--public:is( .op-product--surface-login, .op-product--surface-register-client, .op-product--surface-register-master, .op-product--surface-phone-verify, .op-product--surface-email-verify, .op-product--surface-forgot-password, .op-product--surface-reset-password, .op-product--surface-twofa, .op-product--surface-master-pending-auth, .op-product--surface-master-rejected-auth, .op-product--surface-login-validation, .op-product--surface-phone-verify-invalid, .op-product--surface-reset-password-invalid ) .op-product-screen--public {
  box-sizing: border-box;
  width: 100%;
  min-height: 100svh;
  display: grid;
  align-content: center;
  padding: clamp(24px, 7svh, 64px) 14px max(34px, env(safe-area-inset-bottom));
}

body.op-product--public:is( .op-product--surface-login, .op-product--surface-register-client, .op-product--surface-register-master, .op-product--surface-phone-verify, .op-product--surface-email-verify, .op-product--surface-forgot-password, .op-product--surface-reset-password, .op-product--surface-twofa, .op-product--surface-master-pending-auth, .op-product--surface-master-rejected-auth, .op-product--surface-login-validation, .op-product--surface-phone-verify-invalid, .op-product--surface-reset-password-invalid ) .op-product-family--public {
  width: min(100%, 460px);
  margin-inline: auto;
}

@media (max-height: 690px), (max-width: 360px) {
  body.op-public-direct:is( .public-screen-login, .public-screen-auth-tail, .public-screen-register, .public-screen-register-client, .public-screen-register-master, .public-screen-phone-verify, .public-screen-email-verify, .public-screen-forgot-password, .public-screen-reset-password, .public-screen-twofa, .public-screen-admin-2fa, .public-screen-master-pending, .public-screen-master-rejected ) :is(.op-public-login,.op-public-auth-tail,.op-public-master) {
    align-items: flex-start;
    padding-top: 18px;
  }

  body.op-product--public:is( .op-product--surface-login, .op-product--surface-register-client, .op-product--surface-register-master, .op-product--surface-phone-verify, .op-product--surface-email-verify, .op-product--surface-forgot-password, .op-product--surface-reset-password, .op-product--surface-twofa, .op-product--surface-master-pending-auth, .op-product--surface-master-rejected-auth, .op-product--surface-login-validation, .op-product--surface-phone-verify-invalid, .op-product--surface-reset-password-invalid ) .op-product-screen--public {
    align-content: start;
    padding-top: 18px;
  }
}

:root {
  --op-card: #FFFFFF;
  --op-radius: 20px;
  --op-side: 16px;
  --op-max: 390px;
  --op-blue: #0867f2;
  --op-blue-2: #0a70ff;
  --op-ink: #101828;
  --op-muted: #667085;
  --op-soft: #fbfcfe;
  --op-line: #e4eaf1;
  --op-shadow: 0 12px 34px rgba(16,24,40,.06);
}

html, body.op-product.op-product--public, body.op-public-direct {
  background: #fbfcfe;
}

body.op-public-direct :is(.op-public-create-card,.op-public-login-card,.op-public-master-card,.op-public-auth-tail-panel,.op-public-email-verify-panel), body.op-product--public .op-proof-public-card {
  border-color: #e4eaf1;
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(16,24,40,.06);
}

body.op-product--public .op-proof-public-card {
  padding: 16px 16px 18px;
}

body.op-product--public :is(.op-product-page-head__title,.op-public-create-title,.op-public-master-title,.op-public-auth-tail-title,.op-public-login-title) {
  color: #101828;
  font-weight: 680;
}

body.op-product--public :is(.op-product-page-head__copy,.op-public-create-subtitle,.op-public-master-copy,.op-public-auth-tail-copy) {
  color: #667085;
  font-weight: 400;
}

body.op-product--public :is(.op-field__label,.op-public-create-field .op-field__label) {
  color: #344054;
  font-weight: 520;
}

body.op-product--public .op-proof-auth-back {
  font-weight: 560;
}

body.public-screen-create-order.op-public-direct .op-public-create-card, body.op-product--public.op-product--surface-create-order .op-public-create-card {
  padding: 14px 14px 16px;
  border-radius: 24px;
}

body.public-screen-create-order.op-public-direct .op-public-create-head, body.op-product--public.op-product--surface-create-order .op-public-create-head {
  margin-bottom: 8px;
}

body.public-screen-create-order.op-public-direct .op-public-create-subtitle, body.op-product--public.op-product--surface-create-order .op-public-create-subtitle {
  max-width: 34ch;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.42;
}

body.public-screen-create-order.op-public-direct .op-public-create-fields, body.op-product--public.op-product--surface-create-order .op-public-create-fields {
  margin-top: 4px;
  border-top-color: #e7ecf2;
}

body.public-screen-create-order.op-public-direct .op-public-create-section, body.op-product--public.op-product--surface-create-order .op-public-create-section {
  gap: 8px;
  padding: 12px 0;
}

body.public-screen-create-order.op-public-direct .op-public-create-section::before, body.op-product--public.op-product--surface-create-order .op-public-create-section::before {
  display: none;
  content: none;
}

body.public-screen-create-order.op-public-direct .op-public-create-section .op-form-section__head, body.op-product--public.op-product--surface-create-order .op-public-create-section .op-form-section__head {
  gap: 4px;
  padding-left: 0;
}

body.public-screen-create-order.op-public-direct .op-public-create-section .op-form-section__head h2, body.op-product--public.op-product--surface-create-order .op-public-create-section .op-form-section__head h2 {
  font-size: 18px;
  font-weight: 560;
}

body.public-screen-create-order.op-public-direct .op-public-create-section .op-form-section__head p, body.op-product--public.op-product--surface-create-order .op-public-create-section .op-form-section__head p {
  color: #667085;
  font-size: 13px;
  font-weight: 400;
}

body.op-product--public .op-public-create-upload {
  min-height: 90px;
  border-color: #c8d6e8;
  background: #fbfdff;
}

body.op-product--public .op-public-create-upload-title {
  font-weight: 560;
}

body.op-product--public .op-public-create-submit {
  box-shadow: none;
}

body.op-product--public .op-public-create-submit-note {
  color: #667085;
  font-weight: 400;
}

@media (max-width: 360px) {
  body.op-product--public .op-proof-public-card, body.public-screen-create-order.op-public-direct .op-public-create-card, body.op-product--public.op-product--surface-create-order .op-public-create-card {
    padding-inline: 14px;
  }
}

body.op-product--public .op-public-create-upload-note, body.public-screen-create-order.op-public-direct .op-public-create-upload-note {
  color: #5f6b7a;
}

/* Source: resources/css/public-home.css */
/* Canonical public home source. */

body.public-screen-home.op-public-direct {
  background: #F7F9FC;
}

.op-public-home {
  width: 100%;
  min-height: 100svh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 24px var(--op-side) 30px;
  background: #F7F9FC;
}

.op-public-home-panel {
  width: min(100%,var(--op-max));
  display: grid;
  justify-items: stretch;
  gap: 13px;
}

.op-public-home-brand {
  display: grid;
  justify-items: center;
  gap: 7px;
}

.op-public-home-logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.op-public-home-title {
  margin: 0;
  color: var(--op-blue);
  font-size: 29px;
  line-height: 1.04;
  font-weight: 720 !important;
  letter-spacing: -.04em;
  text-align: center;
}

.op-public-home-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.op-public-home-action {
  min-width: 0;
  height: 48px;
  min-height: 48px;
  border: 1.5px solid var(--op-blue);
  border-radius: 14px;
  padding: 0 8px;
  background: #fff;
  color: var(--op-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -.02em;
  box-shadow: 0 5px 16px rgba(0,96,244,.05);
}

.op-public-home-action > span {
  flex: 0 0 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  min-height: 28px;
  white-space: nowrap;
}

.op-public-home-action-icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: block;
  object-fit: contain;
  color: var(--op-blue);
}

.op-public-home-create {
  grid-column: 1/-1;
  height: 54px;
  min-height: 54px;
  border: 1.5px solid var(--op-blue);
  border-radius: 14px;
  padding: 0 18px;
  background: var(--op-blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(0,96,244,.18);
}

.op-public-home-action:focus-visible,
.op-public-home-create:focus-visible,
.op-public-home-detail:focus-visible {
  outline: 3px solid rgba(0,96,244,.2);
  outline-offset: 3px;
}

.op-public-home-photo {
  position: relative;
  width: 100%;
  margin: 0;
  aspect-ratio: 1.4 / 1;
  border: 1px solid rgba(216,224,234,.86);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15,34,64,.08);
}

.op-public-home-photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

body.public-screen-home.op-public-direct .op-public-home-order {
  display: grid;
  gap: 10px;
  padding: 13px;
  border: 1px solid rgba(216,224,234,.90);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(7,18,37,.065);
}

body.public-screen-home.op-public-direct .op-public-home-status {
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #DDF6E8;
  color: #08783F;
  font-size: 13px;
  font-weight: 620;
}

body.public-screen-home.op-public-direct .op-public-home-order-title {
  margin: 0;
  color: var(--op-ink);
  font-size: 22px;
  line-height: 1.12;
  font-weight: 680 !important;
  letter-spacing: -.035em;
}

.op-public-home-meta-item {
  min-height: 42px;
  gap: 9px;
}

body.public-screen-home.op-public-direct :is(.op-public-home-order-id,.op-public-home-meta-item) {
  font-size: 14px;
}

.op-public-home-detail {
  min-height: 42px;
  border: 1.5px solid var(--op-blue);
  border-radius: 12px;
  padding: 0 15px;
  background: #fff;
  color: var(--op-blue);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 650;
}

@media (max-width:374px) {
  .op-public-home-action {
    padding: 0 2px;
    gap: 4px;
    font-size: 13px;
  }

  .op-public-home-action-icon {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
  }

  .op-public-home-logo {
    width: 58px;
    height: 58px;
  }

  .op-public-home-title {
    font-size: 27px;
  }
}

/* Desktop composition using the accepted home content. */
@media (min-width: 900px) {
  .op-public-home {
    align-items: center;
    padding: 44px 40px;
  }

  .op-public-home-panel {
    width: min(100%, 1080px);
    grid-template-columns: minmax(360px, .88fr) minmax(480px, 1.12fr);
    grid-template-areas:
      "brand photo"
      "actions photo"
      "order photo";
    align-items: start;
    column-gap: 34px;
    row-gap: 18px;
  }

  .op-public-home-brand {
    grid-area: brand;
    justify-items: start;
    align-content: end;
    padding-top: 8px;
  }

  .op-public-home-logo {
    width: 74px;
    height: 74px;
  }

  .op-public-home-title {
    max-width: 520px;
    font-size: clamp(38px, 3.1vw, 48px);
    line-height: 1;
    text-align: left;
  }

  .op-public-home-actions {
    grid-area: actions;
  }

  .op-public-home-photo {
    grid-area: photo;
    min-height: 610px;
    aspect-ratio: auto;
    align-self: stretch;
    border-radius: 26px;
  }

  body.public-screen-home.op-public-direct .op-public-home-order {
    grid-area: order;
    align-self: end;
  }
}
