* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  color: #333;
  background: #e6e6e6;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

a {
  color: #1d6f55;
  text-decoration: none;
}

.page-shell {
  min-height: 100vh;
  padding: 68px 14px 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.register-panel {
  width: min(100%, 376px);
  background: #fff;
  border-radius: 10px;
  padding: 62px 25px 20px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}

.brand {
  text-align: center;
}

.brand-mark {
  width: 185px;
  height: 185px;
  margin: 0 auto 8px;
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.system-name {
  margin: 29px 0 34px;
  color: #4b3426;
  font-size: 16px;
}

h1 {
  margin: 0 0 29px;
  color: #333;
  font-size: 24px;
  line-height: 1.2;
}

.register-form {
  width: 100%;
}

.field,
.avatar-field {
  display: block;
  margin-bottom: 17px;
}

.field > span,
.avatar-field > span {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-size: 14px;
}

em {
  color: #ff4d4f;
  font-style: normal;
}

input[type="text"],
input[type="password"],
input[type="tel"],
.field > input,
.password-wrap {
  width: 100%;
  height: 48px;
  border: 1px solid #dedede;
  border-radius: 8px;
  background: #fff;
}

.field > input,
.password-wrap input {
  padding: 0 15px;
  color: #333;
  font-size: 16px;
  outline: none;
}

.field > input::placeholder,
.password-wrap input::placeholder {
  color: #aaa;
}

.field > input:focus,
.password-wrap:focus-within {
  border-color: #22775c;
  box-shadow: 0 0 0 2px rgba(34, 119, 92, 0.08);
}

.is-invalid,
.password-wrap:has(.is-invalid) {
  border-color: #ff7875 !important;
}

.password-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.password-wrap input {
  height: 100%;
  flex: 1;
  min-width: 0;
  padding-right: 52px;
  border: 0;
  background: transparent;
}

.password-wrap button {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 45px;
  height: 44px;
  border: 0;
  color: #9b8e95;
  background: transparent;
  font-size: 16px;
}

.field b,
.muted,
.avatar-field p {
  display: block;
  margin-top: 9px;
  color: #999;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.field small,
.agreement-error {
  display: block;
  min-height: 16px;
  margin-top: 4px;
  color: #d93026;
  font-size: 12px;
}

.verify-note {
  display: none;
}

.hidden-tip {
  display: none;
}

.avatar-upload {
  width: 96px;
  height: 96px;
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #dfdfdf;
  border-radius: 50%;
  color: #8b7f8a;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.avatar-upload input {
  display: none;
}

.avatar-upload i {
  font-style: normal;
  font-size: 24px;
}

.avatar-upload.has-image i {
  display: none;
}

.agreement {
  margin-top: 2px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #6b6b6b;
  font-size: 14px;
  line-height: 1.45;
}

.agreement input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  flex: 0 0 auto;
}

.form-message {
  min-height: 22px;
  margin: 9px 0;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.form-message.error {
  color: #d93026;
}

.form-message.success {
  color: #1d6f55;
}

.form-message.info {
  color: #666;
}

.submit-button {
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: #24795d;
  font-size: 17px;
  cursor: pointer;
}

.submit-button:disabled {
  background: #8bb7a8;
  cursor: wait;
}

.login-line {
  margin: 16px 0 0;
  color: #777;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 420px) {
  .page-shell {
    padding: 0;
    background: #fff;
  }

  .register-panel {
    width: 100%;
    min-height: 100vh;
    border-radius: 0;
    padding: 48px 25px 24px;
  }
}

.login-page-body {
  background: #fff;
}

.login-wrapper {
  width: min(100%, 376px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 58px 20px 40px;
}

.login-page {
  display: none;
}

.login-page.active {
  display: block;
}

.login-logo-section {
  margin-bottom: 32px;
  text-align: center;
}

.login-brand-mark {
  width: 190px;
  height: 190px;
  margin-bottom: 0;
}

.login-subtitle {
  margin: 24px 0 0;
  color: #5c3d2e;
  font-size: 18px;
}

.login-tabs {
  margin-bottom: 30px;
  display: flex;
  border-bottom: 2px solid #f0f0f0;
}

.login-tab {
  flex: 1;
  height: 45px;
  border: 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  color: #666;
  background: transparent;
  font-size: 15px;
  cursor: pointer;
}

.login-tab.active {
  color: #1a5f4a;
  border-bottom-color: #1a5f4a;
  font-weight: 600;
}

.login-wechat-auth {
  width: 100%;
  min-height: 74px;
  margin-bottom: 20px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 2px solid #07c160;
  border-radius: 12px;
  background: #fafffe;
  text-align: left;
  cursor: pointer;
}

.login-wechat-auth.is-authorized {
  border-color: #52c41a;
  background: #f6ffed;
}

.login-wechat-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #fff;
  background: #07c160;
  font-size: 12px;
  font-weight: 700;
}

.login-wechat-auth span:nth-child(2) {
  flex: 1;
}

.login-wechat-auth strong,
.login-wechat-auth em {
  display: block;
  font-style: normal;
}

.login-wechat-auth strong {
  color: #07c160;
  font-size: 16px;
}

.login-wechat-auth em {
  margin-top: 3px;
  color: #999;
  font-size: 12px;
}

.login-wechat-auth i {
  color: #07c160;
  font-size: 24px;
  font-style: normal;
}

.login-form {
  display: flex;
  flex-direction: column;
}

.login-mode {
  display: none;
}

.login-mode.active {
  display: block;
}

.login-field {
  display: block;
  margin-bottom: 12px;
}

.login-field > span {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-size: 14px;
}

.login-field input,
.login-password-wrap,
.login-code-wrap {
  width: 100%;
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
}

.login-field > input,
.login-password-wrap input,
.login-code-wrap input {
  padding: 0 15px;
  color: #333;
  font-size: 16px;
  outline: none;
}

.login-field input::placeholder {
  color: #999;
}

.login-password-wrap,
.login-code-wrap {
  display: flex;
  align-items: center;
}

.login-code-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 108px;
  align-items: center;
}

.login-password-wrap {
  position: relative;
}

.login-password-wrap input,
.login-code-wrap input {
  flex: 1;
  min-width: 0;
  border: 0;
}

.login-password-wrap input {
  height: 100%;
  padding-right: 52px;
}

.login-code-wrap input {
  height: 100%;
}

.login-password-wrap button {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 45px;
  height: 44px;
  border: 0;
  color: #9b8e95;
  background: transparent;
  font-size: 16px;
}

.login-code-wrap button {
  width: 108px;
  height: 44px;
  padding: 0;
  border: 0;
  border-left: 1px solid #eee;
  color: #1a5f4a;
  background: transparent;
  font-size: 14px;
  white-space: nowrap;
}

.login-field small {
  display: block;
  min-height: 16px;
  margin-top: 4px;
  color: #d93026;
  font-size: 12px;
}

.login-options {
  margin: 2px 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
  font-size: 14px;
}

.login-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.login-check input {
  width: 18px;
  height: 18px;
}

.login-options button {
  border: 0;
  color: #1a5f4a;
  background: transparent;
  font-size: 14px;
}

.login-submit {
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #23765b;
  font-size: 16px;
  cursor: pointer;
}

.login-divider {
  margin: 30px 0 26px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #999;
  font-size: 13px;
}

.login-divider::before,
.login-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e0e0e0;
}

.login-social {
  width: 100%;
  height: 44px;
  border: 1px solid #ddd;
  border-radius: 8px;
  color: #333;
  background: #fff;
  font-size: 14px;
}

.login-social span {
  margin-right: 8px;
  color: #07c160;
  font-size: 12px;
  font-weight: 700;
}

.login-register-link {
  margin: 20px 0 0;
  color: #666;
  font-size: 14px;
  text-align: center;
}

.login-register-link a {
  color: #1a5f4a;
  font-weight: 600;
}

.reset-page h1 {
  margin: 12px 0 28px;
  color: #333;
  font-size: 22px;
  text-align: center;
}

.back-link {
  border: 0;
  color: #1a5f4a;
  background: transparent;
  font-size: 14px;
  cursor: pointer;
}

.portal-body {
  margin: 0;
  background: #f3f6f4;
  color: #17251f;
}

.portal-app {
  min-height: 100vh;
  padding-bottom: 58px;
  background: linear-gradient(180deg, #44c47c 0, #83dca6 58%, #f3f6f4 100%);
}

.portal-screen {
  width: min(100%, 430px);
  min-height: calc(100vh - 58px);
  margin: 0 auto;
  padding: 28px 10px 10px;
  background: linear-gradient(180deg, #44c47c 0, #83dca6 58%, #f3f6f4 100%);
}

.portal-top {
  min-height: 114px;
  margin: 0;
  padding: 27px 15px 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
  background: transparent;
  border-radius: 0;
}

.portal-broker-head {
  height: 62px;
  padding: 8px 10px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #fff;
}

.portal-broker-head h1 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}

.portal-broker-head-with-cover {
  min-height: 96px;
  height: auto;
  padding: 20px 10px 12px;
  align-items: center;
}

.portal-broker-head-with-cover .portal-cover {
  width: 58px;
  height: 58px;
}

.portal-top-main {
  display: flex;
  align-items: center;
  gap: 12px;
}

.portal-cover {
  width: 66px;
  height: 66px;
  flex: 0 0 auto;
  border-radius: 12px;
  background:
    linear-gradient(rgba(12, 92, 61, 0.08), rgba(12, 92, 61, 0.18)),
    url("data:image/svg+xml,%3Csvg width='68' height='68' viewBox='0 0 68 68' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='68' height='68' rx='12' fill='%23d8eee6'/%3E%3Cpath d='M-4 49c12-9 24-13 38-13s27 4 39 13v23H-4z' fill='%233cae74'/%3E%3Cpath d='M-2 41c14-8 28-12 42-12s24 3 33 10v15H-2z' fill='%2356c98f'/%3E%3Cpath d='M0 25h68v15c-9-4-20-7-32-7S12 36 0 42z' fill='%237ed5a8'/%3E%3Ccircle cx='15' cy='14' r='7' fill='%23f8fff8'/%3E%3Cpath d='M35 12c8 0 14 5 18 11H16c4-7 10-11 19-11z' fill='%2367b7da'/%3E%3C/svg%3E");
  background-size: cover;
}

.portal-cover-garden {
  background:
    linear-gradient(rgba(12, 92, 61, 0.02), rgba(12, 92, 61, 0.12)),
    url("data:image/svg+xml,%3Csvg width='68' height='68' viewBox='0 0 68 68' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='68' height='68' rx='12' fill='%239ad7ed'/%3E%3Cpath d='M0 29c14-8 28-11 43-10 9 1 17 3 25 8v41H0z' fill='%237acb7c'/%3E%3Cpath d='M-4 49c13-11 29-16 46-16 14 0 25 5 34 14v24H-4z' fill='%233caa68'/%3E%3Cpath d='M-2 57c17-8 39-11 70-8v19H-2z' fill='%236fc989'/%3E%3Cpath d='M0 36c21 3 42-1 68-9v5C41 42 20 46 0 44z' fill='%23eef8df'/%3E%3Cpath d='M0 46c21 3 43-1 68-9v5C43 52 20 56 0 54z' fill='%23e5f3d8'/%3E%3Ccircle cx='15' cy='13' r='8' fill='%23fff5b0'/%3E%3C/svg%3E");
}

.portal-cover-enterprise {
  background:
    linear-gradient(160deg, rgba(38, 31, 18, 0.05), rgba(38, 31, 18, 0.18)),
    url("data:image/svg+xml,%3Csvg width='68' height='68' viewBox='0 0 68 68' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='sky' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop stop-color='%23f3b75f'/%3E%3Cstop offset='.55' stop-color='%237ab3a7'/%3E%3Cstop offset='1' stop-color='%233a7f55'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='68' height='68' rx='12' fill='url(%23sky)'/%3E%3Ccircle cx='52' cy='14' r='10' fill='%23ffe1a0'/%3E%3Cpath d='M-6 50 17 26l13 14 12-16 32 31v17H-6z' fill='%23395e3f'/%3E%3Cpath d='M-3 55c14-9 27-13 42-13 12 0 23 3 33 9v20H-3z' fill='%234fa36b'/%3E%3Cpath d='M0 61c16-7 35-10 68-8v15H0z' fill='%2376c783'/%3E%3C/svg%3E");
  background-size: cover;
}

.portal-cover-broker {
  background:
    linear-gradient(160deg, rgba(31, 110, 82, 0.05), rgba(31, 110, 82, 0.18)),
    url("data:image/svg+xml,%3Csvg width='68' height='68' viewBox='0 0 68 68' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='68' height='68' rx='12' fill='%23e7f7ef'/%3E%3Ccircle cx='34' cy='24' r='12' fill='%2345bd7d'/%3E%3Cpath d='M13 61c3-15 11-23 21-23s18 8 21 23H13z' fill='%232f9566'/%3E%3Cpath d='M20 48h28' stroke='%23fff' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M26 54h16' stroke='%23fff' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: cover;
}

.portal-cover-regulator {
  background:
    linear-gradient(160deg, rgba(31, 110, 82, 0.05), rgba(31, 110, 82, 0.18)),
    url("data:image/svg+xml,%3Csvg width='68' height='68' viewBox='0 0 68 68' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='68' height='68' rx='12' fill='%23e6f6ee'/%3E%3Cpath d='M12 59V27l22-13 22 13v32' fill='%2345bd7d'/%3E%3Cpath d='M23 59V43h22v16' fill='%23f5fffa'/%3E%3Cpath d='M21 31h6M31 31h6M41 31h6M21 39h6M41 39h6' stroke='%23f5fffa' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M34 7l22 13H12z' fill='%232b805d'/%3E%3C/svg%3E");
  background-size: cover;
}

.portal-cover-user {
  background:
    linear-gradient(160deg, rgba(31, 110, 82, 0.05), rgba(31, 110, 82, 0.18)),
    url("data:image/svg+xml,%3Csvg width='68' height='68' viewBox='0 0 68 68' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='68' height='68' rx='12' fill='%23edf8f2'/%3E%3Ccircle cx='34' cy='25' r='13' fill='%2345bd7d'/%3E%3Cpath d='M12 62c4-15 12-22 22-22s18 7 22 22H12z' fill='%232f9566'/%3E%3Cpath d='M25 50h18' stroke='%23fff' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: cover;
}

.portal-cover-common-avatar {
  overflow: hidden;
  border-radius: 50%;
  background: #f3f3f1;
  box-shadow: 0 10px 22px rgba(34, 55, 43, 0.12);
}

.portal-cover-common-avatar img,
.portal-common-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.portal-workbench-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f3f3f1;
}

.portal-workbench-avatar-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.portal-add {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  color: #27a166;
  background: #fff;
  box-shadow: 0 4px 11px rgba(18, 78, 57, 0.2);
  font-size: 26px;
  line-height: 30px;
}

.portal-top-action {
  position: relative;
  flex: 0 0 auto;
}

.portal-top-menu {
  position: absolute;
  top: 42px;
  right: 0;
  z-index: 10;
  width: 136px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(21, 40, 34, 0.2);
}

.portal-top-menu button,
.portal-top-menu a {
  width: 100%;
  height: 46px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 0;
  border-bottom: 1px solid #edf1ef;
  color: #1f2a26;
  background: #fff;
  font-size: 15px;
  text-decoration: none;
}

.portal-top-menu button:last-child,
.portal-top-menu a:last-child {
  border-bottom: 0;
}

.portal-top-menu svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: #30bf73;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.portal-top .portal-top-menu span {
  display: inline;
  color: #1f2a26;
  font-size: 15px;
  font-weight: 400;
}

.portal-broker-head .portal-top-menu span {
  display: inline;
  color: #1f2a26;
  font-size: 15px;
  font-weight: 400;
}

.portal-garden-qr {
  width: 42px;
  height: 42px;
  padding: 4px;
  border: 0;
  border-radius: 7px;
  flex: 0 0 auto;
  color: #17251f;
  background: #fff;
  box-shadow: 0 4px 11px rgba(18, 78, 57, 0.2);
}

.portal-garden-qr svg {
  width: 34px;
  height: 34px;
  display: block;
}

.portal-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  padding: 24px;
  display: grid;
  place-items: center;
  background: rgba(20, 28, 24, 0.52);
}

.portal-modal-panel {
  position: relative;
  width: min(360px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  border-radius: 10px;
  padding: 20px 16px 18px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(12, 30, 24, 0.24);
}

.portal-modal-panel h2 {
  margin: 0 36px 16px 0;
  color: #1f2a26;
  font-size: 18px;
}

.portal-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  color: #58635f;
  background: #f3f5f4;
  font-size: 24px;
  line-height: 28px;
}

.portal-qr-modal {
  display: grid;
  justify-items: center;
  gap: 12px;
}

.portal-qr-large {
  width: 220px;
  height: 220px;
  padding: 12px;
  border: 1px solid #edf1ef;
  border-radius: 10px;
  background: #fff;
}

.portal-qr-large svg {
  width: 196px;
  height: 196px;
}

.portal-qr-modal strong {
  color: #1b2b25;
  font-size: 18px;
}

.portal-garden-options {
  display: grid;
  gap: 10px;
}

.portal-garden-option {
  position: relative;
  display: grid;
  gap: 5px;
  width: 100%;
  padding: 14px 54px 14px 14px;
  border: 1px solid rgba(72, 194, 120, 0.22);
  border-radius: 12px;
  background: linear-gradient(135deg, #f8fff9, #eefaf2);
  color: #24332e;
  text-align: left;
  box-shadow: 0 8px 18px rgba(43, 145, 89, 0.08);
}

.portal-garden-option strong {
  font-size: 15px;
  line-height: 1.35;
}

.portal-garden-option span {
  color: #2c9c62;
  font-size: 13px;
}

.portal-garden-option em {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  padding: 4px 8px;
  border-radius: 999px;
  background: #42c678;
  color: #fff;
  font-size: 12px;
  font-style: normal;
}

.portal-garden-option.active {
  border-color: #42c678;
  box-shadow: 0 10px 22px rgba(43, 145, 89, 0.16);
}

.portal-scan-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 8px;
  background: #18211e;
}

.portal-scan-modal video {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  background: #18211e;
}

.portal-scan-line {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 8%;
  height: 2px;
  border-radius: 999px;
  background: #18d784;
  box-shadow: 0 0 10px rgba(24, 215, 132, 0.9), 0 0 24px rgba(24, 215, 132, 0.45);
  animation: portalScanLine 2s ease-in-out infinite;
  pointer-events: none;
}

@keyframes portalScanLine {
  0% {
    top: 8%;
  }
  100% {
    top: 88%;
  }
}

.portal-scan-message,
.portal-scan-empty {
  margin: 10px 0;
  color: #66746e;
  font-size: 13px;
  text-align: center;
}

.portal-scan-manual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 74px;
  gap: 8px;
}

.portal-scan-manual input,
.portal-scan-field input {
  min-width: 0;
  height: 42px;
  border: 1px solid #dce3e0;
  border-radius: 7px;
  padding: 0 12px;
  color: #1f2a26;
  font-size: 14px;
}

.portal-scan-manual button,
.portal-scan-confirm,
.portal-scan-result button {
  height: 42px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: #1f7a5b;
  font-size: 15px;
}

.portal-scan-result {
  display: grid;
  gap: 10px;
}

.portal-scan-summary {
  display: grid;
  gap: 8px;
}

.portal-scan-row {
  min-height: 0;
  padding: 8px 0;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  border-bottom: 1px solid #edf1ef;
  color: #6b7772;
  font-size: 13px;
  line-height: 1.4;
}

.portal-scan-row span {
  word-break: keep-all;
}

.portal-scan-row strong {
  color: #1f2a26;
  font-weight: 600;
  white-space: normal;
  overflow-wrap: anywhere;
}

.portal-scan-field {
  display: grid;
  gap: 6px;
  color: #1f2a26;
  font-size: 14px;
}

.portal-scan-readonly {
  min-height: 38px;
  padding: 8px 10px;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border: 1px solid #edf1ef;
  border-radius: 7px;
  background: #f8fbf9;
  color: #6b7772;
  font-size: 13px;
}

.portal-scan-readonly strong {
  color: #1f2a26;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.portal-scan-confirm {
  width: 100%;
  margin-top: 2px;
}

.portal-trade-modal-wrap .portal-modal-panel {
  padding: 0;
  overflow: hidden;
}

.portal-trade-modal-wrap .portal-modal-panel h2 {
  margin: 0;
  padding: 22px 54px 14px;
  text-align: center;
  font-size: 20px;
}

.portal-trade-modal-wrap .portal-modal-close {
  top: 18px;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.portal-trade-confirm {
  gap: 0;
  padding-bottom: 22px;
  background: #fff;
}

.portal-trade-head-row {
  min-height: 58px;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  align-items: center;
  border-top: 1px solid #eef1ef;
  color: #7b8580;
  font-size: 16px;
}

.portal-trade-total-row {
  min-height: 58px;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  align-items: center;
  border-top: 1px solid #eef1ef;
  color: #7b8580;
  font-size: 16px;
}

.portal-trade-amount-row {
  min-height: 58px;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  align-items: center;
  border-top: 1px solid #eef1ef;
  color: #7b8580;
  font-size: 16px;
}

.portal-trade-head-row strong,
.portal-trade-total-row strong {
  color: #1f2a26;
  font-size: 17px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.portal-trade-detail-title {
  min-height: 50px;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  align-items: center;
  border-top: 1px solid #eef1ef;
  color: #7b8580;
  font-size: 16px;
}

.portal-trade-detail-title strong {
  color: #1f2a26;
  font-size: 16px;
  font-weight: 700;
}

.portal-trade-detail-wrap {
  margin: 12px 32px 14px;
  overflow-x: auto;
  border: 1px solid #e2e7e4;
  border-radius: 6px;
  background: #f8faf9;
}

.portal-trade-detail-table {
  width: 100%;
  min-width: 290px;
  border-collapse: collapse;
  table-layout: fixed;
  color: #1f2a26;
  font-size: 15px;
}

.portal-trade-detail-table th,
.portal-trade-detail-table td {
  padding: 14px 12px;
  border-right: 1px solid #e2e7e4;
  border-bottom: 1px solid #e2e7e4;
  text-align: left;
}

.portal-trade-detail-table th {
  background: #f1f3f4;
  font-weight: 700;
}

.portal-trade-detail-table th:first-child,
.portal-trade-detail-table td:first-child {
  width: 44px;
  color: #404944;
  text-align: center;
}

.portal-trade-detail-table th:nth-child(2),
.portal-trade-detail-table td:nth-child(2) {
  width: 92px;
  text-align: right;
}

.portal-trade-detail-table th:last-child,
.portal-trade-detail-table td:last-child {
  border-right: 0;
}

.portal-trade-detail-table tbody tr:last-child td {
  border-bottom: 0;
}

.portal-trade-amount-row input {
  min-width: 0;
  height: 42px;
  border: 0;
  padding: 0;
  color: #1f2a26;
  background: transparent;
  font-size: 16px;
}

.portal-trade-amount-row input::placeholder {
  color: #b8bebc;
}

.portal-trade-confirm .portal-scan-confirm {
  display: block;
  width: min(100%, 180px);
  height: 46px;
  margin: 22px auto 0;
  border-radius: 999px;
  background: #67bf7d;
  font-size: 17px;
  font-weight: 700;
}

.portal-trade-confirm .portal-scan-message {
  margin: 10px 32px 0;
}

.portal-garden-trade-modal-wrap .portal-modal-panel {
  padding: 0;
  overflow: hidden;
}

.portal-garden-trade-modal-wrap .portal-modal-panel h2 {
  margin: 0;
  padding: 22px 54px 14px;
  text-align: center;
  font-size: 20px;
}

.portal-garden-trade-modal-wrap .portal-modal-close {
  top: 18px;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.portal-garden-trade-confirm {
  gap: 0;
  padding-bottom: 22px;
  background: #fff;
}

.portal-garden-trade-row {
  min-height: 58px;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  align-items: center;
  border-top: 1px solid #eef1ef;
  color: #8a918f;
  font-size: 16px;
}

.portal-garden-trade-field {
  min-height: 58px;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  align-items: center;
  border-top: 1px solid #eef1ef;
  color: #1f2a26;
  font-size: 16px;
}

.portal-garden-trade-row strong {
  color: #1f2a26;
  font-size: 17px;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.portal-garden-trade-field input {
  min-width: 0;
  height: 42px;
  border: 0;
  padding: 0;
  color: #1f2a26;
  background: transparent;
  font-size: 16px;
}

.portal-garden-trade-field input::placeholder {
  color: #b8bebc;
}

.portal-garden-trade-confirm .portal-scan-confirm {
  display: block;
  width: min(100%, 180px);
  height: 46px;
  margin: 22px auto 0;
  border-radius: 999px;
  background: #67bf7d;
  font-size: 17px;
  font-weight: 700;
}

.portal-garden-trade-confirm .portal-scan-message {
  margin: 10px 32px 0;
}

.portal-eyebrow {
  display: none;
}

.portal-top h1 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 17px;
  line-height: 1.25;
}

.portal-top span {
  display: block;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-weight: 700;
}

.portal-switch {
  height: 26px;
  margin-top: 8px;
  border: 0;
  border-radius: 8px;
  padding: 0 16px;
  color: #19a45c;
  background: rgba(255, 255, 255, 0.92);
  font-size: 13px;
}

.portal-garden-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  max-width: 156px;
  padding: 0 22px 0 12px;
}

.portal-garden-switch::after {
  position: absolute;
  right: 9px;
  color: #1f7a5b;
  content: "▾";
  pointer-events: none;
}

.portal-garden-switch select {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: #1f7a5b;
  background: transparent;
  font: inherit;
  line-height: 26px;
  text-overflow: clip;
  appearance: none;
}

.portal-garden-switch select:disabled {
  opacity: 1;
}

.portal-tabs {
  margin: 0 14px 10px;
  padding: 7px 10px;
  display: flex;
  gap: 16px;
  border-radius: 0;
  background: #fff;
}

.portal-tabs button {
  flex: 1;
  height: 34px;
  border: 0;
  border-radius: 8px;
  color: #6b7772;
  background: transparent;
}

.portal-tabs button.active {
  color: #1f7a5b;
  background: transparent;
  box-shadow: inset 0 -2px #1f7a5b;
}

.portal-section,
.portal-monitor {
  margin: 10px 0;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(26, 42, 36, 0.06);
}

.portal-quota {
  margin: 0 0 14px;
  overflow: hidden;
  border-radius: 0 0 12px 12px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(25, 42, 35, 0.08);
}

.portal-quota-title {
  height: 34px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 7px solid #85d9ad;
}

.portal-quota-title h2 {
  margin: 0;
  color: #10233a;
  font-size: 13px;
}

.portal-quota-title span {
  color: #24413a;
  font-size: 14px;
}

.portal-quota-tools {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.portal-quota-tools svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #24413a;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.portal-quota-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 14px 10px 18px;
  background: #fff;
}

.portal-quota-grid button {
  min-height: 112px;
  border: 0;
  border-radius: 4px;
  color: #465650;
  background: #fff;
  box-shadow: 0 8px 18px rgba(25, 42, 35, 0.08);
  font-size: 15px;
  font-weight: 700;
  display: grid;
  grid-template-rows: 22px 40px;
  align-content: center;
  justify-items: center;
  gap: 14px;
}

.portal-quota-grid button > span {
  max-width: 100%;
  line-height: 1.15;
  white-space: nowrap;
}

.portal-quota-grid button strong {
  color: #45c47c;
  max-width: 100%;
  font-size: clamp(24px, 6.4vw, 28px);
  font-weight: 500;
  line-height: 1;
  min-height: 40px;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  white-space: nowrap;
}

.portal-quota-grid button strong:empty {
  display: none;
}

.portal-quota-grid button strong.is-not-found {
  max-width: 100%;
  font-size: clamp(14px, 4.2vw, 18px);
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}

.portal-page-201 .portal-quota-grid button strong {
  max-width: 100%;
  font-size: 24px;
  line-height: 1.05;
  white-space: nowrap;
}

.portal-page-201 .portal-quota-grid button small {
  font-size: 10px;
}

.portal-quota-grid button small {
  margin-left: 4px;
  color: #45c47c;
  font-size: 10px;
  font-weight: 500;
}

.portal-section h2,
.portal-monitor h2 {
  margin: 0 0 13px;
  color: #23362f;
  font-size: 16px;
}

.portal-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.portal-stats button,
.portal-stats a {
  position: relative;
  height: 58px;
  border: 0;
  background: #fff;
  color: #45534d;
  text-align: center;
  text-decoration: none;
}

.portal-stats strong {
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin: 0 auto 4px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(180deg, #ff8e36, #ff6d25);
  font-size: 11px;
  line-height: 20px;
}

.portal-stats strong.empty {
  visibility: hidden;
}

.portal-stats strong.warn {
  position: relative;
  width: 25px;
  height: 23px;
  border-radius: 0;
  color: #ff4f2e;
  background: transparent;
}

.portal-stats strong.warn svg {
  width: 25px;
  height: 23px;
  fill: none;
  stroke: #ff4f2e;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.portal-stats strong.warn em {
  position: absolute;
  top: -5px;
  right: -7px;
  min-width: 16px;
  height: 12px;
  border-radius: 7px;
  color: #fff;
  background: #ff7a2f;
  font-size: 8px;
  font-style: normal;
  line-height: 12px;
}

.portal-stats strong.task-icon {
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid #ffd7bf;
  border-radius: 50%;
  color: #ff7a2f;
  background: #fff7f0;
}

.portal-stats strong.task-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.portal-stats strong.task-icon em {
  position: absolute;
  top: -7px;
  right: -9px;
  min-width: 17px;
  height: 15px;
  border-radius: 8px;
  color: #fff;
  background: #ff7a2f;
  font-size: 10px;
  font-style: normal;
  line-height: 15px;
}

.portal-stats strong.task-icon.warn {
  width: 34px;
  height: 32px;
  border: 0;
  border-radius: 0;
  color: #ff4f2e;
  background: transparent;
}

.portal-stats strong.task-icon.warn svg {
  width: 31px;
  height: 31px;
  stroke: currentColor;
  stroke-width: 2.2;
}

.portal-stats strong.image-task-icon {
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #ff7a2f;
  background: transparent;
}

.portal-stats strong.image-task-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: block;
}

.portal-stats strong.image-task-icon em {
  position: absolute;
  top: -4px;
  right: -7px;
  min-width: 16px;
  height: 14px;
  border-radius: 8px;
  color: #fff;
  background: #ff7a2f;
  font-size: 9px;
  font-style: normal;
  line-height: 14px;
}

.portal-stats span {
  font-size: 12px;
}

.portal-task-card {
  padding: 10px 14px;
}

.portal-service-card {
  padding: 20px 12px 12px;
}

.portal-services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px 8px;
}

.portal-services button,
.portal-services a {
  min-height: 82px;
  border: 0;
  background: transparent;
  color: #34443e;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}

.portal-services i {
  width: 56px;
  height: 56px;
  margin: 0 auto 7px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #41bf78;
  background: #f4f4f4;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
}

.portal-services i svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.portal-services i.image-icon {
  width: 66px;
  height: 66px;
  margin-bottom: 6px;
  border-radius: 18px;
  background: transparent;
}

.portal-services i.image-icon img {
  width: 66px;
  height: 66px;
  object-fit: contain;
  display: block;
}

.portal-services span {
  display: block;
  line-height: 1.25;
}

.portal-monitor-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
}

.portal-monitor-head h2 {
  margin: 0;
}

.portal-monitor-head span {
  color: #8b9892;
  font-size: 12px;
}

.portal-monitor-head h2 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}

.portal-monitor-head h2 b {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: #41bf78;
}

.portal-monitor-head em {
  margin: 0 8px 0 6px;
  padding: 1px 7px;
  border-radius: 8px;
  color: #41bf78;
  background: #e7f8ee;
  font-size: 10px;
  font-style: normal;
}

.portal-monitor-head mark {
  margin-left: 8px;
  color: #ff8a00;
  background: transparent;
  font-size: 10px;
}

.portal-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.portal-metrics div {
  min-height: 58px;
  border-radius: 6px;
  padding: 8px 8px;
  background: #f7faf8;
  text-align: center;
}

.portal-metrics i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 14px;
  color: #27b86b;
  font-style: normal;
  line-height: 12px;
}

.portal-metrics i svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.portal-metrics strong {
  display: block;
  color: #1f7a5b;
  font-size: 13px;
  line-height: 18px;
}

.portal-metrics span {
  color: #6d7a74;
  font-size: 12px;
}

.portal-loading {
  grid-column: 1 / -1;
  color: #8a9691;
  text-align: center;
}

.portal-scan {
  width: calc(100% - 32px);
  height: 48px;
  margin: 4px 16px 18px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: #1f7a5b;
  font-size: 16px;
}

.portal-bound-card {
  margin: 10px 0 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(26, 42, 36, 0.06);
}

.portal-bound-card h2 {
  height: 49px;
  margin: 0;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #edf1ef;
  color: #1e2724;
  font-size: 17px;
  font-weight: 400;
}

.portal-bound-card h2 b {
  width: 3px;
  height: 16px;
  border-radius: 2px;
  background: #20bd73;
}

.portal-bound-list {
  padding: 8px 8px 10px;
  background: #fafafa;
}

.portal-bound-item {
  height: 78px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 34px;
  gap: 8px;
  align-items: center;
  border-radius: 4px;
  background: #fff;
}

.portal-bound-item + .portal-bound-item {
  margin-top: 2px;
}

.portal-bound-thumb {
  width: 44px;
  height: 44px;
  border-radius: 5px;
  display: block;
  background-size: cover;
}

.portal-bound-thumb-terrace {
  background:
    linear-gradient(rgba(12, 92, 61, 0.02), rgba(12, 92, 61, 0.08)),
    url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 68 68' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='68' height='68' rx='7' fill='%23d8eee6'/%3E%3Cpath d='M-5 52c13-11 28-16 44-16s29 5 39 15v22H-5z' fill='%232f9c62'/%3E%3Cpath d='M-3 43c16-9 31-14 47-13 14 1 23 5 31 12v17H-3z' fill='%235fc783'/%3E%3Cpath d='M0 28h68v16c-14-5-27-8-39-7C18 38 9 41 0 47z' fill='%2389dba5'/%3E%3Cpath d='M0 36c19 2 37-1 68-9v5C40 41 20 45 0 43z' fill='%23ecf8e8'/%3E%3Ccircle cx='13' cy='13' r='7' fill='%23fff7be'/%3E%3C/svg%3E");
}

.portal-bound-thumb-mountain {
  background:
    url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 68 68' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='68' height='68' rx='7' fill='%238bd4f1'/%3E%3Cpath d='M-5 48 18 23l11 13 10-16 35 31v19H-5z' fill='%235aa960'/%3E%3Cpath d='M-4 56c16-10 33-14 53-13 10 0 18 3 25 7v20H-4z' fill='%2387cf6c'/%3E%3Cpath d='M0 61c20-7 43-9 68-6v13H0z' fill='%23e5e9c4'/%3E%3C/svg%3E");
}

.portal-bound-thumb-field {
  background:
    url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 68 68' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='68' height='68' rx='7' fill='%2388bef7'/%3E%3Cpath d='M0 30c14-7 30-10 50-9l18 8v39H0z' fill='%236abd6c'/%3E%3Cpath d='M0 43c17-5 37-6 68-4v6C42 43 20 45 0 51z' fill='%23dff1d5'/%3E%3Cpath d='M0 55c20-6 42-7 68-5v18H0z' fill='%2389d264'/%3E%3C/svg%3E");
}

.portal-bound-info {
  min-width: 0;
}

.portal-bound-info h3 {
  margin: 0 0 4px;
  color: #202927;
  font-size: 13px;
  line-height: 1.2;
}

.portal-bound-info p {
  margin: 0;
  color: #8b9591;
  font-size: 9px;
  line-height: 1.35;
}

.portal-bound-progress {
  height: 3px;
  margin: 8px 0 5px;
  border-radius: 2px;
  background: #e9e9e9;
}

.portal-bound-progress span {
  height: 3px;
  border-radius: 2px;
  display: block;
  background: #18bd67;
}

.portal-bound-meta em {
  color: #ef4b4b;
  font-style: normal;
}

.portal-bound-qr {
  width: 32px;
  height: 32px;
  padding: 3px;
  border: 1px solid #20bd73;
  border-radius: 5px;
  color: #101010;
  background: #fff;
}

.portal-bound-qr svg {
  width: 24px;
  height: 24px;
  fill: #111;
  stroke: #111;
  stroke-width: 1.2;
}

.portal-action-button {
  width: 100%;
  height: 58px;
  margin: 14px 0 0;
  border: 0;
  border-radius: 3px;
  color: #20bd73;
  background: #fff;
  font-size: 20px;
}

.portal-page-198 {
  background: linear-gradient(180deg, #44c47c 0, #83dca6 58%, #e5f8ec 100%);
}

.portal-page-198 .portal-tabs {
  margin: 0 0 0;
  height: 44px;
  padding: 0 22px;
  align-items: center;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #e7ebe9;
}

.portal-page-198 .portal-quota {
  border-radius: 0 0 12px 12px;
}

.portal-page-198 .portal-quota-grid button {
  height: auto;
  min-height: 112px;
}

.portal-page-198 .portal-service-card {
  padding: 22px 12px 18px;
}

.portal-page-198 .portal-services button {
  min-height: 90px;
}

.portal-page-201 {
  background: linear-gradient(180deg, #44c47c 0, #94dfb3 58%, #e9fbf0 100%);
}

.portal-page-201 .portal-broker-head {
  height: 94px;
  padding: 23px 10px 0;
}

.portal-page-201 .portal-broker-head h1 {
  font-size: 27px;
}

.portal-page-201 .portal-task-card {
  margin-top: 0;
  padding: 18px 24px 12px;
  border-radius: 8px;
}

.portal-page-201 .portal-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
}

.portal-page-201 .portal-stats button,
.portal-page-201 .portal-stats a {
  height: 74px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.portal-page-201 .portal-stats strong {
  width: 28px;
  height: 28px;
  margin-bottom: 8px;
  background: linear-gradient(180deg, #ffc395, #ff9868);
  color: #fff;
  font-size: 12px;
  line-height: 28px;
}

.portal-page-201 .portal-stats strong.warn {
  width: 31px;
  height: 31px;
  background: transparent;
}

.portal-page-201 .portal-stats strong.warn svg {
  width: 31px;
  height: 31px;
}

.portal-page-201 .portal-service-card {
  margin-top: 16px;
  padding: 26px 12px 18px;
}

.portal-page-201 .portal-services {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 6px;
}

.portal-page-201 .portal-services button,
.portal-page-201 .portal-services a {
  min-width: 0;
  min-height: 84px;
  font-size: 14px;
}

.portal-page-201 .portal-services i {
  width: 62px;
  height: 62px;
  margin-bottom: 13px;
}

.portal-page-201 .portal-services i svg {
  width: 36px;
  height: 36px;
}

.portal-page-212 {
  position: relative;
  overflow: hidden;
  padding: 46px 20px 104px;
  background:
    linear-gradient(180deg, rgba(40, 116, 65, 0.12), rgba(241, 248, 242, 0.96) 46%),
    #f4f8f4;
}

.portal-page-212::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 330px;
  background:
    linear-gradient(180deg, rgba(18, 66, 34, 0.18), rgba(32, 119, 64, 0.68)),
    url("../images/ordinary/tea-mountain.jpg") center/cover no-repeat;
  opacity: 0.95;
  pointer-events: none;
}

.portal-page-212 > * {
  position: relative;
  z-index: 1;
}

.portal-page-212 .ordinary-hero {
  min-height: 0;
  padding: 0;
  color: #fff;
}

.portal-page-212 .ordinary-hero-top {
  min-height: 170px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
}

.portal-page-212 .ordinary-hero-top > div:first-child {
  padding-top: 14px;
}

.portal-page-212 .ordinary-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  font-size: 12px;
  letter-spacing: 1px;
}

.portal-page-212 .ordinary-eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #e3bc66;
  box-shadow: 0 0 8px rgba(227, 188, 102, 0.6);
}

.portal-page-212 .ordinary-hero h1 {
  margin: 18px 0 6px;
  color: #fff;
  font-size: 30px;
  line-height: 1.18;
  font-weight: 800;
}

.portal-page-212 .ordinary-hero p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
}

.portal-page-212 .ordinary-brand {
  width: 76px;
  height: 76px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 26px rgba(17, 75, 39, 0.18);
  overflow: hidden;
  flex: 0 0 auto;
}

.portal-page-212 .ordinary-brand img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.portal-page-212 .ordinary-status-card {
  margin-top: -24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 32px rgba(23, 67, 37, 0.12);
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  display: flex;
  align-items: center;
  gap: 14px;
}

.portal-page-212 .ordinary-status-card img {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  object-fit: cover;
  flex: 0 0 auto;
}

.portal-page-212 .ordinary-status-card strong {
  display: block;
  color: #173225;
  font-size: 18px;
  margin-bottom: 4px;
}

.portal-page-212 .ordinary-status-card span {
  color: #66766b;
  font-size: 13px;
}

.portal-page-212 .ordinary-status-card em {
  margin-left: auto;
  padding: 7px 12px;
  border: 1px solid #d2ecd9;
  border-radius: 999px;
  color: #26754b;
  background: #eaf7ee;
  font-size: 13px;
  white-space: nowrap;
  font-style: normal;
}

.portal-page-212 .ordinary-service-title {
  margin: 26px 4px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #173c27;
  font-size: 18px;
  font-weight: 750;
}

.portal-page-212 .ordinary-service-title::before {
  content: "";
  width: 5px;
  height: 18px;
  border-radius: 999px;
  background: #43bf73;
}

.portal-page-212 .portal-service-card {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.portal-page-212 .portal-services {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.portal-page-212 .ordinary-action-card {
  min-height: 150px;
  padding: 18px 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(31, 78, 45, 0.08);
  color: #173c27;
  text-align: left;
}

.portal-page-212 .ordinary-action-card i.image-icon {
  width: 64px;
  height: 64px;
  margin: 0 0 12px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(44, 153, 83, 0.12);
}

.portal-page-212 .ordinary-action-card i.image-icon img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.portal-page-212 .ordinary-action-card span {
  display: block;
  line-height: 1.25;
}

.portal-page-212 .ordinary-action-card strong {
  display: block;
  color: #173225;
  font-size: 17px;
  font-weight: 750;
  margin-bottom: 4px;
}

.portal-page-212 .ordinary-action-card small {
  display: block;
  color: #7a897e;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
}

.portal-page-212 .ordinary-overview {
  margin-top: 18px;
  padding: 18px 16px 16px;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 0 100%, rgba(84, 135, 75, 0.22), transparent 34%),
    linear-gradient(135deg, #184b2b, #123b23);
  box-shadow: 0 14px 32px rgba(17, 63, 34, 0.16);
}

.portal-page-212 .ordinary-section-title {
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1d3a2a;
  font-size: 15px;
  font-weight: 750;
}

.portal-page-212 .ordinary-section-title span {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(207, 172, 71, 0.18);
}

.portal-page-212 .ordinary-section-title span::before {
  content: "↗";
  color: #e1b64b;
  font-size: 14px;
}

.portal-page-212 .ordinary-overview .ordinary-section-title {
  color: #fff;
}

.portal-page-212 .ordinary-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.portal-page-212 .ordinary-overview-grid div {
  min-height: 0;
  padding: 8px 4px 6px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0;
  background: transparent;
  text-align: center;
}

.portal-page-212 .ordinary-overview-grid div:first-child {
  border-left: 0;
}

.portal-page-212 .ordinary-overview-grid strong {
  display: block;
  margin-bottom: 6px;
  color: #e0b249;
  font-size: 20px;
  line-height: 1.1;
}

.portal-page-212 .ordinary-overview-grid small {
  display: inline;
  margin-left: 0;
  color: inherit;
  font-size: 11px;
  font-weight: inherit;
}

.portal-page-212 .ordinary-overview-grid span {
  display: block;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 1.25;
  white-space: nowrap;
}

.portal-page-212 .ordinary-guide,
.portal-page-212 .ordinary-info,
.portal-page-212 .ordinary-knowledge,
.portal-page-212 .ordinary-news {
  margin-top: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 28px rgba(31, 78, 45, 0.07);
}

.portal-page-212 .ordinary-guide {
  margin-top: 18px;
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fdfbf5, #ffffff);
  border: 1px solid rgba(216, 165, 45, 0.22);
}

.portal-page-212 .ordinary-guide-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.portal-page-212 .ordinary-guide-head strong {
  color: #4a3212;
  font-size: 16px;
  font-weight: 700;
}

.portal-page-212 .ordinary-guide-head span {
  padding: 4px 8px;
  border-radius: 99px;
  color: #be7d11;
  background: #fff3d5;
  font-size: 11px;
  white-space: nowrap;
}

.portal-page-212 .ordinary-steps {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.portal-page-212 .ordinary-steps div {
  min-height: auto;
  padding: 10px 8px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
  color: #526052;
  font-size: 12px;
}

.portal-page-212 .ordinary-steps b {
  display: block;
  color: #1c8652;
  font-size: 18px;
}

.portal-page-212 .ordinary-steps span {
  display: block;
  margin-top: 5px;
  color: #4a514b;
  font-size: 12px;
}

.portal-page-212 .ordinary-info {
  margin-top: 18px;
  padding: 16px 14px;
  border: 1px solid #edf3ee;
}

.portal-page-212 .ordinary-knowledge {
  margin-top: 18px;
  padding: 16px 14px;
  border: 1px solid #edf3ee;
}

.portal-page-212 .ordinary-info-list,
.portal-page-212 .ordinary-knowledge-list {
  display: grid;
  gap: 0;
}

.portal-page-212 .ordinary-info article {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #eff4f0;
}

.portal-page-212 .ordinary-info article:first-child {
  padding-top: 0;
  border-top: 0;
}

.portal-page-212 .ordinary-info img {
  width: 64px;
  height: 52px;
  border-radius: 10px;
  object-fit: cover;
}

.portal-page-212 .ordinary-info strong,
.portal-page-212 .ordinary-knowledge strong,
.portal-page-212 .ordinary-news strong {
  display: block;
  color: #214d31;
  font-size: 13px;
  line-height: 1.35;
}

.portal-page-212 .ordinary-info p {
  margin: 7px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.portal-page-212 .ordinary-info em {
  height: 20px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: #b17a10;
  background: #f7ecd1;
  font-size: 11px;
  font-weight: 650;
}

.portal-page-212 .ordinary-info p span {
  color: #91a09a;
  font-size: 11px;
}

.portal-page-212 .ordinary-knowledge article {
  min-height: 72px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 10px;
  padding: 12px;
  border: 1px solid #e6eee8;
  border-radius: 15px;
  background: #f6faf7;
  box-shadow: none;
}

.portal-page-212 .ordinary-knowledge article:first-child {
  margin-top: 0;
}

.portal-page-212 .ordinary-knowledge article:nth-child(2) {
  background: #f8fbf4;
}

.portal-page-212 .ordinary-knowledge article:nth-child(3) {
  border-color: #f3e7c9;
  background: #fffaf0;
}

.portal-page-212 .ordinary-knowledge i {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: #2fa866;
  background: #ecf7ef;
  font-style: normal;
  font-weight: 800;
}

.portal-page-212 .ordinary-knowledge article:nth-child(3) i {
  color: #b98717;
  background: #faefd2;
}

.portal-page-212 .ordinary-knowledge span,
.portal-page-212 .ordinary-news p {
  display: block;
  margin-top: 5px;
  color: #66776f;
  font-size: 12px;
  line-height: 1.55;
}

.portal-page-212 .ordinary-news {
  margin-top: 18px;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 28px rgba(31, 78, 45, 0.07);
}

.portal-page-212 .ordinary-news img {
  width: 100%;
  height: 118px;
  display: block;
  object-fit: cover;
}

.portal-page-212 .ordinary-news div {
  padding: 14px 15px 16px;
}

.portal-reference-detail {
  margin: 10px 0 0;
  display: grid;
  gap: 10px;
}

.portal-reference-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(18, 75, 47, 0.08);
}

.portal-reference-card-head {
  min-height: 31px;
  padding: 12px 14px 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1e2c26;
}

.portal-reference-card-head strong {
  font-size: 13px;
  font-weight: 700;
}

.portal-reference-card-head span {
  color: #8e9993;
  font-size: 9px;
}

.portal-reference-env {
  padding-bottom: 13px;
}

.portal-reference-env-grid {
  padding: 2px 15px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 13px;
  column-gap: 11px;
}

.portal-reference-metric {
  min-width: 0;
  color: #58bc80;
  text-align: left;
}

.portal-reference-metric-icon {
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: -1px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.portal-reference-metric strong {
  color: #303d37;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.portal-reference-metric span {
  display: block;
  margin-top: 4px;
  color: #43bd7b;
  font-size: 9px;
  line-height: 1.15;
}

.portal-reference-chart {
  padding: 9px 0 12px;
}

.portal-reference-chart-tabs {
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}

.portal-reference-chart-tabs button {
  border: 0;
  color: #8a623c;
  background: transparent;
  font-size: 11px;
}

.portal-reference-chart-tabs button.active {
  font-weight: 700;
}

.portal-reference-chart-body {
  padding: 0 22px 8px;
  text-align: center;
}

.portal-reference-chart-body p {
  margin: 0 0 4px;
  color: #8a623c;
  font-size: 8px;
}

.portal-reference-bars {
  height: 76px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.portal-reference-bar {
  width: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: #7a4e29;
  font-size: 8px;
}

.portal-reference-bar i {
  width: 8px;
  min-height: 18px;
  display: block;
  border-radius: 999px 999px 0 0;
  background: #875016;
}

.portal-reference-chart-metrics {
  padding: 2px 38px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 7px;
  column-gap: 18px;
}

.portal-reference-chart .portal-reference-metric {
  text-align: center;
}

.portal-reference-chart .portal-reference-metric strong {
  color: #2d3330;
  font-size: 16px;
}

.portal-reference-chart .portal-reference-metric span {
  color: #8b6a4d;
}

.portal-reference-info {
  padding: 13px 14px 14px;
  border: 1px solid rgba(56, 190, 114, 0.14);
  background: linear-gradient(180deg, #ffffff 0%, #f7fff9 100%);
  box-shadow: 0 10px 24px rgba(22, 125, 78, 0.09);
}

.portal-reference-info h3 {
  margin: 0 0 10px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #1f3a2d;
  font-size: 13px;
  line-height: 1.2;
}

.portal-reference-info h3::before {
  content: "";
  width: 4px;
  height: 14px;
  border-radius: 999px;
  background: #40c77c;
  box-shadow: 0 3px 8px rgba(64, 199, 124, 0.3);
}

.portal-reference-info-body {
  padding: 0;
  display: grid;
  gap: 7px;
}

.portal-reference-info .portal-detail-row {
  min-height: 31px;
  padding: 7px 9px;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border-radius: 8px;
  color: #243b31;
  background: rgba(64, 199, 124, 0.07);
  font-size: 10px;
}

.portal-reference-info .portal-detail-row:nth-child(even) {
  background: rgba(255, 255, 255, 0.72);
}

.portal-reference-info .portal-detail-row.is-stacked {
  grid-template-columns: 1fr;
  gap: 4px;
  align-items: start;
}

.portal-reference-info .portal-detail-row span {
  color: #527165;
  font-weight: 600;
}

.portal-reference-info .portal-detail-row strong {
  color: #243b31;
  font-weight: 600;
  line-height: 1.45;
  text-align: left;
  overflow-wrap: anywhere;
}

.portal-reference-info .portal-detail-row.is-stacked strong {
  color: #21342c;
  font-weight: 500;
}

.portal-reference-info .portal-detail-image {
  justify-self: start;
}

.portal-reference-photo {
  min-height: 168px;
  border-radius: 8px;
  background-color: #dfece4;
  background-size: cover;
  background-position: center;
  box-shadow: 0 8px 22px rgba(19, 61, 42, 0.12);
}

.portal-reference-photo.is-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #52675c;
  font-size: clamp(14px, 3.8vw, 16px);
  font-weight: 700;
  background: linear-gradient(135deg, #f7fbf8 0%, #e9f5ee 100%);
  border: 1px dashed rgba(46, 157, 96, 0.28);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.78), 0 8px 22px rgba(19, 61, 42, 0.08);
}

.portal-page-195 .portal-reference-chart {
  padding: 12px 14px 14px;
  border: 1px solid rgba(56, 190, 114, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #f5fff9 100%);
  box-shadow: 0 10px 26px rgba(22, 125, 78, 0.1);
}

.portal-page-195 .portal-reference-chart-tabs {
  height: 30px;
  gap: 10px;
  justify-content: center;
}

.portal-page-195 .portal-reference-chart-tabs button {
  min-width: 104px;
  height: 25px;
  border-radius: 999px;
  color: #2b8a5c;
  font-size: 11px;
}

.portal-page-195 .portal-reference-chart-tabs button.active {
  color: #fff;
  background: #40c77c;
  box-shadow: 0 6px 14px rgba(64, 199, 124, 0.26);
}

.portal-page-195 .portal-reference-chart-body {
  margin-top: 5px;
  padding: 6px 12px 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.74);
}

.portal-page-195 .portal-reference-chart-body p {
  margin-bottom: 8px;
  color: #557366;
  font-size: 10px;
  font-weight: 700;
}

.portal-page-195 .portal-reference-bars {
  height: 78px;
  padding: 0 2px;
}

.portal-page-195 .portal-reference-bar {
  width: 38px;
  color: #587164;
  font-size: 9px;
}

.portal-page-195 .portal-reference-bar i {
  width: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, #45ca7f, #168556);
  box-shadow: 0 4px 10px rgba(23, 136, 87, 0.28);
}

.portal-page-195 .portal-reference-chart-metrics {
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(64, 199, 124, 0.08);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 10px;
}

.portal-page-195 .portal-reference-chart .portal-reference-metric {
  min-height: 42px;
  padding: 6px 4px;
  border-radius: 9px;
  color: #2fb870;
  background: rgba(255, 255, 255, 0.86);
  text-align: center;
}

.portal-page-195 .portal-reference-chart .portal-reference-metric strong {
  color: #243c31;
  font-size: 15px;
  font-weight: 700;
}

.portal-page-195 .portal-reference-chart .portal-reference-metric span {
  color: #469d6f;
  font-size: 9px;
}

.portal-detail {
  margin: 10px 0 0;
  position: relative;
  padding: 58px 0 0;
  min-height: 285px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: #fff;
  box-shadow: 0 8px 22px rgba(26, 42, 36, 0.06);
}

.portal-detail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 29px;
  background: linear-gradient(180deg, #38bd73, #48c681);
}

.portal-detail-tabs {
  height: 35px;
  padding: 0 14px;
  display: flex;
  gap: 8px;
  align-items: flex-end;
  border-bottom: 1px solid #e9eeee;
  background: #fff;
  overflow: hidden;
}

.portal-detail-tabs button {
  min-width: 62px;
  height: 24px;
  padding: 0 10px;
  border: 0;
  border-radius: 2px;
  color: #445750;
  background: #f6f9f8;
  font-size: 11px;
  white-space: nowrap;
}

.portal-detail-tabs button.active {
  color: #fff;
  background: #1bb66d;
  font-weight: 700;
}

.portal-detail-body {
  padding: 15px 26px 24px;
}

.portal-detail-row {
  min-height: 26px;
  display: grid;
  grid-template-columns: 78px 1fr;
  align-items: center;
  color: #122a3d;
  font-size: 12px;
}

.portal-detail-row span {
  color: #526274;
}

.portal-detail-row strong {
  font-weight: 400;
  line-height: 1.5;
}

.portal-detail-image {
  width: 30px;
  height: 30px;
  display: inline-block;
  background:
    linear-gradient(rgba(12, 92, 61, 0.08), rgba(12, 92, 61, 0.18)),
    url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 68 68' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='68' height='68' fill='%23d8eee6'/%3E%3Cpath d='M-4 49c12-9 24-13 38-13s27 4 39 13v23H-4z' fill='%233cae74'/%3E%3Cpath d='M-2 41c14-8 28-12 42-12s24 3 33 10v15H-2z' fill='%2356c98f'/%3E%3Cpath d='M0 25h68v15c-9-4-20-7-32-7S12 36 0 42z' fill='%237ed5a8'/%3E%3Ccircle cx='15' cy='14' r='7' fill='%23f8fff8'/%3E%3Cpath d='M35 12c8 0 14 5 18 11H16c4-7 10-11 19-11z' fill='%2367b7da'/%3E%3C/svg%3E");
  background-size: cover;
}

.portal-detail-logo {
  border: 1px solid #f2d0d0;
  background: #cf2d25;
  position: relative;
}

.portal-detail-logo::after {
  content: "茶企\a认证";
  white-space: pre;
  position: absolute;
  inset: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 7px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

.portal-profile-head {
  padding: 38px 18px 26px;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #116d52, #28a478);
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.portal-avatar {
  width: 72px;
  height: 72px;
  margin: 0 auto 13px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f7a5b;
  background: #fff;
  font-size: 28px;
  font-weight: 700;
}

.portal-avatar.portal-common-avatar {
  overflow: hidden;
  background: #f3f3f1;
  color: transparent;
  box-shadow: 0 10px 22px rgba(34, 55, 43, 0.12);
}

.portal-profile-head h1 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 22px;
}

.portal-profile-head p {
  margin: 0 0 9px;
  opacity: 0.86;
}

.portal-profile-head span {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.18);
}

.portal-list button {
  width: 100%;
  height: 48px;
  border: 0;
  border-bottom: 1px solid #eef1ef;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #34443e;
  background: #fff;
  font-size: 15px;
}

.portal-list button:last-child {
  border-bottom: 0;
}

.portal-list i {
  color: #a7b0ac;
  font-style: normal;
}

.portal-current-head {
  padding-top: 32px;
  background: linear-gradient(135deg, #176f54, #39bf83);
}

.portal-current-card h2 {
  margin: 0 0 14px;
  color: #23362f;
  font-size: 16px;
}

.portal-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.portal-info-grid div {
  min-height: 64px;
  padding: 11px 10px;
  border-radius: 8px;
  background: #f7faf8;
}

.portal-info-grid span {
  display: block;
  margin-bottom: 7px;
  color: #8a9691;
  font-size: 12px;
}

.portal-info-grid strong {
  display: block;
  color: #253b32;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  word-break: break-word;
}

.portal-role-switch {
  margin-top: 16px;
  padding: 12px;
  border: 1px solid #cfefe2;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  background: #f6fffb;
}

.portal-role-switch label {
  grid-column: 1 / -1;
  color: #1f7a5b;
  font-size: 13px;
  font-weight: 700;
}

.portal-role-switch select {
  min-width: 0;
  height: 40px;
  border: 1px solid #d7e2dd;
  border-radius: 8px;
  padding: 0 10px;
  background: #fff;
  color: #23362f;
}

.portal-role-switch button {
  height: 40px;
  border: 0;
  border-radius: 8px;
  padding: 0 13px;
  color: #fff;
  background: #1f7a5b;
  font-weight: 700;
}

.portal-action-message,
.portal-empty {
  min-height: 18px;
  margin: 12px 0 0;
  color: #77847e;
  font-size: 13px;
}

.portal-list button.danger {
  color: #d84d3f;
}

.portal-page-182,
.portal-page-199,
.portal-page-202 {
  min-height: calc(100vh - 50px);
  padding: 0;
  background: linear-gradient(180deg, #43bf77 0, #63ca8b 31%, #dff8e9 100%);
}

.portal-current-profile {
  min-height: calc(100vh - 50px);
  padding-bottom: 14px;
  color: #2d3130;
}

.portal-current-hero {
  height: 190px;
  padding: 38px 0 0 46px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #fff;
}

.portal-current-avatar {
  width: 88px;
  height: 88px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 50%;
  background:
    radial-gradient(circle at 49% 31%, #f4c6a6 0 13%, transparent 13.5%),
    radial-gradient(circle at 50% 52%, #eab392 0 22%, transparent 22.5%),
    radial-gradient(circle at 40% 26%, #5b2f21 0 19%, transparent 19.5%),
    radial-gradient(circle at 58% 24%, #6a3522 0 18%, transparent 18.5%),
    radial-gradient(circle at 47% 73%, #273445 0 25%, transparent 25.5%),
    linear-gradient(145deg, #d9eee7 0, #8dc4a7 52%, #5d8d70 100%);
  box-shadow: inset 0 -18px 0 rgba(34, 67, 66, 0.16);
}

.portal-current-avatar.has-image {
  background: #edf5f0;
  box-shadow: 0 8px 22px rgba(25, 42, 35, 0.12);
}

.portal-current-avatar-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portal-current-summary {
  padding-top: 0;
}

.portal-current-summary h1 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 800;
}

.portal-current-summary p {
  margin: 0 0 7px;
  color: #fff;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.portal-current-role {
  width: 196px;
  max-width: calc(100vw - 188px);
  height: 34px;
  border: 0;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #22a963;
  background: #fff;
  font-size: 17px;
  line-height: 34px;
  white-space: nowrap;
  flex-shrink: 0;
}

.portal-current-role select {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0 24px 0 14px;
  color: #22a963;
  background: transparent;
  font: inherit;
  outline: none;
  text-overflow: clip;
}

.portal-current-menu-card {
  min-height: 454px;
  margin: 0 12px;
  padding: 22px 16px 24px;
  border-radius: 8px;
  background: #fff;
}

.portal-current-menu {
  display: grid;
  gap: 9px;
  margin-bottom: 24px;
}

.portal-current-menu button {
  height: 43px;
  border: 0;
  border-radius: 15px;
  color: #4b4b4b;
  background: #f7f7f7;
  font-size: 16px;
  text-align: center;
}

.portal-current-action {
  width: 100%;
  height: 52px;
  border: 0;
  border-radius: 18px;
  color: #fff;
  background: #44bf78;
  font-size: 17px;
}

.portal-current-action + .portal-current-action {
  margin-top: 8px;
}

.portal-current-action.danger {
  border: 1px solid #44bf78;
  color: #ff1f1f;
  background: #fff;
}

.portal-page-213,
.portal-page-214 {
  min-height: calc(100vh - 50px);
  padding: 0 12px 28px;
  color: #17231f;
  background: #f8f9f8;
}

.portal-pending-head {
  height: 70px;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
}

.portal-pending-head button {
  border: 0;
  color: #18221f;
  background: transparent;
  font-size: 34px;
  line-height: 1;
}

.portal-pending-head h1 {
  margin: 0;
  color: #111;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.portal-pending-head i {
  width: 24px;
  height: 24px;
  justify-self: center;
  color: #111;
}

.portal-pending-head svg,
.portal-pending-tabs svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.portal-pending-tabs {
  height: 58px;
  margin: 0 16px 14px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(26, 39, 34, 0.12);
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  align-items: center;
}

.portal-pending-tabs::before {
  content: "";
  width: 1px;
  height: 30px;
  grid-column: 2;
  background: #d9d9d9;
}

.portal-pending-tabs button {
  height: 58px;
  border: 0;
  color: #9a9a9a;
  background: transparent;
  font-size: 12px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 3px;
}

.portal-pending-tabs button:first-child {
  grid-column: 1;
  grid-row: 1;
}

.portal-pending-tabs button:last-child {
  grid-column: 3;
  grid-row: 1;
}

.portal-pending-tabs button.active {
  color: #666;
}

.portal-pending-tabs button i {
  width: 23px;
  height: 23px;
  color: #9e9e9e;
}

.portal-pending-tabs button:last-child i {
  color: #6f9ff7;
}

.portal-pending-divider {
  margin: 0 54px 10px;
  color: #c7c7c7;
  font-size: 12px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}

.portal-pending-divider span {
  height: 1px;
  background: #dedede;
}

.portal-pending-list {
  display: grid;
  gap: 12px;
}

.portal-pending-item {
  min-height: 126px;
  padding: 11px 12px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(26, 39, 34, 0.18);
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 10px;
}

.portal-pending-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 34%, #f0d2bb 0 20%, transparent 21%),
    radial-gradient(circle at 50% 68%, #2b3847 0 27%, transparent 28%),
    linear-gradient(135deg, #e7efed, #a4c4b1);
}

.portal-pending-content h2 {
  margin: 0 0 4px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
}

.portal-pending-content p {
  margin: 0 0 4px;
  color: #5d665f;
  font-size: 12px;
  line-height: 1.35;
}

.portal-pending-values {
  margin-top: 4px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 12px;
}

.portal-pending-values strong {
  color: #050505;
  font-size: 24px;
  line-height: 1;
  text-align: right;
}

.portal-pending-values .minus {
  color: #d65050;
  font-size: 15px;
  text-align: left;
}

.portal-pending-actions {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.portal-pending-actions button {
  height: 34px;
  border: 0;
  border-radius: 17px;
  color: #fff;
  background: #44bf78;
  font-size: 14px;
  font-weight: 700;
}

.portal-pending-actions button:last-child {
  color: #d65050;
  background: #fff;
  border: 1px solid #f1b0b0;
}

.portal-approval-item {
  min-height: 0;
  grid-template-columns: 1fr;
}

.portal-approval-content h2 {
  margin: 0 0 8px;
  color: #14231f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.portal-approval-meta {
  display: grid;
  gap: 4px;
}

.portal-approval-meta p {
  margin: 0;
  color: #5d665f;
  font-size: 12px;
  line-height: 1.45;
}

.portal-approval-meta b {
  color: #17231f;
  font-weight: 700;
}

.portal-approval-actions {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.portal-pending-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-width: 62px;
  height: 28px;
  margin-top: 10px;
  padding: 0 12px;
  border-radius: 14px;
  color: #2fb66f;
  background: #e9f8f0;
  font-size: 13px;
  font-weight: 700;
}

.portal-current-menu-card .portal-action-message {
  min-height: 18px;
  margin: 10px 0 0;
  text-align: center;
}

.portal-page-182 + .portal-bottom a.active,
.portal-page-199 + .portal-bottom a.active,
.portal-page-202 + .portal-bottom a.active {
  color: #44bf78;
  font-weight: 400;
}

.portal-page-182 + .portal-bottom a.active i,
.portal-page-199 + .portal-bottom a.active i,
.portal-page-202 + .portal-bottom a.active i {
  width: auto;
  height: 20px;
  margin: 0;
  border: 0;
  border-radius: 0;
  color: #44bf78;
  background: transparent;
  box-shadow: none;
}

.portal-page-182 + .portal-bottom a.active i svg,
.portal-page-199 + .portal-bottom a.active i svg,
.portal-page-202 + .portal-bottom a.active i svg {
  width: 20px;
  height: 20px;
}

.portal-page-182 + .portal-bottom a:nth-child(2) i,
.portal-page-199 + .portal-bottom a:nth-child(2) i,
.portal-page-202 + .portal-bottom a:nth-child(2) i {
  width: 54px;
  height: 54px;
  margin-top: -28px;
  margin-bottom: 0;
  border: 5px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #a9a9a9;
  box-shadow: 0 -2px 8px rgba(120, 120, 120, 0.22);
}

.portal-page-182 + .portal-bottom a:nth-child(2) i svg,
.portal-page-199 + .portal-bottom a:nth-child(2) i svg,
.portal-page-202 + .portal-bottom a:nth-child(2) i svg {
  width: 26px;
  height: 26px;
}

.portal-simple-head {
  padding: 22px 18px 16px;
  background: #fff;
  border-bottom: 1px solid #eef1ef;
  text-align: center;
}

.portal-simple-head h1 {
  margin: 0;
  color: #23362f;
  font-size: 20px;
}

.portal-bottom {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 5;
  width: min(100%, 430px);
  height: 50px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #e6ebe8;
  background: #fff;
}

.portal-bottom a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #8a9691;
  font-size: 13px;
  text-decoration: none;
}

.portal-bottom i {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a2a8a5;
  font-style: normal;
  line-height: 18px;
}

.portal-bottom i svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.portal-bottom i.image-icon {
  width: 24px;
  height: 24px;
  color: inherit;
  background: transparent;
}

.portal-bottom i.image-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

.portal-bottom a.active {
  color: #8a9691;
  font-weight: 400;
}

.portal-bottom a.active i {
  width: 44px;
  height: 44px;
  margin-top: -25px;
  margin-bottom: 1px;
  border: 5px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #41bf78;
  box-shadow: 0 -2px 8px rgba(40, 164, 120, 0.22);
}

.portal-bottom a.active i svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 2.4;
}

.portal-bottom a.active i.image-icon {
  background: #fff;
}

.portal-bottom a.active i.image-icon img {
  width: 33px;
  height: 33px;
}

/* Ordinary user workbench: synced with preview/ordinary-user-workbench-preview.html */
.portal-page-212 {
  position: relative;
  overflow: hidden;
  padding: 0 16px 104px;
  color: #183c2a;
  background:
    radial-gradient(circle at 18% 12%, rgba(70, 190, 105, 0.14), transparent 160px),
    radial-gradient(circle at 100% 34%, rgba(70, 190, 105, 0.12), transparent 180px),
    linear-gradient(180deg, #eef9ef 0%, #f8fbf8 42%, #eef9f1 100%);
  box-shadow: 0 18px 52px rgba(33, 92, 54, 0.12);
}

.portal-page-212::before {
  display: none;
}

.portal-page-212 .ordinary-hero {
  position: relative;
  min-height: 330px;
  margin: 0 -16px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(13, 61, 31, 0.22) 0%, rgba(11, 58, 27, 0.3) 42%, rgba(9, 48, 24, 0.8) 100%),
    url("../images/ordinary/tea-hero-v2.jpg") center/cover no-repeat;
  box-shadow: none;
}

.portal-page-212 .ordinary-hero-top {
  min-height: 0;
  display: block;
}

.portal-page-212 .ordinary-hero-top > div:first-child {
  position: absolute;
  left: 22px;
  right: 112px;
  top: 112px;
  padding: 0;
}

.portal-page-212 .ordinary-eyebrow {
  position: absolute;
  left: 0;
  top: -50px;
  padding: 6px 13px;
  gap: 0;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.36);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  backdrop-filter: blur(4px);
}

.portal-page-212 .ordinary-eyebrow::before {
  width: 6px;
  height: 6px;
  margin-right: 7px;
  background: #f6c860;
  box-shadow: none;
  vertical-align: 1px;
}

.portal-page-212 .ordinary-brand {
  position: absolute;
  right: 22px;
  top: 48px;
  width: 74px;
  height: 74px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(17, 69, 34, 0.18);
}

.portal-page-212 .ordinary-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.portal-page-212 .ordinary-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.18;
  font-weight: 800;
}

.portal-page-212 .ordinary-hero p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  line-height: 1.45;
}

.portal-page-212 .ordinary-status-card {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 46px;
  min-height: 90px;
  margin: 0;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow: 0 12px 26px rgba(20, 75, 36, 0.16);
  backdrop-filter: blur(6px);
}

.portal-page-212 .ordinary-status-card img {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  object-fit: cover;
}

.portal-page-212 .ordinary-status-card strong {
  display: block;
  color: #174831;
  font-size: 18px;
  line-height: 1.25;
  margin: 0;
}

.portal-page-212 .ordinary-status-card span {
  display: block;
  margin-top: 6px;
  color: #5d7c68;
  font-size: 12px;
}

.portal-page-212 .ordinary-status-card em {
  margin-left: auto;
  padding: 8px 12px;
  border-radius: 999px;
  color: #269c4f;
  background: #effbf2;
  border: 1px solid rgba(49, 184, 87, 0.2);
  font-size: 13px;
  white-space: nowrap;
}

.portal-page-212 .ordinary-service-title {
  display: none;
}

.portal-page-212 .portal-service-card.ordinary-action-grid {
  position: relative;
  z-index: 2;
  margin: -42px 0 0;
  padding: 24px 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(66, 188, 93, 0.12);
  box-shadow: 0 14px 36px rgba(32, 106, 52, 0.14);
}

.portal-page-212 .portal-services {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.portal-page-212 .ordinary-action-card {
  min-height: 86px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  color: #35b957;
  background: transparent;
  box-shadow: none;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

.portal-page-212 .ordinary-action-card i.image-icon {
  width: 48px;
  height: 48px;
  margin: 0;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #edf5f0;
  box-shadow: inset 0 0 0 1px rgba(56, 176, 83, 0.05);
}

.portal-page-212 .ordinary-action-card i.image-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.portal-page-212 .ordinary-action-card span,
.portal-page-212 .ordinary-action-card strong {
  display: block;
  color: #35b957;
  font-size: inherit;
  line-height: 1.25;
  font-weight: 700;
  margin: 0;
}

.portal-page-212 .ordinary-action-card small {
  display: none;
}

.portal-page-212 .ordinary-guide,
.portal-page-212 .ordinary-overview,
.portal-page-212 .ordinary-info,
.portal-page-212 .ordinary-knowledge {
  margin-top: 20px;
  border-radius: 18px;
  border: 1px solid rgba(74, 183, 98, 0.16);
  box-shadow: 0 14px 32px rgba(43, 116, 60, 0.09);
}

.portal-page-212 .ordinary-guide {
  padding: 20px 18px;
  background: rgba(255, 255, 255, 0.9);
}

.portal-page-212 .ordinary-guide-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.portal-page-212 .ordinary-guide-head strong,
.portal-page-212 .ordinary-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #236d3a;
  font-size: 17px;
  font-weight: 800;
}

.portal-page-212 .ordinary-guide-head strong {
  margin: 0;
}

.portal-page-212 .ordinary-guide-head strong::before,
.portal-page-212 .ordinary-section-title::before {
  content: "";
  width: 4px;
  height: 20px;
  border-radius: 999px;
  background: #e5a82f;
}

.portal-page-212 .ordinary-section-title span {
  display: none;
}

.portal-page-212 .ordinary-guide-head span {
  padding: 5px 10px;
  border-radius: 999px;
  color: #b98522;
  background: #fff5db;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.portal-page-212 .ordinary-steps {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.portal-page-212 .ordinary-steps div {
  min-height: 82px;
  padding: 12px 8px;
  border-radius: 14px;
  text-align: center;
  background: linear-gradient(180deg, #ffffff, #f4fbf5);
  border: 1px solid rgba(63, 181, 87, 0.1);
}

.portal-page-212 .ordinary-steps b {
  display: block;
  color: #2b9c50;
  font-size: 18px;
  line-height: 1.1;
}

.portal-page-212 .ordinary-steps span {
  display: block;
  margin-top: 8px;
  color: #53675b;
  font-size: 12px;
  line-height: 1.3;
}

.portal-page-212 .ordinary-overview {
  padding: 20px 20px 22px;
  color: #183c2a;
  background:
    radial-gradient(circle at 96% 0%, rgba(255, 255, 255, 0.46), transparent 72px),
    radial-gradient(circle at 2% 100%, rgba(255, 255, 255, 0.42), transparent 68px),
    linear-gradient(135deg, #dbf5df, #c7edd0);
  border: 1px solid rgba(77, 188, 98, 0.24);
}

.portal-page-212 .ordinary-overview .ordinary-section-title {
  color: #236d3a;
}

.portal-page-212 .ordinary-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.portal-page-212 .ordinary-overview-grid div {
  min-height: 72px;
  padding: 0 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.64);
  color: #6d9477;
  text-align: center;
}

.portal-page-212 .ordinary-overview-grid strong {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
  color: #1f8c46;
  font-size: 20px;
  font-weight: 650;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}

.portal-page-212 .ordinary-overview-grid small {
  display: inline-block;
  color: inherit;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(1px);
}

.portal-page-212 .ordinary-overview-grid span {
  margin-top: 6px;
  color: #6d9477;
  font-size: 11px;
  line-height: 1.25;
  white-space: normal;
}

.portal-page-212 .ordinary-info {
  padding: 20px 18px;
  background: rgba(255, 255, 255, 0.9);
}

.portal-page-212 .ordinary-info-list {
  display: grid;
  gap: 12px;
}

.portal-page-212 .ordinary-info article {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 82px;
  padding: 8px;
  border-radius: 14px;
  background: linear-gradient(90deg, #f8fcf8, #ffffff);
  border: 1px solid rgba(62, 169, 84, 0.1);
}

.portal-page-212 .ordinary-info img {
  width: 72px;
  height: 64px;
  border-radius: 10px;
  object-fit: cover;
}

.portal-page-212 .ordinary-info strong {
  display: block;
  color: #235b35;
  font-size: 13px;
  line-height: 1.5;
}

.portal-page-212 .ordinary-info p {
  margin: 7px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #90a89a;
  font-size: 11px;
}

.portal-page-212 .ordinary-info em {
  padding: 3px 7px;
  border-radius: 999px;
  color: #b98522;
  background: #fff3d5;
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
}

.portal-page-212 .ordinary-info p span {
  color: #90a89a;
  font-size: 11px;
}

.portal-page-212 .ordinary-knowledge {
  padding: 24px 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(241, 250, 243, 0.94)),
    #ecf8ef;
  border: 1px solid rgba(74, 183, 98, 0.2);
  box-shadow: 0 16px 38px rgba(43, 116, 60, 0.1);
}

.portal-page-212 .ordinary-knowledge-copy p {
  margin: 0;
  color: #4e7d5d;
  font-size: 14px;
  line-height: 2.05;
  text-indent: 2em;
}

.portal-page-212 .ordinary-knowledge-copy p + p {
  margin-top: 12px;
}

.portal-page-212 .ordinary-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(53, 163, 75, 0.18);
}

.portal-page-212 .ordinary-tag-list span {
  padding: 7px 12px;
  border-radius: 999px;
  color: #2e8b45;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(68, 178, 88, 0.18);
  font-size: 12px;
  font-weight: 700;
}

.portal-page-212 + .portal-bottom {
  height: 72px;
  background: rgba(255, 255, 255, 0.92);
  border-top: 1px solid rgba(69, 179, 92, 0.16);
  backdrop-filter: blur(10px);
}

.portal-page-212 + .portal-bottom a {
  gap: 4px;
  color: #58b56b;
  font-size: 12px;
}

.portal-page-212 + .portal-bottom a.active {
  color: #1ea94d;
  font-weight: 700;
}

.portal-page-212 + .portal-bottom a.active i {
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-bottom: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 22px rgba(46, 149, 67, 0.22);
}

.portal-page-212 + .portal-bottom a.active i.image-icon img {
  width: 30px;
  height: 30px;
}

@media (max-width: 430px) {
  .portal-page-212 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .portal-page-212 .ordinary-hero {
    margin-left: -14px;
    margin-right: -14px;
  }

  .portal-page-212 .ordinary-status-card {
    left: 14px;
    right: 14px;
  }

  .portal-page-212 .ordinary-hero-top > div:first-child {
    right: 100px;
  }

  .portal-page-212 .ordinary-hero h1 {
    font-size: 28px;
  }

  .portal-page-212 .ordinary-brand {
    right: 20px;
  }

  .portal-page-212 .portal-services {
    gap: 6px;
  }

  .portal-page-212 .ordinary-action-card {
    font-size: 12px;
  }

  .portal-page-212 .ordinary-overview-grid strong {
    font-size: 19px;
  }

  .portal-page-212 .ordinary-overview-grid small {
    font-size: 9px;
  }

  .portal-page-212 .ordinary-guide,
  .portal-page-212 .ordinary-info {
    padding-left: 16px;
    padding-right: 16px;
  }

  .portal-page-212 .ordinary-info article {
    grid-template-columns: 66px minmax(0, 1fr);
  }

  .portal-page-212 .ordinary-info img {
    width: 66px;
  }
}

@media (max-width: 480px) {
  .login-wrapper {
    padding: 42px 15px 30px;
  }

  .login-brand-mark {
    width: 176px;
    height: 176px;
  }
}
.qr-tool-body {
  min-height: 100vh;
  color: #174c38;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.82), transparent 28%),
    linear-gradient(150deg, #eaf8ef 0%, #bdebd3 48%, #55c983 100%);
}

.qr-tool-page {
  min-height: 100vh;
  padding: 34px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qr-tool-card {
  width: min(100%, 430px);
  border: 1px solid rgba(45, 174, 109, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 60px rgba(20, 99, 59, 0.18);
}

.qr-tool-login-card {
  padding: 28px 24px 24px;
}

.qr-tool-generator-card {
  padding: 22px;
}

.qr-tool-brand,
.qr-tool-header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.qr-tool-brand img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.qr-tool-brand h1,
.qr-tool-header h1 {
  margin: 0;
  color: #0d6d43;
  font-size: 24px;
  line-height: 1.25;
}

.qr-tool-brand p,
.qr-tool-header p {
  margin: 6px 0 0;
  color: #628172;
  font-size: 14px;
}

.qr-tool-header {
  justify-content: space-between;
  margin-bottom: 22px;
}

.qr-tool-form {
  margin-top: 24px;
}

.qr-tool-form label {
  display: block;
  margin-bottom: 16px;
}

.qr-tool-form label span {
  display: block;
  margin-bottom: 8px;
  color: #315b49;
  font-size: 14px;
}

.qr-tool-form input {
  width: 100%;
  height: 48px;
  border: 1px solid #cfe5d8;
  border-radius: 10px;
  padding: 0 14px;
  color: #1b3e2f;
  background: #fff;
  font-size: 16px;
  outline: none;
}

.qr-tool-form input:focus {
  border-color: #43c77d;
  box-shadow: 0 0 0 3px rgba(67, 199, 125, 0.18);
}

.qr-tool-form button,
.qr-tool-actions button,
.qr-tool-actions a {
  min-height: 46px;
  border: 0;
  border-radius: 10px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #1f8a5b;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.qr-tool-form button {
  width: 100%;
}

.qr-tool-form button:disabled,
.qr-tool-actions button:disabled,
.qr-tool-actions a[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.5;
}

.qr-tool-ghost {
  border: 1px solid rgba(31, 138, 91, 0.35);
  border-radius: 999px;
  padding: 7px 14px;
  color: #1f8a5b;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
}

.qr-tool-inline-form {
  margin-top: 0;
}

.qr-tool-preview {
  min-height: 292px;
  margin: 20px auto 14px;
  border: 1px dashed #9ed7b8;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #86a495;
  background: #f6fcf8;
  cursor: pointer;
}

.qr-tool-preview svg {
  width: min(100%, 250px);
  height: auto;
  display: block;
}

.qr-tool-url {
  min-height: 42px;
  border-radius: 8px;
  padding: 10px 12px;
  overflow-wrap: anywhere;
  color: #3b6652;
  background: #edf8f1;
  font-size: 13px;
}

.qr-tool-actions {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.qr-tool-actions a {
  background: #45bd78;
}

.qr-tool-status {
  min-height: 22px;
  margin: 14px 0 0;
  color: #66766f;
  text-align: center;
  font-size: 14px;
}

.qr-tool-status[data-type="error"] {
  color: #d43d2f;
}

.qr-tool-status[data-type="success"] {
  color: #168052;
}
