:root {
  --ink: #211f1b;
  --muted: #6c6860;
  --line: rgba(33, 31, 27, .13);
  --paper: #f5f3ed;
  --panel: rgba(255, 253, 248, .74);
  --green: #0e746a;
  --serif: "Iowan Old Style", "Songti SC", "Noto Serif SC", STSong, Georgia, serif;
  --sans: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
body:has(dialog[open]) { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.reset-action { margin-top: 21px; padding: 0; border: 0; color: #8f5149; background: transparent; font-size: 12px; text-decoration: underline; text-underline-offset: 3px; }
.reset-action:hover { color: #6d322c; }
.auth-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; padding-bottom: 94px; }.auth-grid .submit-form h2 { margin: 6px 0 12px; font: 500 31px/1.28 var(--serif); }.auth-grid .submit-form { align-content: start; }.loading-state { min-height: 70vh; display: grid; place-content: center; gap: 8px; color: var(--muted); }.loading-state h1 { margin: 0; color: var(--ink); font: 500 36px/1.2 var(--serif); }.loading-state p { margin: 0; }
@media (max-width: 620px) { .auth-grid { grid-template-columns: 1fr; padding-bottom: 64px; } }
.page-noise { position: fixed; z-index: -1; inset: 0; opacity: .22; pointer-events: none; background-image: radial-gradient(rgba(35, 30, 20, .15) .6px, transparent .7px); background-size: 6px 6px; mask-image: linear-gradient(to bottom, black, transparent 76%); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.section-frame { width: min(1320px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; z-index: 20; top: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 72px; padding: 0 clamp(18px, 3.2vw, 52px); border-bottom: 1px solid rgba(33,31,27,.08); background: rgba(245,243,237,.87); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 9px; width: fit-content; font-size: 20px; font-weight: 750; }
.brand-mark { position: relative; display: inline-block; width: 24px; height: 24px; }
.brand-mark i { position: absolute; width: 10px; height: 10px; border-radius: 2px; background: linear-gradient(145deg, #2b8278, #1b2826); transform: rotate(30deg) skew(-8deg); box-shadow: inset 0 1px rgba(255,255,255,.42); }
.brand-mark i:nth-child(1) { top: 7px; left: 1px; }.brand-mark i:nth-child(2) { top: 2px; right: 2px; opacity: .78; }.brand-mark i:nth-child(3) { right: 3px; bottom: 2px; opacity: .9; }
.desktop-nav { display: flex; gap: clamp(20px, 2vw, 34px); align-items: center; color: #58534b; font-size: 14px; }
.desktop-nav a { padding: 25px 0 22px; border-bottom: 2px solid transparent; transition: color .18s ease, border-color .18s ease; }.desktop-nav a:hover,.desktop-nav a.active { color: var(--green); border-color: var(--green); }
.header-actions { display: flex; justify-self: end; gap: 11px; align-items: center; }.plain-action { display: inline-flex; gap: 9px; align-items: center; border: 0; color: #4d4942; background: none; font-size: 14px; font-weight: 650; }.plain-action:hover { color: var(--green); }
.dark-action,.outline-action { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; gap: 9px; padding: 0 15px; border: 1px solid transparent; border-radius: 7px; font-size: 14px; font-weight: 680; transition: transform .18s ease, color .18s ease, background .18s ease, border-color .18s ease; }.dark-action { color: #fffdf8; background: var(--ink); }.dark-action:hover { background: #0c5750; transform: translateY(-2px); }.outline-action { color: var(--ink); border-color: var(--line); background: transparent; }.outline-action:hover { color: var(--green); border-color: var(--green); transform: translateY(-2px); }
.menu-button { display: none; width: 38px; height: 38px; padding: 0; border: 1px solid var(--line); border-radius: 5px; background: rgba(255,255,255,.35); }.menu-button i { display: block; width: 16px; height: 1px; margin: 5px auto; background: var(--ink); }.mobile-nav { position: fixed; z-index: 19; top: 72px; right: 0; left: 0; padding: 18px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 40px rgba(31,28,23,.12); }.mobile-nav a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); }.mobile-nav b { float: right; color: var(--green); }
.hero { display: grid; grid-template-columns: minmax(0,.98fr) minmax(360px,.82fr); gap: 56px; align-items: center; min-height: 566px; padding: clamp(58px,7vw,112px) 0 52px; }.eyebrow { margin: 0; color: #5d5a54; font-size: 12px; font-weight: 650; line-height: 1.2; }.hero h1 { margin: 17px 0 22px; font: 500 clamp(48px,5.25vw,82px)/1.08 var(--serif); }.hero-intro { max-width: 585px; margin: 0; color: #656159; font-size: 17px; line-height: 1.85; }.hero-actions,.starter-actions,.detail-actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }.hero-actions { margin-top: 28px; }
.hero-object { position: relative; align-self: stretch; min-height: 400px; overflow: hidden; }.orbit { position: absolute; border: 1px solid rgba(79,92,84,.17); border-radius: 50%; }.orbit-one { top: 85px; right: -110px; width: 540px; height: 280px; transform: rotate(-20deg); }.orbit-two { bottom: 60px; left: 0; width: 370px; height: 152px; transform: rotate(24deg); }.paper-shadow { position: absolute; right: 32px; bottom: 43px; z-index: 0; width: 322px; height: 100px; border-radius: 50%; background: rgba(58,52,41,.12); filter: blur(23px); transform: rotate(-7deg); }.paper-note { position: absolute; top: 42px; right: 54px; z-index: 1; display: flex; flex-direction: column; width: min(84%,377px); min-height: 384px; padding: 58px 39px 30px; overflow: hidden; border: 1px solid rgba(78,71,61,.12); border-radius: 9px; color: #55514b; background: linear-gradient(145deg,rgba(255,255,254,.97),rgba(243,239,228,.92)); box-shadow: 0 28px 50px rgba(44,38,29,.17),inset 0 1px rgba(255,255,255,.9); transform: rotate(5deg); }.paper-note:after { position: absolute; inset: 0; opacity: .24; content: ""; pointer-events: none; background-image: repeating-linear-gradient(0deg,transparent,transparent 4px,rgba(52,44,30,.025) 5px); }.paper-tape { position: absolute; top: -9px; left: 31%; width: 124px; height: 35px; opacity: .62; background: rgba(215,196,164,.78); transform: rotate(2deg); }.paper-link { position: relative; z-index: 1; font: 500 34px/1 var(--serif); color: #5c766e; }.paper-label { position: relative; z-index: 1; width: fit-content; margin: 31px 0 0; padding: 4px 11px; border: 1px solid rgba(66,64,59,.15); border-radius: 999px; color: #818078; font-size: 11px; }.paper-note p { position: relative; z-index: 1; margin: 25px 0 0; font: 500 24px/1.55 var(--serif); }.paper-rule { position: relative; z-index: 1; height: 1px; margin-top: auto; background: rgba(46,42,35,.15); }.paper-note small { position: relative; z-index: 1; margin-top: 22px; color: #77736c; font-size: 12px; }
.starter-strip { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 36px; align-items: center; margin-top: 14px; padding: 29px clamp(28px,4vw,48px); border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(110deg,rgba(255,253,248,.86),rgba(227,241,234,.62)); box-shadow: inset 0 1px rgba(255,255,255,.9),0 16px 38px rgba(48,44,37,.05); }.accent-label { margin: 0 0 5px; color: var(--green); font-size: 13px; font-weight: 750; }.starter-strip h2 { margin: 0; font: 600 30px/1.28 var(--serif); }.starter-strip p:last-child { max-width: 680px; margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.entry-section,.signal-section,.project-section,.exchange-section { padding-top: 84px; }.section-heading { display: flex; gap: 26px; align-items: baseline; padding-bottom: 22px; border-bottom: 1px solid var(--line); }.section-heading h2 { margin: 0; font: 500 32px/1.25 var(--serif); }.section-heading > p { margin: 0; color: var(--muted); font-size: 14px; }.split-heading { justify-content: space-between; align-items: end; }.split-heading h2 { margin-top: 7px; }.split-heading > p { max-width: 340px; line-height: 1.7; }
.entry-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; margin-top: 28px; }.entry-card { min-height: 280px; padding: 25px 26px; border: 1px solid rgba(33,31,27,.09); border-radius: 8px; transition: transform .18s ease,box-shadow .18s ease; }.entry-card:hover { box-shadow: 0 20px 30px rgba(38,34,27,.09); transform: translateY(-5px); }.entry-card .card-icon { display: block; color: rgba(35,32,26,.58); font-size: 12px; font-weight: 600; }.entry-card strong { display: block; margin-top: 48px; font: 500 28px/1.2 var(--serif); }.entry-card > span:not(.card-icon) { display: block; min-height: 71px; margin-top: 17px; color: #68645c; font-size: 14px; line-height: 1.7; }.entry-card em { display: block; margin-top: 14px; color: #565149; font-size: 13px; font-style: normal; font-weight: 650; }.card-peach { background: linear-gradient(135deg,rgba(255,246,240,.94),rgba(250,239,231,.82)); }.card-mint { background: linear-gradient(135deg,rgba(229,244,234,.94),rgba(246,250,242,.8)); }.card-blue { background: linear-gradient(135deg,rgba(226,238,250,.94),rgba(246,249,251,.84)); }.card-yellow { background: linear-gradient(135deg,rgba(255,244,215,.94),rgba(255,251,238,.84)); }
.signal-list,.playbook-list { border-bottom: 1px solid var(--line); }.signal-list article { display: grid; grid-template-columns: 62px minmax(0,1fr) auto; gap: 28px; align-items: center; padding: 27px 3px; border-top: 1px solid var(--line); }.signal-index { align-self: start; padding-top: 4px; color: #89847b; font-size: 12px; font-weight: 600; }.signal-meta { margin: 0; color: var(--green); font-size: 12px; font-weight: 650; }.signal-list h3 { margin: 7px 0; font: 500 25px/1.35 var(--serif); }.signal-list article div > p:last-child { max-width: 760px; margin: 0; color: var(--muted); font-size: 14px; }.signal-link { padding: 8px 0 8px 17px; color: #47433e; font-size: 14px; font-weight: 700; white-space: nowrap; }.signal-link:hover { color: var(--green); }.section-bottom { padding-top: 22px; }
.project-section { display: grid; grid-template-columns: minmax(0,.9fr) minmax(380px,1.1fr); gap: clamp(38px,7vw,112px); align-items: center; padding-top: 102px; }.project-copy h2 { margin: 11px 0 17px; font: 500 clamp(42px,4vw,63px)/1.12 var(--serif); }.project-copy > p:not(.eyebrow) { max-width: 430px; margin: 0 0 24px; color: var(--muted); font-size: 15px; line-height: 1.82; }.project-ledger { min-height: 379px; padding: 27px 31px; border: 1px solid rgba(38,35,28,.13); border-radius: 9px; color: #f6f2e9; background: #202824; box-shadow: 0 24px 50px rgba(40,36,30,.16); }.ledger-heading,.ledger-footer { display: flex; justify-content: space-between; align-items: center; color: rgba(247,244,237,.6); font-size: 11px; font-weight: 650; }.ledger-heading span:last-child { color: #a5dcd2; }.ledger-title { margin-top: 62px; }.ledger-title p { margin: 0 0 9px; color: #a5dcd2; font-size: 13px; }.ledger-title h3 { margin: 0; font: 500 clamp(29px,3.2vw,46px)/1.18 var(--serif); }.ledger-progress { position: relative; height: 6px; margin: 54px 0 25px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.15); }.ledger-progress span { position: absolute; inset: 0 auto 0 0; border-radius: inherit; background: #94d6ca; }.ledger-footer a { color: #f7f3eb; font-size: 13px; }
.exchange-section { padding-bottom: 84px; text-align: center; }.exchange-section .section-heading { display: block; }.exchange-section .section-heading h2 { margin-top: 8px; }.exchange-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; max-width: 1100px; margin: 28px auto 27px; text-align: left; }.exchange-grid article { min-height: 206px; padding: 26px; border-top: 2px solid var(--ink); background: rgba(255,254,251,.46); }.exchange-grid article:nth-child(2) { border-color: var(--green); }.exchange-grid article:nth-child(3) { border-color: #b67336; }.exchange-grid span { color: var(--muted); font-size: 12px; font-weight: 650; }.exchange-grid strong { display: block; margin-top: 27px; font: 500 24px/1.3 var(--serif); }.exchange-grid p { margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }.playbook-section { padding: 0 0 88px; }.playbook-list a { display: grid; grid-template-columns: 72px minmax(0,1fr) auto; gap: 22px; align-items: center; padding: 28px 4px; border-top: 1px solid var(--line); transition: color .16s ease,background .16s ease; }.playbook-list a:hover { color: var(--green); background: rgba(255,255,255,.25); }.playbook-list span { color: #8a857c; font-size: 12px; font-weight: 700; }.playbook-list strong { font: 500 24px/1.35 var(--serif); }.playbook-list em { font-size: 13px; font-style: normal; font-weight: 650; white-space: nowrap; }
.site-footer { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; min-height: 126px; border-top: 1px solid var(--line); }.site-footer p { justify-self: center; margin: 0; color: var(--muted); font-size: 13px; }
.page-intro { max-width: 970px; padding: 84px 0 39px; }.page-intro h1 { max-width: 820px; margin: 10px 0 13px; font: 500 clamp(44px,5vw,72px)/1.12 var(--serif); }.page-intro > p:not(.eyebrow) { max-width: 650px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.85; }.page-intro .dark-action,.page-intro .outline-action { margin-top: 25px; }.wall-head,.exchange-head { display: flex; justify-content: space-between; gap: 22px; align-items: center; padding: 19px 0 25px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; }.wall-head p,.exchange-head p { max-width: 630px; margin: 0; }.wall-head span,.exchange-head span { color: var(--green); font-weight: 700; white-space: nowrap; }
.note-board { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; padding: 42px 0 90px; }.note-card { position: relative; display: flex; min-height: 285px; flex-direction: column; padding: 29px; border: 1px solid rgba(52,44,30,.12); border-radius: 4px; box-shadow: 0 14px 23px rgba(50,43,33,.09); transition: transform .2s ease,box-shadow .2s ease; }.note-card:hover { box-shadow: 0 23px 34px rgba(50,43,33,.14); transform: translateY(-7px) rotate(0deg); }.note-card:nth-child(1) { transform: rotate(-1.5deg); }.note-card:nth-child(2) { transform: rotate(1.4deg); }.note-card:nth-child(3) { transform: rotate(-.7deg); }.note-card:nth-child(4) { transform: rotate(1deg); }.note-card h2 { margin: 47px 0 13px; font: 500 27px/1.3 var(--serif); }.note-card p { margin: 0; color: #625c54; font-size: 14px; line-height: 1.8; }.note-card footer { display: flex; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 19px; color: #766e64; font-size: 12px; }.note-card .note-no { color: #7d756b; font-size: 12px; font-weight: 700; }.butter { background: #fbefbd; }.mint { background: #d9eee0; }.sky { background: #d9eaf6; }.rose { background: #f5dcdf; }.paper { background: #f1eee4; }
.detail-back { padding: 47px 0 18px; font-size: 14px; font-weight: 650; }.detail-back a:hover { color: var(--green); }.note-detail { min-height: 520px; padding: clamp(38px,6vw,80px); border: 1px solid rgba(52,44,30,.12); border-radius: 5px; box-shadow: 0 24px 43px rgba(50,43,33,.12); }.note-detail > .note-no { color: #726d63; font-size: 12px; font-weight: 700; }.note-detail h1,.project-detail h1,.tutorial-detail h1 { max-width: 900px; margin: 37px 0 19px; font: 500 clamp(44px,5vw,70px)/1.14 var(--serif); }.note-detail > p { max-width: 760px; margin: 0; color: #5f584f; font-size: 19px; line-height: 1.85; }.note-detail > footer { display: flex; gap: 24px; margin-top: 45px; color: #6d665d; font-size: 13px; }.note-detail .detail-actions { margin-top: 45px; }.continuation { padding: 82px 0 95px; }.continuation h2 { max-width: 620px; margin: 11px 0 0; font: 500 40px/1.3 var(--serif); }
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 0 27px; border-bottom: 1px solid var(--line); }.filter-chip { min-height: 35px; padding: 0 13px; border: 1px solid var(--line); border-radius: 99px; color: #625d56; background: transparent; font-size: 13px; }.filter-chip:hover,.filter-chip.selected { border-color: var(--green); color: #fff; background: var(--green); }.project-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; padding: 31px 0 90px; }.project-card { display: flex; min-height: 315px; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: var(--panel); }.status-pill,.recruit-pill { display: inline-flex; margin-right: 6px; padding: 3px 9px; border-radius: 99px; color: #786b40; background: #fbefbd; font-size: 12px; font-weight: 700; }.status-pill.active { color: #15695e; background: #d7eee6; }.recruit-pill { color: #8a5632; background: #f9e2d5; }.project-card h2 { margin: 36px 0 9px; font: 500 30px/1.25 var(--serif); }.project-card > p { max-width: 560px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }.project-progress { margin-top: auto; padding-top: 25px; border-top: 1px solid var(--line); }.project-progress span { display: block; color: var(--green); font-size: 12px; font-weight: 700; }.project-progress strong { display: block; margin-top: 6px; font-size: 14px; font-weight: 500; }.project-card footer { display: flex; justify-content: space-between; gap: 15px; margin-top: 17px; color: #716b62; font-size: 13px; }.project-card footer a { color: var(--ink); font-weight: 700; }.project-card footer a:hover { color: var(--green); }.project-detail { padding: clamp(38px,6vw,80px); border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line); }.detail-topline { display: flex; gap: 8px; }.project-detail > h1 { margin-top: 27px; }.detail-summary { max-width: 790px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.9; }.detail-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 48px; margin-top: 65px; }.detail-grid section { padding-top: 20px; border-top: 1px solid var(--line); }.detail-grid h2 { margin: 7px 0; font: 500 29px/1.3 var(--serif); }.detail-grid section > p:last-child { margin: 0; color: var(--muted); font-size: 15px; }.project-detail > footer { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-top: 65px; color: var(--muted); font-size: 14px; }
.help-list { display: grid; gap: 0; padding: 0 0 90px; }.help-card { padding: 32px 4px; border-bottom: 1px solid var(--line); }.help-card header,.help-card footer { display: flex; justify-content: space-between; gap: 12px; color: #716b62; font-size: 12px; font-weight: 650; }.help-card header span:first-child { color: var(--green); }.help-card h2 { margin: 13px 0 26px; font: 500 33px/1.25 var(--serif); }.help-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 40px; max-width: 880px; }.help-grid div { padding-left: 16px; border-left: 2px solid #d7d2c8; }.help-grid div:last-child { border-color: #a7d5cc; }.help-grid p { margin: 0 0 5px; color: #787268; font-size: 12px; font-weight: 700; }.help-grid strong { font-size: 15px; font-weight: 500; }.help-card footer { justify-content: flex-start; gap: 22px; align-items: center; margin-top: 28px; }.help-card footer a { color: var(--muted); }.help-card footer a:hover { color: var(--green); }
.tutorial-feature { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 34px; align-items: center; padding: 32px 40px; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(110deg,rgba(255,253,248,.86),rgba(227,241,234,.62)); }.tutorial-feature span { color: var(--green); font-size: 12px; font-weight: 700; }.tutorial-feature h2 { margin: 5px 0 7px; font: 500 33px/1.28 var(--serif); }.tutorial-feature p { max-width: 700px; margin: 0; color: var(--muted); font-size: 14px; }.library-head { display: grid; grid-template-columns: 1fr minmax(230px,330px); gap: 30px; align-items: end; padding: 67px 0 18px; border-bottom: 1px solid var(--line); }.library-head > div span { display: block; color: var(--muted); font-size: 13px; }.library-head > div strong { display: block; font: 500 34px/1.2 var(--serif); }.search-field input { width: 100%; height: 44px; padding: 0 13px; border: 1px solid var(--line); border-radius: 4px; outline: none; color: var(--ink); background: rgba(255,255,255,.38); }.search-field input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(14,116,106,.1); }.tutorial-list { padding-bottom: 90px; }.tutorial-card { display: block; padding: 28px 5px; border-bottom: 1px solid var(--line); transition: padding .18s ease,background .18s ease; }.tutorial-card:hover { padding-right: 13px; padding-left: 13px; background: rgba(255,255,255,.28); }.tutorial-card p { margin: 0; color: var(--green); font-size: 12px; font-weight: 700; }.tutorial-card h2 { margin: 8px 0; font: 500 29px/1.3 var(--serif); }.tutorial-card > div > span { display: block; max-width: 850px; color: var(--muted); font-size: 14px; }.tutorial-card footer { display: flex; gap: 18px; align-items: center; margin-top: 16px; color: #776f65; font-size: 12px; }.tutorial-card footer strong { margin-left: auto; color: var(--ink); font-size: 13px; }.tutorial-detail { padding: 24px 0 88px; }.tutorial-detail header { max-width: 860px; padding: 30px 0 38px; }.tutorial-detail header > p { margin: 0; color: var(--green); font-size: 12px; font-weight: 700; }.tutorial-detail header h1 { margin: 11px 0 14px; }.tutorial-detail header > span { display: block; max-width: 750px; color: var(--muted); font-size: 17px; line-height: 1.8; }.detail-stat-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }.detail-stat-row span { padding: 4px 10px; border: 1px solid var(--line); border-radius: 99px; color: #70695f; font-size: 12px; }.article-body { max-width: 800px; padding-top: 42px; border-top: 1px solid var(--line); }.article-body h2 { margin: 38px 0 10px; font: 500 31px/1.3 var(--serif); }.article-body p:not(.eyebrow) { margin: 0; color: #5f5a53; font-size: 16px; line-height: 1.95; }.steps { margin: 17px 0; padding: 0; list-style: none; counter-reset: step; }.steps li { position: relative; min-height: 60px; margin: 0; padding: 17px 18px 17px 64px; border-top: 1px solid var(--line); color: #555049; }.steps li:before { position: absolute; top: 17px; left: 0; width: 39px; height: 39px; padding-top: 7px; border-radius: 50%; color: var(--green); background: #dcefe9; content: counter(step, decimal-leading-zero); counter-increment: step; text-align: center; font-size: 12px; font-weight: 700; }.article-footer { display: flex; gap: 18px; align-items: center; margin-top: 51px; }
.submit-wrap { max-width: 840px; padding-bottom: 100px; }.submit-form,.editor form { display: grid; gap: 24px; padding: 35px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,253,248,.54); }.form-field { display: grid; gap: 8px; }.form-field > span { color: #58534d; font-size: 13px; font-weight: 700; }.form-field input,.form-field textarea,.form-field select,.editor-title input { width: 100%; border: 1px solid rgba(33,31,27,.18); border-radius: 4px; outline: none; color: var(--ink); background: rgba(255,255,255,.62); transition: border-color .16s ease,box-shadow .16s ease; }.form-field input,.form-field select { height: 46px; padding: 0 13px; }.form-field textarea { min-height: 125px; padding: 12px 13px; resize: vertical; }.form-field input:focus,.form-field textarea:focus,.form-field select:focus,.editor-title input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(14,116,106,.1); }.switch-field { display: grid; grid-template-columns: 38px 1fr; gap: 10px; align-items: center; color: #5e5952; font-size: 13px; }.switch-field input { position: absolute; width: 1px; height: 1px; opacity: 0; }.switch-track { position: relative; width: 38px; height: 22px; border-radius: 99px; background: #d1ccc2; transition: background .16s ease; }.switch-track:after { position: absolute; top: 3px; left: 3px; width: 16px; height: 16px; border-radius: 50%; background: #fff; content: ""; transition: transform .16s ease; }.switch-field input:checked + .switch-track { background: var(--green); }.switch-field input:checked + .switch-track:after { transform: translateX(16px); }.color-field { padding: 0; border: 0; }.color-field legend { padding: 0; color: #58534d; font-size: 13px; font-weight: 700; }.color-field div { display: flex; gap: 11px; margin-top: 9px; }.color-field label { position: relative; }.color-field input { position: absolute; opacity: 0; }.swatch { display: block; width: 29px; height: 29px; border: 1px solid rgba(33,31,27,.13); border-radius: 50%; }.color-field input:checked + .swatch { outline: 2px solid var(--green); outline-offset: 3px; }.form-submit { display: flex; justify-content: space-between; gap: 25px; align-items: center; padding-top: 21px; border-top: 1px solid var(--line); }.form-submit p { max-width: 430px; margin: 0; color: var(--muted); font-size: 12px; }
.workspace { display: grid; grid-template-columns: 232px minmax(0,1fr); gap: clamp(35px,6vw,95px); padding-top: 46px; padding-bottom: 90px; }.workspace-nav { position: sticky; top: 101px; align-self: start; }.workspace-nav nav { display: grid; margin: 37px 0 35px; border-top: 1px solid var(--line); }.workspace-nav nav a { padding: 10px 0; border-bottom: 1px solid var(--line); color: #5d5952; font-size: 14px; }.workspace-nav nav a:hover { color: var(--green); }.member-avatar { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-weight: 700; }.workspace-nav strong { display: block; margin-top: 10px; font-size: 14px; }.workspace-nav p { margin: 0; color: var(--muted); font-size: 12px; }.workspace-hero { padding-bottom: 36px; border-bottom: 1px solid var(--line); }.workspace-hero h1 { margin: 10px 0; font: 500 46px/1.18 var(--serif); }.workspace-hero > p:not(.eyebrow) { max-width: 560px; margin: 0 0 20px; color: var(--muted); }.stat-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; padding: 29px 0; border-bottom: 1px solid var(--line); }.stat-grid article { min-height: 98px; padding: 14px 0 14px 14px; border-left: 2px solid #d9d4cb; }.stat-grid article:nth-child(2) { border-color: #a9d9d0; }.stat-grid article:nth-child(3) { border-color: #d7c089; }.stat-grid article:nth-child(4) { border-color: #e2b7ba; }.stat-grid strong { display: block; font: 500 30px/1.1 var(--serif); }.stat-grid span { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; }.work-section { padding: 54px 0; border-bottom: 1px solid var(--line); }.work-section > header { display: flex; justify-content: space-between; gap: 20px; align-items: end; }.work-section h2 { margin: 7px 0 0; font: 500 31px/1.3 var(--serif); }.tool-section > p:not(.eyebrow) { max-width: 550px; margin: 10px 0 18px; color: var(--muted); font-size: 14px; }.key-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }.key-row code { max-width: 100%; overflow: auto; padding: 10px 12px; border: 1px dashed var(--line); border-radius: 4px; color: var(--green); background: rgba(255,255,255,.42); font-size: 13px; }.draft-list { display: grid; gap: 0; margin-top: 20px; }.draft-list article { padding: 19px 0; border-top: 1px solid var(--line); }.draft-list article span,.submission-list article span { color: var(--green); font-size: 12px; font-weight: 700; }.draft-list h3,.submission-list h3 { margin: 6px 0; font: 500 23px/1.3 var(--serif); }.draft-list p { margin: 0 0 9px; color: var(--muted); font-size: 14px; }.draft-list a { color: var(--ink); font-size: 13px; font-weight: 700; }.quiet-copy { margin: 18px 0 0; color: var(--muted); font-size: 14px; }.filter-compact { display: flex; flex-wrap: wrap; gap: 6px; }.submission-list { margin-top: 19px; }.submission-list article { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 18px 0; border-top: 1px solid var(--line); }.submission-list h3 { margin-bottom: 2px; }.submission-list p { margin: 0; color: var(--muted); font-size: 12px; }.submission-list a { color: var(--ink); font-size: 13px; font-weight: 700; }.editor { max-width: 880px; padding: 29px 0 96px; }.editor > header { display: flex; justify-content: space-between; gap: 25px; align-items: baseline; margin-bottom: 21px; }.editor > header span { color: var(--green); font-size: 13px; font-weight: 700; }.editor > header p { margin: 0; color: var(--muted); font-size: 14px; }.editor-title input { height: auto; padding: 0 0 15px; border-width: 0 0 1px; border-radius: 0; background: transparent; font: 500 42px/1.2 var(--serif); }.editor-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; padding-top: 18px; border-top: 1px solid var(--line); }
.admin-stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; padding-bottom: 38px; }.admin-stats article { min-height: 174px; padding: 25px; border-top: 2px solid var(--ink); background: rgba(255,253,248,.47); }.admin-stats article:nth-child(2) { border-color: var(--green); }.admin-stats article:nth-child(3) { border-color: #b67336; }.admin-stats span { display: block; color: var(--muted); font-size: 12px; font-weight: 700; }.admin-stats strong { display: block; margin: 19px 0 9px; font: 500 32px/1.1 var(--serif); }.admin-stats p { margin: 0; color: var(--muted); font-size: 13px; }.admin-board { display: grid; grid-template-columns: 230px minmax(0,1fr); gap: 55px; padding: 29px 0 90px; border-top: 1px solid var(--line); }.admin-board aside { display: grid; align-content: start; }.admin-board aside > p { margin: 0 0 10px; color: var(--muted); font-size: 12px; font-weight: 700; }.admin-filter { display: flex; justify-content: space-between; padding: 12px 0; border: 0; border-bottom: 1px solid var(--line); color: #5c574f; background: none; text-align: left; }.admin-filter span { color: var(--green); }.admin-filter.selected { color: var(--green); font-weight: 700; }.review-list article { padding: 24px 0; border-bottom: 1px solid var(--line); }.review-list header { display: flex; justify-content: space-between; gap: 15px; color: var(--green); font-size: 12px; font-weight: 700; }.review-list header span:last-child { color: var(--muted); }.review-list h2 { margin: 10px 0 7px; font: 500 28px/1.3 var(--serif); }.review-list > article > p { max-width: 720px; margin: 0; color: var(--muted); font-size: 14px; }.review-list footer { display: flex; justify-content: flex-end; gap: 12px; margin-top: 18px; }.reject { color: #9b4e43; }.protocol-grid,.principles { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; padding-bottom: 38px; }.protocol-grid article,.principles article { min-height: 255px; padding: 28px; border: 1px solid var(--line); border-radius: 7px; background: var(--panel); }.protocol-grid span,.principles span { color: var(--green); font-size: 12px; font-weight: 700; }.protocol-grid h2,.principles h2 { margin: 42px 0 8px; font: 500 27px/1.25 var(--serif); }.protocol-grid p,.principles p { margin: 0; color: var(--muted); font-size: 14px; }.protocol-grid a { display: block; margin-top: 25px; color: var(--ink); font-size: 13px; font-weight: 700; }.protocol-grid code { display: block; margin-top: 24px; color: var(--green); font-size: 12px; word-break: break-all; }.protocol-note { margin-bottom: 96px; padding: 38px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.protocol-note h2 { margin: 8px 0; font: 500 36px/1.25 var(--serif); }.protocol-note p:last-child { max-width: 700px; margin: 0; color: var(--muted); }.principles { padding-bottom: 95px; }.not-found { min-height: 62vh; display: grid; place-items: center; }.empty-state { padding: 54px 17px; text-align: center; }.empty-state .tiny-rule { display: block; width: 38px; height: 2px; margin: 0 auto 17px; background: var(--green); }.empty-state strong { display: block; font: 500 32px/1.3 var(--serif); }.empty-state p { max-width: 450px; margin: 9px auto 23px; color: var(--muted); font-size: 14px; }.overlay { width: min(560px,calc(100% - 32px)); padding: 42px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); background: #fffdf8; box-shadow: 0 24px 80px rgba(22,20,16,.28); }.overlay::backdrop { background: rgba(35,31,25,.38); backdrop-filter: blur(3px); }.overlay h2 { margin: 10px 0 12px; font: 500 38px/1.2 var(--serif); }.overlay p:not(.eyebrow) { max-width: 440px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }.overlay p strong { color: var(--ink); }.dialog-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }.dialog-close { position: absolute; top: 12px; right: 13px; width: 32px; height: 32px; border: 0; color: var(--muted); background: transparent; font-size: 20px; }.toast { position: fixed; z-index: 30; right: 22px; bottom: 22px; max-width: min(430px,calc(100% - 44px)); padding: 12px 15px; border: 1px solid rgba(255,255,255,.22); border-radius: 6px; color: #fff; background: #202824; box-shadow: 0 13px 35px rgba(30,27,22,.22); font-size: 13px; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .18s ease,transform .18s ease; }.toast.is-visible { opacity: 1; transform: translateY(0); }
.attachment-field input { height: auto; padding: 10px 0; border: 0; background: transparent; }.attachment-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }.attachment-links a { padding: 5px 9px; border: 1px solid var(--line); border-radius: 4px; color: var(--green); font-size: 12px; font-weight: 650; }.api-key-list { display: grid; gap: 8px; margin-top: 16px; }.api-key-list > div { display: grid; grid-template-columns: minmax(0,1fr) auto auto; gap: 14px; align-items: center; padding: 10px 0; border-top: 1px solid var(--line); }.api-key-list span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; font-weight: 650; }.api-key-list small { color: var(--muted); font-size: 12px; }.report-action { color: #8f5149; }.report-board { padding-top: 0; }
@media (max-width: 920px) { .site-header { grid-template-columns: 1fr auto; }.desktop-nav,.header-actions .plain-action { display: none; }.menu-button { display: block; }.hero { grid-template-columns: 1fr; gap: 14px; min-height: auto; padding-top: 58px; }.hero-object { width: 100%; max-width: 610px; min-height: 385px; justify-self: center; }.entry-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.project-section { grid-template-columns: 1fr; }.project-ledger { width: 100%; max-width: 650px; }.note-board { grid-template-columns: repeat(2,minmax(0,1fr)); }.workspace { grid-template-columns: 1fr; }.workspace-nav { position: static; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; }.workspace-nav nav { display: flex; gap: 14px; margin: 0; border: 0; overflow: auto; }.workspace-nav nav a { padding: 5px 0; border: 0; white-space: nowrap; }.workspace-nav .member-avatar { display: none; }.workspace-nav strong,.workspace-nav p { display: none; }.admin-board { grid-template-columns: 1fr; gap: 26px; }.admin-board aside { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 6px; }.admin-board aside > p { display: none; }.admin-filter { min-height: 50px; padding: 7px; border: 1px solid var(--line); border-radius: 4px; font-size: 12px; }.admin-filter.selected { border-color: var(--green); } }
@media (max-width: 620px) { .site-header { min-height: 64px; padding: 0 18px; }.brand { font-size: 19px; }.mobile-nav { top: 64px; }.section-frame { width: min(100% - 32px,1320px); }.hero { padding-top: 46px; padding-bottom: 30px; }.hero h1 { margin-top: 13px; font-size: clamp(44px,13vw,63px); }.hero-intro { font-size: 15px; }.hero-object { min-height: 322px; }.paper-note { top: 30px; right: 22px; width: min(88%,360px); min-height: 290px; padding: 43px 29px 25px; }.paper-label { margin-top: 19px; }.paper-note p { margin-top: 18px; font-size: 20px; }.paper-shadow { right: 10px; bottom: 27px; width: 270px; }.orbit-one { top: 70px; width: 440px; height: 220px; }.starter-strip,.tutorial-feature { grid-template-columns: 1fr; gap: 20px; padding: 25px; }.starter-strip h2,.tutorial-feature h2 { font-size: 26px; }.entry-section,.signal-section,.project-section,.exchange-section { padding-top: 63px; }.section-heading,.split-heading { display: block; padding-bottom: 17px; }.section-heading > p { margin-top: 8px; }.entry-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 18px; }.entry-card { min-height: 213px; }.entry-card strong { margin-top: 28px; }.entry-card > span:not(.card-icon) { min-height: 0; }.signal-list article { grid-template-columns: 32px minmax(0,1fr); gap: 12px; padding: 22px 0; }.signal-link { grid-column: 2; justify-self: start; padding: 5px 0; }.signal-list h3 { font-size: 22px; }.project-section { gap: 29px; padding-top: 74px; }.project-copy h2 { font-size: 47px; }.project-ledger { min-height: 340px; padding: 24px; }.ledger-title { margin-top: 48px; }.ledger-progress { margin-top: 46px; }.exchange-section { padding-bottom: 60px; }.exchange-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 18px; }.exchange-grid article { min-height: 150px; }.exchange-grid strong { margin-top: 15px; }.playbook-section { padding-bottom: 65px; }.playbook-list a { grid-template-columns: 34px minmax(0,1fr); gap: 12px; padding: 21px 0; }.playbook-list strong { font-size: 21px; }.playbook-list em { grid-column: 2; }.site-footer { grid-template-columns: 1fr; gap: 13px; padding: 28px 0; }.site-footer p { justify-self: start; }.page-intro { padding: 55px 0 31px; }.page-intro h1 { font-size: 45px; }.wall-head,.exchange-head { display: block; }.wall-head span,.exchange-head span { display: block; margin-top: 7px; }.note-board { grid-template-columns: 1fr; gap: 19px; padding-top: 31px; }.note-card { min-height: 245px; }.note-detail { min-height: 440px; }.note-detail h1,.project-detail h1,.tutorial-detail h1 { font-size: 42px; }.note-detail > p { font-size: 17px; }.continuation { padding: 54px 0 65px; }.continuation h2 { font-size: 33px; }.project-list { grid-template-columns: 1fr; gap: 0; }.project-card { border-width: 0 0 1px; border-radius: 0; background: transparent; }.project-card:first-child { border-top: 1px solid var(--line); }.detail-grid,.help-grid { grid-template-columns: 1fr; gap: 22px; }.project-detail { padding: 34px 0; }.project-detail > footer { display: grid; align-items: start; margin-top: 43px; }.help-card h2 { font-size: 27px; }.help-grid { gap: 17px; }.library-head { grid-template-columns: 1fr; gap: 14px; padding-top: 48px; }.tutorial-card h2 { font-size: 25px; }.tutorial-card footer { flex-wrap: wrap; }.tutorial-card footer strong { width: 100%; margin-left: 0; }.tutorial-detail { padding-top: 4px; }.article-body h2 { font-size: 27px; }.submit-wrap { padding-bottom: 64px; }.submit-form,.editor form { gap: 20px; padding: 22px 18px; }.form-submit { display: grid; align-items: start; }.workspace { gap: 22px; padding-top: 28px; }.workspace-nav { grid-template-columns: 1fr; gap: 13px; }.workspace-nav nav { padding-bottom: 7px; }.workspace-hero h1 { font-size: 38px; }.stat-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.work-section > header { display: grid; align-items: start; }.submission-list article { align-items: start; }.editor > header { display: block; }.editor > header p { margin-top: 7px; }.editor-title input { font-size: 35px; }.admin-stats,.protocol-grid,.principles { grid-template-columns: 1fr; }.admin-stats article { min-height: 143px; }.admin-board aside { grid-template-columns: repeat(2,minmax(0,1fr)); }.review-list footer { justify-content: flex-start; flex-wrap: wrap; }.overlay { padding: 34px 24px 26px; }.overlay h2 { font-size: 31px; } }
