:root {
  --orange: #ef5c37;
  --ink: #242b36;
  --muted: #8a929f;
  --line: #e6e9ee;
  --bg: #f5f7fa;
  --green: #438569;
  --blue: #4573b3;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  color: var(--ink);
  background: #fff;
  word-break: keep-all;
  font-size: 14px;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  border: 0;
  cursor: pointer;
  background: none;
  color: inherit;
}
button:hover,
a:hover {
  filter: brightness(0.94);
}
button:disabled {
  cursor: wait;
  opacity: 0.5;
}
a {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
p {
  margin: 0;
}
svg.icon {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: middle;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #f5af97;
  outline-offset: 2px;
}
.wrap {
  max-width: 1200px;
  width: calc(100% - 72px);
  margin: auto;
}
.boot {
  display: grid;
  place-items: center;
  height: 90vh;
  font-size: 17px;
  color: var(--muted);
}
.test-bar {
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
  background: #fff2eb;
  color: #a15c43;
  padding: 8px 16px;
}
.top-header {
  display: flex;
  align-items: center;
  gap: 40px;
  height: 96px;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -1.5px;
  white-space: nowrap;
}
.logo i {
  font-style: normal;
  display: grid;
  place-items: center;
  background: var(--orange);
  color: white;
  width: 33px;
  height: 35px;
  border-radius: 11px 11px 11px 3px;
  letter-spacing: -4px;
  padding-right: 4px;
  font-size: 23px;
}
.search {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 400px;
  height: 44px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 0 14px;
}
.search input {
  border: 0;
  background: transparent;
  outline: 0;
  flex: 1;
  min-width: 0;
  font-size: 12px;
}
.header-actions {
  display: flex;
  gap: 24px;
  margin-left: auto;
  align-items: center;
  font-size: 11px;
}
.header-actions a,
.header-actions button {
  padding: 0;
  text-align: center;
}
.header-actions svg {
  display: block;
  margin: 0 auto 5px;
}
.header-nav {
  border-top: 1px solid #f5f6f8;
  border-bottom: 1px solid var(--line);
}
.header-nav .wrap {
  display: flex;
  gap: 35px;
  height: 52px;
  align-items: center;
  overflow: auto;
  scrollbar-width: none;
}
.header-nav a,
.header-nav button {
  font-size: 13px;
  white-space: nowrap;
  font-weight: 700;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}
.header-nav .active {
  color: var(--orange);
  border-bottom: 2px solid;
}
.header-nav .right {
  margin-left: auto;
  font-size: 11px;
  color: var(--muted);
  font-weight: 400;
}
.hero {
  background: #eef1f5;
  overflow: hidden;
}
.hero .wrap {
  min-height: 375px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  position: relative;
}
.hero-copy {
  padding: 35px 0;
  z-index: 1;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 1.8px;
  font-weight: 800;
  color: #7d899a;
}
.hero h1 {
  font-size: 43px;
  letter-spacing: -2px;
  line-height: 1.3;
  margin: 17px 0;
}
.accent {
  color: var(--orange);
}
.hero p {
  font-size: 13px;
  line-height: 1.8;
  color: #7d8796;
}
.hero .primary {
  margin-top: 25px;
}
.hero-art {
  height: 375px;
  position: relative;
  display: grid;
  place-items: center;
}
.hero-art:before {
  content: "";
  position: absolute;
  background: #dfe5ed;
  width: 285px;
  height: 285px;
  border-radius: 50%;
}
.hero-art svg {
  position: relative;
  z-index: 1;
  width: 330px;
  height: 330px;
  transform: rotate(-9deg);
}
.hero-price {
  position: absolute;
  right: 0;
  bottom: 45px;
  background: white;
  z-index: 2;
  box-shadow: 0 10px 30px #3d4f670b;
  border-radius: 12px;
  padding: 19px 23px;
  min-width: 180px;
}
.hero-price small {
  font-size: 10px;
  color: #9aa3af;
}
.hero-price strong {
  display: block;
  font-size: 27px;
  letter-spacing: -1px;
  margin: 6px 0;
}
.hero-price p {
  font-size: 11px;
  color: var(--orange);
}
.primary,
.secondary,
.danger {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding: 11px 17px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
.primary {
  background: var(--orange);
  color: white;
}
.secondary {
  background: white;
  border: 1px solid #dfe4eb;
}
.danger {
  background: #fff0ed;
  border: 1px solid #f3d5cb;
  color: #c24e39;
}
.small-button {
  font-size: 10px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: white;
  white-space: nowrap;
}
.small-button.accent {
  border-color: #f5d4c8;
  background: #fff8f3;
}
.wide {
  width: 100%;
}
.trust {
  display: flex;
  justify-content: space-around;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}
.trust span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.trust svg {
  width: 18px;
  color: #7b8ba2;
}
.section {
  padding: 32px 0 5px;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 22px;
}
.section-head h2 {
  font-size: 24px;
  letter-spacing: -0.8px;
}
.section-head p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 8px;
  line-height: 1.7;
}
.link {
  font-size: 11px;
  color: #7e8898;
  white-space: nowrap;
}
.brand-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin: 27px 0 0;
}
.brand-card {
  border: 1px solid var(--line);
  border-radius: 9px;
  display: block;
  text-align: center;
  padding: 20px 7px;
  font-size: 15px;
  font-weight: 800;
}
.brand-card small {
  display: block;
  font-size: 9px;
  color: #a0a8b3;
  font-weight: 400;
  margin-top: 6px;
}
.brand-card:first-child {
  background: #fff4ee;
  border-color: #f4d8cc;
  color: var(--orange);
  font-size: 13px;
}
.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.product {
  position: relative;
  min-width: 0;
}
.product-image {
  display: block;
  background: #f1f3f6;
  border-radius: 11px;
  height: 235px;
  padding: 22px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.product:nth-child(2n) .product-image {
  background: #f2f1ee;
}
.product:nth-child(3n) .product-image {
  background: #edf1f5;
}
.art {
  height: 100%;
  width: 100%;
  display: block;
}
.product-image .art {
  transition: transform 0.3s;
}
.product-image:hover .art {
  transform: translateY(-5px);
}
.product-image img {
  object-fit: contain;
}
.product-image .tag {
  position: absolute;
  left: 12px;
  top: 12px;
  background: white;
  padding: 5px 7px;
  border-radius: 4px;
  font-size: 9px;
  color: #66788e;
}
.heart {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffffe0;
}
.heart .icon {
  width: 17px;
}
.heart.on {
  color: var(--orange);
}
.heart.on .icon {
  fill: var(--orange);
}
.product-body {
  padding: 13px 0;
}
.brand {
  font-size: 10px;
  font-weight: 800;
  color: #637187;
  margin-bottom: 7px;
}
.product-name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}
.model {
  font-size: 10px;
  color: #99a2af;
  margin: 5px 0 11px;
}
.price {
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.7px;
  margin: 5px 0 8px;
}
.price small {
  font-size: 11px;
  color: var(--orange);
  margin-right: 5px;
  font-weight: 600;
  letter-spacing: 0;
}
.reference {
  font-size: 10px;
  color: #9aa3b0;
}
.save {
  font-size: 10px;
  color: var(--orange);
}
.pills {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.pills span {
  font-size: 9px;
  background: var(--bg);
  padding: 5px 6px;
  border-radius: 3px;
  color: #8b95a4;
}
.product-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 12px;
  margin-top: 12px;
  font-size: 10px;
  color: #8b96a6;
}
.product-bottom a {
  color: var(--orange);
  font-weight: 700;
}
.filters {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  margin-bottom: 20px;
  white-space: nowrap;
}
.filters button {
  border: 1px solid var(--line);
  border-radius: 30px;
  font-size: 11px;
  padding: 8px 16px;
}
.filters .active {
  background: #2c3543;
  color: white;
  border-color: #2c3543;
}
.room-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.room-card {
  display: flex;
  gap: 15px;
  border: 1px solid var(--line);
  padding: 13px;
  border-radius: 10px;
  align-items: center;
}
.room-card .room-art {
  width: 73px;
  height: 80px;
  flex-shrink: 0;
  background: var(--bg);
  border-radius: 7px;
}
.room-card h3 {
  font-size: 12px;
  margin: 5px 0;
}
.room-card p {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.8;
}
.room-card a {
  font-size: 11px;
  color: var(--orange);
  display: block;
  margin-top: 6px;
}
.banner {
  background: #283241;
  color: white;
  border-radius: 11px;
  padding: 30px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  margin: 30px 0;
}
.banner h3 {
  font-size: 23px;
  line-height: 1.5;
  margin: 8px 0;
}
.banner p {
  font-size: 12px;
  line-height: 1.8;
  color: #aeb9c9;
}
.banner .eyebrow {
  color: #efa58a;
}
.steps {
  display: flex;
  gap: 26px;
  font-size: 11px;
  line-height: 1.7;
}
.steps b {
  display: block;
  color: #edaa91;
  font-size: 23px;
  margin-bottom: 8px;
}
.editorial {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 28px 0 45px;
}
.editorial > div {
  padding: 28px;
  background: #f5f7fa;
  border-radius: 11px;
}
.editorial > div:last-child {
  background: #fbf2ed;
}
.editorial h3 {
  font-size: 20px;
  line-height: 1.5;
  margin: 10px 0;
}
.editorial p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
}
.editorial button {
  font-size: 11px;
  margin-top: 16px;
  border-bottom: 1px solid #8b95a4;
  padding: 0 0 5px;
}
.footer {
  background: #f8f9fb;
  border-top: 1px solid var(--line);
  padding: 30px 0;
  color: #99a2b0;
  font-size: 10px;
  line-height: 1.9;
}
.footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.footer strong {
  color: #687487;
  font-size: 20px;
}
.bottom-nav {
  display: none;
}
.page {
  padding: 32px 0 60px;
  min-height: 540px;
}
.page h1 {
  font-size: 28px;
  letter-spacing: -1px;
}
.muted {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
}
.page-subtitle {
  margin: 10px 0 24px;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
}
.empty {
  text-align: center;
  padding: 45px 20px;
  color: #97a0ae;
  font-size: 13px;
  line-height: 1.9;
  grid-column: 1/-1;
}
.empty h3 {
  font-size: 17px;
  color: #626e7f;
  margin-bottom: 8px;
}
.empty .primary,
.empty .secondary {
  margin-top: 18px;
}
.empty.compact {
  padding: 25px 15px;
  background: #f6f8fb;
  border-radius: 10px;
  font-size: 11px;
}
.detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}
.detail-art {
  height: 420px;
  background: #f3f5f8;
  border-radius: 13px;
  padding: 35px;
}
.detail h1 {
  font-size: 29px;
  line-height: 1.4;
  margin: 12px 0;
}
.detail .price {
  font-size: 34px;
}
.detail .price small {
  font-size: 12px;
}
.box {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 21px;
  margin: 20px 0;
  background: white;
}
.box.tint {
  background: var(--bg);
  border-color: var(--bg);
}
.box h3 {
  font-size: 15px;
  margin-bottom: 12px;
}
.line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 12px;
  line-height: 1.8;
  margin: 8px 0;
}
.line.total {
  border-top: 1px solid var(--line);
  padding-top: 12px;
  margin-top: 12px;
  font-weight: 800;
  font-size: 16px;
}
.line.total b {
  color: var(--orange);
}
.info-list {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 12px;
  font-size: 12px;
  line-height: 1.8;
}
.info-list dt {
  color: #8c96a5;
}
.info-list dd {
  margin: 0;
}
.pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.join-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border: 1px solid #f2d5c7;
  border-radius: 8px;
  background: #fff8f3;
  margin: 12px 0;
}
.join-row p {
  font-size: 11px;
  color: #8f99a8;
  line-height: 1.8;
}
.join-row b {
  font-size: 13px;
}
.note {
  font-size: 10px;
  color: #96a0ae;
  line-height: 1.8;
  margin-top: 14px;
}
.actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 17px;
}
.order-card {
  border: 1px solid var(--line);
  padding: 22px;
  border-radius: 12px;
  margin: 18px 0;
}
.order-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: #97a0af;
  gap: 15px;
}
.order-main {
  display: flex;
  gap: 18px;
  margin: 20px 0;
  align-items: center;
}
.order-main .thumb {
  width: 85px;
  height: 95px;
  background: var(--bg);
  border-radius: 8px;
  flex-shrink: 0;
}
.order-main h3 {
  font-size: 15px;
  line-height: 1.6;
}
.order-main p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
  margin-top: 5px;
}
.status {
  display: inline-block;
  border-radius: 5px;
  font-size: 10px;
  line-height: 1.5;
  padding: 5px 8px;
  white-space: nowrap;
  background: #edf1f6;
  color: #6f7f96;
}
.status.orange {
  background: #fff0e8;
  color: #cb603b;
}
.status.green {
  background: #eaf3ed;
  color: #478263;
}
.status.red {
  background: #fbeeed;
  color: #b86761;
}
.status.blue {
  background: #edf2fb;
  color: #527dad;
}
.inquiry-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 22px;
  margin: 17px 0;
}
.inquiry-card h3 {
  font-size: 15px;
  margin: 10px 0;
}
.answer {
  background: #f3f6fa;
  border-radius: 7px;
  padding: 15px;
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.8;
}
.login-wrap {
  max-width: 450px;
  margin: 55px auto 70px;
  padding: 0 20px;
}
.login-wrap h1 {
  font-size: 28px;
  margin: 15px 0;
}
.login-wrap p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
}
.demo-accounts {
  border: 1px dashed #d7dfe9;
  padding: 15px;
  border-radius: 9px;
  margin-top: 25px;
}
.demo-accounts p {
  font-size: 10px;
  margin-bottom: 10px;
}
.demo-accounts button {
  font-size: 11px;
  padding: 7px 10px;
  background: #f3f5f9;
  border-radius: 5px;
  margin: 3px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 12px;
  margin-bottom: 15px;
  min-width: 0;
}
.field.full {
  grid-column: 1/-1;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #dce2eb;
  border-radius: 7px;
  background: white;
  color: var(--ink);
  padding: 10px 12px;
  min-height: 41px;
  font-size: 12px;
  line-height: 1.6;
}
.field textarea {
  min-height: 90px;
  resize: vertical;
}
.field small {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.6;
}
.check {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 12px;
  line-height: 1.8;
  margin: 16px 0;
}
.check input {
  accent-color: var(--orange);
  margin-top: 4px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.form-error {
  padding: 10px 12px;
  border-radius: 6px;
  background: #fff0e9;
  color: #b7583b;
  font-size: 12px;
  line-height: 1.7;
  margin: 10px 0;
}
.form-error:empty {
  display: none;
}
.hint {
  background: #fff4ed;
  border-radius: 7px;
  padding: 12px 16px;
  font-size: 11px;
  line-height: 1.8;
  color: #a4785f;
  margin: 14px 0;
}
.seller-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  min-height: 100vh;
  background: #f5f7fa;
}
.sidebar {
  background: #fff;
  border-right: 1px solid var(--line);
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 28px 18px;
  display: flex;
  flex-direction: column;
}
.sidebar .logo {
  font-size: 25px;
  padding: 0 9px;
}
.seller-sub {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #949faf;
  margin: 12px 9px 30px;
}
.sidebar nav {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sidebar nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: #8590a0;
  border-radius: 7px;
  padding: 12px;
}
.sidebar nav a.active {
  background: #fff0e8;
  color: var(--orange);
  font-weight: 800;
}
.sidebar nav a .icon {
  width: 18px;
  height: 18px;
}
.sidebar-bottom {
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding: 18px 10px 0;
  font-size: 10px;
  color: #9ba5b3;
  line-height: 1.9;
}
.sidebar-bottom b {
  color: #677487;
  font-size: 12px;
}
.seller-top {
  height: 73px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: #fff;
  padding: 0 32px;
  font-size: 12px;
}
.seller-top .right {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 11px;
  color: #8b96a6;
}
.seller-main {
  padding: 30px 32px 50px;
  max-width: 1600px;
  margin: auto;
}
.seller-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 25px;
}
.seller-heading h1 {
  font-size: 26px;
  letter-spacing: -1px;
}
.seller-heading p {
  font-size: 11px;
  color: #95a0ae;
  line-height: 1.8;
  margin-top: 9px;
}
.seller-heading .actions {
  margin: 0;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;
  margin-bottom: 25px;
}
.metric {
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
}
.metric span {
  font-size: 11px;
  color: #8c98a9;
}
.metric strong {
  display: block;
  font-size: 28px;
  letter-spacing: -1px;
  margin: 16px 0 9px;
}
.metric small {
  font-size: 10px;
  color: #a4acb7;
}
.metric.featured {
  background: #2c384b;
  border-color: #2c384b;
  color: white;
}
.metric.featured span,
.metric.featured small {
  color: #b3c0d3;
}
.dashboard-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 21px;
}
.panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  min-width: 0;
}
.panel-heading {
  padding: 22px 24px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.panel-heading h2 {
  font-size: 15px;
}
.panel-heading p {
  font-size: 10px;
  color: var(--muted);
  margin-top: 6px;
}
.workflow {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  padding: 25px 20px;
}
.workflow a {
  text-align: center;
  color: #8a96a8;
  font-size: 11px;
}
.workflow b {
  font-size: 24px;
  display: block;
  color: #40516b;
  margin-bottom: 9px;
}
.notice-list {
  padding: 0 23px 20px;
}
.notice-list a {
  display: flex;
  justify-content: space-between;
  padding: 17px 0;
  border-bottom: 1px solid #eff1f5;
  font-size: 12px;
  color: #6c7b90;
}
.notice-list b {
  color: var(--orange);
}
.toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.toolbar input,
.toolbar select {
  border: 1px solid #dfe5ed;
  border-radius: 7px;
  padding: 10px 12px;
  font-size: 11px;
  background: white;
  max-width: 100%;
}
.toolbar input {
  min-width: 220px;
}
.toolbar label {
  font-size: 10px;
  color: #9aa5b5;
}
.table-wrap {
  overflow: auto;
  background: white;
  border: 1px solid var(--line);
  border-radius: 9px;
}
table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  font-size: 11px;
}
th {
  text-align: left;
  padding: 14px 15px;
  background: #f8fafc;
  color: #8c98a8;
  font-size: 10px;
  font-weight: 500;
  border-bottom: 1px solid var(--line);
}
td {
  padding: 16px 15px;
  border-bottom: 1px solid #eff2f6;
  vertical-align: middle;
  color: #647389;
}
tbody tr:last-child td {
  border-bottom: 0;
}
td strong {
  font-weight: 600;
  color: #3b4b62;
}
td small {
  display: block;
  color: #a0aab8;
  font-size: 9px;
  line-height: 1.8;
  margin-top: 4px;
}
.cell-product {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cell-product .thumb {
  width: 42px;
  height: 45px;
  flex-shrink: 0;
  background: #f1f4f8;
  border-radius: 6px;
}
.cell-product strong {
  display: block;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-actions {
  display: flex;
  gap: 5px;
}
.table-empty {
  text-align: center;
  padding: 50px 20px !important;
  color: #a0aab8;
}
.pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  color: #9aa5b4;
  padding: 16px 0;
}
.pager div {
  display: flex;
  gap: 7px;
  align-items: center;
}
.pager button {
  border: 1px solid var(--line);
  padding: 6px 9px;
  background: white;
  border-radius: 5px;
}
.chart {
  height: 205px;
  padding: 25px 24px 20px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.chart-col {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.chart-bar {
  width: 100%;
  max-width: 27px;
  border-radius: 4px 4px 0 0;
  background: #ed855e;
  min-height: 2px;
}
.chart-col small {
  font-size: 8px;
  color: #a0abbb;
  white-space: nowrap;
}
.chart-caption {
  padding: 0 24px 18px;
  color: #a1abbb;
  font-size: 9px;
}
.supplier-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 25px;
}
.supplier-summary .box {
  margin: 0;
}
.supplier-summary .box h3 {
  font-size: 13px;
}
.supplier-summary strong {
  font-size: 23px;
  display: block;
  margin: 15px 0;
}
.seller-note {
  font-size: 10px;
  color: #9aa6b7;
  line-height: 1.8;
  margin: 15px 0;
}
.chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 12px 0 20px;
}
.chips span {
  font-size: 11px;
  color: #8996a8;
  border: 1px solid var(--line);
  padding: 8px 11px;
  border-radius: 7px;
  background: white;
}
.chips b {
  color: #4c5f79;
  margin-left: 5px;
}
.detail-table {
  width: 100%;
  white-space: normal;
}
.detail-table th {
  width: 125px;
}
.detail-table td {
  overflow-wrap: anywhere;
}
.inline-title {
  font-size: 15px;
  margin: 20px 0 10px;
}
.mobile-menu {
  display: none;
}
.product-editor-dialog {
  width: 1180px;
  max-height: 95vh;
}
.product-editor-dialog .dialog-header + div {
  padding: 0;
}
.editor-nav {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  padding: 14px 24px;
  background: #f6f8fa;
  border-bottom: 1px solid #e4e8ed;
}
.editor-nav button {
  background: white;
  color: #344454;
  padding: 9px 13px;
  border: 1px solid #dde3e9;
  border-radius: 7px;
  font-size: 13px;
}
.editor-body {
  padding: 0 28px 20px;
}
.editor-section {
  padding: 28px 0;
  border-bottom: 1px solid #e4e8ed;
  scroll-margin-top: 85px;
}
.editor-section-heading {
  margin-bottom: 22px;
}
.editor-section-heading h3 {
  font-size: 20px;
  margin: 0 0 7px;
}
.editor-section-heading p {
  color: #667687;
  font-size: 14px;
}
.editor-section h4 {
  margin: 24px 0 12px;
}
.editor-section details {
  margin-top: 22px;
  padding: 16px;
  background: #f7f9fb;
  border-radius: 8px;
}
.editor-section summary {
  cursor: pointer;
  margin-bottom: 12px;
}
.editor-footer {
  position: sticky;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #dde3e9;
  padding: 12px 28px 18px;
  box-shadow: 0 -5px 20px #17263808;
  z-index: 3;
}
.editor-footer .actions {
  justify-content: flex-end;
}
.editor-footer .note {
  margin: 0;
  font-size: 12px;
}
.editor-footer .form-error {
  margin: 5px 0;
}
.storage-note {
  padding: 13px 16px;
  background: #fff4de;
  color: #77541a;
  border-radius: 8px;
  font-size: 13px;
}
.storage-note.ready {
  background: #eaf7ef;
  color: #267349;
}
.upload-zone {
  border: 2px dashed #ccd6df;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  color: #405567;
  background: #f8fafc;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.upload-zone input {
  max-width: 100%;
  width: auto;
  font-size: 13px;
}
.upload-zone small {
  color: #758291;
}
.media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}
.media-card {
  border: 1px solid #e1e5eb;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  min-width: 0;
}
.media-card img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  background: #f8f9fa;
}
.media-card span {
  display: block;
  font-size: 12px;
  margin: 9px 0;
}
.media-actions {
  display: flex;
  gap: 5px;
}
.media-actions button {
  border: 1px solid #d9e0e7;
  border-radius: 4px;
  background: white;
  padding: 5px 10px;
  font-size: 12px;
}
.variant-list {
  margin-bottom: 15px;
}
.variant-row {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1fr 1fr auto auto;
  gap: 10px;
  align-items: end;
  padding: 14px 0;
  border-bottom: 1px solid #e4e8ed;
}
.variant-row label {
  min-width: 0;
  margin: 0;
}
.variant-row button {
  margin-bottom: 4px;
}
.product-gallery {
  display: flex;
  overflow-x: auto;
  gap: 12px;
  margin-bottom: 25px;
}
.product-gallery img {
  width: 190px;
  height: 190px;
  flex: 0 0 auto;
  object-fit: contain;
  border: 1px solid #e4e8ed;
  border-radius: 8px;
}
.detail-images {
  max-width: 900px;
  margin: auto;
}
.detail-images img {
  display: block;
  width: 100%;
  height: auto;
}
.product-description {
  overflow-wrap: anywhere;
  line-height: 1.8;
}
.product-description p {
  margin: 0;
}
.preview-cover {
  width: 100%;
  max-width: 400px;
  height: auto;
}
#editor-preview {
  padding-top: 28px;
}
[hidden] {
  display: none !important;
}
@media (max-width: 700px) {
  .product-editor-dialog {
    max-width: 100%;
    width: 100%;
    max-height: 100dvh;
    height: 100dvh;
    border-radius: 0;
  }
  .editor-body {
    padding: 0 16px 16px;
  }
  .editor-nav {
    padding: 12px 16px;
  }
  .editor-nav button {
    padding: 7px 9px;
    font-size: 12px;
  }
  .editor-footer {
    padding: 10px 16px;
  }
  .editor-footer .actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }
  .editor-footer .actions button:first-child {
    grid-column: 1 / -1;
  }
  .variant-row {
    grid-template-columns: 1fr 1fr;
  }
}
dialog {
  border: 0;
  padding: 0;
  border-radius: 14px;
  width: 720px;
  max-width: calc(100% - 28px);
  max-height: 90vh;
  color: var(--ink);
  box-shadow: 0 20px 90px #1d2c4530;
}
dialog::backdrop {
  background: #202c416b;
  backdrop-filter: blur(3px);
}
.dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  background: white;
  border-bottom: 1px solid var(--line);
  padding: 19px 23px;
  z-index: 2;
}
.dialog-header h2 {
  font-size: 17px;
}
.icon-button {
  font-size: 25px;
  padding: 0 5px;
}
.dialog-header + div {
  padding: 23px;
}
#toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 15px);
  opacity: 0;
  pointer-events: none;
  background: #273447;
  color: white;
  padding: 14px 23px;
  border-radius: 9px;
  font-size: 12px;
  max-width: 90%;
  line-height: 1.7;
  z-index: 100;
  transition: 0.2s;
  text-align: center;
}
#toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
@media (max-width: 1100px) {
  .header-actions {
    gap: 15px;
  }
  .top-header {
    gap: 22px;
  }
  .header-actions .desktop-only {
    display: none;
  }
  .metrics {
    gap: 12px;
  }
  .metric {
    padding: 18px;
  }
  .metric strong {
    font-size: 23px;
  }
  .seller-layout {
    grid-template-columns: 190px minmax(0, 1fr);
  }
  .seller-main {
    padding: 25px 22px;
  }
  .sidebar {
    padding: 25px 12px;
  }
  .seller-top {
    padding: 0 22px;
  }
  .dashboard-grid {
    grid-template-columns: 1fr;
  }
  .supplier-summary {
    grid-template-columns: 1fr 1fr;
  }
  .hero h1 {
    font-size: 37px;
  }
  .hero-price {
    right: -10px;
  }
  .hero-art svg {
    width: 290px;
  }
}
@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .test-bar {
    font-size: 9px;
    padding: 7px 12px;
  }
  .top-header {
    height: auto;
    min-height: 64px;
    flex-wrap: wrap;
    gap: 0;
    padding: 15px 0;
  }
  .logo {
    font-size: 24px;
  }
  .logo i {
    width: 28px;
    height: 29px;
    font-size: 20px;
    border-radius: 9px 9px 9px 2px;
  }
  .header-actions {
    gap: 17px;
  }
  .header-actions span {
    display: none;
  }
  .header-actions .icon {
    width: 21px;
    height: 21px;
    margin: 0;
  }
  .search {
    order: 3;
    width: 100%;
    height: 38px;
    border: 0;
    margin-top: 15px;
  }
  .search input {
    font-size: 11px;
  }
  .header-nav .wrap {
    gap: 24px;
    height: 44px;
  }
  .header-nav a,
  .header-nav button {
    font-size: 11px;
  }
  .header-nav .right {
    display: none;
  }
  .hero .wrap {
    min-height: 306px;
    display: block;
  }
  .hero-copy {
    position: relative;
    padding: 26px 0;
    pointer-events: none;
  }
  .hero-copy a {
    pointer-events: auto;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .hero h1 {
    font-size: 28px;
    letter-spacing: -1.3px;
    margin: 17px 0 12px;
    line-height: 1.35;
  }
  .hero p {
    font-size: 10px;
    max-width: 167px;
  }
  .hero .primary {
    font-size: 10px;
    padding: 10px 13px;
    margin-top: 20px;
  }
  .hero-art {
    position: absolute;
    right: -30px;
    bottom: 0;
    width: 206px;
    height: 260px;
  }
  .hero-art:before {
    width: 175px;
    height: 175px;
    bottom: 18px;
    right: 0;
  }
  .hero-art svg {
    height: 235px;
    width: 235px;
    margin-left: 24px;
  }
  .hero-price {
    right: 5px;
    bottom: 18px;
    padding: 11px 13px;
    min-width: 135px;
    border-radius: 9px;
  }
  .hero-price strong {
    font-size: 19px;
  }
  .hero-price small,
  .hero-price p {
    font-size: 8px;
  }
  .trust {
    gap: 6px;
    font-size: 9px;
    padding: 15px 0;
  }
  .trust span {
    gap: 4px;
  }
  .trust svg {
    width: 14px;
    height: 14px;
  }
  .section {
    padding-top: 26px;
  }
  .section-head {
    margin-bottom: 17px;
  }
  .section-head h2 {
    font-size: 20px;
  }
  .section-head p {
    font-size: 10px;
    margin-top: 7px;
  }
  .link {
    font-size: 9px;
  }
  .brand-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    margin-top: 22px;
  }
  .brand-card {
    font-size: 14px;
    padding: 15px 5px;
  }
  .brand-card small {
    font-size: 8px;
  }
  .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 19px 12px;
  }
  .product-image {
    height: 170px;
    padding: 21px 12px;
    border-radius: 9px;
  }
  .product-image .tag {
    font-size: 8px;
    left: 8px;
    top: 8px;
    padding: 4px 5px;
  }
  .heart {
    width: 26px;
    height: 26px;
    right: 7px;
    top: 7px;
  }
  .heart .icon {
    width: 16px;
  }
  .product-body {
    padding: 11px 0;
  }
  .brand {
    font-size: 9px;
  }
  .product-name {
    font-size: 12px;
  }
  .model {
    font-size: 8px;
    margin: 4px 0 10px;
  }
  .price {
    font-size: 18px;
  }
  .price small {
    font-size: 9px;
    margin-right: 3px;
  }
  .reference,
  .save {
    font-size: 9px;
  }
  .pills {
    gap: 4px;
  }
  .pills span {
    font-size: 8px;
    padding: 4px 5px;
  }
  .product-bottom {
    font-size: 9px;
  }
  .filters {
    gap: 6px;
    margin-bottom: 17px;
  }
  .filters button {
    font-size: 10px;
    padding: 7px 12px;
  }
  .room-grid {
    display: flex;
    overflow: auto;
    gap: 10px;
  }
  .room-card {
    min-width: 285px;
  }
  .room-card .room-art {
    width: 63px;
    height: 73px;
  }
  .banner {
    padding: 24px;
    display: block;
    margin: 26px 0;
  }
  .banner h3 {
    font-size: 21px;
  }
  .banner p {
    font-size: 10px;
  }
  .steps {
    justify-content: space-between;
    gap: 15px;
    margin-top: 24px;
    font-size: 10px;
  }
  .steps b {
    font-size: 20px;
  }
  .editorial {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 22px 0 28px;
  }
  .editorial > div {
    padding: 23px;
  }
  .editorial h3 {
    font-size: 18px;
  }
  .editorial p {
    font-size: 11px;
  }
  .footer {
    padding-bottom: 105px;
    font-size: 9px;
  }
  .footer .wrap {
    display: block;
  }
  .footer .wrap > div + div {
    margin-top: 15px;
  }
  .bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 15;
    display: flex;
    justify-content: space-around;
    padding: 11px 5px max(16px, env(safe-area-inset-bottom));
    background: #fffffff2;
    backdrop-filter: blur(15px);
    border-top: 1px solid var(--line);
  }
  .bottom-nav a {
    font-size: 9px;
    text-align: center;
    min-width: 52px;
    color: #8c99aa;
  }
  .bottom-nav svg {
    display: block;
    margin: 0 auto 5px;
    width: 20px;
    height: 20px;
  }
  .bottom-nav a.active {
    color: var(--orange);
    font-weight: 700;
  }
  .page {
    padding: 26px 0 40px;
    min-height: 490px;
  }
  .page h1 {
    font-size: 24px;
  }
  .page-subtitle {
    font-size: 11px;
  }
  .detail-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .detail-art {
    height: 285px;
    padding: 25px;
  }
  .detail h1 {
    font-size: 25px;
  }
  .detail .price {
    font-size: 29px;
  }
  .info-list {
    font-size: 11px;
    grid-template-columns: 92px 1fr;
  }
  .join-row {
    padding: 12px;
  }
  .join-row .primary {
    font-size: 10px;
    padding: 10px 12px;
  }
  .order-card {
    padding: 17px;
  }
  .order-main {
    gap: 13px;
  }
  .order-main .thumb {
    width: 68px;
    height: 80px;
  }
  .order-main h3 {
    font-size: 13px;
  }
  .order-main p {
    font-size: 10px;
  }
  .order-top {
    font-size: 9px;
    gap: 8px;
  }
  .actions .primary,
  .actions .secondary,
  .actions .danger {
    font-size: 10px;
    padding: 9px 12px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .login-wrap {
    margin: 32px auto 40px;
  }
  .seller-layout {
    display: block;
  }
  .sidebar {
    display: none;
    position: fixed;
    z-index: 40;
    width: 220px;
    left: 0;
    top: 0;
    box-shadow: 15px 0 40px #24344c22;
  }
  .sidebar.open {
    display: flex;
  }
  .seller-top {
    height: 65px;
    padding: 0 17px;
    gap: 10px;
  }
  .seller-top .right {
    font-size: 10px;
    gap: 10px;
  }
  .seller-top .right .desktop-only {
    display: none;
  }
  .mobile-menu {
    display: inline-flex;
    margin-right: 8px;
  }
  .seller-main {
    padding: 24px 17px 40px;
  }
  .seller-heading {
    align-items: flex-start;
    gap: 12px;
  }
  .seller-heading h1 {
    font-size: 23px;
  }
  .seller-heading p {
    font-size: 10px;
  }
  .seller-heading .actions {
    flex-direction: column;
    gap: 6px;
  }
  .seller-heading .actions > * {
    font-size: 10px;
    padding: 8px 10px;
  }
  .metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .metric {
    padding: 17px;
  }
  .metric span {
    font-size: 10px;
  }
  .metric strong {
    font-size: 23px;
    margin: 14px 0 8px;
  }
  .metric small {
    font-size: 9px;
  }
  .panel-heading {
    padding: 19px 18px 10px;
  }
  .panel-heading h2 {
    font-size: 14px;
  }
  .workflow {
    padding: 24px 12px;
    gap: 8px;
  }
  .workflow a {
    font-size: 10px;
  }
  .workflow b {
    font-size: 21px;
  }
  .chart {
    padding: 20px 17px 17px;
    gap: 6px;
    height: 190px;
  }
  .chart-col small {
    font-size: 7px;
  }
  .supplier-summary {
    grid-template-columns: 1fr;
  }
  .toolbar {
    gap: 8px;
  }
  .toolbar input {
    min-width: 0;
    flex: 1;
  }
  .toolbar select {
    max-width: 170px;
  }
  .table-wrap {
    border-radius: 7px;
  }
  th,
  td {
    padding: 13px 11px;
  }
  .pager {
    font-size: 9px;
  }
  .dialog-header {
    padding: 16px 18px;
  }
  .dialog-header + div {
    padding: 18px;
  }
  .dialog-header h2 {
    font-size: 16px;
  }
  #toast {
    font-size: 11px;
    bottom: 85px;
  }
  .box {
    padding: 17px;
  }
  .seller-layout #toast {
    bottom: 20px;
  }
}
