/* Circle design: forest ink, warm paper, sculptural loops and purposeful motion. */
:root{--green:#274e40;--green-dark:#17382e;--green-soft:#edf3e9;--forest:#274e40;--ink:#202a24;--text:#4f5e54;--muted:#62705f;--line:#dce3d8;--bg:#f6f7f2;--accent:#df704d;--ease:cubic-bezier(.2,.8,.2,1)}
body.simple-app{background:var(--bg);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI','PingFang SC','Microsoft YaHei',sans-serif}
button,a{-webkit-tap-highlight-color:transparent}
.simple-app .button{border-radius:12px;min-height:48px;padding:13px 22px;font-size:14px;font-weight:600;gap:10px;transition:transform .28s var(--ease),background .2s,box-shadow .25s}
.simple-app .button .icon{transition:transform .35s var(--ease)}.simple-app .button:hover .icon{transform:translateX(3px)}
.simple-app .button.primary{background:var(--forest);color:#fff;border-color:var(--forest);box-shadow:0 4px 10px #254b3b0d}.simple-app .button.primary:hover{background:#173b2d;border-color:#173b2d;box-shadow:0 8px 20px #254b3b22;transform:translateY(-2px)}
.simple-app .button.secondary,.simple-app .button.ghost{background:#edf1e9;border:1px solid #e2e8dc;color:var(--forest)}.simple-app .button.secondary:hover,.simple-app .button.ghost:hover{background:#e1e9d9;transform:translateY(-2px)}
.simple-app .button:active{transform:scale(.97);box-shadow:none}.simple-app .button:disabled{opacity:.5;transform:none}.simple-app .text-button{font-size:14px;color:var(--forest)}.simple-app .text-button:hover{color:#a94d31}.muted{color:var(--muted)!important}
.simple-header{height:88px;max-width:1320px;margin:auto;padding:0 44px;gap:44px;background:transparent;border-bottom:1px solid var(--line);position:relative;z-index:30}
.simple-header .brand,.auth-header .brand{font-size:26px;letter-spacing:-1px;gap:10px;color:var(--ink)}.simple-header .brand-mark,.auth-header .brand-mark{width:38px;height:38px;color:var(--forest);transition:transform .5s var(--ease)}.brand:hover .brand-mark{transform:rotate(-15deg)}
.simple-header .brand-en,.auth-header .brand-en{display:inline;font-family:Georgia,serif;font-style:italic;font-size:22px;font-weight:400;color:var(--forest);letter-spacing:-1px;margin-left:11px}
.simple-nav{flex:0 0 auto;margin-left:auto;margin-right:auto;gap:10px;font-size:14px;height:auto;align-self:center;padding:5px;background:#e9eee4;border-radius:30px}.simple-nav>a{color:#67705f;padding:10px 20px;border-radius:24px;transition:background .25s,color .25s;min-height:40px;display:flex;align-items:center}.simple-nav>a:hover{color:var(--forest);background:#f7f9f3}.simple-nav>a[aria-current]{color:var(--forest);background:#fff;box-shadow:0 2px 6px #2039270b;font-weight:600}.simple-nav>a[aria-current]:after{display:none}
.more-menu>summary{white-space:nowrap;color:#67705f;padding:10px 15px;font-size:14px;min-height:40px}.more-popover{top:50px;border-color:var(--line);border-radius:18px;box-shadow:0 14px 50px #21342a18;padding:8px;animation:popover-in .2s var(--ease)}.more-popover a,.more-popover button{font-size:14px;padding:13px 15px;color:var(--text);border-radius:10px}.more-popover a:hover,.more-popover button:hover{background:#eef3e9;color:var(--forest)}
.simple-account{gap:13px}.simple-profile{font-size:14px;color:var(--ink);gap:9px;padding:6px;border-radius:30px}.simple-profile:hover{background:#e9eee3}.account-exit{font-size:13px;color:var(--muted);padding:10px 2px;min-height:40px}
.avatar,.avatar.green,.avatar.blue,.avatar.purple,.avatar.pink,.avatar.orange,.avatar.amber{background:#e0e9d8;color:#375241;border:1px solid #d3dec9;box-shadow:inset 0 1px 0 #ffffffa0;font-weight:500}.avatar.blue,.avatar.purple{background:#e2e9eb;color:#455f66;border-color:#d4dfe1}.avatar.orange,.avatar.amber,.avatar.pink{background:#f5e4d6;color:#98583b;border-color:#ecd4c0}
.inbox-button{width:39px;height:39px;border:1px solid var(--line);border-radius:50%;color:var(--forest)}.inbox-button [data-unread-count]{right:-4px;top:-3px;background:#bb5138;font-size:10px;min-width:17px;height:17px;line-height:17px;border:1px solid var(--bg)}
.simple-app #main-content.simple-main,.simple-app #main-content.focused-main{max-width:1232px;padding:54px 44px 70px;min-height:calc(100svh - 183px)}.simple-app #main-content.focused-main{padding-top:35px}
.simple-footer{max-width:1232px;margin:auto;padding:28px 44px;border-top:1px solid var(--line);min-height:94px;font-size:12px;color:var(--muted);gap:22px}.motion-toggle{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:12px;min-height:32px;white-space:nowrap}.motion-toggle>span{display:inline-flex;align-items:center;justify-content:center;width:23px;height:23px;border:1px solid var(--line);border-radius:50%;font-size:11px}.motion-toggle:hover{color:var(--forest)}
.eyebrow,.simple-app .page-heading .eyebrow{font-size:11px;letter-spacing:2.3px;font-weight:600;color:var(--forest);display:flex;align-items:center;gap:9px;margin-bottom:22px}.eyebrow>span{width:7px;height:7px;background:var(--accent);border-radius:50%}
.page-heading{margin-bottom:36px;align-items:flex-end;gap:28px}.simple-app .page-heading h1{font-size:46px;font-weight:650;letter-spacing:-1.8px;line-height:1.35;color:var(--ink)}.simple-app .page-heading p{font-size:15px;color:var(--muted);line-height:1.9;margin-top:18px}
/* First exchange. */
.journey-steps{justify-content:flex-start;margin:0 0 17px;gap:16px;font-size:12px;color:var(--muted)}.journey-steps li{gap:8px}.journey-steps li>span{width:22px;height:22px;border:1px solid var(--line);background:none;color:inherit;border-radius:50%;font-size:11px}.journey-steps .current{color:var(--forest);font-weight:600}.journey-steps .current>span{background:var(--forest);border-color:var(--forest);color:white}.journey-steps .finished>span{background:#e7eee0;color:var(--forest)}.journey-steps li:not(:last-child):after{width:30px;background:#d7dfd0}
.discover-hero{display:grid;grid-template-columns:1.15fr 1fr;align-items:center;gap:28px;margin:0 0 24px;min-height:330px}.simple-intro{text-align:left;margin:0}.simple-intro h1{font-size:58px;line-height:1.32;font-weight:650;letter-spacing:-2.3px;color:var(--ink)}.simple-intro h1 em{display:block;color:var(--forest);font-style:normal}.simple-intro>p{font-size:16px;line-height:1.9;color:var(--muted);margin-top:24px;max-width:460px}.intro-note{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--forest);margin-top:26px}.intro-note>span{width:26px;height:26px;border:1px solid #c9d9bf;border-radius:50%;display:grid;place-items:center}.intro-note .icon{width:14px;height:14px}
.discover-art{min-width:0}.quick-match-card{background:#fff;border:1px solid #dce3d4;box-shadow:0 12px 32px #2c4e2010;border-radius:22px;padding:29px 32px 24px;display:grid;grid-template-columns:minmax(0,1fr) 204px;gap:0 35px}
.quick-skill-fields{grid-column:1;grid-row:1;grid-template-columns:minmax(0,1fr) 30px minmax(0,1fr);gap:26px;margin:0}.quick-skill-fields label{gap:9px;min-width:0}.quick-field-caption{font-size:13px;color:var(--forest);font-weight:550;gap:8px}.quick-field-caption>.icon{display:block;width:17px;height:17px;color:#66805a}.quick-skill-fields :is(input,select),.quick-skill-fields label:last-child :is(input,select){min-height:53px;padding:8px 0 10px;border:0;border-bottom:1px solid #d7dfd0;border-radius:0;background:none;color:var(--ink);font-size:29px;font-weight:500;box-shadow:none;transition:border-color .25s}.quick-skill-fields input:focus{outline:none;border-bottom-color:var(--forest)}.quick-skill-fields label>small{font-size:12px;color:var(--muted);margin-top:1px}.swap-symbol{width:29px;height:29px;background:transparent;border:0;color:var(--accent)}.swap-symbol>.icon{width:24px;height:24px}
.simple-app .quick-match-card .quick-submit{grid-column:2;grid-row:1;height:58px;align-self:center;font-size:15px;width:100%;border-radius:14px;margin:14px 0 0}.quick-reassurance{grid-column:1/-1;color:var(--muted);font-size:12px;line-height:1.8;text-align:left;margin:19px 0 0}.quick-error{grid-column:1/-1;color:#a3442f;font-size:13px;margin:12px 0 0}.quick-error:empty{display:none}.quick-preferences{justify-content:flex-start;font-size:13px;color:var(--muted);margin:24px 0 19px;gap:7px}.quick-preferences button{font-size:13px;color:var(--forest);text-decoration:underline;text-underline-offset:4px}.simple-explainer-link{font-size:13px;color:var(--forest)}
.start-exchange>.simple-intro{margin:40px 0 34px}.start-exchange>.simple-intro h1{font-size:46px}.simple-recommendation{border-color:var(--line);border-radius:24px;padding:30px 36px;box-shadow:0 10px 35px #1f402309}.recommendation-context{color:var(--muted);font-size:13px;padding-bottom:22px;border-bottom-color:var(--line)}.recommendation-context>span:first-child{color:var(--forest)}.exchange-summary{display:grid;grid-template-columns:1fr 1fr;gap:24px}.exchange-summary>div{padding:30px 0;gap:13px;align-items:center}.exchange-summary .avatar{width:46px;height:46px;font-size:19px}.exchange-summary strong{font-size:21px;line-height:1.5;color:var(--ink)}.exchange-summary p>span{font-size:13px;line-height:1.8;color:var(--muted)}.plain-ring-explanation{background:#edf3e8;color:var(--forest);padding:15px 18px;border-radius:12px;font-size:14px;line-height:1.9}.simple-meeting-info{font-size:13px;color:var(--text);margin:21px 0}.simple-recommendation .quick-submit{height:52px}.recommendation-controls{margin-top:24px}.recommendation-controls button{color:var(--forest);font-size:14px}.simple-details>summary{font-size:13px;color:var(--muted)}.simple-empty{background:#eaf0e2;border:1px solid #dce6d1;border-radius:20px;padding:40px}.simple-empty>p{font-size:15px;line-height:1.9;color:var(--text)}
/* Original sculptural illustration. */
.circle-art{position:relative;height:330px;isolation:isolate;--look-x:0deg;--look-y:0deg;user-select:none}.art-caption{position:absolute;top:-12px;left:8%;right:5%;display:flex;justify-content:space-between;align-items:center;font-size:9px;letter-spacing:1.8px;color:#697e67;z-index:2}.art-caption i{font-style:normal;font-size:24px}.art-perspective{position:absolute;inset:-3% -4% -1%;perspective:900px}.art-sculpture{width:100%;height:100%;transform:rotateX(var(--look-y)) rotateY(var(--look-x));transition:transform .8s var(--ease);overflow:visible}.sculpture-float{animation:sculpture-breathe 8s ease-in-out infinite;transform-origin:50% 50%}.sculpture-shadow{animation:shadow-breathe 8s ease-in-out infinite;transform-origin:50% 50%}.sculpture-ring{transform-box:fill-box;transform-origin:center}.ring-two{animation:ring-turn 12s ease-in-out infinite}.ring-three{animation:ring-turn-alt 10s ease-in-out infinite}.art-cross{opacity:.6}.art-label{position:absolute;display:flex;align-items:center;gap:9px;background:#fffffff2;padding:11px 14px;border:1px solid #e0e6d8;border-radius:10px;box-shadow:0 8px 25px #2949270b;color:#3c5744;font-size:12px;z-index:3;animation:label-breathe 8s ease-in-out infinite}.art-label-teach{top:29%;left:0;transform:rotate(-4deg)}.art-label-learn{right:-2%;bottom:21%;transform:rotate(4deg);animation-delay:-4s}.art-label-dot{width:6px;height:6px;background:#517d56;border-radius:50%}.art-label-learn .art-label-dot{background:#dc704d}.art-label b{font-size:19px;font-weight:400;margin-left:7px}.art-baseline{position:absolute;bottom:0;left:9%;right:6%;padding-top:13px;border-top:1px solid #cfd9c7;display:flex;justify-content:space-between;font-size:9px;letter-spacing:2px;color:#647b61}
@keyframes sculpture-breathe{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-12px) rotate(2deg)}}@keyframes shadow-breathe{0%,100%{opacity:.15;transform:scaleX(1)}50%{opacity:.08;transform:scaleX(.9)}}@keyframes ring-turn{0%,100%{transform:rotate(-3deg)}50%{transform:rotate(4deg)}}@keyframes ring-turn-alt{0%,100%{transform:rotate(2deg)}50%{transform:rotate(-3deg)}}@keyframes label-breathe{0%,100%{translate:0 0}50%{translate:0 -7px}}
/* Learning workspace. */
.simple-learning{max-width:none}.learning-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:35px;margin:0 0 46px}.simple-learning .learning-heading h1{font-size:54px;line-height:1.3;letter-spacing:-2px;font-weight:650;color:var(--ink)}.learning-heading h1 em{color:var(--forest);font-style:normal}.learning-heading p{font-size:15px;line-height:1.9;color:var(--muted);margin-top:20px}.learning-heading-side{display:flex;flex-direction:column;align-items:flex-end;gap:27px}.learning-totals{display:flex;align-items:center;gap:34px}.learning-totals>div{display:flex;flex-direction:column;gap:8px}.learning-totals strong{font-family:Georgia,serif;font-size:50px;line-height:1;font-weight:400;letter-spacing:-2px;color:var(--forest)}.learning-totals span{font-size:12px;color:var(--muted)}.learning-totals>i{height:43px;width:1px;background:#d6dfcf}.learning-heading-side .button{min-height:43px;font-size:13px;background:transparent;border-color:#c8d7bc}.learning-heading-side .button>span{font-size:19px}
.learning-section-label{display:flex;align-items:center;justify-content:space-between;margin:0 0 20px;font-size:13px;color:var(--muted)}.learning-section-label>span:first-child{color:var(--forest);display:flex;align-items:center;gap:8px;font-weight:550}.learning-section-label i,.status-dot{width:6px;height:6px;background:#72915d;border-radius:50%;display:inline-block}.learning-section-label>span:last-child{font-size:12px}
.live-rings,.my-loops-list{display:flex;flex-direction:column;gap:24px}.learning-card,.active-ring-card,.live-ring{border:1px solid #dce4d5;border-radius:24px;background:#fff;padding:27px 30px;margin:0;box-shadow:0 8px 28px #1d3e2706;overflow:hidden}.learning-card-heading,.live-ring-heading{display:flex;align-items:center;gap:15px;padding:0 0 24px;border-bottom:1px solid #e4eade}.learning-card-heading>.avatar{width:49px;height:49px;font-size:21px}.learning-card-heading>div,.live-ring-heading>div:nth-child(2){flex:1;min-width:0}.learning-card-heading h2,.live-ring-heading h2{font-size:22px;font-weight:600;line-height:1.5;letter-spacing:-.5px;color:var(--ink)}.learning-card-heading p,.live-ring-heading p{color:var(--muted);font-size:13px;margin-top:6px;line-height:1.8}.learning-status{color:var(--forest);background:#edf3e7;border:1px solid #e0ead6;border-radius:20px;padding:7px 12px;font-size:12px;white-space:nowrap;margin-left:auto}.learning-status:before{content:'';width:5px;height:5px;border-radius:50%;background:#688d52;display:inline-block;vertical-align:middle;margin:0 6px 2px 0}
.learning-card-body,.live-ring-body{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(240px,1fr);gap:34px;align-items:center;padding:25px 0}.learning-card-aside{background:#f2f5ed;border:1px solid #e9eee1;border-radius:19px;min-width:0;align-self:stretch;display:flex;align-items:center;justify-content:center}.next-step{padding:24px 5px 27px;margin:0;background:none;border:0;box-shadow:none}.next-step-label{display:inline-flex;align-items:center;gap:8px;color:var(--forest);font-size:12px;letter-spacing:.5px;margin-bottom:20px}.next-step-label:before{content:'';width:20px;height:1px;background:var(--accent)}.next-step h3{font-size:26px;line-height:1.6;letter-spacing:-.6px;font-weight:600;color:var(--ink);max-width:510px}.active-ring-card .next-step>p{font-size:14px;color:var(--muted);line-height:1.9;margin-top:15px;max-width:450px}.next-step>.button{margin-top:26px;min-height:50px;padding:14px 24px}.learning-details{padding-top:19px;border-top:1px solid var(--line);margin:0}.learning-details>summary{font-size:13px;color:var(--forest)}.simple-progress-list>div{font-size:13px;color:var(--muted);border-color:var(--line)}.simple-health-note{font-size:13px;line-height:1.9;color:#815d2c;background:#f8f2e0;padding:14px 18px;border-radius:11px;margin:0 0 20px}.learning-detail-actions{gap:16px;flex-wrap:wrap}
.circle-progress{width:100%;max-width:312px;margin:auto;padding:3px 7px 23px}.circle-progress svg{width:100%;display:block;overflow:visible}.progress-orbit{fill:none;stroke:#d2ddc7;stroke-width:1}.progress-orbit.outer{stroke:#e3e9db;stroke-dasharray:2 7}.progress-flow{fill:none;stroke:#779464;stroke-width:2;stroke-dasharray:1.2 23.8;stroke-linecap:round;animation:circle-flow 22s linear infinite}.progress-track{fill:none;stroke:#e1e9d8;stroke-width:6}.progress-value{fill:none;stroke:#3d684a;stroke-width:6;stroke-linecap:round;animation:progress-draw 1.3s var(--ease) both}.progress-number{text-anchor:middle;fill:#2c5039;font-family:Georgia,serif;font-size:46px;letter-spacing:-2px}.progress-percent{font-size:20px;letter-spacing:0}.progress-description{text-anchor:middle;font-size:11px;fill:#586c50;letter-spacing:1px}.person-orbit-halo{fill:#f2f5ed}.person-orbit-fill{fill:#d5e2c8;stroke:#bdcdb0;stroke-width:1}.person-orbit-fill.tone-1{fill:#f2dfcb;stroke:#e3c8ad}.person-orbit-fill.tone-2{fill:#dce7e3;stroke:#c6d7cf}.person-orbit-fill.tone-3{fill:#ece5cd;stroke:#d8cca6}.person-orbit-initial{text-anchor:middle;font-size:17px;fill:#3d5843}.person-orbit-name{text-anchor:middle;font-size:11px;fill:#586d51}.circle-progress-caption{display:flex;justify-content:center;align-items:center;gap:8px;font-size:12px;color:#52694c;margin:-1px 0 0;letter-spacing:.3px}
@keyframes circle-flow{to{stroke-dashoffset:-100}}@keyframes progress-draw{from{stroke-dasharray:0 100}}
.live-ring-actions{min-width:0}.live-next{padding:22px 0}.live-next h3,.live-step-heading h3{color:var(--ink);font-size:24px;line-height:1.6;font-weight:600}.live-next p,.live-step-heading p{font-size:14px;line-height:1.9;color:var(--muted);margin-top:12px}.live-next>.button,.live-actions{margin-top:25px}.live-edge{padding:18px 0 22px;border-bottom:1px solid #e5ebdf;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:15px}.live-edge:last-child{border-bottom:0}.edge-role{font-size:12px;color:var(--forest);margin-bottom:10px}.live-edge h3{font-size:23px;line-height:1.4;color:var(--ink)}.live-edge h3>span{font-size:12px;color:var(--muted);margin-left:12px}.live-edge p{font-size:13px;line-height:1.8;color:var(--muted);margin-top:9px}.edge-action{align-items:flex-start;gap:7px}.edge-action .button{font-size:13px;min-height:42px;padding:10px 17px}.waiting-state,.confirmation-state{font-size:13px;color:var(--forest)}.waiting-state:before{content:'';display:inline-block;margin:0 7px 2px 0;width:6px;height:6px;border-radius:50%;background:#c38f43;animation:waiting-pulse 2.5s ease-in-out infinite}.lesson-dots{gap:6px;margin-top:16px}.lesson-dots i{width:24px;height:4px;border-radius:2px;background:#e4eadd}.lesson-dots i.done{background:#668654}.live-ring-footer{padding-top:21px;border-top-color:var(--line)}.live-progress{font-size:13px;color:var(--forest)}.live-progress p{font-size:12px;line-height:1.8;color:var(--muted)}.completed-learning>summary{font-size:14px;color:var(--forest)}.completion-banner{background:#edf3e5;border-radius:15px;padding:25px!important;color:var(--forest)}.completion-banner h3{color:var(--forest);font-size:23px}.completion-banner p{font-size:14px;line-height:1.9;color:var(--text)}
@keyframes waiting-pulse{0%,100%{opacity:1;box-shadow:0 0 0 0 #d39a5130}50%{opacity:.65;box-shadow:0 0 0 5px #d39a5100}}
/* Community and account surfaces. */
.people-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.person-card{background:#fff;border:1px solid #dfe6d8;border-radius:20px;padding:26px;box-shadow:0 4px 15px #274e4004;transition:transform .35s var(--ease),box-shadow .35s,border-color .35s}.person-card:hover{transform:translateY(-5px);border-color:#b5c9a5;box-shadow:0 16px 32px #274e400e}.person-head .avatar{width:46px;height:46px;font-size:20px}.person-head h3{font-size:18px;color:var(--ink)}.person-head>div>span{font-size:12px;color:var(--muted);line-height:1.8}.person-record,.rating{font-size:11px;color:var(--forest)}.person-skills{margin:24px 0 18px;gap:13px}.person-skills>div>label{width:58px;flex-shrink:0;font-size:12px;color:var(--muted)}.skill-tag,.skill-tag.blue,.skill-tag.green,.skill-tag.orange,.skill-tag.purple,.skill-tag.pink,.skill-tag.amber{font-size:12px;border-radius:7px;background:#eef3e8;color:var(--forest);border:1px solid #e6ecdf;padding:6px 8px;gap:5px}.skill-tag.outlined{background:#fff;border-color:#dce6d3;color:#56674d}.skill-tag .icon{display:block;width:13px;height:13px;flex-shrink:0}.person-bio,.person-proof{font-size:13px;line-height:1.85;color:var(--muted)}.person-footer{padding-top:18px;margin-top:20px;border-top:1px solid #e8eddf;gap:10px}.person-footer>span{font-size:12px;color:var(--muted)}.person-footer .text-button{font-size:13px}.community-caption{padding:0 0 17px;margin:30px 0 8px;font-size:13px;color:var(--muted);border:0}.simple-search-form{max-width:570px;border-radius:13px;border-color:#d7e1cd;background:#fff;margin:30px 0;padding:7px 9px 7px 17px;gap:12px}.simple-search-form>input{font-size:14px;color:var(--ink)}.simple-search-form .button{min-height:39px;font-size:13px;padding:10px 17px}.hall-toolbar .tab{font-size:13px;color:var(--muted);border-radius:20px;padding:9px 14px}.hall-toolbar .tab.selected{background:var(--forest);color:#fff}
.community-empty,.live-placeholder{padding:60px 25px;border-radius:22px;background:#edf2e6;margin-top:24px}.empty-circle{width:70px;height:70px;border-color:#bdcfac;color:var(--forest);font-size:28px;position:relative}.empty-circle:after{content:'';position:absolute;inset:-8px;border:1px dashed #d0dcc5;border-radius:50%;animation:empty-orbit 40s linear infinite}.community-empty h2{font-size:28px;font-weight:600;color:var(--forest);line-height:1.5}.community-empty p{font-size:14px;line-height:1.9;color:var(--muted);margin:18px auto 28px}@keyframes empty-orbit{to{transform:rotate(360deg)}}
.credit-overview{grid-template-columns:1fr 1fr 1.2fr;padding:38px 42px;margin:40px 0;background:var(--forest);border:0;border-radius:24px;color:white;position:relative;overflow:hidden}.credit-overview:after{content:'';width:330px;height:330px;border:45px solid #ffffff05;border-radius:50%;position:absolute;right:-85px;top:-90px;pointer-events:none}.credit-overview>div>span{font-size:13px;color:#d1e0c8}.credit-overview strong{font-family:Georgia,serif;font-size:70px;font-weight:400;line-height:1.25;margin-top:10px;color:#fff}.credit-overview small{font-size:16px;color:#d0dfc8}.credit-overview>p{font-size:14px;line-height:2;color:#d8e3d0}.credit-ledger .section-heading h2{color:var(--ink);font-size:23px}.transaction{padding:21px 0;border-bottom-color:var(--line)}.transaction>div strong{font-size:14px;color:var(--text)}.transaction>div>span{font-size:12px;color:var(--muted);margin-top:6px}.transaction>strong{color:var(--forest);font-size:19px}
.chat-log{gap:21px;scrollbar-width:thin;scrollbar-color:#cdd9c2 transparent}.chat-message{max-width:86%}.chat-message.arrival{animation:chat-arrive .3s var(--ease)}.chat-message>span{font-size:12px;color:var(--muted);margin:0 0 8px 2px}.chat-message time{font-size:11px;color:var(--muted)}.chat-message>p{font-size:14px;background:#f1f4ed;color:var(--text);padding:13px 17px;border-radius:4px 16px 16px 16px}.chat-message.mine>p{background:#e4eed9;color:#2d4c36;border-radius:16px 4px 16px 16px}.chat-empty{font-size:14px;color:var(--muted)}.inbox-item{padding:20px 0;border-bottom-color:var(--line);color:var(--text)}.inbox-item>span{font-size:15px}.inbox-item>time{font-size:12px}.inbox-item.unread>span:before{background:var(--accent)}
.panel,.mini-ring{border-radius:20px;border-color:var(--line);box-shadow:0 5px 18px #234e2204}.radar-feature{background:#e7efdd;border:1px solid #d8e4cb}.radar-feature h2,.radar-callout strong{color:var(--forest)}.radar-feature p,.radar-feature span,.radar-callout span{color:var(--text)}.radar-callout{background:#fff;border:1px solid var(--line)}.radar-panel h2,.wish-panel h3,.invite-panel h3,.wallet-explainer h3{color:var(--forest)}.supply-name,.supply-status,.wish-panel p,.wallet-explainer p{color:var(--muted);font-size:13px}.bar-pair>div:first-child>i{background:#658357}.bar-pair>div:last-child>i{background:#deb08a}.invite-panel{background:#e9f0df}.invite-panel p{color:var(--text);font-size:13px;line-height:1.8}.balance-card{background:var(--forest);border-radius:24px}.balance-number{font-family:Georgia,serif}.booking-card h3,.booking-bottom strong,.transaction-panel h3{color:var(--forest)}.booking-card p,.booking-card .person-head span,.wallet-explainer p,.wallet-explainer p>strong{color:var(--text)}
.diagram-orbit{stroke:#dce5d3}.loop-path,.loop-arrow{stroke:#7e9b67;stroke-width:1.6}.loop-path{stroke-dasharray:5 8;animation:diagram-flow 16s linear infinite}.edge-label-bg{fill:#eaf0e1}.edge-label{fill:#496141;font-size:12px}.diagram-center{fill:var(--forest);font-size:18px}.diagram-sub{fill:#6d7c62;font-size:11px}.node-fill{fill:#dce8cf}.node-initial{fill:#375630}.node-name{fill:#4d6542;font-size:12px}@keyframes diagram-flow{to{stroke-dashoffset:-156}}
/* Dialogs have a short entrance and an even shorter exit. */
.modal-backdrop{background:#142a2059;backdrop-filter:blur(8px);animation:backdrop-in .22s ease-out}.modal{border-radius:24px;border-color:#e1e9d8;box-shadow:0 30px 100px #0f2a2233;animation:dialog-in .45s var(--ease);max-height:calc(100svh - 64px)}.modal-header{padding:29px 32px 24px;border-bottom-color:var(--line)}.modal-header h2{font-size:28px;letter-spacing:-.9px;color:var(--ink)}.modal-header p,.simple-app .modal-header p{font-size:14px;line-height:1.8;color:var(--muted);margin-top:9px}.modal-body{padding:29px 32px 34px}.modal .field-label{font-size:13px;color:var(--forest);margin-bottom:21px}.modal input:not([type=checkbox]),.modal select,.modal textarea{font-size:15px;color:var(--ink);background:#f8faf5;border-color:#d9e2d0;border-radius:10px;padding:13px;min-height:45px;transition:border-color .2s,box-shadow .2s}.modal input:focus,.modal select:focus,.modal textarea:focus{border-color:#8ca875;box-shadow:0 0 0 3px #91b07916}.modal input::placeholder,.modal textarea::placeholder{font-size:13px;color:#74806b}.modal .form-hint,.simple-app .modal .form-hint{font-size:13px;color:var(--muted)}.modal .checkbox-label{font-size:13px;color:var(--text)}.modal .skill-choice{font-size:12px;min-height:35px;border-radius:8px;background:#f7faf2;border-color:#dce6d1;color:#5d714f}.modal .skill-choice.chosen{background:#e6efd9;border-color:#aabe97;color:#355228}.skill-editor legend,.time-picker legend{font-size:14px;color:var(--forest)}.level-field>span{color:var(--text);font-size:12px}.level-field select,.level-field input{font-size:13px!important;min-height:39px!important}.modal .time-picker span{font-size:12px;background:#f6f9f0;color:#627553;border-color:#dae4cf;border-radius:8px;padding:9px 12px}.modal .time-picker input:checked+span{background:#e3edd5;color:#3a542c;border-color:#a8c092}.account-note{background:#f0f5e9;color:var(--text);border-radius:10px;font-size:12px;padding:13px 15px}.account-note strong,.account-note button{color:var(--forest)}.publication-toggle{font-size:13px}.contract-paper,.notice-box,.help-example,.invite-preview{background:#f1f6e9;border-color:#dce7cf;border-radius:16px;color:var(--text)}.contract-paper h3,.contract-paper strong,.help-example strong{color:var(--forest)}.contract-paper p{font-size:14px;line-height:1.9;margin:17px 0}.contract-paper>div>span,.help-example p{color:var(--text);font-size:13px}.modal .detail-section h3,.modal .person-modal-head strong{color:var(--forest)}.modal .detail-section p,.modal .person-modal-head p{color:var(--text);font-size:14px}.modal .simple-help p{color:var(--text);font-size:14px}.outline-list h3{font-size:16px;color:var(--forest)}.outline-list p{font-size:13px;color:var(--muted)}.outline-list>div>span{background:#e8f0df;color:var(--forest)}.form-error,.quick-error,.auth-error{color:#a54630;font-size:13px}.demo-explanation p{color:var(--text);font-size:14px}.invite-preview p{color:var(--forest);font-size:15px}
#toast{background:#234635;border-color:#44694a;border-radius:15px;box-shadow:0 10px 40px #1736282a;font-size:14px;padding:15px 21px;transition:opacity .3s,transform .4s var(--ease)}#toast>.icon{color:#c7dfa8}#toast.visible>.icon{animation:confirm-in .4s var(--ease)}
@keyframes backdrop-in{from{opacity:0}to{opacity:1}}@keyframes dialog-in{from{opacity:0;transform:translateY(24px) scale(.965)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes popover-in{from{opacity:0;transform:translateY(-7px) scale(.97)}to{opacity:1;transform:none}}@keyframes chat-arrive{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}@keyframes confirm-in{from{transform:scale(.5) rotate(-15deg)}to{transform:scale(1) rotate(0)}}
/* The front door. */
.simple-app.auth-page{background:#f4f6ee}.auth-header{max-width:1280px;padding:29px 44px 24px}.auth-header>span{font-size:13px;color:var(--muted)}.auth-layout{max-width:1220px;grid-template-columns:1.22fr 1fr;gap:80px;min-height:calc(100svh - 176px);padding:23px 44px 50px}.auth-story{padding:0}.auth-story>.circle-kicker{font-size:12px;letter-spacing:1.8px;color:var(--forest);display:flex;align-items:center;gap:8px;margin:0 0 24px}.circle-kicker:before{content:'';width:6px;height:6px;border-radius:50%;background:var(--accent)}.auth-story h1{font-size:53px;line-height:1.34;letter-spacing:-2px;color:var(--ink)}.auth-story h1 em{font-style:normal;color:var(--forest)}.auth-story>p:not(.circle-kicker){font-size:16px;line-height:1.9;color:var(--muted);margin-top:20px;max-width:470px}.auth-story .circle-art{height:255px;max-width:445px;margin:25px -5px 0}.auth-story .art-caption{display:none}.auth-story .art-label{font-size:11px;padding:9px 11px}.auth-story .art-label-teach{left:0;top:23%}.auth-story .art-label-learn{right:-2%;bottom:24%}.auth-story .art-baseline{left:6%;right:4%;font-size:8px}.auth-caption{font-size:12px;color:var(--muted);flex-direction:row;gap:10px;margin-top:24px}.auth-caption>span+span{color:var(--forest)}
.auth-card{border-color:#dce5d3;border-radius:26px;padding:35px 36px;box-shadow:0 18px 65px #2741240b}.auth-tabs{gap:27px;border-bottom-color:var(--line);margin-bottom:27px}.auth-tabs button{font-size:15px;color:var(--muted);padding:0 0 15px}.auth-tabs button[aria-selected=true]{color:var(--forest)}.auth-tabs button[aria-selected=true]:after{background:var(--forest);height:3px;border-radius:3px}.auth-card h2{font-size:29px;color:var(--ink)}.auth-description{font-size:13px;color:var(--muted);margin:10px 0 29px}.auth-field{font-size:13px;color:var(--forest);margin-bottom:21px}.auth-field>span{margin-bottom:9px}.auth-field input{height:50px;padding:13px 14px;background:#f8faf5;border-color:#dae3d1;border-radius:10px;color:var(--ink);font-size:15px;transition:border-color .2s,box-shadow .2s}.auth-field input::placeholder{font-size:13px;color:#66735d}.auth-field input:focus{border-color:#829f6b;box-shadow:0 0 0 3px #90ae741a}.auth-password button{font-size:12px;color:var(--forest)}.simple-app .auth-submit.button{height:50px;font-size:15px;border-radius:11px;background:var(--forest);border-color:var(--forest)}.auth-divider{font-size:12px;color:var(--muted);margin:25px 0 18px}.auth-divider:before,.auth-divider:after{background:var(--line)}.simple-app .auth-guest.button{height:47px;border-color:#d3dfc6;border-radius:11px;color:var(--forest);background:#eef4e6;font-size:13px}.simple-app .auth-guest.button:hover{background:#e1edcf;transform:translateY(-2px)}.auth-guest-note{font-size:12px;color:var(--muted);margin-top:13px}.auth-footer{max-width:1220px;padding:0 44px 28px;align-items:center;gap:20px;font-size:12px;color:var(--muted)}.auth-footer>span:first-child{color:var(--forest)}.auth-loading .brand-mark{color:var(--forest);animation:sculpture-breathe 3s ease-in-out infinite}
@media(min-width:1500px){.auth-layout{gap:105px}.auth-story h1{font-size:58px}.auth-story .circle-art{height:275px}.discover-hero{min-height:345px}}

@media(max-width:1100px){.simple-header{padding:0 30px;gap:20px}.simple-nav{gap:2px}.simple-nav>a{padding:10px 16px}.simple-app #main-content.simple-main{padding-left:32px;padding-right:32px}.simple-intro h1{font-size:48px}.quick-match-card{column-gap:25px;grid-template-columns:minmax(0,1fr) 180px}.quick-skill-fields{gap:18px}.quick-skill-fields :is(input,select),.quick-skill-fields label:last-child :is(input,select){font-size:26px}.circle-art{height:310px}.art-label{font-size:11px;padding:10px}.people-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-layout{gap:45px;padding-left:34px;padding-right:34px;grid-template-columns:1.1fr 1fr}.auth-story h1{font-size:44px}.auth-card{padding:31px}.auth-story .circle-art{height:230px}.learning-card-body,.live-ring-body{grid-template-columns:minmax(0,1.4fr) minmax(210px,1fr);gap:22px}.simple-learning .learning-heading h1{font-size:48px}.next-step h3{font-size:23px}.live-edge h3>span{display:block;margin:6px 0 0}.credit-overview{padding:32px}.simple-footer{padding-left:32px;padding-right:32px}}
@media(max-width:760px){.simple-header{height:78px;padding:0 24px;gap:15px}.simple-header .brand-en{display:none}.simple-nav>a{padding:9px 13px;font-size:13px}.more-menu>summary{font-size:13px;padding:9px 12px}.simple-account{gap:8px}.simple-app #main-content.simple-main{padding:38px 25px 50px}.simple-app #main-content.focused-main{padding-top:29px}.discover-hero{grid-template-columns:1.05fr 1fr;gap:14px;min-height:270px;margin-bottom:21px}.simple-intro h1{font-size:37px;letter-spacing:-1.8px}.simple-intro>p{font-size:14px;margin-top:19px}.intro-note{font-size:11px;margin-top:18px}.circle-art{height:265px}.art-label{font-size:10px;gap:5px;padding:8px}.art-label b{font-size:15px;margin-left:2px}.art-caption,.art-baseline{font-size:7px;letter-spacing:1px}.quick-match-card{padding:25px;grid-template-columns:1fr}.quick-skill-fields{grid-column:1;gap:20px;margin-bottom:24px}.simple-app .quick-match-card .quick-submit{grid-column:1;grid-row:auto;width:100%;height:49px;margin:0;font-size:14px}.quick-reassurance{text-align:center;margin-top:13px}.simple-app .page-heading h1{font-size:36px}.simple-learning .learning-heading h1{font-size:41px}.learning-heading{gap:20px;margin-bottom:35px}.learning-heading p{font-size:13px}.learning-totals{gap:24px}.learning-totals strong{font-size:43px}.learning-heading-side .button{font-size:12px;padding:11px 14px}.learning-card,.live-ring{padding:24px}.learning-card-heading h2,.live-ring-heading h2{font-size:20px}.learning-card-body,.live-ring-body{grid-template-columns:minmax(0,1.4fr) minmax(175px,1fr);gap:17px}.next-step h3{font-size:21px}.active-ring-card .next-step>p{font-size:13px}.next-step>.button{font-size:13px;padding:13px 17px}.circle-progress-caption{font-size:10px;gap:5px}.circle-progress{padding-bottom:18px}.circle-progress svg{max-height:255px}.live-next h3{font-size:21px}.live-next p{font-size:13px}.live-edge h3{font-size:21px}.credit-overview{grid-template-columns:1fr 1fr;gap:24px}.credit-overview>p{grid-column:1/-1}.credit-overview strong{font-size:60px}.exchange-summary{grid-template-columns:1fr;gap:0}.exchange-summary>div{padding:22px 0}.auth-layout{gap:30px;padding:24px 28px 45px;grid-template-columns:1fr 1fr}.auth-header{padding:25px 28px}.auth-story h1{font-size:36px;letter-spacing:-1.6px}.auth-story>p:not(.circle-kicker){font-size:14px}.auth-story .circle-art{height:205px;margin-top:20px}.auth-story .art-label{font-size:9px;gap:5px;padding:7px}.auth-caption{font-size:10px;display:block;line-height:2}.auth-caption>span{display:block}.auth-card{padding:27px 25px}.auth-card h2{font-size:26px}.auth-footer{padding-left:28px;padding-right:28px}.simple-footer{padding:23px 25px;font-size:11px}}

@media(max-width:560px){
 .simple-header{height:125px;display:grid;grid-template-columns:1fr auto;padding:0 21px;gap:0 10px;border-bottom:0;background:var(--bg)}.simple-header .brand{font-size:23px;gap:8px}.simple-header .brand-mark{width:32px;height:32px}.simple-header .brand-en{display:inline;font-size:19px;margin-left:8px}.simple-account{gap:7px}.simple-profile{padding:3px}.simple-profile .avatar{width:29px;height:29px;font-size:13px}.account-exit{font-size:12px;min-height:36px;padding:8px 2px}.inbox-button{width:30px;height:30px;padding:5px}.inbox-button .icon{width:16px;height:16px}.inbox-button [data-unread-count]{font-size:9px;min-width:15px;height:15px;line-height:15px;right:-3px}.simple-nav{grid-column:1/-1;grid-row:2;justify-content:space-between;gap:2px;height:45px;padding:4px;align-self:start;margin-top:1px;width:100%;border-radius:25px}.simple-nav>a{flex:1;justify-content:center;font-size:13px;min-height:36px;padding:8px 13px}.simple-nav .more-menu{flex:0 0 80px}.simple-nav .more-menu>summary{justify-content:center;min-height:36px;padding:8px 12px;font-size:13px}.more-popover{top:43px;right:0;width:218px}.more-popover a,.more-popover button{font-size:13px;padding:12px 14px}
 .simple-app #main-content.simple-main{padding:26px 21px 43px;min-height:calc(100svh - 232px)}.simple-app #main-content.focused-main{padding-top:18px}.journey-steps{font-size:11px;gap:9px;justify-content:space-between;margin-bottom:25px}.journey-steps li{gap:5px}.journey-steps li>span{width:19px;height:19px;font-size:10px}.journey-steps li:not(:last-child):after{width:14px;margin-left:3px}.discover-hero{display:block;position:relative;min-height:0;margin-bottom:22px}.simple-intro h1{font-size:37px;letter-spacing:-1.6px;line-height:1.32}.simple-intro>p{font-size:13px;line-height:1.9;max-width:295px;margin-top:16px}.intro-note{display:none}.discover-art{margin:10px auto 0;width:100%;max-width:350px}.circle-art{height:226px}.art-perspective{inset:-7% 0 -1%}.art-caption{top:10px;font-size:7px;letter-spacing:1.4px;left:3%;right:2%}.art-caption i{font-size:18px}.art-label{font-size:10px;padding:8px 10px;gap:7px;border-radius:8px}.art-label-teach{left:2%;top:33%}.art-label-learn{right:0;bottom:20%}.art-label-dot{width:5px;height:5px}.art-label b{font-size:15px}.art-baseline{font-size:8px;bottom:0;left:3%;right:2%;padding-top:9px;letter-spacing:1.5px}
 .quick-match-card{padding:24px 24px 22px;border-radius:20px;gap:0;grid-template-columns:1fr}.quick-skill-fields{grid-template-columns:1fr;gap:22px;margin:0 0 25px}.quick-field-caption{font-size:13px;gap:7px}.quick-field-caption>.icon{width:15px;height:15px}.quick-skill-fields label{gap:8px}.quick-skill-fields :is(input,select),.quick-skill-fields label:last-child :is(input,select){min-height:46px;font-size:27px;padding:6px 0 9px}.quick-skill-fields label>small{font-size:11px;margin-top:2px}.swap-symbol{display:none}.simple-app .quick-match-card .quick-submit{grid-column:1;grid-row:auto;width:100%;height:48px;border-radius:11px;font-size:14px;margin:0;min-width:0}.quick-reassurance{font-size:11px;line-height:1.9;margin-top:13px;text-align:center}.quick-preferences{font-size:12px;line-height:1.8;margin:21px 0 18px;flex-wrap:wrap;gap:5px}.quick-preferences button{font-size:12px}.simple-explainer-link{font-size:12px;line-height:1.8;gap:6px}.start-exchange>.simple-intro{margin:25px 0}.start-exchange>.simple-intro h1{font-size:31px;line-height:1.45;letter-spacing:-1.4px}.simple-recommendation{padding:23px 24px;border-radius:20px}.recommendation-context{font-size:11px;padding-bottom:17px}.exchange-summary{grid-template-columns:1fr;gap:0}.exchange-summary>div{padding:23px 0;gap:10px;flex-wrap:wrap}.exchange-summary .avatar{width:39px;height:39px;font-size:16px}.exchange-summary strong{font-size:18px;line-height:1.55}.exchange-summary p>span{font-size:12px}.plain-ring-explanation{font-size:12px;padding:13px 15px;border-radius:10px}.simple-meeting-info{font-size:12px;margin:20px 0}.simple-recommendation .quick-submit{height:49px;font-size:13px}.recommendation-controls button,.simple-details>summary{font-size:12px}.simple-empty{padding:30px 24px}
 .learning-heading{display:block;margin-bottom:28px}.learning-heading .eyebrow{font-size:10px;letter-spacing:1.7px;margin-bottom:18px}.simple-learning .learning-heading h1{font-size:38px;letter-spacing:-1.6px;line-height:1.32}.learning-heading h1 br{display:none}.learning-heading h1 em{display:block}.learning-heading p{font-size:13px;line-height:1.85;margin-top:16px}.learning-heading-side{flex-direction:row;align-items:center;justify-content:space-between;gap:15px;margin-top:25px}.learning-totals{gap:24px}.learning-totals strong{font-size:36px;letter-spacing:-1px}.learning-totals span{font-size:10px}.learning-totals>div{gap:6px}.learning-totals>i{height:32px}.learning-heading-side .button{font-size:11px;min-height:39px;padding:9px 12px;border-radius:10px;gap:7px}.learning-heading-side .button>span{font-size:16px}.learning-section-label{margin-bottom:16px;font-size:12px}.learning-section-label>span:last-child{font-size:10px}.learning-card,.active-ring-card,.live-ring{padding:21px 20px;border-radius:20px}.learning-card-heading,.live-ring-heading{gap:11px;padding-bottom:20px;align-items:flex-start;flex-wrap:wrap}.learning-card-heading>.avatar{width:38px;height:38px;font-size:17px}.learning-card-heading h2,.live-ring-heading h2{font-size:18px;line-height:1.55;letter-spacing:-.4px}.learning-card-heading p,.live-ring-heading p{font-size:11px;line-height:1.8;margin-top:5px}.learning-status{font-size:10px;padding:5px 8px;margin-top:3px}.learning-status:before{width:4px;height:4px;margin-right:4px}.learning-card-heading>div{flex-basis:140px}.learning-card-heading>.learning-status{margin-left:49px;margin-top:-4px}.learning-card-body,.live-ring-body{display:flex;flex-direction:column;gap:15px;padding:18px 0 22px;align-items:stretch}.learning-card-aside{border-radius:14px;align-self:auto}.circle-progress{padding:0 5px 14px;max-width:245px}.circle-progress svg{height:212px;margin:auto}.circle-progress-caption{font-size:10px;gap:7px;margin:0}.next-step{padding:16px 0 5px}.next-step-label{font-size:11px;margin-bottom:13px}.next-step h3{font-size:21px;line-height:1.65;letter-spacing:-.6px}.active-ring-card .next-step>p{font-size:12px;line-height:1.9;margin-top:12px}.next-step>.button{margin-top:23px;min-height:47px;font-size:13px;width:100%;padding:12px 16px}.learning-details{padding-top:18px}.learning-details>summary{font-size:11px}.simple-progress-list>div{font-size:12px;gap:12px;line-height:1.8}.learning-detail-actions .text-button{font-size:12px}.completed-learning>summary{font-size:13px}.completion-banner{padding:21px!important}.completion-banner h3{font-size:21px}.completion-banner p{font-size:13px}.live-ring-heading>div:nth-child(2){flex-basis:170px}.live-ring-heading .learning-status{margin-left:0}.live-next{padding:12px 0}.live-next h3{font-size:21px;line-height:1.6}.live-next p{font-size:13px;line-height:1.9}.live-next .button,.live-actions .button{font-size:13px;min-height:44px;padding:12px 16px}.live-edge{padding:21px 0;gap:17px}.edge-role{font-size:11px;margin-bottom:9px}.live-edge h3{font-size:22px}.live-edge h3>span{display:inline;font-size:11px;margin-left:10px}.live-edge p{font-size:12px}.edge-action{width:100%}.edge-action .button{font-size:13px;min-height:44px;padding:11px 17px;width:100%}.waiting-state,.confirmation-state{font-size:12px}.live-step-heading h3{font-size:19px}.live-step-heading p{font-size:12px}.live-ring-footer{display:block;padding-top:18px}.live-ring-footer>.text-button{font-size:12px}.live-progress{margin-top:20px;max-width:100%;font-size:12px}.live-progress>summary{justify-content:flex-start}.live-progress p{font-size:11px;gap:15px}
 .page-heading{display:block;margin-bottom:27px}.simple-app .page-heading h1{font-size:32px;letter-spacing:-1.2px;line-height:1.4}.simple-app .page-heading p{font-size:13px;line-height:1.9;margin-top:15px}.eyebrow,.simple-app .page-heading .eyebrow{font-size:10px;letter-spacing:1.5px;margin-bottom:17px}.page-heading>.button{margin-top:22px;font-size:12px;min-height:42px;padding:11px 16px}.people-grid{grid-template-columns:1fr;gap:16px}.person-card{padding:24px;border-radius:18px}.person-head .avatar{width:43px;height:43px;font-size:19px}.person-head h3{font-size:18px}.person-head>div>span{font-size:11px}.person-record{font-size:10px}.person-skills{margin:23px 0 17px;gap:12px}.person-skills>div>label{width:57px;font-size:11px}.skill-tag{font-size:11px}.person-bio,.person-proof{font-size:12px;line-height:1.9}.person-footer{margin-top:16px;padding-top:17px}.person-footer>span,.person-footer .text-button{font-size:12px}.community-caption{font-size:12px;margin:22px 0 0}.simple-search-form{margin:23px 0;padding:6px 8px 6px 14px;gap:8px}.simple-search-form>input{font-size:13px}.simple-search-form>.button{font-size:12px;min-height:36px;padding:9px 13px}.community-empty{padding:40px 22px}.community-empty h2{font-size:25px;line-height:1.55}.community-empty p{font-size:13px;margin:17px auto 25px}.credit-overview{grid-template-columns:1fr 1fr;padding:29px 25px;gap:25px 20px;margin:28px 0;border-radius:20px}.credit-overview strong{font-size:56px}.credit-overview>div>span{font-size:12px}.credit-overview small{font-size:13px}.credit-overview>p{grid-column:1/-1;font-size:12px;line-height:1.95}
 .simple-footer{padding:24px 21px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px;font-size:11px;min-height:104px}.simple-footer .motion-toggle{font-size:11px;margin-left:auto}.simple-footer>.motion-toggle+button{flex-basis:100%;justify-content:flex-start}.modal-backdrop{align-items:flex-end;padding:12px}.modal{border-radius:24px;max-height:calc(100svh - 32px);width:100%}.modal-header{padding:24px 23px 20px}.modal-header h2{font-size:23px}.modal-header p,.simple-app .modal-header p{font-size:13px}.modal-body{padding:25px 23px 30px}.modal .field-label{font-size:13px}.modal input:not([type=checkbox]),.modal textarea,.modal select{font-size:16px;padding:12px;min-height:44px}.modal .form-hint,.simple-app .modal .form-hint{font-size:12px}.modal .button,.simple-app .modal .button{font-size:13px;min-height:45px}.modal .checkbox-label{font-size:12px}.chat-message>p{font-size:14px}.inbox-item>span{font-size:14px}#toast{font-size:13px;border-radius:13px;padding:14px 18px}
 .auth-header{padding:25px 24px 16px}.auth-header .brand{font-size:24px;gap:8px}.auth-header .brand-mark{width:32px;height:32px}.auth-header .brand-en{font-size:20px;margin-left:9px}.auth-header>span{font-size:10px}.auth-layout{display:flex;flex-direction:column;gap:26px;padding:24px 24px 31px;min-height:auto}.auth-story>.circle-kicker{font-size:11px;letter-spacing:1px;margin-bottom:16px}.auth-story h1{font-size:37px;line-height:1.32;letter-spacing:-1.5px}.auth-story h1 br{display:block}.auth-story>p:not(.circle-kicker){font-size:13px;line-height:1.85;margin-top:15px}.auth-story .circle-art,.auth-caption{display:none}.auth-card{width:100%;max-width:none;padding:25px;border-radius:21px}.auth-tabs{gap:25px;margin-bottom:23px}.auth-tabs button{font-size:14px;padding-bottom:13px}.auth-card h2{font-size:26px}.auth-description{font-size:12px;margin:9px 0 22px}.auth-field{font-size:12px;margin-bottom:18px}.auth-field>span{margin-bottom:8px}.auth-field input{height:46px;font-size:16px;padding:12px}.auth-field input::placeholder{font-size:12px}.simple-app .auth-submit.button{height:46px;font-size:14px;margin-top:3px;min-height:46px}.auth-divider{margin:19px 0 15px;font-size:11px}.simple-app .auth-guest.button{height:44px;font-size:12px;min-height:44px}.auth-guest-note{font-size:11px;line-height:1.8;margin-top:11px}.auth-footer{padding:0 24px 25px;font-size:10px;gap:12px}.auth-footer .motion-toggle{font-size:10px}.auth-footer>span:last-child{display:none}
}
@media(max-width:360px){.simple-header{padding:0 17px}.simple-header .brand-en{display:none}.simple-app #main-content.simple-main{padding-left:17px;padding-right:17px}.simple-intro h1{font-size:32px}.journey-steps{font-size:10px;gap:5px}.journey-steps li:not(:last-child):after{width:12px;margin-left:0}.circle-art{height:205px}.quick-match-card{padding:23px 21px}.simple-learning .learning-heading h1{font-size:33px}.learning-totals{gap:17px}.learning-totals strong{font-size:31px}.learning-heading-side .button{font-size:10px;padding:9px 10px}.learning-card,.live-ring{padding:19px 18px}.learning-card-heading h2,.live-ring-heading h2{font-size:17px}.person-card{padding:21px}.auth-header{padding:22px 20px 14px}.auth-header>span{font-size:9px}.auth-layout{padding:20px 20px 29px;gap:23px}.auth-story h1{font-size:32px}.auth-card{padding:24px 22px}.auth-footer{padding:0 20px 23px}.simple-footer{padding:23px 17px}}
html[data-visibility=hidden] .sculpture-float,html[data-visibility=hidden] .sculpture-ring,html[data-visibility=hidden] .sculpture-shadow,html[data-visibility=hidden] .art-label,html[data-visibility=hidden] .progress-flow{animation-play-state:paused}
html[data-motion=paused] *,html[data-motion=paused] *:before,html[data-motion=paused] *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}html[data-motion=paused] .art-sculpture{transform:none}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.art-sculpture{transform:none}}

@media(max-width:560px){.simple-nav{margin-left:0;margin-right:0}.start-exchange{display:flex;flex-direction:column}.start-exchange>.journey-steps{order:0}.discover-hero{display:contents}.discover-hero>.simple-intro{order:1;margin:0 0 25px}.start-exchange>.quick-match-card{order:2}.start-exchange>.quick-preferences{order:3}.start-exchange>.simple-explainer-link{order:4}.discover-art{order:5;margin:40px auto 0}.discover-art .art-caption{top:-4px}.simple-nav>a{padding-left:9px;padding-right:9px}.learning-heading-side{flex-wrap:nowrap}}

/* Motion on the learning and community pages. Content stays still while reading. */
html[data-motion=running] .motion-pending { opacity:0; translate:0 28px; }
html[data-motion=running] .motion-pending:focus-within { opacity:1; translate:none; }
.progress-flow { stroke:#688754; stroke-width:2.7; stroke-dasharray:5 20; animation-duration:9s; }
.progress-traveller { transform-origin:160px 157px; animation:progress-travel 11s linear infinite; }
@keyframes progress-travel { to { transform:rotate(360deg); } }
.circle-progress.is-settled .progress-flow,
.circle-progress.is-settled .progress-traveller { animation:none; opacity:.35; }
.learning-status:before { box-shadow:0 0 0 3px #688d5212; }
.empty-circle:after { animation-duration:14s; }

.commons-hero { display:grid; grid-template-columns:minmax(0,1fr) 320px; gap:40px; align-items:center; margin:0 0 22px; }
.commons-hero .page-heading { display:flex; flex-direction:column; align-items:flex-start; gap:22px; margin:0; }
.simple-app .commons-hero h1 { max-width:650px; font-size:44px; line-height:1.35; letter-spacing:-1.5px; }
.commons-hero .page-heading p { max-width:490px; font-size:14px; line-height:1.9; }
.commons-hero .page-heading .button { min-height:42px; padding:11px 17px; font-size:13px; }
.commons-art { position:relative; width:100%; height:258px; user-select:none; }
.commons-art>svg { display:block; width:100%; height:100%; overflow:visible; }
.commons-orbit { stroke:#c9d6bd; stroke-width:1; }
.commons-orbit.outer { stroke:#d9e1d0; stroke-dasharray:2 5; }
.commons-satellite { transform-origin:170px 120px; animation:commons-revolve 12s linear infinite; }
.commons-satellite.reverse { animation-direction:reverse; animation-duration:19s; }
.commons-symbol { transform-origin:170px 120px; animation:commons-breathe 6s ease-in-out infinite; }
.commons-skill { position:absolute; display:flex; align-items:center; gap:9px; max-width:150px; padding:10px 14px; border:1px solid #dbe3d2; border-radius:12px; background:#ffffffed; box-shadow:0 8px 20px #29492709; color:var(--forest); font-size:13px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; animation:commons-float 5s ease-in-out infinite; }
.commons-skill i { display:grid; place-items:center; width:23px; height:23px; border-radius:50%; background:#edf3e5; font-style:normal; font-size:17px; flex-shrink:0; }
.commons-skill.skill-0 { top:14%; left:-2%; rotate:-5deg; }
.commons-skill.skill-1 { right:-2%; top:40%; rotate:5deg; animation-delay:-1.7s; }
.commons-skill.skill-1 i { background:#f8e9dd; color:#bb704a; }
.commons-skill.skill-2 { bottom:13%; left:3%; rotate:-3deg; animation-delay:-3.3s; }
.commons-note { position:absolute; bottom:-6px; left:0; right:0; text-align:center; color:#809174; font-size:11px; letter-spacing:2px; }
@keyframes commons-revolve { to { transform:rotate(360deg); } }
@keyframes commons-breathe { 0%,100% { transform:rotate(-7deg) scale(.97); } 50% { transform:rotate(7deg) scale(1.03); } }
@keyframes commons-float { 0%,100% { translate:0 4px; } 50% { translate:0 -7px; } }

.person-head .avatar { transition:transform .4s var(--ease),box-shadow .4s; }
.person-card .skill-tag { transition:background .3s,border-color .3s; }
.person-card .person-footer .icon { transition:translate .35s var(--ease); }
.person-card:focus-within { border-color:#a9c293; box-shadow:0 12px 28px #274e4010; }
.person-card:focus-within .person-footer .icon { translate:4px 0; }
.simple-search-form { transition:border-color .25s,box-shadow .25s; }
.simple-search-form:focus-within { border-color:#86a971; box-shadow:0 0 0 4px #7f9e5912; }
@media(hover:hover) and (pointer:fine) {
  .person-card:hover .person-head .avatar { transform:rotate(-6deg) scale(1.08); box-shadow:0 4px 12px #274e4010; }
  .person-card:hover .skill-tag:not(.outlined) { background:#e3ecd9; border-color:#d4e0c8; }
  .person-card:hover .person-footer .icon { translate:4px 0; }
}
@media(max-width:960px) {
  .commons-hero { grid-template-columns:minmax(0,1fr) 245px; gap:25px; }
  .simple-app .commons-hero h1 { font-size:37px; }
  .commons-art { height:225px; }
  .commons-skill { font-size:11px; padding:8px 10px; gap:6px; max-width:132px; }
}
@media(max-width:560px) {
  .commons-hero { display:block; position:relative; margin-bottom:22px; }
  .commons-hero .page-heading { gap:18px; }
  .simple-app .commons-hero h1 { padding-right:90px; font-size:29px; letter-spacing:-1px; line-height:1.45; }
  .commons-hero .page-heading .eyebrow { padding-right:100px; font-size:9px; letter-spacing:1px; }
  .commons-hero .page-heading p { font-size:13px; margin-top:16px; }
  .commons-art { position:absolute; width:102px; height:122px; top:9px; right:-5px; pointer-events:none; }
  .commons-skill,.commons-note { display:none; }
  .commons-orbit { stroke-width:2; }
  .commons-hero+.simple-search-form { margin-top:20px; }
}
/* The same controls cover CSS artwork, offscreen scenes and Web Animation entrances. */
html[data-visibility=hidden] *,html[data-visibility=hidden] *:before,html[data-visibility=hidden] *:after,
[data-ambient][data-in-view=false] * { animation-play-state:paused!important; }
@media(prefers-reduced-motion:reduce) { .motion-pending { opacity:1!important; translate:none!important; } }
