/*
 * High-fidelity visual layer for the approved light silver / blue-purple design.
 * Major illustrations and UI icons are the generated PNG assets under assets/generated/.
 */
:root {
  --primary: #2f6bff;
  --primary-2: #745cff;
  --cyan: #11c8f8;
  --page: #f4f8ff;
  --text: #14213d;
  --muted: #7d8ba3;
  --line: #d8e4f5;
  --shadow-card: 0 10px 28px rgba(55, 92, 161, 0.075);
  font-family: "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

body {
  background:
    radial-gradient(circle at 12% 0%, rgba(91, 150, 255, .12), transparent 29%),
    radial-gradient(circle at 78% 0%, rgba(118, 94, 255, .09), transparent 31%),
    linear-gradient(180deg, #f8fbff 0%, #f2f7ff 49%, #f5f9ff 100%);
}

.generated-icon {
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.page-aurora {
  opacity: 1;
  background:
    radial-gradient(ellipse at 46% -5%, rgba(212, 231, 255, .62), transparent 44%),
    radial-gradient(ellipse at 87% 3%, rgba(226, 219, 255, .56), transparent 33%),
    linear-gradient(180deg, rgba(247,250,255,.34), rgba(243,247,254,.82));
}
.page-aurora::after { display: none; }

.app-container {
  width: 100%;
  max-width: 1510px;
  margin: 0 auto;
  padding: 16px 30px 28px;
}

/* ---------- Hero ---------- */
.hero-shell {
  height: 220px;
  grid-template-columns: minmax(720px, 1.32fr) minmax(470px, .88fr);
  overflow: visible;
}

.hero-background-wave {
  position: absolute;
  z-index: 0;
  top: -82px;
  right: 220px;
  width: 790px;
  opacity: .23;
  filter: saturate(.82) blur(.1px);
  pointer-events: none;
}

.hero-copy {
  padding: 5px 0 0 32px;
}

.hero-title-line { gap: 12px; }
.hero-title-line h1 {
  font-family: "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -3.1px;
  background: linear-gradient(180deg, #3b85ff 0%, #2266e8 62%, #264fc7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: .55px rgba(43, 99, 225, .28);
  text-shadow: 0 4px 0 rgba(70, 112, 223, .07), 0 13px 28px rgba(42, 91, 200, .16);
}
.hero-sparkle {
  font-size: 34px;
  transform: translateY(-8px);
  color: #7662ef;
}
.hero-copy h2 {
  margin-top: 5px;
  font-size: 25px;
  line-height: 1.34;
  font-weight: 900;
  letter-spacing: -.9px;
  color: #111c31;
}
.hero-copy > p {
  max-width: 780px;
  margin-top: 8px;
  font-size: 11.5px;
  line-height: 1.72;
  color: #6f7d95;
}
.step-guide {
  width: 760px;
  margin-top: 15px;
}
.step-card {
  width: 230px;
  height: 61px;
  gap: 11px;
  padding: 9px 14px;
  border-radius: 14px;
  border-color: rgba(210, 223, 244, .93);
  box-shadow: 0 9px 24px rgba(54, 93, 165, .075);
}
.step-number {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
  font-size: 14px;
}
.step-copy strong { font-size: 13px; font-weight: 900; }
.step-copy small { font-size: 9.5px; }
.step-arrow { width: 26px; color: #bfd2f5; }

.hero-art { overflow: visible; }
.hero-main-art {
  position: absolute;
  z-index: 2;
  top: -39px;
  right: 65px;
  width: 570px;
  max-width: none;
  filter: drop-shadow(0 26px 32px rgba(47, 107, 255, .12));
}
.hero-art-glow {
  top: -42px;
  right: 50px;
  width: 600px;
  height: 270px;
  opacity: .8;
}
.hero-check-list {
  top: 38px;
  right: 118px;
  gap: 8px;
}
.hero-check-list span {
  width: 120px;
  height: 31px;
  padding: 0 12px;
  border-radius: 9px;
  font-size: 11px;
  font-weight: 800;
  background: rgba(255,255,255,.93);
}
.hero-check-list i {
  width: 17px;
  height: 17px;
  font-size: 11px;
  font-style: normal;
}
.hero-handwriting {
  top: 72px;
  right: -2px;
  font-family: "AR PL KaitiM GB", "KaiTi", cursive;
  font-size: 16px;
  color: #315cae;
  transform: rotate(-7deg);
}

/* ---------- Workspace ---------- */
.workspace-grid {
  grid-template-columns: minmax(340px, 1.08fr) minmax(238px, .75fr) minmax(350px, 1.10fr) minmax(330px, 1.05fr);
  gap: 12px;
}
.workspace-card {
  height: 688px;
  padding: 14px 14px 13px;
  border-radius: 15px;
  border-color: rgba(214, 225, 243, .96);
  background: rgba(255,255,255,.96);
  box-shadow: var(--shadow-card);
}
.panel-heading {
  min-height: 42px;
  gap: 9px;
  margin-bottom: 7px;
}
.panel-number {
  width: 22px;
  height: 22px;
  flex-basis: 22px;
  border-width: 2px;
  font-size: 11px;
}
.panel-heading h3 { font-size: 14px; font-weight: 900; }
.panel-heading p { margin-top: 3px; font-size: 9.5px; }

/* ---------- Form panel ---------- */
.basic-panel .form-field { margin-top: 9px; }
.form-field > label,
.settings-group > label {
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 750;
}
.text-control {
  min-height: 34px;
  border-radius: 8px;
  border-color: #d9e4f4;
  background: #fbfdff;
  font-size: 11px;
  padding: 8px 11px;
}
.label-row { margin-bottom: 5px; }
.detail-picker-button { font-size: 9.5px; }
.industry-chips { gap: 6px 7px; }
.industry-chip {
  min-width: 49px;
  height: 29px;
  padding: 0 12px;
  border-radius: 7px;
  font-size: 10px;
  background: #f8faff;
}
.industry-current {
  margin-top: 5px;
  padding-left: 1px;
  font-size: 8.8px;
  min-height: 13px;
}
.intro-field textarea {
  min-height: 82px;
  height: 82px;
  line-height: 1.75;
  padding: 9px 11px 20px;
}
.char-count { right: 9px; bottom: 7px; font-size: 9px; }
.ai-polish-row {
  height: 48px;
  margin-top: 11px;
  border-radius: 9px;
  padding: 0 7px 0 10px;
  background: linear-gradient(100deg, rgba(105,81,255,.08), rgba(57,168,255,.06));
}
.ai-polish-label { gap: 7px; }
.ai-icon {
  width: 28px;
  height: 28px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.ai-polish-label strong { font-size: 12px; }
.ai-polish-label small { font-size: 9px; color: #806ee8; }
.ai-polish-button {
  height: 31px;
  gap: 4px;
  border-radius: 7px;
  padding: 0 11px;
  font-size: 10px;
}
.upload-field { margin-top: 11px !important; }
.upload-dropzone {
  height: 91px;
  min-height: 91px;
  border-radius: 8px;
  gap: 2px;
  padding: 7px 10px;
}
.upload-dropzone img {
  width: 45px;
  height: 31px;
  margin-bottom: 0;
  object-fit: contain;
}
.upload-dropzone strong { font-size: 10.5px; }
.upload-dropzone span { font-size: 8.8px; }
.primary-action {
  height: 38px;
  min-height: 38px;
  margin-top: 12px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 850;
}
.primary-action .generated-icon { filter: drop-shadow(0 2px 4px rgba(0,0,0,.09)); }
.secondary-actions {
  height: 34px;
  margin-top: 8px;
  gap: 7px;
}
.secondary-actions button {
  min-height: 34px;
  border-radius: 7px;
  gap: 5px;
  font-size: 9.5px;
}
.panel-footnote {
  margin-top: 7px;
  font-size: 8.3px;
  line-height: 1.55;
}

/* ---------- Design panel ---------- */
.design-tabs {
  height: 36px;
  padding: 3px;
  border-radius: 8px;
}
.design-tabs button { font-size: 10px; border-radius: 6px; }
.module-editor-summary { margin: 8px 2px 7px; font-size: 8.8px; }
.module-list { gap: 8px; }
.module-item {
  min-height: 55px;
  height: 55px;
  padding: 7px 7px 7px 8px;
  border-radius: 9px;
  box-shadow: 0 5px 15px rgba(37, 74, 139, .045);
}
.module-icon {
  width: 38px;
  height: 38px;
  flex-basis: 38px;
  padding: 0;
  border: 0;
  background: rgba(245,249,255,.8) !important;
  box-shadow: none;
  overflow: visible;
}
.module-icon .generated-icon { width: 35px !important; height: 35px !important; }
.module-copy strong { font-size: 11px; font-weight: 850; }
.module-copy small { margin-top: 3px; font-size: 8.5px; }
.module-actions { gap: 0; }
.module-actions button { width: 20px; height: 22px; }
.drag-handle { width: 20px; height: 26px; opacity: .68; }
.style-editor, .advanced-editor { padding-top: 7px; }

/* ---------- Preview panel ---------- */
.preview-panel { padding: 14px 12px 13px; }
.preview-heading { margin: 0 1px 7px; }
.preview-toolbar { gap: 5px; }
.preview-toolbar button {
  height: 31px;
  padding: 0 9px;
  border-radius: 7px;
  gap: 4px;
  font-size: 9.5px;
}
.preview-toolbar button .generated-icon { width: 18px !important; height: 18px !important; }
.preview-toolbar .preview-expand { width: 31px; padding: 0; }
.preview-stage {
  height: 619px;
  border-radius: 12px;
  padding: 0;
  background: #f7faff;
}
.desktop-shell {
  width: 100%;
  height: 100%;
  border-radius: 11px;
  border-color: #dfe8f5;
  box-shadow: 0 12px 28px rgba(43, 82, 153, .08);
}
.browser-bar { display: none; }
.desktop-shell .preview-scroll-area { height: 100%; }
.preview-scroll-area { scrollbar-width: none; }
.preview-scroll-area::-webkit-scrollbar { display: none; }

/* tune the embedded landing-page preview to the approved composition */
.desktop-shell .landing-page { min-height: 100%; }
.desktop-shell .landing-hero {
  min-height: 278px;
  padding: 17px 18px 0;
  overflow: hidden;
}
.desktop-shell .landing-topline { min-height: 21px; }
.desktop-shell .landing-brand { font-size: 7.5px; }
.desktop-shell .landing-industry { font-size: 7px; }
.desktop-shell .landing-hero-content {
  min-height: 232px;
  grid-template-columns: minmax(0, 1.06fr) minmax(112px, .94fr);
  align-items: center;
  gap: 0;
}
.desktop-shell .landing-hero-copy { padding: 12px 0 22px; }
.desktop-shell .landing-eyebrow { font-size: 7px; }
.desktop-shell .landing-hero h1 {
  margin-top: 8px;
  font-size: 27px;
  line-height: 1.22;
  letter-spacing: -1px;
}
.desktop-shell .landing-hero-copy > p {
  max-width: 180px;
  margin-top: 8px;
  font-size: 7.5px;
  line-height: 1.65;
}
.desktop-shell .landing-cta {
  width: 111px;
  height: 34px;
  margin-top: 11px;
  font-size: 8.5px;
}
.desktop-shell .landing-trust-line { margin-top: 9px; gap: 7px; font-size: 6.5px; }
.desktop-shell .landing-hero-visual {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}
.desktop-shell .landing-hero-visual img {
  width: 152px;
  max-width: 155px;
  max-height: 223px;
  object-fit: contain;
  transform: translate(-1px, 10px);
  filter: drop-shadow(0 15px 19px rgba(35, 88, 211, .19));
}
.desktop-shell .landing-material {
  width: 240px;
  opacity: .24;
}
.desktop-shell .landing-section { padding-left: 17px; padding-right: 17px; }
.desktop-shell .landing-advantages { padding-top: 20px; padding-bottom: 20px; }
.desktop-shell .landing-section-heading > span { font-size: 16px; }
.desktop-shell .landing-section-heading > p { font-size: 7.5px; }
.desktop-shell .landing-advantage-grid { gap: 7px; margin-top: 14px; }
.desktop-shell .landing-advantage-grid article { min-height: 93px; padding: 11px 4px; }
.desktop-shell .landing-advantage-grid article > span { width: 31px; height: 31px; }
.desktop-shell .landing-advantage-grid strong { font-size: 8.5px; }
.desktop-shell .landing-advantage-grid small { font-size: 6.6px; }

/* ---------- Template panel ---------- */
.template-panel { padding: 14px 13px 13px; }
.template-panel-heading { min-height: 42px; }
.template-heading-icon {
  width: 31px;
  height: 31px;
  background: transparent;
  box-shadow: none;
}
.template-panel-heading .panel-heading { align-items: center; }
.template-panel-heading .panel-heading h3 { font-size: 14px; }
.template-panel-heading .panel-heading p { font-size: 9px; }
.link-button { font-size: 9.5px; font-weight: 700; }
.template-category-tabs {
  gap: 6px;
  margin-top: 2px;
  margin-bottom: 10px;
}
.template-category-tabs button {
  height: 29px;
  padding: 0 11px;
  border-radius: 7px;
  font-size: 9px;
}
.template-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px 8px;
}
.template-card-visual {
  height: 151px;
  border-radius: 9px;
  background: #f2f6ff;
  box-shadow: 0 7px 18px rgba(47, 79, 145, .08);
}
.template-card-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  transform: scale(1.015);
}
.template-card-overlay {
  inset: 0;
  align-content: start;
  padding: 10px 8px;
  text-align: left;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,0) 58%, rgba(255,255,255,.1));
  color: #172a58;
  text-shadow: 0 1px 6px rgba(255,255,255,.8);
}
.template-card-overlay small {
  justify-self: start;
  min-width: 0;
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 6.5px;
  background: rgba(255,255,255,.76);
  color: var(--card-primary);
}
.template-card-overlay strong {
  max-width: 82px;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.18;
  color: #10295f;
}
.template-card-overlay em {
  max-width: 88px;
  margin-top: 4px;
  font-size: 6.5px;
  line-height: 1.4;
  color: #5a6f9e;
}
.template-card-overlay i {
  position: absolute;
  left: 8px;
  bottom: 9px;
  min-width: 46px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-size: 6.5px;
  color: #fff;
  background: linear-gradient(100deg, var(--card-primary), var(--card-secondary));
  box-shadow: 0 5px 12px color-mix(in srgb, var(--card-primary) 24%, transparent);
}
.template-card-name { margin-top: 6px; font-size: 9.5px; }
.template-selected-mark { width: 21px; height: 21px; top: 6px; right: 6px; }
.template-divider { margin: 13px 0 10px; }
.style-block h4 {
  margin-bottom: 8px;
  gap: 5px;
  font-size: 11px;
}
.style-block h4 .generated-icon { width: 23px !important; height: 23px !important; }
.palette-row { gap: 12px; }
.palette-swatch { width: 32px; height: 32px; }
.material-block { margin-top: 13px; }
.material-grid { gap: 8px; }
.material-grid button { height: 66px; border-radius: 8px; }
.material-grid button img { width: 100%; height: 100%; object-fit: cover; }
.material-grid button span { font-size: 7.5px; }
.material-more .generated-icon { width: 25px !important; height: 25px !important; }

/* ---------- Records ---------- */
.records-panel {
  min-height: 104px;
  height: 104px;
  margin-top: 14px;
  padding: 10px 13px;
  border-radius: 14px;
}
.records-heading { height: 27px; margin-bottom: 7px; }
.records-heading > div { gap: 6px; }
.records-icon {
  width: 26px;
  height: 26px;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.records-heading h3 { font-size: 12px; }
.records-heading p { font-size: 8.5px; }
.records-track { gap: 9px; }
.record-card { height: 47px; min-height: 47px; border-radius: 8px; }
.record-main { padding: 5px 8px; gap: 8px; }
.record-thumbnail { width: 43px; height: 35px; border-radius: 6px; }
.record-copy strong { font-size: 9px; }
.record-copy small { font-size: 7.5px; }
.record-actions button { width: 21px; height: 25px; }

/* ---------- Generated asset clarity ---------- */
.result-success-icon {
  width: 68px;
  height: 68px;
  background: transparent;
  box-shadow: none;
}

/* keep exact reference-like desktop layout at the target screenshot width */
@media (min-width: 1281px) and (max-width: 1510px) {
  .hero-shell { grid-template-columns: minmax(690px, 1.28fr) minmax(430px, .92fr); }
  .hero-main-art { right: 46px; width: 550px; }
  .hero-check-list { right: 94px; }
  .hero-handwriting { right: -4px; }
}

@media (max-width: 1280px) {
  .hero-shell { overflow: hidden; }
  .hero-main-art { right: 0; opacity: .94; }
}

@media (max-width: 760px) {
  .app-container { padding: 12px 12px 90px; }
  .hero-shell { height: auto; min-height: 360px; display: block; overflow: hidden; border-radius: 18px; }
  .hero-copy { padding: 10px 8px 0; }
  .hero-title-line h1 { font-size: 36px; letter-spacing: -2px; }
  .hero-copy h2 { font-size: 19px; }
  .hero-copy > p { white-space: normal; font-size: 11px; }
  .step-guide { width: 100%; overflow-x: auto; padding-bottom: 5px; }
  .step-card { min-width: 190px; }
  .hero-art { height: 145px; margin-top: 4px; }
  .hero-main-art { top: -65px; right: -80px; width: 410px; }
  .hero-check-list, .hero-handwriting { display: none; }
  .workspace-card { height: auto; min-height: 0; }
  .preview-panel { min-height: 740px; }
  .preview-stage { height: 660px; }
  .records-panel { height: auto; min-height: 100px; }
}

/* final desktop alignment corrections after visual comparison */
@media (min-width: 1281px) {
  .hero-shell { overflow: hidden; }
  .hero-main-art {
    top: -14px;
    right: 104px;
    width: 450px;
  }
  .hero-check-list {
    top: 44px;
    right: 104px;
    gap: 9px;
  }
  .hero-check-list span {
    width: 118px;
    height: 30px;
    padding: 0 6px 0 39px;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    color: #33445f;
  }
  .hero-check-list i { display: none; }
  .hero-handwriting { top: 77px; right: 2px; }

  .desktop-shell .landing-hero {
    height: 282px;
    min-height: 282px;
    max-height: 282px;
  }
  .desktop-shell .landing-hero-content {
    height: 244px;
    min-height: 0;
    grid-template-columns: minmax(185px, 1.42fr) minmax(105px, .58fr);
  }
  .desktop-shell .landing-hero-copy { padding: 9px 0 18px; }
  .desktop-shell .landing-hero h1 { font-size: 26px; line-height: 1.2; }
  .desktop-shell .landing-hero-visual img {
    width: 137px;
    max-width: 137px;
    max-height: 205px;
    transform: translate(-6px, 10px);
  }
  .desktop-shell .landing-advantages { height: 184px; min-height: 184px; }
}

@media (max-width: 760px) {
  .hero-shell {
    min-height: 430px;
    padding-bottom: 0;
  }
  .hero-copy { position: relative; z-index: 3; }
  .hero-copy h2 { max-width: 355px; line-height: 1.42; }
  .hero-copy > p { max-width: 350px; margin-top: 7px; }
  .step-guide {
    position: relative;
    z-index: 4;
    margin-top: 12px;
    gap: 8px;
    scroll-snap-type: x mandatory;
  }
  .step-card {
    width: 188px;
    min-width: 188px;
    height: 58px;
    scroll-snap-align: start;
  }
  .step-arrow { display: none; }
  .hero-art {
    height: 176px;
    margin-top: 8px;
    overflow: hidden;
  }
  .hero-main-art {
    top: -35px;
    right: 13px;
    width: 348px;
    opacity: .96;
  }
  .hero-background-wave { top: 105px; right: -250px; width: 690px; opacity: .18; }

  .workspace-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    height: auto !important;
  }
  .workspace-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible;
  }
  .basic-panel { min-height: 690px; }
  .design-panel { min-height: 650px; }
  .template-panel { min-height: 690px; }
  .records-panel { margin-bottom: 18px; }
}

.hero-main-art-mobile { display: none; }

@media (max-width: 760px) {
  .hero-shell { min-height: 356px; }
  .hero-copy h2 { font-size: 18px; max-width: 350px; }
  .hero-main-art { display: none; }
  .hero-main-art-mobile {
    display: block;
    position: absolute;
    z-index: 2;
    top: -30px;
    right: -18px;
    width: 310px;
    max-width: none;
    filter: drop-shadow(0 18px 26px rgba(47,107,255,.14));
  }
  .hero-art { height: 120px; }
}

@media (min-width: 1281px) {
  .hero-main-art { top: -6px; right: 112px; width: 410px; }
  .hero-check-list { top: 47px; right: 111px; gap: 7px; }
  .hero-check-list span { width: 108px; height: 27px; padding-left: 35px; font-size: 10px; }
  .hero-handwriting { top: 72px; right: 0; }
}

@media (max-width: 760px) {
  .app-container {
    padding: 12px 12px calc(84px + env(safe-area-inset-bottom, 0px));
  }

  .hero-shell {
    display: block;
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 16px 14px 14px;
    border-radius: 18px;
  }

  .hero-copy {
    position: relative;
    z-index: 3;
    padding: 0;
  }

  .hero-title-line h1 {
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 1.15;
  }

  .hero-sparkle { font-size: 20px; }

  .hero-copy h2 {
    max-width: none;
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.4;
  }

  .hero-copy > p {
    max-width: none;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.65;
    white-space: normal;
  }

  .step-guide {
    display: grid;
    position: relative;
    z-index: 4;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }

  .step-card {
    display: flex;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 64px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 10px 8px;
  }

  .step-number {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    font-size: 12px;
  }

  .step-copy {
    width: 100%;
  }

  .step-copy strong {
    font-size: 12px;
    line-height: 1.3;
    white-space: normal;
  }

  .step-copy small {
    display: none;
  }

  .step-arrow { display: none; }

  .hero-art,
  .hero-main-art,
  .hero-main-art-mobile,
  .hero-art-glow,
  .hero-check-list,
  .hero-handwriting,
  .hero-background-wave {
    display: none;
  }

  .industry-chips {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .industry-chip {
    min-width: 0;
    width: 100%;
    justify-content: center;
    padding: 0 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .basic-panel,
  .design-panel,
  .template-panel,
  .preview-panel {
    min-height: 0;
  }

  .basic-panel .primary-action {
    display: none;
  }

  .ai-polish-row {
    height: auto;
    min-height: 48px;
    padding: 8px 10px;
  }
}

