/* The primary journey: choose skills, meet one group, arrange a trial. */
.simple-app{background:#f7f9f8;color:#203831;font-family:'Segoe UI','PingFang SC','Microsoft YaHei',sans-serif}
.simple-header{height:86px;padding:0 max(28px,calc((100vw - 1100px)/2));display:flex;align-items:center;gap:36px;background:#fff;border-bottom:1px solid #e5ebe7}
.simple-header .brand{font-size:24px;gap:8px;padding:0;letter-spacing:.5px;flex-shrink:0}
.simple-header .brand-mark{width:38px;height:38px}
.simple-header .brand-en{font-size:10px;letter-spacing:1.2px;margin-top:5px}
.simple-nav{display:flex;align-items:center;justify-content:center;gap:30px;flex:1;height:100%;font-size:15px}
.simple-nav>a{height:100%;display:flex;align-items:center;position:relative;color:#7c8a82}
.simple-nav>a[aria-current]{color:#087f65;font-weight:650}
.simple-nav>a[aria-current]:after{content:'';position:absolute;bottom:0;height:3px;border-radius:3px 3px 0 0;background:#087f65;left:0;right:0}
.more-menu{position:relative}
.more-menu>summary{display:flex;align-items:center;gap:5px;list-style:none;color:#7c8a82;cursor:pointer;padding:12px 0;font-size:14px}
.more-menu>summary .icon{width:14px;height:14px}
.more-menu>summary.current{color:#087f65}
summary::-webkit-details-marker{display:none}
.more-menu[open]>summary .icon{transform:rotate(180deg)}
.more-popover{position:absolute;z-index:35;right:-20px;top:47px;width:228px;display:flex;flex-direction:column;padding:8px;background:white;border:1px solid #e1e8e3;border-radius:12px;box-shadow:0 12px 40px #243e3214}
.more-popover a,.more-popover button{display:flex;align-items:center;gap:11px;padding:12px 11px;font-size:14px;text-align:left;white-space:nowrap;border-radius:7px;color:#5c7063}
.more-popover .icon{width:18px;height:18px;color:#799780}
.more-popover a:hover,.more-popover button:hover{background:#eff6f1;color:#087f65}
.simple-profile{display:flex;align-items:center;gap:9px;padding:6px;border-radius:9px;font-size:14px;color:#627769;flex-shrink:0}
.simple-profile:hover{background:#eff5f0}
.simple-app #main-content.simple-main{max-width:1110px;margin:0 auto;padding:42px 28px 24px;min-height:calc(100vh - 178px)}
.simple-app #main-content.focused-main{max-width:760px;padding-top:39px}
.journey-steps{display:flex;align-items:center;justify-content:center;gap:18px;list-style:none;margin:0 0 39px;padding:0;color:#9aa69f;font-size:14px}
.journey-steps li{display:flex;align-items:center;gap:9px}
.journey-steps li:not(:last-child):after{content:'';width:42px;height:1px;background:#dce5de;margin-left:9px}
.journey-steps li>span{height:25px;width:25px;display:flex;align-items:center;justify-content:center;background:#ebefec;color:#91a297;border-radius:50%;font-size:12px}
.journey-steps .current{color:#0a8064;font-weight:600}
.journey-steps .current>span{background:#087f65;color:#fff}
.journey-steps .finished>span{background:#e1f0e5;color:#087f65}
.journey-steps .icon{width:13px;height:13px}
.simple-intro{text-align:center;margin-bottom:31px}
.simple-intro h1{font-size:33px;line-height:1.5;letter-spacing:-.6px;font-weight:650}
.simple-intro>p{font-size:16px;color:#7a8b81;margin-top:10px;line-height:1.8}
.quick-match-card,.simple-recommendation{background:white;border:1px solid #dfe8e2;border-radius:19px;padding:33px;box-shadow:0 6px 25px #294d3507}
.quick-skill-fields{display:grid;grid-template-columns:minmax(0,1fr) 30px minmax(0,1fr);gap:21px;align-items:center;margin:2px 0 27px}
.quick-skill-fields>label{display:flex;flex-direction:column;gap:13px;min-width:0}
.quick-field-caption{display:flex;align-items:center;gap:8px;color:#476c59;font-size:16px;font-weight:550}
.quick-field-caption .icon{color:#739e82;width:20px;height:20px}
.quick-skill-fields :is(input, select){width:100%;min-width:0;font-family:inherit;font-size:21px;font-weight:500;min-height:67px;padding:15px;background:#f7faf8;border:1px solid #dbe6de;border-radius:10px;color:#244938;cursor:pointer}
.quick-skill-fields label:last-child :is(input, select){background:#f8faf6;border-color:#e0e6d8}
.quick-skill-fields label>small{font-size:13px;color:#91a092}
.swap-symbol{color:#a5bcac;align-self:center;display:flex;align-items:center;justify-content:center}
.swap-symbol>.icon{width:25px;height:25px}
.quick-skill-fields input{cursor:text}
.quick-skill-fields input::placeholder{font-size:16px;color:#98a99e;font-weight:400}
.custom-skill-entry{display:flex;align-items:center;gap:9px;margin-top:13px}
.modal .custom-skill-entry input{min-width:0;flex:1;font-size:14px}
.modal .custom-skill-entry .button{flex-shrink:0;font-size:13px;min-height:41px;padding:8px 14px}
.skill-choice{max-width:100%;overflow-wrap:anywhere}
.level-field>span{overflow-wrap:anywhere}
.simple-app .button.quick-submit{width:100%;height:51px;font-size:16px;font-weight:550;letter-spacing:.3px;border-radius:9px;gap:12px}
.quick-error{font-size:14px;color:#aa594d;line-height:1.8;margin-bottom:12px}
.quick-error:empty{display:none}
.quick-reassurance{font-size:13px;color:#829387;text-align:center;margin-top:15px;line-height:1.8}
.quick-preferences{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:7px;color:#8b9a90;font-size:13px;margin:20px 0 31px}
.quick-preferences>.icon{width:15px;height:15px}
.quick-preferences>span{margin:0 2px}
.quick-preferences button{color:#527b63;text-decoration:underline;text-underline-offset:3px;padding:0 5px;font-size:13px}
.simple-explainer-link{display:flex;align-items:center;justify-content:center;gap:7px;color:#7f9286;font-size:14px;padding:5px 0;margin:0 auto;line-height:1.8;text-align:center}
.simple-explainer-link:hover{color:#087f65}
.simple-explainer-link>.icon{width:16px;height:16px}
.simple-footer{max-width:1054px;margin:auto;min-height:80px;padding:20px 0;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#91a095;gap:20px}
.simple-footer>button{font-size:12px;color:#91a095;display:flex;align-items:center;gap:6px;padding:0}
.simple-footer .icon{width:13px;height:13px}
.simple-recommendation{padding:26px 32px 24px}
.recommendation-context{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#889c8e;font-size:13px;padding-bottom:21px;border-bottom:1px solid #eaf0eb}
.recommendation-context>span:first-child{color:#398262;display:flex;align-items:center;gap:6px}
.recommendation-context .icon{width:16px;height:16px}
.exchange-summary>div{display:flex;align-items:center;gap:14px;padding:24px 0;min-width:0}
.exchange-summary>div+div{border-top:1px dashed #e4ebe5;padding-bottom:20px}
.exchange-label{font-size:13px;color:#8a9c90;padding-right:1px;white-space:nowrap}
.exchange-summary .avatar{height:42px;width:42px;font-size:19px}
.exchange-summary p{display:flex;flex-direction:column;gap:6px;min-width:0}
.exchange-summary strong{font-size:19px;font-weight:600;color:#2e5140}
.exchange-summary p>span{font-size:13px;color:#8a9b8f;overflow-wrap:anywhere}
.plain-ring-explanation{background:#f3f7f1;border-radius:8px;padding:13px 16px;font-size:14px;color:#758b6e;line-height:1.9;margin-bottom:16px}
.simple-meeting-info{display:flex;align-items:center;justify-content:center;gap:23px;color:#7c9280;font-size:13px;margin:8px 0 20px}
.simple-meeting-info>span{display:flex;gap:6px;align-items:center}
.simple-meeting-info .icon{height:15px;width:15px}
.recommendation-controls{display:flex;justify-content:space-between;gap:20px;margin:19px 3px 0}
.recommendation-controls>button{display:flex;align-items:center;gap:6px;color:#7d9386;font-size:14px;padding:5px 0}
.recommendation-controls>button:hover{color:#087f65}
.recommendation-controls .icon{width:15px;height:15px}
.simple-details{margin:0;padding:0;max-width:100%}
.simple-details>summary{display:flex;align-items:center;gap:9px;list-style:none;cursor:pointer;color:#8a9b90;font-size:14px;line-height:1.8;padding:16px 0}
.simple-details>summary .icon{width:15px;height:15px}
.simple-details[open]>summary .icon{transform:rotate(180deg)}
.simple-details>summary:hover{color:#087f65}
.ring-explanation{margin:18px auto 0;text-align:center}
.ring-explanation>summary{justify-content:center;font-size:13px}
.ring-explanation .ring-diagram{margin:0 auto;max-width:420px}
.simple-empty{border:1px solid #dfe8e1;border-radius:17px;background:#fff;padding:35px;text-align:center}
.simple-empty>span{display:flex;align-items:center;justify-content:center;margin:0 auto 15px;height:50px;width:50px;border-radius:15px;background:#eff6ed;color:#9ab08d}
.simple-empty>p{font-size:15px;line-height:1.8;color:#7f9484;margin:15px 0 23px}
.simple-empty>.simple-explainer-link{margin-top:20px}
.trial-summary{display:flex;align-items:center;gap:14px;background:#f4f8f1;padding:19px;border-radius:10px;margin-bottom:25px}
.trial-summary>.icon{width:25px;height:25px;color:#8eab7f}
.trial-summary p{display:flex;flex-direction:column;gap:6px}
.trial-summary strong{font-size:16px;color:#607e4f}
.trial-summary p>span{font-size:14px;color:#91a282}
.simple-app .modal .form-hint{font-size:13px;line-height:1.9}
.simple-app .modal-header p{font-size:14px;color:#899782}
.simple-app .modal .button{min-height:44px;font-size:15px}
.simple-app .modal .field-label{font-size:14px}
.simple-help>p{font-size:15px;line-height:1.9;color:#7d9472;margin-bottom:22px}
.simple-help>div{display:flex;align-items:center;gap:12px;background:#f5f8f0;border-radius:9px;padding:16px;margin-bottom:10px}
.simple-help>div>span{width:45px;font-size:14px;color:#72905d;font-weight:550}
.simple-help>div>p{font-size:15px;flex:1;color:#496d37}
.simple-help .icon{width:17px;height:17px;color:#9ab583}
.simple-help>p:last-child{margin-top:23px;font-size:14px}
.profile-extra{border-top:1px solid #e7ede2;margin:4px 0 15px}
.profile-extra>summary{font-size:14px;margin-bottom:5px;color:#809571}
.simple-learning{max-width:810px;margin:0 auto}
.learning-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 28px}
.learning-heading h1{font-size:29px;font-weight:600;line-height:1.5}
.learning-heading p{font-size:15px;color:#849489;margin-top:7px;line-height:1.8}
.learning-heading>.button{font-size:14px;min-height:42px}
.learning-card.active-ring-card{border:1px solid #dfe8e2;border-radius:16px;background:#fff;padding:26px}
.learning-card-heading{display:flex;align-items:center;gap:14px;padding:0 0 22px;border-bottom:1px solid #e9efea}
.learning-card-heading>div{flex:1;min-width:0}
.learning-card-heading h2{font-size:21px;font-weight:600;color:#365543;line-height:1.7}
.learning-card-heading p{font-size:14px;color:#8b9d8c;margin-top:2px}
.learning-status{font-size:12px;color:#688864;background:#eff5ea;padding:5px 10px;white-space:nowrap;border-radius:5px}
.next-step{padding:25px 0 10px}
.next-step-label{font-size:12px;color:#a1ae99;margin-bottom:8px;display:block}
.next-step h3{font-size:20px;line-height:1.8;color:#3f5e37;font-weight:550}
.next-step>p{font-size:14px;line-height:1.9;color:#839879;margin:7px 0 21px}
.next-step>.button{font-size:15px;min-height:44px;padding:11px 19px}
.learning-details{border-top:1px solid #eaf0e4;margin-top:18px}
.learning-details>summary{font-size:13px;padding:17px 0 0;color:#91a188}
.learning-details[open]>summary{padding-bottom:18px}
.simple-progress-list{display:flex;flex-direction:column;gap:0}
.simple-progress-list>div{display:flex;justify-content:space-between;align-items:center;gap:14px;font-size:14px;color:#728866;line-height:1.9;padding:14px 0;border-bottom:1px dashed #e7efdd}
.simple-progress-list>div>span:last-child{white-space:nowrap;font-size:13px;color:#a0af93}
.learning-detail-actions{display:flex;flex-wrap:wrap;gap:20px;padding-top:19px}
.learning-detail-actions .text-button{font-size:13px}
.simple-health-note{display:flex;align-items:flex-start;gap:7px;font-size:13px;color:#a3874f;background:#f9f5e9;border-radius:7px;padding:12px;margin-top:17px;line-height:1.9}
.simple-health-note .icon{width:15px;height:15px;margin-top:4px}
.completed-learning{margin-top:28px}
.completed-learning>summary{margin-bottom:10px}
.learning-card .completion-banner{background:#f1f7e9;border-radius:10px;padding:20px;margin-top:22px}
.learning-card .completion-banner h3{font-size:19px}
.learning-card .completion-banner p{font-size:14px;line-height:1.9;color:#8da17b}
.simple-search-form{display:flex;align-items:center;gap:13px;border:1px solid #dfe8e1;border-radius:10px;padding:8px 10px 8px 17px;background:#fff;margin:24px 0}
.simple-search-form>.icon{color:#91a68f}
.simple-search-form>input{font-size:15px;min-width:0;flex:1;border:0;background:none;padding:9px 0;outline:none;color:#52794c}
.simple-search-form>button{font-size:14px;min-height:38px}
.simple-app .page-heading .eyebrow{display:none}
.simple-app .page-heading h1{font-size:27px}
.simple-app .page-heading p{font-size:15px}
.simple-app .more-menu summary:focus-visible,.simple-app .simple-details summary:focus-visible{outline:3px solid #55af96;outline-offset:4px;border-radius:4px}
@media(max-width:1150px){.simple-footer{padding:20px 28px}.simple-header{padding:0 28px}.simple-app .page-heading h1{font-size:25px}}
@media(max-width:720px){.simple-header{height:76px;padding:0 22px;gap:24px}.simple-nav{gap:22px;font-size:14px}.simple-header .brand{font-size:22px}.simple-header .brand-mark{width:34px;height:34px}.simple-app #main-content.simple-main{padding:30px 22px 24px;min-height:calc(100vh - 166px)}.simple-app #main-content.focused-main{padding-top:33px}.journey-steps{margin-bottom:30px;gap:10px;font-size:13px}.journey-steps li{gap:7px}.journey-steps li:not(:last-child):after{width:23px;margin-left:4px}.simple-intro h1{font-size:29px}.simple-intro>p{font-size:15px}.quick-match-card,.simple-recommendation{padding:26px}.quick-skill-fields{gap:15px}.quick-skill-fields :is(input, select){font-size:20px}.quick-skill-fields label>small{font-size:12px}.exchange-summary strong{font-size:18px}.exchange-summary>div{gap:12px}.learning-card.active-ring-card{padding:23px}.learning-card-heading h2{font-size:19px}.next-step h3{font-size:18px}.simple-learning .learning-heading h1{font-size:27px}.learning-heading p{font-size:14px}}
@media(max-width:560px){.simple-header{height:72px;gap:13px;padding:0 17px}.simple-header .brand{gap:4px;font-size:19px}.simple-header .brand>span{display:block}.simple-header .brand-en{font-size:8px;letter-spacing:.6px}.simple-header .brand-mark{width:30px;height:30px}.simple-nav{gap:17px;justify-content:flex-end;font-size:13px}.simple-nav .more-menu>summary{font-size:12px;gap:2px}.simple-profile{padding:3px;gap:0}.simple-profile>span:not(.avatar){display:none}.simple-profile .avatar{height:28px;width:28px;font-size:12px}.more-popover{right:-40px;top:42px;width:216px}.more-popover a,.more-popover button{font-size:14px;padding:13px 10px}.simple-app #main-content.simple-main{padding:27px 17px 24px;min-height:calc(100svh - 165px)}.simple-app #main-content.focused-main{padding-top:29px}.journey-steps{font-size:12px;gap:8px;margin-bottom:32px;justify-content:space-between}.journey-steps li{gap:6px}.journey-steps li>span{height:21px;width:21px;font-size:11px}.journey-steps li:not(:last-child):after{width:15px;margin-left:5px}.simple-intro{margin-bottom:26px}.simple-intro h1{font-size:25px;letter-spacing:-.3px}.simple-intro>p{font-size:14px;line-height:1.9;margin-top:10px}.quick-match-card{border-radius:15px;padding:24px 21px 20px}.quick-skill-fields{grid-template-columns:1fr;gap:20px;margin:0 0 25px}.quick-skill-fields>label{gap:10px}.quick-field-caption{font-size:15px}.quick-field-caption>.icon{width:17px;height:17px}.quick-skill-fields :is(input, select){font-size:20px;min-height:58px;padding:12px}.quick-skill-fields label>small{display:block;font-size:12px}.swap-symbol{display:none}.simple-app .button.quick-submit{height:49px;font-size:15px;border-radius:8px}.quick-reassurance{font-size:12px;margin-top:13px}.quick-preferences{font-size:12px;gap:5px;margin:18px 0 28px;line-height:1.8}.quick-preferences button{font-size:12px}.simple-explainer-link{font-size:13px;gap:5px}.simple-explainer-link>.icon{width:15px;height:15px}.simple-footer{padding:19px 17px;min-height:90px;flex-direction:column;justify-content:center;gap:7px;font-size:11px}.simple-footer>button{font-size:11px}.simple-recommendation{padding:21px 19px 20px;border-radius:15px}.recommendation-context{font-size:12px;padding-bottom:18px;gap:8px}.recommendation-context .icon{width:14px;height:14px}.exchange-summary>div{display:grid;grid-template-columns:35px minmax(0,1fr);gap:10px;padding:20px 0}.exchange-label{grid-column:1/-1;font-size:12px}.exchange-summary .avatar{width:35px;height:35px;font-size:16px}.exchange-summary strong{font-size:17px;line-height:1.6}.exchange-summary p{gap:5px}.exchange-summary p>span{font-size:12px;line-height:1.8}.plain-ring-explanation{font-size:13px;padding:12px 13px}.simple-meeting-info{font-size:12px;margin:16px 0;gap:18px}.recommendation-controls{font-size:13px;margin:16px 1px 0}.recommendation-controls>button{font-size:13px}.ring-explanation{margin-top:15px}.ring-explanation>summary{font-size:12px}.simple-empty{padding:27px 22px}.simple-empty>p{font-size:14px}.trial-summary{padding:16px;gap:11px}.trial-summary strong{font-size:15px}.trial-summary p>span{font-size:13px}.simple-app .modal-header p{font-size:13px}.simple-app .modal .form-hint{font-size:12px}.simple-app .modal .button{font-size:14px}.learning-heading{flex-wrap:wrap;gap:17px;margin-bottom:22px}.simple-learning .learning-heading h1{font-size:27px}.learning-heading p{font-size:14px;line-height:1.9}.learning-heading>.button{font-size:13px;min-height:38px;padding:8px 12px}.learning-card.active-ring-card{padding:20px 18px;border-radius:14px}.learning-card-heading{gap:11px;padding-bottom:20px;flex-wrap:wrap}.learning-card-heading .avatar{height:40px;width:40px;font-size:19px}.learning-card-heading h2{font-size:18px}.learning-card-heading p{font-size:13px}.learning-status{font-size:11px;padding:4px 7px}.next-step{padding:21px 0 7px}.next-step-label{font-size:12px}.next-step h3{font-size:18px;line-height:1.9}.next-step>p{font-size:13px;line-height:1.9;margin-bottom:20px}.next-step>.button{width:100%;font-size:14px;min-height:44px;padding:10px}.learning-details{margin-top:17px}.learning-details>summary{font-size:12px}.simple-progress-list>div{font-size:12px;gap:7px;flex-wrap:wrap}.simple-progress-list>div>span:last-child{font-size:12px}.learning-detail-actions{gap:15px}.learning-detail-actions .text-button{font-size:12px}.simple-health-note{font-size:12px}.learning-card .completion-banner{padding:17px}.learning-card .completion-banner h3{font-size:17px}.learning-card .completion-banner p{font-size:13px}.simple-app .page-heading h1{font-size:23px}.simple-app .page-heading p{font-size:14px}.simple-search-form{gap:9px;padding-left:12px}.simple-search-form>input{font-size:14px}.simple-help>p{font-size:14px}.simple-help>div>p{font-size:14px}}
@media(max-width:360px){.simple-nav{gap:12px}.simple-header{gap:10px;padding:0 13px}.simple-profile .avatar{width:25px;height:25px}.simple-header .brand-mark{width:26px}.journey-steps{gap:4px;font-size:11px}.journey-steps li{gap:5px}.journey-steps li:not(:last-child):after{width:8px;margin-left:2px}.simple-intro h1{font-size:23px}}
