:root {
  color-scheme: light;
  --ink: #243d33;
  --muted: #69796f;
  --paper: #fffefa;
  --cream: #f7f5ee;
  --line: #e1e5db;
  --leaf: #287259;
  --leaf-dark: #1e5945;
  --mint: #e8efe4;
  --shadow: 0 16px 45px rgba(44, 64, 43, .07);
  font-family: "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: var(--cream); color: var(--ink); -webkit-font-smoothing: antialiased; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; color: inherit; }
button, a, input, select, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
button { background: transparent; }
:focus-visible { outline: 3px solid #8aaf65; outline-offset: 4px; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 650; }
p { line-height: 1.8; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: absolute; top: -100px; left: 20px; z-index: 100; padding: 12px; background: var(--paper); }
.skip-link:focus { top: 10px; }
.site-header { border-bottom: 1px solid var(--line); background: rgba(247, 245, 238, .96); }
.header-inner { width: min(1180px, calc(100% - 64px)); margin: auto; min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.portal-logo { width: 38px; height: 38px; }
.brand > span { font-size: 20px; font-weight: 700; letter-spacing: .08em; }
.brand small { display: block; font-size: 8px; font-weight: 600; letter-spacing: .13em; color: var(--muted); margin-top: 5px; }
.portal-tabs { display: flex; gap: 5px; align-items: center; padding: 5px; background: #eceee4; border-radius: 30px; }
.portal-tabs a { font-size: 14px; padding: 10px 23px; border-radius: 25px; white-space: nowrap; transition: background .2s, color .2s; }
.portal-tabs a[aria-selected="true"], .portal-tabs a[aria-current="page"] { background: var(--paper); color: var(--leaf-dark); box-shadow: 0 2px 7px #314d2810; font-weight: 650; }
.portal-tabs a:hover { color: var(--leaf); }
.admin-link { font-size: 13px; color: var(--muted); white-space: nowrap; }
.admin-link span { margin-left: 7px; }
.portal { width: min(1120px, calc(100% - 64px)); margin: auto; min-height: calc(100vh - 330px); }
.tab-panel { animation: appear .28s ease; padding-bottom: 68px; }
.eyebrow { display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 650; line-height: 1.6; letter-spacing: .14em; color: var(--leaf); }
.live-dot { width: 7px; height: 7px; background: #829f62; border-radius: 50%; box-shadow: 0 0 0 5px #e8edde; }
.landing-hero { display: grid; grid-template-columns: 1.14fr 1fr; align-items: center; gap: 15px; padding: 68px 0 44px; }
.hero-copy { position: relative; z-index: 1; }
.hero-copy h1 { font-size: clamp(36px, 4.2vw, 57px); line-height: 1.4; letter-spacing: -.05em; margin: 23px 0 23px; }
.hand-underline { position: relative; white-space: nowrap; color: var(--leaf); }
.hand-underline::after { content: ""; position: absolute; bottom: -8px; left: 0; width: 98%; height: 9px; border: 2px solid #c7d5ac; border-color: #c7d5ac transparent transparent; border-radius: 50%; transform: rotate(-2deg); }
.hero-description { font-size: 16px; line-height: 1.95; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 29px 0 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 13px 22px; border: 1px solid var(--line); border-radius: 13px; min-height: 48px; font-weight: 600; font-size: 14px; transition: transform .15s, background .15s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--leaf); border-color: var(--leaf); color: #fff; }
.button.primary:hover { background: var(--leaf-dark); }
.button.subtle { background: var(--paper); }
.hero-note { display: flex; align-items: center; gap: 13px; color: var(--muted); font-size: 11px; }
.tiny-avatars { display: flex; padding-left: 4px; }
.tiny-avatars i { display: grid; place-items: center; font-style: normal; width: 29px; height: 29px; border: 2px solid var(--cream); margin-left: -4px; border-radius: 50%; background: #e5d5ba; color: #846d44; }
.tiny-avatars i:nth-child(2) { background: #dce7c7; color: #728659; }
.tiny-avatars i:nth-child(3) { background: #d9e4dc; color: #507465; }
.hero-art { position: relative; height: 405px; min-width: 0; }
.orbit { position: absolute; border: 1px solid #dfe5d5; border-radius: 50%; left: 13%; top: 2%; width: 79%; height: 96%; transform: rotate(-23deg); }
.orbit-two { width: 90%; height: 75%; left: 3%; top: 13%; transform: rotate(23deg); border-style: dashed; }
.art-center { position: absolute; top: 53px; left: 20%; width: 62%; height: 278px; padding: 25px; border-radius: 48% 48% 16px 16px; background: #dfe9d3; transform: rotate(-6deg); text-align: center; overflow: hidden; }
.art-center > span { font-size: 7px; letter-spacing: .18em; color: #637950; }
.art-center > strong { display: block; font-size: 25px; line-height: 1.5; margin-top: 12px; color: #3e6847; }
.sprout { position: absolute; width: 150px; height: 140px; bottom: -13px; left: 50%; transform: translateX(-50%); color: #759365; }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 11px; padding: 17px; border: 1px solid #e0e4d8; background: #fffef8; border-radius: 16px; box-shadow: 0 12px 26px #4c614512; }
.floating-card small { display: block; color: var(--muted); font-size: 10px; margin-bottom: 7px; }
.floating-card strong { display: block; font-size: 13px; }
.art-course { width: 265px; top: 7px; right: 2%; transform: rotate(7deg); }
.mini-play { display: grid; place-items: center; background: #eee6cf; color: #93865f; width: 45px; height: 47px; border-radius: 9px; }
.mini-progress { display: block; width: 110px; height: 3px; background: #e5eadd; border-radius: 10px; margin-top: 9px; }
.mini-progress::before { content: ""; display: block; width: 65%; height: 100%; background: #8da575; }
.card-arrow { color: #9ca88e; margin-left: auto; }
.art-copybook { left: 0; top: 226px; transform: rotate(-7deg); }
.mini-grid { display: flex; }
.mini-grid span { display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid #d7bcad; color: #9c7158; font-size: 23px; font-family: "Kaiti SC", STKaiti, serif; background: linear-gradient(90deg, transparent 49%, #dab9a760 50%, transparent 51%), linear-gradient(transparent 49%, #dab9a760 50%, transparent 51%); }
.art-task { bottom: 27px; right: 0; transform: rotate(4deg); }
.task-check { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: var(--mint); color: var(--leaf); }
.art-caption { position: absolute; bottom: -10px; left: 22%; color: #8a9483; font-size: 9px; letter-spacing: .08em; }
.art-spark { position: absolute; color: #b5be8f; }
.spark-one { font-size: 36px; left: 7%; top: 47px; transform: rotate(-15deg); }
.spark-two { font-size: 24px; right: 1%; top: 205px; }
.value-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; justify-content: space-around; padding: 22px 0; color: var(--muted); gap: 15px; font-size: 12px; }
.value-strip i { font-style: normal; color: var(--leaf); font-size: 17px; margin-right: 8px; }
.home-discover, .how-it-works { padding-top: 64px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 27px; }
.section-heading h2 { margin-top: 10px; font-size: 28px; letter-spacing: -.04em; line-height: 1.5; }
.text-link { font-size: 13px; color: var(--leaf); font-weight: 600; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.featured-grid, .plugin-grid, .family-grid, .download-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.featured-card { border: 1px solid var(--line); border-radius: 19px; background: var(--paper); overflow: hidden; display: grid; grid-template-columns: 45% 1fr; align-items: center; transition: box-shadow .2s, transform .2s; }
.featured-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.featured-card > div:last-child { padding: 22px; }
.featured-card h3 { display: flex; justify-content: space-between; gap: 6px; font-size: 20px; margin: 9px 0; }
.featured-card h3 span { color: var(--leaf); font-size: 16px; }
.featured-card p { font-size: 12px; color: var(--muted); }
.category-label { font-size: 10px; letter-spacing: .08em; color: var(--muted); }
.steps-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 35px; }
.step-number { color: #7d9767; letter-spacing: .1em; font-size: 12px; }
.steps-grid h3 { margin: 15px 0 11px; font-size: 18px; }
.steps-grid p { color: var(--muted); font-size: 13px; }
.home-cta { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-radius: 24px; background: #e8ecde; padding: 36px 40px; margin-top: 60px; }
.home-cta h2 { font-size: 25px; margin-top: 9px; }
.page-intro { padding: 64px 0 49px; }
.page-intro h1 { font-size: clamp(33px, 4vw, 48px); line-height: 1.4; letter-spacing: -.04em; margin: 16px 0 20px; }
.page-intro h1 span { color: var(--leaf); }
.page-intro > p:last-child, .page-intro > div > p:last-child { font-size: 15px; color: var(--muted); max-width: 630px; }
.market-intro { display: flex; align-items: center; justify-content: space-between; }
.market-stamp { display: flex; align-items: center; justify-content: center; flex-direction: column; width: 170px; height: 170px; margin: 10px 70px 0 20px; border: 1px dashed #c8d3b9; border-radius: 50%; transform: rotate(13deg); background: #edf0e3; }
.market-stamp > span { font-size: 76px; line-height: 1; color: #92a871; }
.market-stamp small { text-align: center; letter-spacing: .15em; font-size: 8px; margin-top: 9px; color: #79876d; }
.catalog-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 24px; }
.catalog-heading h2 { font-size: 23px; display: flex; align-items: center; gap: 12px; }
.count-badge { display: inline-grid; place-items: center; min-width: 29px; height: 27px; border-radius: 8px; background: #e5ecdc; color: var(--leaf); font-size: 13px; }
.catalog-toolbar { display: flex; gap: 13px; }
.search-field { display: flex; align-items: center; gap: 13px; min-width: 0; flex: 1; padding: 0 17px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.search-field > span { color: var(--leaf); font-size: 25px; }
.search-field input { width: 100%; height: 53px; border: 0; background: transparent; outline: none; font-size: 14px; }
.search-field:focus-within { border-color: var(--leaf); box-shadow: 0 0 0 2px #dce9d6; }
.search-field input::placeholder { color: #8a9388; }
kbd { white-space: nowrap; color: #7c8775; font: 11px ui-monospace, monospace; padding: 4px 7px; background: #f1f3e9; border: 1px solid var(--line); border-radius: 5px; }
.sort-field select { min-height: 55px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); font-size: 13px; padding: 0 32px 0 17px; }
.catalog-filters { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 23px 0; }
.filter-group { display: flex; gap: 8px; flex-wrap: wrap; }
.filter-group button { border: 1px solid transparent; border-radius: 25px; padding: 8px 15px; font-size: 12px; color: var(--muted); }
.filter-group button[aria-pressed="true"] { color: var(--leaf-dark); background: #e6ecdb; border-color: #dae2cd; font-weight: 600; }
.result-count { font-size: 11px; color: var(--muted); white-space: nowrap; }
.plugin-card { border: 1px solid var(--line); border-radius: 19px; background: var(--paper); overflow: hidden; transition: box-shadow .2s, transform .2s; }
.plugin-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.plugin-card-body { padding: 23px 25px 20px; }
.plugin-meta, .plugin-card h3, .plugin-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.version { font-size: 11px; color: var(--muted); font-family: ui-monospace, monospace; }
.plugin-card h3 { font-size: 23px; margin: 12px 0 12px; }
.reviewed-badge { font-size: 10px; font-weight: 500; padding: 4px 7px; color: #6b805d; background: #f0f3e7; border-radius: 5px; white-space: nowrap; }
.plugin-card-body > p { color: var(--muted); font-size: 13px; min-height: 47px; }
.tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 17px 0 23px; }
.tags span { border: 1px solid var(--line); border-radius: 6px; color: var(--muted); font-size: 10px; padding: 4px 7px; }
.plugin-card-footer { border-top: 1px solid var(--line); padding-top: 17px; }
.select-button { font-size: 12px; border: 1px solid #cad7bd; border-radius: 9px; padding: 9px 13px; color: var(--leaf); }
[data-plugin-select][aria-pressed="true"] { color: var(--leaf-dark); background: #e5edda; border-color: #bdceab; }
.plugin-preview { position: relative; overflow: hidden; height: 260px; background: #e4ecdc; }
.preview-link { display: block; }
.preview-label, .preview-footnote, .preview-demo { position: absolute; z-index: 2; font-size: 8px; letter-spacing: .13em; color: #627659; }
.preview-label { top: 20px; left: 23px; }
.preview-footnote { left: 23px; bottom: 16px; }
.preview-demo { right: 18px; bottom: 15px; font-size: 8px; opacity: .8; }
.preview-video { background: #dfe8d5; }
.video-scene { position: absolute; width: 64%; height: 165px; left: 18%; top: 49px; background: #f7eed5; border: 7px solid #fffef8; border-radius: 13px; transform: rotate(-5deg); overflow: hidden; box-shadow: 10px 15px 25px #6075461a; }
.scene-sun { position: absolute; top: 16px; right: 40px; width: 40px; height: 40px; border-radius: 50%; background: #d9b877; }
.scene-hill { position: absolute; border-radius: 50%; }
.hill-back { width: 85%; height: 110px; bottom: -33px; right: -20%; background: #aabd8e; transform: rotate(-20deg); }
.hill-front { width: 90%; height: 120px; bottom: -57px; left: -15%; background: #7d9b73; transform: rotate(15deg); }
.play-mark { position: absolute; top: 35%; left: 44%; width: 38px; height: 38px; display: grid; place-items: center; padding-left: 3px; color: var(--leaf); background: #fffffff0; border-radius: 50%; font-size: 13px; }
.scene-caption { position: absolute; left: 12px; bottom: 18px; color: #fff; font-size: 8px; }
.scene-progress { position: absolute; left: 12px; right: 12px; bottom: 9px; height: 3px; border-radius: 5px; background: #ffffff60; }
.scene-progress i { display: block; width: 60%; height: 100%; background: #fff; }
.preview-copybook { background: #f0e8d9; }
.preview-copybook .preview-label, .preview-copybook .preview-footnote, .preview-copybook .preview-demo { color: #867961; }
.paper-sheet { position: absolute; top: 50px; left: 19%; width: 63%; height: 174px; padding: 18px; background: #fffdf8; border: 1px solid #e3dccb; border-radius: 3px; transform: rotate(-5deg); box-shadow: 9px 11px 22px #9a84531c; }
.paper-heading { font-size: 9px; color: #7c775f; letter-spacing: .1em; }
.writing-grid { display: flex; margin-top: 16px; }
.writing-grid span { position: relative; width: 25%; aspect-ratio: 1; max-height: 48px; display: grid; place-items: center; border: 1px solid #d8bca9; border-right: 0; background: linear-gradient(90deg, transparent 49%, #e6d5c7 50%, transparent 51%), linear-gradient(transparent 49%, #e6d5c7 50%, transparent 51%); color: #805b45; font-family: "Kaiti SC", STKaiti, serif; font-size: 28px; }
.writing-grid span:last-child { border-right: 1px solid #d8bca9; color: #c9b5a4; }
.paper-lines { margin-top: 10px; height: 9px; border-bottom: 1px solid #efe6d9; }
.paper-caption { font-size: 7px; color: #a4997f; display: block; margin-top: 8px; }
.pencil { position: absolute; width: 8px; height: 130px; background: #c7a277; right: 15%; top: 81px; transform: rotate(27deg); border: 2px solid #b58e63; border-radius: 3px 3px 0 0; box-shadow: 3px 5px 5px #87674018; }
.pencil::after { content: ""; position: absolute; top: 100%; left: -2px; border: 4px solid transparent; border-top: 12px solid #7d735c; }
.featured-card .plugin-preview { height: 190px; }
.featured-card .preview-label { left: 12px; top: 14px; font-size: 5px; }
.featured-card .preview-footnote { left: 12px; bottom: 12px; font-size: 6px; }
.featured-card .preview-demo { display: none; }
.featured-card .paper-sheet { padding: 11px; width: 76%; left: 10%; top: 36px; height: 127px; }
.featured-card .paper-heading { font-size: 6px; }
.featured-card .writing-grid { margin-top: 12px; }
.featured-card .writing-grid span { font-size: 18px; }
.featured-card .paper-caption { font-size: 5px; }
.featured-card .pencil { height: 92px; top: 62px; right: 9%; }
.featured-card .video-scene { width: 80%; left: 10%; top: 41px; height: 118px; border-width: 5px; }
.featured-card .scene-caption { font-size: 6px; }
.featured-card .play-mark { width: 29px; height: 29px; font-size: 10px; }
.generic-mark { display: grid; place-items: center; height: 100%; font-size: 90px; color: #93aa72; }
.market-notice { display: flex; gap: 15px; padding: 23px 25px; background: #edf0e4; border: 1px solid #e0e5d3; border-radius: 15px; margin-top: 28px; }
.notice-icon { display: grid; place-items: center; width: 23px; height: 23px; border: 1px solid #9ba88a; border-radius: 50%; flex-shrink: 0; font-size: 12px; color: #6d8357; }
.market-notice strong { font-size: 13px; }
.market-notice p { color: var(--muted); font-size: 12px; margin-top: 5px; }
.market-notice .selection-status { color: var(--leaf-dark); margin-top: 10px; }
.empty-state { grid-column: 1 / -1; text-align: center; padding: 55px 20px; background: var(--paper); border: 1px dashed #ced6c2; border-radius: 17px; }
.empty-state > span { font-size: 40px; color: #91a381; }
.empty-state h3 { font-size: 18px; margin: 12px 0; }
.empty-state p { color: var(--muted); font-size: 13px; margin-bottom: 20px; }
.compact { align-items: center; }
.compact h2 { font-size: 23px; margin: 0; }
.family-card { display: flex; align-items: center; gap: 22px; padding: 34px 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); transition: box-shadow .2s, transform .2s; }
.family-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.family-card img { object-fit: contain; }
.family-card h3 { font-size: 21px; margin-top: 9px; }
.family-card p { color: var(--muted); font-size: 12px; margin-top: 4px; }
.round-arrow { display: grid; place-items: center; flex-shrink: 0; margin-left: auto; width: 37px; height: 37px; border: 1px solid #dfe5d6; border-radius: 50%; color: var(--leaf); }
.gentle-note { margin: 36px 0; border-left: 2px solid #c8d6b3; padding-left: 21px; }
.gentle-note strong { font-size: 15px; }
.gentle-note p { color: var(--muted); font-size: 13px; margin-top: 8px; }
.download-card { border: 1px solid var(--line); background: var(--paper); border-radius: 20px; overflow: hidden; }
.device-art { position: relative; height: 228px; overflow: hidden; background: #e4eadc; }
.device-tablet { width: 190px; height: 155px; background: #f8f8ed; border: 7px solid #78816a; border-radius: 15px; position: absolute; left: calc(50% - 95px); top: 35px; transform: rotate(-7deg); padding: 15px; box-shadow: 11px 15px 20px #61745020; }
.device-tablet > span { font-size: 9px; display: block; }
.device-tablet i { display: inline-grid; place-items: center; width: 32px; height: 32px; background: #d7e3c4; border-radius: 50%; margin: 9px 0; font-style: normal; color: #52754e; }
.device-tablet > div { height: 8px; width: 85%; background: #e5ead9; border-radius: 5px; margin-top: 6px; }
.device-tablet > div:last-child { width: 65%; }
.device-spark { position: absolute; right: 20%; top: 30px; font-size: 44px; color: #a6b184; }
.nas-art { background: #eee8db; }
.device-nas { position: absolute; z-index: 1; width: 133px; height: 152px; left: calc(50% - 65px); top: 37px; border-radius: 14px; border: 5px solid #c2b99e; background: #fcf9ef; padding: 16px; box-shadow: 10px 12px 20px #9e885223; transform: rotate(7deg); }
.device-nas > span { color: #94876d; font-size: 9px; letter-spacing: .1em; }
.device-nas i { display: block; height: 27px; margin-top: 10px; border-radius: 5px; background: #dcd8c8; }
.device-nas b { font-size: 8px; display: block; margin-top: 12px; color: #8eab6c; }
.device-orbit { position: absolute; top: 38px; left: calc(50% - 118px); width: 237px; height: 150px; border: 1px dashed #c1ba9f; border-radius: 50%; transform: rotate(-18deg); }
.download-body { padding: 26px 29px; }
.download-body h2 { font-size: 23px; margin: 13px 0; }
.download-body p { font-size: 13px; color: var(--muted); min-height: 46px; }
.download-body .button { display: flex; margin-top: 24px; }
.download-backup { display: block; text-align: center; font-size: 11px; color: var(--muted); margin-top: 15px; }
.download-extras { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin: 40px 0 25px; }
.download-extras article { display: flex; gap: 16px; }
.download-extras article > span { font-size: 25px; color: #849b71; }
.download-extras h3 { font-size: 16px; margin-bottom: 8px; }
.download-extras p { font-size: 12px; color: var(--muted); margin-bottom: 10px; }
.download-disclaimer { font-size: 11px; color: var(--muted); }
.plugin-dialog { width: min(690px, calc(100% - 32px)); max-height: 90dvh; padding: 0; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 100px #1e37284d; }
.plugin-dialog::backdrop { background: #1b312973; backdrop-filter: blur(5px); }
.plugin-dialog .plugin-preview { height: 235px; }
.plugin-dialog .paper-sheet { max-width: 310px; left: calc(50% - 155px); }
.plugin-dialog .video-scene { width: 310px; left: calc(50% - 155px); }
.dialog-close-form { position: sticky; height: 0; top: 13px; z-index: 4; display: flex; justify-content: flex-end; padding-right: 13px; }
.dialog-close { border: 1px solid #d8dfcb; background: #fffef8ed; border-radius: 50%; width: 36px; height: 36px; font-size: 24px; color: var(--leaf-dark); }
.detail-body { padding: 28px 32px; }
.detail-body h2 { font-size: 30px; margin: 12px 0; }
.detail-tagline { color: var(--leaf); font-size: 16px; }
.detail-body > p:not(.eyebrow):not(.detail-tagline), .detail-body li, .release-notes p { color: var(--muted); font-size: 13px; }
.detail-body h3 { margin: 24px 0 12px; font-size: 16px; }
.detail-body ul { padding-left: 20px; margin: 0; }
.detail-body li { padding-left: 3px; line-height: 1.85; margin: 5px 0; }
.detail-workflow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 24px; padding: 18px; background: #f0f2e7; border-radius: 12px; }
.detail-workflow span { font-size: 11px; line-height: 1.8; }
.detail-workflow b { display: block; font-size: 11px; margin-bottom: 5px; color: #869f6c; }
.release-notes { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 15px 0; margin-top: 22px; }
.release-notes summary { font-size: 12px; }
.release-notes p { margin-top: 10px; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; margin-top: 22px; }
.detail-body .detail-note { font-size: 11px !important; margin-top: 16px; }
body.dialog-open { overflow: hidden; }
.site-footer { border-top: 1px solid var(--line); width: min(1120px, calc(100% - 64px)); margin: auto; padding: 32px 0 28px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.footer-brand strong { font-size: 17px; letter-spacing: .06em; }
.footer-brand strong span { color: #8caa68; margin-left: 8px; }
.footer-brand p { font-size: 11px; color: var(--muted); margin-top: 8px; }
.site-footer > div:nth-child(2) { display: flex; gap: 26px; font-size: 12px; color: var(--muted); }
.site-footer > small { grid-column: 1 / -1; color: #88937e; letter-spacing: .12em; font-size: 8px; }
.noscript-note { text-align: center; padding: 15px; font-size: 13px; }
@keyframes appear { from { opacity: .4; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1000px) {
  .header-inner { gap: 18px; }
  .portal-tabs a { padding: 10px 17px; }
  .brand small { font-size: 6px; }
  .landing-hero { grid-template-columns: 1fr 1fr; gap: 0; }
  .hero-copy h1 { font-size: 40px; }
  .hero-art { transform: scale(.9); transform-origin: right center; }
  .art-copybook { left: -5%; }
  .featured-card { grid-template-columns: 1fr; }
  .featured-card .plugin-preview { height: 190px; }
  .featured-card .paper-sheet { width: 200px; left: calc(50% - 100px); }
  .featured-card .video-scene { width: 220px; left: calc(50% - 110px); }
  .market-stamp { margin-right: 20px; }
}
@media (max-width: 760px) {
  .header-inner { width: calc(100% - 36px); flex-wrap: wrap; min-height: 125px; padding: 18px 0 12px; gap: 15px; }
  .brand > span { font-size: 18px; }
  .brand small { font-size: 7px; }
  .admin-link { margin-left: auto; font-size: 12px; }
  .portal-tabs { order: 3; width: 100%; justify-content: space-around; padding: 4px; }
  .portal-tabs a { padding: 9px 13px; flex: 1; text-align: center; font-size: 13px; }
  .portal, .site-footer { width: calc(100% - 36px); }
  .landing-hero { display: flex; flex-direction: column; padding: 41px 0 29px; gap: 25px; }
  .hero-copy { width: 100%; }
  .hero-copy h1 { font-size: clamp(33px, 7.4vw, 49px); margin: 20px 0; }
  .hero-description { font-size: 14px; }
  .hero-actions { gap: 9px; }
  .button { padding: 12px 17px; gap: 13px; font-size: 13px; }
  .hero-note { font-size: 10px; }
  .hero-art { width: min(430px, 100%); height: 355px; transform: none; }
  .art-center { top: 44px; height: 242px; padding-top: 21px; }
  .art-center > strong { font-size: 22px; }
  .art-course { width: 235px; padding: 13px; }
  .art-copybook { left: 0; top: 204px; padding: 12px; }
  .art-copybook strong { font-size: 11px; }
  .art-task { bottom: 11px; padding: 12px; }
  .art-caption { bottom: -21px; font-size: 8px; }
  .spark-one { top: 15px; }
  .value-strip { font-size: 10px; gap: 12px; text-align: center; margin-top: 18px; padding: 20px 5px; }
  .value-strip span { flex: 1; }
  .value-strip i { display: block; margin: 0 0 7px; }
  .home-discover, .how-it-works { padding-top: 41px; }
  .section-heading { gap: 14px; align-items: start; }
  .section-heading h2 { font-size: 23px; }
  .section-heading > .text-link { flex-shrink: 0; font-size: 11px; margin-top: 27px; }
  .eyebrow { font-size: 9px; letter-spacing: .08em; }
  .featured-grid, .plugin-grid, .download-grid, .family-grid { grid-template-columns: 1fr; gap: 20px; }
  .featured-card { grid-template-columns: 44% 1fr; }
  .featured-card > div:last-child { padding: 17px 14px; }
  .featured-card .paper-sheet { left: 10%; width: 78%; padding: 9px; }
  .featured-card .writing-grid span { font-size: 18px; }
  .featured-card .video-scene { width: 82%; left: 9%; }
  .featured-card .plugin-preview { height: 176px; }
  .featured-card h3 { font-size: 18px; }
  .featured-card p { font-size: 11px; }
  .steps-grid { grid-template-columns: 1fr; gap: 25px; }
  .steps-grid article { border-bottom: 1px solid var(--line); padding-bottom: 22px; }
  .home-cta { flex-direction: column; align-items: start; margin-top: 35px; padding: 27px 23px; }
  .home-cta h2 { font-size: 23px; }
  .page-intro { padding: 41px 0 35px; }
  .page-intro h1 { font-size: 35px; }
  .page-intro > p:last-child, .page-intro > div > p:last-child { font-size: 13px; }
  .market-stamp { display: none; }
  .catalog-heading h2 { font-size: 21px; }
  .catalog-toolbar { gap: 8px; }
  .search-field { gap: 8px; padding: 0 12px; }
  .search-field input { font-size: 12px; height: 47px; }
  .search-field kbd { display: none; }
  .sort-field select { min-height: 49px; padding: 0 9px; font-size: 11px; max-width: 101px; }
  .catalog-filters { flex-wrap: wrap; padding: 18px 0; }
  .filter-group { gap: 3px; }
  .filter-group button { font-size: 11px; padding: 7px 11px; }
  .result-count { font-size: 10px; }
  .plugin-card-body { padding: 21px; }
  .plugin-preview { height: 236px; }
  .paper-sheet { top: 45px; left: 14%; width: 69%; height: 157px; padding: 16px; }
  .pencil { top: 71px; right: 13%; height: 118px; }
  .video-scene { top: 46px; height: 145px; width: 73%; left: 14%; }
  .market-notice { padding: 20px 16px; }
  .family-card { padding: 25px 20px; gap: 17px; }
  .family-card img { width: 60px; height: 60px; }
  .family-card h3 { font-size: 20px; }
  .download-extras { grid-template-columns: 1fr; gap: 28px; }
  .download-body { padding: 25px; }
  .download-body h2 { font-size: 22px; }
  .detail-body { padding: 23px; }
  .detail-workflow { grid-template-columns: 1fr; gap: 10px; }
  .detail-workflow span { display: flex; gap: 13px; }
  .plugin-dialog .paper-sheet { max-width: 250px; width: 74%; left: 13%; }
  .plugin-dialog .video-scene { width: 74%; left: 13%; }
  .site-footer { grid-template-columns: 1fr; gap: 23px; }
  .site-footer > div:nth-child(2) { gap: 20px; font-size: 11px; flex-wrap: wrap; }
  .tab-panel { padding-bottom: 44px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } }
