:root {
  --bg: #f6f8fb;
  --surface: #ffffff;
  --surface-2: #eef3f5;
  --line: #dde5ea;
  --text: #151b20;
  --muted: #717d86;
  --brand: #2356a4;
  --brand-2: #0f9f8f;
  --accent: #d8a72f;
  --danger: #d9505f;
  --ok: #18a66f;
  --shadow: 0 10px 28px rgba(24, 35, 48, 0.08);
}

@media (min-width: 981px) {
  .bt-history-panel.bt-my-tab-panel {
    width: 1010px;
    padding: 0;
    border: 0;
    background: #fff;
    box-shadow: none;
  }

  .bt-my-section-title {
    margin: 0 0 30px;
    padding-bottom: 16px;
    border-bottom: 1px solid #111;
    color: #000;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
  }

  .bt-mileage-overview {
    margin-bottom: 50px;
    padding: 0 24px 36px;
    border-radius: 5px;
    background: #f7f7f8;
  }

  .bt-mileage-overview-head {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
  }

  .bt-mileage-overview-head button {
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 24px;
    line-height: 28px;
  }

  .bt-mileage-overview-body {
    display: grid;
    grid-template-columns: 150px 1fr 1fr;
    gap: 20px;
  }

  .bt-mileage-view-tabs {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .bt-mileage-view-tabs > button,
  .bt-mileage-view-tabs > a {
    width: 150px;
    height: 60px;
    border: 1px solid #dedede;
    background: #fff;
    color: #000;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  .bt-mileage-view-tabs > button.active,
  .bt-mileage-view-tabs > a.active {
    border-color: #46afd2;
    background: #46afd2;
    color: #fff;
  }

  .bt-mileage-years {
    width: 150px;
    min-height: 220px;
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #fff;
    color: #aaa;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 16px;
  }

  .bt-mileage-years b,
  .bt-mileage-years a {
    color: #000;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
  }

  .bt-mileage-years a {
    color: #aaa;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
  }

  .bt-mileage-years b.month,
  .bt-mileage-years a {
    font-size: 16px;
  }

  .bt-mileage-summary-card {
    min-height: 300px;
    padding: 32px 30px 20px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #fff;
  }

  .bt-mileage-summary-card h3 {
    margin: 0 0 28px;
    display: flex;
    align-items: baseline;
    gap: 12px;
    color: #000;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
  }

  .bt-mileage-summary-card h3 span {
    color: #777;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 15px;
  }

  .bt-mileage-summary-card > strong {
    display: block;
    margin-bottom: 30px;
    color: #3478ff;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
  }

  .bt-mileage-summary-card > strong.buy {
    color: #ff4b55;
  }

  .bt-mileage-summary-card ul {
    margin: 0;
    padding: 18px 0 0;
    border-top: 1px solid #eee;
    list-style: none;
  }

  .bt-mileage-summary-card li {
    height: 40px;
    display: grid;
    grid-template-columns: 10px 1fr 90px;
    align-items: center;
    gap: 10px;
    color: #000;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
  }

  .bt-mileage-summary-card li i {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #f66d89;
  }

  .bt-mileage-summary-card li i.blue {
    background: #46afd2;
  }

  .bt-mileage-summary-card li i.green {
    background: #4fb46d;
  }

  .bt-mileage-summary-card li b {
    text-align: right;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-weight: 300;
  }

  .bt-mileage-note {
    grid-column: 2 / span 2;
    padding: 16px 20px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #fff;
    color: #555;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
    line-height: 26px;
  }

  .bt-mileage-note p {
    margin: 0;
  }

  .bt-mileage-help {
    margin: 0 0 12px;
    text-align: right;
    color: #000;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 13px;
  }

  .bt-mileage-filter {
    height: 76px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #dedede;
    border-bottom: 0;
    background: #fff;
  }

  .bt-mileage-filter > label {
    width: 130px;
    color: #000;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
  }

  .bt-mileage-filter button[type="submit"] {
    width: 155px;
    height: 40px;
    margin-left: auto;
    border: 1px solid #46afd2;
    border-radius: 5px;
    background: #fff;
    color: #46afd2;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
  }

  .bt-mileage-table-actions {
    height: 64px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #dedede;
    border-bottom: 0;
    background: #fff;
    color: #000;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
  }

  .bt-mileage-table-actions em,
  .bt-coupon-list-head em {
    color: #46afd2;
    font-style: normal;
  }

  .bt-mileage-table-actions > div {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .bt-mileage-table-actions button,
  .bt-mileage-table-actions a,
  .bt-mileage-table-actions select {
    height: 40px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #fff;
    color: #000;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
    text-decoration: none;
  }

  .bt-mileage-table-actions button,
  .bt-mileage-table-actions a {
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-color: #20a956;
    color: #178949;
  }

  .bt-mileage-table-actions select {
    width: 155px;
    padding: 0 16px;
  }

  .bt-mileage-table-actions .ui-icon {
    width: 16px;
    height: 16px;
  }

  .bt-wallet-ledger-type {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 22px;
    margin-right: 8px;
    border-radius: 4px;
    background: #eef8fc;
    color: #46afd2;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 12px;
  }

  .bt-my-data-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dedede;
    background: #fff;
    color: #000;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
  }

  .bt-my-data-table th {
    height: 60px;
    background: #eee;
    color: #666;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-weight: 300;
  }

  .bt-my-data-table td {
    height: 58px;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    text-align: center;
  }

  .bt-my-data-table td.plus {
    color: #3478ff;
  }

  .bt-my-data-table td.minus {
    color: #ff4b55;
  }

  .bt-coupon-guide {
    margin-bottom: 30px;
    padding: 22px 20px;
    border: 1px solid #d2e9f0;
    border-radius: 4px;
    background: #d9f1f8;
    color: #555;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
    line-height: 28px;
  }

  .bt-coupon-guide strong {
    display: block;
    margin-bottom: 10px;
    color: #46afd2;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

  .bt-coupon-guide p {
    margin: 0;
  }

  .bt-coupon-list {
    border: 1px solid #dedede;
    background: #fff;
  }

  .bt-coupon-list-head {
    height: 78px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
  }

  .bt-coupon-list-head span b {
    color: #46afd2;
    font-weight: 300;
  }

  .bt-coupon-list .bt-my-data-table {
    border-width: 1px 0 0;
  }

  .bt-my-data-table .coupon-name {
    text-align: left;
  }

  .bt-my-data-table .coupon-name .ui-icon {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    vertical-align: middle;
    color: #46afd2;
  }

  .bt-my-data-table .coupon-name strong {
    display: inline-block;
    vertical-align: middle;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-weight: 300;
  }

  .bt-my-data-table td button {
    width: 84px;
    height: 30px;
    border: 0;
    border-radius: 5px;
    background: #46afd2;
    color: #fff;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 13px;
  }

  .bt-receipt-card {
    min-height: 430px;
    margin-bottom: 40px;
    padding: 30px 80px;
    display: grid;
    grid-template-columns: 300px 1fr;
    align-items: center;
    gap: 40px;
    border-radius: 4px;
    background: #f0f5f7;
  }

  .bt-receipt-visual {
    display: flex;
    justify-content: center;
  }

  .bt-receipt-visual span {
    position: relative;
    width: 120px;
    height: 110px;
    border-radius: 22px 22px 12px 12px;
    background: linear-gradient(145deg, #f8f8f8, #cfdbe3);
    box-shadow: inset 0 -12px 0 #aab9c5, 0 16px 30px rgb(0 0 0 / 8%);
  }

  .bt-receipt-visual span::before {
    content: "";
    position: absolute;
    left: 24px;
    top: -36px;
    width: 72px;
    height: 56px;
    border-radius: 10px;
    background: linear-gradient(#fff, #dfe9ee);
    box-shadow: inset 0 8px 0 #f5a33b;
  }

  .bt-receipt-visual span::after {
    content: "";
    position: absolute;
    left: 28px;
    bottom: 24px;
    width: 64px;
    height: 16px;
    border-radius: 6px;
    background: #f9a646;
  }

  .bt-receipt-info {
    color: #555;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
    line-height: 28px;
  }

  .bt-receipt-info h3 {
    margin: 0 0 22px;
    display: flex;
    align-items: center;
    gap: 18px;
    color: #999;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 13px;
    font-weight: 300;
  }

  .bt-receipt-info h3::after {
    content: "";
    height: 1px;
    flex: 1;
    background: #d7d7d7;
  }

  .bt-receipt-info ul {
    margin: 0 0 34px;
    padding-left: 16px;
  }

  .bt-receipt-info dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px 70px;
    margin: 0 0 28px;
  }

  .bt-receipt-info dt {
    margin-bottom: 6px;
    color: #777;
  }

  .bt-receipt-info dd {
    margin: 0;
    color: #000;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 17px;
    font-weight: 300;
  }

  .bt-receipt-info dd.green {
    color: #1bae50;
  }

  .bt-receipt-info a {
    display: block;
    text-align: center;
    color: #999;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 13px;
  }

  .bt-receipt-toolbar {
    height: 58px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .bt-receipt-toolbar button {
    width: 190px;
    height: 54px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #fff;
    color: #000;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 15px;
  }

  .bt-receipt-toolbar .ui-icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
  }

  .bt-receipt-toolbar div {
    min-width: 190px;
    text-align: right;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    color: #666;
  }

  .bt-receipt-toolbar strong {
    display: block;
    margin-top: 12px;
    color: #000;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 18px;
    font-weight: 300;
  }

  .bt-receipt-empty {
    margin: 130px 0 0;
    text-align: center;
    color: #777;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
}

@media (min-width: 981px) {
  .bt-my-save-message {
    height: 42px;
    margin: 0 0 18px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    border: 1px solid #bfe5f1;
    border-radius: 4px;
    background: #f1fbfe;
    color: #46afd2;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
  }

  .bt-my-edit-form {
    width: 1010px;
    padding-top: 22px;
    color: #000;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
  }

  .bt-my-form-row {
    min-height: 70px;
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: start;
    column-gap: 20px;
  }

  .bt-my-form-row > label {
    padding-top: 17px;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
  }

  .bt-my-form-row input,
  .bt-my-form-row select,
  .bt-withdraw-login-box input {
    width: 300px;
    height: 50px;
    padding: 0 24px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #fff;
    color: #000;
    box-sizing: border-box;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 15px;
    line-height: 50px;
    outline: 0;
  }

  .bt-my-form-row input[readonly],
  .bt-my-form-row input::placeholder {
    color: #b4b4b4;
  }

  .bt-my-form-row select {
    appearance: none;
    background:
      linear-gradient(45deg, transparent 50%, #888 50%) right 24px center / 7px 7px no-repeat,
      linear-gradient(135deg, #888 50%, transparent 50%) right 18px center / 7px 7px no-repeat,
      #fff;
  }

  .bt-my-control-stack {
    display: flex;
    flex-direction: column;
  }

  .bt-my-control-stack p {
    margin: 14px 0 0;
    color: #666;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
    line-height: 18px;
  }

  .bt-my-inline-control {
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .bt-phone-verify-panel {
    margin-top: 12px;
    padding: 16px 18px;
    border: 1px solid #dcebf2;
    border-radius: 6px;
    background: #f5fbfe;
  }

  .bt-phone-verify-panel .bt-my-outline {
    border-color: #46afd2;
    color: #36a8cc;
  }

  .bt-phone-verify-panel .bt-my-outline:disabled {
    border-color: #d7d7d7;
    color: #aaa;
    background: #f6f6f6;
  }

  .bt-my-outline {
    width: 160px;
    height: 50px;
    border: 1px solid #111;
    border-radius: 4px;
    background: #fff;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 15px;
    line-height: 50px;
    font-weight: 300;
  }

  .bt-my-primary {
    width: 156px;
    height: 64px;
    border: 0;
    border-radius: 4px;
    background: #46afd2;
    color: #fff;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 22px;
    line-height: 64px;
    font-weight: 300;
  }

  .bt-my-action-row {
    margin-top: 12px;
    padding-left: 325px;
    display: flex;
    align-items: center;
    gap: 50px;
  }

  .bt-my-action-row.is-bank,
  .bt-my-action-row.is-pay {
    padding-left: 430px;
    margin-top: 0;
  }

  .bt-my-action-row.is-withdraw {
    padding-left: 0;
    margin-top: 30px;
    justify-content: center;
  }

  .bt-my-withdraw-link {
    width: 156px;
    height: 64px;
    font-size: 22px;
    line-height: 64px;
  }

  .bt-my-profile-form .bt-my-form-row {
    min-height: 80px;
  }

  .bt-my-bank-form,
  .bt-my-pay-form {
    padding-top: 30px;
  }

  .bt-my-bank-form .bt-my-form-row,
  .bt-my-pay-form .bt-my-form-row {
    grid-template-columns: 180px 420px;
    min-height: 70px;
  }

  .bt-my-bank-form .bt-my-form-row input,
  .bt-my-bank-form .bt-my-form-row select,
  .bt-my-pay-form .bt-my-form-row input {
    width: 300px;
 }

  .bt-id-verify-form {
    width: 1010px;
  }

  .bt-id-status {
    margin-top: 24px;
    padding: 18px 22px;
    border: 1px solid #dedede;
    border-radius: 6px;
    color: #777;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 15px;
  }

  .bt-id-status strong {
    margin-left: 10px;
    color: #21b65b;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-weight: 700;
  }

  .bt-id-status span {
    margin-left: 14px;
    color: #aaa;
  }

  .bt-id-success {
    width: 1010px;
    margin: 24px 0 0;
    padding: 16px 20px;
    border: 1px solid #bde8d0;
    border-radius: 6px;
    background: #eafaf1;
    color: #15924f;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 15px;
    line-height: 24px;
  }

  .bt-id-upload-box {
    height: 300px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border: 1px solid #dedede;
    border-radius: 8px;
    background: #fff;
    color: #999;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 18px;
    cursor: pointer;
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
  }

  .bt-id-upload-box.has-file {
    border-color: #42add1;
    background: #f4fbfd;
    color: #42add1;
  }

  .bt-id-upload-box input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .bt-id-upload-box span {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #dfe7ff;
    color: #4b76e8;
  }

  .bt-id-upload-box .ui-icon {
    width: 34px;
    height: 34px;
    stroke-width: 2.3;
  }

  .bt-id-upload-box strong {
    font-weight: 300;
  }

  .bt-id-preview {
    display: none;
    align-items: center;
    gap: 18px;
    margin-top: 18px;
    padding: 16px;
    border: 1px solid #dedede;
    border-radius: 8px;
    background: #fff;
  }

  .bt-id-preview.is-visible {
    display: flex;
  }

  .bt-id-preview-frame {
    width: 144px;
    height: 100px;
    flex: 0 0 144px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 6px;
    background: #f3f5f6;
  }

  .bt-id-preview-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .bt-id-preview-info {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #999;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
  }

  .bt-id-preview-info strong {
    color: #111;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .bt-notice-layer {
    position: fixed;
    inset: 0;
    z-index: 10080;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
  }

  .bt-notice-layer[hidden] {
    display: none;
  }

  .bt-notice-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.38);
    cursor: default;
  }

  .bt-notice-dialog {
    position: relative;
    width: min(420px, calc(100vw - 48px));
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 42px 42px 28px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
    text-align: center;
  }

  .bt-notice-icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 50%;
    background: #42add1;
    color: #fff;
    font-family: "GongGothicBold", "Apple SD Gothic Neo", sans-serif;
    font-size: 20px;
    line-height: 1;
  }

  .bt-notice-dialog h2 {
    margin: 0;
    color: #000;
    font-family: "GongGothicBold", "Apple SD Gothic Neo", sans-serif;
    font-size: 22px;
    line-height: 32px;
  }

  .bt-notice-dialog p {
    margin: 14px 0 28px;
    color: #555;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 15px;
    line-height: 24px;
    word-break: keep-all;
  }

  .bt-notice-ok {
    width: 160px;
    height: 48px;
    border: 0;
    border-radius: 5px;
    background: #42add1;
    color: #fff;
    font-family: "GongGothicBold", "Apple SD Gothic Neo", sans-serif;
    font-size: 16px;
    cursor: pointer;
  }

  .bt-notice-ok:focus-visible {
    outline: 3px solid rgba(66, 173, 209, 0.28);
    outline-offset: 3px;
  }

  .bt-id-guide {
    margin: 30px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid #eee;
    color: #555;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 15px;
    line-height: 34px;
    list-style: none;
  }

  .bt-id-guide li::before {
    content: "· ";
  }

  .bt-id-submit {
    margin-top: 24px;
  }

  .bt-id-history {
    width: 1010px;
    margin-top: 34px;
  }

  .bt-id-history h3 {
    margin: 0 0 14px;
    color: #000;
    font-family: "GongGothicBold", "Apple SD Gothic Neo", sans-serif;
    font-size: 20px;
    line-height: 28px;
  }

  .bt-id-state {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    height: 28px;
    padding: 0 10px;
    border-radius: 14px;
    background: #eaf8fc;
    color: #36a8cc;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 13px;
  }

  .bt-id-state.approved {
    background: #e8f7ee;
    color: #18aa4d;
  }

  .bt-id-state.rejected {
    background: #ffecec;
    color: #f05a5a;
  }

  .bt-blocked-panel {
    width: 1010px;
    margin-top: 30px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
  }

  .bt-blocked-head {
    height: 78px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
  }

  .bt-blocked-head em {
    color: #46afd2;
    font-style: normal;
  }

  .bt-blocked-head span {
    color: #555;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
  }

  .bt-blocked-panel .bt-my-data-table {
    border-width: 1px 0 0;
  }

  .bt-activity-filter {
    height: 80px;
    margin-top: 30px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #dedede;
    background: #fff;
  }

  .bt-activity-filter > label {
    width: 130px;
    color: #000;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
  }

  .bt-activity-filter .bt-my-range-buttons {
    width: 320px;
  }

  .bt-activity-filter button[type="submit"] {
    width: 155px;
    height: 40px;
    margin-left: auto;
    border: 1px solid #46afd2;
    border-radius: 5px;
    background: #fff;
    color: #46afd2;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
  }

  .bt-activity-table {
    border-top: 0;
  }

  .bt-activity-table td {
    height: 96px;
    border-bottom: 0;
    color: #000;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 16px;
    line-height: 28px;
  }

  .bt-activity-table td span {
    font-size: 14px;
  }

  .bt-my-pagination {
    margin-top: 30px;
    text-align: center;
  }

  .bt-my-pagination span {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #46afd2;
    color: #fff;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 15px;
  }

  .bt-withdraw-warning {
    margin-top: 30px;
    padding: 24px 22px;
    border: 1px solid #dedede;
    border-radius: 8px;
    background: #f7f7f7;
    color: #000;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 15px;
    line-height: 30px;
  }

  .bt-withdraw-warning strong {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 17px;
    font-weight: 300;
  }

  .bt-withdraw-warning .ui-icon {
    width: 22px;
    height: 22px;
    color: #ff3d45;
  }

  .bt-withdraw-warning p {
    margin: 10px 0;
  }

  .bt-withdraw-warning p::before {
    content: "· ";
  }

  .bt-withdraw-warning em {
    color: #ff3d45;
    font-style: normal;
  }

  .bt-withdraw-summary {
    margin: 30px 0 54px;
    padding: 28px 30px;
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 28px 20px;
    border: 1px solid #dedede;
    background: #fff;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
  }

  .bt-withdraw-summary div {
    display: contents;
  }

  .bt-withdraw-summary dt,
  .bt-withdraw-summary dd {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
  }

  .bt-withdraw-reasons {
    display: grid;
    grid-template-columns: 120px 1fr 1fr;
    gap: 18px 40px;
    align-items: center;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 15px;
  }

  .bt-withdraw-reasons > strong {
    grid-row: 1 / span 4;
    align-self: start;
    padding-top: 8px;
    font-weight: 300;
  }

  .bt-withdraw-reasons label {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .bt-withdraw-reasons input[type="checkbox"] {
    appearance: none;
    width: 30px;
    height: 30px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    background: #fff;
  }

  .bt-withdraw-reasons input[type="checkbox"]:checked {
    background: #fff;
    box-shadow: inset 0 0 0 6px #fff;
  }

  .bt-withdraw-reasons input[type="checkbox"]::after {
    content: "✓";
    display: block;
    color: #c8c8c8;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }

  .bt-withdraw-reasons .wide {
    grid-column: 2 / span 2;
  }

  .bt-withdraw-reasons .wide input[type="text"],
  .bt-withdraw-reasons .wide input:not([type]) {
    flex: 1;
    height: 50px;
    padding: 0 18px;
    border: 1px solid #dedede;
    border-radius: 5px;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 15px;
  }

  .bt-withdraw-login-box {
    margin-top: 40px;
    padding: 36px 52px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    border: 1px solid #46afd2;
    background: #fff;
  }

  .bt-withdraw-login-box label {
    display: grid;
    grid-template-columns: 90px 1fr;
    align-items: center;
    gap: 20px;
    color: #000;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 15px;
  }

  .bt-withdraw-login-box input {
    width: 300px;
  }
}

@media (max-width: 980px) {
  .bt-my-edit-form,
  .bt-id-verify-form,
  .bt-id-success,
  .bt-id-history,
  .bt-blocked-panel,
  .bt-activity-filter,
  .bt-withdraw-warning,
  .bt-withdraw-summary,
  .bt-withdraw-form {
    width: 100%;
  }

  .bt-my-form-row,
  .bt-withdraw-login-box,
  .bt-withdraw-reasons {
    display: block;
  }

  .bt-id-preview {
    align-items: flex-start;
  }

  .bt-id-preview-frame {
    width: 104px;
    height: 78px;
    flex-basis: 104px;
  }

  .bt-my-form-row input,
  .bt-my-form-row select,
  .bt-withdraw-login-box input {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .bt-mileage-overview-body,
  .bt-receipt-card {
    display: block;
  }

  .bt-mileage-summary-card,
  .bt-coupon-guide,
  .bt-coupon-list,
  .bt-receipt-card {
    margin-top: 14px;
  }
}

/* Barotem-style UI pass */
:root {
  --bt-blue: #42add1;
  --bt-deep-blue: #305fb8;
  --bt-green: #28aa4f;
  --bt-pink: #e87591;
  --bt-soft-line: #e5e5e5;
}

body {
  background: #fff;
  font-family: "GongGothicLight", "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", Arial, sans-serif;
}

.bt-flash-error {
  max-width: 1180px;
  margin: 14px auto 0;
  padding: 13px 18px;
  border: 1px solid #f2a0a8;
  border-radius: 6px;
  background: #fff3f4;
  color: #df4052;
  font-size: 15px;
  font-weight: 800;
}

.top-shell,
.nav-shell,
.page-shell,
.site-footer,
.notice-strip-inner,
.footer-inner {
  width: min(1200px, calc(100vw - 128px));
}

.top-shell {
  min-height: 86px;
  grid-template-columns: 140px 600px minmax(0, 1fr);
  gap: 160px;
}

.nav-shell {
  min-height: 58px;
}

.site-header {
  position: relative;
  border-bottom: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}

.brand {
  font-size: 32px;
}

.search-bar {
  min-height: 56px;
  border-color: var(--bt-deep-blue);
  box-shadow: none;
}

.search-bar:focus-within {
  border-color: var(--bt-deep-blue);
  box-shadow: none;
}

.menu-shell {
  gap: 25px;
  font-size: 16px;
  font-weight: 900;
}

.menu-shell a {
  min-height: 58px;
}

.menu-shell a::after {
  display: none;
}

.menu-icon {
  width: 40px;
  height: 40px;
}

.quick-nav {
  gap: 24px;
}

.quick-icon,
.hamburger-button {
  width: 32px;
  min-height: 40px;
  height: 40px;
}

.quick-icon .ui-icon,
.hamburger-button .ui-icon {
  width: 25px;
  height: 25px;
  stroke: #1e252b;
}

.drawer-backdrop {
  background: rgba(0, 0, 0, 0.48);
}

.drawer-menu {
  inset: 92px auto auto 50%;
  width: 860px;
  max-width: calc(100vw - 48px);
  height: auto;
  min-height: 430px;
  transform: translateX(-50%);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  padding: 25px;
  display: block;
}

.drawer-head {
  min-height: 60px;
  margin: 0;
}

.drawer-head strong {
  font-size: 20px;
  font-weight: 900;
}

.drawer-head button {
  width: 36px;
  min-height: 36px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.drawer-columns {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-height: 330px;
  padding-top: 0;
}

.drawer-columns ul {
  margin: 0;
  padding: 0 22px;
  list-style: none;
  border-left: 1px solid #ececec;
  display: grid;
  align-content: start;
  gap: 17px;
  text-align: center;
}

.drawer-columns ul:first-child {
  border-left: 0;
}

.drawer-columns li {
  min-height: 22px;
  color: #111;
  font-size: 14px;
  font-weight: 500;
}

.drawer-columns li:first-child {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 900;
}

.drawer-menu .drawer-columns a {
  min-height: auto;
  display: block;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  font-weight: 500;
}

.drawer-menu .drawer-columns a:hover {
  color: var(--bt-blue);
  border-color: transparent;
}

.favorites-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 0;
  background: rgba(0, 0, 0, 0.46);
}

.favorites-modal[hidden] {
  display: none;
}

.favorites-panel {
  width: 936px;
  max-width: calc(100vw - 40px);
  min-height: 735px;
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.favorites-head {
  height: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.favorites-head strong {
  font-size: 20px;
  font-weight: 900;
}

.favorites-head button {
  width: 36px;
  min-height: 36px;
  border: 0;
  background: transparent;
  padding: 0;
}

.favorites-tabs {
  display: flex;
  gap: 10px;
  height: 34px;
  align-items: center;
}

.favorites-tabs button {
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  background: #f0f0f0;
  color: #333;
  padding: 0 18px;
  font-weight: 800;
  box-shadow: none;
}

.favorites-tabs button.active {
  background: var(--bt-blue);
  color: #fff;
}

.favorites-list-modal {
  min-height: 515px;
  margin-top: 24px;
  display: grid;
  align-content: start;
  gap: 10px;
}

.favorites-empty {
  align-self: center;
  justify-self: center;
  margin: 220px 0 0;
  color: #888;
  font-weight: 700;
}

.favorites-list-modal a {
  min-height: 74px;
  border-bottom: 1px solid #eee;
  display: grid;
  grid-template-columns: 1fr 130px;
  align-items: center;
  gap: 4px 14px;
}

.favorites-list-modal a span,
.favorites-list-modal a em {
  color: #777;
  font-style: normal;
  font-size: 13px;
}

.favorites-list-modal a strong {
  color: #111;
  font-size: 16px;
}

.favorites-list-modal a em {
  grid-row: span 2;
  text-align: right;
  color: #111;
  font-weight: 900;
}

.bt-game-search {
  width: 100%;
  display: grid;
  gap: 30px;
}

.bt-trade-guide {
  height: 300px;
  border-radius: 8px;
  background: linear-gradient(135deg, #2a3946, #151c24);
  color: #fff;
  padding: 54px 56px;
  display: grid;
  align-content: center;
  gap: 16px;
  overflow: hidden;
  position: relative;
}

.bt-trade-guide::after {
  content: "";
  position: absolute;
  right: 90px;
  top: 34px;
  width: 360px;
  height: 230px;
  border-radius: 40px;
  background: linear-gradient(135deg, rgba(66, 173, 209, 0.72), rgba(232, 117, 145, 0.72));
  transform: rotate(-10deg);
  opacity: 0.38;
}

.bt-trade-guide span {
  font-size: 20px;
  font-weight: 900;
}

.bt-trade-guide strong {
  font-size: 34px;
  font-weight: 900;
}

.bt-trade-guide em {
  font-style: normal;
  font-size: 18px;
  font-weight: 900;
  color: #bce8f6;
}

.bt-game-rank {
  min-height: 431px;
  display: grid;
  grid-template-columns: 600px 500px;
  gap: 50px;
  align-items: center;
}

.bt-game-rank-art {
  height: 310px;
  border-radius: 8px;
  background: linear-gradient(135deg, #111, #2e495d 50%, #111);
  position: relative;
  overflow: hidden;
}

.bt-game-rank-art::after {
  content: "shillatem";
  position: absolute;
  right: 52px;
  top: 104px;
  color: rgba(255, 255, 255, 0.18);
  font-size: 86px;
  font-weight: 900;
}

.bt-game-rank h2 {
  margin: 0 0 28px;
  font-size: 24px;
  font-weight: 900;
}

.bt-game-rank ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 36px;
}

.bt-game-rank a {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 15px;
  font-weight: 900;
}

.bt-game-rank a span {
  width: 24px;
  color: var(--bt-blue);
  font-size: 18px;
  font-weight: 900;
}

.bt-all-games {
  padding-top: 26px;
}

.bt-all-games h1 {
  margin: 0 0 28px;
  text-align: center;
  font-size: 25px;
  font-weight: 900;
}

.bt-all-games nav {
  min-height: 42px;
  border: 1px solid var(--bt-soft-line);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.bt-all-games nav button {
  border: 0;
  background: transparent;
  min-height: 40px;
  padding: 0;
  box-shadow: none;
  font-weight: 900;
}

.bt-all-games nav button.active {
  color: var(--bt-blue);
}

.bt-game-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(6, 140px);
  justify-content: space-between;
  row-gap: 30px;
}

.bt-game-grid a {
  height: 160px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  text-align: center;
  font-weight: 900;
}

.game-badge {
  width: 76px;
  height: 76px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--bt-blue), #e87591);
  color: #fff;
  font-size: 34px;
  box-shadow: 0 12px 18px rgba(22, 37, 56, 0.16);
}

.bt-list-page h1 {
  margin: 0 0 22px;
  font-size: 19px;
  font-weight: 900;
}

.bt-list-page h1 span {
  font-size: 15px;
  font-weight: 900;
}

.bt-list-hero {
  height: 200px;
  border-radius: 8px;
  background: linear-gradient(135deg, #14171c, #314b61);
  color: rgba(255, 255, 255, 0.18);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.bt-list-hero strong {
  font-size: 90px;
  font-weight: 900;
}

.bt-filter-table {
  margin-top: 30px;
  border: 1px solid #ddd;
  border-bottom: 0;
}

.bt-filter-categories {
  height: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #ddd;
}

.bt-filter-categories a {
  display: grid;
  place-items: center;
  border-left: 1px solid #ddd;
  font-size: 20px;
  font-weight: 900;
  background: #fafafa;
}

.bt-filter-categories a:first-child {
  border-left: 0;
}

.bt-filter-categories a.active {
  background: var(--bt-pink);
  color: #fff;
}

.bt-filter-row {
  min-height: 63px;
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  border-bottom: 1px solid #e7e7e7;
}

.bt-filter-row > label {
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-weight: 900;
}

.bt-filter-row > div,
.bt-filter-row.search-row {
  align-items: center;
}

.bt-filter-row > div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: 10px 0;
}

.bt-filter-row button,
.bt-filter-row a {
  min-width: 70px;
  min-height: 42px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  color: #333;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.bt-filter-row button.active,
.bt-filter-row a.active {
  background: var(--bt-pink);
  border-color: var(--bt-pink);
  color: #fff;
}

.server-row {
  min-height: 126px;
}

.price-filter input {
  width: 170px;
  min-height: 42px;
  border-radius: 4px;
}

.price-filter span {
  align-self: center;
  font-weight: 900;
}

.bt-filter-row.search-row {
  grid-template-columns: 200px minmax(0, 1fr);
}

.bt-filter-row.search-row input {
  align-self: center;
  width: calc(100% - 80px);
  margin: 10px 0;
  min-height: 42px;
  border-radius: 4px;
}

.bt-filter-actions {
  min-height: 115px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
}

.bt-filter-actions button,
.bt-filter-actions a {
  min-width: 126px;
  min-height: 54px;
  border-radius: 4px;
  border: 0;
  background: var(--bt-blue);
  color: #fff;
  font-weight: 900;
}

.bt-filter-actions button[type="button"],
.bt-filter-actions a {
  background: #f1f1f1;
  color: #111;
}

.bt-filter-actions select {
  position: absolute;
  right: 0;
  bottom: -78px;
  width: 160px;
  min-height: 42px;
  border-radius: 4px;
}

.bt-list-block {
  margin-top: 50px;
}

.bt-list-block h2 {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 900;
}

.bt-row-list {
  border: 1px solid #e3e3e3;
  padding: 25px;
  min-height: 116px;
  display: grid;
  gap: 8px;
}

.bt-product-row {
  min-height: 108px;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) 170px;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}

.bt-product-row:last-child {
  border-bottom: 0;
}

.bt-product-thumb {
  width: 96px;
  height: 72px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--bt-blue), #24384c);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  overflow: hidden;
  position: relative;
}

.bt-product-thumb.has-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bt-product-thumb.has-image span {
  position: absolute;
  left: 8px;
  bottom: 7px;
  z-index: 1;
  padding: 3px 6px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.58);
  font-size: 11px;
}

.bt-product-row-body {
  display: grid;
  gap: 8px;
}

.bt-product-row-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #777;
  font-size: 13px;
}

.bt-product-row-body > a {
  font-size: 18px;
  font-weight: 900;
}

.bt-product-row-body p {
  margin: 0;
  color: #777;
  font-size: 13px;
}

.bt-product-price {
  text-align: right;
  font-size: 22px;
  font-weight: 900;
}

.bt-empty-row {
  min-height: 80px;
  margin: 0;
  display: grid;
  place-items: center;
  color: #888;
  font-weight: 800;
}

.bt-list-title-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.bt-list-title-row span {
  color: #777;
  font-weight: 800;
}

.bt-list-state {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin: -42px 0 16px;
}

.bt-list-state a {
  color: #777;
  font-weight: 900;
}

.bt-list-state a.active {
  color: #111;
}

.bt-mypage-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #f3f3f3;
  min-height: 400px;
  padding-top: 66px;
}

.bt-mypage-summary {
  width: min(1200px, calc(100vw - 128px));
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 350px 350px 1fr;
  overflow: hidden;
}

.bt-member-card,
.bt-verify-card,
.bt-balance-card {
  min-height: 245px;
  padding: 30px;
  border-left: 1px solid #e4e4e4;
}

.bt-member-card {
  border-left: 0;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 34px;
}

.bt-grade-shield {
  width: 64px;
  height: 70px;
  border-radius: 10px 10px 22px 22px;
  background: linear-gradient(135deg, #f2d5b6, #ce8f4c);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 30px;
  font-weight: 900;
}

.bt-member-card h1 {
  margin: 0 0 10px;
  font-size: 28px;
}

.bt-member-card p {
  margin: 0 0 34px;
  font-size: 18px;
  font-weight: 900;
}

.bt-member-card p strong {
  color: #b67838;
}

.bt-member-card a,
.bt-member-card button {
  display: block;
  min-height: 26px;
  border: 0;
  background: transparent;
  padding: 0;
  color: #777;
  font-size: 14px;
  font-weight: 800;
  box-shadow: none;
  justify-content: flex-start;
}

.bt-verify-card h2 {
  margin: 0 0 56px;
  font-size: 22px;
}

.bt-verify-card > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  gap: 22px;
}

.bt-verify-card span {
  display: grid;
  gap: 10px;
  font-weight: 900;
}

.bt-verify-card span::before {
  content: "!";
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #ffd33d;
  color: #fff;
  display: grid;
  place-items: center;
  justify-self: center;
  font-size: 24px;
}

.bt-verify-card span.ok::before {
  content: "✓";
  background: #23b04d;
}

.bt-balance-card {
  display: grid;
  grid-template-rows: 55px 35px 35px 1fr;
  gap: 0;
}

.bt-balance-card a,
.bt-balance-card div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 900;
}

.bt-balance-card a:first-child {
  font-size: 22px;
}

.bt-balance-card strong {
  font-size: 16px;
}

.bt-balance-card a:first-child strong {
  font-size: 28px;
  color: var(--bt-blue);
}

.bt-balance-card a:last-child {
  border-top: 1px solid #e4e4e4;
  margin: 20px -30px -30px;
  padding: 0 30px;
}

.bt-my-alert {
  grid-column: 1 / -1;
  min-height: 40px;
  background: linear-gradient(90deg, var(--bt-blue), #51b85f);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-weight: 900;
}

.bt-my-alert .ui-icon {
  width: 28px;
  height: 28px;
}

.bt-mypage-ad {
  width: min(1200px, calc(100vw - 128px));
  height: 204px;
  margin: 56px auto 40px;
  border-radius: 8px;
  background: linear-gradient(135deg, #f7f7f7, #fff);
}

.bt-mypage-container {
  display: grid;
  grid-template-columns: 160px 1010px;
  gap: 30px;
}

.bt-mypage-nav {
  display: block;
}

.bt-mypage-nav h2 {
  margin: 0 0 16px;
  font-size: 17px;
  font-weight: 900;
}

.bt-mypage-nav h2:not(:first-child) {
  margin-top: 36px;
}

.bt-mypage-nav a {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  font-weight: 800;
}

.bt-mypage-main {
  display: grid;
  gap: 42px;
}

.bt-status-panel h2,
.bt-paid-services h2,
.bt-history-panel h2 {
  margin: 0 0 30px;
  font-size: 24px;
}

.bt-status-line {
  height: 108px;
  display: grid;
  grid-template-columns: 100px repeat(4, 1fr);
  align-items: center;
  margin-bottom: 100px;
  position: relative;
}

.bt-status-line::before {
  content: "";
  position: absolute;
  left: 100px;
  right: 50px;
  top: 50%;
  height: 4px;
  background: #e5e5e5;
}

.bt-status-line strong {
  height: 100px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--bt-blue);
  position: relative;
  z-index: 1;
}

.bt-status-line.buy strong {
  background: var(--bt-green);
}

.bt-status-line a {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 8px;
  font-weight: 900;
}

.bt-status-line a b {
  width: 60px;
  height: 60px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 4px solid #e5e5e5;
  font-size: 24px;
}

.bt-paid-services > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.bt-paid-services article {
  min-height: 212px;
  border: 1px solid #e5e5e5;
  padding: 40px 36px;
  display: grid;
  align-content: center;
  gap: 14px;
}

.bt-paid-services article strong {
  font-size: 21px;
}

.bt-paid-services article p {
  margin: 0;
  color: #555;
  font-weight: 800;
}

.bt-paid-services article a {
  width: 100px;
  min-height: 36px;
  border-radius: 999px;
  background: var(--bt-blue);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
}

.bt-history-panel {
  border-top: 1px solid #eee;
  padding-top: 30px;
}

.bt-my-tab-panel {
  margin-top: 16px;
}

.bt-my-list {
  display: grid;
  border-top: 1px solid #111;
}

.bt-my-list-row {
  min-height: 62px;
  border-bottom: 1px solid #e1e4e8;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px;
  align-items: center;
  gap: 16px;
  color: #111;
}

.bt-my-list-row strong {
  min-width: 0;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
}

.bt-my-list-row span {
  text-align: right;
  font-size: 17px;
  font-weight: 900;
}

.bt-my-list-row em {
  grid-column: 1 / -1;
  margin-top: -12px;
  color: #8a929a;
  font-size: 13px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 800;
}

.bt-my-empty,
.bt-my-empty-box {
  margin: 0;
  border: 1px solid #e1e4e8;
  border-radius: 5px;
  background: #fff;
  padding: 34px 28px;
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 800;
}

.bt-my-empty-box strong {
  display: block;
  margin-bottom: 8px;
  color: #111;
  font-size: 18px;
  font-weight: 900;
}

.bt-my-empty-box p {
  margin: 0;
}

.bt-wallet-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 22px;
}

.bt-wallet-actions form {
  display: grid;
  grid-template-columns: 1fr 90px;
  gap: 8px;
}

@media (max-width: 1180px) {
  .top-shell,
  .nav-shell,
  .page-shell,
  .site-footer,
  .notice-strip-inner,
  .footer-inner,
  .bt-mypage-summary,
  .bt-mypage-ad {
    width: min(100% - 32px, 1200px);
  }

  .top-shell {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 0;
  }

  .drawer-columns,
  .bt-game-rank,
  .bt-mypage-summary,
  .bt-mypage-container,
  .bt-paid-services > div {
    grid-template-columns: 1fr;
  }

  .bt-game-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bt-filter-row,
  .bt-filter-row.search-row {
    grid-template-columns: 1fr;
  }

  .bt-mypage-container {
    gap: 20px;
  }

  .bt-status-line {
    grid-template-columns: 1fr;
    height: auto;
    gap: 16px;
    margin-bottom: 40px;
  }

  .bt-status-line::before {
    display: none;
  }
}

@media (min-width: 1181px) {
  .bt-channel-search .bt-trade-guide {
    height: 170px;
    min-height: 170px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    align-items: center;
    gap: 42px;
    padding: 34px 40px;
    border-radius: 8px;
    background: #ed728a;
    color: #fff;
    box-shadow: none;
  }

  .bt-channel-search .bt-trade-guide::after {
    content: none;
  }

  .bt-channel-search .bt-trade-guide span {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 900;
  }

  .bt-channel-search .bt-trade-guide strong {
    margin-top: 12px;
    display: block;
    font-size: 11px;
    line-height: 1.6;
    font-weight: 900;
  }

  .bt-channel-search .bt-trade-guide em {
    width: 280px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    justify-self: end;
    border-radius: 4px;
    background: #fff;
    color: #151515;
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(73, 49, 59, 0.12);
  }

  .bt-channel-search .bt-trade-guide em b {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #f5c06d;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
  }

  .bt-channel-money .bt-trade-guide,
  .bt-channel-item .bt-trade-guide,
  .bt-channel-etc .bt-trade-guide,
  .bt-channel-gift .bt-trade-guide,
  .bt-channel-giftshop .bt-trade-guide {
    background: #ed728a;
  }
}

.brand-logo {
  display: block;
  width: 140px;
  height: auto;
}

.brand {
  gap: 0;
}

.mobile-logo {
  width: 132px;
}

@media (min-width: 1181px) {
  .bt-channel-search {
    width: min(1200px, calc(100vw - 64px)) !important;
    gap: 0 !important;
    margin-bottom: 80px;
  }

  .bt-channel-search > * + * {
    margin-top: 30px;
  }

  .bt-channel-guide {
    min-height: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 40px !important;
    padding: 30px 70px !important;
    border-radius: 20px !important;
    background: #46afd2 !important;
    color: #fff !important;
  }

  .bt-channel-guide-copy {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    min-width: 0;
  }

  .bt-channel-guide-copy h1 {
    margin: 0 0 20px !important;
    color: #fff !important;
    font-size: 30px !important;
    line-height: 36px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
  }

  .bt-channel-guide-copy p {
    margin: 0 !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
  }

  .bt-channel-guide-copy small {
    margin-top: 20px !important;
    color: #e5e5e5 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 700 !important;
  }

  .bt-channel-guide-panel {
    width: 490px !important;
    flex: 0 0 490px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
  }

  .bt-channel-guide-title {
    width: 490px !important;
    min-height: 80px !important;
    height: 80px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 13px !important;
    padding: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #111 !important;
    box-shadow: 4px 12px 36px rgba(0, 0, 0, 0.2) !important;
  }

  .bt-channel-guide-title img {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain !important;
  }

  .bt-channel-guide-title h3 {
    margin: 0 !important;
    color: #111 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 900 !important;
  }

  .bt-channel-guide-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 150px) !important;
    gap: 30px 20px !important;
  }

  .bt-channel-guide-grid a {
    width: 150px !important;
    height: 80px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    padding: 0 !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #111 !important;
    box-shadow: none !important;
  }

  .bt-channel-guide-grid a:last-child {
    grid-column: auto !important;
  }

  .bt-channel-guide-grid img {
    width: 40px !important;
    height: 40px !important;
    margin-left: 20px !important;
    object-fit: contain !important;
  }

  .bt-channel-guide-grid h3 {
    margin: 0 auto !important;
    color: #111 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 900 !important;
  }

  .bt-channel-search .bt-trade-guide {
    height: 300px !important;
    min-height: 300px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 40px !important;
    padding: 0 70px !important;
    border-radius: 20px !important;
    background: #f18194 !important;
    color: #fff !important;
    box-shadow: none !important;
  }

  .bt-channel-gift .bt-trade-guide,
  .bt-channel-giftshop .bt-trade-guide {
    background: #5cb575 !important;
  }

  .bt-channel-search .bt-trade-guide::after {
    content: none !important;
  }

  .bt-channel-search .bt-trade-guide > div {
    display: flex !important;
    flex-direction: column !important;
  }

  .bt-channel-search .bt-trade-guide h3 {
    margin: 0 !important;
    color: inherit !important;
    font-size: 30px !important;
    line-height: 36px !important;
    font-weight: 900 !important;
  }

  .bt-channel-search .bt-trade-guide > div > h3 {
    margin-bottom: 20px !important;
  }

  .bt-channel-search .bt-trade-guide p {
    margin: 0 !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
  }

  .bt-channel-search .bt-trade-guide-card {
    width: 490px !important;
    height: 120px !important;
    min-height: 120px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 13px !important;
    padding: 0 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #111 !important;
    box-shadow: none !important;
    transform: none !important;
  }

  .bt-channel-search .bt-trade-guide-card img {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain !important;
  }

  .bt-channel-search .bt-trade-guide-card h3 {
    color: #111 !important;
    font-size: 20px !important;
    line-height: 24px !important;
  }

  .bt-channel-search .bt-game-rank {
    min-height: 0 !important;
    display: flex !important;
    padding: 0 0 30px !important;
    border: 0 !important;
    border-bottom: 1px solid #e5e5e5 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  .bt-channel-search .bt-game-rank > div {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 700px 500px !important;
    grid-template-rows: auto 1fr !important;
    align-items: start !important;
    gap: 0 !important;
    border-radius: 20px !important;
    background: rgba(222, 240, 227, 0.5) !important;
  }

  .bt-channel-search .bt-game-rank-art {
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
    width: 600px !important;
    height: 310px !important;
    margin: 45px 50px !important;
    border-radius: 20px !important;
    object-fit: cover !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .bt-channel-search .bt-game-rank-art::after {
    content: none !important;
  }

  .bt-channel-search .bt-game-rank h2 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin: 30px auto 50px !important;
    color: #111 !important;
    font-size: 30px !important;
    line-height: 36px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
  }

  .bt-channel-search .bt-game-rank ol {
    grid-column: 2 !important;
    grid-row: 2 !important;
    width: 500px !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: repeat(5, auto) !important;
    grid-auto-flow: column !important;
    gap: 0 !important;
    padding-left: 35px !important;
    margin: 0 !important;
  }

  .bt-channel-search .bt-game-rank li a {
    position: relative !important;
    min-height: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0 !important;
    padding: 0 0 20px !important;
    margin-bottom: 15px !important;
    border: 0 !important;
    color: #111 !important;
    font-size: 16px !important;
    line-height: 18px !important;
    font-weight: 700 !important;
  }

  .bt-channel-search .bt-game-rank li a::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 10px !important;
    width: 0 !important;
    height: 2px !important;
    background: #f18194 !important;
    transition: width 0.3s ease !important;
  }

  .bt-channel-account .bt-game-rank li a::before {
    background: #46afd2 !important;
  }

  .bt-channel-gift .bt-game-rank li a::before,
  .bt-channel-giftshop .bt-game-rank li a::before {
    background: #5cb575 !important;
  }

  .bt-channel-search .bt-game-rank li a:hover::before,
  .bt-channel-search .bt-game-rank li a.is-hovered::before {
    width: 110% !important;
  }

  .bt-channel-search .bt-game-rank li a:hover,
  .bt-channel-search .bt-game-rank li a.is-hovered {
    color: #111 !important;
    font-weight: 900 !important;
  }

  .bt-channel-search .bt-game-rank li a span {
    width: auto !important;
    margin-right: 20px !important;
    color: #111 !important;
    font-size: 20px !important;
    line-height: 18px !important;
    font-weight: 900 !important;
    text-align: center !important;
  }

  .bt-channel-search .bt-all-games {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  .bt-channel-search .bt-all-games h1 {
    margin: 0 auto 30px !important;
    color: #111 !important;
    text-align: center !important;
    font-size: 20px !important;
    line-height: 25px !important;
    font-weight: 900 !important;
  }

  .bt-channel-search .bt-all-games nav {
    display: flex !important;
    min-height: 0 !important;
    justify-content: center !important;
    gap: 15px !important;
    padding: 0 !important;
    margin-bottom: 30px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  .bt-channel-search .bt-all-games nav button {
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 10px 20px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
    background: #fff !important;
    color: #808080 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 700 !important;
  }

  .bt-channel-search .bt-all-games nav button:hover,
  .bt-channel-search .bt-all-games nav button.active {
    background: #46afd2 !important;
    border-color: #46afd2 !important;
    color: #fff !important;
  }

  .bt-channel-money .bt-all-games nav button:hover,
  .bt-channel-money .bt-all-games nav button.active,
  .bt-channel-item .bt-all-games nav button:hover,
  .bt-channel-item .bt-all-games nav button.active,
  .bt-channel-etc .bt-all-games nav button:hover,
  .bt-channel-etc .bt-all-games nav button.active {
    background: #f18194 !important;
    border-color: #f18194 !important;
  }

  .bt-channel-gift .bt-all-games nav button:hover,
  .bt-channel-gift .bt-all-games nav button.active,
  .bt-channel-giftshop .bt-all-games nav button:hover,
  .bt-channel-giftshop .bt-all-games nav button.active {
    background: #5cb575 !important;
    border-color: #5cb575 !important;
  }

  .bt-channel-search .bt-game-grid {
    display: grid !important;
    grid-template-columns: repeat(6, 140px) !important;
    gap: 30px 60px !important;
    justify-content: center !important;
    margin-top: 0 !important;
  }

  .bt-channel-search .bt-game-grid a {
    width: 140px !important;
    min-height: 0 !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #111 !important;
    text-align: center !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .bt-channel-search .bt-game-grid a:hover {
    color: #111 !important;
    border-color: transparent !important;
    box-shadow: none !important;
  }

  .bt-channel-search .game-badge {
    width: 130px !important;
    height: 130px !important;
    flex: 0 0 130px !important;
    margin-bottom: 10px !important;
    border-radius: 10px !important;
    object-fit: cover !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .bt-channel-search .bt-game-grid strong {
    display: block !important;
    width: 160px !important;
    color: #111 !important;
    text-align: center !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 700 !important;
  }
}

@media (max-width: 1180px) {
  .bt-channel-search {
    width: 100% !important;
  }

  .bt-channel-search .bt-trade-guide {
    min-height: 168px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 140px !important;
    align-items: center !important;
    padding: 22px 16px !important;
    border-radius: 12px !important;
    background: #f18194 !important;
    color: #fff !important;
  }

  .bt-channel-gift .bt-trade-guide,
  .bt-channel-giftshop .bt-trade-guide {
    background: #5cb575 !important;
  }

  .bt-channel-search .bt-trade-guide-card {
    width: 140px !important;
    min-height: 70px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 12px !important;
  }

  .bt-channel-search .bt-trade-guide-card img {
    width: 34px !important;
    height: 34px !important;
  }

  .bt-channel-search .bt-game-rank-art {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 600 / 310 !important;
    object-fit: cover !important;
    border-radius: 12px !important;
  }

  .bt-channel-search .game-badge {
    object-fit: cover !important;
  }
}

@media (max-width: 1180px) {
  .bt-channel-search .bt-trade-guide {
    min-height: 150px;
    display: grid;
    gap: 16px;
    border-radius: 8px;
    background: #ed728a;
  }

  .bt-channel-search .bt-trade-guide em {
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #fff;
    color: #111;
  }
}

[data-theme="dark"] {
  --bg: #11171c;
  --surface: #172027;
  --surface-2: #202b33;
  --line: #2d3b45;
  --text: #edf4f7;
  --muted: #9aa8b1;
  --shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

* {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0;
}

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

.ui-icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

button,
.link-button {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  border-radius: 8px;
  min-height: 40px;
  padding: 0 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

button:hover,
.link-button:hover {
  border-color: var(--brand);
}

button,
.link-button,
a {
  transition: color 0.16s ease, border-color 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

button:active,
.link-button:active,
.menu-shell a:active,
.product-card:active {
  transform: translateY(1px);
}

.primary {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
  font-weight: 700;
}

.secondary {
  border: 1px solid var(--line);
  background: var(--surface-2);
  min-height: 42px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
  box-shadow: 0 6px 18px rgba(23, 39, 64, 0.06);
}

[data-theme="dark"] .site-header {
  background: rgba(23, 32, 39, 0.94);
}

.top-shell,
.nav-shell,
.site-footer {
  width: min(1200px, calc(100vw - 64px));
  margin: 0 auto;
}

.page-shell {
  width: min(1200px, calc(100vw - 64px));
  margin: 0 auto;
}

.top-shell {
  min-height: 72px;
  display: grid;
  grid-template-columns: 220px 600px minmax(0, 1fr);
  gap: 80px;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark {
  width: 27px;
  height: 27px;
  border-radius: 999px;
  background: linear-gradient(135deg, #5cc0df, var(--brand));
  display: inline-block;
  position: relative;
}

.brand-mark::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #fff;
  position: absolute;
  left: 8px;
  top: 8px;
}

.search-bar {
  min-height: 54px;
  border: 3px solid var(--brand);
  border-radius: 32px;
  display: grid;
  grid-template-columns: 146px minmax(0, 1fr) 58px;
  align-items: center;
  overflow: visible;
  background: var(--surface);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 6px 18px rgba(35, 86, 164, 0.08);
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
  justify-self: center;
  width: 600px;
  max-width: 100%;
}

.search-bar:focus-within {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(35, 86, 164, 0.08), 0 10px 24px rgba(35, 86, 164, 0.14);
}

.search-bar input {
  height: 100%;
  border: 0;
  background: transparent;
  padding: 0 18px;
  outline: none;
  color: var(--text);
  min-width: 0;
}

.search-kind {
  position: relative;
  height: 100%;
}

.search-kind-toggle {
  width: 100%;
  height: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 28px 0 0 28px;
  background: transparent;
  color: var(--text);
  padding: 0 26px 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 900;
  cursor: pointer;
}

.search-kind-toggle i {
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.16s ease;
}

.search-kind.is-open .search-kind-toggle i {
  transform: rotate(225deg) translate(-2px, -1px);
}

.search-kind-menu {
  position: absolute;
  top: calc(100% - 3px);
  left: -3px;
  width: calc(100% + 6px);
  z-index: 45;
  border: 3px solid var(--brand);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: var(--surface);
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(23, 39, 64, 0.14);
}

.search-kind-menu button {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 0;
  background: var(--surface);
  color: var(--text);
  justify-content: flex-start;
  padding: 0 32px;
  font-weight: 900;
}

.search-kind-menu button:hover,
.search-kind-menu button[aria-selected="true"] {
  color: var(--brand);
  background: rgba(35, 86, 164, 0.06);
}

.search-bar input::placeholder {
  color: #8a97a1;
}

.search-submit {
  height: 100%;
  border: 0;
  border-radius: 0 28px 28px 0;
  background: transparent;
  color: #42add1;
  font-weight: 900;
  gap: 7px;
  min-width: 0;
  position: relative;
  overflow: hidden;
}

.search-submit:hover {
  background: rgba(66, 173, 209, 0.08);
  color: var(--brand);
}

.account-mini {
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 13px;
  color: #111820;
  font-size: 14px;
  font-weight: 900;
}

.account-mini a {
  position: relative;
  color: #111820;
}

.account-mini a::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  width: 1px;
  height: 12px;
  background: #c8d0d8;
  transform: translateY(-50%);
}

.account-mini a:hover {
  color: var(--brand);
}

.member-badge {
  width: 20px;
  height: 20px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #f9ddb5, #d99c53);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

[data-theme="dark"] .account-mini,
[data-theme="dark"] .account-mini a {
  color: var(--text);
}

.search-submit::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}

.search-submit:active::after,
.search-bar.is-submitting .search-submit::after {
  animation: search-pulse 0.42s ease-out;
}

.search-bar.is-submitting .search-submit .ui-icon {
  animation: icon-pop 0.42s ease;
}

@keyframes search-pulse {
  0% { transform: translate(-50%, -50%) scale(0); opacity: 0.9; }
  100% { transform: translate(-50%, -50%) scale(16); opacity: 0; }
}

@keyframes icon-pop {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.18); }
}

.nav-shell,
.menu-shell,
.quick-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.nav-shell {
  min-height: 60px;
  justify-content: space-between;
}

.quick-nav {
  gap: 22px;
  justify-content: flex-end;
}

.quick-icon,
.hamburger-button {
  width: 28px;
  height: 44px;
  min-height: 44px;
  border: 0;
  background: transparent;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  box-shadow: none;
  padding: 0;
}

.quick-icon {
  position: relative;
}

.quick-icon .ui-icon,
.hamburger-button .ui-icon {
  width: 24px;
  height: 24px;
  stroke-width: 2.3;
}

.quick-icon em {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  padding: 0 5px;
  background: var(--danger);
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
}

.hamburger-button {
  flex: 0 0 28px;
}

.quick-icon:hover,
.hamburger-button:hover {
  color: var(--brand);
  border-color: transparent;
  box-shadow: none;
}

.menu-shell {
  min-height: 60px;
  gap: 26px;
  font-size: 16px;
  font-weight: 800;
  overflow-x: auto;
  scrollbar-width: none;
}

.menu-shell::-webkit-scrollbar {
  display: none;
}

.menu-shell a {
  position: relative;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 1px;
}

.menu-shell a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: currentColor;
  border-radius: 3px 3px 0 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.16s ease;
}

.menu-shell a:hover {
  color: var(--brand);
}

.menu-shell a:hover::after {
  transform: scaleX(1);
}

.menu-action {
  color: var(--brand);
  padding-right: 4px !important;
}

.menu-action.buy {
  color: var(--ok);
}

.menu-icon {
  width: 34px;
  height: 34px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: drop-shadow(0 4px 6px rgba(16, 35, 64, 0.18));
  transition: transform 0.16s ease;
}

.menu-action:hover .menu-icon {
  transform: rotate(-7deg) scale(1.08);
}

.menu-icon-sell {
  background-image: url("/silla_app/assets/icon-sell.png");
}

.menu-icon-buy {
  background-image: url("/silla_app/assets/icon-buy.png");
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(10, 16, 22, 0.42);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
  z-index: 31;
}

.drawer-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: min(360px, calc(100vw - 36px));
  height: 100vh;
  background: var(--surface);
  border-left: 1px solid var(--line);
  box-shadow: -24px 0 40px rgba(14, 24, 36, 0.18);
  transform: none;
  z-index: 32;
  padding: 20px;
  display: grid;
  align-content: start;
  gap: 10px;
}

.drawer-menu[hidden] {
  display: none;
}

.drawer-head {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.drawer-head strong {
  font-size: 21px;
}

.drawer-head button {
  width: 44px;
  padding: 0;
}

.drawer-menu a {
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 14px;
  font-weight: 900;
  background: var(--surface-2);
}

.drawer-menu a:hover {
  color: var(--brand);
  border-color: var(--brand);
}

body.menu-open {
  overflow: hidden;
}

body.menu-open .drawer-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.page-shell {
  padding: 34px 0 62px;
}

.home-hero-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 1200 / 520;
  overflow: hidden;
  border-radius: 8px;
  background: var(--surface);
  touch-action: pan-y;
}

.home-hero-track {
  height: 100%;
  display: flex;
  transform: translateX(0);
  transition: transform 0.34s ease;
  will-change: transform;
}

.home-hero-slide {
  flex: 0 0 100%;
  min-width: 0;
  height: 100%;
  display: block;
}

.home-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(236, 241, 245, 0.86);
  color: #252b31;
  box-shadow: 0 8px 18px rgba(12, 20, 28, 0.16);
  transform: translateY(-50%);
}

.home-hero-arrow:hover {
  background: #fff;
  color: var(--brand);
  border-color: transparent;
}

.home-hero-arrow .ui-icon {
  width: 24px;
  height: 24px;
  stroke-width: 2.4;
}

.home-hero-prev {
  left: 10px;
}

.home-hero-next {
  right: 10px;
}

.home-hero-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}

.home-hero-dots button {
  width: 8px;
  height: 8px;
  min-height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: none;
  pointer-events: auto;
}

.home-hero-dots button.is-active {
  width: 16px;
  background: #42add1;
}

.market-board {
  display: grid;
  grid-template-columns: 410px 1fr;
  gap: 22px;
  align-items: stretch;
}

.board-panel,
.toolbar-card,
.form-card,
.info-section,
.deal-panel,
.admin-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.board-panel {
  padding: 24px;
}

.board-panel h1,
.detail-title h1,
.form-card h1,
.admin-head h1 {
  margin: 0;
  font-size: 30px;
  line-height: 1.25;
}

.stat-grid,
.admin-stat-grid,
.info-grid,
.verify-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.stat-grid div,
.admin-stat-grid div,
.info-grid div,
.verify-grid div {
  min-height: 82px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: var(--surface-2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.stat-grid span,
.info-grid span,
.verify-grid span,
.order-summary span {
  color: var(--muted);
  font-size: 13px;
}

.stat-grid strong,
.info-grid strong,
.verify-grid strong {
  font-size: 21px;
}

.compact-filter,
.filter-row,
.stack-form,
.inline-form,
.message-form,
.banner-edit {
  display: grid;
  gap: 12px;
}

.compact-filter {
  margin-top: 22px;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  border-radius: 8px;
  min-height: 42px;
  padding: 0 12px;
  outline: none;
}

select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%23151b20' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 46px;
}

[data-theme="dark"] select {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%23edf4f7' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(35, 86, 164, 0.1);
}

textarea {
  padding: 12px;
  resize: vertical;
}

.featured-banner {
  min-height: 310px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.featured-banner img,
.wide-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-head,
.admin-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 36px 0 16px;
}

.section-head h1,
.section-head h2 {
  margin: 0;
}

.product-grid,
.product-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.product-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  min-width: 0;
  box-shadow: var(--shadow);
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(35, 86, 164, 0.34);
  box-shadow: 0 16px 34px rgba(24, 35, 48, 0.14);
}

.product-card:hover .product-title {
  color: var(--brand);
}

.product-visual {
  height: 150px;
  display: flex;
  align-items: flex-end;
  padding: 14px;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, #284c6c, #0f9f8f);
  overflow: hidden;
  position: relative;
}

.product-visual.has-image {
  padding: 0;
}

.product-visual.has-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-visual.has-image span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  padding: 5px 9px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.58);
}

.visual-account { background: linear-gradient(135deg, #34415a, #a8753d); }
.visual-money { background: linear-gradient(135deg, #0e7b76, #d8a72f); }
.visual-item,
.visual-belt,
.visual-gear { background: linear-gradient(135deg, #285891, #0f9f8f); }
.visual-gift,
.visual-box { background: linear-gradient(135deg, #8d3750, #d8a72f); }

.product-copy {
  padding: 14px;
  display: grid;
  gap: 8px;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.chip {
  min-height: 28px;
  padding: 5px 9px;
  border-radius: 8px;
  background: var(--surface-2);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.chip-sell { color: var(--brand); }
.chip-buy { color: var(--ok); }
.chip-premium {
  color: #805d00;
  background: #fff3c4;
}

.product-title {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}

.product-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.product-copy strong {
  font-size: 20px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.benefit-card {
  min-height: 150px;
  border-radius: 8px;
  padding: 22px;
  background: var(--card-color, var(--brand));
  color: #fff;
  display: grid;
  align-content: center;
  gap: 12px;
}

.benefit-card.dark {
  background: #202b33;
}

.benefit-card strong {
  font-size: 22px;
}

.home-benefits {
  width: min(1200px, 100%);
  margin: 78px 0 56px;
  text-align: center;
}

.home-benefit-kicker {
  margin: 0 0 10px;
  color: #6d737a;
  font-size: 15px;
  font-weight: 800;
}

.home-benefits h2 {
  margin: 0 0 30px;
  color: #090d12;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 900;
}

.home-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.home-benefit-card {
  min-height: 160px;
  border-radius: 8px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
  text-align: left;
  overflow: hidden;
}

.home-benefit-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(23, 39, 64, 0.14);
}

.home-benefit-copy {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.home-benefit-copy strong {
  font-size: 21px;
  line-height: 1.25;
  font-weight: 900;
}

.home-benefit-copy small {
  color: rgba(255, 255, 255, 0.94);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 800;
}

.benefit-free { background: #ff929b; }
.benefit-watch { background: #d4b653; }
.benefit-safe { background: #4daed0; }
.benefit-pass { background: #df5968; }

.benefit-visual {
  position: relative;
  flex: 0 0 118px;
  width: 118px;
  height: 104px;
  display: grid;
  place-items: center;
  color: #fff;
  filter: drop-shadow(0 12px 14px rgba(46, 50, 59, 0.22));
}

.benefit-visual .ui-icon {
  width: 64px;
  height: 64px;
  stroke-width: 2.1;
  position: relative;
  z-index: 2;
}

.benefit-visual::before,
.benefit-visual::after {
  content: "";
  position: absolute;
  z-index: 1;
}

.benefit-visual.piggy::before {
  width: 74px;
  height: 64px;
  border-radius: 44px 44px 36px 36px;
  background: #ffc4c6;
}

.benefit-visual.piggy::after {
  width: 20px;
  height: 20px;
  right: 18px;
  top: 16px;
  border-radius: 999px;
  background: #4168d4;
  box-shadow: -33px -4px 0 2px #ffd7b3;
}

.benefit-visual.camera::before {
  width: 76px;
  height: 48px;
  border-radius: 34px 34px 10px 10px;
  background: #2d3339;
  transform: rotate(-8deg);
}

.benefit-visual.camera::after {
  width: 72px;
  height: 16px;
  bottom: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
}

.benefit-visual.shield::before {
  width: 78px;
  height: 56px;
  border-radius: 34px;
  background: #ffd7bd;
  transform: rotate(12deg);
}

.benefit-visual.shield::after {
  width: 66px;
  height: 46px;
  right: 20px;
  bottom: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
}

.benefit-visual.pass::before {
  width: 58px;
  height: 76px;
  border-radius: 8px;
  background: #f7ddb3;
  transform: rotate(4deg);
}

.benefit-visual.pass::after {
  width: 46px;
  height: 22px;
  border-radius: 4px;
  background: rgba(80, 58, 39, 0.16);
}

.home-help {
  width: min(1200px, 100%);
  margin: 76px 0 66px;
  text-align: center;
}

.home-help-kicker {
  margin: 0 0 10px;
  color: #777d83;
  font-size: 15px;
  font-weight: 800;
}

.home-help h2 {
  margin: 0 0 42px;
  color: #080c10;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 900;
}

.home-help-grid {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  row-gap: 72px;
  width: 100%;
}

.home-help-item {
  min-height: 112px;
  padding: 0 76px;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  text-align: left;
}

.home-help-item:hover .help-visual {
  transform: translateY(-3px) rotate(-4deg);
}

.home-help-copy {
  display: grid;
  gap: 18px;
}

.home-help-copy strong {
  color: #080c10;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 900;
}

.home-help-copy small {
  color: #646b72;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 800;
}

.help-visual {
  position: relative;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  color: #fff;
  filter: drop-shadow(0 12px 12px rgba(46, 50, 59, 0.16));
  transition: transform 0.16s ease;
}

.help-visual .ui-icon {
  position: relative;
  z-index: 2;
  width: 42px;
  height: 42px;
  stroke-width: 2.15;
}

.help-visual::before,
.help-visual::after {
  content: "";
  position: absolute;
}

.help-visual::before {
  z-index: 1;
  width: 58px;
  height: 58px;
  border-radius: 19px;
  transform: rotate(-10deg);
}

.help-visual.notice::before {
  background: linear-gradient(135deg, #b8f3de, #78cdbd);
  border-radius: 50% 46% 44% 48%;
}

.help-visual.inquiry::before {
  background: linear-gradient(135deg, #b894ee, #7955c6);
}

.help-visual.faq::before {
  background: linear-gradient(135deg, #91a8ff, #6177d8);
  border-radius: 28px 24px 28px 24px;
}

.help-visual.guide::before {
  background: linear-gradient(135deg, #ff9a92, #ed5c5d);
  border-radius: 999px 999px 999px 18px;
  transform: rotate(-18deg);
}

.help-visual.notice::after,
.help-visual.inquiry::after,
.help-visual.faq::after,
.help-visual.guide::after {
  z-index: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f2c463;
  right: 8px;
  top: 14px;
  box-shadow: -54px 36px 0 -2px #91e3d2, -10px 50px 0 -3px #7a93f2;
}

.breadcrumb {
  color: var(--muted);
  margin-bottom: 20px;
}

.notice {
  border: 1px solid #c6eadb;
  background: #e9f9f2;
  color: #0b7651;
  padding: 14px;
  border-radius: 8px;
  margin-bottom: 18px;
}

.notice.danger {
  border-color: #ffd0d7;
  background: #fff1f3;
  color: var(--danger);
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 22px;
  align-items: start;
}

.detail-main {
  display: grid;
  gap: 18px;
}

.detail-title {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  padding: 8px 0 24px;
}

.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: var(--muted);
  margin: 16px 0;
}

.info-section {
  padding: 24px;
}

.info-section h2 {
  margin: 0 0 18px;
  font-size: 22px;
}

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

.verify-grid.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ok { color: var(--ok); }
.muted { color: var(--muted); }

.wide-banner {
  min-height: 160px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--line);
  background: #111;
}

.wide-banner div {
  position: absolute;
  inset: auto 24px 24px 24px;
  color: #fff;
  display: grid;
  gap: 8px;
}

.wide-banner strong {
  font-size: 28px;
}

.guide-icons {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.guide-icons a {
  min-height: 84px;
  border-radius: 8px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  display: grid;
  grid-template-rows: auto auto;
  gap: 6px;
  align-items: center;
  justify-content: center;
  justify-items: center;
  font-weight: 800;
}

.guide-icons a:hover {
  color: var(--brand);
  border-color: var(--brand);
}

.seller-body p {
  min-height: 140px;
  margin: 0;
  line-height: 1.8;
}

.deal-panel {
  position: sticky;
  top: 156px;
  padding: 18px;
  display: grid;
  gap: 16px;
}

.panel-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.panel-action-form {
  margin: 0;
}

.panel-action {
  width: 100%;
  min-height: 58px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--surface-2);
  display: grid;
  grid-template-rows: auto auto;
  align-items: center;
  justify-content: center;
  justify-items: center;
  gap: 5px;
  font-weight: 800;
  padding: 8px 6px;
  font-size: 12px;
}

.panel-action:hover,
.panel-action.active {
  color: var(--brand);
  border-color: var(--brand);
  background: rgba(35, 86, 164, 0.08);
}

.panel-action.active .ui-icon {
  fill: currentColor;
}

.checkout-box {
  display: grid;
  gap: 12px;
}

.warranty-option {
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 54px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.warranty-option input,
.check-row input {
  width: auto;
  min-height: auto;
}

.price-line {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.report-box summary {
  cursor: pointer;
  color: var(--danger);
  font-weight: 800;
}

.report-box form {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.form-card {
  padding: 26px;
}

.create-hero {
  min-height: 132px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.create-hero h1 {
  margin: 0 0 8px;
  font-size: 30px;
}

.create-hero p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.listing-tabs {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  min-width: 260px;
}

.listing-tabs a {
  min-height: 54px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--surface-2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 900;
}

.listing-tabs a.active {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.create-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 18px;
  align-items: start;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 0;
  margin: 0 0 22px;
  list-style: none;
}

.process-steps li {
  min-height: 58px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 900;
  color: var(--muted);
}

.process-steps strong {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--surface);
  color: var(--brand);
  font-size: 13px;
}

.process-steps li.active {
  border-color: rgba(35, 86, 164, 0.34);
  color: var(--brand);
}

.form-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.check-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.listing-form .large-submit {
  min-height: 52px;
  font-size: 17px;
}

.process-panel {
  position: sticky;
  top: 156px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 20px;
  display: grid;
  gap: 12px;
}

.process-panel h2 {
  margin: 0 0 4px;
  font-size: 22px;
}

.process-panel div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  display: grid;
  gap: 8px;
  background: var(--surface-2);
}

.process-panel strong {
  display: flex;
  align-items: center;
  gap: 8px;
}

.process-panel span {
  color: var(--muted);
  line-height: 1.5;
}

.creation-page {
  width: min(708px, calc(100vw - 40px));
  margin: 0 auto;
  background: transparent;
  padding: 44px 0 34px;
}

.creation-title {
  margin: 0 0 82px;
  text-align: center;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 900;
}

.creation-progress {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  margin: 0 0 48px;
  padding: 0 0 24px;
  overflow-x: auto;
  border-bottom: 0;
  scrollbar-width: none;
}

.creation-progress::-webkit-scrollbar {
  display: none;
}

.progress-track {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #edf1f5;
  border-radius: 999px;
}

.progress-track span {
  display: block;
  width: 33.333%;
  height: 100%;
  border-radius: 999px;
  background: var(--brand);
}

.progress-step {
  position: relative;
  z-index: 1;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #8a95a1;
  font-size: 17px;
  font-weight: 900;
}

.progress-step:not(:last-child)::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #b6c0ca;
  border-right: 2px solid #b6c0ca;
  transform: rotate(45deg);
  position: absolute;
  right: -7px;
}

.progress-step em {
  width: 60px;
  height: 60px;
  border-radius: 999px;
  border: 2px solid #cfd7df;
  display: grid;
  place-items: center;
  color: #9ca7b1;
  font-size: 22px;
  font-style: normal;
  background: var(--surface);
}

.progress-step em .ui-icon {
  width: 30px;
  height: 30px;
}

.progress-step.active {
  color: var(--brand);
}

.progress-step.active em {
  color: #42add1;
  background: #fff;
  border-color: #42add1;
}

.progress-step.current {
  color: #080c10;
}

.progress-step.current em {
  color: #42add1;
  border-color: #e7ecef;
  background: #f7fbfd;
}

.progress-step.disabled {
  color: #b6b6b6;
}

.progress-step > span {
  display: grid;
  gap: 5px;
  line-height: 1.05;
}

.progress-step > span b,
.progress-step > span strong {
  display: block;
  font-size: 21px;
}

.creation-form {
  display: grid;
  gap: 0;
}

.creation-section {
  padding: 0 0 36px;
  border-bottom: 0;
  display: grid;
  gap: 34px;
}

.creation-section:last-child {
  border-bottom: 0;
}

.creation-section h2 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}

.creation-section h2 span {
  min-width: 24px;
  color: #05090d;
  font-size: 38px;
  line-height: 1;
  text-align: center;
}

[data-theme="dark"] .creation-section h2 span {
  color: var(--text);
}

.type-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.type-card {
  min-height: 72px;
  border-radius: 9px;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--text);
  font-size: 16px;
  font-weight: 900;
}

.type-card.active.sell {
  background: #57a7cf;
  border-color: #57a7cf;
  color: #fff;
}

.type-card.active.buy {
  background: #30aa54;
  border-color: #30aa54;
  color: #fff;
}

.type-card:hover {
  box-shadow: none;
}

.type-art {
  width: 40px;
  height: 40px;
  border-radius: 0;
  display: grid;
  place-items: center;
  background: transparent;
  transform: rotate(-15deg);
}

.type-art img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.category-choice-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(96px, 1fr));
  gap: 18px;
  align-items: start;
}

.category-card {
  position: relative;
  min-height: 150px;
  border: 1px solid transparent;
  border-radius: 8px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
  cursor: pointer;
  font-weight: 900;
  font-size: 16px;
  text-align: center;
  color: #05090d;
}

[data-theme="dark"] .category-card {
  color: var(--text);
}

.category-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.category-card:hover,
.category-card.active,
.category-card:has(input:checked) {
  border-color: transparent;
  background: transparent;
  transform: translateY(-2px);
}

.category-art {
  width: 88px;
  height: 78px;
  border-radius: 0;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: none;
  transform: none;
}

.category-art img {
  width: 86px;
  height: 76px;
  object-fit: contain;
}

.cat-account,
.cat-money,
.cat-item,
.cat-etc,
.cat-gift {
  background: transparent;
}

.creation-page.next .creation-title,
.creation-page.next .creation-progress {
  display: none;
}

.creation-page.next {
  width: min(1200px, calc(100vw - 80px));
  max-width: none;
  padding-top: 18px;
}

.creation-page.next #creation-category,
.creation-page.next .game-search-section {
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.creation-page.next .creation-section {
  padding-bottom: 40px;
}

.creation-page.next .creation-section h2 {
  margin-bottom: 4px;
}

.creation-page.next .category-choice-grid {
  grid-template-columns: repeat(5, minmax(96px, 1fr));
  gap: 20px;
}

.creation-page.next .category-card {
  min-height: 158px;
  color: #8f8f8f;
}

.creation-page.next .category-card .category-art {
  width: 104px;
  height: 104px;
  border-radius: 22px;
  opacity: 0.48;
}

.creation-page.next .category-card .category-art img {
  width: 78px;
  height: 70px;
}

.creation-page.next .category-card.active {
  color: #05090d;
}

.creation-page.next .category-card.active .category-art {
  background: #4caed0;
  opacity: 1;
}

.creation-page.next .category-card.active .category-art img {
  width: 76px;
  height: 68px;
}

.game-search-section {
  margin-top: -10px;
}

.game-search-panel {
  border: 1px solid #dedede;
  border-radius: 5px;
  background: #fff;
  padding: 14px 15px 16px;
}

.game-search-form {
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 12px;
}

.game-search-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  align-items: center;
  min-height: 48px;
  border: 1px solid #d9e0e6;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}

.game-search-form input {
  min-height: 48px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0 0 0 18px;
  color: #222;
  font-size: 16px;
  font-weight: 800;
}

.game-search-form input:focus {
  box-shadow: none;
}

.game-search-form button {
  width: 48px;
  min-height: 48px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #42add1;
}

.game-search-form button:hover {
  background: #f5fbfd;
  color: #305fb8;
  box-shadow: none;
}

.game-search-form button .ui-icon {
  width: 25px;
  height: 25px;
  stroke-width: 2.5;
}

.game-search-empty {
  height: 266px;
  margin: 0;
  display: grid;
  place-items: center;
  color: #8b939b;
  font-size: 16px;
  font-weight: 800;
}

.game-search-empty[hidden] {
  display: none;
}

.game-result-list {
  height: 266px;
  overflow-y: auto;
  padding: 10px 1px 0;
  display: grid;
  align-content: start;
}

.game-result-list[hidden] {
  display: none;
}

.game-result-list a {
  min-height: 35px;
  display: flex;
  align-items: center;
  padding: 0 6px;
  color: #1682e8;
  font-size: 16px;
  font-weight: 900;
}

.game-result-list a.featured,
.game-result-list a:hover,
.game-result-list a.is-keyboard-active,
.game-result-list a.is-selected {
  background: #49afd0;
  color: #fff;
}

.game-search-body {
  height: 266px;
  display: flex;
  align-items: stretch;
  padding-top: 10px;
}

.game-search-body .game-result-list {
  height: 100%;
  flex: 1 1 0;
  min-width: 0;
  padding-top: 0;
}

.game-subcategory-panel {
  height: 100%;
  min-width: min(430px, 62%);
  margin-left: 22px;
  border-left: 1px solid #e1e1e1;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(170px, 1fr);
}

.game-subcategory-panel[hidden] {
  display: none;
}

.game-subcategory-column {
  min-width: 0;
  height: 100%;
  overflow-y: auto;
  padding: 0 14px;
  border-right: 1px solid #e1e1e1;
  display: grid;
  align-content: start;
  gap: 0;
  scrollbar-color: #49afd0 transparent;
  scrollbar-width: auto;
}

.game-subcategory-column:last-child {
  border-right: 0;
}

.game-subcategory-column.disabled {
  opacity: 0.55;
}

.game-subcategory-column button {
  min-height: 35px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111;
  text-align: left;
  padding: 0 8px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}

.game-subcategory-column button:hover,
.game-subcategory-column button:focus,
.game-subcategory-column button.active {
  background: #49afd0;
  color: #fff;
  outline: 0;
}

.game-subcategory-column button:disabled {
  cursor: default;
}

.game-subcategory-loading {
  padding: 12px;
  color: #8b939b;
  font-size: 14px;
  font-weight: 800;
}

.creation-ajax-detail {
  margin-top: 42px;
}

.creation-ajax-form {
  width: 100%;
  gap: 0;
}

.creation-loading {
  min-height: 120px;
  border: 1px solid #d9e0e6;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #fff;
  color: #59636e;
  font-size: 16px;
  font-weight: 900;
}

.creation-loading.error {
  color: #e7586f;
}

.create-extra-filter-grid {
  margin-top: -10px;
}

.create-safe-banner {
  min-height: 132px;
  border-radius: 8px;
  background: linear-gradient(90deg, #43acd0 0%, #2d8cc8 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 34px;
  color: #fff;
  overflow: hidden;
}

.create-safe-banner strong {
  display: block;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 900;
}

.create-safe-banner span {
  display: block;
  font-size: 17px;
  font-weight: 800;
}

.create-safe-banner img {
  width: 176px;
  max-height: 96px;
  object-fit: contain;
}

.create-notice-section,
.create-method-section {
  padding-top: 34px;
}

.create-notice-box {
  border: 1px solid #d8e6ee;
  border-radius: 10px;
  background: #f5fbfd;
  padding: 24px 28px;
  color: #1b2832;
}

.create-notice-box strong {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 900;
}

.create-notice-box ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.create-notice-box li {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 800;
}

.create-required-check {
  min-height: 52px;
  border: 1px solid #d7e0e8;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
  padding: 0 18px;
  background: #fff;
  font-size: 15px;
  font-weight: 900;
}

.create-required-check input {
  width: 18px;
  height: 18px;
}

.create-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.create-method-card {
  min-height: 126px;
  border: 2px solid #e2e8ee;
  border-radius: 10px;
  background: #fff;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 20px 22px;
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.create-method-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.create-method-card strong {
  color: #111;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.create-method-card span {
  color: #59636e;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 800;
}

.create-method-card:hover,
.create-method-card:has(input:checked),
.create-method-card.active {
  border-color: #43acd0;
  background: #eef9fc;
  box-shadow: 0 10px 24px rgba(67, 172, 208, 0.14);
}

.create-selected-section {
  width: 100%;
  gap: 26px;
}

.creation-page.next .create-selected-section > h2 {
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.create-selected-path {
  width: 700px;
  max-width: 100%;
  min-height: 50px;
  margin: 0 auto;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  background: #fff;
}

.create-selected-path span {
  color: #6e7378;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  transform: rotate(-15deg);
}

.create-selected-path input {
  width: 100%;
  min-height: 48px;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 16px;
  font-weight: 900;
}

.create-game-hero {
  width: 100%;
  height: 200px;
  margin: 4px auto 0;
  overflow: hidden;
  background: #0d1117;
}

.create-game-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.create-hidden-filters {
  display: none;
}

.create-baro-form {
  width: 100%;
  gap: 24px;
  padding-top: 10px;
}

.create-form-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
}

.create-form-row > strong {
  color: #111;
  font-size: 16px;
  font-weight: 900;
}

.create-form-row p {
  margin: 6px 0 0;
  color: #7f858b;
  font-size: 14px;
  font-weight: 800;
}

.create-form-row b {
  font-size: 16px;
  font-weight: 900;
}

.create-sale-buttons {
  display: flex;
  gap: 20px;
}

.create-sale-buttons label {
  width: 140px;
  min-height: 50px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #111;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}

.create-sale-buttons label.active,
.create-sale-buttons label:has(input:checked) {
  border-color: #43acd0;
  background: #43acd0;
  color: #fff;
}

.create-sale-buttons input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.create-inline-fields {
  display: flex;
  align-items: center;
  gap: 10px;
}

.create-inline-fields input,
.create-inline-fields select,
.create-title-input,
.create-captcha-box input {
  height: 50px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  background: #fff;
  color: #111;
  font-size: 15px;
  font-weight: 800;
  padding: 0 22px;
}

.create-inline-fields input {
  width: 200px;
}

.create-inline-fields select {
  width: 94px;
  padding: 0 18px;
}

.create-price-field span {
  color: #111;
  font-size: 15px;
  font-weight: 900;
}

.create-inline-fields button {
  width: 74px;
  height: 56px;
  border: 1px solid #43acd0;
  border-radius: 5px;
  background: #fff;
  color: #43acd0;
  font-size: 15px;
  font-weight: 900;
}

.create-title-input {
  width: 100%;
  margin-top: 0;
}

.create-editor {
  border: 1px solid #b7b7b7;
  background: #fff;
}

.create-editor-toolbar {
  min-height: 28px;
  border-bottom: 1px solid #b7b7b7;
  display: flex;
  align-items: center;
  gap: 1px;
  background: #f6f6f6;
}

.create-editor-toolbar select,
.create-editor-toolbar button,
.create-editor-image {
  height: 24px;
  border: 1px solid #c6c6c6;
  border-radius: 0;
  background: #fff;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  padding: 0 7px;
}

.create-editor-image {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.create-editor-image input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.create-editor textarea {
  width: 100%;
  min-height: 720px;
  border: 0;
  border-radius: 0;
  resize: vertical;
  padding: 18px;
  font-size: 15px;
  line-height: 1.6;
}

.create-final-row {
  border-top: 2px solid #28acd5;
  padding-top: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  align-items: stretch;
}

.create-total-card,
.create-security-card {
  min-height: 146px;
  border: 1px solid #dcecf3;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fcfe 100%);
  box-shadow: 0 10px 24px rgba(45, 172, 213, 0.08);
}

.create-total-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-content: center;
  gap: 10px 20px;
  padding: 28px 32px;
}

.create-total-card span {
  color: #111;
  font-size: 17px;
  font-weight: 900;
}

.create-total-card strong {
  grid-row: 1 / 3;
  grid-column: 2;
  align-self: center;
  color: #111;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.create-total-card p {
  margin: 0;
  color: #89939c;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 800;
}

.create-security-card {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.create-security-head {
  display: grid;
  gap: 6px;
}

.create-security-head strong {
  color: #111;
  font-size: 17px;
  line-height: 1;
  font-weight: 900;
}

.create-security-head span {
  color: #89939c;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 800;
}

.create-captcha-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 10px;
}

.create-captcha-field input {
  width: 100%;
  height: 54px;
  border: 1px solid #cfdde7;
  border-radius: 6px;
  background: #fff;
  color: #111;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 900;
}

.create-captcha-field b {
  height: 54px;
  border-radius: 6px;
  background: repeating-linear-gradient(135deg, #252b33 0 9px, #303741 9px 18px);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 8px;
  padding-left: 8px;
  user-select: none;
}

.create-final-row .creation-submit {
  grid-column: 2;
  width: 100%;
  min-height: 64px;
  border-radius: 8px;
  align-self: end;
  box-shadow: 0 14px 28px rgba(67, 172, 208, 0.22);
}

.select-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.bt-select,
.bt-field {
  display: grid;
  gap: 12px;
  font-weight: 900;
}

.bt-select > span,
.bt-field > span {
  color: #2b333b;
  font-size: 16px;
}

[data-theme="dark"] .bt-select > span,
[data-theme="dark"] .bt-field > span {
  color: var(--text);
}

.bt-select select,
.bt-field input,
.bt-field textarea {
  min-height: 68px;
  border-radius: 12px;
  border-color: #d7e0e8;
  background-color: var(--surface);
  font-weight: 800;
  font-size: 17px;
  padding-left: 18px;
}

.bt-select select {
  cursor: pointer;
}

.bt-field textarea {
  min-height: 210px;
  line-height: 1.65;
}

.bt-upload-field {
  display: grid;
  gap: 10px;
  font-weight: 900;
}

.bt-upload-field > span {
  color: #2b333b;
  font-size: 16px;
}

.bt-upload-field input {
  min-height: 58px;
  border: 1px solid #d7e0e8;
  border-radius: 12px;
  background: #fff;
  padding: 15px 18px;
  font-size: 15px;
  font-weight: 800;
}

.bt-upload-field em {
  color: #8b98a6;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.option-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.option-row label {
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
  background: var(--surface-2);
}

.option-row input {
  width: auto;
  min-height: auto;
}

.creation-submit {
  min-height: 76px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.creation-submit.sell {
  background: #57a7cf;
}

.creation-submit.buy {
  background: #30aa54;
}

.creation-submit:hover {
  box-shadow: 0 12px 24px rgba(35, 86, 164, 0.18);
}

.stack-form label,
.login-card label,
.banner-edit label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.stack-form.narrow {
  max-width: 520px;
}

.check-row {
  display: flex !important;
  align-items: center;
  gap: 8px !important;
}

.toolbar-card {
  padding: 16px;
}

.filter-row {
  grid-template-columns: minmax(180px, 1fr) 140px 160px 180px 150px 90px;
}

.chat-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 18px;
}

.chat-list,
.chat-room {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.chat-list {
  padding: 16px;
}

.chat-list h2,
.chat-room h1 {
  margin: 0 0 14px;
}

.chat-list a {
  display: grid;
  gap: 6px;
  padding: 12px;
  border-radius: 8px;
}

.chat-list a.active {
  background: var(--surface-2);
}

.chat-list span {
  color: var(--muted);
  font-size: 13px;
}

.chat-room {
  padding: 18px;
}

.message-stack {
  min-height: 420px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 16px;
  background: var(--surface-2);
  border-radius: 8px;
}

.message {
  max-width: 76%;
  justify-self: start;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
}

.message.mine {
  justify-self: end;
  background: #e8f4ff;
}

[data-theme="dark"] .message.mine {
  background: #1e3a4c;
}

.message.system {
  justify-self: center;
  max-width: 90%;
  background: #fff6d8;
  color: #6f5300;
}

.message span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.message p {
  margin: 5px 0 0;
}

.message-form {
  margin-top: 12px;
  grid-template-columns: 1fr 88px;
}

.empty-state {
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
}

.my-grid {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.my-grid .form-card:last-child {
  grid-column: 2;
}

.wallet-balance {
  font-size: 34px;
  font-weight: 800;
  margin: 20px 0;
}

.my-shortcuts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 18px;
}

.my-shortcuts a {
  min-height: 58px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 900;
}

.my-shortcuts a:hover {
  color: var(--brand);
  border-color: var(--brand);
}

.inline-form {
  grid-template-columns: 1fr 96px;
  margin-top: 10px;
}

.table-lite {
  display: grid;
  gap: 8px;
}

.table-lite a,
.table-lite div {
  min-height: 48px;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.favorite-list span {
  display: grid;
  gap: 4px;
}

.favorite-list a > span {
  grid-template-columns: auto 1fr;
  align-items: center;
}

.favorite-list small {
  grid-column: 2;
  color: var(--muted);
  font-size: 12px;
}

.order-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0;
}

.order-summary div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  display: grid;
  gap: 8px;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  list-style: none;
  margin: 20px 0;
}

.timeline li {
  min-height: 52px;
  border-radius: 8px;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
}

.timeline li.done {
  background: #e9f9f2;
  color: var(--ok);
  border-color: #b9e8d5;
  font-weight: 800;
}

.guide-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.guide-columns div {
  border: 1px solid var(--line);
  background: var(--surface-2);
  border-radius: 8px;
  padding: 18px;
}

.service-page {
  width: min(1180px, calc(100% - 48px));
  margin: 52px auto 82px;
}

.service-head {
  margin-bottom: 30px;
  text-align: center;
}

.service-head h1 {
  margin: 0 0 10px;
  color: #000;
  font-family: "GongGothicBold", "Apple SD Gothic Neo", sans-serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 300;
}

.service-head p {
  margin: 0;
  color: #777;
  font-size: 14px;
  font-weight: 800;
}

.service-board-tabs {
  min-height: 62px;
  border: 1px solid #e5e5e5;
  border-left: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 34px;
  background: #fff;
}

.service-board-tabs a {
  border-left: 1px solid #e5e5e5;
  display: grid;
  place-items: center;
  color: #111;
  font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
}

.service-board-tabs a.active,
.service-board-tabs a:hover {
  background: #46afd2;
  color: #fff;
}

.service-layout {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.service-side {
  border: 1px solid #dedede;
  border-radius: 5px;
  background: #fff;
  padding: 24px 20px;
  display: grid;
  gap: 13px;
  position: sticky;
  top: 120px;
}

.service-side strong {
  margin-bottom: 6px;
  color: #000;
  font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.service-side a {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
}

.service-side a.active,
.service-side a:hover {
  color: #46afd2;
}

.service-list-head {
  min-height: 42px;
  border-bottom: 2px solid #111;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.service-list-head h2 {
  margin: 0;
  color: #000;
  font-family: "GongGothicBold", "Apple SD Gothic Neo", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.service-list-head span {
  color: #777;
  font-size: 13px;
  font-weight: 800;
}

.service-article-list {
  display: grid;
}

.service-article-list a {
  min-height: 70px;
  border-bottom: 1px solid #e5e5e5;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) 110px;
  align-items: center;
  gap: 18px;
  color: #111;
}

.service-article-list em {
  color: #46afd2;
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
}

.service-article-list strong {
  min-width: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 900;
}

.service-article-list span {
  color: #999;
  text-align: right;
  font-size: 13px;
  font-weight: 800;
}

.service-empty {
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 42px 0;
  color: #777;
  text-align: center;
  font-weight: 800;
}

.service-detail {
  border-top: 2px solid #111;
  padding-top: 24px;
}

.service-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #999;
  font-size: 13px;
  font-weight: 800;
}

.service-breadcrumb a {
  color: #555;
}

.service-breadcrumb span::before {
  content: ">";
  margin-right: 8px;
  color: #bbb;
}

.service-detail h2 {
  margin: 0 0 28px;
  color: #000;
  font-family: "GongGothicBold", "Apple SD Gothic Neo", sans-serif;
  font-size: 28px;
  line-height: 1.35;
  font-weight: 300;
}

.service-content {
  border-top: 1px solid #e5e5e5;
  padding-top: 28px;
  color: #111;
  font-size: 15px;
  line-height: 1.85;
  font-weight: 800;
}

.guide-page {
  width: min(1180px, calc(100% - 48px));
  margin: 58px auto 78px;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.guide-sidebar {
  border: 1px solid #dedede;
  border-radius: 5px;
  background: #fff;
  padding: 26px 20px;
  position: sticky;
  top: 120px;
}

.guide-sidebar h2 {
  margin: 0 0 18px;
  color: #000;
  font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.guide-sidebar nav {
  display: grid;
  gap: 14px;
}

.guide-sidebar a {
  color: #111;
  font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.guide-sidebar a:hover {
  color: #46afd2;
}

.guide-sidebar p {
  margin: 0;
  color: #777;
  font-size: 13px;
  line-height: 20px;
}

.guide-main {
  min-width: 0;
}

.guide-hero {
  margin-bottom: 34px;
  text-align: center;
}

.guide-hero span {
  display: block;
  margin-bottom: 8px;
  color: #777;
  font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
  font-size: 15px;
}

.guide-hero h1 {
  display: inline-block;
  margin: 0;
  color: #000;
  font-family: "GongGothicBold", "Apple SD Gothic Neo", sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
  box-shadow: inset 0 -10px 0 #8fd2e5;
}

.guide-hero p {
  margin: 14px 0 0;
  color: #777;
  font-size: 14px;
}

.guide-section {
  margin-top: 34px;
}

.guide-section h2 {
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #111;
  color: #000;
  font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
  font-size: 21px;
  line-height: 26px;
  font-weight: 300;
}

.guide-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.guide-card {
  min-height: 126px;
  padding: 22px 24px;
  border: 1px solid #dedede;
  border-radius: 5px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  display: grid;
  align-content: start;
  gap: 10px;
}

.guide-card:hover {
  border-color: #46afd2;
  box-shadow: 0 10px 24px rgba(70, 175, 210, 0.12);
}

.guide-card strong {
  color: #000;
  font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
}

.guide-card p {
  margin: 0;
  color: #555;
  font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.guide-detail {
  border: 1px solid #dedede;
  border-radius: 5px;
  background: #fff;
  padding: 42px 48px 52px;
}

.guide-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: #999;
  font-size: 13px;
}

.guide-breadcrumb a {
  color: #777;
  text-decoration: none;
}

.guide-breadcrumb a:hover {
  color: #46afd2;
}

.guide-breadcrumb span::before {
  content: ">";
  margin-right: 9px;
  color: #bbb;
}

.guide-detail h1 {
  margin: 0 0 26px;
  color: #000;
  font-family: "GongGothicBold", "Apple SD Gothic Neo", sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
}

.guide-content {
  color: #111;
  font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.guide-rich {
  display: grid;
  gap: 20px;
}

.guide-rich-hero {
  width: 78px;
  height: 78px;
  border-radius: 18px;
  background: #f5f7f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.guide-rich-hero img,
.guide-platform-head img {
  max-width: 52px;
  max-height: 52px;
  object-fit: contain;
}

.guide-lead {
  margin: 0;
  color: #111;
  font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
  font-size: 18px;
  line-height: 29px;
  font-weight: 300;
}

.guide-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.guide-check-list li {
  position: relative;
  padding-left: 22px;
  color: #333;
  font-size: 15px;
  line-height: 24px;
}

.guide-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #46afd2;
}

.guide-platform-head {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 76px;
  padding: 14px 18px;
  border-radius: 5px;
  background: #f5f7f9;
}

.guide-platform-head strong {
  color: #000;
  font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.guide-original-images {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.guide-original-images img {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}

.notice-strip {
  width: 100%;
  border-top: 1px solid #e5e8ec;
  border-bottom: 1px solid #e5e8ec;
  background: #fff;
}

.notice-strip-inner {
  width: min(1200px, calc(100vw - 64px));
  min-height: 60px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr) 110px;
  align-items: center;
  gap: 6px;
}

.notice-strip strong {
  color: #080c10;
  font-size: 18px;
  font-weight: 900;
}

.notice-strip a {
  color: #111820;
  font-size: 14px;
  font-weight: 800;
}

.notice-more {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #4d535a !important;
  font-size: 16px !important;
}

.notice-more span {
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.site-footer {
  width: 100%;
  margin: 0;
  border-top: 0;
  background: #f4f4f5;
  color: #62676d;
}

.footer-inner {
  width: min(1200px, calc(100vw - 64px));
  margin: 0 auto;
  padding: 40px 0 28px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin-bottom: 44px;
}

.footer-links a {
  position: relative;
  color: #5e646a;
  font-size: 13px;
  font-weight: 800;
  padding-right: 18px;
  margin-right: 18px;
}

.footer-links a:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  background: #b9bdc2;
  transform: translateY(-50%);
}

.footer-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 58px;
  align-items: start;
}

.footer-company h2 {
  margin: 0 0 12px;
  color: #111820;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}

.footer-company p {
  margin: 0 0 7px;
  color: #676d73;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

.footer-company p span {
  margin-left: 20px;
}

.footer-company .copyright {
  margin-top: 20px;
  font-size: 13px;
}

.footer-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  text-align: center;
}

.footer-contact div {
  display: grid;
  gap: 12px;
}

.footer-contact span {
  color: #111820;
  font-size: 16px;
  font-weight: 900;
}

.footer-contact strong {
  color: #05080c;
  font-size: 31px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.footer-contact small {
  color: #777d83;
  font-size: 13px;
  font-weight: 800;
}

.footer-disclaimer {
  margin: 42px 0 0;
  color: #05080c;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
}

.admin-body {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
}

.admin-sidebar {
  background: #172027;
  color: #edf4f7;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 100vh;
  position: sticky;
  top: 0;
}

.admin-brand {
  font-size: 21px;
}

.admin-sidebar nav {
  display: grid;
  gap: 8px;
}

.admin-sidebar nav a,
.admin-sidebar button {
  min-height: 42px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  color: #edf4f7;
}

.admin-main {
  padding: 28px;
  min-width: 0;
}

.admin-head {
  margin-top: 0;
}

.admin-stat-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 0 20px;
}

.admin-card {
  padding: 18px;
  overflow-x: auto;
}

.admin-card h2 {
  margin: 0 0 16px;
}

.admin-table {
  min-width: 780px;
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.admin-table.wide {
  min-width: 1040px;
}

.tr {
  display: grid;
  grid-template-columns: 72px 1.5fr 1fr 130px;
  gap: 1px;
  background: var(--line);
}

.admin-table.wide .tr {
  grid-template-columns: 70px 130px minmax(220px, 1.5fr) 140px 120px 150px 80px;
}

.tr > span {
  background: var(--surface);
  min-height: 58px;
  padding: 10px;
  display: grid;
  align-content: center;
  gap: 4px;
  min-width: 0;
}

.tr.th > span {
  background: var(--surface-2);
  font-weight: 800;
}

.tr small {
  color: var(--muted);
}

.tr select {
  min-height: 36px;
}

.banner-admin {
  display: grid;
  gap: 14px;
}

.banner-edit {
  grid-template-columns: 120px 1fr 1.4fr 120px 1fr 100px 80px;
  align-items: end;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}

.login-body {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: var(--bg);
}

.login-card {
  width: min(420px, calc(100vw - 32px));
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 28px;
  display: grid;
  gap: 14px;
}

.login-card h1 {
  margin: 10px 0;
}

@media (max-width: 1180px) {
  .top-shell {
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 14px 0;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .account-mini {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .search-bar {
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: 128px minmax(0, 1fr) 58px;
  }

  .nav-shell {
    gap: 12px;
  }

  .quick-nav {
    flex: 0 0 auto;
    gap: 14px;
  }

  .menu-shell {
    flex: 1 1 auto;
    gap: 24px;
  }

  .market-board,
  .detail-layout,
  .chat-layout,
  .my-grid,
  .create-layout,
  .admin-body {
    grid-template-columns: 1fr;
  }

  .deal-panel,
  .process-panel {
    position: static;
  }

  .product-grid,
  .product-list,
  .benefit-grid,
  .home-benefit-grid,
  .guide-columns,
  .order-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filter-row {
    grid-template-columns: 1fr 1fr;
  }

  .admin-sidebar {
    min-height: auto;
    position: static;
  }

  .admin-sidebar nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .my-grid .form-card:last-child {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .top-shell,
  .nav-shell,
  .page-shell {
    width: min(100vw - 20px, 1180px);
  }

  .notice-strip-inner,
  .footer-inner {
    width: min(100vw - 20px, 1180px);
  }

  .brand {
    font-size: 27px;
  }

  .brand-mark {
    width: 24px;
    height: 24px;
  }

  .account-mini {
    gap: 10px;
    font-size: 13px;
  }

  .search-bar {
    grid-template-columns: 112px minmax(0, 1fr) 52px;
    border-radius: 28px;
    min-height: 50px;
  }

  .search-kind-toggle,
  .search-bar input,
  .search-bar button {
    min-height: 50px;
    padding: 0 10px;
  }

  .search-kind-toggle {
    padding-left: 18px;
    padding-right: 18px;
  }

  .search-submit span,
  .quick-wallet span {
    display: none;
  }

  .quick-wallet {
    flex: 0 0 48px;
    padding: 0;
  }

  .quick-icon span {
    font-size: 10px;
  }

  .nav-shell {
    min-height: 54px;
  }

  .menu-shell {
    gap: 20px;
    min-height: 54px;
  }

  .menu-shell a {
    min-height: 54px;
  }

  .menu-icon {
    width: 28px;
    height: 28px;
  }

  .create-hero {
    align-items: stretch;
    flex-direction: column;
  }

  .listing-tabs,
  .form-split {
    min-width: 0;
    grid-template-columns: 1fr;
  }

  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .creation-title {
    font-size: 24px;
  }

  .creation-progress {
    grid-template-columns: repeat(3, minmax(116px, 1fr));
    margin: 0 -10px 22px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 14px;
    padding-bottom: 18px;
  }

  .creation-section {
    padding: 20px 0 30px;
    gap: 22px;
  }

  .creation-section h2 {
    gap: 18px;
    font-size: 18px;
  }

  .creation-section h2 span {
    min-width: 24px;
    font-size: 36px;
  }

  .category-choice-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 118px;
    gap: 22px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .category-choice-grid::-webkit-scrollbar {
    display: none;
  }

  .category-card {
    min-height: 146px;
    font-size: 15px;
  }

  .category-art {
    width: 68px;
    height: 68px;
    border-radius: 20px;
  }

  .category-art img {
    width: 66px;
    height: 58px;
  }

  .select-field-grid {
    grid-template-columns: 1fr;
  }

  .bt-select select,
  .bt-field input,
  .bt-field textarea {
    min-height: 58px;
    font-size: 15px;
  }

  .bt-field textarea {
    min-height: 168px;
  }

  .creation-submit {
    min-height: 64px;
    font-size: 18px;
  }

  .product-grid,
  .product-list,
  .benefit-grid,
  .home-benefit-grid,
  .info-grid,
  .verify-grid,
  .guide-icons,
  .guide-columns,
  .order-summary,
  .timeline,
  .filter-row {
    grid-template-columns: 1fr;
  }

  .home-benefits {
    margin: 54px 0 38px;
  }

  .home-help {
    margin: 54px 0 42px;
  }

  .home-help h2 {
    margin-bottom: 28px;
    font-size: 22px;
  }

  .home-help-grid {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .home-help-item {
    min-height: 100px;
    padding: 0 18px;
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .home-help-copy {
    gap: 10px;
  }

  .home-help-copy strong {
    font-size: 18px;
  }

  .home-help-copy small {
    font-size: 14px;
  }

  .help-visual {
    width: 62px;
    height: 62px;
  }

  .help-visual::before {
    width: 48px;
    height: 48px;
  }

  .help-visual .ui-icon {
    width: 34px;
    height: 34px;
  }

  .notice-strip-inner {
    grid-template-columns: 88px minmax(0, 1fr) 72px;
    min-height: 56px;
  }

  .notice-strip strong {
    font-size: 16px;
  }

  .notice-strip a {
    font-size: 13px;
  }

  .notice-more {
    font-size: 13px !important;
  }

  .footer-inner {
    padding: 30px 0 24px;
  }

  .footer-links {
    gap: 10px 0;
    margin-bottom: 30px;
  }

  .footer-body {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-company p span {
    display: block;
    margin: 5px 0 0;
  }

  .footer-contact {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .footer-contact strong {
    font-size: 26px;
  }

  .footer-disclaimer {
    text-align: left;
    line-height: 1.6;
  }

  .home-benefit-card {
    min-height: 144px;
    padding: 0 24px;
  }

  .home-benefit-copy strong {
    font-size: 18px;
  }

  .home-benefit-copy small {
    font-size: 14px;
  }

  .benefit-visual {
    flex-basis: 84px;
    width: 84px;
    height: 86px;
  }

  .benefit-visual .ui-icon {
    width: 48px;
    height: 48px;
  }

  .panel-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .board-panel h1,
  .detail-title h1,
  .form-card h1,
  .admin-head h1 {
    font-size: 24px;
  }

  .admin-sidebar nav {
    grid-template-columns: 1fr 1fr;
  }

}

/* Final Barotem-style desktop alignment overrides */
body.favorites-open {
  overflow: hidden;
}

@media (min-width: 981px) {
  .top-shell,
  .nav-shell,
  .page-shell,
  .notice-strip-inner,
  .footer-inner {
    width: min(1200px, calc(100vw - 128px));
  }

  .site-header {
    position: relative;
    border-bottom: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
  }

  .top-shell {
    min-height: 86px;
    padding: 0;
    grid-template-columns: 140px 600px minmax(180px, 1fr);
    gap: 130px;
  }

  .brand {
    font-size: 32px;
    letter-spacing: 0;
  }

  .search-bar {
    width: 600px;
    min-height: 56px;
    border: 3px solid var(--bt-deep-blue);
    border-radius: 32px;
    box-shadow: none;
  }

  .account-mini {
    min-width: 180px;
    white-space: nowrap;
  }

  .account-mini strong,
  .account-mini a {
    flex: 0 0 auto;
  }

  .search-bar:focus-within {
    border-color: var(--bt-deep-blue);
    box-shadow: none;
  }

  .search-kind {
    z-index: 12;
  }

  .search-kind-toggle {
    position: relative;
    z-index: 3;
    min-height: 50px;
    border-radius: 28px 0 0 28px;
    background: #fff;
  }

  .search-kind.is-open .search-kind-toggle {
    border-radius: 28px 0 0 0;
  }

  .search-kind-menu {
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    min-height: 112px;
    padding-top: 55px;
    border-color: var(--bt-deep-blue);
    border-width: 3px;
    border-style: solid;
    border-radius: 28px 0 8px 8px;
    background: #fff;
    box-shadow: none;
    z-index: 2;
  }

  .search-kind-menu button {
    min-height: 52px;
    padding: 0 32px;
    background: #fff;
    color: #111;
    font-weight: 900;
  }

  .search-kind-menu button[aria-selected="true"] {
    display: none;
  }

  .search-kind-menu button:hover {
    color: #111;
    background: #f7fbfd;
  }

  .search-submit .ui-icon {
    width: 28px;
    height: 28px;
    stroke: #42add1;
  }

  .nav-shell {
    min-height: 58px;
  }

  .menu-shell {
    min-height: 58px;
    gap: 25px;
    font-size: 16px;
    font-weight: 900;
  }

  .menu-shell a {
    min-height: 58px;
    padding: 0;
  }

  .menu-shell a::after {
    display: none;
  }

  .menu-icon {
    width: 40px;
    height: 40px;
  }

  .quick-nav {
    gap: 24px;
  }

  .quick-icon,
  .hamburger-button {
    width: 32px;
    height: 40px;
    min-height: 40px;
  }

  .quick-icon .ui-icon,
  .hamburger-button .ui-icon {
    width: 25px;
    height: 25px;
    stroke: #1e252b;
  }

  .page-shell {
    padding: 56px 0 80px;
  }

  .page-shell:has(.bt-mypage-hero) {
    padding-top: 0;
  }

  .home-hero-slider {
    width: 100%;
    height: 540px;
    aspect-ratio: auto;
    border-radius: 8px;
  }

  .home-hero-arrow {
    width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .home-hero-prev {
    left: 8px;
  }

  .home-hero-next {
    right: 8px;
  }

  .home-hero-dots {
    bottom: 14px;
  }

  .home-benefits {
    margin: 78px 0 86px;
  }

  .home-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 16px;
  }

  .home-benefit-card {
    min-height: 160px;
    border-radius: 8px;
    padding: 0 40px;
  }

  .home-benefit-copy strong {
    font-size: 20px;
  }

  .home-help {
    margin: 82px 0 104px;
  }

  .home-help h2 {
    margin-bottom: 54px;
    font-size: 24px;
  }

  .home-help-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0;
    row-gap: 84px;
  }

  .home-help-item {
    min-height: 96px;
    padding: 0 76px;
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .home-help-copy strong {
    font-size: 20px;
  }

  .home-help-copy small {
    font-size: 15px;
    line-height: 1.65;
  }

  .creation-page {
    width: 700px;
    max-width: 700px;
    padding: 0 0 42px;
  }

  .creation-title {
    margin: 0 0 82px;
    font-size: 34px;
    line-height: 1.2;
  }

  .creation-progress {
    min-height: 95px;
    margin: 0 0 48px;
    padding: 0 0 26px;
  }

  .progress-step {
    min-height: 70px;
  }

  .progress-step em {
    width: 60px;
    height: 60px;
  }

  .creation-section {
    gap: 34px;
    padding: 0 0 40px;
  }

  .creation-section h2 {
    font-size: 20px;
    gap: 26px;
  }

  .creation-section h2 span {
    font-size: 38px;
  }

  .type-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .type-card {
    min-height: 72px;
    border-radius: 9px;
  }

  .category-choice-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
  }

  .category-card {
    min-height: 150px;
    font-size: 16px;
  }

  .category-art {
    width: 88px;
    height: 78px;
  }

  .creation-page.next {
    width: min(1200px, calc(100vw - 128px));
    max-width: none;
    padding-top: 0;
  }

  .creation-page.next #creation-category,
  .creation-page.next .game-search-section {
    width: 700px;
    max-width: 100%;
  }

  .creation-page.next .game-search-section .creation-ajax-detail {
    width: min(1200px, calc(100vw - 128px));
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .creation-page.next .creation-section {
    padding-bottom: 44px;
  }

  .creation-page.next .category-choice-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
  }

  .creation-page.next .category-card {
    min-height: 164px;
  }

  .creation-page.next .category-card .category-art {
    width: 120px;
    height: 120px;
    border-radius: 23px;
  }

  .game-search-panel {
    min-height: 348px;
    padding: 14px 15px 16px;
  }

  .game-result-list {
    height: 266px;
  }

  .bt-game-search,
  .bt-list-page {
    width: 1200px;
    max-width: 100%;
  }

  .bt-game-grid {
    grid-template-columns: repeat(6, 140px);
    justify-content: space-between;
  }

  .bt-mypage-hero {
    min-height: 400px;
    padding-top: 66px;
  }

  .bt-mypage-summary,
  .bt-mypage-ad,
  .bt-mypage-container {
    width: min(1200px, calc(100vw - 128px));
  }

  body.page-product .page-shell {
    padding-top: 56px;
  }

  .breadcrumb {
    margin: 0 0 20px;
    color: #6c7379;
    font-size: 14px;
    font-weight: 800;
  }

  .detail-layout {
    grid-template-columns: 860px 310px;
    gap: 30px;
    align-items: start;
  }

  .detail-main {
    gap: 18px;
  }

  .detail-title {
    min-height: 178px;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    background: #fff;
    padding: 30px;
  }

  .detail-title h1 {
    margin: 0;
    color: #0b1014;
    font-size: 28px;
    line-height: 1.32;
    font-weight: 900;
  }

  .detail-meta {
    margin: 18px 0;
    gap: 18px;
    color: #7c838a;
    font-size: 13px;
    font-weight: 800;
  }

  .detail-title .product-meta {
    gap: 8px;
  }

  .detail-title .chip {
    min-height: 30px;
    border-radius: 999px;
    padding: 0 13px;
    font-size: 12px;
  }

  .info-section {
    border: 1px solid #e2e2e2;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    background: #fff;
  }

  .info-section h2 {
    height: 58px;
    margin: 0;
    padding: 0 24px;
    border-bottom: 1px solid #ececec;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 900;
  }

  .info-grid,
  .verify-grid {
    margin: 0;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 0;
  }

  .info-grid div,
  .verify-grid div {
    min-height: 92px;
    border: 0;
    border-left: 1px solid #ececec;
    border-radius: 0;
    background: #fff;
    padding: 18px 20px;
    gap: 9px;
  }

  .info-grid div:first-child,
  .verify-grid div:first-child {
    border-left: 0;
  }

  .info-grid span,
  .verify-grid span {
    color: #777f86;
    font-size: 13px;
    font-weight: 900;
  }

  .info-grid strong,
  .verify-grid strong {
    color: #111820;
    font-size: 18px;
    font-weight: 900;
  }

  .wide-banner {
    height: 180px;
    min-height: 180px;
    border: 0;
    border-radius: 8px;
  }

  .wide-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .wide-banner div {
    inset: auto 28px 25px 28px;
  }

  .wide-banner strong {
    font-size: 26px;
  }

  .guide-icons {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin: 0;
  }

  .guide-icons a {
    min-height: 116px;
    border: 0;
    border-left: 1px solid #ececec;
    border-radius: 0;
    background: #fff;
    color: #151b20;
    font-size: 14px;
  }

  .guide-icons a:first-child {
    border-left: 0;
  }

  .guide-icons .ui-icon {
    width: 32px;
    height: 32px;
    stroke: #42add1;
  }

  .seller-body p {
    min-height: 190px;
    padding: 24px;
    color: #30363b;
    font-size: 15px;
    line-height: 1.8;
  }

  .deal-panel {
    top: 24px;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    background: #fff;
    overflow: hidden;
  }

  .panel-actions {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-bottom: 1px solid #e7e7e7;
  }

  .panel-action {
    min-height: 72px;
    border: 0;
    border-left: 1px solid #e7e7e7;
    border-radius: 0;
    background: #fff;
    gap: 6px;
    color: #22282e;
    font-size: 12px;
  }

  .panel-action-form:first-child .panel-action {
    border-left: 0;
  }

  .panel-action .ui-icon {
    width: 23px;
    height: 23px;
  }

  .panel-action:hover,
  .panel-action.active {
    color: #42add1;
    background: #f8fcfe;
    border-color: #e7e7e7;
  }

  .checkout-box {
    padding: 22px;
    gap: 14px;
  }

  .warranty-option {
    min-height: 50px;
    border-color: #dedede;
    border-radius: 4px;
    background: #fff;
    font-weight: 900;
  }

  .checkout-box > label:not(.warranty-option) {
    display: grid;
    gap: 8px;
    color: #333;
    font-size: 13px;
    font-weight: 900;
  }

  .checkout-box input[type="number"] {
    min-height: 46px;
    border-radius: 4px;
  }

  .price-line {
    margin-top: 4px;
    padding-top: 18px;
  }

  .price-line span {
    color: #6f767d;
    font-weight: 900;
  }

  .price-line strong {
    color: #111820;
    font-size: 24px;
    font-weight: 900;
  }

  .checkout-box .primary {
    min-height: 58px;
    border: 0;
    border-radius: 4px;
    background: #42add1;
    font-size: 18px;
  }

  .checkout-box .secondary {
    min-height: 52px;
    border-radius: 4px;
    background: #f4f4f4;
    color: #111;
    font-weight: 900;
  }

  .report-box {
    border-top: 1px solid #e7e7e7;
    padding: 16px 22px 22px;
  }

  .notice-strip-inner {
    min-height: 60px;
    grid-template-columns: 126px minmax(0, 1fr) 110px;
  }

  .footer-inner {
    padding: 40px 0 28px;
  }

  .footer-body {
    grid-template-columns: minmax(0, 1fr) 480px;
    gap: 36px;
  }

  .footer-contact {
    grid-template-columns: 240px 170px;
    gap: 34px;
    justify-content: end;
  }

  .footer-contact strong {
    font-size: 30px;
    white-space: nowrap;
  }

  .drawer-menu {
    inset: 92px auto auto 50%;
    width: 860px;
    max-width: calc(100vw - 48px);
    min-height: 430px;
    height: auto;
    transform: translateX(-50%);
    border: 0;
    border-radius: 8px;
    padding: 25px;
  }

  .drawer-columns {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    min-height: 330px;
  }

  .favorites-panel {
    width: 936px;
    min-height: 735px;
  }
}

/* Separate mobile screens */
@media (max-width: 1180px) {
  body {
    min-width: 0;
    background: #f6f8fb;
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #fff;
    border-bottom: 1px solid #e6eaf0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  }

  .top-shell,
  .nav-shell,
  .page-shell,
  .notice-strip-inner,
  .footer-inner {
    width: 100%;
    max-width: none;
  }

  .top-shell {
    min-height: auto;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px 12px;
    align-items: center;
    padding: 12px 14px 10px;
  }

  .brand {
    font-size: 27px;
    line-height: 1;
  }

  .brand-mark {
    width: 24px;
    height: 24px;
  }

  .brand-mark::after {
    width: 9px;
    height: 9px;
    left: 7px;
    top: 7px;
  }

  .account-mini {
    justify-self: end;
    min-width: 0;
    gap: 8px;
    white-space: nowrap;
    font-size: 12px;
  }

  .account-mini strong {
    max-width: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .member-badge {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    font-size: 10px;
  }

  .search-bar {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 52px;
    border: 3px solid var(--bt-deep-blue);
    border-radius: 28px;
    grid-template-columns: 112px minmax(0, 1fr) 48px;
    box-shadow: none;
    background: #fff;
  }

  .search-kind {
    z-index: 14;
  }

  .search-kind-toggle {
    min-height: 46px;
    padding: 0 17px 0 22px;
    font-size: 14px;
    position: relative;
    z-index: 3;
    background: #fff;
    border-radius: 26px 0 0 26px;
  }

  .search-kind.is-open .search-kind-toggle {
    border-radius: 26px 0 0 0;
  }

  .search-kind-menu {
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    min-height: 104px;
    padding-top: 50px;
    border: 3px solid var(--bt-deep-blue);
    border-radius: 26px 0 8px 8px;
    background: #fff;
    box-shadow: none;
  }

  .search-kind-menu button {
    min-height: 48px;
    padding: 0 22px;
    background: #fff;
    color: #111;
    font-size: 14px;
    font-weight: 900;
  }

  .search-kind-menu button[aria-selected="true"] {
    display: none;
  }

  .search-bar input {
    padding: 0 10px;
    font-size: 13px;
  }

  .search-submit {
    min-height: 46px;
  }

  .search-submit .ui-icon {
    width: 24px;
    height: 24px;
    stroke: #42add1;
  }

  .nav-shell {
    min-height: 58px;
    padding: 0 12px;
    gap: 14px;
    overflow: hidden;
  }

  .menu-shell {
    flex: 1 1 auto;
    min-height: 58px;
    gap: 18px;
    overflow-x: auto;
    font-size: 15px;
    font-weight: 900;
  }

  .menu-shell a {
    min-height: 58px;
    flex: 0 0 auto;
  }

  .menu-shell a::after {
    display: none;
  }

  .menu-icon {
    width: 34px;
    height: 34px;
  }

  .quick-nav {
    flex: 0 0 auto;
    gap: 14px;
  }

  .quick-icon,
  .hamburger-button {
    width: 28px;
    height: 42px;
    min-height: 42px;
  }

  .quick-icon .ui-icon,
  .hamburger-button .ui-icon {
    width: 24px;
    height: 24px;
  }

  .page-shell {
    padding: 22px 14px 70px;
  }

  .home-hero-slider {
    width: 100%;
    height: auto;
    aspect-ratio: 1.92 / 1;
    border-radius: 8px;
  }

  .home-hero-arrow {
    width: 36px;
    height: 36px;
    min-height: 36px;
  }

  .home-hero-prev {
    left: 8px;
  }

  .home-hero-next {
    right: 8px;
  }

  .home-benefits,
  .home-help {
    width: 100%;
    margin: 42px 0;
  }

  .home-benefit-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-benefit-card {
    min-height: 130px;
    padding: 0 22px;
  }

  .home-benefit-copy strong {
    font-size: 18px;
  }

  .home-benefit-copy small {
    font-size: 13px;
  }

  .benefit-visual {
    flex-basis: 76px;
    width: 76px;
    height: 76px;
  }

  .benefit-visual .ui-icon {
    width: 44px;
    height: 44px;
  }

  .home-help-grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .home-help-item {
    min-height: 96px;
    padding: 0 18px;
    grid-template-columns: 72px minmax(0, 1fr);
    border-radius: 8px;
    background: #fff;
  }

  .help-visual {
    width: 60px;
    height: 60px;
  }

  .help-visual::before {
    width: 48px;
    height: 48px;
  }

  .creation-page {
    width: 100%;
    max-width: none;
    padding: 18px 0 30px;
  }

  .creation-page.next {
    width: 100%;
    max-width: none;
  }

  .creation-title {
    margin: 0 0 34px;
    font-size: 28px;
  }

  .creation-progress {
    min-height: 88px;
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    overflow-x: auto;
    margin: 0 -14px 34px;
    padding: 0 14px 22px;
  }

  .progress-step {
    min-height: 58px;
    gap: 10px;
    justify-content: center;
    font-size: 15px;
  }

  .progress-step em {
    width: 52px;
    height: 52px;
    font-size: 18px;
  }

  .progress-step > span b,
  .progress-step > span strong {
    font-size: 16px;
  }

  .creation-form {
    gap: 0;
  }

  .creation-section {
    padding: 0 0 34px;
    gap: 24px;
  }

  .creation-section h2 {
    gap: 16px;
    font-size: 18px;
  }

  .creation-section h2 span {
    font-size: 35px;
  }

  .type-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .type-card {
    min-height: 68px;
    border-radius: 8px;
  }

  .category-choice-grid,
  .creation-page.next .category-choice-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 112px;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .category-card,
  .creation-page.next .category-card {
    min-height: 136px;
    font-size: 14px;
  }

  .category-art,
  .creation-page.next .category-card .category-art {
    width: 84px;
    height: 84px;
    border-radius: 20px;
  }

  .category-art img,
  .creation-page.next .category-card .category-art img {
    width: 66px;
    height: 60px;
  }

  .game-search-panel {
    width: 100%;
    min-height: 330px;
  }

  .game-result-list {
    height: 248px;
  }

  .game-search-body {
    height: auto;
    display: block;
  }

  .game-search-body .game-result-list {
    height: 248px;
  }

  .game-subcategory-panel {
    min-width: 0;
    height: auto;
    margin: 14px 0 0;
    border-left: 0;
    border-top: 1px solid #e1e1e1;
    grid-auto-flow: row;
    grid-auto-columns: initial;
    grid-template-columns: 1fr;
  }

  .game-subcategory-column {
    height: 170px;
    padding: 10px 0;
    border-right: 0;
    border-bottom: 1px solid #e1e1e1;
  }

  .game-subcategory-column:last-child {
    border-bottom: 0;
  }

  .create-safe-banner {
    min-height: auto;
    align-items: flex-start;
    padding: 22px 20px;
  }

  .create-safe-banner strong {
    font-size: 22px;
  }

  .create-safe-banner span {
    font-size: 14px;
    line-height: 1.5;
  }

  .create-safe-banner img {
    width: 110px;
  }

  .create-method-grid {
    grid-template-columns: 1fr;
  }

  .create-method-card {
    min-height: 104px;
  }

  .create-selected-path {
    width: 100%;
  }

  .create-game-hero {
    height: 132px;
  }

  .create-form-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .create-inline-fields {
    flex-wrap: wrap;
  }

  .create-inline-fields input {
    width: min(100%, 220px);
  }

  .create-editor textarea {
    min-height: 420px;
  }

  .create-final-row {
    grid-template-columns: 1fr;
  }

  .create-total-card,
  .create-security-card,
  .create-final-row .creation-submit {
    grid-column: auto;
    width: 100%;
  }

  .create-total-card {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px;
  }

  .create-total-card strong {
    grid-row: auto;
    grid-column: auto;
    font-size: 26px;
  }

  .create-captcha-field {
    grid-template-columns: minmax(0, 1fr) 118px;
  }

  .select-field-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bt-field input,
  .bt-field textarea,
  .bt-select select {
    min-height: 58px;
    border-radius: 8px;
    font-size: 15px;
  }

  .bt-game-search,
  .bt-list-page {
    width: 100%;
  }

  .bt-trade-guide {
    height: 190px;
    padding: 28px 24px;
  }

  .bt-trade-guide strong {
    font-size: 24px;
  }

  .bt-game-rank {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bt-game-rank-art {
    height: 180px;
  }

  .bt-game-rank ol {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .bt-all-games nav {
    justify-content: flex-start;
    overflow-x: auto;
    gap: 22px;
    padding: 0 14px;
  }

  .bt-game-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 10px;
  }

  .bt-game-grid a {
    height: 126px;
  }

  .game-badge {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    font-size: 26px;
  }

  .bt-list-hero {
    height: 128px;
  }

  .bt-list-hero strong {
    font-size: 44px;
  }

  .bt-filter-categories {
    grid-template-columns: repeat(4, 1fr);
  }

  .bt-filter-categories a {
    font-size: 15px;
  }

  .bt-filter-row,
  .bt-filter-row.search-row {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .bt-filter-row > label {
    padding-left: 14px;
  }

  .bt-filter-row > div {
    gap: 8px;
    padding-right: 10px;
  }

  .price-filter input,
  .bt-filter-row.search-row input {
    width: 100%;
  }

  .bt-filter-actions {
    min-height: 96px;
    flex-wrap: wrap;
    padding: 14px;
  }

  .bt-filter-actions select {
    position: static;
    width: 100%;
    order: -1;
  }

  .bt-row-list {
    padding: 12px;
  }

  .bt-product-row {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
  }

  .bt-product-thumb {
    width: 70px;
    height: 58px;
    font-size: 12px;
  }

  .bt-product-price {
    grid-column: 2;
    text-align: left;
    font-size: 19px;
  }

  .detail-layout,
  .bt-mypage-container {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .detail-title,
  .detail-main,
  .deal-panel {
    width: 100%;
  }

  .detail-title {
    padding: 22px;
  }

  .detail-title h1 {
    font-size: 23px;
  }

  .info-grid,
  .verify-grid,
  .guide-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .info-grid div,
  .verify-grid div,
  .guide-icons a {
    border-left: 0;
    border-top: 1px solid #ececec;
  }

  .deal-panel {
    position: static;
  }

  .panel-actions {
    grid-template-columns: repeat(4, 1fr);
  }

  .bt-mypage-hero {
    width: calc(100% + 28px);
    margin-left: -14px;
    min-height: auto;
    padding: 24px 14px;
  }

  .bt-mypage-summary,
  .bt-mypage-ad,
  .bt-mypage-container {
    width: 100%;
  }

  .bt-mypage-summary {
    grid-template-columns: 1fr;
    height: auto;
  }

  .bt-my-alert {
    grid-column: auto;
  }

  .bt-mypage-ad {
    height: 120px;
    margin: 22px 0;
  }

  .bt-mypage-nav {
    width: 100%;
    min-height: auto;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 12px;
    background: #fff;
    border: 1px solid #e6e6e6;
  }

  .bt-mypage-nav h2 {
    display: none;
  }

  .bt-mypage-nav a {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f2f5f7;
  }

  .bt-mypage-main,
  .bt-paid-services > div,
  .bt-status-line {
    grid-template-columns: 1fr;
  }

  .drawer-menu {
    inset: 74px 12px auto 12px;
    width: auto;
    max-width: none;
    min-height: 0;
    max-height: calc(100vh - 96px);
    transform: none;
    overflow-y: auto;
    padding: 18px;
  }

  .drawer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .drawer-columns ul {
    padding: 0 12px 20px;
    text-align: left;
  }

  .favorites-modal {
    padding: 12px;
    align-items: stretch;
  }

  .favorites-panel {
    width: 100%;
    min-height: calc(100vh - 24px);
    padding: 18px;
  }

  .footer-inner {
    padding: 28px 14px 90px;
  }

  .footer-body,
  .footer-contact {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: left;
  }

  .footer-contact strong {
    font-size: 26px;
  }

}

/* Barotem search interaction layer */
.search-bar {
  position: relative;
}

.search-assist[hidden] {
  display: none !important;
}

.search-assist {
  box-sizing: border-box;
  position: absolute;
  background: #fff;
  color: #111;
}

.search-recent {
  color: #9a9a9a;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}

.search-rank h3 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #111;
  font-size: 16px;
  font-weight: 900;
}

.search-rank h3 em {
  min-width: 36px;
  height: 18px;
  border-radius: 4px;
  background: #ff2c35;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}

.search-rank h3.new em {
  background: #1eb84e;
}

.search-rank ol,
.search-rank ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.search-rank li a {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #111;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 900;
}

.search-rank li a span {
  width: 20px;
  flex: 0 0 20px;
  color: #42add1;
  font-size: 15px;
  font-weight: 900;
}

.search-rank li:nth-child(n+4) a span {
  color: #8b8f94;
}

@media (min-width: 981px) {
  .search-bar {
    z-index: 35;
  }

  .search-bar.search-assist-open {
    z-index: 90;
    border-color: var(--bt-deep-blue);
    border-right-color: var(--bt-blue);
    border-radius: 10px 10px 0 0;
  }

  .search-kind.is-open {
    z-index: 100;
  }

  .search-kind-toggle {
    min-height: 50px;
  }

  .search-kind.is-open .search-kind-toggle {
    border-radius: 12px 0 0 0;
  }

  .search-kind-menu {
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    min-height: 112px;
    padding-top: 55px;
    border: 3px solid var(--bt-deep-blue);
    border-right-color: var(--bt-blue);
    border-radius: 14px 0 8px 8px;
    box-shadow: none;
  }

  .search-kind-menu button {
    min-height: 52px;
    padding: 0 32px;
    color: #111;
    background: #fff;
    font-size: 15px;
    font-weight: 900;
  }

  .search-kind-menu button[aria-selected="true"] {
    display: none;
  }

  .search-kind-menu button:hover {
    color: #111;
    background: #fff;
  }

  .search-assist {
    top: calc(100% - 3px);
    left: -3px;
    width: calc(100% + 6px);
    height: 560px;
    border: 3px solid var(--bt-deep-blue);
    border-top: 0;
    border-right-color: var(--bt-blue);
    border-radius: 0 0 10px 10px;
    z-index: 85;
    display: grid;
    grid-template-columns: 392px minmax(0, 1fr);
    overflow: hidden;
  }

  .search-assist::before {
    content: "";
    position: absolute;
    left: 25px;
    right: 25px;
    top: 0;
    height: 1px;
    background: #ececec;
  }

  .search-recent {
    min-height: 100%;
    padding-top: 74px;
    border-right: 1px solid #ececec;
    display: grid;
    place-items: start center;
  }

  .search-rank {
    padding: 14px 30px 24px;
    overflow: hidden;
  }

  .search-rank h3.new {
    margin-top: 28px;
  }

  .search-rank ul {
    gap: 22px;
  }
}

@media (max-width: 1180px) {
  .search-bar {
    z-index: 35;
  }

  .search-bar.search-assist-open {
    z-index: 90;
    border-radius: 10px 10px 0 0;
    border-right-color: var(--bt-blue);
  }

  .search-kind.is-open {
    z-index: 100;
  }

  .search-kind.is-open .search-kind-toggle {
    border-radius: 12px 0 0 0;
  }

  .search-kind-menu {
    border-right-color: var(--bt-blue);
    border-radius: 14px 0 8px 8px;
  }

  .search-assist {
    top: calc(100% - 3px);
    left: -3px;
    width: calc(100% + 6px);
    height: min(520px, calc(100vh - 140px));
    border: 3px solid var(--bt-deep-blue);
    border-top: 0;
    border-right-color: var(--bt-blue);
    border-radius: 0 0 10px 10px;
    z-index: 85;
    display: grid;
    grid-template-rows: 130px minmax(0, 1fr);
    overflow: hidden;
  }

  .search-assist::before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    height: 1px;
    background: #ececec;
  }

  .search-recent {
    display: grid;
    place-items: center;
    border-bottom: 1px solid #ececec;
    font-size: 14px;
  }

  .search-rank {
    min-height: 0;
    overflow-y: auto;
    padding: 16px 28px 24px;
  }

  .search-rank h3.new {
    margin-top: 24px;
  }
}

@media (min-width: 981px) {
  .quick-icon[data-hover-label],
  .hamburger-button[data-hover-label] {
    position: relative;
  }

  .quick-icon[data-hover-label]::before,
  .hamburger-button[data-hover-label]::before {
    content: attr(data-hover-label);
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #05080c;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
    opacity: 0;
    transform: translateY(2px);
    transition: opacity 0.12s ease, transform 0.12s ease;
    white-space: nowrap;
  }

  .quick-icon[data-hover-label]:hover .ui-icon,
  .quick-icon[data-hover-label]:focus-visible .ui-icon,
  .quick-icon[data-hover-label].is-hover-label .ui-icon,
  .hamburger-button[data-hover-label]:hover .ui-icon,
  .hamburger-button[data-hover-label]:focus-visible .ui-icon,
  .hamburger-button[data-hover-label].is-hover-label .ui-icon {
    opacity: 0;
    transform: scale(0.88);
  }

  .quick-icon[data-hover-label]:hover::before,
  .quick-icon[data-hover-label]:focus-visible::before,
  .quick-icon[data-hover-label].is-hover-label::before,
  .hamburger-button[data-hover-label]:hover::before,
  .hamburger-button[data-hover-label]:focus-visible::before,
  .hamburger-button[data-hover-label].is-hover-label::before {
    opacity: 1;
    transform: translateY(0);
  }

  .quick-icon[data-hover-label]:hover em,
  .quick-icon[data-hover-label]:focus-visible em,
  .quick-icon[data-hover-label].is-hover-label em {
    opacity: 0;
  }
}

@media (min-width: 981px) {
  .page-shell,
  .notice-strip-inner,
  .footer-inner {
    width: min(1200px, calc(100vw - 64px));
    margin-left: auto;
    margin-right: auto;
  }

  .top-shell,
  .nav-shell {
    width: min(1200px, calc(100vw - 64px));
    margin-left: auto;
    margin-right: auto;
  }

  .top-shell {
    gap: 160px;
  }

  .search-kind-toggle i {
    width: 18px;
    height: 18px;
    border: 0;
    background: url("/silla_app/assets/bt-arrow_down1.png") center / 18px 18px no-repeat;
    transform: none;
  }

  .search-kind.is-open .search-kind-toggle i {
    transform: rotate(180deg);
  }

  .search-submit::before {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    width: 28px;
    height: 28px;
    background: url("/silla_app/assets/bt-search_blue.png") center / 28px 28px no-repeat;
    transform: translate(-50%, -50%);
  }

  .search-submit .ui-icon {
    opacity: 0;
  }

  .menu-shell {
    gap: 24px;
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
  }

  .menu-shell a {
    min-height: 58px;
    gap: 7px;
    color: #05080c;
    letter-spacing: 0;
  }

  .menu-action.sell {
    color: #3266df;
  }

  .menu-action.buy {
    color: #1eb13e;
  }

  .menu-icon {
    width: 42px;
    height: 42px;
    filter: none;
  }

  .menu-icon-sell {
    background-image: url("/silla_app/assets/bt-newSell.png");
  }

  .menu-icon-buy {
    background-image: url("/silla_app/assets/bt-newBuy.png");
  }

  .menu-action:hover .menu-icon {
    transform: translateY(-1px) rotate(-5deg) scale(1.04);
  }

  .menu-link {
    gap: 0;
    overflow: visible;
  }

  .menu-link::before {
    content: "";
    width: 0;
    height: 34px;
    flex: 0 0 auto;
    margin-right: 0;
    opacity: 0;
    transform: translateX(-7px) rotate(-12deg) scale(0.72);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 38px auto;
    transition: width 0.16s ease, margin-right 0.16s ease, opacity 0.16s ease, transform 0.16s ease;
  }

  .menu-link:hover::before,
  .menu-link:focus-visible::before,
  .menu-link.is-menu-hover::before {
    width: 38px;
    margin-right: 6px;
    opacity: 1;
    transform: translateX(0) rotate(-8deg) scale(1);
  }

  .menu-link:hover,
  .menu-link:focus-visible,
  .menu-link.is-menu-hover {
    color: #05080c;
  }

  .menu-link.nav-account::before {
    background-image: url("/silla_app/assets/bt-topAccount.png");
  }

  .menu-link.nav-money::before {
    background-image: url("/silla_app/assets/bt-topMoney.png");
  }

  .menu-link.nav-item::before {
    background-image: url("/silla_app/assets/bt-topItem.png");
  }

  .menu-link.nav-etc::before {
    background-image: url("/silla_app/assets/bt-topEtc.png");
  }

  .menu-link.nav-gift::before {
    background-image: url("/silla_app/assets/bt-topGift.png");
  }

  .menu-link.nav-giftshop::before {
    background-image: url("/silla_app/assets/bt-topGiftshop.png");
  }

  .quick-icon[data-hover-label],
  .hamburger-button[data-hover-label] {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px 28px;
  }

  .quick-icon[data-hover-label] .ui-icon,
  .hamburger-button[data-hover-label] .ui-icon {
    opacity: 0;
  }

  .quick-icon[data-hover-label]:hover,
  .quick-icon[data-hover-label]:focus-visible,
  .quick-icon[data-hover-label].is-hover-label,
  .hamburger-button[data-hover-label]:hover,
  .hamburger-button[data-hover-label]:focus-visible,
  .hamburger-button[data-hover-label].is-hover-label {
    background-image: none;
  }

  .quick-icon[data-hover-label="찜"] {
    background-image: url("/silla_app/assets/bt-topZzim.png");
  }

  .quick-icon[data-hover-label="채팅"] {
    background-image: url("/silla_app/assets/bt-topChat.png");
  }

  .quick-icon[data-hover-label="MY"] {
    background-image: url("/silla_app/assets/bt-topMY.png");
  }

  .hamburger-button[data-hover-label="메뉴"] {
    background-image: url("/silla_app/assets/bt-topMenu.png");
  }
}

.mobile-head,
.mobile-home-screen,
.mobile-bottom-nav {
  display: none;
}

.desktop-hot-games {
  width: min(1200px, 100%);
  margin: 60px auto 28px;
  padding: 0;
  text-align: center;
  background: #fff;
}

.hot-game-section p {
  margin: 0 0 8px;
  color: #777f86;
  font-size: 15px;
  font-weight: 800;
}

.hot-game-section h2 {
  margin: 0;
  color: #111820;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: #4eb4ce;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.desktop-hot-games .mobile-game-orbit {
  position: relative;
  height: 190px;
  margin-top: 28px;
  overflow: hidden;
}

.desktop-hot-games .orbit-card {
  position: absolute;
  top: 18px;
  left: 50%;
  width: 128px;
  height: 150px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.34s ease, opacity 0.34s ease, filter 0.34s ease;
}

.desktop-hot-games .orbit-card.is-prev,
.desktop-hot-games .orbit-card.is-next {
  background: linear-gradient(180deg, #e5e5e5, #b9b9b9);
  color: rgba(255, 255, 255, 0.86);
  filter: grayscale(0.18);
  opacity: 1;
  pointer-events: auto;
}

.desktop-hot-games .orbit-card.is-prev {
  transform: translateX(-245px) scale(0.94);
}

.desktop-hot-games .orbit-card.is-next {
  transform: translateX(115px) scale(0.94);
}

.desktop-hot-games .orbit-card.is-current {
  top: 0;
  width: 152px;
  height: 176px;
  transform: translateX(-76px);
  background: linear-gradient(180deg, #293045, #121a2d);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  opacity: 1;
  pointer-events: auto;
}

.desktop-hot-games .orbit-card.is-hidden {
  opacity: 0;
  transform: translateX(230px) scale(0.72);
}

.desktop-hot-games .orbit-thumb {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  overflow: hidden;
}

.desktop-hot-games .orbit-thumb img {
  width: 74px;
  height: 66px;
  object-fit: contain;
}

.desktop-hot-games .orbit-card em,
.desktop-hot-games .orbit-card span {
  font-size: 20px;
  font-style: normal;
}

.desktop-hot-games .orbit-card strong {
  width: 104px;
  font-size: 14px;
  line-height: 1.15;
}

.home-pass-promo {
  width: min(1200px, 100%);
  min-height: 142px;
  margin: 0 auto 70px;
  padding: 26px 38px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) 120px;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 26px;
  background: linear-gradient(135deg, #e15a66, #f17b83);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.home-pass-promo .pass-visual {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 70px;
  height: 84px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #f3dfb6;
  color: #65442b;
  font-size: 16px;
  line-height: 1.05;
  font-weight: 900;
  transform: rotate(-3deg);
}

.home-pass-promo .pass-new {
  position: absolute;
  left: 30px;
  top: 18px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: #ef4055;
  font-size: 11px;
  font-weight: 900;
  transform: rotate(-8deg);
}

.home-pass-promo strong {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 900;
}

.home-pass-promo small {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  font-weight: 900;
}

.home-pass-promo em {
  grid-column: 3;
  grid-row: 1 / 3;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  font-style: normal;
  font-weight: 900;
  text-align: right;
}

@media (max-width: 1180px) {
  body {
    background: #fff;
    padding-bottom: 60px;
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 70;
    background: #fff;
    border: 0;
    box-shadow: 0 2px 9px rgba(12, 20, 28, 0.12);
  }

  .top-shell,
  .nav-shell {
    display: none;
  }

  .mobile-head {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    background: #fff;
  }

  .mobile-brand {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #2b3137;
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
  }

  .mobile-brand .brand-mark {
    width: 20px;
    height: 20px;
  }

  .mobile-brand .brand-mark::after {
    width: 7px;
    height: 7px;
    left: 6px;
    top: 6px;
  }

  .mobile-alert {
    width: 34px;
    height: 34px;
    min-height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #49525b;
    box-shadow: none;
  }

  .mobile-alert .ui-icon {
    width: 19px;
    height: 19px;
    stroke-width: 2.1;
  }

  .page-shell {
    width: 100%;
    padding: 18px 14px 78px;
    background: #fff;
  }

  body.page-home .page-shell {
    padding: 0 0 78px;
  }

  body.page-home .home-hero-slider,
  body.page-home .desktop-hot-games {
    display: none;
  }

  .mobile-home-screen {
    display: block;
    background: #fff;
  }

  .mobile-main-banner {
    height: 112px;
    display: grid;
    grid-template-columns: 1fr 74px 1fr;
    align-items: center;
    padding: 0 54px 0 60px;
    overflow: hidden;
    background:
      radial-gradient(circle at 50% 38%, rgba(164, 90, 255, 0.56), transparent 38%),
      linear-gradient(180deg, #141c32 0%, #0b1223 100%);
    color: #fff2e0;
    text-align: center;
    box-shadow: inset 0 9px 14px rgba(175, 85, 255, 0.44), inset 0 -8px 16px rgba(123, 45, 255, 0.42);
  }

  .mobile-main-banner span {
    grid-column: 1 / -1;
    align-self: end;
    margin-bottom: -10px;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
  }

  .mobile-main-banner strong {
    justify-self: end;
    color: #fff0dd;
    font-size: 36px;
    line-height: 0.92;
    font-weight: 900;
    text-shadow: 0 3px 0 #553b45;
  }

  .mobile-main-banner em {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #f4e4bb;
    color: #583c26;
    font-size: 14px;
    line-height: 1.02;
    font-style: normal;
    font-weight: 900;
    transform: rotate(-3deg);
  }

  .mobile-main-banner em + * {
    justify-self: start;
  }

  .mobile-quick-grid {
    height: 116px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    padding: 0 8px;
    background: #fff;
  }

  .mobile-quick-grid a {
    display: grid;
    justify-items: center;
    gap: 8px;
    color: #0e151b;
    font-size: 11px;
    font-weight: 900;
  }

  .mobile-quick-icon {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 6px;
    color: #fff;
  }

  .mobile-quick-icon .ui-icon {
    width: 15px;
    height: 15px;
    stroke-width: 3;
  }

  .mobile-quick-icon.sell {
    background: #397ee8;
  }

  .mobile-quick-icon.buy,
  .mobile-quick-icon.charge,
  .mobile-quick-icon.withdraw {
    background: #20b658;
  }

  .hot-game-section {
    text-align: center;
    background: #fff;
  }

  .mobile-hot-games {
    padding: 20px 0 34px;
    text-align: center;
    background: #fff;
  }

  .hot-game-section p {
    margin: 0 0 4px;
    color: #777f86;
    font-size: 12px;
    font-weight: 800;
  }

  .hot-game-section h2 {
    margin: 0;
    color: #111820;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 900;
    text-decoration: underline;
    text-decoration-color: #4eb4ce;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }

  .mobile-game-orbit {
    position: relative;
    height: 148px;
    margin-top: 22px;
    overflow: hidden;
  }

  .orbit-card {
    position: absolute;
    top: 13px;
    left: 50%;
    width: 92px;
    height: 118px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 7px;
    border-radius: 999px;
    color: #fff;
    font-weight: 900;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.34s ease, opacity 0.34s ease, filter 0.34s ease;
  }

  .orbit-card.is-prev,
  .orbit-card.is-next {
    background: linear-gradient(180deg, #e5e5e5, #b9b9b9);
    color: rgba(255, 255, 255, 0.82);
    filter: grayscale(0.2);
    opacity: 1;
    pointer-events: auto;
  }

  .orbit-card.is-prev {
    transform: translateX(-172px) scale(0.92);
  }

  .orbit-card.is-next {
    transform: translateX(80px) scale(0.92);
  }

  .orbit-card.is-current {
    top: 0;
    width: 112px;
    height: 132px;
    transform: translateX(-56px);
    background: linear-gradient(180deg, #293045, #121a2d);
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.18);
    opacity: 1;
    pointer-events: auto;
  }

  .orbit-card.is-hidden {
    opacity: 0;
    transform: translateX(150px) scale(0.72);
  }

  .orbit-thumb {
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #fff;
    overflow: hidden;
  }

  .orbit-thumb img {
    width: 58px;
    height: 50px;
    object-fit: contain;
  }

  .orbit-card em,
  .orbit-card span {
    font-size: 16px;
    font-style: normal;
  }

  .orbit-card strong {
    width: 76px;
    font-size: 11px;
    line-height: 1.15;
  }

  .home-pass-promo {
    min-height: 112px;
    margin: 0 18px 34px;
    padding: 18px 22px;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    background: linear-gradient(135deg, #e25b68, #f37a83);
    color: #fff;
  }

  .home-pass-promo span {
    width: 50px;
    height: 60px;
    display: grid;
    place-items: center;
    border-radius: 6px;
    background: #f3dfb6;
    color: #65442b;
    font-size: 11px;
    line-height: 1.05;
    font-weight: 900;
  }

  .home-pass-promo strong {
    font-size: 17px;
    line-height: 1.35;
    font-weight: 900;
  }

  .home-pass-promo em {
    grid-column: 2;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
  }

  .mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    height: 54px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid #e4e8ec;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -2px 10px rgba(12, 20, 28, 0.08);
  }

  .mobile-bottom-nav a,
  .mobile-bottom-nav button {
    min-height: 0;
    height: 54px;
    padding: 5px 0 4px;
    border: 0;
    border-radius: 0;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 3px;
    background: transparent;
    color: #7b858e;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    box-shadow: none;
  }

  .mobile-bottom-nav .ui-icon {
    width: 20px;
    height: 20px;
    stroke-width: 2.1;
  }

  .mobile-bottom-nav a.active,
  .mobile-bottom-nav button.active {
    color: #42add1;
  }

  .notice-strip {
    display: block;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #eeeeee;
    background: #fff;
  }

  .notice-strip-inner {
    min-height: 56px;
    grid-template-columns: 86px minmax(0, 1fr) 64px;
    padding: 0 16px;
    font-size: 13px;
  }

  .notice-strip strong {
    font-size: 16px;
  }

  .notice-strip a {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-footer {
    display: block;
    background: #f4f4f4;
  }

  .footer-inner {
    padding: 28px 18px 90px;
  }

  .footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 14px;
    padding-bottom: 26px;
    font-size: 11px;
  }

  .footer-links a:not(:last-child)::after {
    right: -8px;
    height: 10px;
  }

  .footer-body,
  .footer-contact {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .footer-company h2 {
    font-size: 17px;
  }

  .footer-company p {
    font-size: 11px;
    line-height: 1.7;
  }

  .footer-company p span {
    display: block;
    margin-left: 0;
  }

  .footer-contact {
    text-align: left;
  }

  .footer-contact div {
    align-items: flex-start;
  }

  .footer-contact strong {
    font-size: 25px;
  }

  .footer-disclaimer {
    margin-top: 28px;
    font-size: 12px;
    line-height: 1.7;
  }

  .drawer-menu {
    inset: 70px 12px 70px 12px;
    width: auto;
    max-width: none;
    min-height: 0;
    height: auto;
    transform: none;
    overflow-y: auto;
    border-radius: 12px;
    padding: 18px;
  }

  .drawer-columns {
    grid-template-columns: 1fr 1fr;
    gap: 18px 12px;
  }
}

@media (max-width: 1180px) {
  .mobile-head {
    height: 58px;
    padding: 0 18px 0 19px;
  }

  .mobile-brand {
    gap: 4px;
    font-size: 30px;
    letter-spacing: 0;
  }

  .mobile-brand .brand-mark {
    width: 28px;
    height: 28px;
  }

  .mobile-brand .brand-mark::after {
    width: 9px;
    height: 9px;
    left: 9px;
    top: 9px;
  }

  .mobile-alert {
    width: 34px;
    height: 34px;
    min-height: 34px;
  }

  .mobile-alert .ui-icon {
    width: 22px;
    height: 22px;
    stroke-width: 1.9;
  }

  .mobile-main-banner {
    height: 184px;
    grid-template-columns: 1fr 82px 1fr;
    padding: 0 28px;
    background:
      radial-gradient(circle at 72% 36%, rgba(255, 216, 126, 0.32), transparent 24%),
      radial-gradient(circle at 46% 48%, rgba(106, 189, 255, 0.28), transparent 28%),
      linear-gradient(180deg, #131823 0%, #070b11 100%);
    box-shadow: none;
  }

  .mobile-main-banner span {
    margin-bottom: -20px;
    font-size: 18px;
  }

  .mobile-main-banner strong {
    font-size: 48px;
    line-height: 0.9;
    text-shadow: 0 4px 0 rgba(72, 45, 38, 0.9);
  }

  .mobile-main-banner em {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    font-size: 15px;
  }

  .mobile-quick-grid {
    height: 124px;
    padding: 0 16px;
  }

  .mobile-hot-games {
    padding: 38px 0 42px;
  }

  .hot-game-section p,
  .home-benefit-kicker,
  .home-help-kicker {
    margin: 0 0 7px;
    color: #777d83;
    font-size: 14px;
    font-weight: 800;
  }

  .hot-game-section h2,
  .home-benefits h2,
  .home-help h2 {
    position: relative;
    z-index: 0;
    display: inline-block;
    margin: 0;
    color: #070b10;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
    text-decoration: none;
  }

  .hot-game-section h2::after,
  .home-benefits h2::after,
  .home-help h2::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: -5px;
    right: -5px;
    bottom: 1px;
    height: 8px;
    border-radius: 999px;
    background: #91d7ea;
  }

  .mobile-game-orbit {
    height: 214px;
    margin-top: 28px;
    overflow: hidden;
  }

  .orbit-card {
    top: 18px;
    width: 96px;
    height: 166px;
    gap: 8px;
  }

  .orbit-card.is-prev {
    transform: translateX(-172px) scale(0.96);
  }

  .orbit-card.is-next {
    transform: translateX(76px) scale(0.96);
  }

  .orbit-card.is-far-prev,
  .orbit-card.is-far-next {
    opacity: 0;
    pointer-events: none;
    transform: translateX(210px) scale(0.76);
  }

  .orbit-card.is-current {
    top: 0;
    width: 120px;
    height: 196px;
    transform: translateX(-60px);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22);
  }

  .orbit-card.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateX(210px) scale(0.76);
  }

  .orbit-thumb {
    width: 64px;
    height: 64px;
  }

  .orbit-card.is-current .orbit-thumb {
    width: 80px;
    height: 80px;
  }

  .orbit-thumb img {
    width: 58px;
    height: 52px;
  }

  .orbit-card.is-current .orbit-thumb img {
    width: 70px;
    height: 62px;
  }

  .orbit-card em {
    min-width: 44px;
    padding: 2px 6px 3px;
    border-radius: 4px;
    background: #5bb4cf;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-style: normal;
    text-align: center;
  }

  .orbit-card span {
    font-size: inherit;
  }

  .orbit-card strong {
    width: 82px;
    font-size: 14px;
    line-height: 1.18;
  }

  .orbit-card.is-current strong {
    width: 96px;
    font-size: 17px;
  }

  .home-pass-promo {
    width: calc(100% - 32px);
    min-height: 96px;
    margin: 34px auto 74px;
    padding: 18px;
    grid-template-columns: minmax(0, 1fr) 76px;
    grid-template-rows: auto auto;
    gap: 6px 14px;
    border-radius: 8px;
    background: #d61f2e;
  }

  .home-pass-promo .pass-new {
    position: static;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    justify-self: start;
    width: 32px;
    height: 32px;
    font-size: 10px;
    line-height: 1;
  }

  .home-pass-promo .pass-visual {
    grid-column: 2;
    grid-row: 1 / 3;
    justify-self: end;
    width: 66px;
    height: 66px;
    border-radius: 12px;
    font-size: 12px;
    transform: rotate(-4deg);
  }

  .home-pass-promo strong {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    margin-left: 42px;
    font-size: 0;
    line-height: 1.2;
  }

  .home-pass-promo strong::after {
    content: "바로패스";
    font-size: 18px;
  }

  .home-pass-promo small {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
  }

  .home-pass-promo em {
    display: none;
  }

  .home-benefits {
    width: calc(100% - 32px);
    margin: 0 auto 58px;
    text-align: center;
  }

  .home-benefits h2 {
    margin-bottom: 34px;
  }

  .home-benefit-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .home-benefit-card {
    min-height: 126px;
    border-radius: 8px;
    padding: 0 16px;
    gap: 14px;
  }

  .home-benefit-copy {
    gap: 12px;
  }

  .home-benefit-copy strong {
    font-size: 16px;
    line-height: 1.35;
  }

  .home-benefit-copy small {
    font-size: 13px;
    line-height: 1.55;
  }

  .benefit-visual {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
  }

  .benefit-visual .ui-icon {
    width: 42px;
    height: 42px;
  }

  .home-help {
    width: calc(100% - 32px);
    margin: 70px auto 92px;
    text-align: center;
  }

  .home-help h2 {
    margin-bottom: 34px;
  }

  .home-help-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .home-help-item {
    position: relative;
    min-height: 180px;
    padding: 18px 16px;
    display: block;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    background: #fff;
    text-align: left;
  }

  .home-help-copy {
    display: block;
  }

  .home-help-copy strong {
    display: block;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.2;
  }

  .home-help-copy small {
    display: block;
    color: #161b20;
    font-size: 13px;
    line-height: 1.7;
  }

  .help-visual {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 58px;
    height: 58px;
  }

  .help-visual .ui-icon {
    width: 31px;
    height: 31px;
  }

  .help-visual::before {
    width: 48px;
    height: 48px;
  }
}

@media (min-width: 640px) and (max-width: 1180px) {
  .mobile-game-orbit {
    height: 214px;
  }

  .orbit-card.is-prev {
    transform: translateX(-205px) scale(0.96);
  }

  .orbit-card.is-next {
    transform: translateX(85px) scale(0.96);
  }

  .orbit-card.is-far-prev,
  .orbit-card.is-far-next {
    background: linear-gradient(180deg, #e5e5e5, #b9b9b9);
    color: rgba(255, 255, 255, 0.72);
    filter: grayscale(0.25);
    opacity: 0.62;
    pointer-events: auto;
  }

  .orbit-card.is-far-prev {
    transform: translateX(-345px) scale(0.88);
  }

  .orbit-card.is-far-next {
    transform: translateX(225px) scale(0.88);
  }
}

/* PC final pass: Barotem-style white page, full-page layers, popup chat */
html,
body {
  background: #fff;
}

body {
  color: #080c10;
}

.page-shell {
  background: #fff;
}

.notice-strip {
  background: #fff;
}

.site-footer {
  background: #f4f4f4;
}

.site-header {
  background: #fff;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

body.favorites-open,
body.menu-open {
  overflow: hidden;
}

.favorites-modal,
.drawer-backdrop,
.drawer-menu {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.favorites-modal {
  position: fixed;
  inset: 0;
  z-index: 2100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 44px 40px;
  background: rgba(0, 0, 0, 0.38);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.favorites-modal[hidden] {
  display: none;
}

.favorites-panel {
  width: 936px;
  max-width: calc(100vw - 80px);
  height: min(736px, calc(100vh - 88px));
  min-height: 0;
  max-height: none;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  padding: 28px 24px;
}

.favorites-head {
  min-height: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 18px;
}

.favorites-head strong {
  color: #111;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
}

.favorites-head button {
  width: 34px;
  min-height: 34px;
  border: 0;
  background: transparent;
  display: grid;
  place-items: center;
  padding: 0;
  cursor: pointer;
  color: #111;
}

.favorites-head button .ui-icon {
  width: 21px;
  height: 21px;
  stroke-width: 2.4;
}

.favorites-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.favorites-tabs button {
  height: 34px;
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  background: #e7e7e7;
  color: #777;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 900;
  line-height: 34px;
  box-shadow: none;
  cursor: pointer;
}

.favorites-tabs button.active {
  background: #46afd2;
  color: #fff;
}

.favorites-list-modal {
  min-height: 0;
  overflow-y: auto;
  display: grid;
  align-content: start;
  gap: 8px;
  padding-right: 8px;
}

.favorites-list-modal .favorites-row {
  position: relative;
  min-height: 94px;
  border: 1px solid #dedede;
  border-radius: 7px;
  background: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  align-items: center;
  overflow: hidden;
}

.favorites-list-modal .favorites-row.is-fast::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 28px solid #111;
  border-right: 28px solid transparent;
  z-index: 1;
}

.favorites-list-modal .favorites-row.is-fast::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ff4b55;
  z-index: 2;
}

.favorites-list-modal .favorites-row-link {
  min-width: 0;
  min-height: 92px;
  border: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 250px;
  align-items: center;
  gap: 18px;
  padding: 16px 16px 16px 18px;
  color: #111;
}

.favorites-grade {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #f7dfc1 0%, #f2b873 100%);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.42);
}

.favorites-grade.grade-s,
.favorites-grade.grade-p,
.favorites-grade.grade-v {
  background: linear-gradient(135deg, #bfe9ff 0%, #62bdf0 100%);
}

.favorites-row-body {
  min-width: 0;
  display: block;
}

.favorites-row-body em {
  display: block;
  margin-bottom: 6px;
  color: #666;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
}

.favorites-row-body strong {
  display: block;
  overflow: hidden;
  color: #111;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.favorites-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}

.favorites-badge {
  min-height: 21px;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  padding: 0 8px;
  font-size: 11px;
  font-weight: 900;
  line-height: 21px;
}

.favorites-badge.instant {
  background: #fff1c6;
  color: #ffb400;
}

.favorites-badge.fast {
  background: #ffe9ed;
  color: #ff4b55;
}

.favorites-row-meta {
  min-width: 0;
  display: grid;
  grid-template-columns: 92px minmax(92px, 1fr);
  align-items: center;
  gap: 18px;
}

.favorites-row-meta em {
  color: #777;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.favorites-row-meta b {
  color: #111;
  font-size: 17px;
  font-weight: 900;
  text-align: right;
  white-space: nowrap;
}

.favorites-delete-form {
  margin: 0;
  padding-right: 22px;
}

.favorites-delete-form button {
  width: 28px;
  min-height: 28px;
  border: 0;
  background: transparent;
  color: #a6a6a6;
  display: grid;
  place-items: center;
  padding: 0;
  cursor: pointer;
}

.favorites-delete-form button:hover {
  color: #ff5d6c;
}

.favorites-delete-form .ui-icon {
  width: 22px;
  height: 22px;
  stroke-width: 2.25;
}

.favorites-empty {
  justify-self: center;
  align-self: center;
  margin: 120px 0 0;
  color: #888;
  font-size: 15px;
  font-weight: 900;
}

.favorites-pager {
  display: grid;
  place-items: center;
  padding-top: 20px;
}

.favorites-pager span {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #46afd2;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 900;
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 2050;
  background: rgba(255, 255, 255, 0.62);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

body.menu-open .drawer-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.drawer-menu {
  position: fixed;
  z-index: 2060;
  inset: 132px auto auto 50%;
  width: min(860px, calc(100vw - 64px));
  min-height: 430px;
  max-height: calc(100vh - 164px);
  overflow-y: auto;
  transform: translateX(-50%);
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
  padding: 26px 28px 30px;
}

.drawer-menu[hidden] {
  display: none;
}

.drawer-head {
  min-height: 44px;
  margin: 0 0 22px;
  border-bottom: 2px solid #111;
}

.drawer-head strong {
  color: #080c10;
  font-size: 24px;
  font-weight: 900;
}

.drawer-head button {
  width: 34px;
  height: 34px;
  min-height: 34px;
  border: 0;
  background: transparent;
  color: #111;
  box-shadow: none;
}

.drawer-columns {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
}

.drawer-columns ul {
  margin: 0;
  padding: 0 20px;
  border-left: 1px solid #ececec;
  list-style: none;
  text-align: center;
}

.drawer-columns ul:first-child {
  border-left: 0;
}

.drawer-columns li {
  min-height: 31px;
  color: #555;
  font-size: 14px;
  font-weight: 800;
}

.drawer-columns li:first-child {
  margin-bottom: 14px;
  color: #080c10;
  font-size: 17px;
  font-weight: 900;
}

.drawer-menu .drawer-columns a {
  min-height: 0;
  display: block;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  color: inherit;
  font-weight: inherit;
  box-shadow: none;
}

.drawer-menu .drawer-columns a:hover {
  color: var(--bt-blue);
}

@media (min-width: 1181px) {
  body {
    background: #fff;
  }

  .site-header {
    position: relative;
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
  }

  .bt-mypage-hero {
    background: #fff;
    min-height: 330px;
    padding: 56px 0 0;
  }

  .bt-mypage-summary {
    border: 1px solid #e4e4e4;
    border-radius: 0;
    box-shadow: none;
  }

  .bt-member-card,
  .bt-verify-card,
  .bt-balance-card {
    background: #fff;
  }

  .bt-grade-shield {
    background: url("/silla_app/assets/bt-topMY.png") center / 42px 42px no-repeat, linear-gradient(135deg, #f2d5b6, #ce8f4c);
    color: transparent;
  }

  .bt-verify-card span::before {
    content: "";
    background: #f5f5f5 center / 28px 28px no-repeat;
    border: 1px solid #e0e0e0;
  }

  .bt-verify-card span:nth-child(1)::before {
    background-image: url("/silla_app/assets/bt-topMY.png");
  }

  .bt-verify-card span:nth-child(2)::before {
    background-image: url("/silla_app/assets/bt-topChat.png");
  }

  .bt-verify-card span:nth-child(3)::before {
    background-image: url("/silla_app/assets/bt-topZzim.png");
  }

  .bt-verify-card span.ok::before {
    background-color: #eefaf2;
    border-color: #28aa4f;
  }

  .bt-balance-card a:first-child strong {
    color: var(--bt-blue);
  }

  .bt-my-alert {
    background: #44b5d7;
  }

  .bt-mypage-ad {
    height: 160px;
    margin: 46px auto 44px;
    border-radius: 8px;
    background: linear-gradient(90deg, #d62030 0%, #ef5969 100%);
    position: relative;
    overflow: hidden;
  }

  .bt-mypage-ad::before {
    content: "바로패스";
    position: absolute;
    left: 54px;
    top: 42px;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
  }

  .bt-mypage-ad::after {
    content: "다양한 혜택을 한번에!";
    position: absolute;
    left: 54px;
    top: 86px;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
  }

  .bt-mypage-container {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 38px;
  }

  .bt-mypage-nav {
    color: #111;
  }

  .bt-mypage-nav h2 {
    border-bottom: 2px solid #111;
    padding-bottom: 10px;
  }

  .bt-mypage-nav a {
    min-height: 36px;
    border-bottom: 1px solid transparent;
    color: #555;
    font-size: 14px;
  }

  .bt-mypage-nav a:hover {
    color: #111;
    border-bottom-color: #e8e8e8;
  }

  .bt-status-panel,
  .bt-paid-services,
  .bt-history-panel {
    background: #fff;
  }
}

body.page-chat.is-popup {
  min-width: 0;
  height: 100vh;
  overflow: hidden;
  background: #f4f6f8;
}

body.page-chat.is-popup .site-header,
body.page-chat.is-popup .mobile-bottom-nav,
body.page-chat.is-popup .notice-strip,
body.page-chat.is-popup .site-footer {
  display: none !important;
}

body.page-chat.is-popup .page-shell {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
}

body.page-chat.is-popup .chat-layout {
  width: 100%;
  height: 100vh;
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: 0;
  background: #fff;
}

body.page-chat.is-popup .chat-list,
body.page-chat.is-popup .chat-room {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.page-chat.is-popup .chat-list {
  padding: 14px 10px;
  border-right: 1px solid #e4e7eb;
  background: #f7f8fa;
  overflow-y: auto;
}

body.page-chat.is-popup .chat-list h2 {
  margin: 0 0 12px;
  color: #111;
  font-size: 18px;
}

body.page-chat.is-popup .chat-list a {
  padding: 10px 8px;
  border-radius: 8px;
  color: #444;
}

body.page-chat.is-popup .chat-list a.active {
  background: #fff;
  color: #111;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

body.page-chat.is-popup .chat-list a strong {
  overflow: hidden;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.page-chat.is-popup .chat-list span {
  font-size: 10px;
}

body.page-chat.is-popup .chat-room {
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 0;
  min-width: 0;
}

body.page-chat.is-popup .chat-room h1 {
  min-height: 58px;
  margin: 0;
  padding: 0 16px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e4e7eb;
  color: #111;
  font-size: 16px;
}

body.page-chat.is-popup .message-stack {
  min-height: 0;
  border-radius: 0;
  padding: 16px;
  overflow-y: auto;
  background: #eef3f6;
}

body.page-chat.is-popup .message {
  max-width: 86%;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

body.page-chat.is-popup .message.mine {
  background: #dff4ff;
}

body.page-chat.is-popup .message-form {
  margin: 0;
  padding: 10px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 70px;
  gap: 8px;
  border-top: 1px solid #e4e7eb;
  background: #fff;
}

body.page-chat.is-popup .message-form input {
  min-width: 0;
  border-radius: 999px;
}

body.page-chat.is-popup .message-form button {
  border-radius: 999px;
  background: #42add1;
  color: #fff;
  font-weight: 900;
}

/* Barotem-style chat page */
body.page-chat {
  background: #fff;
}

body.page-chat .page-shell:has(.bt-chat-layout) {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.page-chat.is-popup {
  background: #fff;
}

body.page-chat.is-popup .page-shell:has(.bt-chat-layout) {
  height: 100vh;
}

.bt-chat-layout {
  width: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 556px;
  gap: 39px;
  background: #fff;
}

.bt-chat-layout .chat-list {
  display: none !important;
}

.bt-chat-room {
  min-width: 0;
  min-height: 100vh;
  display: grid;
  grid-template-rows: 102px minmax(0, 1fr) 52px;
  border: 0;
  border-right: 1px solid #e5e5e5;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  background: #fff;
}

.bt-chat-head {
  min-height: 102px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 190px 36px;
  align-items: center;
  gap: 16px;
  padding: 0 20px;
  border-bottom: 1px solid #111;
  background: #fff;
}

.bt-chat-back {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #111;
}

.bt-chat-back .ui-icon {
  width: 32px;
  height: 32px;
  stroke-width: 2.5;
}

.bt-chat-product {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.bt-chat-product strong {
  overflow: hidden;
  color: #111;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bt-chat-product span {
  overflow: hidden;
  color: #565b60;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bt-chat-product em {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #19bd4d;
  font-size: 13px;
  line-height: 1;
  font-style: normal;
  font-weight: 900;
}

.bt-chat-product em i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #19bd4d;
}

.bt-chat-price {
  display: grid;
  justify-items: end;
  gap: 4px;
  font-weight: 900;
}

.bt-chat-price span {
  color: #b8b8b8;
  font-size: 13px;
}

.bt-chat-price strong {
  color: #111;
  font-size: 15px;
}

.bt-chat-kebab {
  width: 30px;
  height: 42px;
  min-height: 42px;
  border: 0;
  background: transparent;
  color: #333;
  padding: 0;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.bt-chat-menu-wrap {
  position: relative;
  width: 36px;
  display: grid;
  justify-items: center;
}

.bt-chat-menu {
  position: absolute;
  top: 64px;
  right: 0;
  z-index: 20;
  width: 170px;
  padding: 12px 0;
  border: 1px solid #dedede;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
}

.bt-chat-menu a,
.bt-chat-menu button {
  width: 100%;
  height: 56px;
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 0;
  background: transparent;
  color: #111;
  padding: 0 20px;
  font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  text-align: left;
  cursor: pointer;
}

.bt-chat-menu a:hover,
.bt-chat-menu button:hover {
  background: #f7f8f9;
}

.bt-chat-menu .ui-icon {
  width: 20px;
  height: 20px;
  stroke-width: 1.9;
}

.bt-chat-messages {
  min-height: 0;
  position: relative;
  display: block;
  padding: 0;
  border-radius: 0;
  background: #fff;
  overflow-y: auto;
}

.bt-chat-privacy {
  position: absolute;
  top: 25px;
  left: 50%;
  margin: 0;
  color: #111;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  transform: translateX(-50%);
}

.bt-chat-warning {
  position: absolute;
  left: 50%;
  top: 74px;
  width: 322px;
  min-height: 276px;
  overflow: hidden;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
  transform: translateX(-50%);
}

.bt-chat-warning h2 {
  height: 73px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  border-bottom: 1px solid #e8e8e8;
  color: #ff9915;
  font-size: 18px;
  font-weight: 900;
}

.bt-chat-warning h2::after {
  content: "!";
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #ff9915;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.bt-chat-warning div {
  width: 272px;
  min-height: 170px;
  margin: 16px auto;
  display: grid;
  align-content: center;
  justify-items: center;
  border-radius: 14px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    #ff351f;
  background-size: 10px 10px;
  color: #fff;
  text-align: center;
}

.bt-chat-warning strong {
  color: #fff;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 900;
}

.bt-chat-warning p {
  margin: 12px 0 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 900;
}

.bt-chat-messages .message {
  position: relative;
  z-index: 1;
  max-width: 52%;
  margin: 380px 0 0 50%;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.bt-chat-messages .message + .message {
  margin-top: 12px;
}

.bt-chat-form {
  height: 52px;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px 42px;
  align-items: center;
  gap: 6px;
  padding: 0 6px 0 12px;
  border-top: 1px solid #e5e5e5;
  background: #fff;
}

.bt-chat-form input {
  min-width: 0;
  height: 44px;
  min-height: 44px;
  border: 0;
  background: #fff;
  color: #999;
  padding: 0;
  font-size: 14px;
  font-weight: 900;
}

.bt-chat-form input:focus {
  outline: none;
}

.bt-chat-form button {
  width: 40px;
  height: 40px;
  min-height: 40px;
  border: 0;
  border-radius: 6px;
  padding: 0;
  display: grid;
  place-items: center;
}

.bt-chat-attach {
  background: #fff;
  color: #8d9399;
}

.bt-chat-send {
  background: #45b6d8;
  color: #fff;
}

.bt-chat-form .ui-icon {
  width: 24px;
  height: 24px;
  stroke-width: 2.1;
}

.bt-chat-side {
  min-height: 100vh;
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 22px 20px;
}

.bt-chat-partner {
  min-height: 148px;
  border-bottom: 1px solid #e5e5e5;
}

.bt-chat-partner h2 {
  margin: 0 0 18px;
  color: #111;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
}

.bt-chat-partner dl {
  margin: 0;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 18px;
}

.bt-chat-partner dt {
  color: #111;
  font-size: 15px;
  font-weight: 900;
}

.bt-chat-partner dd {
  margin: 0;
  display: grid;
  gap: 16px;
}

.bt-chat-partner dd span {
  display: grid;
  grid-template-columns: 80px 30px;
  align-items: center;
  color: #555;
  font-size: 15px;
  font-weight: 900;
}

.bt-chat-partner dd b {
  color: #16aa43;
  font-size: 24px;
  line-height: 1;
}

.bt-chat-actions {
  min-height: 260px;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 74px;
  display: grid;
  grid-template-columns: 100px 100px;
  gap: 20px 66px;
}

.bt-chat-action-form {
  display: contents;
}

.bt-chat-actions a,
.bt-chat-actions button {
  width: 100px;
  height: 100px;
  min-height: 100px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 13px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background: #fff;
  color: #111;
  padding: 0;
  font-size: 15px;
  font-weight: 900;
}

.bt-chat-actions button.is-disabled,
.bt-chat-actions button:disabled {
  cursor: default;
  color: #999;
  background: #f6f6f6;
}

.bt-chat-actions .ui-icon {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}

.bt-chat-step {
  padding: 20px 128px 0;
  display: grid;
  justify-items: center;
  gap: 8px;
}

.bt-chat-step button {
  width: 220px;
  height: 39px;
  min-height: 39px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background: #fff;
  color: #111;
  padding: 0;
  font-size: 15px;
  font-weight: 900;
}

.bt-chat-step button.active {
  border-color: #4576ff;
  background: #4576ff;
  color: #fff;
}

.bt-chat-step button:disabled {
  cursor: default;
}

.bt-chat-step i {
  height: 14px;
  display: grid;
  place-items: center;
  color: #9a9a9a;
}

.bt-chat-step .ui-icon {
  width: 18px;
  height: 18px;
  stroke-width: 2.6;
}

.bt-chat-guide {
  height: 50px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #6cc9e6;
  border-radius: 3px;
  color: #45b6d8;
  font-size: 17px;
  font-weight: 900;
}

.bt-chat-guide span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #45b6d8;
  color: #fff;
  font-size: 17px;
  line-height: 1;
}

body.page-chat .bt-chat-layout {
  width: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 556px;
  gap: 39px;
  background: #fff;
}

body.page-chat.is-popup .bt-chat-layout {
  width: 100%;
  height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 556px;
  gap: 39px;
  background: #fff;
}

body.page-chat .bt-chat-layout .chat-list {
  display: none !important;
}

body.page-chat .bt-chat-room {
  min-width: 0;
  min-height: 100vh;
  display: grid;
  grid-template-rows: 102px minmax(0, 1fr) 52px;
  border: 0;
  border-right: 1px solid #e5e5e5;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  background: #fff;
}

body.page-chat.is-popup .bt-chat-room {
  min-width: 0;
  min-height: 100vh;
  display: grid;
  grid-template-rows: 102px minmax(0, 1fr) 52px;
  border: 0;
  border-right: 1px solid #e5e5e5;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  background: #fff;
}

body.page-chat .bt-chat-messages {
  min-height: 0;
  position: relative;
  display: block;
  padding: 0;
  border-radius: 0;
  background: #fff;
  overflow-y: auto;
}

body.page-chat.is-popup .bt-chat-messages {
  min-height: 0;
  position: relative;
  display: block;
  padding: 0;
  border-radius: 0;
  background: #fff;
  overflow-y: auto;
}

body.page-chat .bt-chat-messages .message {
  position: relative;
  z-index: 1;
  max-width: 52%;
  margin: 380px 0 0 50%;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.page-chat .bt-chat-messages .message + .message {
  margin-top: 12px;
}

body.page-chat .bt-chat-form {
  height: 52px;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px 42px;
  align-items: center;
  gap: 6px;
  padding: 0 6px 0 12px;
  border-top: 1px solid #e5e5e5;
  background: #fff;
}

body.page-chat.is-popup .bt-chat-form {
  height: 52px;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px 42px;
  align-items: center;
  gap: 6px;
  padding: 0 6px 0 12px;
  border-top: 1px solid #e5e5e5;
  background: #fff;
}

body.page-chat .bt-chat-form input {
  min-width: 0;
  height: 44px;
  min-height: 44px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #999;
  padding: 0;
  font-size: 14px;
  font-weight: 900;
}

body.page-chat.is-popup .bt-chat-form input {
  min-width: 0;
  height: 44px;
  min-height: 44px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #999;
  padding: 0;
  font-size: 14px;
  font-weight: 900;
}

body.page-chat .bt-chat-form button {
  width: 40px;
  height: 40px;
  min-height: 40px;
  border: 0;
  border-radius: 6px;
  padding: 0;
  display: grid;
  place-items: center;
}

body.page-chat.is-popup .bt-chat-form button {
  width: 40px;
  height: 40px;
  min-height: 40px;
  border: 0;
  border-radius: 6px;
  padding: 0;
  display: grid;
  place-items: center;
}

body.page-chat.is-popup .bt-chat-form .bt-chat-attach {
  background: #fff;
  color: #8d9399;
}

body.page-chat.is-popup .bt-chat-form .bt-chat-send {
  background: #45b6d8;
  color: #fff;
}

body.page-chat .bt-chat-form .bt-chat-attach {
  background: #fff;
  color: #8d9399;
}

body.page-chat .bt-chat-form .bt-chat-send {
  background: #45b6d8;
  color: #fff;
}

body.page-chat .bt-chat-layout,
body.page-chat.is-popup .bt-chat-layout {
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 556px;
  gap: 0;
  background: #fff;
}

body.page-chat .bt-chat-layout .chat-list,
body.page-chat.is-popup .bt-chat-layout .chat-list {
  min-width: 0;
  min-height: 100vh;
  display: block !important;
  overflow-y: auto;
  border: 0;
  border-right: 1px solid #e5e5e5;
  border-radius: 0;
  box-shadow: none;
  background: #f7f8fa;
  padding: 20px 14px;
}

body.page-chat .chat-list h2,
body.page-chat.is-popup .chat-list h2 {
  margin: 0 0 16px;
  color: #111;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
}

body.page-chat .chat-list a,
body.page-chat.is-popup .chat-list a {
  min-height: 70px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: #111;
  padding: 10px 9px;
}

body.page-chat .chat-list a:hover,
body.page-chat .chat-list a.active,
body.page-chat.is-popup .chat-list a:hover,
body.page-chat.is-popup .chat-list a.active {
  border-color: #e7e7e7;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.bt-chat-list-avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #6ec6e4, #4676ff);
  color: #fff !important;
  font-size: 17px !important;
  line-height: 1;
  font-weight: 900;
}

.bt-chat-list-body {
  min-width: 0;
  display: grid;
  gap: 7px;
}

body.page-chat .chat-list .bt-chat-list-body strong,
body.page-chat.is-popup .chat-list .bt-chat-list-body strong {
  overflow: hidden;
  color: #111;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.page-chat .chat-list .bt-chat-list-body em,
body.page-chat.is-popup .chat-list .bt-chat-list-body em {
  overflow: hidden;
  color: #777;
  font-size: 12px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.page-chat .chat-list [data-room-badge],
body.page-chat.is-popup .chat-list [data-room-badge] {
  min-width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #ff4d5c;
  color: #fff;
  padding: 0 6px;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
}

body.page-chat .chat-list [data-room-badge][hidden],
body.page-chat.is-popup .chat-list [data-room-badge][hidden] {
  display: none;
}

@media (max-width: 1180px) {
  body.page-chat .bt-chat-layout,
  body.page-chat.is-popup .bt-chat-layout {
    grid-template-columns: 230px minmax(0, 1fr);
  }

  body.page-chat .bt-chat-side,
  body.page-chat.is-popup .bt-chat-side {
    display: none;
  }
}

@media (max-width: 1180px) {
  .drawer-backdrop {
    background: rgba(255, 255, 255, 0.62);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }

  .drawer-menu {
    inset: 70px 12px 70px 12px;
    width: auto;
    max-width: none;
    min-height: 0;
    max-height: none;
    height: auto;
    transform: none;
    overflow-y: auto;
    border-radius: 12px;
    padding: 18px;
  }

  .drawer-head {
    min-height: 46px;
    margin-bottom: 14px;
    border-bottom: 1px solid #eeeeee;
  }

  .drawer-head strong {
    font-size: 20px;
  }

  .drawer-columns {
    grid-template-columns: 1fr 1fr;
    gap: 18px 12px;
  }

  .drawer-columns ul {
    padding: 0 12px 20px;
    border-left: 0;
    text-align: left;
  }

  .drawer-columns li {
    min-height: 28px;
    font-size: 13px;
  }

  .drawer-columns li:first-child {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .favorites-modal {
    padding: 12px;
    align-items: stretch;
  }

  .favorites-panel {
    width: 100%;
    height: calc(100vh - 24px);
    min-height: 0;
    padding: 18px;
  }

  .favorites-tabs {
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .favorites-tabs button {
    flex: 0 0 auto;
    padding: 0 14px;
  }

  .favorites-list-modal .favorites-row {
    min-height: 116px;
    grid-template-columns: minmax(0, 1fr) 38px;
  }

  .favorites-list-modal .favorites-row-link {
    min-height: 114px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 8px 14px 12px;
  }

  .favorites-row-meta {
    grid-column: 2;
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .favorites-row-meta b,
  .favorites-row-meta em {
    text-align: left;
  }

  .favorites-delete-form {
    padding-right: 8px;
  }
}

@media (min-width: 1181px) {
  .top-shell {
    grid-template-columns: 180px 600px minmax(240px, 1fr);
    gap: 40px;
  }

  .account-mini {
    justify-self: end;
    width: 240px;
    min-width: 0;
    max-width: 240px;
    gap: 10px;
    overflow: hidden;
    font-size: 13px;
  }

  .account-mini strong,
  .account-mini a {
    flex: 0 0 auto;
  }

  .account-mini a::before {
    left: -6px;
  }

  .notice-strip {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
  }

  .notice-strip-inner,
  .footer-inner {
    width: min(1200px, calc(100vw - 124px));
  }

  .notice-strip-inner {
    min-height: 58px;
    grid-template-columns: 130px minmax(0, 1fr) 90px;
    gap: 0;
  }

  .notice-strip strong {
    font-size: 19px;
    font-weight: 900;
  }

  .notice-strip a {
    font-size: 14px;
    font-weight: 700;
  }

  .notice-more {
    font-size: 16px !important;
    font-weight: 800 !important;
  }

  .site-footer {
    background: #f4f4f4;
  }

  .footer-inner {
    padding: 40px 0 28px;
  }

  .footer-links {
    margin-bottom: 42px;
  }

  .footer-links a {
    color: #5d6368;
    font-size: 13px;
    font-weight: 600;
    padding-right: 16px;
    margin-right: 16px;
  }

  .footer-links a:not(:last-child)::after {
    height: 12px;
    background: #9fa5aa;
  }

  .footer-body {
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 84px;
  }

  .footer-company h2 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 900;
  }

  .footer-company p {
    margin-bottom: 4px;
    color: #666b70;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 600;
  }

  .footer-company p span {
    margin-left: 16px;
  }

  .footer-company .copyright {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 600;
  }

  .footer-contact {
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    text-align: center;
  }

  .footer-contact div {
    gap: 12px;
  }

  .footer-contact span {
    color: #111;
    font-size: 16px;
    font-weight: 800;
  }

  .footer-contact strong {
    color: #000;
    font-size: 29px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
  }

  .footer-contact small {
    color: #777;
    font-size: 13px;
    font-weight: 600;
  }

  .footer-disclaimer {
    margin-top: 46px;
    color: #060606;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
  }
}

@media (min-width: 1181px) {
  .bt-channel-search {
    width: min(1200px, calc(100vw - 124px));
    margin: 0 auto;
    gap: 24px;
  }

  .bt-channel-tabs {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    min-height: 66px;
    overflow: hidden;
    border: 1px solid #e6e9ec;
    border-radius: 8px;
    background: #fff;
  }

  .bt-channel-tabs a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #edf0f2;
    color: #121212;
    font-size: 17px;
    font-weight: 900;
  }

  .bt-channel-tabs a:first-child {
    border-left: 0;
  }

  .bt-channel-tabs a:hover,
  .bt-channel-tabs a.active {
    background: #42add1;
    color: #fff;
  }

  .bt-channel-account .bt-channel-tabs a.active { background: #3d8fd1; }
  .bt-channel-money .bt-channel-tabs a.active { background: #28b56a; }
  .bt-channel-item .bt-channel-tabs a.active { background: #e74f71; }
  .bt-channel-etc .bt-channel-tabs a.active { background: #52606b; }
  .bt-channel-gift .bt-channel-tabs a.active { background: #d7aa38; }
  .bt-channel-giftshop .bt-channel-tabs a.active { background: #d82432; }

  .bt-channel-search .bt-trade-guide {
    height: 174px;
    padding: 32px 42px;
    border-radius: 8px;
    background: linear-gradient(135deg, #42add1, #4fc0dd);
    box-shadow: none;
  }

  .bt-channel-search .bt-trade-guide::after {
    right: 54px;
    top: 21px;
    width: 190px;
    height: 132px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.22);
    transform: rotate(-8deg);
    opacity: 1;
  }

  .bt-channel-search .bt-trade-guide span {
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 800;
  }

  .bt-channel-search .bt-trade-guide strong {
    position: relative;
    z-index: 1;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 900;
  }

  .bt-channel-search .bt-trade-guide em {
    position: relative;
    z-index: 1;
    width: max-content;
    min-height: 34px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #fff;
    color: #161616;
    font-size: 14px;
    font-weight: 900;
  }

  .bt-channel-account .bt-trade-guide {
    background: linear-gradient(135deg, #3d8fd1, #53afd9);
  }

  .bt-channel-money .bt-trade-guide {
    background: linear-gradient(135deg, #22a85f, #37c982);
  }

  .bt-channel-item .bt-trade-guide {
    background: linear-gradient(135deg, #df4267, #f0637c);
  }

  .bt-channel-etc .bt-trade-guide {
    background: linear-gradient(135deg, #485762, #687783);
  }

  .bt-channel-gift .bt-trade-guide {
    background: linear-gradient(135deg, #d5a63a, #e5bf5a);
  }

  .bt-channel-giftshop .bt-trade-guide {
    background: linear-gradient(135deg, #d82332, #f15a67);
  }

  .bt-channel-search .bt-game-rank {
    min-height: 306px;
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 38px;
    align-items: center;
    padding: 30px 36px;
    border: 1px solid #e6e9ec;
    border-radius: 8px;
    background: #fff;
  }

  .bt-channel-search .bt-game-rank-art {
    height: 244px;
    border-radius: 8px;
    background: linear-gradient(135deg, #151d28, #324e61 54%, #111822);
  }

  .bt-channel-search .bt-game-rank-art::after {
    content: "shillatem";
    right: 30px;
    top: 82px;
    color: rgba(255, 255, 255, 0.18);
    font-size: 55px;
    letter-spacing: 0;
  }

  .bt-channel-search .bt-game-rank h2 {
    margin: 0 0 18px;
    color: #111;
    font-size: 22px;
    font-weight: 900;
  }

  .bt-channel-search .bt-game-rank ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 30px;
  }

  .bt-channel-search .bt-game-rank li a {
    min-height: 38px;
    border-bottom: 1px solid #f0f2f3;
    color: #222;
    font-size: 15px;
    font-weight: 800;
  }

  .bt-channel-search .bt-game-rank li a:hover {
    color: #42add1;
  }

  .bt-channel-search .bt-game-rank li a span {
    width: 26px;
    color: #42add1;
    font-size: 16px;
    font-weight: 900;
  }

  .bt-channel-search .bt-all-games {
    padding: 32px 36px 38px;
    border: 1px solid #e6e9ec;
    border-radius: 8px;
    background: #fff;
  }

  .bt-channel-search .bt-all-games h1 {
    margin: 0 0 22px;
    text-align: left;
    color: #111;
    font-size: 24px;
    font-weight: 900;
  }

  .bt-channel-search .bt-all-games nav {
    min-height: 56px;
    justify-content: flex-start;
    gap: 8px;
    padding: 10px 12px;
    border: 0;
    border-radius: 8px;
    background: #f5f6f7;
  }

  .bt-channel-search .bt-all-games nav button {
    min-width: 42px;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 6px;
    background: #fff;
    color: #555;
    font-size: 14px;
    font-weight: 800;
  }

  .bt-channel-search .bt-all-games nav button:hover,
  .bt-channel-search .bt-all-games nav button.active {
    background: #42add1;
    color: #fff;
  }

  .bt-channel-search .bt-game-grid {
    margin-top: 22px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    justify-content: stretch;
    gap: 10px;
  }

  .bt-channel-search .bt-game-grid a {
    min-height: 58px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 0 14px;
    border: 1px solid #e7eaed;
    border-radius: 8px;
    background: #fff;
    color: #222;
    text-align: left;
    font-size: 14px;
    font-weight: 800;
  }

  .bt-channel-search .bt-game-grid a:hover {
    border-color: #42add1;
    color: #111;
    box-shadow: 0 8px 20px rgba(22, 37, 56, 0.08);
  }

  .bt-channel-search .game-badge {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 9px;
    background: #42add1;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    box-shadow: none;
  }

  .bt-channel-account .game-badge { background: #3d8fd1; }
  .bt-channel-money .game-badge { background: #28b56a; }
  .bt-channel-item .game-badge { background: #e74f71; }
  .bt-channel-etc .game-badge { background: #52606b; }
  .bt-channel-gift .game-badge { background: #d7aa38; }
  .bt-channel-giftshop .game-badge { background: #d82432; }

  .bt-filter-categories {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .visual-giftshop {
    background: linear-gradient(135deg, #d82332, #f15a67);
  }
}

@media (max-width: 1180px) {
  .bt-channel-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #e6e9ec;
    border-radius: 8px;
    background: #fff;
  }

  .bt-channel-tabs a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #edf0f2;
    border-top: 1px solid #edf0f2;
    color: #111;
    font-size: 14px;
    font-weight: 900;
  }

  .bt-channel-tabs a:nth-child(1),
  .bt-channel-tabs a:nth-child(2),
  .bt-channel-tabs a:nth-child(3) {
    border-top: 0;
  }

  .bt-channel-tabs a:nth-child(3n + 1) {
    border-left: 0;
  }

  .bt-channel-tabs a.active {
    background: #42add1;
    color: #fff;
  }

  .bt-channel-account .bt-channel-tabs a.active { background: #3d8fd1; }
  .bt-channel-money .bt-channel-tabs a.active { background: #28b56a; }
  .bt-channel-item .bt-channel-tabs a.active { background: #e74f71; }
  .bt-channel-etc .bt-channel-tabs a.active { background: #52606b; }
  .bt-channel-gift .bt-channel-tabs a.active { background: #d7aa38; }
  .bt-channel-giftshop .bt-channel-tabs a.active { background: #d82432; }

  .bt-channel-search .bt-trade-guide {
    border-radius: 8px;
    background: linear-gradient(135deg, #42add1, #4fc0dd);
  }

  .bt-channel-account .bt-trade-guide { background: linear-gradient(135deg, #3d8fd1, #53afd9); }
  .bt-channel-money .bt-trade-guide { background: linear-gradient(135deg, #22a85f, #37c982); }
  .bt-channel-item .bt-trade-guide { background: linear-gradient(135deg, #df4267, #f0637c); }
  .bt-channel-etc .bt-trade-guide { background: linear-gradient(135deg, #485762, #687783); }
  .bt-channel-gift .bt-trade-guide { background: linear-gradient(135deg, #d5a63a, #e5bf5a); }
  .bt-channel-giftshop .bt-trade-guide { background: linear-gradient(135deg, #d82332, #f15a67); }
}

@media (min-width: 1181px) {
  .bt-channel-search {
    width: 680px;
    gap: 16px;
  }

  .bt-channel-guide {
    min-height: 270px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: center;
    gap: 28px;
    padding: 34px 40px;
    border-radius: 8px;
    background: #42add1;
    color: #fff;
  }

  .bt-channel-guide-copy {
    display: grid;
    gap: 14px;
  }

  .bt-channel-guide h1 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0;
  }

  .bt-channel-guide p,
  .bt-channel-guide small {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 11px;
    line-height: 1.8;
    font-weight: 800;
  }

  .bt-channel-guide-panel {
    display: grid;
    gap: 14px;
  }

  .bt-channel-guide-title {
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 4px;
    background: #fff;
    color: #111;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(31, 78, 93, 0.18);
  }

  .bt-channel-guide-title span {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #4aaed2;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
  }

  .bt-channel-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .bt-channel-guide-grid a {
    height: 43px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
    border-radius: 4px;
    background: #fff;
    color: #171717;
    font-size: 11px;
    font-weight: 900;
    box-shadow: 0 8px 16px rgba(31, 78, 93, 0.1);
  }

  .bt-channel-guide-grid a:last-child {
    grid-column: 1 / 2;
  }

  .bt-channel-guide-grid em {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #eaf7fb;
    color: #42add1;
    font-style: normal;
    font-size: 13px;
    font-weight: 900;
  }

  .bt-channel-money .bt-channel-guide { background: #42add1; }
  .bt-channel-item .bt-channel-guide { background: #42add1; }
  .bt-channel-etc .bt-channel-guide { background: #42add1; }
  .bt-channel-gift .bt-channel-guide { background: #42add1; }
  .bt-channel-giftshop .bt-channel-guide { background: #42add1; }

  .bt-channel-search .bt-game-rank {
    min-height: 226px;
    grid-template-columns: 342px minmax(0, 1fr);
    gap: 32px;
    align-items: center;
    padding: 24px 28px;
    border: 0;
    border-radius: 8px;
    background: #eefaf3;
  }

  .bt-channel-search .bt-game-rank-art {
    height: 178px;
    border-radius: 8px;
    background: linear-gradient(135deg, #0c1118, #2d3941 42%, #0d1117);
  }

  .bt-channel-search .bt-game-rank-art::after {
    content: "Lineage M";
    right: 52px;
    top: 68px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 39px;
    font-weight: 900;
  }

  .bt-channel-search .bt-game-rank h2 {
    margin: 0 0 20px;
    color: #080808;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 900;
  }

  .bt-channel-search .bt-game-rank ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
  }

  .bt-channel-search .bt-game-rank li a {
    min-height: 30px;
    border-bottom: 0;
    color: #111;
    font-size: 11px;
    font-weight: 900;
    gap: 9px;
  }

  .bt-channel-search .bt-game-rank li a span {
    width: 15px;
    color: #111;
    font-size: 13px;
    font-weight: 900;
  }

  .bt-channel-search .bt-all-games {
    padding: 24px 0 0;
    border: 0;
    border-top: 1px solid #f0f0f0;
    border-radius: 0;
    background: transparent;
  }

  .bt-channel-search .bt-all-games h1 {
    margin: 0 0 16px;
    text-align: center;
    color: #050505;
    font-size: 14px;
    font-weight: 900;
  }

  .bt-channel-search .bt-all-games nav {
    min-height: 28px;
    justify-content: center;
    gap: 8px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .bt-channel-search .bt-all-games nav button {
    min-width: 32px;
    min-height: 28px;
    padding: 0 8px;
    border: 1px solid #ededed;
    border-radius: 3px;
    background: #fff;
    color: #a5a5a5;
    font-size: 11px;
    font-weight: 900;
  }

  .bt-channel-search .bt-all-games nav button:hover,
  .bt-channel-search .bt-all-games nav button.active {
    border-color: #42add1;
    background: #42add1;
    color: #fff;
  }

  .bt-channel-search .bt-game-grid {
    margin-top: 20px;
    grid-template-columns: repeat(6, 70px);
    justify-content: space-between;
    gap: 22px 0;
  }

  .bt-channel-search .bt-game-grid a {
    min-height: 106px;
    height: 106px;
    display: grid;
    place-items: start center;
    align-content: start;
    gap: 9px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #111;
    text-align: center;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 900;
    overflow: hidden;
  }

  .bt-channel-search .bt-game-grid a:hover {
    border-color: transparent;
    color: #42add1;
    box-shadow: none;
  }

  .bt-channel-search .game-badge {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    border-radius: 8px;
    background: linear-gradient(135deg, #11151d, #2f4756);
    color: rgba(255, 255, 255, 0.88);
    font-size: 20px;
    box-shadow: 0 8px 14px rgba(22, 37, 56, 0.12);
  }

  .bt-channel-account .game-badge,
  .bt-channel-money .game-badge,
  .bt-channel-item .game-badge,
  .bt-channel-etc .game-badge,
  .bt-channel-gift .game-badge,
  .bt-channel-giftshop .game-badge {
    background: linear-gradient(135deg, #11151d, #2f4756);
  }
}

@media (max-width: 1180px) {
  .bt-channel-guide {
    min-height: 250px;
    display: grid;
    gap: 18px;
    padding: 24px;
    border-radius: 8px;
    background: #42add1;
    color: #fff;
  }

  .bt-channel-guide h1 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
  }

  .bt-channel-guide p,
  .bt-channel-guide small {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    line-height: 1.7;
    font-weight: 800;
  }

  .bt-channel-guide-panel,
  .bt-channel-guide-grid {
    display: grid;
    gap: 10px;
  }

  .bt-channel-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bt-channel-guide-title,
  .bt-channel-guide-grid a {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 4px;
    background: #fff;
    color: #111;
    font-weight: 900;
  }

  .bt-channel-guide-title span,
  .bt-channel-guide-grid em {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #eaf7fb;
    color: #42add1;
    font-style: normal;
  }
}

@media (min-width: 1181px) {
  .bt-channel-search .bt-trade-guide {
    height: 170px !important;
    min-height: 170px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 280px !important;
    align-items: center !important;
    gap: 42px !important;
    padding: 34px 40px !important;
    border-radius: 8px !important;
    background: #ed728a !important;
  }

  .bt-channel-search .bt-trade-guide::after {
    content: none !important;
  }

  .bt-channel-search .bt-trade-guide span {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: center !important;
    transform: translateY(-15px) !important;
  }

  .bt-channel-search .bt-trade-guide strong {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: center !important;
    margin-top: 0 !important;
    transform: translateY(20px) !important;
  }

  .bt-channel-search .bt-trade-guide em {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 280px !important;
    height: 70px !important;
    min-height: 70px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    justify-self: end !important;
    border-radius: 4px !important;
    background: #fff !important;
    color: #151515 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    box-shadow: 0 8px 18px rgba(73, 49, 59, 0.12) !important;
  }

  .bt-channel-search .bt-trade-guide em b {
    width: 28px !important;
    height: 28px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 50% !important;
    background: #f5c06d !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 900 !important;
  }
}

@media (min-width: 1181px) {
  body .bt-channel-search .bt-trade-guide {
    height: 300px !important;
    min-height: 300px !important;
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 40px !important;
    padding: 0 70px !important;
    border-radius: 20px !important;
    background: #f18194 !important;
    color: #fff !important;
    box-shadow: none !important;
  }

  body .bt-channel-gift .bt-trade-guide,
  body .bt-channel-giftshop .bt-trade-guide {
    background: #5cb575 !important;
  }

  body .bt-channel-search .bt-trade-guide > div {
    display: flex !important;
    flex-direction: column !important;
  }

  body .bt-channel-search .bt-trade-guide > div > h3 {
    margin: 0 0 20px !important;
    color: #fff !important;
    font-size: 30px !important;
    line-height: 36px !important;
    font-weight: 900 !important;
  }

  body .bt-channel-search .bt-trade-guide > div > p {
    margin: 0 !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
  }

  body .bt-channel-search .bt-trade-guide > span.bt-trade-guide-card {
    grid-column: auto !important;
    grid-row: auto !important;
    align-self: auto !important;
    justify-self: auto !important;
    transform: none !important;
    width: 490px !important;
    height: 120px !important;
    min-height: 120px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 13px !important;
    padding: 0 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #111 !important;
    opacity: 1 !important;
    box-shadow: none !important;
  }

  body .bt-channel-search .bt-trade-guide-card img {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain !important;
  }

  body .bt-channel-search .bt-trade-guide-card h3 {
    margin: 0 !important;
    color: #111 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 900 !important;
  }
}

.bt-gift-list-page,
.giftshop_wrap {
  width: min(1200px, calc(100vw - 64px));
  margin: 0 auto 80px;
}

.lists_wrap,
.lists_wrap div,
.lists_wrap div ul,
.lists_wrap div div {
  display: flex;
}

.lists_wrap {
  flex-direction: column;
}

.lists_wrap_top {
  justify-content: space-between;
  align-items: center;
}

.lists_wrap_top > p {
  align-items: center;
  margin: 20px 0;
  font-size: 16px;
  line-height: 24px;
}

.lists_wrap_top > p > span {
  font-weight: 900;
}

.giftshop_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 242px;
  padding: 0 80px;
  margin-bottom: 40px;
  border-radius: 8px;
  background: #5cb575;
  color: #fff;
}

.giftshop_link > div {
  flex-direction: column;
}

.giftshop_link h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
}

.giftshop_link p {
  margin: 0 0 24px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.giftshop_link > div > div {
  width: fit-content;
  align-items: center;
  gap: 16px;
  padding: 4px 24px;
  border: 1px solid #fff;
  border-radius: 4px;
}

.giftshop_link span {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 900;
}

.giftshop_link > div > div img {
  width: 32px;
  height: 32px;
}

.giftshop_link > img {
  width: 180px;
  height: 180px;
}

.lists_category {
  height: 60px;
}

.lists_category > a,
.lists_category > div {
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  background: #f8f8f8;
  color: #686868;
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
}

.lists_category.gift > a,
.lists_category.gift > div {
  width: 600px;
}

.lists_category > a:first-child,
.lists_category > div:first-child {
  border-radius: 5px 0 0 0;
}

.lists_category > a:last-child,
.lists_category > div:last-child {
  border-radius: 0 5px 0 0;
}

.lists_category.gift > .on {
  border: 0;
  background: #5cb575;
  color: #fff;
}

.lists_options {
  border: 1px solid #e5e5e5;
  border-top: 0;
}

.lists_options > div:first-child {
  min-width: 200px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 30px;
  color: #111;
  font-size: 14px;
  font-weight: 900;
}

.lists_options > ul {
  flex-wrap: wrap;
  gap: 20px 15px;
  padding: 10px 0;
}

.lists_options > ul > li {
  display: flex;
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  cursor: pointer;
}

.lists_options > ul > li > p {
  margin: 0;
  color: #808080;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  white-space: nowrap;
  font-weight: 900;
}

.lists_options.gift > ul > li.on {
  background: #5cb575;
}

.lists_options.gift > ul > li.on > p {
  color: #fff;
}

.lists_options_price_input {
  align-items: center;
  height: 40px;
  padding: 0 !important;
  margin: 10px 15px 10px 0;
  border: 0 !important;
  color: #111;
  font-size: 14px;
}

.lists_options_price_input input,
.lists_search input {
  height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  padding: 0 20px;
  font-size: 14px;
}

.lists_options_price_input input {
  width: 170px;
  margin-right: 10px;
}

.lists_options_price_input > span {
  margin: auto 5px;
}

.lists_search {
  position: relative;
}

.lists_search > :last-child > input {
  width: 919px;
}

.lists_search_box {
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 30px 0;
  margin-bottom: 50px;
  border: 1px solid #e5e5e5;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

.lists_search_box button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 16px 40px;
  border: 1px solid #5cb575;
  border-radius: 5px;
  background: #fff;
  color: #5cb575;
  font-size: 16px;
  font-weight: 900;
  box-shadow: none;
}

.lists_search_box.gift button:first-child {
  background: #5cb575;
  color: #fff;
}

.lists_title_premium,
.lists_title_common,
.lists_title_options {
  justify-content: space-between;
}

.lists_title_premium > h2,
.lists_title_common > h2 {
  display: flex;
  align-items: center;
  margin: 0 0 24px;
  font-size: 24px;
  line-height: 160%;
  font-weight: 900;
  letter-spacing: 0;
}

.lists_title_premium.gift > h2 {
  color: #5cb575;
}

.lists_product_premium,
.lists_product_common {
  flex-direction: column;
  width: 1200px;
  padding: 24px;
  border-radius: 5px;
}

.lists_product_premium.gift {
  margin-bottom: 40px;
  border: 2px solid #5cb575;
  background: #c4e7ce;
  filter: drop-shadow(0 0 12px #5cb575);
}

.lists_product_common {
  border: 2px solid #ececec;
  background: #e5e5e5;
}

.lists_product_contents {
  flex-direction: column;
}

.newlists_goods_content {
  position: relative;
  width: 1152px;
  height: 108px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 16px;
  border-radius: 5px;
  background: #fff;
  color: #111;
}

.newlists_goods_content > div:nth-child(1) {
  width: 60px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-right: 16px;
}

.newlists_goods_content > div:nth-child(1) > img {
  width: 40px;
  height: 40px;
}

.newlists_goods_content > div:nth-child(1) > p {
  margin: 0;
  color: #ceced0;
  font-size: 12px;
  line-height: 160%;
  font-weight: 900;
}

.newlists_goods_content > div:nth-child(1) > p.on {
  color: #24b54a;
}

.newlists_goods_content > div:nth-child(1) > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 5px 0;
}

.newlists_goods_content > div:nth-child(1) > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-top: 52px solid #000;
  border-right: 52px solid transparent;
  filter: drop-shadow(0 0.81px 3.25px rgba(0, 0, 0, 0.6));
}

.newlists_goods_content > div:nth-child(1) > div > dl {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 1;
  width: 19px;
  height: 19px;
  background: url("/silla_app/assets/barotem/static/img/new/product/quickIcon.png") center / contain no-repeat;
}

.newlists_goods_content > div:nth-child(2) {
  flex: 1;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
  margin-right: 16px;
}

.newlists_goods_content > div:nth-child(2) > ul {
  gap: 16px;
}

.newlists_goods_content > div:nth-child(2) > ul > li {
  color: #3b3d43;
  font-size: 12px;
  line-height: 160%;
  font-weight: 900;
}

.newlists_goods_content > div:nth-child(2) > p {
  display: -webkit-box;
  margin: 0;
  padding-right: 16px;
  overflow: hidden;
  color: #111;
  font-size: 14px;
  line-height: 160%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.newlists_goods_content > div:nth-child(2) > dl {
  display: flex;
  gap: 8px;
  margin: 0;
}

.newlists_goods_content > div:nth-child(2) > dl > span {
  display: inline-flex;
  align-items: center;
  height: 23px;
  padding: 0 10px;
  border-radius: 3px;
  background: #eff8f1;
  color: #24b54a;
  font-size: 11px;
  font-weight: 900;
}

.newlists_goods_content > div:nth-child(3) {
  width: 196px;
  align-items: center;
  margin-right: 16px;
}

.newlists_goods_content > div:nth-child(3) > ul {
  width: 100%;
  flex-direction: column;
  gap: 8px;
  padding: 0 8px;
}

.newlists_goods_content > div:nth-child(3) li {
  justify-content: space-between;
}

.newlists_goods_content > div:nth-child(3) span,
.newlists_goods_content > div:nth-child(3) strong {
  color: #848689;
  font-size: 12px;
  line-height: 160%;
}

.newlists_goods_content > div:nth-child(4) {
  width: 185px;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  margin-right: 16px;
}

.newlists_goods_content > div:nth-child(4) > span {
  padding: 0 8px;
  color: #6c6d72;
  font-size: 12px;
  line-height: 160%;
}

.newlists_goods_content > div:nth-child(4) h3 {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 8px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 900;
  text-align: right;
}

.newlists_goods_content > div:nth-child(4) h3 > span {
  font-size: 12px;
}

.newlists_goods_content > div:nth-child(5) {
  width: 68px;
  justify-content: center;
  text-align: center;
  color: #b5b6b8;
  font-size: 12px;
  line-height: 160%;
}

.lists_title_common {
  margin-bottom: 24px;
}

.lists_title_common > p {
  margin-top: 10px;
  color: #111;
}

.lists_title_common.gift > p > span {
  color: #5cb575;
  font-weight: 900;
}

.lists_title_options {
  margin-bottom: 16px;
}

.lists_title_options > select {
  width: 180px;
  height: 48px;
  border: 1px solid #d9dfe5;
  padding: 0 14px;
  font-size: 14px;
}

.lists_title_options > ul {
  width: 300px;
  gap: 36px;
  align-items: center;
}

.lists_title_options > ul > li {
  height: 26px;
  align-items: center;
  justify-content: center;
  color: #ceced0;
  font-size: 16px;
  font-weight: 900;
}

.lists_title_options.gift > ul > li.on {
  border-bottom: 2px solid #5cb575;
  color: #5cb575;
}

.bt-ad-placeholder {
  width: 1200px;
  height: 204px;
  margin: 0 auto 40px;
}

.giftshop_wrap {
  display: flex;
  flex-direction: column;
}

.giftshop_nav {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}

.giftshop_nav > h1 {
  margin: 24px 0 40px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
}

.giftshop_nav > ul {
  display: flex;
  gap: 16px;
}

.giftshop_nav > ul > li {
  flex: 1;
  padding-bottom: 16px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
}

.giftshop_nav > ul > li > a {
  color: inherit;
}

.giftshop_nav > ul > li.on {
  border-bottom: 4px solid #46afd2;
}

.giftshop_content_wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.gift_company {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 80px;
}

.giftview_block {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.giftview_block > div {
  position: relative;
  width: 282px;
  height: 282px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 12px;
  background: #f2f6f8;
}

.giftview_block > div > img {
  width: 160px;
  height: 160px;
  border-radius: 8px;
}

.giftview_block > h3 {
  margin: 0;
  text-align: center;
  color: #111;
  font-size: 16px;
  line-height: 24px;
  font-weight: 900;
}

.giftshop_content_wrap .notice {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 32px 36px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;
}

.giftshop_content_wrap .notice h3 {
  margin: 0 0 8px;
  color: #111;
  font-size: 18px;
  line-height: 28px;
  font-weight: 900;
}

.giftshop_content_wrap .notice p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}

.giftshop_orders {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.giftshop_order_row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 90px 160px;
  align-items: center;
  gap: 18px;
  min-height: 92px;
  padding: 14px 18px;
  border: 1px solid #e1e5ea;
  border-radius: 6px;
  background: #fff;
}

.giftshop_order_row img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 8px;
  background: #f2f6f8;
}

.giftshop_order_row div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.giftshop_order_row strong {
  color: #111;
  font-size: 16px;
  font-weight: 900;
}

.giftshop_order_row span,
.giftshop_order_row em {
  color: #777;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.giftshop_order_row b {
  text-align: right;
  color: #111;
  font-size: 18px;
  font-weight: 900;
}

.giftshop_empty {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;
  color: #777;
}

.giftshop_empty strong {
  color: #111;
  font-size: 18px;
  font-weight: 900;
}

.giftshop_empty a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  min-width: 116px;
  border-radius: 4px;
  background: #46afd2;
  color: #fff;
  font-weight: 900;
}

.giftshop_modal[hidden] {
  display: none;
}

.giftshop_modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.giftshop_modal_backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
}

.giftshop_layer {
  position: relative;
  z-index: 1;
  width: min(460px, calc(100vw - 40px));
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
}

.giftshop_layer h2 {
  margin: 0 0 24px;
  color: #111;
  font-size: 24px;
  font-weight: 900;
}

.giftshop_close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #555;
}

.giftshop_layer_item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 8px;
  background: #f4f7f9;
}

.giftshop_layer_item img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  border-radius: 8px;
}

.giftshop_layer_item div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.giftshop_layer_item strong {
  color: #111;
  font-size: 17px;
  font-weight: 900;
}

.giftshop_layer_item span {
  color: #777;
  font-size: 13px;
  line-height: 1.5;
}

.giftshop_pay_info {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 10px;
  margin: 22px 0;
  color: #111;
}

.giftshop_pay_info dt {
  color: #777;
  font-size: 14px;
  font-weight: 900;
}

.giftshop_pay_info dd {
  margin: 0;
  text-align: right;
  font-size: 14px;
  font-weight: 900;
}

.giftshop_quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  color: #777;
  font-size: 14px;
  font-weight: 900;
}

.giftshop_quantity input {
  width: 96px;
  height: 42px;
  border: 1px solid #d9dfe5;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
}

.giftshop_total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  color: #111;
  font-size: 16px;
  font-weight: 900;
}

.giftshop_total strong {
  color: #46afd2;
  font-size: 24px;
  font-weight: 900;
}

.giftshop_buy_btn {
  display: flex;
  width: 100%;
  height: 54px;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 4px;
  background: #46afd2;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
}

@media (max-width: 1180px) {
  .bt-gift-list-page,
  .giftshop_wrap {
    width: 100%;
  }

  .giftshop_link {
    height: auto;
    min-height: 156px;
    padding: 20px 22px;
  }

  .giftshop_link > img {
    width: 96px;
    height: 96px;
  }

  .lists_category.gift > a,
  .lists_category.gift > div {
    width: 50%;
  }

  .lists_options {
    flex-direction: column;
  }

  .lists_options > div:first-child {
    min-width: 0;
    padding: 16px;
  }

  .lists_options > ul {
    padding: 0 16px 16px;
  }

  .lists_options_price_input {
    padding: 0 16px 16px !important;
  }

  .lists_search > :last-child > input {
    width: calc(100vw - 64px);
  }

  .lists_product_premium,
  .lists_product_common,
  .newlists_goods_content,
  .bt-ad-placeholder {
    width: 100%;
  }

  .newlists_goods_content {
    height: auto;
    min-height: 132px;
    align-items: flex-start;
    padding: 14px;
    gap: 10px;
  }

  .newlists_goods_content > div:nth-child(3),
  .newlists_goods_content > div:nth-child(5) {
    display: none;
  }

  .newlists_goods_content > div:nth-child(4) {
    width: 110px;
    margin-right: 0;
  }

  .gift_company {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .giftview_block > div {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
}

@media (min-width: 981px) {
  .quick-nav {
    gap: 26px;
  }

  .quick-icon[data-hover-label],
  .hamburger-button[data-hover-label] {
    width: 34px;
    height: 44px;
    min-height: 44px;
    background-size: 28px 28px;
  }

  .quick-icon[data-hover-label]::before,
  .hamburger-button[data-hover-label]::before {
    color: #06090d;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0;
  }

  .quick-icon[data-hover-label="마이"] {
    background-image: url("/silla_app/assets/bt-topMY.png");
  }

  .page-shell:has(.bt-mypage-hero) {
    width: 100%;
    max-width: none;
    padding: 0;
    background: #fff;
  }

  .bt-mypage-hero {
    width: 100%;
    margin-left: 0;
    background: #fff;
    min-height: 0;
    padding: 56px 0 0;
  }

  .bt-mypage-summary {
    width: min(1200px, calc(100vw - 64px));
    min-height: 247px;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    display: grid;
    grid-template-columns: 360px 380px minmax(0, 1fr);
    box-shadow: none;
  }

  .bt-member-card,
  .bt-verify-card,
  .bt-balance-card {
    min-height: 246px;
    padding: 32px 30px;
    background: #fff;
    border-left: 1px solid #e4e4e4;
  }

  .bt-member-card {
    border-left: 0;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
  }

  .bt-grade-shield {
    width: 58px;
    height: 64px;
    border-radius: 9px 9px 20px 20px;
    background: url("/silla_app/assets/bt-topMY.png") center / 42px 42px no-repeat, linear-gradient(135deg, #f6d7b0, #d69652);
    color: transparent;
    box-shadow: 0 8px 14px rgba(177, 112, 42, 0.16);
  }

  .bt-member-card h1 {
    margin: 0 0 9px;
    color: #101316;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
  }

  .bt-member-card p {
    margin: 0 0 32px;
    color: #111;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 900;
  }

  .bt-member-card a,
  .bt-member-card button {
    min-height: 28px;
    color: #696f75;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
  }

  .bt-member-card a:hover,
  .bt-member-card button:hover {
    color: #111;
  }

  .bt-verify-card h2 {
    margin: 0 0 54px;
    color: #101316;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 900;
  }

  .bt-verify-card > div {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }

  .bt-verify-card span {
    color: #2f3439;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 900;
  }

  .bt-verify-card span::before {
    width: 42px;
    height: 42px;
    background: #f7f7f7 center / 28px 28px no-repeat;
    border: 1px solid #dedede;
    box-shadow: none;
  }

  .bt-verify-card span:nth-child(1)::before {
    background-image: url("/silla_app/assets/bt-topMY.png");
  }

  .bt-verify-card span:nth-child(2)::before {
    background-image: url("/silla_app/assets/bt-topChat.png");
  }

  .bt-verify-card span:nth-child(3)::before {
    background-image: url("/silla_app/assets/bt-topZzim.png");
  }

  .bt-verify-card span.ok::before {
    background-color: #eefaf2;
    border-color: #21aa4b;
  }

  .bt-balance-card {
    grid-template-rows: 58px 36px 36px 1fr;
  }

  .bt-balance-card a,
  .bt-balance-card div {
    color: #191d21;
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
  }

  .bt-balance-card a:first-child {
    font-size: 20px;
  }

  .bt-balance-card strong {
    color: #111;
    font-size: 16px;
    font-weight: 900;
  }

  .bt-balance-card a:first-child strong {
    color: #45b4d6;
    font-size: 27px;
  }

  .bt-balance-card a:last-child {
    min-height: 54px;
    border-top: 1px solid #e4e4e4;
  }

  .bt-my-alert {
    min-height: 44px;
    background: #45b4d6;
    gap: 18px;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
  }

  .bt-my-alert .ui-icon {
    width: 24px;
    height: 24px;
  }

  .bt-my-shortcuts {
    width: min(1200px, calc(100vw - 64px));
    margin: 34px auto 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 0;
    overflow: hidden;
  }

  .bt-my-shortcut {
    height: 134px;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 7px;
    border-left: 1px solid #ececec;
    color: #111;
    text-align: center;
    transition: color 0.14s ease, box-shadow 0.14s ease, background 0.14s ease;
  }

  .bt-my-shortcut:first-child {
    border-left: 0;
  }

  .bt-my-shortcut span {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
  }

  .bt-my-shortcut img {
    max-width: 48px;
    max-height: 48px;
    display: block;
    object-fit: contain;
  }

  .bt-my-shortcut.sell img,
  .bt-my-shortcut.buy img {
    max-width: 56px;
    max-height: 56px;
  }

  .bt-my-shortcut strong {
    color: inherit;
    font-size: 17px;
    line-height: 1.15;
    font-weight: 900;
  }

  .bt-my-shortcut em {
    color: #8b9299;
    font-size: 12px;
    line-height: 1;
    font-style: normal;
    font-weight: 800;
  }

  .bt-my-shortcut:hover,
  .bt-my-shortcut:focus-visible {
    color: #45b4d6;
    background: #fbfdfe;
    box-shadow: inset 0 0 0 2px #45b4d6;
  }

  .bt-my-shortcut:hover em,
  .bt-my-shortcut:focus-visible em {
    color: #45b4d6;
  }

  .bt-mypage-ad {
    width: min(1200px, calc(100vw - 64px));
    height: 150px;
    margin: 46px auto 44px;
    border-radius: 8px;
  }

  .bt-mypage-container {
    width: min(1200px, calc(100vw - 64px));
    margin: 0 auto;
    grid-template-columns: 178px minmax(0, 1fr);
    gap: 36px;
  }

  .bt-mypage-nav {
    padding-top: 2px;
    color: #111;
  }

  .bt-mypage-nav h2 {
    margin: 0 0 13px;
    border-bottom: 2px solid #111;
    padding-bottom: 11px;
    color: #111;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 900;
  }

  .bt-mypage-nav h2:not(:first-child) {
    margin-top: 34px;
  }

  .bt-mypage-nav a {
    min-height: 34px;
    padding: 0 2px;
    border-bottom: 1px solid transparent;
    color: #555;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
  }

  .bt-mypage-nav a b {
    color: #45b4d6;
    font-size: 13px;
    font-weight: 900;
  }

  .bt-mypage-nav a:hover,
  .bt-mypage-nav a:focus-visible {
    color: #111;
    border-bottom-color: #dfdfdf;
  }

  .bt-status-panel h2,
  .bt-paid-services h2,
  .bt-history-panel h2 {
    color: #111;
    font-size: 24px;
    font-weight: 900;
  }

  .bt-status-line {
    height: 112px;
    margin-bottom: 86px;
  }

  .bt-status-line strong {
    width: 98px;
    height: 98px;
    font-size: 18px;
    font-weight: 900;
  }

  .bt-status-line a {
    color: #222;
    font-size: 14px;
    font-weight: 900;
  }

  .bt-status-line a b {
    width: 62px;
    height: 62px;
    border: 4px solid #e5e5e5;
    color: #111;
    font-size: 24px;
    font-weight: 900;
  }

  .bt-status-line a:hover b {
    border-color: #45b4d6;
    color: #45b4d6;
  }

  .bt-paid-services article,
  .bt-history-panel {
    border-color: #e5e5e5;
  }
}

@media (max-width: 980px) {
  .bt-my-shortcuts {
    width: calc(100% - 32px);
    margin: 20px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #e4e4e4;
    background: #fff;
  }

  .bt-my-shortcut {
    min-height: 96px;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 5px;
    border-left: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    color: #111;
    text-align: center;
  }

  .bt-my-shortcut:nth-child(3n + 1) {
    border-left: 0;
  }

  .bt-my-shortcut:nth-child(-n + 3) {
    border-top: 0;
  }

  .bt-my-shortcut span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
  }

  .bt-my-shortcut img {
    max-width: 38px;
    max-height: 38px;
    object-fit: contain;
  }

  .bt-my-shortcut strong {
    font-size: 13px;
    font-weight: 900;
  }

  .bt-my-shortcut em {
    display: none;
  }
}

@media (min-width: 981px) {
  body.page-product {
    background: #fff;
  }

  body.page-product .page-shell {
    width: 100%;
    max-width: none;
    padding: 42px 0 0;
    background: #fff;
  }

  .bt-product-view {
    width: min(1200px, calc(100vw - 64px));
    margin: 0 auto;
  }

  .bt-view-breadcrumb {
    margin: 0 0 18px;
    color: #7b8288;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
  }

  .bt-view-head {
    min-height: 174px;
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    border: 1px solid #e2e2e2;
    background: #fff;
  }

  .bt-view-title {
    padding: 28px 30px;
    border-right: 1px solid #e8e8e8;
  }

  .bt-view-labels {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 13px;
  }

  .bt-view-labels span {
    min-height: 27px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #dedede;
    border-radius: 999px;
    padding: 0 11px;
    color: #565d64;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
  }

  .bt-view-labels .bt-view-kind {
    border-color: #45b4d6;
    background: #45b4d6;
    color: #fff;
  }

  .bt-view-labels .bt-view-kind.buy {
    border-color: #23b04d;
    background: #23b04d;
  }

  .bt-view-title h1 {
    margin: 0;
    color: #06090d;
    font-size: 29px;
    line-height: 1.34;
    font-weight: 900;
    letter-spacing: 0;
  }

  .bt-view-title .detail-meta {
    margin: 18px 0 0;
    gap: 18px;
    color: #7a8289;
    font-size: 13px;
    font-weight: 800;
  }

  .bt-view-price {
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 10px;
    padding: 24px;
    text-align: center;
  }

  .bt-view-price span,
  .bt-side-price span {
    color: #636a70;
    font-size: 14px;
    font-weight: 900;
  }

  .bt-view-price strong,
  .bt-side-price strong {
    color: #05080c;
    font-size: 32px;
    line-height: 1;
    font-weight: 900;
  }

  .bt-view-price em,
  .bt-side-price small {
    color: #8a9299;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
  }

  .bt-view-layout {
    grid-template-columns: 860px 310px;
    gap: 30px;
    align-items: start;
  }

  .bt-view-main {
    display: grid;
    gap: 18px;
  }

  .bt-view-box,
  .bt-description {
    border: 1px solid #e2e2e2;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    padding: 0;
  }

  .bt-view-box h2,
  .bt-description h2 {
    height: 58px;
    margin: 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ececec;
    padding: 0 24px;
    color: #080c10;
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
  }

  .bt-view-table {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bt-view-table div {
    min-height: 92px;
    display: grid;
    align-content: center;
    gap: 9px;
    border-left: 1px solid #ececec;
    border-top: 1px solid #ececec;
    padding: 17px 22px;
  }

  .bt-view-table div:nth-child(3n + 1) {
    border-left: 0;
  }

  .bt-view-table div:nth-child(-n + 3) {
    border-top: 0;
  }

  .bt-view-table span,
  .bt-seller-summary p,
  .bt-view-caution li {
    color: #757d84;
    font-size: 13px;
    font-weight: 900;
  }

  .bt-view-table strong {
    color: #111820;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 900;
  }

  .bt-seller-summary {
    min-height: 112px;
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    padding: 22px 24px;
    border-bottom: 1px solid #ececec;
  }

  .bt-seller-grade {
    width: 56px;
    height: 62px;
    display: grid;
    place-items: center;
    border-radius: 9px 9px 18px 18px;
    background: linear-gradient(135deg, #f5d4a9, #cf8f4b);
    color: #fff;
    font-size: 25px;
    font-weight: 900;
  }

  .bt-seller-summary strong {
    color: #080c10;
    font-size: 22px;
    font-weight: 900;
  }

  .bt-seller-summary p {
    margin: 9px 0 0;
  }

  .bt-seller-box .verify-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 0;
  }

  .bt-seller-box .verify-grid div {
    min-height: 84px;
    border: 0;
    border-left: 1px solid #ececec;
    border-radius: 0;
    background: #fff;
    padding: 16px 20px;
  }

  .bt-seller-box .verify-grid div:first-child {
    border-left: 0;
  }

  .bt-seller-box .verify-grid span {
    color: #757d84;
    font-size: 13px;
    font-weight: 900;
  }

  .bt-seller-box .verify-grid strong {
    color: #111820;
    font-size: 17px;
    font-weight: 900;
  }

  .bt-seller-box .verify-grid strong.ok {
    color: #23a84b;
  }

  .bt-view-banner {
    height: 178px;
    min-height: 178px;
    border: 0;
    border-radius: 8px;
    background: #111;
  }

  .bt-view-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .bt-view-banner div {
    inset: auto 30px 26px 30px;
  }

  .bt-view-banner strong {
    font-size: 26px;
    font-weight: 900;
  }

  .bt-trade-process ol {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
  }

  .bt-trade-process li {
    min-height: 126px;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 8px;
    border-left: 1px solid #ececec;
    text-align: center;
  }

  .bt-trade-process li:first-child {
    border-left: 0;
  }

  .bt-trade-process b {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #45b4d6;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
  }

  .bt-trade-process strong {
    color: #111;
    font-size: 16px;
    font-weight: 900;
  }

  .bt-trade-process span {
    max-width: 150px;
    color: #737b82;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 800;
  }

  .bt-description p {
    min-height: 220px;
    margin: 0;
    padding: 28px 24px;
    color: #30363b;
    font-size: 15px;
    line-height: 1.85;
    font-weight: 700;
  }

  .bt-view-caution ul {
    margin: 0;
    padding: 22px 26px 24px;
    display: grid;
    gap: 10px;
  }

  .bt-view-caution li {
    line-height: 1.6;
  }

  .bt-deal-panel {
    position: sticky;
    top: 24px;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    padding: 0;
    overflow: hidden;
  }

  .bt-side-price {
    min-height: 132px;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 9px;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px;
    text-align: center;
  }

  .bt-side-price strong {
    font-size: 30px;
  }

  .bt-deal-panel .panel-actions {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-bottom: 1px solid #e7e7e7;
  }

  .bt-deal-panel .panel-action {
    min-height: 74px;
    border: 0;
    border-left: 1px solid #e7e7e7;
    border-radius: 0;
    background: #fff;
    color: #22282e;
    gap: 6px;
    font-size: 12px;
    font-weight: 900;
  }

  .bt-deal-panel .panel-action-form:first-child .panel-action {
    border-left: 0;
  }

  .bt-deal-panel .panel-action img {
    width: 26px;
    height: 26px;
    object-fit: contain;
  }

  .bt-deal-panel .panel-action .ui-icon {
    width: 23px;
    height: 23px;
  }

  .bt-deal-panel .panel-action:hover,
  .bt-deal-panel .panel-action.active {
    color: #45b4d6;
    background: #f8fcfe;
  }

  .bt-checkout-box {
    padding: 22px;
    gap: 13px;
  }

  .bt-option-title {
    color: #111;
    font-size: 16px;
    font-weight: 900;
  }

  .bt-checkout-box .warranty-option {
    min-height: 50px;
    border: 1px solid #dedede;
    border-radius: 4px;
    background: #fff;
    padding: 0 13px;
    color: #111;
    font-size: 14px;
    font-weight: 900;
  }

  .bt-checkout-box .warranty-option b {
    float: right;
    color: #45b4d6;
    font-weight: 900;
  }

  .bt-qty-field {
    display: grid;
    gap: 8px;
    color: #333;
    font-size: 13px;
    font-weight: 900;
  }

  .bt-qty-field input {
    min-height: 46px;
    border-radius: 4px;
  }

  .bt-checkout-box .price-line {
    margin-top: 4px;
    padding-top: 18px;
  }

  .bt-checkout-box .price-line span {
    color: #6f767d;
    font-weight: 900;
  }

  .bt-checkout-box .price-line strong {
    color: #05080c;
    font-size: 24px;
    font-weight: 900;
  }

  .bt-checkout-box .primary {
    min-height: 58px;
    border: 0;
    border-radius: 4px;
    background: #45b4d6;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
  }

  .bt-checkout-box .secondary {
    min-height: 52px;
    border-radius: 4px;
    background: #f4f4f4;
    color: #111;
    font-weight: 900;
  }

  .bt-deal-panel .report-box {
    border-top: 1px solid #e7e7e7;
    padding: 16px 22px 22px;
  }
}

@media (max-width: 980px) {
  body.page-product .page-shell {
    width: 100%;
    padding: 0 16px 24px;
    background: #fff;
  }

  .bt-product-view {
    width: 100%;
  }

  .bt-view-breadcrumb {
    display: none;
  }

  .bt-view-head {
    display: grid;
    gap: 0;
    margin: 12px 0 14px;
    border: 1px solid #e5e5e5;
    background: #fff;
  }

  .bt-view-title,
  .bt-view-price {
    padding: 18px;
  }

  .bt-view-title {
    border-bottom: 1px solid #ececec;
  }

  .bt-view-title h1 {
    margin: 10px 0 0;
    font-size: 21px;
    line-height: 1.35;
  }

  .bt-view-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bt-view-table,
  .bt-seller-box .verify-grid,
  .bt-trade-process ol {
    grid-template-columns: 1fr 1fr;
  }

  .bt-view-table div,
  .bt-seller-box .verify-grid div,
  .bt-trade-process li {
    border-left: 0;
    border-top: 1px solid #ececec;
  }

  .bt-view-table div:nth-child(-n + 2),
  .bt-seller-box .verify-grid div:nth-child(-n + 2),
  .bt-trade-process li:nth-child(-n + 2) {
    border-top: 0;
  }

  .bt-view-banner {
    height: 132px;
    min-height: 132px;
  }

  .bt-view-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .bt-deal-panel {
    position: static;
  }
}

@media (min-width: 981px) {
  body.page-product .page-shell {
    padding-top: 56px;
  }

  .bt-baro-detail {
    width: min(1200px, calc(100vw - 64px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 712px 440px;
    column-gap: 48px;
    align-items: start;
    position: relative;
  }

  .bt-baro-detail .bt-detail-left {
    grid-column: 1 / 2;
    grid-row: 1;
    width: 100%;
    min-width: 0;
  }

  .bt-baro-detail .bt-view-breadcrumb {
    grid-column: 1 / 2;
    margin: 0 0 20px;
    color: #a1a7ad;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
  }

  .bt-baro-detail .notice {
    grid-column: 1 / 2;
    width: 100%;
    margin: 0 0 22px;
    box-sizing: border-box;
  }

  .bt-baro-detail .bt-view-head {
    grid-column: 1 / 2;
    width: 100%;
    min-height: 146px;
    margin: 0;
    display: block;
    border: 0;
    border-bottom: 1px solid #eeeeee;
    background: #fff;
  }

  .bt-baro-detail .bt-view-title {
    min-height: 146px;
    padding: 0 0 26px;
    border-right: 0;
    position: relative;
  }

  .bt-baro-detail .bt-view-price {
    display: none;
  }

  .bt-view-actions {
    position: absolute;
    top: -8px;
    right: 7px;
    display: flex;
    align-items: center;
    gap: 26px;
  }

  .bt-view-actions > button,
  .bt-mini-report > summary {
    width: 30px;
    height: 30px;
    min-height: 30px;
    border: 0;
    background: transparent;
    padding: 0;
    color: #2d3338;
    cursor: pointer;
    display: block;
    position: relative;
  }

  .bt-view-actions > button span,
  .bt-mini-report > summary span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .bt-mini-report > summary::before,
  .bt-copy-action::before {
    content: "";
    position: absolute;
    inset: 2px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .bt-mini-report > summary::before {
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='3.5' width='19' height='19' rx='4.5' stroke='%23535b64' stroke-width='2'/%3E%3Cpath d='M13 7.5V14' stroke='%23535b64' stroke-width='2.2' stroke-linecap='round'/%3E%3Ccircle cx='13' cy='18' r='1.5' fill='%23535b64'/%3E%3C/svg%3E");
  }

  .bt-copy-action::before {
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4 16.6L16.6 11.4' stroke='%234a535c' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='M12.5 8.4L14.1 6.8C16.1 4.8 19.3 4.8 21.2 6.8C23.2 8.8 23.2 12 21.2 13.9L18.9 16.2C17.5 17.6 15.5 18 13.8 17.3' stroke='%234a535c' stroke-width='2.2' stroke-linecap='round'/%3E%3Cpath d='M15.5 19.6L13.9 21.2C11.9 23.2 8.7 23.2 6.8 21.2C4.8 19.2 4.8 16 6.8 14.1L9.1 11.8C10.5 10.4 12.5 10 14.2 10.7' stroke='%234a535c' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
  }

  .bt-mini-report {
    position: relative;
  }

  .bt-mini-report > summary {
    list-style: none;
  }

  .bt-mini-report > summary::-webkit-details-marker {
    display: none;
  }

  .bt-mini-report form {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 20;
    width: 260px;
    padding: 14px;
    border: 1px solid #dedede;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
    display: grid;
    gap: 8px;
  }

  .bt-baro-detail .bt-view-labels {
    margin: 26px 0 0;
    padding-top: 0;
    display: flex;
    gap: 8px;
  }

  .bt-baro-detail .bt-view-labels span {
    min-width: 104px;
    height: 36px;
    min-height: 36px;
    border: 0;
    border-radius: 4px;
    background: #f6efe6;
    padding: 0 16px;
    color: #8b704c;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    place-items: center;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    position: relative;
  }

  .bt-baro-detail .bt-view-labels span::before {
    content: "";
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    border-radius: 3px;
    background: currentColor;
    opacity: 0.85;
  }

  .bt-baro-detail .bt-view-labels .bt-badge-premium {
    background: #e4f7ff;
    color: #43add3;
  }

  .bt-baro-detail .bt-view-labels .bt-badge-premium::before {
    content: "✹";
    display: inline-grid;
    place-items: center;
    background: transparent;
    font-size: 16px;
    line-height: 1;
    opacity: 1;
  }

  .bt-baro-detail .bt-view-labels .bt-badge-bulk {
    background: #f1e8de;
    color: #8f6d45;
  }

  .bt-baro-detail .bt-view-labels .bt-badge-quick {
    background: #ffe8ef;
    color: #fa3851;
  }

  .bt-baro-detail .bt-view-labels .bt-badge-quick::before {
    background: url("/silla_app/assets/barotem/static/img/new/product/quickIcon.png") center / contain no-repeat;
    opacity: 1;
  }

  .bt-baro-detail .bt-view-labels .bt-badge-safe {
    background: #e7f8e9;
    color: #28a34d;
    cursor: help;
  }

  .bt-baro-detail .bt-view-labels .bt-badge-safe::before {
    border-radius: 999px;
    box-shadow: inset 0 0 0 2px #28a34d;
    background: #fff;
  }

  .bt-baro-detail .bt-view-labels .bt-badge-safe::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    z-index: 30;
    width: 520px;
    max-width: min(520px, calc(100vw - 96px));
    padding: 13px 16px;
    border: 1px solid #d9e7d9;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
    color: #333;
    font-size: 12px;
    line-height: 1.55;
    font-weight: 800;
    white-space: normal;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity 0.12s ease, transform 0.12s ease, visibility 0.12s ease;
  }

  .bt-baro-detail .bt-view-labels .bt-badge-safe:hover::after,
  .bt-baro-detail .bt-view-labels .bt-badge-safe:focus-visible::after {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .bt-baro-detail .bt-view-title h1 {
    margin: 0;
    color: #101316;
    font-size: 30px;
    line-height: 1.26;
    font-weight: 900;
  }

  .bt-baro-detail .detail-meta {
    margin: 19px 0 0;
    gap: 10px;
    color: #b3bac0;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    align-items: center;
  }

  .bt-baro-detail .detail-meta span:not(:last-child)::after {
    content: ".";
    margin-left: 12px;
    color: #c3c8ce;
  }

  .bt-baro-detail .bt-online-dot {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 50%;
    background: #17bf52;
    box-shadow: none;
  }

  .bt-baro-detail .bt-view-layout {
    display: contents;
  }

  .bt-baro-detail .bt-view-main {
    grid-column: 1 / 2;
    display: grid;
    gap: 0;
  }

  .bt-baro-detail .bt-view-image {
    margin: 0 0 28px;
    border: 1px solid #eeeeee;
    background: #fff;
  }

  .bt-baro-detail .bt-view-image img {
    width: 100%;
    max-height: 520px;
    object-fit: contain;
    display: block;
    background: #f8f8f8;
  }

  .bt-baro-detail .bt-view-box,
  .bt-baro-detail .bt-description {
    border: 0;
    border-bottom: 1px solid #eeeeee;
    background: #fff;
  }

  .bt-baro-detail .bt-view-box h2,
  .bt-baro-detail .bt-description h2 {
    height: auto;
    min-height: 82px;
    border: 0;
    padding: 40px 0 20px;
    color: #111;
    font-size: 20px;
    font-weight: 900;
  }

  .bt-baro-detail .bt-view-table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 10px 0 58px;
  }

  .bt-baro-detail .bt-view-table div {
    min-height: 118px;
    border: 0;
    border-left: 1px solid #f0f0f0;
    padding: 12px 20px;
    justify-items: center;
    text-align: center;
  }

  .bt-baro-detail .bt-view-table div:first-child {
    border-left: 0;
  }

  .bt-baro-detail .bt-view-table span {
    color: #9aa1a7;
    font-size: 13px;
    font-weight: 900;
  }

  .bt-baro-detail .bt-view-table strong {
    color: #111;
    font-size: 19px;
    font-weight: 900;
  }

  .bt-baro-detail .bt-seller-summary {
    display: none;
  }

  .bt-baro-detail .bt-seller-box .verify-grid {
    grid-template-columns: repeat(4, 1fr);
    padding: 10px 0 54px;
  }

  .bt-baro-detail .bt-seller-box .verify-grid div {
    min-height: 76px;
    border: 0;
    border-left: 1px solid #f0f0f0;
    justify-items: center;
    text-align: center;
    padding: 10px 18px;
  }

  .bt-baro-detail .bt-seller-box .verify-grid div:first-child {
    border-left: 0;
  }

  .bt-baro-detail .bt-seller-box .verify-grid span {
    color: #9aa1a7;
    font-size: 13px;
    font-weight: 900;
  }

  .bt-baro-detail .bt-seller-box .verify-grid strong {
    color: #18a94c;
    font-size: 15px;
    font-weight: 900;
  }

  .bt-baro-detail .bt-seller-box .bt-grade-text {
    color: #43abd0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  .bt-baro-detail .bt-seller-box .bt-grade-text i {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 3px;
    background: linear-gradient(135deg, #cfe6f5, #74b9dc);
    transform: rotate(45deg);
  }

  .bt-baro-detail .bt-view-banner {
    width: 712px;
    height: 140px;
    min-height: 140px;
    margin: 30px 0 0;
    border-radius: 0;
  }

  .bt-baro-detail .bt-view-banner img {
    object-fit: cover;
  }

  .bt-baro-detail .bt-view-banner div {
    display: none;
  }

  .bt-guide-box {
    grid-column: 1 / -1;
    width: 100%;
    padding-top: 84px;
    border-top: 2px solid #58b4d2 !important;
    border-bottom: 0 !important;
    margin-top: 80px;
    background: #fff;
  }

  .bt-guide-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .bt-guide-head h2 {
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: #111;
    font-size: 22px !important;
    line-height: 1;
    font-weight: 900;
  }

  .bt-guide-head p {
    margin: 0;
    color: #9aa1a7;
    font-size: 13px;
    font-weight: 800;
  }

  .bt-guide-logo-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 68px;
  }

  .bt-guide-logo-grid a {
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    justify-items: center;
    gap: 0;
    border-radius: 20px;
    background: #f3f8fb;
    color: #777;
    font-size: 10px;
    font-weight: 900;
  }

  .bt-guide-logo-grid img {
    width: 48px;
    height: 48px;
    border-radius: 0;
    object-fit: contain;
    background: transparent;
    padding: 0;
  }

  .bt-guide-logo-grid a.shillatem img {
    width: 48px;
    height: 48px;
    object-fit: contain;
  }

  .bt-guide-logo-grid span {
    display: none;
  }

  .bt-baro-detail .bt-description {
    grid-column: 1 / -1;
    width: 100%;
    border-bottom: 0;
    margin-top: 0;
  }

  .bt-baro-detail .bt-description h2 {
    min-height: 0;
    padding: 0 0 28px;
    color: #111;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
  }

  .bt-baro-detail .bt-description p {
    min-height: 0;
    padding: 0;
    color: #111;
    font-size: 13px;
    line-height: 1.8;
    font-weight: 800;
  }

  .bt-seller-promo {
    width: 900px;
    min-height: 520px;
    margin: 0 auto 62px;
    overflow: hidden;
    background: #f7d875;
  }

  .bt-seller-promo-top {
    height: 100px;
    display: grid;
    place-items: center;
    background:
      linear-gradient(135deg, rgba(255,255,255,0.06) 0 25%, transparent 25% 50%, rgba(255,255,255,0.06) 50% 75%, transparent 75%),
      #202739;
    background-size: 180px 180px;
  }

  .bt-seller-promo-top span {
    min-width: 316px;
    height: 54px;
    display: inline-grid;
    place-items: center;
    border-radius: 5px;
    background: #fff;
    color: #252b3a;
    padding: 0 18px;
    font-size: 36px;
    line-height: 1;
    font-weight: 900;
  }

  .bt-seller-promo-main {
    height: 420px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    grid-template-rows: 115px 1fr;
    position: relative;
    background: #f8d979;
  }

  .bt-seller-promo-main strong {
    grid-column: 1;
    align-self: end;
    padding-left: 62px;
    color: #2c3141;
    font-size: 31px;
    line-height: 1.2;
    font-weight: 900;
  }

  .bt-seller-promo-main b {
    grid-column: 1;
    align-self: start;
    padding: 44px 0 0 40px;
    color: #2c3141;
    font-size: 118px;
    line-height: 0.9;
    font-weight: 500;
    letter-spacing: 0;
  }

  .bt-seller-promo-main em {
    position: absolute;
    left: 456px;
    bottom: 20px;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 92px;
    line-height: 1;
    font-style: normal;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.28);
  }

  .bt-seller-chest {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    justify-self: center;
    width: 320px;
    height: 320px;
    display: grid;
    place-items: center;
    background: #f4f4f4;
    overflow: hidden;
  }

  .bt-seller-chest img {
    width: 230px;
    height: 230px;
    object-fit: contain;
    image-rendering: auto;
    filter: drop-shadow(0 12px 8px rgba(0, 0, 0, 0.16));
  }

  .bt-seller-body-text {
    width: 100%;
    max-width: 100%;
    min-height: 220px;
    margin: 0 0 68px;
    padding: 34px 36px;
    border: 1px solid #ececec;
    background: #fff;
    color: #111;
    font-size: 15px;
    line-height: 1.9;
    font-weight: 800;
    white-space: normal;
  }

  .bt-seller-body-empty {
    display: grid;
    place-items: center;
    color: #999;
  }

  .bt-baro-detail .bt-view-caution {
    display: none;
  }

  .bt-baro-detail .bt-deal-panel {
    grid-column: 2 / 3;
    grid-row: 1;
    align-self: start;
    position: sticky;
    top: 20px;
    width: 100%;
    min-height: 754px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    background: #fff;
    box-shadow: none;
    overflow: visible;
  }

  .bt-hidden-favorite-form {
    display: none;
  }

  .bt-baro-detail .bt-checkout-box {
    padding: 28px 24px 22px;
    gap: 0;
  }

  .bt-option-card {
    min-height: 116px;
    display: grid;
    gap: 28px;
  }

  .bt-option-head {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 8px;
  }

  .bt-option-head > strong {
    color: #111;
    font-size: 17px;
    line-height: 1;
    font-weight: 900;
  }

  .bt-option-bulb {
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    font-size: 17px;
    line-height: 1;
  }

  .bt-option-help {
    width: 20px;
    height: 20px;
    min-height: 20px;
    border: 0;
    border-radius: 999px;
    background: #c8c8c8;
    color: #fff;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 900;
    cursor: pointer;
  }

  .bt-option-card .warranty-option {
    min-height: 68px;
    border: 2px solid #45b7d8;
    border-radius: 4px;
    background: #effaff;
    padding: 0 18px;
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr) auto;
    align-items: center;
    gap: 7px;
    color: #111;
    font-size: 14px;
    font-weight: 900;
  }

  .bt-option-card .warranty-option input {
    appearance: none;
    width: 12px;
    height: 12px;
    margin: 0;
    background: url("/silla_app/assets/barotem/static/img/new/product/quickIcon.png") center / contain no-repeat;
  }

  .bt-option-card .warranty-option b {
    color: #8b9299;
    font-size: 14px;
    font-weight: 900;
  }

  .bt-payment-spacer {
    height: 318px;
  }

  .bt-order-line {
    min-height: 124px;
    display: grid;
    grid-template-columns: 166px minmax(0, 1fr);
    grid-template-rows: auto 40px;
    align-content: center;
    align-items: center;
    column-gap: 14px;
    row-gap: 16px;
    background: #eef9ff;
    padding: 20px 24px;
  }

  .bt-order-line > strong {
    grid-column: 1 / -1;
    overflow: hidden;
    color: #111;
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .bt-order-line em {
    color: #111;
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    text-align: right;
  }

  .bt-order-line .bt-qty-field {
    display: grid;
    grid-template-columns: 40px 80px 40px;
    gap: 0;
    align-items: center;
  }

  .bt-order-line .bt-qty-field button {
    width: 40px;
    height: 40px;
    min-height: 40px;
    border: 1px solid #dceaf0;
    border-radius: 0;
    background: #fff;
    color: #b8c3ca;
    font-size: 26px;
    padding: 0;
    display: grid;
    place-items: center;
    cursor: pointer;
  }

  .bt-order-line .bt-qty-field button:disabled {
    color: #cfd8de;
    cursor: default;
  }

  .bt-order-line .bt-qty-field button .ui-icon {
    width: 16px;
    height: 16px;
    stroke-width: 4;
  }

  .bt-order-line .bt-qty-field input {
    width: 80px;
    height: 40px;
    min-height: 40px;
    border: 1px solid #dceaf0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 900;
    appearance: textfield;
    -moz-appearance: textfield;
  }

  .bt-order-line .bt-qty-field input::-webkit-outer-spin-button,
  .bt-order-line .bt-qty-field input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
  }

  .bt-baro-detail .price-line {
    min-height: 74px;
    align-items: center;
    border-top: 0;
    margin: 0;
    padding: 27px 0 22px;
  }

  .bt-baro-detail .price-line span {
    color: #111;
    font-size: 15px;
    font-weight: 900;
  }

  .bt-baro-detail .price-line strong {
    color: #111;
    font-size: 24px;
    font-weight: 900;
  }

  .bt-bottom-actions {
    display: grid;
    grid-template-columns: 44px 110px minmax(0, 1fr);
    gap: 16px;
  }

  .bt-bottom-actions .panel-action,
  .bt-bottom-actions .secondary,
  .bt-bottom-actions .primary {
    min-height: 58px;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 900;
  }

  .bt-bottom-actions .panel-action {
    border: 0;
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #c8c8c8;
    line-height: 1;
  }

  .bt-bottom-actions .panel-action img {
    width: 22px;
    height: 22px;
    opacity: 0.45;
  }

  .bt-bottom-actions .panel-action.heart .ui-icon {
    width: 25px;
    height: 25px;
    display: block;
    stroke-width: 2.3;
    fill: transparent;
  }

  .bt-bottom-actions .panel-action.heart:hover,
  .bt-bottom-actions .panel-action.heart.active {
    color: #d6d6d6;
    background: transparent;
  }

  .bt-bottom-actions .panel-action.heart.active .ui-icon {
    color: #d6d6d6;
    fill: currentColor;
    stroke: currentColor;
  }

  .bt-bottom-actions .secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    place-items: center;
    border: 1px solid #bde5f1;
    background: #fff;
    color: #45b4d6;
  }

  .bt-bottom-actions .secondary img {
    width: 18px;
    height: 18px;
    object-fit: contain;
  }

  .bt-bottom-actions .primary {
    border: 0;
    background: #45b4d6;
    color: #fff;
  }

  .bt-detail-recent-side {
    position: absolute;
    left: calc(100% + 170px);
    top: 0;
    width: 160px;
    display: grid;
    justify-items: center;
    gap: 14px;
  }

  .bt-detail-ad {
    width: 160px;
    height: 160px;
    object-fit: cover;
    background: #111;
  }

  .bt-mini-balance {
    width: 100%;
    display: grid;
    gap: 7px;
    color: #333;
    font-size: 11px;
    text-align: right;
    font-weight: 800;
  }

  .bt-mini-balance strong {
    color: #111;
    font-size: 13px;
    font-weight: 900;
  }

  .bt-detail-recent-side h2 {
    margin: 220px 0 0;
    color: #111;
    font-size: 12px;
    font-weight: 900;
  }

  .bt-detail-recent-side a {
    width: 100%;
    min-height: 28px;
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: center;
    gap: 7px;
    color: #111;
    font-size: 10px;
    line-height: 1.35;
    font-weight: 800;
  }

  .bt-detail-recent-side a span {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background: #000;
  }

  .bt-detail-recent-side a strong {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: inherit;
    font-weight: 800;
  }

  .bt-detail-recent-side button {
    width: 100%;
    min-height: 30px;
    border: 1px solid #27b34b;
    border-radius: 4px;
    background: #fff;
    color: #16a442;
    font-size: 11px;
    font-weight: 900;
  }

  .bt-service-modal[hidden] {
    display: none;
  }

  .bt-service-modal {
    position: fixed;
    inset: 0;
    z-index: 5000;
    display: grid;
    place-items: center;
    padding: 30px;
  }

  .bt-service-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    border: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.36);
    padding: 0;
  }

  .bt-service-layer {
    position: relative;
    z-index: 1;
    width: min(700px, calc(100vw - 70px));
    border-radius: 6px;
    background: #fff;
    padding: 48px 40px 38px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
  }

  .bt-service-layer h2 {
    margin: 0 0 22px;
    color: #050505;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
  }

  .bt-service-layer p {
    margin: 0 0 42px;
    color: #666;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 800;
  }

  .bt-report-confirm-layer {
    width: min(420px, calc(100vw - 70px));
    padding: 42px 38px 34px;
    text-align: center;
  }

  .bt-report-confirm-layer h2 {
    margin: 0 0 18px;
    font-size: 24px;
  }

  .bt-report-confirm-layer p {
    margin: 0 0 28px;
    color: #222;
    font-size: 15px;
    line-height: 1.65;
    word-break: keep-all;
  }

  .bt-report-confirm-button {
    width: 150px;
    min-height: 48px;
    border: 0;
    border-radius: 4px;
    background: #45b4d6;
    color: #fff;
    padding: 0 24px;
    font-size: 16px;
    font-weight: 900;
  }

  .bt-service-close {
    position: absolute;
    right: 38px;
    top: 38px;
    width: 36px;
    height: 36px;
    min-height: 36px;
    border: 0;
    background: transparent;
    color: #111;
    padding: 0;
    font-size: 36px;
    line-height: 1;
    font-weight: 300;
  }

  .bt-service-compare {
    display: grid;
    grid-template-columns: 116px 1fr 1.35fr;
    gap: 0 8px;
    align-items: stretch;
  }

  .bt-service-row {
    display: contents;
  }

  .bt-service-row > span {
    display: flex;
    align-items: center;
    min-height: 72px;
    color: #111;
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
  }

  .bt-service-row > strong,
  .bt-service-row > b {
    min-height: 72px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    border-bottom: 1px dashed rgba(150, 150, 150, 0.45);
    font-size: 17px;
    line-height: 1.2;
    font-style: normal;
    font-weight: 900;
  }

  .bt-service-row-head > strong {
    min-height: 94px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 18px;
  }

  .bt-service-row:last-child > b {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 0;
  }

  .bt-service-basic {
    background: #e6e6e6;
    color: #aaa;
  }

  .bt-service-protect {
    background: #4f70f6;
    color: #fff;
  }
}

@media (max-width: 1480px) and (min-width: 981px) {
  .bt-detail-recent-side {
    display: none;
  }
}

@media (max-width: 980px) {
  .bt-service-modal[hidden] {
    display: none;
  }

  .bt-service-modal {
    position: fixed;
    inset: 0;
    z-index: 5000;
    display: grid;
    place-items: center;
    padding: 18px;
  }

  .bt-service-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    border: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.36);
    padding: 0;
  }

  .bt-service-layer {
    position: relative;
    z-index: 1;
    width: min(100%, 700px);
    max-height: calc(100vh - 36px);
    overflow: auto;
    border-radius: 6px;
    background: #fff;
    padding: 34px 22px 28px;
  }

  .bt-service-layer h2 {
    margin: 0 42px 16px 0;
    color: #050505;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 900;
  }

  .bt-service-layer p {
    margin: 0 0 26px;
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 800;
  }

  .bt-report-confirm-layer {
    width: min(100%, 420px);
    padding: 36px 24px 28px;
    text-align: center;
  }

  .bt-report-confirm-layer h2 {
    margin: 0 40px 16px;
    font-size: 22px;
  }

  .bt-report-confirm-layer p {
    margin: 0 0 24px;
    color: #222;
    font-size: 14px;
    line-height: 1.65;
    word-break: keep-all;
  }

  .bt-report-confirm-button {
    width: 136px;
    min-height: 46px;
    border: 0;
    border-radius: 4px;
    background: #45b4d6;
    color: #fff;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 900;
  }

  .bt-service-close {
    position: absolute;
    right: 20px;
    top: 24px;
    width: 32px;
    height: 32px;
    min-height: 32px;
    border: 0;
    background: transparent;
    padding: 0;
    color: #111;
    font-size: 32px;
    line-height: 1;
    font-weight: 300;
  }

  .bt-service-compare {
    display: grid;
    grid-template-columns: 78px 1fr 1.25fr;
    gap: 0 5px;
  }

  .bt-service-row {
    display: contents;
  }

  .bt-service-row > span {
    display: flex;
    align-items: center;
    min-height: 56px;
    color: #111;
    font-size: 13px;
    font-weight: 900;
  }

  .bt-service-row > strong,
  .bt-service-row > b {
    min-height: 56px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-bottom: 1px dashed rgba(150, 150, 150, 0.45);
    font-size: 13px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 900;
  }

  .bt-service-row-head > strong {
    min-height: 72px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .bt-service-row:last-child > b {
    border-bottom: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .bt-service-basic {
    background: #e6e6e6;
    color: #aaa;
  }

  .bt-service-protect {
    background: #4f70f6;
    color: #fff;
  }
}

/* Barotem-style mileage charge page */
body.page-charge {
  background: #fff;
}

body.page-charge .page-shell {
  width: min(1200px, calc(100vw - 88px));
  padding-top: 24px;
}

.bt-charge-page {
  width: 100%;
}

.bt-charge-page > h1 {
  margin: 0 0 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #050505;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.bt-charge-page > h1 span {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  background: #2f353a;
  color: #35f05c;
  font-size: 15px;
  line-height: 1;
}

.bt-charge-layout {
  display: grid;
  grid-template-columns: minmax(0, 650px) 360px;
  justify-content: space-between;
  gap: 80px;
  align-items: start;
}

.bt-charge-info header {
  min-height: 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 20px;
}

.bt-charge-info h2 {
  margin: 0;
  color: #060606;
  font-size: 19px;
  line-height: 1;
  font-weight: 900;
}

.bt-charge-info header p {
  margin: 3px 0 0;
  color: #a0a5aa;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.bt-charge-info header p strong {
  margin-left: 9px;
  color: #111;
  font-weight: 900;
}

.bt-charge-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px 120px;
  margin-top: 8px;
  max-width: 550px;
}

.bt-charge-benefit {
  min-height: 48px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: 24px 22px;
  align-items: center;
  column-gap: 12px;
}

.bt-charge-benefit i {
  grid-row: 1 / 3;
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #f2f4f6;
  color: #f0a825;
  font-size: 20px;
  line-height: 1;
  font-style: normal;
  font-weight: 900;
}

.bt-charge-benefit.fee i {
  color: #f05a63;
}

.bt-charge-benefit.time {
  grid-column: 1;
}

.bt-charge-benefit.time i {
  color: #25364d;
}

.bt-charge-benefit strong {
  color: #111;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
}

.bt-charge-benefit span {
  color: #9aa0a6;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}

.bt-charge-checks {
  display: grid;
  gap: 26px;
  margin: 70px 0 0;
  padding: 0;
  list-style: none;
}

.bt-charge-checks li {
  position: relative;
  padding-left: 32px;
  color: #111;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 900;
}

.bt-charge-checks li::before {
  content: "✓";
  position: absolute;
  left: 4px;
  top: -1px;
  color: #42b7d9;
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
}

.bt-charge-checks li.no::before {
  content: "×";
  color: #f05259;
  font-size: 24px;
  top: -3px;
}

.bt-charge-checks li.highlight {
  color: #33add4;
}

.bt-charge-checks small {
  display: block;
  margin-top: 9px;
  color: #9aa0a6;
  font-size: 14px;
  font-weight: 900;
}

.bt-charge-card {
  min-height: 700px;
  border-radius: 5px;
  background: #f1f6f9;
  padding: 44px 40px 40px;
  display: grid;
  align-content: start;
}

.bt-charge-product {
  display: grid;
  gap: 17px;
}

.bt-charge-product span,
.bt-charge-amount > span,
.bt-charge-summary span {
  color: #7c848b;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
}

.bt-charge-product strong {
  color: #111;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
}

.bt-charge-amount {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.bt-charge-amount > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bt-charge-amount em {
  color: #ff565d;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.bt-charge-amount > div {
  height: 48px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  align-items: center;
  background: #fff;
}

.bt-charge-amount input {
  width: 100%;
  height: 48px;
  min-height: 48px;
  border: 0;
  background: transparent;
  padding: 0 19px;
  color: #111;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}

.bt-charge-amount input::placeholder {
  color: #b7bcc1;
}

.bt-charge-amount input:focus {
  outline: none;
}

.bt-charge-amount [data-charge-reset] {
  width: 42px;
  height: 48px;
  min-height: 48px;
  border: 0;
  background: transparent;
  color: #9da4aa;
  padding: 0;
  font-size: 22px;
  font-weight: 500;
}

.bt-charge-buttons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 9px;
}

.bt-charge-buttons button {
  height: 36px;
  min-height: 36px;
  border: 0;
  border-radius: 4px;
  background: #fff;
  color: #697078;
  padding: 0;
  font-size: 13px;
  font-weight: 900;
}

.bt-charge-warning {
  min-height: 56px;
  margin-top: 174px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  padding: 10px 36px;
  background: #fff;
}

.bt-charge-warning i {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #ff9f1b;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-style: normal;
  font-weight: 900;
}

.bt-charge-warning strong {
  color: #111;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 900;
}

.bt-charge-summary {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.bt-charge-summary div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bt-charge-summary strong {
  color: #a1a8ae;
  font-size: 15px;
  font-weight: 900;
}

.bt-charge-summary .total span,
.bt-charge-summary .total strong {
  color: #111;
  font-size: 15px;
}

.bt-charge-submit {
  height: 52px;
  min-height: 52px;
  margin-top: 29px;
  border: 0;
  border-radius: 3px;
  background: #cfcfd2;
  color: #fff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
}

.bt-charge-submit:not(:disabled),
.bt-charge-card.has-amount .bt-charge-submit {
  background: #42b7d9;
  cursor: pointer;
}

.bt-charge-bank-required {
  min-height: 360px;
  align-content: center;
  gap: 26px;
}

.bt-charge-bank-required .bt-charge-warning,
.bt-charge-bank-required .bt-charge-submit {
  margin-top: 0;
}

@media (max-width: 980px) {
  body.page-charge .page-shell {
    width: 100%;
    padding: 24px 20px 80px;
  }

  .bt-charge-page > h1 {
    margin-bottom: 28px;
    font-size: 24px;
  }

  .bt-charge-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .bt-charge-info header,
  .bt-charge-benefits {
    grid-template-columns: 1fr;
  }

  .bt-charge-benefits {
    gap: 20px;
  }

  .bt-charge-checks {
    margin-top: 30px;
  }

  .bt-charge-card {
    min-height: 0;
    padding: 28px 22px;
  }

  .bt-charge-warning {
    margin-top: 60px;
    padding: 10px 18px;
  }
}

@font-face {
  font-family: "GongGothicBold";
  src: url("/silla_app/assets/barotem/static/font/GongGothic/GongGothicBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "GongGothicMedium";
  src: url("/silla_app/assets/barotem/static/font/GongGothic/GongGothicMedium.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "GongGothicLight";
  src: url("/silla_app/assets/barotem/static/font/GongGothic/GongGothicLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@media (min-width: 981px) {
  body:has(.bt-mypage-hero) {
    background: #fff;
  }

  body:has(.bt-mypage-hero),
  body:has(.bt-mypage-hero) button,
  body:has(.bt-mypage-hero) input,
  body:has(.bt-mypage-hero) select,
  body:has(.bt-mypage-hero) textarea {
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-weight: 300;
  }

  body:has(.bt-mypage-hero) .site-header,
  body:has(.bt-mypage-hero) .site-header * {
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-weight: 300;
  }

  body:has(.bt-mypage-hero) .menu-shell,
  body:has(.bt-mypage-hero) .menu-shell *,
  body:has(.bt-mypage-hero) .nav-action span,
  body:has(.bt-mypage-hero) .quick-icon[data-hover-label]::before,
  body:has(.bt-mypage-hero) .hamburger-button[data-hover-label]::before {
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-weight: 300;
  }

  body:has(.bt-mypage-hero) .page-shell {
    width: 100%;
    max-width: none;
    padding: 0;
    background: #fff;
  }

  body:has(.bt-mypage-hero) .site-header {
    position: relative;
    z-index: 10;
  }

  .bt-mypage-hero {
    width: 100%;
    height: 400px;
    min-height: 400px;
    margin: 0;
    padding: 66px 0 0;
    background: #ececec;
    box-sizing: border-box;
  }

  .bt-mypage-summary {
    width: 1200px;
    height: 285px;
    min-height: 285px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 350px 350px 500px;
    grid-template-rows: 245px 40px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    box-shadow: none;
  }

  .bt-member-card,
  .bt-verify-card,
  .bt-balance-card {
    height: 245px;
    min-height: 245px;
    padding: 30px;
    background: #fff;
    border-left: 1px solid #e4e4e4;
    box-sizing: border-box;
  }

  .bt-member-card {
    border-left: 0;
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
  }

  .bt-grade-shield {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 0;
    background: none;
    box-shadow: none;
    color: transparent;
  }

  .bt-grade-shield img {
    width: 60px;
    height: 60px;
    display: block;
    object-fit: contain;
  }

  .bt-member-card h1 {
    margin: 0 0 10px;
    color: #000;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
  }

  .bt-member-card p {
    margin: 0 0 28px;
    color: #000;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
  }

  .bt-member-card p strong {
    color: #ff9838;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 18px;
    font-weight: 300;
  }

  .bt-member-card a,
  .bt-member-card button {
    min-height: 28px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    border: 0;
    background: transparent;
    padding: 0;
    color: #b4b4b4;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    box-shadow: none;
  }

  .bt-member-card a::before,
  .bt-member-card button::before {
    content: "";
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    background: center / contain no-repeat;
  }

  .bt-member-card a::before {
    background-image: url("/silla_app/assets/barotem/barotem-mypage/bt-ranking.png");
  }

  .bt-member-card button::before {
    background-image: url("/silla_app/assets/barotem/barotem-mypage/bt-settings.png");
  }

  .bt-member-card a::after,
  .bt-member-card button::after {
    content: "";
    width: 7px;
    height: 14px;
    margin-left: 2px;
    background: url("/silla_app/assets/barotem/barotem-mypage/bt-arrow.png") center / contain no-repeat;
    opacity: 0.45;
  }

  .bt-verify-card h2 {
    height: 25px;
    margin: 0 0 55px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #000;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
  }

  .bt-verify-card h2::before {
    content: "";
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    background: url("/silla_app/assets/barotem/barotem-mypage/bt-fingerprint.png") center / contain no-repeat;
  }

  .bt-verify-card > div {
    display: flex;
    justify-content: center;
    gap: 30px;
    text-align: center;
  }

  .bt-verify-card span {
    width: 63px;
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: #000;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }

  .bt-verify-card span::before {
    display: none;
    content: none;
  }

  .bt-verify-card span img {
    width: 40px;
    height: 40px;
    display: block;
    object-fit: contain;
  }

  .bt-balance-card {
    display: grid;
    grid-template-rows: 45px 35px 35px 80px;
    gap: 0;
  }

  .bt-balance-card a,
  .bt-balance-card div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #606060;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
  }

  .bt-balance-card a {
    color: #000;
  }

  .bt-balance-card a span,
  .bt-balance-card a strong {
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-weight: 300;
  }

  .bt-balance-card div span,
  .bt-balance-card div strong {
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-weight: 300;
  }

  .bt-balance-card strong,
  .bt-balance-card a:first-child strong {
    color: inherit;
    font-size: 20px;
    font-weight: 300;
  }

  .bt-balance-card a:first-child::after,
  .bt-balance-card a:last-child::after {
    content: "";
    width: 7px;
    height: 14px;
    margin-left: 10px;
    background: url("/silla_app/assets/barotem/barotem-mypage/bt-arrow.png") center / contain no-repeat;
  }

  .bt-balance-card div::after {
    content: "";
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background: url("/silla_app/assets/barotem/barotem-mypage/bt-help.png") center / contain no-repeat;
  }

  .bt-balance-card a:last-child {
    min-height: 25px;
    margin: 45px 0 0;
    padding: 0;
    border-top: 0;
  }

  .bt-my-alert {
    grid-column: 1 / -1;
    height: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(to right, #46afd2, #5cb575);
    color: #000;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }

  .bt-my-alert img {
    width: 30px;
    height: 30px;
    display: block;
    object-fit: contain;
  }

  .bt-my-alert .ui-icon {
    display: none;
  }

  .bt-my-shortcuts {
    display: none !important;
  }

  .bt-mypage-ad {
    width: 1200px;
    height: 204px;
    margin: 56px auto 40px;
    border-radius: 0;
    background: #fff;
    overflow: hidden;
  }

  .bt-mypage-ad::before,
  .bt-mypage-ad::after {
    content: none;
  }

  .bt-mypage-container {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 160px 1010px;
    gap: 30px;
  }

  .bt-mypage-nav {
    width: 160px;
    padding: 0;
    color: #000;
  }

  .bt-mypage-nav h2 {
    margin: 0 0 16px;
    padding: 0;
    border-bottom: 0;
    color: #000;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
  }

  .bt-mypage-nav h2:not(:first-child) {
    margin-top: 36px;
  }

  .bt-mypage-nav a {
    min-height: 38px;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
  }

  .bt-mypage-nav a b {
    color: #46afd2;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
    font-weight: 300;
  }

  .bt-mypage-main {
    width: 1010px;
    display: block;
  }

  .bt-status-panel,
  .bt-paid-services,
  .bt-history-panel {
    background: transparent;
  }

  .bt-status-panel h2,
  .bt-paid-services h2,
  .bt-history-panel h2 {
    margin: 0 0 30px;
    color: #000;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
  }

  .bt-status-panel {
    height: 382px;
  }

  .bt-status-line {
    height: 108px;
    margin: 0 0 100px;
    display: grid;
    grid-template-columns: 100px repeat(4, 1fr);
    align-items: center;
    position: relative;
  }

  .bt-status-line::before {
    content: "";
    position: absolute;
    left: 100px;
    right: 50px;
    top: 50%;
    height: 4px;
    background: #e5e5e5;
  }

  .bt-status-line strong {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "GongGothicBold", "Apple SD Gothic Neo", sans-serif;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
  }

  .bt-status-line.sell strong {
    background: #46afd2;
  }

  .bt-status-line.buy strong {
    background: #fc7a92;
  }

  .bt-status-line a {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 10px;
    color: #000;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 15px;
    line-height: 16px;
    font-weight: 300;
  }

  .bt-status-line a b {
    width: 60px;
    height: 60px;
    border: 0;
    border-radius: 30px;
    display: grid;
    place-items: center;
    background: #5d6175;
    color: #fff;
    font-family: "GongGothicBold", "Apple SD Gothic Neo", sans-serif;
    font-size: 18px;
    line-height: 29px;
    font-weight: 300;
  }

  .bt-paid-services {
    margin-top: 50px;
  }

  .bt-paid-services > div {
    display: grid;
    grid-template-columns: repeat(2, 500px);
    gap: 10px;
  }

  .bt-paid-services article {
    width: 500px;
    height: 212px;
    position: relative;
    display: block;
    padding: 20px 20px 20px 86px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
    box-sizing: border-box;
  }

  .bt-paid-services article::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    background: center / contain no-repeat;
  }

  .bt-paid-services article:nth-child(1)::before {
    background-image: url("/silla_app/assets/barotem/barotem-mypage/bt-pass2.png");
  }

  .bt-paid-services article:nth-child(2)::before {
    background-image: url("/silla_app/assets/barotem/barotem-mypage/bt-gift-sale.png");
  }

  .bt-paid-services article:nth-child(3)::before {
    background-image: url("/silla_app/assets/barotem/barotem-mypage/bt-checkprice.png");
  }

  .bt-paid-services article:nth-child(4)::before {
    background-image: url("/silla_app/assets/barotem/barotem-mypage/bt-auto-renew.png");
  }

  .bt-paid-services article strong {
    display: block;
    margin: 0 0 18px;
    color: #000;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
  }

  .bt-paid-services article p {
    margin: 0;
    color: #000;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
  }

  .bt-paid-services article a {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    height: 40px;
    border: 1px solid #46afd2;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #46afd2;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
  }
}

@media (min-width: 981px) {
  .bt-member-card h1 {
    height: 29px;
    margin: 0 0 8px;
    display: flex;
    align-items: baseline;
    gap: 4px;
    color: #000;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    line-height: 26px;
    font-weight: 300;
  }

  .bt-member-card h1 span {
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 26px;
    line-height: 26px;
    font-weight: 300;
  }

  .bt-member-card h1 em {
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-style: normal;
    font-weight: 300;
  }

  .bt-my-alert,
  .bt-my-alert strong,
  .bt-my-alert span {
    color: #fff;
  }

  .bt-mypage-ad,
  #favorites.bt-history-panel,
  #wallet.bt-history-panel {
    display: none !important;
  }

  .bt-mypage-container {
    width: 1220px;
    grid-template-columns: 160px 1010px;
    gap: 50px;
    margin: 40px auto 50px;
  }

  .bt-mypage-nav {
    width: 160px;
    padding: 28px 20px 22px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #fff;
    box-sizing: border-box;
  }

  .bt-balance-card a,
  .bt-balance-card div {
    width: 100%;
    justify-content: flex-start;
  }

  .bt-balance-card a span,
  .bt-balance-card div span {
    flex: 0 0 auto;
  }

  .bt-balance-card a::after {
    order: 2;
    flex: 0 0 7px;
    margin-left: 8px;
    margin-right: 0;
  }

  .bt-balance-card a:first-child::after,
  .bt-balance-card a:last-child::after {
    order: 2;
    flex: 0 0 7px;
    margin-left: 6px;
    margin-right: 0;
  }

  .bt-balance-card a strong {
    order: 3;
    margin-left: auto;
    text-align: right;
  }

  .bt-balance-card div strong {
    margin-left: auto;
    text-align: right;
  }

  .bt-balance-card div,
  .bt-balance-card div span,
  .bt-balance-card div strong {
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }

  .bt-balance-card div::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
  }

  .bt-balance-card a:first-child,
  .bt-balance-card a:last-child,
  .bt-balance-card a:first-child span,
  .bt-balance-card a:last-child span,
  .bt-balance-card a:first-child strong,
  .bt-balance-card a:last-child strong {
    font-size: 20px;
    line-height: 25px;
  }

  .bt-mypage-nav h2 {
    position: relative;
    margin: 0 0 14px;
    padding: 0;
    border-bottom: 0;
    color: #000;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
  }

  .bt-mypage-nav h2:not(:first-child) {
    margin-top: 26px;
    padding-top: 25px;
  }

  .bt-mypage-nav h2:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: #e5e5e5;
  }

  .bt-mypage-nav a {
    min-height: 37px;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
  }

  .bt-mypage-nav a b {
    color: #ff4a55;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
  }

  .bt-paid-services {
    margin-top: 50px;
  }

  .bt-paid-services h2 {
    margin: 0 0 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
  }

  .bt-paid-services article::after {
    content: "미적용";
    position: absolute;
    top: 0;
    right: 20px;
    width: 60px;
    height: 40px;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b4b4b4;
    color: #fff;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }

  .bt-paid-services > div {
    grid-template-columns: repeat(2, 500px);
    gap: 10px;
  }

  .bt-paid-services article {
    width: 500px;
    height: 212px;
    padding: 0;
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
  }

  .bt-paid-services article::before {
    left: 30px;
    top: 32px;
    width: 48px;
    height: 48px;
  }

  .bt-paid-services article:nth-child(2)::before,
  .bt-paid-services article:nth-child(4)::before {
    width: 48px;
    height: 48px;
  }

  .bt-paid-services article strong {
    position: absolute;
    left: 86px;
    top: 32px;
    margin: 0;
    color: #000;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
  }

  .bt-paid-services article p {
    position: absolute;
    left: 86px;
    top: 66px;
    margin: 0;
    color: #000;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
  }

  .bt-paid-services article a {
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: auto;
    height: 40px;
    min-height: 40px;
    border: 1px solid #46afd2;
    border-radius: 5px;
    background: #fff;
    color: #46afd2;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
  }
}

@media (max-width: 900px) {
  .guide-page {
    width: min(414px, calc(100% - 28px));
    margin: 30px auto 70px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .guide-sidebar {
    position: static;
    padding: 18px 16px;
  }

  .guide-sidebar nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
  }

  .guide-hero {
    margin-bottom: 26px;
  }

  .guide-hero h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .guide-card-grid {
    grid-template-columns: 1fr;
  }

  .guide-card {
    min-height: 112px;
    padding: 18px 18px;
  }

  .guide-detail {
    padding: 28px 22px 34px;
  }

  .guide-detail h1 {
    font-size: 24px;
    line-height: 31px;
  }

  .guide-content {
    font-size: 15px;
    line-height: 25px;
  }
}

.auth-page {
  width: min(520px, calc(100% - 32px));
  margin: 70px auto 100px;
}

.auth-card {
  padding: 38px 36px 34px;
  border: 1px solid #e3e7ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(30, 40, 55, 0.08);
}

.auth-card h1 {
  margin: 0 0 10px;
  color: #05080d;
  font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
}

.auth-card p {
  margin: 0 0 28px;
  color: #777;
  font-size: 14px;
  line-height: 22px;
}

.auth-card label {
  display: block;
  margin-bottom: 16px;
}

.auth-card label span {
  display: block;
  margin-bottom: 8px;
  color: #151515;
  font-weight: 700;
  font-size: 14px;
}

.auth-card input {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid #d9e0e8;
  border-radius: 6px;
  color: #111;
  font-size: 15px;
  outline: none;
}

.auth-card input:focus {
  border-color: #46afd2;
  box-shadow: 0 0 0 3px rgba(70, 175, 210, 0.14);
}

.sms-verify-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 8px;
}

.auth-card .sms-send-btn {
  width: 132px;
  height: 52px;
  margin: 0;
  border: 1px solid #46afd2;
  border-radius: 6px;
  background: #fff;
  color: #269eca;
  font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.auth-card .sms-send-btn:disabled {
  border-color: #cfd9e3;
  color: #9aa5b1;
  cursor: default;
}

.sms-status {
  display: block;
  min-height: 18px;
  margin-top: 6px;
  color: #8a929b;
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
}

.sms-status.ok {
  color: #16a35a;
}

.sms-status.error {
  color: #e84a5f;
}

.auth-card button {
  width: 100%;
  height: 54px;
  margin-top: 8px;
  border: 0;
  border-radius: 6px;
  background: #46afd2;
  color: #fff;
  font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
  font-size: 17px;
  font-weight: 300;
  cursor: pointer;
}

.auth-switch {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
  color: #777;
  font-size: 14px;
}

.auth-switch a {
  color: #269eca;
  font-weight: 700;
  text-decoration: none;
}

.auth-card small {
  display: block;
  margin-top: 16px;
  color: #999;
  text-align: center;
  font-size: 12px;
}

.bank-transfer-box {
  margin: 26px 0;
  padding: 22px 24px;
  border: 1px solid #d7edf6;
  border-radius: 8px;
  background: #f2fbff;
}

.bank-transfer-box h2 {
  margin: 0 0 16px;
  color: #111;
  font-size: 20px;
}

.bank-transfer-box dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
  margin: 0;
}

.bank-transfer-box dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(70, 175, 210, 0.18);
}

.bank-transfer-box dt {
  color: #6f7882;
  font-weight: 700;
}

.bank-transfer-box dd {
  margin: 0;
  color: #111;
  font-weight: 800;
  text-align: right;
}

.bank-transfer-box p {
  margin: 16px 0 0;
  color: #5d6570;
  font-size: 14px;
}

.bt-charge-bank {
  margin: 18px 0;
  padding: 16px;
  border: 1px solid #d8e3eb;
  border-radius: 6px;
  background: #fff;
}

.bt-charge-bank span,
.bt-charge-bank em {
  display: block;
  color: #7a828b;
  font-size: 13px;
  font-style: normal;
}

.bt-charge-bank strong {
  display: block;
  margin: 8px 0 4px;
  color: #111;
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 760px) {
  .auth-page {
    margin: 32px auto 88px;
  }

  .auth-card {
    padding: 30px 22px;
  }

  .sms-verify-row {
    grid-template-columns: 1fr;
  }

  .auth-card .sms-send-btn {
    width: 100%;
  }

  .bank-transfer-box dl {
    grid-template-columns: 1fr;
  }
}

.bt-game-list-page {
  width: 1200px;
  margin: 38px auto 90px;
}

.bt-game-list-page .lists_wrap_top {
  margin-bottom: 22px;
}

.bt-game-wide-hero {
  position: relative;
  width: 1200px;
  height: 200px;
  overflow: hidden;
  border-radius: 0;
  background: #fff;
}

.bt-game-wide-hero img {
  display: block;
  width: 1200px;
  height: 200px;
  object-fit: cover;
}

.bt-game-tabs {
  margin-top: 22px;
}

.bt-game-tabs > a {
  width: 300px;
  height: 62px;
  font-size: 17px;
  font-weight: 900;
}

.bt-theme-blue {
  --bt-list-main: #46afd2;
  --bt-list-soft: #e6f6fb;
  --bt-list-glow: rgba(70, 175, 210, 0.38);
}

.bt-theme-pink {
  --bt-list-main: #ec718d;
  --bt-list-soft: #fff0f4;
  --bt-list-glow: rgba(236, 113, 141, 0.34);
}

.bt-game-list-page .lists_category > .on {
  border: 0;
  background: var(--bt-list-main);
  color: #fff;
}

.bt-game-filter-form {
  margin-bottom: 58px;
}

.bt-game-filter-form .lists_options {
  display: flex !important;
  align-items: stretch;
  width: 100%;
  min-height: 63px;
}

.bt-game-filter-form .lists_options > div:first-child {
  flex: 0 0 200px;
  min-width: 200px;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start;
  height: 62px;
  padding: 20px 0 0 30px;
}

.bt-game-filter-form .lists_options > ul {
  flex: 1 1 auto;
  display: flex !important;
  align-items: center;
  margin: 0;
  padding: 10px 0;
}

.bt-game-filter-form .lists_options > ul > li {
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 300;
}

.bt-game-filter-form .bt-trade-type-options > ul > li {
  color: #808080;
}

.bt-game-filter-form .lists_options > ul > li.on,
.bt-game-filter-form .lists_options > ul > li:hover,
.bt-game-filter-form .lists_options_price > li.on {
  border-color: var(--bt-list-main);
  background: var(--bt-list-main);
  color: #fff;
}

.bt-game-filter-form .lists_options > ul > li.on p,
.bt-game-filter-form .lists_options > ul > li:hover p,
.bt-game-filter-form .lists_options_price > li.on p,
.bt-game-filter-form .lists_options > ul > li.on button,
.bt-game-filter-form .lists_options > ul > li:hover button {
  color: #fff;
}

.bt-game-filter-form .lists_options > ul > li button,
.bt-game-filter-form .lists_options > ul > li label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.bt-game-filter-form .lists_options > ul > li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.bt-game-filter-form .bt-price-options {
  align-items: center;
}

.bt-game-filter-form .bt-price-options .lists_options_price_input {
  flex: 0 0 auto;
  display: flex !important;
  align-items: center;
  height: 40px;
  margin: 10px 15px 10px 0;
}

.bt-game-filter-form .lists_options_price {
  flex: 1 1 auto;
  display: flex !important;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
}

.bt-game-filter-form .lists_options_price > li {
  width: auto;
  min-width: 95px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}

.bt-game-filter-form .lists_options_price_input input,
.bt-game-filter-form .lists_search input {
  border-radius: 5px;
  font-weight: 300;
}

.bt-game-filter-form .lists_options_price_input input {
  box-sizing: border-box;
  height: 42px;
}

.bt-game-filter-form .lists_search input {
  box-sizing: border-box;
  height: 40px;
}

.bt-game-filter-form .lists_search {
  min-height: 62px;
}

.bt-game-filter-form .lists_search > div:last-child {
  position: relative;
  flex: 1 1 auto;
  display: flex !important;
  align-items: center;
  padding-right: 80px;
}

.bt-game-filter-form .lists_search > div:last-child > input {
  width: 919px;
  max-width: 100%;
  padding-right: 52px;
}

.bt-game-filter-form .lists_search > div:last-child::before {
  content: "";
  position: absolute;
  right: 96px;
  top: 50%;
  width: 14px;
  height: 14px;
  border: 3px solid #6f6f6f;
  border-radius: 50%;
  transform: translateY(-55%);
  pointer-events: none;
}

.bt-game-filter-form .lists_search > div:last-child::after {
  content: "";
  position: absolute;
  right: 92px;
  top: 50%;
  width: 10px;
  height: 3px;
  border-radius: 999px;
  background: #6f6f6f;
  transform: translateY(7px) rotate(45deg);
  pointer-events: none;
}

.bt-filter-option-row .bt-filter-all {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-color: #d9d9d9;
  background: #fff;
}

.bt-filter-option-row .bt-filter-all > p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 18px;
  margin: 0;
}

.bt-price-options .lists_options_price_input input:focus,
.bt-game-filter-form .lists_search input:focus {
  border-color: var(--bt-list-main);
  outline: none;
  box-shadow: 0 0 0 3px var(--bt-list-glow);
}

.bt-game-list-page .lists_search_box {
  gap: 16px;
  margin-bottom: 0;
}

.bt-game-list-page .lists_search_box button,
.bt-game-list-page .lists_search_box a {
  width: 142px;
  height: 54px;
  min-height: 54px;
  padding: 0;
  border: 1px solid var(--bt-list-main);
  border-radius: 5px;
  background: #fff;
  color: var(--bt-list-main);
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

.bt-game-list-page .lists_search_box button:first-child {
  width: 112px;
  background: var(--bt-list-main);
  color: #fff;
}

.bt-game-list-page .lists_search_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
}

.bt-game-filter-form.is-loading,
[data-list-results].is-loading {
  opacity: 0.72;
  pointer-events: none;
}

.bt-game-list-page [data-list-results] {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch;
  width: 1200px;
  clear: both;
}

.bt-game-list-page [data-list-results] > .lists_title_premium,
.bt-game-list-page [data-list-results] > .lists_product_premium,
.bt-game-list-page [data-list-results] > .bt-ad-placeholder,
.bt-game-list-page [data-list-results] > .lists_title_common,
.bt-game-list-page [data-list-results] > .lists_title_options,
.bt-game-list-page [data-list-results] > .lists_product_common {
  flex: 0 0 auto;
  width: 1200px;
  max-width: 100%;
}

.bt-game-list-page .lists_title_premium,
.bt-game-list-page .lists_title_common,
.bt-game-list-page .lists_title_options {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
  clear: both;
}

.bt-game-list-page .lists_title_premium > h2,
.bt-game-list-page .lists_title_common > h2 {
  display: block;
  width: auto;
  margin: 0;
  white-space: nowrap;
  word-break: keep-all;
  text-align: left;
}

.bt-game-list-page .lists_title_common > p {
  width: auto;
  margin: 0;
  white-space: nowrap;
  word-break: keep-all;
  text-align: right;
}

.bt-game-list-page .lists_title_options > ul {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-end;
  width: auto;
  margin: 0;
  padding: 0;
}

.bt-game-list-page .lists_product_premium,
.bt-game-list-page .lists_product_common,
.bt-game-list-page .lists_product_contents {
  display: flex !important;
  flex-direction: column !important;
}

.lists_title_premium.bt-theme-blue > h2 {
  color: #46afd2;
}

.lists_title_premium.bt-theme-pink > h2 {
  color: #ec718d;
}

.lists_product_premium.bt-theme-blue {
  border: 2px solid #46afd2;
  background: #dff4fb;
  filter: drop-shadow(0 0 12px rgba(70, 175, 210, 0.48));
}

.lists_product_premium.bt-theme-pink {
  border: 2px solid #ec718d;
  background: #ffe3e9;
  filter: drop-shadow(0 0 12px rgba(236, 113, 141, 0.45));
}

.lists_product_common.bt-theme-blue,
.lists_product_common.bt-theme-pink {
  border: 2px solid #ececec;
  background: #e5e5e5;
}

.lists_title_common.bt-theme-blue > p > span,
.lists_title_options.bt-theme-blue > ul > li.on {
  color: #46afd2;
}

.lists_title_options.bt-theme-blue > ul > li.on {
  border-bottom: 2px solid #46afd2;
}

.lists_title_common.bt-theme-pink > p > span,
.lists_title_options.bt-theme-pink > ul > li.on {
  color: #ec718d;
}

.lists_title_options.bt-theme-pink > ul > li.on {
  border-bottom: 2px solid #ec718d;
}

.bt-search-goods.blue > div:nth-child(2) > dl > span {
  background: #e6f6fb;
  color: #249dc4;
}

.bt-search-goods.pink > div:nth-child(2) > dl > span {
  background: #fff0f4;
  color: #ec718d;
}

.bt-search-goods.blue.premium > div:nth-child(1) > div::before {
  border-top-color: #46afd2;
}

.bt-search-goods.pink.premium > div:nth-child(1) > div::before {
  border-top-color: #ec718d;
}

.bt-game-list-page [data-list-results] > .bt-buy-list-panel {
  flex: 0 0 auto;
  width: 1200px;
  max-width: 100%;
}

.lists_product_common.bt-buy-list-panel {
  padding: 26px;
  border: 0;
  border-radius: 5px;
  background: #e5e5e5;
}

.bt-buy-list-panel .lists_product_contents {
  gap: 8px;
}

.bt-buy-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 130px 165px 72px;
  column-gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 108px;
  padding: 18px 22px 18px 18px;
  border-radius: 5px;
  background: #fff;
  color: #111;
  text-decoration: none;
}

.bt-buy-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.bt-buy-card-badge {
  display: flex;
  width: 54px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.bt-buy-grade {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
}

.bt-buy-grade::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.bt-buy-grade-bronze {
  border-radius: 10px 10px 15px 15px;
  background: linear-gradient(135deg, #f7deb9, #e3ad67 58%, #f8ead1);
}

.bt-buy-grade-bronze::before {
  border-radius: 9px 9px 15px 15px;
  clip-path: polygon(50% 100%, 9% 76%, 8% 6%, 92% 6%, 91% 76%);
}

.bt-buy-grade-silver {
  border-radius: 12px;
  background: linear-gradient(135deg, #b9ddff, #6fb9f3 58%, #d7efff);
  transform: rotate(45deg);
}

.bt-buy-grade-silver::before {
  border-radius: 11px;
}

.bt-buy-grade-silver {
  color: transparent;
}

.bt-buy-grade-silver::after {
  content: "S";
  position: absolute;
  color: #fff;
  transform: rotate(-45deg);
}

.bt-buy-grade-gold {
  border-radius: 12px;
  background: linear-gradient(135deg, #fee8a9, #dfa52a 58%, #fff3c7);
}

.bt-buy-grade-platinum {
  border-radius: 50%;
  background: linear-gradient(135deg, #c9f4ff, #72c8da 58%, #f3fdff);
}

.bt-buy-online {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #b6b6b6;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.bt-buy-online::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c8c8c8;
}

.bt-buy-online.is-online {
  color: #21b84a;
}

.bt-buy-online.is-online::before {
  background: #21b84a;
}

.bt-buy-now {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
  width: 62px;
  height: 23px;
  padding: 0;
  border-radius: 4px;
  background: #fff0c8;
  color: #ffad00;
  font-style: normal;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.bt-buy-now span {
  flex: 0 0 auto;
  width: 9px;
  height: 11px;
  background: url("/silla_app/assets/barotem/static/img/new/product/listBuynow.png") center / contain no-repeat;
}

.bt-buy-card-main {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  padding-left: 0;
}

.bt-buy-card-main span {
  color: #303238;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 900;
}

.bt-buy-card-main strong {
  overflow: hidden;
  color: #111;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bt-buy-card-main .bt-buy-now {
  margin-top: 7px;
}

.bt-buy-card-method {
  color: #8a8b8f;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
}

.bt-buy-card-price {
  color: #111;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
  text-align: right;
}

.bt-buy-card-date {
  color: #b8b9bd;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 900;
  text-align: right;
}

@media (max-width: 900px) {
  .bt-game-list-page {
    width: min(414px, calc(100% - 28px));
    margin: 18px auto 80px;
  }

  .bt-game-wide-hero {
    width: 100%;
    height: auto;
    aspect-ratio: 6 / 1;
  }

  .bt-game-wide-hero img {
    width: 100%;
    height: 100%;
  }

  .bt-game-tabs > a {
    width: 25%;
    height: 52px;
    font-size: 14px;
  }

  .bt-game-list-page [data-list-results],
  .bt-game-list-page [data-list-results] > .lists_title_premium,
  .bt-game-list-page [data-list-results] > .lists_product_premium,
  .bt-game-list-page [data-list-results] > .bt-ad-placeholder,
  .bt-game-list-page [data-list-results] > .lists_title_common,
  .bt-game-list-page [data-list-results] > .lists_title_options,
  .bt-game-list-page [data-list-results] > .lists_product_common,
  .bt-game-list-page [data-list-results] > .bt-buy-list-panel {
    width: 100%;
  }

  .bt-game-list-page .lists_title_common,
  .bt-game-list-page .lists_title_options {
    gap: 12px;
  }

  .bt-game-list-page .lists_title_common > p {
    white-space: normal;
  }

  .lists_product_common.bt-buy-list-panel {
    padding: 10px;
  }

  .bt-buy-card {
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 10px;
    min-height: 118px;
    padding: 16px 14px;
  }

  .bt-buy-card-badge {
    align-self: start;
  }

  .bt-buy-card-main {
    padding-left: 0;
  }

  .bt-buy-card-method {
    grid-column: 2 / 3;
    text-align: left;
  }

  .bt-buy-card-price {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    align-self: center;
    font-size: 18px;
  }

  .bt-buy-card-date {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
  }
}

@media (min-width: 981px) {
  .bt-mypage-container {
    width: 1200px;
    grid-template-columns: 160px 1010px;
    gap: 30px;
  }

  .bt-mypage-container.is-sub {
    margin-top: 28px;
  }

  .bt-mypage-container.is-sub .bt-mypage-nav {
    padding: 28px 20px 22px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #fff;
  }

  .bt-mypage-nav a.active {
    color: #46afd2;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
  }

  .bt-mypage-nav a b {
    color: #ff4a55;
  }

  .bt-mypage-main-sub {
    width: 1010px;
  }

  .bt-my-products-panel {
    width: 1010px;
    border: 1px solid #dedede;
    background: #fff;
  }

  .bt-my-product-tabs {
    height: 60px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-bottom: 1px solid #dedede;
    background: #f7f7f7;
  }

  .bt-my-product-tabs a {
    min-width: 0;
    height: 60px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-right: 1px solid #dedede;
    color: #777;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    background: #f7f7f7;
  }

  .bt-my-product-tabs a:last-child {
    border-right: 0;
  }

  .bt-my-product-tabs a.active {
    color: #000;
    background: #fff;
  }

  .bt-my-product-tabs a b {
    color: #555;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
  }

  .bt-my-product-search {
    border-bottom: 1px solid #dedede;
  }

  .bt-my-search-row {
    min-height: 80px;
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    align-items: center;
    padding: 0 20px;
  }

  .bt-my-search-row > label {
    color: #000;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
  }

  .bt-my-search-input,
  .bt-my-plain-input {
    width: 500px;
    height: 40px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #fff;
    box-sizing: border-box;
  }

  .bt-my-search-input {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 14px 0 40px;
  }

  .bt-my-search-input .ui-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    color: #777;
    stroke-width: 2.4;
  }

  .bt-my-search-input input,
  .bt-my-plain-input {
    color: #000;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
  }

  .bt-my-search-input input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background: transparent;
  }

  .bt-my-plain-input {
    padding: 0 16px;
  }

  .bt-my-search-input input::placeholder,
  .bt-my-plain-input::placeholder {
    color: #b4b4b4;
  }

  .bt-my-date-row {
    min-height: 100px;
  }

  .bt-my-date-tools {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .bt-my-range-buttons {
    display: flex;
    width: 320px;
    height: 40px;
    border: 1px solid #dedede;
    border-radius: 5px;
    overflow: hidden;
  }

  .bt-my-range-buttons button {
    width: 25%;
    border: 0;
    border-right: 1px solid #dedede;
    background: #f0f0f0;
    color: #777;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
  }

  .bt-my-range-buttons button:last-child {
    border-right: 0;
  }

  .bt-my-range-buttons button.active {
    background: #fff;
    color: #000;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
  }

  .bt-my-date-input {
    position: relative;
    width: 155px;
    height: 40px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #fff;
    box-sizing: border-box;
  }

  .bt-my-date-input input {
    width: 100%;
    height: 100%;
    padding: 0 36px 0 10px;
    border: 0;
    outline: 0;
    background: transparent;
    box-sizing: border-box;
  }

  .bt-my-date-input .ui-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    color: #111;
  }

  .bt-my-date-tools em {
    color: #000;
    font-style: normal;
  }

  .bt-my-search-submit {
    width: 155px;
    height: 40px;
    margin-left: 4px;
    border: 1px solid #46afd2;
    border-radius: 5px;
    background: #fff;
    color: #46afd2;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
  }

  .bt-my-product-tools {
    height: 80px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
  }

  .bt-my-bulk-actions {
    display: flex;
    align-items: center;
    gap: 0;
  }

  .bt-my-bulk-actions strong {
    margin-right: 90px;
    color: #46afd2;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
  }

  .bt-my-bulk-actions button {
    height: 18px;
    padding: 0 20px;
    border: 0;
    border-right: 1px solid #dedede;
    background: transparent;
    color: #000;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
  }

  .bt-my-bulk-actions button:last-child {
    border-right: 0;
  }

  .bt-my-sort-actions {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .bt-my-sort-actions select {
    width: 100px;
    height: 40px;
    padding: 0 16px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #fff;
    color: #000;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
  }

  .bt-my-sort-actions select:last-child {
    width: 155px;
  }

  .bt-my-product-result {
    min-height: 260px;
    background: #eeeeee;
  }

  .bt-my-product-empty {
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #000;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
  }

  .bt-my-empty-icon {
    position: relative;
    width: 38px;
    height: 30px;
    display: inline-block;
    border: 2px solid #111;
    border-top-width: 0;
    border-radius: 0 0 4px 4px;
  }

  .bt-my-empty-icon::before {
    content: "";
    position: absolute;
    left: 7px;
    top: -10px;
    width: 20px;
    height: 18px;
    border: 2px solid #111;
    border-radius: 50%;
    background: #eeeeee;
  }

  .bt-my-empty-icon::after {
    content: "";
    position: absolute;
    left: 14px;
    top: -1px;
    width: 7px;
    height: 4px;
    border-left: 2px solid #111;
    border-right: 2px solid #111;
  }

  .bt-my-product-row {
    min-height: 78px;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 160px;
    align-items: center;
    column-gap: 14px;
    border-bottom: 1px solid #dedede;
    background: #fff;
    color: #000;
  }

  .bt-my-product-row.has-action {
    grid-template-columns: 24px minmax(0, 1fr) 140px 104px;
  }

  .bt-my-product-row strong {
    min-width: 0;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
  }

  .bt-my-product-row strong a {
    color: inherit;
  }

  .bt-my-product-row em {
    grid-column: 2;
    margin-top: -20px;
    color: #777;
    font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
    font-size: 12px;
    font-style: normal;
  }

  .bt-my-product-row b {
    grid-row: 1 / span 2;
    grid-column: 3;
    text-align: right;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

  .bt-my-row-action {
    grid-row: 1 / span 2;
    grid-column: 4;
    margin: 0;
    display: flex;
    justify-content: flex-end;
  }

  .bt-my-row-action button,
  .bt-my-unblock {
    width: 86px;
    height: 34px;
    border: 1px solid #46afd2;
    border-radius: 4px;
    background: #fff;
    color: #46afd2;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
  }

	  .bt-my-product-check {
	    grid-row: 1 / span 2;
	    display: inline-flex;
	    align-items: center;
	    justify-content: center;
	    cursor: pointer;
	  }

	  .bt-my-product-check input {
	    position: absolute;
	    opacity: 0;
	    pointer-events: none;
	  }

	  .bt-my-product-check span,
	  .bt-my-product-check.is-disabled {
	    width: 14px;
	    height: 14px;
	    border: 1px solid #cfd6dc;
	    background: #fff;
	    box-sizing: border-box;
	  }

	  .bt-my-product-check input:checked + span {
	    border-color: #46afd2;
	    background: #46afd2;
	    box-shadow: inset 0 0 0 3px #fff;
	  }

	  .bt-my-product-check.is-disabled {
	    opacity: 0;
	    cursor: default;
	  }

  .bt-history-panel.bt-my-tab-panel {
    width: 1010px;
    padding: 0;
    border: 0;
    background: #fff;
    box-shadow: none;
  }

  .bt-history-panel.bt-my-tab-panel .bt-my-section-title {
    margin: 0 0 30px;
    padding-bottom: 16px;
    border-bottom: 1px solid #111;
    color: #000;
    font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
  }
}

@media (min-width: 981px) {
  .bt-history-panel.bt-my-tab-panel .bt-my-edit-form,
  .bt-history-panel.bt-my-tab-panel .bt-id-verify-form,
  .bt-history-panel.bt-my-tab-panel .bt-blocked-panel,
  .bt-history-panel.bt-my-tab-panel .bt-withdraw-warning,
  .bt-history-panel.bt-my-tab-panel .bt-withdraw-summary,
  .bt-history-panel.bt-my-tab-panel .bt-withdraw-form {
    width: 1010px;
    box-sizing: border-box;
  }

  .bt-history-panel.bt-my-tab-panel .bt-my-form-row {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    column-gap: 20px;
  }

  .bt-history-panel.bt-my-tab-panel .bt-my-primary {
    background: #46afd2;
    color: #fff;
  }

  .bt-history-panel.bt-my-tab-panel .bt-my-data-table th {
    background: #eef3f5;
  }
}

.bt-chat-blocked-note {
  margin: 0;
  padding: 10px 16px;
  border-top: 1px solid #eeeeee;
  background: #fff8f8;
  color: #d94b5d;
  font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.bt-chat-form.is-disabled {
  background: #f8f8f8;
}

.bt-chat-form.is-disabled input {
  color: #999;
}

.bt-order-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.bt-order-actions form {
  margin: 0;
}

.bt-order-actions button.primary.link-button {
  border: 0;
  cursor: pointer;
}

.bt-chat-confirm {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.36);
}

.bt-chat-confirm[hidden] {
  display: none;
}

.bt-chat-confirm-box {
  width: 400px;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
  text-align: center;
}

.bt-chat-confirm-icon {
  width: 28px;
  height: 28px;
  margin: 48px auto 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #46afd2;
  color: #fff;
  font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
  font-size: 17px;
  line-height: 1;
  font-weight: 300;
}

.bt-chat-confirm-box strong {
  display: block;
  margin: 0 24px 46px;
  color: #000;
  font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
}

.bt-chat-confirm-actions {
  height: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #e5e5e5;
}

.bt-chat-confirm-actions button {
  border: 0;
  background: #fff;
  color: #b1b1b1;
  font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
  font-size: 17px;
  font-weight: 300;
  cursor: pointer;
}

.bt-chat-confirm-actions button + button {
  color: #46afd2;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bt-auto-hide-summary {
  margin-top: 6px;
  display: grid;
  gap: 8px;
  align-items: start;
}

.bt-member-card .bt-auto-hide-summary .bt-hide-toggle {
  width: fit-content;
}

.bt-auto-hide-quick {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  color: #777;
  font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.bt-auto-hide-quick span {
  color: #777;
}

.bt-auto-hide-quick span b {
  color: #000;
  font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
  font-weight: 300;
}

.bt-auto-hide-quick label {
  height: 24px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #d8dfe5;
  border-radius: 999px;
  background: #fff;
  color: #777;
  cursor: pointer;
}

.bt-auto-hide-quick input {
  width: 12px;
  height: 12px;
  margin: 0;
  accent-color: #46afd2;
}

.bt-auto-hide-summary em {
  width: fit-content;
  padding: 4px 8px;
  border-radius: 999px;
  background: #e8f7fb;
  color: #31a7cc;
  font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
}

.bt-auto-hide-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.36);
}

.bt-auto-hide-modal[hidden] {
  display: none !important;
}

.bt-auto-hide-dialog {
  width: 500px;
  max-width: calc(100vw - 32px);
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
}

.bt-auto-hide-dialog h2 {
  margin: 0;
  padding: 48px 50px 0;
  color: #000;
  font-family: "GongGothicBold", "Apple SD Gothic Neo", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

.bt-auto-hide-dialog > p {
  margin: 18px 0 44px;
  padding: 0 50px;
  color: #777;
  font-family: "GongGothicLight", "Apple SD Gothic Neo", sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}

.bt-auto-hide-dialog fieldset {
  margin: 0 50px 44px;
  padding: 0;
  border: 0;
}

.bt-auto-hide-dialog legend {
  margin: 0 0 20px;
  color: #000;
  font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.bt-auto-hide-days {
  display: flex;
  gap: 10px;
}

.bt-auto-hide-days label {
  display: block;
}

.bt-auto-hide-days input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.bt-auto-hide-days span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #dfe5ea;
  border-radius: 5px;
  background: #fff;
  color: #111;
  font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  cursor: pointer;
}

.bt-auto-hide-days input:checked + span {
  border-color: #46afd2;
  background: #46afd2;
  color: #fff;
}

.bt-auto-hide-times {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bt-auto-hide-times label {
  position: relative;
  width: 160px;
}

.bt-auto-hide-times input {
  width: 100%;
  height: 40px;
  padding: 0 14px;
  border: 1px solid #dfe5ea;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
}

.bt-auto-hide-times input:focus {
  border-color: #46afd2;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(70, 175, 210, 0.12);
}

.bt-auto-hide-times em {
  color: #777;
  font-size: 16px;
  font-style: normal;
}

.bt-auto-hide-actions {
  height: 62px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #e5e5e5;
}

.bt-auto-hide-actions button {
  border: 0;
  background: #fff;
  color: #aaa;
  font-family: "GongGothicMedium", "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
}

.bt-auto-hide-actions button + button {
  border-left: 1px solid #e5e5e5;
  color: #46afd2;
}

@media (max-width: 768px) {
  .bt-auto-hide-dialog {
    width: calc(100vw - 32px);
  }

  .bt-auto-hide-dialog h2,
  .bt-auto-hide-dialog > p {
    padding-left: 28px;
    padding-right: 28px;
  }

  .bt-auto-hide-dialog fieldset {
    margin-left: 28px;
    margin-right: 28px;
  }

  .bt-auto-hide-days {
    flex-wrap: wrap;
  }

  .bt-auto-hide-times {
    align-items: stretch;
    flex-direction: column;
  }

  .bt-auto-hide-times label {
    width: 100%;
  }
}

@media print {
  .bt-chat-layout {
    display: block;
  }

  .bt-chat-side,
  .bt-chat-form,
  .bt-chat-blocked-note,
  .bt-chat-menu-wrap,
  .bt-chat-confirm {
    display: none !important;
  }

  .bt-chat-room {
    min-height: auto;
    border: 0;
  }

  .bt-chat-messages {
    height: auto;
    overflow: visible;
  }
}

@media (min-width: 769px) {
  .bt-channel-search .bt-game-rank > div {
    overflow: hidden !important;
  }

  .bt-channel-search .bt-game-rank-art {
    width: 100% !important;
    height: 100% !important;
    min-height: 400px !important;
    margin: 0 !important;
    align-self: stretch !important;
    justify-self: stretch !important;
    object-fit: cover !important;
    border-radius: 20px 0 0 20px !important;
  }
}
