:root{--bgf-navy:#071a3b;--bgf-orange:#ff4f0a;--bgf-pale:#fff3ea;--bgf-paper:#fff;--bgf-bg:#f4f6f8;--bgf-line:#d9dee6;--bgf-muted:#667085;--bgf-green:#16885b}*{box-sizing:border-box}html{background:var(--bgf-bg)}body{margin:0;color:var(--bgf-navy);font-family:"Hiragino Sans","Yu Gothic UI","Yu Gothic",sans-serif;font-size:16px;line-height:1.55}a{color:inherit}.mobile-app{max-width:480px;min-height:100vh;margin:auto;background:var(--bgf-paper);box-shadow:0 0 40px #071a3b12;padding-bottom:78px}.ui-header{height:62px;border-bottom:1px solid var(--bgf-line);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 18px;background:#fff;position:sticky;top:0;z-index:10}.ui-header>a{font-size:14px;font-weight:700;text-decoration:none}.ui-header>img{width:94px;height:36px;object-fit:contain}.ui-header>.header-person{justify-self:end;font-size:13px;white-space:nowrap}.ui-main{padding:24px 18px}.ui-title{font-size:30px;line-height:1.25;margin:0 0 5px;font-weight:800}.ui-subtitle{font-size:14px;color:var(--bgf-muted);margin:0 0 22px}.ui-card{border:1px solid var(--bgf-line);border-radius:8px;background:#fff;padding:16px}.ui-button{display:flex;min-height:58px;align-items:center;justify-content:center;gap:12px;border-radius:5px;border:1px solid var(--bgf-orange);background:#fff;color:var(--bgf-orange);font-weight:800;font-size:16px;text-decoration:none;width:100%}.ui-button.primary{background:var(--bgf-orange);color:#fff}.ui-button.navy{background:var(--bgf-navy);border-color:var(--bgf-navy);color:#fff}.ui-section-title{font-size:16px;margin:28px 0 12px}.ui-bottom{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(480px,100%);height:70px;background:#fff;border-top:1px solid var(--bgf-line);display:grid;grid-template-columns:repeat(4,1fr);z-index:20}.ui-bottom a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-decoration:none;font-size:11px;color:#4b5565}.ui-bottom b{font-size:20px;line-height:1}.ui-bottom a.active{color:var(--bgf-orange)}
/* login */.login-screen{min-height:100vh;max-width:430px;margin:auto;background:#fff;display:flex;flex-direction:column;align-items:center;padding:80px 26px 28px}.login-brand{width:190px;margin:0 auto 28px}.login-screen h1{font-size:24px;margin:0 0 5px}.login-tagline{color:var(--bgf-muted);font-size:14px;margin-bottom:34px}.oauth-button{width:100%;min-height:60px;border:1px solid #c8ced8;border-radius:7px;background:#fff;display:flex;align-items:center;justify-content:center;gap:16px;text-decoration:none;color:var(--bgf-navy);font-weight:800;margin-bottom:14px}.oauth-icon{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-weight:900}.google-icon{color:#4285f4;font-size:24px}.line-icon{background:#06c755;color:#fff;font-size:11px}.oauth-button.disabled{opacity:.5;pointer-events:none}.login-help{font-size:12px;color:var(--bgf-muted);margin:15px 0 18px}.login-trouble{text-decoration:none;font-size:14px;font-weight:700}.login-trouble span,.login-policy span{color:var(--bgf-orange)}.login-footer{margin-top:auto;text-align:center;font-size:12px;font-weight:700}.login-policy{display:block;margin-top:12px;text-decoration:none}
/* my page */.my-summary{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--bgf-line);border-bottom:1px solid var(--bgf-line);margin:18px 0 20px}.my-summary div{text-align:center;padding:16px 6px}.my-summary div+div{border-left:1px solid var(--bgf-line)}.my-summary i{display:grid;width:44px;height:44px;border-radius:50%;background:var(--bgf-pale);color:var(--bgf-orange);place-items:center;margin:auto auto 8px;font-style:normal;font-size:22px}.my-summary small{display:block;font-size:11px;font-weight:700}.my-summary strong{display:block;color:var(--bgf-orange);font-size:29px;line-height:1.2}.my-summary em{font-size:12px;font-style:normal}.action-primary{min-height:62px;font-size:18px}.action-secondary{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.attention-card{background:#fff7f0;border:1px solid #f1d6c3;border-radius:7px;padding:14px;display:flex;align-items:center;gap:12px}.attention-avatar{width:46px;height:46px;border-radius:50%;object-fit:cover;background:var(--bgf-pale)}.attention-card div{flex:1}.attention-card strong,.attention-card small{display:block}.attention-card a{color:var(--bgf-orange);text-decoration:none;font-weight:800;font-size:13px}.activity-row{display:grid;grid-template-columns:42px 1fr 20px;gap:12px;align-items:center;border:1px solid var(--bgf-line);border-radius:7px;padding:14px}.activity-row i{width:42px;height:42px;border-radius:50%;background:var(--bgf-pale);color:var(--bgf-orange);display:grid;place-items:center;font-style:normal}.activity-row small{display:block;color:var(--bgf-orange);font-weight:700}.activity-row strong{font-size:14px}
/* members */.member-count{font-weight:800;margin:0 0 18px}.member-filter{display:flex;gap:8px;margin-bottom:12px}.member-filter input{margin:0;min-height:50px}.member-filter button{width:82px;border:0;border-radius:6px;background:var(--bgf-navy);color:#fff;font-weight:800}.member-list-v2{border:1px solid var(--bgf-line);border-radius:8px;overflow:hidden}.member-row-v2{display:grid;grid-template-columns:64px 1fr 20px;gap:13px;align-items:center;padding:14px;text-decoration:none;border-bottom:1px solid var(--bgf-line)}.member-row-v2:last-child{border:0}.member-row-v2 img{width:64px;height:64px;border-radius:50%;object-fit:cover;background:#eef1f4}.member-row-v2 h2{font-size:17px;margin:0}.member-row-v2 p{font-size:12px;margin:1px 0 5px}.member-row-v2 small{display:block;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.member-row-v2 small b{color:var(--bgf-orange)}.member-row-v2>span{font-size:28px}.member-profile-head{display:flex;gap:18px;align-items:center;padding-bottom:20px;border-bottom:1px solid var(--bgf-line)}.member-profile-head img{width:112px;height:112px;border-radius:50%;object-fit:cover;background:#eef1f4}.member-profile-head h1{font-size:27px;margin:0}.member-profile-head p{margin:4px 0;font-weight:700}.member-profile-head small{display:block}.profile-feature{display:grid;grid-template-columns:64px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid var(--bgf-line)}.profile-feature i{width:60px;height:60px;border-radius:50%;background:var(--bgf-pale);color:var(--bgf-orange);display:grid;place-items:center;font:32px Georgia;font-style:normal}.profile-feature h2{font-size:16px;color:var(--bgf-orange);margin:0 0 4px}.profile-feature p{margin:0;white-space:pre-wrap}.profile-actions{display:grid;gap:10px;margin-top:20px}
/* forms and activity */.stepper{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin:18px 0}.stepper span{font-size:12px;text-align:center;color:#7a8495;border-bottom:2px solid #d8dde5;padding:8px 2px}.stepper span.active{color:var(--bgf-orange);border-color:var(--bgf-orange);font-weight:800}.form-person{display:flex;align-items:center;gap:12px;border:1px solid var(--bgf-line);border-radius:7px;padding:13px}.form-person img{width:54px;height:54px;border-radius:50%;object-fit:cover}.form-person div{flex:1}.form-person strong,.form-person small{display:block}.form-person a{color:var(--bgf-orange);font-weight:700;text-decoration:none}.ui-form label{display:block;font-size:13px;font-weight:800;margin:17px 0 6px}.ui-form input,.ui-form textarea,.ui-form select{width:100%;border:1px solid #bfc6d1;border-radius:6px;padding:13px;font:inherit;margin:0;background:#fff}.ui-form textarea{min-height:128px}.form-note{font-size:12px;color:var(--bgf-muted);margin:8px 0 18px}.history-row{display:grid;grid-template-columns:1fr auto;gap:12px;padding:15px 2px;border-bottom:1px solid var(--bgf-line)}.history-row small{color:var(--bgf-muted)}.history-row strong{display:block}.history-row b{color:var(--bgf-orange);font-size:20px}.chip-row{display:flex;gap:7px;overflow:auto;margin:14px 0}.chip{border:1px solid var(--bgf-line);border-radius:999px;padding:7px 14px;background:#fff;white-space:nowrap;font-size:12px}.chip.active{background:var(--bgf-orange);color:#fff;border-color:var(--bgf-orange)}
@media(max-width:360px){.ui-main{padding:20px 14px}.my-summary strong{font-size:24px}.member-row-v2{grid-template-columns:54px 1fr 16px}.member-row-v2 img{width:54px;height:54px}.member-profile-head img{width:92px;height:92px}}
.ui-header{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);overflow:hidden}.ui-header>a,.header-person{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-summary>div,.action-secondary>*{min-width:0}.action-secondary .ui-button{font-size:14px;padding:8px 4px;white-space:nowrap}.activity-row{text-decoration:none;color:var(--bgf-navy)}.activity-row div{min-width:0}.activity-row strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-app{overflow-x:hidden}
.login-brand{width:230px;max-width:78vw;height:auto;margin-bottom:26px}.profile-photo-frame{display:grid;width:104px;height:104px;margin-top:8px;border-radius:50%;overflow:hidden;background:#eef1f4;border:3px solid #fff;box-shadow:0 4px 18px #071a3b20}.profile-photo-frame img{display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center}.member-profile-head>div{min-width:0}.member-profile-head h1{font-size:clamp(23px,7vw,27px);overflow-wrap:anywhere}.member-profile-head p{font-size:15px;line-height:1.5}.member-profile-head small{font-size:13px;line-height:1.55}.profile-feature p{font-size:15px;line-height:1.75;overflow-wrap:anywhere}
.remember-choice{width:100%;display:flex;align-items:flex-start;gap:11px;margin:0 0 18px;padding:13px;border:1px solid var(--bgf-line);border-radius:8px;background:#f8fafc}.remember-choice input{width:20px;height:20px;margin:2px 0}.remember-choice span,.remember-choice b,.remember-choice small{display:block}.remember-choice b{font-size:14px}.remember-choice small{font-size:11px;color:var(--bgf-muted);margin-top:3px}.title-action{display:flex;align-items:center;justify-content:space-between;gap:14px}.header-tool,.text-button{border:0;background:none;color:var(--bgf-orange);font-weight:800;text-decoration:none}.header-tool b{display:inline-grid;place-items:center;min-width:20px;height:20px;border-radius:50%;background:var(--bgf-orange);color:#fff;font-size:11px;margin-left:4px}.notification-row{display:grid;grid-template-columns:8px 1fr 14px;gap:12px;padding:16px 3px;border-bottom:1px solid var(--bgf-line);text-decoration:none}.notification-row>span{width:8px;height:8px;border-radius:50%;background:#cbd1da;margin-top:7px}.notification-row.unread>span{background:var(--bgf-orange)}.notification-row p{font-size:13px;margin:3px 0}.notification-row small{color:var(--bgf-muted);font-size:11px}.contact-shortcut{display:flex;justify-content:center;margin:28px 0 4px;color:var(--bgf-orange);font-weight:800;text-decoration:none}.contact-menu{display:grid;gap:12px}.contact-menu a{display:flex;flex-direction:column;padding:18px;border:1px solid var(--bgf-line);border-left:5px solid var(--bgf-orange);border-radius:8px;text-decoration:none}.contact-menu span{color:var(--bgf-muted);font-size:13px}.faq-list details{border-bottom:1px solid var(--bgf-line);padding:15px 2px}.faq-list summary{font-weight:800}.consultation-row,.one-card{margin-bottom:12px}.consultation-row small,.session-row small{display:block;color:var(--bgf-muted)}.consultation-reply{padding:12px;background:var(--bgf-pale);border-radius:6px}.candidate-fieldset{border:1px solid var(--bgf-line);border-radius:8px;margin:18px 0;padding:4px 14px 16px}.candidate-fieldset legend{font-weight:800;padding:0 6px}.candidate-choice{display:grid;gap:8px;margin-top:12px}.candidate-choice label{display:flex;gap:10px;align-items:center;padding:12px;border:1px solid var(--bgf-line);border-radius:7px}.candidate-choice input{width:20px;height:20px}.confirmed-time{color:var(--bgf-green);font-weight:800}.status-note{color:var(--bgf-muted)}.session-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.session-row button{border:1px solid var(--bgf-orange);background:#fff;color:var(--bgf-orange);border-radius:5px;padding:8px 12px;font-weight:800}
.point-goals{margin:16px 0 20px;padding:18px;border:1px solid #dbe2ec;border-radius:14px;background:#fff}.point-goals>div+div{margin-top:16px}.point-goals header{display:flex;justify-content:space-between;gap:12px;align-items:center}.point-goals header strong{font-size:15px;color:#071a3b}.point-goals header span{font-size:15px;font-weight:800;color:#f05a24}.point-goals small{display:block;margin-top:6px;color:#6b778c}.goal-track{height:12px;margin-top:8px;border-radius:999px;background:#edf1f6;overflow:hidden}.goal-track i{display:block;height:100%;background:linear-gradient(90deg,#ff713d,#f05a24);border-radius:999px}.goal-track.term i{background:linear-gradient(90deg,#3155a6,#071a3b)}.point-goals>a{display:block;margin-top:18px;padding:13px;border-radius:10px;background:#071a3b;color:#fff;text-align:center;text-decoration:none;font-weight:700}.point-rule-group{margin:18px 0;padding:0 16px 6px;border:1px solid #dbe2ec;border-radius:14px;background:#fff}.point-rule-group h2{margin:0 -16px 4px;padding:12px 16px;border-radius:14px 14px 0 0;background:#173a7a;color:#fff;font-size:17px}.point-rule-group div{display:flex;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid #e8edf3}.point-rule-group div:last-child{border-bottom:0}.point-rule-group span{font-size:15px;line-height:1.45}.point-rule-group strong{flex:none;color:#f05a24;font-size:16px}.point-rule-group strong.minus{color:#c4143c}
.point-goals .claim-link{display:block;margin:16px 0 8px;padding:14px;border-radius:10px;background:#ff4f0a;color:#fff!important;text-align:center;font-weight:800;text-decoration:none}
