.omny-app-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 32px auto 64px;
  padding: 0;
}

.omny-app-header {
  margin-bottom: 24px;
}

.omny-app-kicker {
  margin: 0 0 8px;
  color: #66758f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.omny-app-title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
  font-weight: 800;
}

.omny-app-description {
  margin: 12px 0 0;
  max-width: 760px;
  color: #66758f;
  font-size: 16px;
  line-height: 1.65;
}

.omny-app-content,
.omny-quote-page,
.omny-quote-single,
.omny-quote-profile-shell,
.omny-app-archive-list,
.omny-quote-request-list,
.omny-quote-bid-list {
  min-width: 0;
  display: grid;
  gap: 16px;
}

.omny-quote-page,
.omny-quote-single,
.omny-quote-profile-shell {
  display: grid;
  gap: 24px;
}

.omny-quote-stack {
  display: grid;
  gap: 24px;
}

.omny-quote-panel,
.omny-quote-provider-banner,
.omny-quote-company-card,
.omny-list-item,
.omny-quote-meta-card,
.omny-quote-entity-card {
  min-width: 0;
  border: 1px solid #dbe4f0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.omny-quote-panel,
.omny-quote-company-card {
  padding: 24px;
}

.omny-quote-dashboard-panel {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.omny-quote-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}

.omny-quote-panel-head h3,
.omny-quote-panel > h3 {
  margin: 0;
  color: #0f172a;
  font-size: 1.35rem;
  line-height: 1.2;
  font-weight: 750;
}

.omny-quote-panel > h3 {
  margin-bottom: 18px;
}

.omny-quote-panel-head > span,
.omny-quote-panel-head > a {
  color: #5c6d86;
  font-size: 14px;
  line-height: 1.5;
}

.omny-quote-provider-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
}

.omny-quote-provider-banner strong {
  display: block;
  color: #0f172a;
}

.omny-quote-provider-banner span {
  display: block;
  color: #66758f;
  font-size: 14px;
  line-height: 1.55;
}

.omny-quote-form {
  display: grid;
  gap: 16px;
}

.omny-quote-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.omny-quote-form label > span,
.omny-quote-filter-bar label > span {
  color: #4f5f78;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.omny-quote-two-col,
.omny-quote-location-grid,
.omny-quote-filter-bar {
  display: grid;
  gap: 16px;
}

.omny-quote-two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.omny-quote-location-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.omny-quote-filter-bar {
  grid-template-columns: minmax(0, 1.5fr) repeat(2, minmax(180px, 1fr)) auto;
  align-items: end;
  padding: 18px 20px;
  border: 1px solid #dbe4f0;
  border-radius: 18px;
  background: #f8fbff;
}

.omny-quote-filter-actions,
.omny-quote-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.omny-quote-filter-actions {
  align-items: center;
}

.omny-quote-form input,
.omny-quote-form textarea,
.omny-quote-form select,
.omny-quote-filter-bar input,
.omny-quote-filter-bar select {
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid #cfdae7;
  border-radius: 16px;
  background: #fff;
  color: #0f172a;
  font-size: 15px;
  line-height: 1.4;
  box-shadow: none;
}

.omny-quote-form textarea {
  min-height: 180px;
  padding: 14px 16px;
  resize: vertical;
}

.omny-quote-form input:focus,
.omny-quote-form textarea:focus,
.omny-quote-form select:focus,
.omny-quote-filter-bar input:focus,
.omny-quote-filter-bar select:focus {
  border-color: #8eb4e8;
  outline: none;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}

.omny-quote-section {
  display: grid;
  gap: 16px;
  padding-top: 4px;
}

.omny-quote-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.omny-quote-section-head h4 {
  margin: 0 0 4px;
  color: #0f172a;
  font-size: 1.05rem;
}

.omny-quote-section-head p {
  margin: 0;
  color: #66758f;
  font-size: 14px;
  line-height: 1.55;
}

.omny-quote-item-rows,
.omny-quote-entity-list,
.omny-quote-detail-list {
  display: grid;
  gap: 14px;
}

.omny-quote-item-row,
.omny-quote-entity-card {
  padding: 18px 20px;
  border: 1px solid #e4ebf3;
  border-radius: 18px;
  background: #f9fbfe;
  box-shadow: none;
}

.omny-quote-item-row-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.omny-quote-detail-box {
  padding: 16px 18px;
  border: 1px solid #e4ebf3;
  border-radius: 18px;
  background: #f9fbfe;
}

.omny-quote-detail-row {
  display: grid;
  grid-template-columns: minmax(120px, 180px) minmax(0, 1fr);
  gap: 10px 14px;
  align-items: start;
}

.omny-quote-detail-row span {
  color: #6b7a90;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.omny-quote-detail-row strong,
.omny-quote-detail-row strong a {
  color: #0f172a;
  font-size: 15px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.omny-quote-empty {
  margin: 0;
  color: #718198;
  font-size: 15px;
  line-height: 1.6;
}

.omny-quote-meta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.omny-quote-meta-card {
  padding: 18px 20px;
}

.omny-quote-meta-card span {
  display: block;
  margin-bottom: 6px;
  color: #6b7a90;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.omny-quote-meta-card strong {
  display: block;
  color: #0f172a;
  font-size: 1.1rem;
  line-height: 1.35;
  font-weight: 700;
}

.omny-quote-grid {
  display: grid;
  gap: 20px;
}

.omny-quote-summary-grid,
.omny-quote-single-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.omny-list-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 16px;
  padding: 18px 20px;
}

.omny-list-item-request {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  padding: 18px 20px;
  border-radius: 18px;
  background: #f9fbfe;
  border-color: #e4ebf3;
  box-shadow: none;
}

.omny-list-item-request .omny-list-main {
  display: grid;
  gap: 10px;
}

.omny-list-item-request .omny-list-title {
  margin: 0;
  font-size: 1.05rem;
}

.omny-list-item-request .omny-list-meta {
  gap: 8px 14px;
  font-size: 14px;
}

.omny-list-item-request .omny-list-summary {
  margin: 0;
}

.omny-list-item-request .omny-quote-card-actions-compact {
  margin-top: 2px;
}

.omny-list-item-request .omny-quote-action-form + .omny-quote-action-form {
  margin-top: 0;
}

.omny-quote-marketplace-panel .omny-quote-request-list,
.omny-quote-dashboard-panel .omny-quote-request-list,
.omny-quote-dashboard-panel .omny-quote-bid-list {
  gap: 14px;
}

.omny-quote-marketplace-panel .omny-list-item-request,
.omny-quote-dashboard-panel .omny-list-item-request,
.omny-quote-dashboard-panel .omny-list-item-bid {
  padding: 22px 24px;
  border-radius: 20px;
  border: 1px solid #dbe4f0;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.omny-quote-marketplace-panel .omny-list-item-request .omny-list-main,
.omny-quote-dashboard-panel .omny-list-item-request .omny-list-main,
.omny-quote-dashboard-panel .omny-list-item-bid .omny-list-main {
  gap: 12px;
}

.omny-quote-marketplace-panel .omny-list-item-request .omny-list-meta,
.omny-quote-dashboard-panel .omny-list-item-request .omny-list-meta,
.omny-quote-dashboard-panel .omny-list-item-bid .omny-list-meta {
  gap: 10px 16px;
}

.omny-quote-marketplace-panel .omny-list-item-request .omny-list-summary,
.omny-quote-dashboard-panel .omny-list-item-request .omny-list-summary,
.omny-quote-dashboard-panel .omny-list-item-bid .omny-list-summary {
  margin-top: 0;
}

.omny-list-thumb img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: block;
  border-radius: 14px;
  border: 1px solid #dbe4f0;
  background: #fff;
}

.omny-list-main {
  min-width: 0;
}

.omny-list-title {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 1.1rem;
  line-height: 1.35;
}

.omny-list-title a {
  color: inherit;
  text-decoration: none;
}

.omny-list-title a:hover {
  text-decoration: underline;
}

.omny-list-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: #66758f;
  font-size: 14px;
  line-height: 1.5;
}

.omny-list-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.omny-list-summary {
  margin: 10px 0 0;
  color: #66758f;
  font-size: 15px;
  line-height: 1.6;
}

.omny-entity-archive-head {
  margin-bottom: 20px;
}

.omny-entity-archive-toolbar-form {
  display: grid;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid #dbe4f0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.omny-archive-token-input-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 56px;
  padding: 10px 12px;
  border: 1px solid #dbe4f0;
  border-radius: 14px;
  background: #fff;
}

.omny-archive-token-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
  flex: 1 1 auto;
}

.omny-archive-token-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid #dbe4f0;
  border-radius: 999px;
  background: #f8fbff;
  color: #0f172a;
  font-size: 13px;
}

.omny-archive-token-remove,
.omny-archive-location-button,
.omny-quote-remove-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.omny-archive-token-remove {
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #e2e8f0;
  color: #475569;
  font-size: 14px;
  line-height: 1;
}

.omny-archive-token-input {
  flex: 1 1 220px;
  min-width: 180px;
  border: 0 !important;
  box-shadow: none !important;
  padding: 8px 4px !important;
  background: transparent !important;
}

.omny-archive-location-button {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #dbe4f0;
  border-radius: 999px;
  background: #f8fbff;
  color: #334155;
}

.omny-archive-token-total {
  color: #66758f;
  font-size: 13px;
  font-weight: 700;
}

.omny-archive-token-trigger,
.omny-list-meta a,
.omny-entity-tax-link,
.omny-entity-website-link {
  color: #0f4c81;
  text-decoration: none;
}

.omny-archive-token-trigger:hover,
.omny-list-meta a:hover,
.omny-entity-tax-link:hover,
.omny-entity-website-link:hover {
  text-decoration: underline;
}

.omny-quote-notice {
  padding: 14px 16px;
  border-radius: 14px;
  margin: 0;
  font-weight: 600;
}

.omny-quote-notice-success {
  background: #ecfdf5;
  color: #166534;
  border: 1px solid #bbf7d0;
}

.omny-quote-notice-warning {
  background: #fff7ed;
  color: #9a3412;
  border: 1px solid #fed7aa;
}

.omny-quote-notice-error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.btn,
.omny-quote-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
}

.btn-primary,
.omny-quote-button {
  border: 1px solid #1d4ed8;
  background: #1d4ed8;
  color: #fff;
}

.btn-primary:hover,
.omny-quote-button:hover {
  background: #1842b8;
  border-color: #1842b8;
  color: #fff;
}

.btn-outline-primary {
  border: 1px solid #c9d8ea;
  background: #fff;
  color: #163b66;
}

.btn-outline-primary:hover {
  border-color: #9eb6d2;
  background: #f3f8fd;
  color: #102d4d;
}

.omny-quote-delete-button {
  border-color: #f2c4c4;
  color: #b42318;
}

.omny-quote-delete-button:hover {
  background: #fff3f2;
  border-color: #e9a8a8;
  color: #912018;
}

/* SINGLE REQUEST PAGE */
.omny-app-single-request {
  max-width: 1280px;
  margin: 32px auto 64px;
  padding: 0;
}

.omny-app-single-request .omny-app-header {
  margin-bottom: 24px;
  padding: 0 4px;
}

.omny-app-single-request .omny-app-kicker {
  margin: 0 0 8px;
  color: #66758f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.omny-app-single-request .omny-app-title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
  font-weight: 800;
}

.omny-app-single-request .omny-app-content {
  min-width: 0;
}

.omny-app-single-request .omny-quote-single {
  display: grid;
  gap: 24px;
}

.omny-app-single-request .omny-quote-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.omny-app-single-request .omny-quote-meta-card {
  padding: 18px 20px;
  border: 1px solid #dbe4f0;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.omny-app-single-request .omny-quote-meta-card span {
  display: block;
  margin-bottom: 6px;
  color: #6b7a90;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.omny-app-single-request .omny-quote-meta-card strong {
  display: block;
  color: #0f172a;
  font-size: 1.1rem;
  line-height: 1.35;
  font-weight: 700;
}

.omny-app-single-request .omny-quote-grid {
  display: grid;
  gap: 20px;
}

.omny-app-single-request .omny-quote-summary-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.omny-app-single-request .omny-quote-single-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: start;
}

.omny-app-single-request .omny-quote-panel {
  min-width: 0;
  padding: 28px;
  border: 1px solid #dbe4f0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.05);
}

.omny-app-single-request .omny-quote-panel h3 {
  margin: 0 0 18px;
  color: #0f172a;
  font-size: 1.35rem;
  line-height: 1.2;
  font-weight: 750;
}

.omny-app-single-request .omny-quote-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}

.omny-app-single-request .omny-quote-panel-head h3 {
  margin: 0;
}

.omny-app-single-request .omny-quote-panel-head > span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef5ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.omny-app-single-request .omny-quote-entity-list {
  display: grid;
  gap: 16px;
}

.omny-app-single-request .omny-quote-entity-card {
  padding: 18px 20px;
  border: 1px solid #e4ebf3;
  border-radius: 18px;
  background: #f9fbfe;
}

.omny-app-single-request .omny-quote-entity-card h4 {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: 1.05rem;
  line-height: 1.35;
  font-weight: 700;
}

.omny-app-single-request .omny-quote-detail-list {
  display: grid;
  gap: 10px;
}

.omny-app-single-request .omny-quote-detail-row {
  display: grid;
  grid-template-columns: minmax(120px, 180px) minmax(0, 1fr);
  gap: 10px 14px;
  align-items: start;
}

.omny-app-single-request .omny-quote-detail-row span {
  color: #6b7a90;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.omny-app-single-request .omny-quote-detail-row strong {
  color: #0f172a;
  font-size: 15px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.omny-app-single-request .omny-quote-empty {
  margin: 0;
  color: #718198;
  font-size: 15px;
  line-height: 1.6;
}

.omny-app-single-request .omny-quote-owner-panel {
  padding: 24px 28px;
  border-color: #d5e3f7;
  background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
}

.omny-app-single-request .omny-quote-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.omny-app-single-request .omny-quote-action-form {
  margin: 0;
}

.omny-app-single-request .omny-quote-action-form .btn {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: none;
}

.omny-app-single-request .btn-outline-primary {
  border: 1px solid #c9d8ea;
  background: #fff;
  color: #163b66;
}

.omny-app-single-request .btn-outline-primary:hover {
  border-color: #9eb6d2;
  background: #f3f8fd;
  color: #102d4d;
}

.omny-app-single-request .omny-quote-delete-button {
  border-color: #f2c4c4;
  color: #b42318;
}

.omny-app-single-request .omny-quote-delete-button:hover {
  background: #fff3f2;
  border-color: #e9a8a8;
  color: #912018;
}

.omny-app-single-request .omny-quote-form {
  display: grid;
  gap: 16px;
}

.omny-app-single-request .omny-quote-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.omny-app-single-request .omny-quote-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.omny-app-single-request .omny-quote-form label > span {
  color: #4f5f78;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.omny-app-single-request .omny-quote-form input,
.omny-app-single-request .omny-quote-form textarea,
.omny-app-single-request .omny-quote-form select {
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid #cfdae7;
  border-radius: 16px;
  background: #fff;
  color: #0f172a;
  font-size: 15px;
  line-height: 1.4;
  box-shadow: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.omny-app-single-request .omny-quote-form textarea {
  min-height: 180px;
  padding: 14px 16px;
  resize: vertical;
}

.omny-app-single-request .omny-quote-form input:focus,
.omny-app-single-request .omny-quote-form textarea:focus,
.omny-app-single-request .omny-quote-form select:focus {
  border-color: #8eb4e8;
  outline: none;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}

.omny-app-single-request .btn,
.omny-app-single-request .omny-quote-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.omny-app-single-request .btn-primary,
.omny-app-single-request .omny-quote-button {
  border: 1px solid #1d4ed8;
  background: #1d4ed8;
  color: #fff;
  box-shadow: 0 10px 22px rgba(29, 78, 216, 0.18);
}

.omny-app-single-request .btn-primary:hover,
.omny-app-single-request .omny-quote-button:hover {
  background: #1842b8;
  border-color: #1842b8;
  color: #fff;
  transform: translateY(-1px);
}

.omny-app-single-request #quote-bid-form {
  scroll-margin-top: 120px;
}

@media (max-width: 991px) {
  .omny-app-shell,
  .omny-app-single-request {
    width: min(100% - 24px, 100%);
    margin: 24px auto 48px;
  }

  .omny-quote-two-col,
  .omny-quote-location-grid,
  .omny-quote-filter-bar,
  .omny-quote-summary-grid,
  .omny-quote-single-grid,
  .omny-app-single-request .omny-quote-summary-grid,
  .omny-app-single-request .omny-quote-single-grid,
  .omny-app-single-request .omny-quote-meta-grid,
  .omny-app-single-request .omny-quote-two-col {
    grid-template-columns: 1fr;
  }

  .omny-quote-panel,
  .omny-app-single-request .omny-quote-panel {
    padding: 20px;
    border-radius: 18px;
  }

  .omny-quote-detail-row,
  .omny-app-single-request .omny-quote-detail-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .omny-list-item {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
  }

  .omny-list-thumb img {
    width: 56px;
    height: 56px;
  }

  .omny-quote-panel-head,
  .omny-quote-section-head,
  .omny-quote-provider-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .omny-quote-card-actions,
  .omny-quote-filter-actions,
  .omny-app-single-request .omny-quote-card-actions {
    flex-direction: column;
  }

  .omny-quote-action-form,
  .omny-quote-action-form .btn,
  .omny-quote-button,
  .omny-app-single-request .omny-quote-action-form,
  .omny-app-single-request .omny-quote-action-form .btn,
  .omny-app-single-request .omny-quote-button {
    width: 100%;
  }
}
