@charset "UTF-8";

:root {
  --paper: #f8f8f2;
  --white: #fff;
  --ink: #263e35;
  --body: #57655e;
  --muted: #69766e;
  --line: #dfe4da;
  --green: #315c49;
  --light-green: #edf2e8;
  --orange: #bd481f;
  --orange-hover: #a63c18;
  --pale-orange: #faeee1;
  --radius: 18px;
  --shadow: 0 18px 45px #213b2d0d;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic",sans-serif;
  font-size: 15px;
  line-height: 1.65;
  word-break: keep-all;
  overflow-wrap: break-word;
}

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

button,a,input,select,textarea {
  -webkit-tap-highlight-color: transparent;
}

button,a {
  touch-action: manipulation;
}

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

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: .45;
}

button {
  color: inherit;
}

button,fieldset {
  margin: 0;
}

fieldset {
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

h1,h2,h3,p {
  margin: 0;
}

h1,h2,h3 {
  font-weight: 750;
  letter-spacing: -.055em;
  line-height: 1.35;
}

p {
  color: var(--body);
}

:focus-visible {
  outline: 3px solid #be592c;
  outline-offset: 4px;
}

[hidden] {
  display: none!important;
}

::selection {
  background: #eddca7;
}

.wrap {
  width: min(1216px,calc(100% - 96px));
  margin-inline: auto;
}

.button {
  min-height: 49px;
  padding: 11px 22px;
  border: 1px solid transparent;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  transition: background .18s,transform .18s;
  white-space: normal;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  color: #fff;
  background: var(--orange);
}

.button.primary:hover {
  background: var(--orange-hover);
}

.button.secondary {
  background: #fff;
  border-color: var(--line);
  color: var(--ink);
}

.button.secondary:hover {
  background: #f2f5ee;
}

.button.dark {
  background: var(--green);
  color: #fff;
}

.button.dark:hover {
  background: #244a39;
}

.button.small {
  min-height: 43px;
  padding: 9px 15px;
  font-size: 13px;
  gap: 10px;
}

.text-button {
  background: transparent;
  border: 0;
  padding: 9px 2px;
  min-height: 42px;
  font-size: 13px;
  font-weight: 600;
}

.text-button:hover {
  text-decoration: underline;
}

.eyebrow {
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .065em;
  color: var(--green);
}

.fine {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.7;
}

.green-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #699271;
  border-radius: 50%;
  margin-right: 7px;
}

.skip-link {
  position: fixed;
  top: -80px;
  left: 16px;
  z-index: 100;
  background: var(--ink);
  padding: 12px;
  color: white;
}

.skip-link:focus {
  top: 10px;
}

.site-header {
  border-bottom: 1px solid #e5e7dd;
  background: #f8f8f2f5;
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}

.header-inner {
  height: 83px;
  width: min(1312px,calc(100% - 96px));
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Avenir Next","Apple SD Gothic Neo",sans-serif;
  font-size: 24px;
  font-weight: 760;
  letter-spacing: -1.1px;
  white-space: nowrap;
}

.brand-ko {
  font-size: 11px;
  font-weight: 500;
  color: #657469;
  margin-left: 4px;
  letter-spacing: -.2px;
}

.brand-mark {
  display: grid;
  grid-template-columns: 8px 8px;
  gap: 3px;
  margin-right: 2px;
  transform: rotate(-6deg);
}

.brand-mark i {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--orange);
}

.brand-mark i:nth-child(2) {
  border-radius: 5px 5px 1px 1px;
  background: var(--green);
}

.brand-mark i:nth-child(4) {
  background: #e2af53;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 31px;
  font-size: 13px;
  font-weight: 600;
}

.nav-install {
  border: 1px solid #c9d3c6;
  border-radius: 7px;
  padding: 8px 15px;
  display: flex;
  gap: 26px;
}

.hero {
  display: grid;
  grid-template-columns: 1fr 1.09fr;
  gap: 55px;
  align-items: center;
  padding-top: 89px;
  padding-bottom: 81px;
  min-height: 578px;
}

.hero .eyebrow {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  letter-spacing: .005em;
}

.small-spark {
  color: var(--orange);
  font-size: 19px;
}

.hero h1 {
  font-size: clamp(40px,4vw,56px);
  line-height: 1.23;
  letter-spacing: -.062em;
  margin: 20px 0 22px;
}

.hero h1>span {
  color: var(--orange);
  position: relative;
}

.hero h1>span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 8px;
  border-top: 2px solid #dba58a;
  border-radius: 50%;
}

.hero-description {
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: -.02em;
}

.hero-actions {
  display: flex;
  gap: 10px;
  margin-top: 27px;
  flex-wrap: wrap;
}

.hero-actions .button {
  padding-inline: 18px;
  font-size: 13px;
  gap: 20px;
}

.hero-fine {
  margin-top: 14px;
  font-size: 11px;
}

.check-mark {
  color: var(--green);
  margin-right: 5px;
}

.dot {
  margin: 0 9px;
  color: #a0aa9e;
}

.hero-art {
  position: relative;
  padding: 43px 0 8px;
}

.hero-art:before {
  content: "";
  position: absolute;
  inset: 15px -24px 15px -22px;
  background: radial-gradient(ellipse at center,#e0e7d8 0%,#eaf0e2 52%,transparent 71%);
  z-index: -1;
}

.orbit-label {
  position: absolute;
  left: 11px;
  top: 5px;
  transform: rotate(-4deg);
  font-size: 12px;
  color: #657762;
  letter-spacing: .01em;
}

.orbit-label span {
  font-size: 20px;
  margin-right: 7px;
  color: var(--orange);
}

.product-window {
  border: 1px solid #bdc8b6;
  border-radius: 13px;
  background: #fff;
  box-shadow: 12px 17px 0 #e5e9df,0 25px 45px #36522b13;
  transform: rotate(-1deg);
  overflow: hidden;
}

.window-top {
  padding: 11px 13px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f4f6f0;
  border-bottom: 1px solid #e0e6d9;
  font-size: 9px;
  color: #6c7966;
}

.window-dots {
  letter-spacing: 2px;
  color: #adb9a8;
  font-size: 8px;
}

.window-tag {
  margin-left: auto;
  font-size: 8px;
  background: #e9eddf;
  border-radius: 4px;
  padding: 2px 6px;
}

.window-main {
  display: grid;
  grid-template-columns: 45px 1fr;
  min-height: 291px;
}

.mini-sidebar {
  background: #edf2e7;
  border-right: 1px solid #e3e8dc;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-top: 13px;
}

.mini-logo {
  font-weight: 800;
  font-size: 21px;
  line-height: 1;
  color: #527551;
  margin-bottom: 9px;
}

.mini-nav {
  font-size: 18px;
  color: #778473;
  width: 28px;
  line-height: 29px;
  text-align: center;
}

.mini-nav.active {
  background: white;
  border: 1px solid #d1dbc9;
  border-radius: 6px;
  color: #345c40;
}

.mini-workspace {
  padding: 20px 19px 15px;
}

.mini-workspace-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: -.03em;
  align-items: center;
}

.mini-kicker {
  font-size: 9px;
  font-weight: 500;
  color: #788474;
}

.mini-selection {
  background: #f5f7f1;
  border-radius: 6px;
  padding: 9px 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  margin-top: 13px;
  color: #6a7764;
}

.selected-pill {
  padding: 2px 10px;
  background: #e0e9d8;
  border: 1px solid #adbd9f;
  color: #48633a;
  border-radius: 4px;
  display: flex;
  gap: 20px;
}

.paper-preview {
  position: relative;
  margin-top: 13px;
  padding: 14px 16px 16px;
  border: 1px solid #dedfd4;
  border-radius: 5px;
  background: #fffef9;
  min-height: 128px;
}

.paper-label {
  display: block;
  font-size: 9px;
  font-weight: 600;
  color: var(--orange);
  margin-bottom: 11px;
}

.paper-preview p {
  font-size: 13px;
  color: #354c3e;
  line-height: 1.85;
  max-width: 97%;
}

.paper-lines {
  margin-top: 10px;
  display: grid;
  gap: 7px;
}

.paper-lines i {
  display: block;
  height: 3px;
  background: #eceee5;
  width: 73%;
  border-radius: 4px;
}

.paper-lines i:last-child {
  width: 54%;
}

.mini-bottom {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 8px;
  margin-top: 12px;
  color: #85907e;
}

.mini-bottom .green-dot {
  width: 4px;
  height: 4px;
  margin-right: 4px;
}

.mini-bottom a {
  color: #46683a;
  font-weight: 700;
  font-size: 9px;
}

.floating-note {
  position: absolute;
  right: -20px;
  bottom: 16px;
  transform: rotate(4deg);
  background: #fff8de;
  box-shadow: 2px 8px 18px #424f2720;
  border: 1px solid #e4d6aa;
  padding: 12px 18px;
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 12px;
  line-height: 1.5;
}

.floating-note>span {
  border: 1px solid #9eab64;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: #738342;
}

.floating-note small {
  display: block;
  font-size: 9px;
  margin-top: 3px;
  color: #8a8b6c;
}

.art-caption {
  text-align: left;
  margin-top: 27px;
  font-size: 9px;
  color: #7b8475;
  padding-left: 4px;
}

.explore {
  padding-bottom: 53px;
}

.section-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.section-intro h2 {
  font-size: 21px;
}

.section-intro>span {
  font-size: 12px;
  color: var(--muted);
}

.feature-nav {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 12px;
}

.feature-link {
  position: relative;
  min-height: 115px;
  display: flex;
  gap: 13px;
  align-items: center;
  border: 1px solid var(--line);
  background: #fdfdf9;
  padding: 19px 15px;
  border-radius: 11px;
  transition: border-color .18s,background .18s;
}

.feature-link:hover {
  border-color: #97af9a;
  background: #f0f3e9;
}

.feature-link.featured {
  background: var(--light-green);
  border-color: #8ca282;
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 35px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 9px;
  color: var(--green);
  font-size: 30px;
  font-weight: 400;
}

.feature-link strong {
  display: block;
  font-size: 15px;
  letter-spacing: -.045em;
}

.feature-link small {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  color: #687564;
  line-height: 1.6;
}

.feature-arrow {
  margin-left: auto;
  color: #657761;
  font-size: 15px;
  align-self: flex-start;
  line-height: 1;
}

.try-tag {
  position: absolute;
  top: -10px;
  left: 17px;
  background: var(--green);
  color: white;
  font-size: 9px;
  border-radius: 4px;
  padding: 2px 7px;
  letter-spacing: .02em;
}

.demo-section {
  background: #edf1e7;
  border-block: 1px solid #e0e6d8;
  padding: 68px 0 34px;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-heading h2 {
  font-size: 33px;
  margin: 11px 0 10px;
}

.section-heading p:not(.eyebrow) {
  font-size: 14px;
}

.demo-badge {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  border: 1px solid #c4d2bc;
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 11px;
  margin-bottom: 3px;
  background: #f3f6ee;
}

.demo-workbench {
  background: white;
  border: 1px solid #d1dbca;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.workbench-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 24px;
  border-bottom: 1px solid var(--line);
  gap: 14px;
}

.mode-switch {
  display: flex;
  padding: 3px;
  background: #f2f4ee;
  border-radius: 7px;
  gap: 3px;
}

.mode-switch button {
  padding: 7px 15px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 5px;
  font-size: 12px;
  min-height: 35px;
}

.mode-switch button[aria-pressed="true"] {
  background: white;
  border-color: #dce3d6;
  box-shadow: 0 2px 3px #39462d08;
  font-weight: 750;
}

.workbench-content {
  display: grid;
  grid-template-columns: .96fr 1.04fr;
}

.demo-inputs {
  padding: 27px 30px 22px;
  border-right: 1px solid var(--line);
}

.demo-output {
  padding: 27px 30px 24px;
  background: #fdfdfb;
}

.step-label {
  font-size: 13px;
  font-weight: 650;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.step-label>span {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  background: #edf2e7;
  border-radius: 50%;
  font-size: 10px;
  color: #426044;
}

.input-context {
  font-size: 12px;
  color: var(--muted);
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
}

.input-context>span {
  color: var(--green);
  font-size: 11px;
  background: var(--light-green);
  padding: 1px 7px;
  border-radius: 4px;
}

legend {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 11px;
  width: 100%;
}

legend>span {
  font-size: 10px;
  font-weight: 400;
  color: var(--muted);
  margin-left: 6px;
}

.criteria-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.criterion {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 9px 11px;
  cursor: pointer;
  min-height: 49px;
  background: #fff;
}

.criterion:has(input:checked) {
  border-color: #7b9a77;
  background: #f0f5e9;
}

.criterion input {
  accent-color: var(--green);
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.criterion-title {
  font-size: 12px;
  font-weight: 600;
}

.criterion-description {
  font-size: 10px;
  color: var(--muted);
  margin-left: auto;
}

.level-field {
  margin-top: 21px;
}

.level-options {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 7px;
}

.level-button {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: white;
  min-height: 39px;
  font-size: 12px;
}

.level-button[aria-pressed="true"] {
  background: #e6edde;
  color: #315239;
  border-color: #81997a;
  font-weight: 750;
}

.generate-button {
  margin-top: 22px;
  width: 100%;
  justify-content: space-between;
  font-size: 13px;
  min-height: 46px;
}

.input-hint {
  font-size: 10px;
  margin-top: 7px;
  color: var(--muted);
}

.draft-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.draft-heading label {
  font-size: 12px;
  font-weight: 700;
}

.state-badge {
  font-size: 9px;
  color: #8d7154;
  background: #f8f1e8;
  border: 1px solid #eee2d3;
  border-radius: 4px;
  padding: 2px 7px;
}

.state-badge.ready {
  color: #506c42;
  background: #edf3e7;
  border-color: #d4e2c8;
}

textarea {
  color: var(--ink);
  resize: vertical;
  border: 1px solid #d9dfd0;
  border-radius: 8px;
  padding: 17px;
  background: #fffef9;
  line-height: 1.9;
  display: block;
  width: 100%;
  font-size: 14px;
  word-break: normal;
}

textarea:disabled {
  opacity: 1;
}

textarea::placeholder {
  color: #8c9586;
  font-size: 13px;
}

#draft-text {
  height: 222px;
  min-height: 170px;
}

.draft-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 7px;
  font-size: 10px;
  color: #808b79;
}

.output-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 23px;
  margin-bottom: 17px;
}

.output-actions .button {
  font-size: 12px;
  min-height: 44px;
  padding-inline: 17px;
  gap: 24px;
}

#draft-guidance {
  font-size: 10px;
  max-width: 420px;
}

.trait-options {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 7px 0 22px;
}

.trait-option {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
}

.trait-option:has(input:checked) {
  background: var(--light-green);
  border-color: #81997a;
}

.trait-option input {
  accent-color: var(--green);
}

.batch-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 30px;
  background: #f8faf5;
  border-top: 1px solid var(--line);
}

.batch-toggle-row strong {
  font-size: 12px;
  display: block;
}

.batch-toggle-row span:not(.button span) {
  font-size: 10px;
  color: var(--muted);
  display: block;
  margin-top: 2px;
}

.demo-footnote {
  font-size: 10px;
  text-align: center;
  margin-top: 18px;
  color: #75836b;
}

.batch-panel {
  border-top: 1px solid var(--line);
  padding: 26px 30px;
}

.batch-instructions h3 {
  font-size: 18px;
}

.batch-instructions p {
  font-size: 12px;
  margin-top: 6px;
}

.batch-common {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
}

.batch-common label {
  font-size: 12px;
  font-weight: 650;
}

select {
  border: 1px solid #bccab6;
  border-radius: 6px;
  padding: 8px 24px 8px 10px;
  background: white;
  color: var(--ink);
  font-size: 12px;
  min-height: 40px;
}

.class-rows {
  display: grid;
  gap: 10px;
}

.class-row {
  display: grid;
  grid-template-columns: 80px 78px 1fr;
  align-items: start;
  gap: 13px;
  padding: 12px;
  background: #f7f9f3;
  border: 1px solid #e2e8da;
  border-radius: 8px;
}

.class-row>.row-number {
  font-size: 12px;
  min-height: 39px;
  display: flex;
  gap: 5px;
  align-items: center;
  white-space: nowrap;
}

.row-number input {
  accent-color: var(--green);
}

.class-row textarea {
  font-size: 12px;
  min-height: 75px;
  padding: 8px 12px;
  resize: vertical;
}

.class-row select {
  width: 100%;
  padding-right: 5px;
}

.batch-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 19px 0 9px;
}

.classroom-section {
  padding-block: 78px;
}

.section-note {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 3px;
}

.classroom-cards {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 21px;
}

.use-card {
  background: #fff;
  border: 1px solid #e0e3d9;
  border-radius: 14px;
  padding: 16px 23px 0;
  overflow: hidden;
  scroll-margin-top: 120px;
}

.flow-visual {
  height: 171px;
  background: #f4f5eb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 -7px 23px;
  padding: 10px;
}

.qr-paper {
  padding: 12px;
  background: #fff;
  border: 1px solid #dedfd0;
  border-radius: 5px;
  transform: rotate(-5deg);
  box-shadow: 2px 5px 5px #3e442312;
  display: grid;
  gap: 5px;
  justify-items: center;
}

.qr-paper small {
  font-size: 7px;
  color: #7a8168;
}

.qr-drawing {
  width: 55px;
  height: 55px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

.qr-drawing i {
  border: 3px solid #768764;
  box-shadow: inset 0 0 0 3px #fff;
  background: #768764;
}

.qr-drawing b {
  background: repeating-conic-gradient(#768764 0% 25%,transparent 0% 50%) 50%/12px 12px;
}

.flow-arrow {
  font-size: 21px;
  color: #9ba58d;
}

.link-stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
  transform: rotate(3deg);
}

.link-stack>span {
  font-size: 9px;
  background: #fff;
  padding: 8px;
  border: 1px solid #dde0cc;
  border-radius: 4px;
  color: #8a907e;
}

.link-stack>span:last-child {
  background: #e5ebd9;
  color: #4e643c;
  border-color: #c2ceac;
}

.link-stack b {
  margin-left: 4px;
}

.mobile-visual {
  background: #edf2f0;
  gap: 9px;
}

.phone-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #96aaa0;
  border-radius: 10px;
  background: white;
  box-shadow: 4px 7px 0 #dce5dd;
  padding: 22px 10px 13px;
  gap: 15px;
  transform: rotate(-5deg);
  position: relative;
}

.phone-card:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 39%;
  width: 23%;
  height: 3px;
  background: #cdd4cc;
  border-radius: 6px;
}

.phone-card>span {
  font-size: 7px;
  color: #8c9a8d;
}

.phone-card strong {
  font-size: 10px;
}

.phone-card small {
  font-size: 8px;
  border: 1px solid #d8e3d6;
  padding: 3px 7px;
  color: #688061;
  border-radius: 4px;
}

.phone-card small>span {
  float: right;
}

.pc-record {
  font-size: 10px;
}

.pc-record .green-dot {
  width: 5px;
  height: 5px;
  margin-right: 3px;
}

.pc-record small {
  display: block;
  font-size: 7px;
  color: #7c8e7e;
  margin-top: 8px;
}

.economy-visual {
  background: #f7f0e4;
}

.ledger-preview {
  background: #fffdf7;
  padding: 13px 17px 11px;
  border: 1px solid #e0d5bd;
  border-radius: 6px;
  width: 92%;
  transform: rotate(2deg);
}

.ledger-preview>span {
  font-size: 10px;
  font-weight: 650;
}

.ledger-preview>div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 15px;
}

.ledger-preview>div span {
  font-size: 8px;
  color: #8b866b;
}

.ledger-preview b {
  display: block;
  color: #577249;
  font-size: 16px;
  font-family: Georgia,serif;
  line-height: 1.7;
}

.ledger-preview>div span:nth-child(2) b {
  color: #a67454;
}

.ledger-preview small {
  display: block;
  font-size: 8px;
  color: #847455;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px dashed #ddd2b7;
}

.card-index {
  font-size: 10px;
  color: var(--orange);
  font-weight: 650;
}

.use-card h3 {
  font-size: 22px;
  line-height: 1.45;
  margin: 10px 0 12px;
}

.use-card>p {
  font-size: 12px;
  line-height: 1.85;
  min-height: 68px;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e5e7dd;
  padding: 16px 0;
  margin-top: 21px;
  font-size: 10px;
  color: #7f896f;
  gap: 10px;
}

.card-footer>span {
  font-size: 15px;
}

.thought-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 57px;
  background: #e9eee2;
  padding: 44px 48px;
  border-radius: 17px;
  border: 1px solid #dbe2d0;
}

.thought-kicker {
  font-size: 11px;
  color: #657c50;
  display: flex;
  align-items: center;
  gap: 10px;
}

.thought-kicker>span {
  color: var(--orange);
  background: #faf1de;
  padding: 2px 6px;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .045em;
  border: 1px solid #e6d7b9;
  border-radius: 3px;
}

.thought-copy h2 {
  font-size: 34px;
  margin-top: 18px;
}

.thought-copy>p:not(.release-note) {
  font-size: 13px;
  margin-top: 15px;
  line-height: 1.8;
}

.thought-steps {
  list-style: none;
  margin: 21px 0 0;
  padding: 0;
  display: grid;
  gap: 7px;
  font-size: 11px;
  color: #5b6f4e;
}

.thought-steps li>span {
  font-size: 9px;
  font-weight: 650;
  width: 17px;
  height: 17px;
  border: 1px solid #acb99d;
  display: inline-grid;
  place-items: center;
  margin-right: 8px;
  border-radius: 50%;
}

.thought-copy>.thought-details {
  font-size: 10px!important;
  color: #708060;
  margin-top: 17px!important;
}

.release-note {
  font-size: 9px;
  margin-top: 15px;
  line-height: 1.65;
  color: #78856a;
}

.thought-board {
  background: #fffef9;
  border: 1px solid #d6ddc9;
  border-radius: 10px;
  padding: 22px 26px 14px;
  align-self: center;
  box-shadow: 4px 7px 0 #dee4d3;
}

.thought-board-top {
  font-size: 10px;
  color: #617754;
  display: flex;
  align-items: center;
}

.thought-board-top .green-dot {
  width: 6px;
  height: 6px;
}

.virtual-label {
  margin-left: auto;
  font-size: 9px;
  color: #949b84;
}

.thought-board h3 {
  font-size: 18px;
  margin-top: 18px;
  letter-spacing: -.035em;
}

.word-cloud {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 27px;
  min-height: 205px;
  padding: 15px 25px;
  font-weight: 750;
  letter-spacing: -.07em;
  line-height: 1.3;
}

.word {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.word small {
  font-size: 9px;
  letter-spacing: 0;
  align-self: flex-end;
  margin-bottom: 9px;
  font-weight: 400;
  color: #7d846b;
}

.consideration {
  font-size: 41px;
  color: #919857;
  transform: rotate(-8deg);
}

.cooperation {
  font-size: 58px;
  color: #3e654a;
  transition: font-size .3s,color .3s;
}

.cooperation.grown {
  font-size: 71px;
  color: #a95c35;
}

.laughter {
  font-size: 31px;
  color: #b28048;
  transform: rotate(4deg);
}

.courage {
  font-size: 27px;
  color: #78928c;
}

.cloud-action {
  text-align: center;
}

.cloud-action .button {
  font-size: 11px;
  min-height: 40px;
}

.cloud-action p {
  font-size: 9px;
  margin-top: 8px;
  color: #748266;
}

.cloud-action .text-button {
  font-size: 10px;
  padding-left: 8px;
}

.cloud-note {
  font-size: 9px;
  border-top: 1px solid #e5e8db;
  margin-top: 17px;
  padding-top: 12px;
  text-align: center;
  line-height: 1.7;
  color: #8a927c;
}

.more-section {
  padding: 76px 0 50px;
}

.more-section .section-intro h2 {
  margin-top: 9px;
  font-size: 28px;
}

.more-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 28px;
  margin-top: 30px;
}

.more-grid article {
  border-left: 1px solid #dce1d4;
  padding-left: 22px;
}

.more-grid article>span {
  font-size: 23px;
  color: #728360;
  line-height: 1.2;
}

.more-grid h3 {
  font-size: 16px;
  margin: 12px 0 9px;
}

.more-grid p {
  font-size: 11px;
  color: #77826c;
  line-height: 1.9;
}

.catalog-note {
  font-size: 9px;
  margin-top: 24px;
  text-align: right;
}

.start-section {
  border-top: 1px solid #dce1d4;
  padding-block: 56px 68px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}

.start-section h2 {
  font-size: 32px;
  margin: 12px 0 15px;
}

.start-section p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.85;
}

.start-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 21px;
}

.start-steps li {
  display: flex;
  gap: 19px;
  align-items: flex-start;
}

.start-steps li>span {
  font-family: Georgia,serif;
  color: #9d9f7c;
  font-size: 18px;
  line-height: 1.3;
}

.start-steps h3 {
  font-size: 15px;
}

.start-steps p {
  font-size: 11px!important;
  margin-top: 5px;
  color: #7c856f;
}

.install-section {
  background: #2c4839;
  color: #fcfbf3;
  padding-block: 42px;
}

.install-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.install-section .eyebrow {
  color: #b8c8a9;
  font-size: 10px;
}

.install-section h2 {
  font-size: 29px;
  margin: 10px 0;
}

.install-section p:not(.eyebrow) {
  font-size: 11px;
  color: #b1bea6;
}

.install-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  min-width: 240px;
}

.install-actions .button {
  width: 100%;
  font-size: 14px;
  gap: 50px;
  background: #e7a367;
  color: #24382b;
}

.install-actions .button:hover {
  background: #f0b57f;
}

.install-actions .text-button {
  font-size: 11px;
  color: #d0d9c6;
}

.site-footer {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 108px;
}

.site-footer .brand {
  font-size: 19px;
}

.site-footer p {
  font-size: 10px;
  color: #8c9681;
}

.site-footer>span {
  margin-left: auto;
  font-size: 9px;
  color: #939b89;
}

.toast {
  position: fixed;
  z-index: 40;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100% - 32px);
  background: #263e35;
  color: white;
  padding: 13px 22px;
  box-shadow: 0 8px 20px #0002;
  border-radius: 9px;
  font-size: 13px;
  text-align: center;
}

dialog {
  border: 1px solid #c4d0bb;
  border-radius: 15px;
  padding: 27px;
  max-width: min(500px,calc(100% - 30px));
  box-shadow: var(--shadow);
  color: var(--ink);
}

dialog::backdrop {
  background: #233d3570;
}

dialog h2 {
  font-size: 21px;
}

dialog p {
  font-size: 13px;
  margin: 15px 0;
}

dialog textarea {
  min-height: 150px;
  font-size: 13px;
}

dialog form {
  margin-top: 17px;
  text-align: right;
}

.noscript {
  position: fixed;
  bottom: 0;
  background: #fff2df;
  width: 100%;
  text-align: center;
  padding: 12px;
}

@media(min-width:1500px) {
  .hero {
    min-height: 625px;
    padding-block: 100px 85px;
  }

  .hero h1 {
    font-size: 60px;
  }
}

@media(max-width:1100px) {
  .wrap {
    width: calc(100% - 64px);
  }

  .header-inner {
    width: calc(100% - 64px);
  }

  .hero {
    gap: 32px;
    padding-top: 66px;
    padding-bottom: 60px;
    min-height: 520px;
  }

  .hero h1 {
    font-size: 43px;
  }

  .hero-description {
    font-size: 14px;
  }

  .hero-actions {
    gap: 8px;
  }

  .hero-actions .button {
    font-size: 12px;
    padding: 10px 13px;
    gap: 13px;
  }

  .hero-art .floating-note {
    right: -8px;
  }

  .mini-workspace {
    padding: 17px 13px 12px;
  }

  .mini-workspace-heading {
    font-size: 11px;
  }

  .mini-kicker {
    font-size: 8px;
  }

  .window-main {
    grid-template-columns: 35px 1fr;
    min-height: 270px;
  }

  .paper-preview p {
    font-size: 11px;
  }

  .mini-bottom {
    font-size: 7px;
  }

  .feature-link {
    padding: 17px 11px;
    gap: 7px;
    min-height: 102px;
  }

  .feature-icon {
    font-size: 25px;
    width: 25px;
  }

  .feature-link strong {
    font-size: 13px;
  }

  .feature-link small {
    font-size: 9px;
  }

  .feature-arrow {
    display: none;
  }

  .demo-inputs,.demo-output {
    padding: 24px;
  }

  .criterion-description {
    font-size: 9px;
    max-width: 115px;
    text-align: right;
  }

  .thought-section {
    gap: 30px;
    padding: 35px;
  }

  .thought-copy h2 {
    font-size: 30px;
  }

  .thought-board {
    padding-inline: 20px;
  }

  .thought-board h3 {
    font-size: 16px;
  }

  .word-cloud {
    padding-inline: 0;
    gap: 10px 20px;
  }

  .use-card {
    padding-inline: 18px;
  }

  .use-card h3 {
    font-size: 21px;
  }

  .flow-visual {
    gap: 8px;
  }

  .link-stack>span {
    font-size: 8px;
  }

  .pc-record {
    font-size: 9px;
  }

  .more-grid {
    gap: 15px;
  }

  .more-grid article {
    padding-left: 16px;
  }
}

@media(max-width:800px) {
  .brand-ko {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero .eyebrow {
    font-size: 10px;
  }

  .hero-description {
    font-size: 12px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-actions .button {
    font-size: 12px;
    min-height: 43px;
  }

  .hero-art {
    padding-top: 28px;
  }

  .orbit-label {
    font-size: 9px;
    top: 0;
  }

  .mini-sidebar {
    display: none;
  }

  .window-main {
    display: block;
    min-height: 240px;
  }

  .mini-selection {
    font-size: 8px;
  }

  .mini-workspace-heading {
    font-size: 11px;
  }

  .window-top {
    font-size: 8px;
    gap: 6px;
    padding: 9px;
  }

  .window-tag {
    display: none;
  }

  .paper-preview {
    padding: 12px;
  }

  .paper-preview p {
    font-size: 10px;
  }

  .mini-bottom>span {
    display: none;
  }

  .floating-note {
    font-size: 10px;
    padding: 10px 12px;
    bottom: 20px;
  }

  .floating-note small {
    font-size: 8px;
  }

  .art-caption {
    font-size: 8px;
    max-width: 180px;
  }

  .feature-nav {
    grid-template-columns: repeat(2,1fr);
    gap: 17px 12px;
  }

  .feature-link {
    min-height: 90px;
    padding: 18px;
  }

  .feature-link strong {
    font-size: 15px;
  }

  .feature-link small {
    font-size: 10px;
  }

  .feature-arrow {
    display: block;
  }

  .feature-icon {
    width: 30px;
  }

  .section-heading h2 {
    font-size: 29px;
  }

  .section-heading p:not(.eyebrow) {
    font-size: 12px;
  }

  .section-heading {
    align-items: flex-start;
  }

  .demo-badge {
    font-size: 9px;
    padding: 5px 9px;
    margin-top: 30px;
  }

  .workbench-content {
    grid-template-columns: 1fr 1fr;
  }

  .demo-inputs,.demo-output {
    padding: 21px 18px;
  }

  .criterion-description {
    display: none;
  }

  .criteria-options {
    gap: 7px;
  }

  .criterion {
    padding: 9px 7px;
  }

  .criterion-title {
    font-size: 11px;
  }

  .output-actions {
    flex-direction: column;
    gap: 3px;
    align-items: flex-start;
    margin-top: 18px;
  }

  .draft-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
  }

  .draft-heading {
    flex-wrap: wrap;
    gap: 5px;
  }

  .batch-toggle-row {
    padding: 18px;
    gap: 15px;
  }

  .batch-toggle-row>div {
    max-width: 55%;
  }

  .batch-toggle-row .button {
    font-size: 11px;
  }

  .classroom-cards {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .use-card {
    position: relative;
    padding: 25px 26px 0 46%;
    min-height: 288px;
  }

  .flow-visual {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 37%;
    height: 200px;
    margin: 0;
  }

  .use-card h3 {
    font-size: 23px;
  }

  .use-card>p {
    min-height: 0;
    font-size: 12px;
  }

  .card-footer {
    margin-top: 17px;
    padding: 15px 0;
  }

  .thought-section {
    grid-template-columns: 1fr 1.15fr;
    padding: 27px;
    gap: 25px;
  }

  .thought-kicker {
    flex-wrap: wrap;
    gap: 5px;
    font-size: 10px;
  }

  .thought-copy h2 {
    font-size: 27px;
  }

  .thought-copy>p:not(.release-note) {
    font-size: 11px;
  }

  .thought-steps {
    font-size: 10px;
  }

  .thought-board h3 {
    font-size: 15px;
  }

  .word-cloud {
    gap: 9px 16px;
    min-height: 200px;
  }

  .consideration {
    font-size: 33px;
  }

  .cooperation {
    font-size: 47px;
  }

  .cooperation.grown {
    font-size: 57px;
  }

  .courage {
    font-size: 24px;
  }

  .laughter {
    font-size: 28px;
  }

  .cloud-action .button {
    font-size: 10px;
    padding-inline: 10px;
  }

  .more-grid {
    grid-template-columns: 1fr 1fr;
    gap: 27px;
  }

  .more-grid article {
    padding-left: 20px;
  }

  .start-section {
    gap: 35px;
    grid-template-columns: .9fr 1.1fr;
  }

  .start-section h2 {
    font-size: 27px;
  }

  .start-section p:not(.eyebrow) {
    font-size: 11px;
  }

  .install-section h2 {
    font-size: 23px;
  }

  .install-actions {
    min-width: 200px;
  }

  .install-actions .button {
    font-size: 12px;
    gap: 25px;
  }

  .site-footer {
    gap: 20px;
  }

  .site-footer p {
    display: none;
  }
}

@media(max-width:600px) {
  html {
    scroll-padding-top: 89px;
  }

  .wrap {
    width: calc(100% - 40px);
  }

  .header-inner {
    width: calc(100% - 40px);
    height: 65px;
    gap: 10px;
  }

  .brand {
    font-size: 22px;
  }

  .brand-mark {
    grid-template-columns: 7px 7px;
    gap: 3px;
  }

  .brand-mark i {
    width: 7px;
    height: 7px;
  }

  .site-header nav {
    gap: 10px;
    font-size: 11px;
  }

  .site-header nav>a:not(.nav-install) {
    display: none;
  }

  .nav-install {
    padding: 6px 10px;
    gap: 12px;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-block: 43px 31px;
    gap: 22px;
  }

  .hero .eyebrow {
    font-size: 11px;
  }

  .hero h1 {
    font-size: 43px;
    line-height: 1.23;
    margin-top: 18px;
    margin-bottom: 22px;
  }

  .hero-description {
    font-size: 13px;
    line-height: 1.9;
  }

  .hero-actions {
    flex-direction: row;
    gap: 7px;
    margin-top: 22px;
  }

  .hero-actions .button {
    font-size: 11px;
    min-height: 45px;
    padding: 10px 12px;
    gap: 10px;
  }

  .hero-fine {
    font-size: 10px;
    margin-top: 11px;
  }

  .hero-art {
    padding: 29px 10px 2px;
    margin-top: 10px;
  }

  .hero-art:before {
    inset: 0 -10px 0;
  }

  .orbit-label {
    left: 15px;
    top: 0;
    font-size: 10px;
  }

  .product-window {
    box-shadow: 7px 10px 0 #e3e8dd,0 18px 28px #36522b10;
  }

  .window-main {
    display: grid;
    grid-template-columns: 33px 1fr;
    min-height: 245px;
  }

  .mini-sidebar {
    display: flex;
    gap: 8px;
  }

  .mini-logo {
    font-size: 18px;
  }

  .mini-nav {
    font-size: 16px;
    line-height: 25px;
    width: 25px;
  }

  .mini-workspace {
    padding: 15px 13px 12px;
  }

  .mini-workspace-heading {
    font-size: 11px;
  }

  .mini-kicker {
    font-size: 8px;
  }

  .window-top {
    padding: 9px 10px;
    font-size: 8px;
  }

  .window-tag {
    display: block;
    font-size: 7px;
  }

  .mini-selection {
    margin-top: 11px;
    font-size: 9px;
  }

  .paper-preview {
    margin-top: 10px;
    min-height: 116px;
  }

  .paper-preview p {
    font-size: 11px;
  }

  .mini-bottom {
    margin-top: 10px;
  }

  .mini-bottom>span {
    display: block;
    font-size: 7px;
  }

  .mini-bottom a {
    font-size: 8px;
  }

  .floating-note {
    right: 0!important;
    bottom: 11px;
    padding: 9px 13px;
    font-size: 10px;
  }

  .floating-note>span {
    width: 20px;
    height: 20px;
  }

  .floating-note small {
    font-size: 8px;
  }

  .art-caption {
    font-size: 8px;
    margin-top: 22px;
    max-width: 210px;
    line-height: 1.6;
  }

  .explore {
    padding-bottom: 32px;
  }

  .section-intro {
    display: block;
    margin-bottom: 20px;
  }

  .section-intro h2 {
    font-size: 19px;
  }

  .section-intro>span {
    font-size: 10px;
    display: block;
    margin-top: 7px;
  }

  .feature-nav {
    gap: 14px 9px;
  }

  .feature-link {
    padding: 15px 11px;
    min-height: 105px;
    display: block;
  }

  .feature-icon {
    font-size: 22px;
    line-height: 1;
    height: 24px;
    width: 24px;
    display: block;
    margin-bottom: 8px;
  }

  .feature-link strong {
    font-size: 13px;
  }

  .feature-link small {
    font-size: 9px;
    line-height: 1.55;
    margin-top: 4px;
  }

  .feature-arrow {
    position: absolute;
    top: 16px;
    right: 13px;
    font-size: 14px;
  }

  .try-tag {
    left: 12px;
    font-size: 8px;
    top: -9px;
  }

  .demo-section {
    padding: 39px 0 25px;
  }

  .section-heading {
    display: block;
    margin-bottom: 21px;
  }

  .eyebrow {
    font-size: 10px;
  }

  .section-heading h2 {
    font-size: 28px;
    margin: 10px 0;
  }

  .section-heading p:not(.eyebrow) {
    font-size: 12px;
    line-height: 1.8;
  }

  .demo-badge {
    font-size: 9px;
    margin-top: 14px;
    padding: 4px 9px;
  }

  .workbench-bar {
    padding: 11px 13px;
    gap: 5px;
  }

  .mode-switch button {
    font-size: 11px;
    min-height: 32px;
    padding: 6px 10px;
  }

  .workbench-bar .text-button {
    font-size: 10px;
    padding: 4px;
    min-height: 35px;
  }

  .workbench-content {
    grid-template-columns: 1fr;
  }

  .demo-inputs {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 23px 20px 18px;
  }

  .demo-output {
    padding: 22px 20px;
  }

  .step-label {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .input-context {
    font-size: 11px;
    margin-bottom: 15px;
  }

  legend {
    font-size: 12px;
  }

  legend>span {
    font-size: 9px;
  }

  .criterion-description {
    display: inline;
    font-size: 8px;
    max-width: 115px;
  }

  .criterion-title {
    font-size: 11px;
  }

  .criterion {
    padding: 9px;
    min-height: 45px;
  }

  .level-field {
    margin-top: 18px;
  }

  .level-button {
    font-size: 11px;
    min-height: 40px;
  }

  .generate-button {
    margin-top: 20px;
    min-height: 45px;
    font-size: 12px;
  }

  .input-hint {
    font-size: 9px;
  }

  .draft-heading label {
    font-size: 12px;
  }

  #draft-text {
    height: 189px;
    font-size: 13px;
    padding: 14px;
  }

  textarea::placeholder {
    font-size: 12px;
  }

  .draft-meta {
    flex-direction: row;
    font-size: 8px;
    gap: 5px;
  }

  .output-actions {
    flex-direction: row;
    gap: 16px;
    margin-top: 18px;
    align-items: center;
    margin-bottom: 12px;
  }

  .output-actions .button {
    font-size: 11px;
    padding-inline: 13px;
    gap: 19px;
    min-height: 44px;
  }

  .output-actions .text-button {
    font-size: 10px;
  }

  #draft-guidance {
    font-size: 9px;
  }

  .batch-toggle-row {
    display: block;
    padding: 19px 20px;
  }

  .batch-toggle-row>div {
    max-width: none;
  }

  .batch-toggle-row strong {
    font-size: 12px;
  }

  .batch-toggle-row span:not(.button span) {
    font-size: 10px;
    margin-top: 5px;
  }

  .batch-toggle-row .button {
    margin-top: 12px;
    font-size: 11px;
    width: 100%;
    justify-content: space-between;
  }

  .demo-footnote {
    font-size: 8px;
    text-align: left;
    line-height: 1.8;
    margin-top: 13px;
  }

  .batch-panel {
    padding: 23px 20px;
  }

  .batch-instructions h3 {
    font-size: 17px;
  }

  .batch-instructions p {
    font-size: 11px;
  }

  .batch-common {
    flex-wrap: wrap;
    gap: 8px;
  }

  .batch-common label {
    flex-basis: 100%;
    font-size: 11px;
  }

  .batch-common select {
    flex: 1;
  }

  .class-row {
    grid-template-columns: 1fr 90px;
    gap: 8px;
    padding: 11px;
  }

  .class-row textarea {
    grid-column: 1/-1;
    min-height: 90px;
  }

  .class-row>.row-number {
    font-size: 11px;
  }

  .batch-actions {
    gap: 9px;
  }

  .batch-actions .button {
    width: 100%;
    font-size: 11px;
  }

  .batch-actions .text-button {
    font-size: 11px;
  }

  .classroom-section {
    padding-block: 42px;
  }

  .section-note {
    display: block;
    font-size: 9px;
    margin-top: 13px;
  }

  .classroom-cards {
    gap: 17px;
  }

  .use-card {
    padding: 16px 23px 0;
    min-height: 0;
  }

  .flow-visual {
    position: static;
    width: auto;
    height: 163px;
    margin: 0 -7px 20px;
    gap: 17px;
  }

  .phone-card {
    padding: 22px 14px 14px;
    gap: 13px;
  }

  .phone-card strong {
    font-size: 12px;
  }

  .phone-card small {
    font-size: 9px;
  }

  .pc-record {
    font-size: 11px;
  }

  .pc-record small {
    font-size: 8px;
  }

  .link-stack>span {
    font-size: 10px;
    padding: 9px;
  }

  .qr-drawing {
    width: 60px;
    height: 60px;
  }

  .qr-paper small {
    font-size: 8px;
  }

  .ledger-preview {
    width: 82%;
  }

  .ledger-preview>span {
    font-size: 11px;
  }

  .ledger-preview>div span {
    font-size: 9px;
  }

  .ledger-preview b {
    font-size: 18px;
  }

  .ledger-preview small {
    font-size: 9px;
  }

  .use-card h3 {
    font-size: 23px;
    margin-top: 9px;
  }

  .use-card>p {
    font-size: 12px;
    line-height: 1.9;
  }

  .card-footer {
    font-size: 10px;
    margin-top: 18px;
    padding: 14px 0;
  }

  .thought-section {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 26px 20px;
  }

  .thought-kicker {
    font-size: 10px;
    gap: 8px;
  }

  .thought-copy h2 {
    font-size: 32px;
    margin-top: 16px;
  }

  .thought-copy>p:not(.release-note) {
    font-size: 12px;
  }

  .thought-steps {
    font-size: 11px;
    gap: 8px;
  }

  .thought-copy>.thought-details {
    font-size: 10px!important;
  }

  .release-note {
    font-size: 9px;
  }

  .thought-board {
    padding: 19px 17px 13px;
  }

  .thought-board h3 {
    font-size: 17px;
    margin-top: 15px;
  }

  .word-cloud {
    min-height: 209px;
    padding: 15px 7px;
    gap: 6px 26px;
  }

  .consideration {
    font-size: 37px;
  }

  .cooperation {
    font-size: 54px;
  }

  .cooperation.grown {
    font-size: 64px;
  }

  .laughter {
    font-size: 28px;
  }

  .courage {
    font-size: 25px;
  }

  .cloud-action .button {
    font-size: 10px;
    padding-inline: 12px;
  }

  .cloud-action p {
    font-size: 9px;
  }

  .cloud-note {
    font-size: 8px;
  }

  .more-section {
    padding-block: 44px 32px;
  }

  .more-section .section-intro h2 {
    font-size: 25px;
  }

  .more-grid {
    gap: 25px 13px;
    margin-top: 26px;
  }

  .more-grid article {
    padding-left: 12px;
  }

  .more-grid h3 {
    font-size: 14px;
    margin: 8px 0;
  }

  .more-grid p {
    font-size: 10px;
    line-height: 1.9;
  }

  .more-grid article>span {
    font-size: 21px;
  }

  .catalog-note {
    font-size: 8px;
    text-align: left;
    line-height: 1.8;
    margin-top: 22px;
  }

  .start-section {
    display: block;
    padding-block: 31px 38px;
  }

  .start-section h2 {
    font-size: 28px;
  }

  .start-section p:not(.eyebrow) {
    font-size: 12px;
  }

  .start-steps {
    margin-top: 27px;
    gap: 23px;
  }

  .start-steps h3 {
    font-size: 14px;
  }

  .start-steps p {
    font-size: 11px!important;
  }

  .start-steps li>span {
    font-size: 17px;
  }

  .install-section {
    padding-block: 32px 23px;
  }

  .install-inner {
    display: block;
  }

  .install-section h2 {
    font-size: 25px;
    line-height: 1.5;
  }

  .install-section p:not(.eyebrow) {
    font-size: 10px;
    line-height: 1.8;
  }

  .install-actions {
    align-items: flex-start;
    margin-top: 23px;
    gap: 3px;
  }

  .install-actions .button {
    width: 100%;
    font-size: 13px;
    justify-content: space-between;
    min-height: 48px;
    padding-inline: 20px;
  }

  .install-actions .text-button {
    align-self: center;
    font-size: 11px;
    min-height: 43px;
  }

  .site-footer {
    flex-wrap: wrap;
    gap: 6px;
    padding-block: 24px;
    min-height: 98px;
  }

  .site-footer .brand {
    font-size: 20px;
  }

  .site-footer .brand-ko {
    display: inline;
    font-size: 10px;
  }

  .site-footer>span {
    flex-basis: 100%;
    margin: 0;
    font-size: 9px;
  }

  .toast {
    font-size: 12px;
    bottom: 14px;
    padding: 12px 17px;
  }

  .trait-option {
    font-size: 12px;
    padding: 9px 12px;
  }

  dialog {
    padding: 22px;
  }

  dialog h2 {
    font-size: 20px;
  }
}

.step-label,legend {
  font-size: 14px;
}

.criterion-title,.level-button,.draft-heading label {
  font-size: 14px;
}

.input-context,.mode-switch button,.output-actions .button,.generate-button {
  font-size: 13px;
}

.criterion-description {
  font-size: 11px;
}

.draft-meta,.demo-footnote,.input-hint,#draft-guidance,.release-note,.cloud-note,.catalog-note {
  font-size: 11px;
  color: var(--body);
}

.draft-meta {
  flex-wrap: wrap;
}

.use-card>p {
  font-size: 13px;
}

.more-grid p {
  font-size: 12px;
}

.thought-details {
  color: var(--body)!important;
}

.thought-copy>.thought-details {
  font-size: 12px!important;
}

.thought-steps {
  font-size: 12px;
}

.thought-copy>p:not(.release-note) {
  font-size: 14px;
}

.card-footer {
  color: var(--body);
  font-size: 11px;
}

.start-steps p {
  font-size: 12px!important;
}

.start-section p:not(.eyebrow) {
  font-size: 14px;
}

.install-section p:not(.eyebrow) {
  font-size: 12px;
}

.cloud-action p {
  font-size: 11px;
  color: var(--body);
}

.section-note {
  font-size: 12px;
}

.fine.hero-fine {
  font-size: 12px;
}

.feature-link small {
  font-size: 11px;
}

.state-badge {
  font-size: 10px;
}

.demo-badge {
  font-size: 12px;
}

.batch-toggle-row strong {
  font-size: 14px;
}

.batch-toggle-row span:not(.button span) {
  font-size: 12px;
}

@media(max-width:600px) {
  .step-label,legend,.criterion-title,.level-button,.draft-heading label {
    font-size: 13px;
  }

  .criterion-description {
    display: none;
  }

  .draft-meta {
    font-size: 10px;
    gap: 4px;
  }

  .draft-meta>span:last-child {
    flex-basis: 100%;
  }

  .hero-fine {
    font-size: 11px!important;
  }

  .feature-link small {
    font-size: 10px;
  }

  .demo-footnote,#draft-guidance,.release-note,.cloud-note,.catalog-note {
    font-size: 11px;
  }

  .more-grid p {
    font-size: 11px;
  }

  .thought-copy>p:not(.release-note) {
    font-size: 13px;
  }

  .batch-toggle-row strong {
    font-size: 13px;
  }

  .batch-toggle-row span:not(.button span) {
    font-size: 11px;
  }

  .section-note {
    font-size: 11px;
  }

  .demo-badge {
    font-size: 11px;
  }

  .start-section p:not(.eyebrow) {
    font-size: 13px;
  }

  .install-section p:not(.eyebrow) {
    font-size: 11px;
  }

  .cloud-action p {
    font-size: 10px;
  }
}

.word-cloud {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  justify-items: center;
  gap: 4px 18px;
  width: 340px;
  max-width: 100%;
  margin-inline: auto;
}

.consideration {
  grid-column: 1;
  grid-row: 1;
}

.cooperation {
  grid-column: 2;
  grid-row: 1;
}

.laughter {
  grid-column: 2;
  grid-row: 2;
}

.courage {
  grid-column: 1;
  grid-row: 2;
}

.laughter,.courage {
  font-size: 29px;
}

.thought-copy,.thought-board {
  min-width: 0;
}

.connection-note {
  margin-top: 18px;
  color: var(--body);
}

#batch-guidance {
  margin: 12px 0 7px;
  color: var(--body);
}

@media (max-width: 360px) {
  .cooperation {
    font-size: 42px;
  }
  .cooperation.grown {
    font-size: 50px;
  }
  .consideration {
    font-size: 29px;
  }
  .laughter,.courage {
    font-size: 24px;
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }

  *,*:before,*:after {
    transition: none!important;
  }
}

/* Student QR is the primary product story; the embedded UI is the product itself. */
.qr-hero-art { padding-top: 36px; }
.portal-photo-frame {
  display: block;
  position: relative;
  background: #293d33;
  border: 1px solid #23392d;
  border-radius: 24px;
  padding: 24px 10px 10px;
  box-shadow: 12px 15px 0 #e1e6db, 0 20px 42px #20392820;
  transform: rotate(-1deg);
  overflow: hidden;
}
.tablet-camera { width: 6px; height: 6px; background: #8d9e90; border-radius: 50%; display: inline-block; }
.portal-photo-frame > .tablet-camera { position: absolute; top: 9px; left: calc(50% - 3px); }
.portal-photo-frame img { display: block; width: 100%; height: 370px; object-fit: cover; object-position: top; border-radius: 11px; background: #edf5f1; }
.portal-photo-action { position: absolute; bottom: 24px; right: 24px; padding: 11px 15px; background: var(--orange); color: white; border-radius: 9px; font-size: 12px; font-weight: 700; box-shadow: 0 5px 16px #65321b20; }
.qr-hero-art .floating-note { right: -12px; bottom: -3px; transform: rotate(4deg); }
.qr-hero-art .art-caption { padding-top: 9px; padding-right: 140px; }
.qr-priority-section { scroll-margin-top: 100px; padding-top: 62px; }
.student-experience { display: grid; grid-template-columns: minmax(250px,.75fr) minmax(0,1.65fr); gap: 38px; align-items: start; margin: 35px 0 62px; }
.student-guide { padding-top: 20px; min-width: 0; }
.student-guide h3 { font-size: 29px; line-height: 1.45; letter-spacing: -.05em; margin: 13px 0 19px; }
.student-guide > p:not(.eyebrow) { color: var(--body); font-size: 14px; line-height: 1.85; }
.demo-credentials { display: flex; gap: 10px; margin: 24px 0 29px; }
.demo-credentials > span { display: flex; flex: 1; flex-direction: column; gap: 6px; padding: 14px 15px; border: 1px solid #d7dfd2; border-radius: 12px; background: #edf1e7; color: var(--body); font-size: 11px; }
.demo-credentials strong { font-size: 21px; color: var(--ink); letter-spacing: .07em; }
.student-tour-steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 20px; }
.student-tour-steps li { display: flex; gap: 13px; align-items: flex-start; }
.student-tour-steps li > span { display: grid; place-items: center; border: 1px solid #ced9c7; background: #f1f3eb; width: 25px; height: 25px; flex: 0 0 25px; border-radius: 50%; font-size: 11px; font-weight: 700; color: var(--green); }
.student-tour-steps strong { font-size: 14px; }
.student-tour-steps p { color: var(--body); font-size: 12px; line-height: 1.8; margin-top: 4px; }
.automation-note { display: flex; gap: 13px; padding: 20px 18px; margin: 28px 0 17px; background: #f1e9dc; border: 1px solid #e4d7c3; border-radius: 13px; }
.automation-note > span { font-size: 23px; color: var(--orange); }
.automation-note strong { font-size: 14px; }
.automation-note p { color: #6b604f; font-size: 12px; line-height: 1.8; margin-top: 7px; }
.student-guide > .student-demo-disclosure { font-size: 11px; line-height: 1.85; }
.portal-full-link { display: inline-flex; gap: 15px; margin-top: 12px; font-size: 12px; }
.student-tablet { min-width: 0; border: 9px solid #2b4034; border-top-width: 0; border-radius: 23px; background: #2b4034; box-shadow: 0 22px 48px #29443415; overflow: hidden; }
.tablet-top { min-height: 40px; display: flex; align-items: center; gap: 10px; padding: 6px 13px; color: #d7e3da; font-size: 11px; }
.tablet-top .live-pill { margin-left: auto; padding: 4px 8px; border-radius: 20px; background: #465c4c; color: #edf7e9; font-size: 10px; }
#student-portal { display: block; width: 100%; height: clamp(540px, calc(100svh - 170px), 865px); border: 0; background: #eef6f2; border-radius: 8px; }
.tablet-bottom { padding: 11px 12px 4px; text-align: center; font-size: 10px; color: #d7e3da; line-height: 1.7; }
.classroom-support-heading { margin: 0 0 24px; }
.classroom-support-heading h3 { font-size: 23px; letter-spacing: -.04em; }
.classroom-support-heading p { margin-top: 8px; font-size: 13px; color: var(--body); }
@media (max-width: 1100px) {
  .student-experience { gap: 24px; grid-template-columns: minmax(240px,.7fr) minmax(0,1.3fr); }
  .student-guide h3 { font-size: 26px; }
  .portal-photo-frame img { height: 320px; }
}
@media (max-width: 800px) {
  .student-experience { grid-template-columns: 1fr; gap: 26px; }
  .student-guide { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; padding-top: 0; }
  .student-guide > .eyebrow, .student-guide > h3, .student-guide > p, .demo-credentials, .portal-full-link { grid-column: 1; }
  .student-tour-steps { grid-column: 2; grid-row: 1 / span 4; padding-top: 8px; }
  .automation-note { grid-column: 2; grid-row: 5 / span 2; margin-top: 12px; }
  .portal-photo-frame img { height: 355px; }
  #student-portal { height: clamp(540px, calc(100svh - 160px), 830px); }
}
@media (max-width: 600px) {
  .qr-hero-art { padding-top: 29px; }
  .portal-photo-frame { border-radius: 18px; padding: 20px 7px 7px; box-shadow: 7px 10px 0 #e1e6db; }
  .portal-photo-frame img { height: 270px; border-radius: 9px; }
  .portal-photo-frame > .tablet-camera { top: 7px; }
  .portal-photo-action { right: 17px; bottom: 18px; padding: 10px 12px; font-size: 11px; }
  .qr-hero-art .floating-note { display: none; }
  .qr-hero-art .art-caption { padding-right: 0; text-align: center; }
  .qr-priority-section { padding-top: 40px; }
  .student-experience { margin-top: 24px; margin-bottom: 35px; gap: 20px; }
  .student-guide { display: block; }
  .student-guide h3 { font-size: 26px; }
  .student-guide > p:not(.eyebrow) { font-size: 13px; }
  .demo-credentials { margin: 18px 0 22px; }
  .student-tour-steps { gap: 14px; }
  .automation-note { margin: 20px 0 14px; }
  .student-guide > .student-demo-disclosure { font-size: 11px; }
  .student-tablet { border-width: 4px; border-top-width: 0; border-radius: 15px; margin-inline: -10px; }
  .tablet-top { font-size: 10px; padding-inline: 8px; gap: 7px; }
  .tablet-top .live-pill { font-size: 9px; }
  #student-portal { height: clamp(540px, calc(100svh - 140px), 790px); }
  .tablet-bottom { padding: 9px 8px 5px; font-size: 10px; }
  .classroom-support-heading h3 { font-size: 21px; }
}
